/* CSS RESET */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
button,
textarea,
select,
option,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
pre {
  font-size: 14px;
}
/* ---------------- GENERAL ------------------ */
/* LINKS */
a:link {
  color: #666666;
  text-decoration: none;
}
a:visited {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a:active {
  color: #666666;
  text-decoration: none;
}
/* COLOR */
/* HEADINGS */
h1,
h2,
h3,
h4 {
  color: #000000;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 12px;
}
/* GENERAL */
body {
  text-align: center;
  font-size: 0;
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  background-image: url(../img/header_bg.jpg);
  /*header_bg_ny*/
  background-position: top;
  background-repeat: repeat-x;
}
p {
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
}
b,
strong {
  font-weight: 700;
}
em,
p em {
  font-style: italic;
}
*:focus {
  outline: 0;
}
.left_float {
  float: left;
}
.right_float {
  float: right;
}
.no_margin_right {
  margin-right: 0 !important;
}
.no_margin_right_menu a {
  border-right: none !important;
}
.clear {
  clear: both;
  height: 0;
  font-size: 0;
}
hr {
  height: 1px;
  background: #CCCCCC;
  padding: 0;
  margin: 10px 0;
  border: none;
}
/* Additional */
.button_transit {
  -webkit-transition: background-color 0.5s, color 0.2s;
  transition: background-color 0.5s, color 0.2s;
}
.grad_1 {
  background: #000000;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#000000');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#000000));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #FFFFFF, #000000);
  /* for firefox 3.6+ */
}
.shadow {
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CCCCCC')";
  /* For IE 8 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#999999');
  /* For IE 5.5 - 7 */
}
.border_b {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ---------------- LAYOUT ------------------ */
/* WRAPPER */
#wrapper {
  width: 100%;
}
/* HEADER */
.header_wrap {
  width: 100%;
  /*background-image: url(../img/header_bg.jpg);*/
  background-repeat: repeat-x;
}
#header {
  width: 980px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 23px;
  margin: 0 auto;
  position: relative;
}
/* CONTAINER */
#container {
  text-align: left;
  width: 980px;
  padding: 0 10px;
  margin: 0 auto;
  background-color: #FFFFFF;
}
#content {
  width: 980px;
  float: left;
}
.sidebar #content {
  width: 650px;
  float: left;
  font-size: 14px;
}
#sidebar {
  width: 300px;
  float: right;
}
/* ---------------- INTERACTIVE MAP ------------------ */
#wrapper.interactive #header {
  padding-top: 15px;
}
#wrapper.interactive #header #logo img {
  width: 174px;
}
#wrapper.interactive #header #header_info_wrap {
  height: auto;
}
#wrapper.interactive #header #header_info_wrap .h3_wrap {
  width: auto;
  padding: 0 15px 0 0;
  border-right: solid 1px #CCCCCC;
  margin: 5px 10px 0 0;
  float: left;
}
#wrapper.interactive #header #header_info_wrap .h3_wrap a.map_index_2 {
  height: 38px;
  padding: 0px 48px 0 0;
  background-size: 38px;
}
#wrapper.interactive #header #header_info_wrap .h3_wrap a.map_index_2 h3 {
  font-size: 16px !important;
  line-height: 1.1 !important;
}
#wrapper.interactive #header #header_info_wrap .phn {
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.1;
  color: #000000;
  float: left;
}
#wrapper.interactive #header #header_info_wrap ul.social_media_info {
  width: 63px;
  margin: 5px 0 0 10px;
}
#wrapper.interactive #header #header_info_wrap ul.social_media_info li:nth-child(n+4) {
  margin-bottom: 0;
}
#wrapper.interactive #container {
  width: 100%;
  max-width: 1920px;
  padding: 0;
  background: transparent;
}
#wrapper.interactive #container #content {
  width: 100%;
  float: none;
  position: relative;
}
#wrapper.interactive #container #content .move_map {
  padding: 1px 5px 4px 5px;
  background-color: #FFF;
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 0;
  z-index: 200;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  -khtml-border-radius: 5px 0 0 5px;
}
#wrapper.interactive #container #content .move_map .chkbx_wrap {
  display: inline-block;
  vertical-align: middle;
}
#wrapper.interactive #container #content .move_map .chkbx_wrap .chkbx {
  width: 14px;
  height: 14px;
}
#wrapper.interactive #container #content .move_map .chkbx_wrap.active .chkbx {
  background-size: 12px;
}
#wrapper.interactive #container #content #slider {
  display: none;
}
#wrapper.interactive #container #content .search {
  margin: 0 auto;
  margin-top: 15px;
  background-color: #FFFFFF;
}
#wrapper.interactive #container #content .search .results_found {
  padding: 14px 0 0 0;
  color: #000000;
  font-size: 16px;
  display: inline-block;
  float: left;
}
#wrapper.interactive #container #content .search a.all_apartments {
  padding: 0 0 0 15px;
  margin: 17px 0 0 15px;
  border-left: solid 1px #000;
  color: #000000;
  font-size: 11px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  float: left;
}
#wrapper.interactive #container #content .rentals_property {
  width: 60%;
  height: calc(100vh - 190px);
  padding: 0 0 0 20px;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  display: block;
  overflow-y: scroll;
}
#wrapper.interactive #container #content .rentals_property .rentals {
  margin: 0 0 0 0;
  padding: 6px 0 0 0;
}
#wrapper.interactive #container #content .rentals_property .rentals ul li {
  /*width: 30%;*/
  margin-right: 3.33%;
}
/* sloba 10.05.2021 */
@media (max-width:1367px) and (min-width: 1280px) {
  #wrapper.interactive #container #content .rentals_property .rentals ul li {
    width: 30%;
    margin-right: 3.33%;
  }
}
/* */
#wrapper.interactive #container #content .rentals_property .rentals ul li a {
  width: 100%;
}
#wrapper.interactive #container #content .rentals_property .rentals ul li a img {
  width: 100%;
  height: auto;
}
#wrapper.interactive #container #content .map_wrap {
  width: 40%;
  float: right;
}
/*Stefan 21.05.2020 */
.scroll-to-top{
    background-image: url(../img/arrow_up.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem 2rem;
    width: 40px;
    height: 40px;
    position: fixed;
    left: 1rem;
    z-index: 999999;
    bottom: 1.5rem;
    display: none;
    border-radius: 50%;
    background-color: #ff7e00 !important;
  }
  #allaparmentsbelgrade{
    text-decoration: none;
    /* sloba 25.05.2022 */
    margin-bottom: 25px;
    position: relative;
    display: block;
    /* */
  }
  #allaparmentsbelgrade  div:hover {
    text-decoration: none;
    background-color: #ff7e00 !important;
  }
  #allaparmentsbelgrade div{
    width: 230px;
    padding: 5px ;
    margin: 0 auto;
    background-color: #666666;
    text-align: center;
    border-radius: 3px;
    color: white!important;
    font-size: 16px; 
    margin-top: 10px;
  }
  /**/
/* ---------------- HEADER ------------------ */
.clear_480 {
  display: none;
}
#logo {
  float: left;
  position: relative;
  display: inline-block;
}
#logo img {
  width: 232px;
}
#logo .ny {
  width: 74px;
  height: 100px;
  background-image: url(../img/ny_santa.png);
  position: absolute;
  top: -10px;
  left: 242px;
}
.ny_available {
  display: none;
}
.ny_available_i_frame {
  width: 300px;
  height: 130px;
  position: absolute;
  top: -4px;
  left: 380px;
  z-index: 8000;
  display: inline-block;
  cursor: pointer;
}
.language_wrap,
.language_wrap_2 {
  padding: 8px 0 0 0px;
  float: right;
}
.language_wrap #languages,
.language_wrap_2 #languages {
  margin-top: 1px;
  float: left;
  font-size: 14px;
}
.language_wrap #languages li,
.language_wrap_2 #languages li {
  margin-right: 10px;
  float: left;
}
.language_wrap #languages li a,
.language_wrap_2 #languages li a {
  padding: 0;
  border: none;
  display: inline-block;
  line-height: 1;
}
.language_wrap #languages li a:hover,
.language_wrap_2 #languages li a:hover {
  border: none !important;
}
.language_wrap .search_header,
.language_wrap_2 .search_header {
  padding: 0 0 0 15px;
  margin: 0 0 0 10px;
  border-left: solid 1px #666666;
  float: left;
  display: none;
}
.language_wrap .search_header .search_field,
.language_wrap_2 .search_header .search_field {
  padding: 0px 3px 3px 3px;
  width: 100px;
  border-bottom: solid 1px #666666;
  float: left;
  font-size: 14px;
  color: #666666;
  display: none;
}
.language_wrap .search_header .search_button,
.language_wrap_2 .search_header .search_button {
  width: 14px;
  height: 14px;
  margin: 2px 0 0 5px;
  background-image: url(../img/lupa.png);
  float: left;
  cursor: pointer;
}
.language_wrap_2 {
  display: none;
}
#header_info_wrap {
  width: auto;
  height: 56px;
  float: right;
  overflow: hidden;
  font-weight: 300;
  /* SOCIAL MEDIA */
}
#header_info_wrap .social_media_info {
  width: 42px;
  padding-left: 5px;
  border-left: solid 1px #CCCCCC;
  display: inline-block;
  float: left;
}
#header_info_wrap .social_media_info li {
  float: left;
  margin: 0 0 4px 5px;
}
#header_info_wrap .social_media_info li a {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(../img/social_media_icons.png);
}
#header_info_wrap .social_media_info li a.facebook {
  background-position: 0 0;
}
#header_info_wrap .social_media_info li a.pinterest {
  background-position: -21px 0;
}
#header_info_wrap .social_media_info li a.twitter {
  background-position: 0 -20px;
}
#header_info_wrap .social_media_info li a.youtube {
  background-position: -21px -20px;
}
#header_info_wrap .social_media_info li a.whats_up {
  background-position: 0 -40px;
}
#header_info_wrap .social_media_info li a.viber {
  background-position: -21px -40px;
}
#header_info_wrap .contact_info {
  float: left;
  margin-right: 10px;
}
#header_info_wrap .contact_info li {
  margin-left: 10px;
  margin-bottom: 3px;
  float: right;
  background-image: url(../img/contact_info_icons_dark.png);
  background-repeat: no-repeat;
  padding: 0 20px 0 0;
  display: inline-block;
  font-size: 12px;
}
#header_info_wrap .contact_info li.phone {
  background-position: 109px 2px;
}
#header_info_wrap .contact_info li.working_hours {
  background-position: right -25px;
}
#header_info_wrap .contact_info li.skype {
  background-position: 62px -53px;
}
#header_info_wrap .contact_info li.mail {
  background-position: 130px -79px;
}
.mob_info {
  display: none;
}
/* IMAGE SLIDER */
#slider {
  width: 960px;
  height: 300px;
}
#slider h1 span {
  font-size: 30px;
}
/* NAVIGATION */
#navigation_container {
  width: 960px;
  padding: 10px;
  margin-top: 23px;
  text-align: left;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  -khtml-border-radius: 8px 8px 0 0;
  background-color: #FFF;
  font-size: 14px;
  display: inline-block;
}
#navigation_container ul {
  position: relative;
  z-index: 5000;
}
#navigation_container ul li {
  position: relative;
  float: left;
  display: inline;
  margin-right: 4px;
}
#navigation_container ul li.home_icon a {
  background-image: url(../img/home_icon.png) !important;
  background-position: 4px 2px !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  display: inline-block !important;
  font-size: 0 !important;
  line-height: 13px !important;
}
#navigation_container ul li.home_icon ul {
  top: 36px;
}
#navigation_container ul li.home_icon ul li a {
  background: none !important;
  font-size: 14px !important;
  line-height: 1 !important;
}
#navigation_container ul li a {
  padding: 11px 20px;
  border: solid 1px #FFF;
  display: inline-block;
  line-height: 1;
}
#navigation_container ul li a:hover {
  border: solid 1px #edeff0;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  color: #000000;
  position: relative;
  z-index: 5000;
}
#navigation_container ul li ul {
  padding: 0 10px 10px 10px;
  background: #FFF;
  position: absolute;
  z-index: 3000;
  top: 37px;
  border: solid 1px #edeff0;
  -moz-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
  -khtml-border-radius: 0 5px 5px 5px;
}
#navigation_container ul li ul li {
  margin: 0;
  padding: 0;
}
#navigation_container ul li ul li a {
  width: 175px;
  margin: 0;
  padding: 10px 0;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
}
#navigation_container ul li ul li a:hover {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
}
#navigation_container ul li ul li ul {
  position: absolute;
  top: -1px;
  left: 173px;
  background: #edeff0;
  z-index: 9000;
}
#navigation_container ul li.active.hasdd a {
  border: solid 1px #edeff0;
  border-bottom-color: #FFF;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  -khtml-border-radius: 5px 5px 0px 0px;
  position: relative;
  z-index: 9000;
}
#navigation_container ul li.active.hasdd ul li a {
  border-color: #FFF;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #edeff0;
}
#navigation_container ul li.active.hasdd ul li a:hover a {
  border-color: #FFF !important;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #edeff0;
}
#navigation_container ul li.active.hasdd ul li ul li a {
  border-color: #edeff0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #FFF;
}
#navigation_container ul li.active.hasdd ul li ul li a:hover a {
  border-color: #edeff0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #FFF;
}
/* DISPLAY & HIDE */
#navigation_container ul li:hover ul ul,
#navigation_container ul li:hover ul ul ul,
#navigation_container ul li:hover ul ul ul ul,
#navigation_container ul ul {
  display: none;
}
#navigation_container ul li:hover ul,
#navigation_container ul li li:hover ul,
#navigation_container ul li li li:hover ul,
#navigation_container ul li li li li:hover ul {
  display: block;
}
#navigation_container li.current-menu-item a {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  background-color: #edeff0;
  color: #000000;
}
#navigation_container li.current-menu-item li a {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  background-color: transparent;
  color: #000000;
}
#navigation_container .current-menu-item a:link {
  color: #000000;
}
#navigation_container .current-menu-item a:visited {
  color: #000000;
}
#navigation_container .current-menu-item a:hover {
  color: #000000;
}
#navigation_container .current-menu-item a:active {
  color: #000000;
}
#navigation_container ul ul:hover #navigation_container ul a {
  background-color: #000 !important;
}
#navigation_container_2 {
  display: none;
}
/* ---------------- INDEX ------------------ */
#slider {
  width: 980px;
  height: 110px;
  background-image: url(../img/slider_bg_n.jpg);
}
.favorites {
  width: 22px;
  height: 38px;
  padding: 12px 0 0 58px;
  margin: 28px;
  background-image: url(../img/favorites_old.png);
  background-position: 9px 4px;
  background-repeat: no-repeat;
  background-color: #fbff8b;
  font-size: 19px;
  font-weight: 700;
  color: #000000;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  float: right;
}
#container h1 {
  padding: 25px 0 0 10px;
  font-size: 38px;
  font-weight: 400;
  color: #000000;
  text-shadow: 2px 2px #FFF;
}
#container h1 a {
  color: #000000;
}
#container h1.style_2 {
  color: #FFF !important;
  text-shadow: 2px 2px #000000 !important;
}
#container h1.style_2 a {
  color: #FFF !important;
}
.search {
  width: 940px;
  padding: 20px 20px 0px 20px;
  min-height: 94px;
  margin: -5px 0 0 0;
  background-image: url(../img/search_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  z-index: 2000;
}
.search ul.main_search li {
  margin-right: 10px;
  float: left;
}
.search ul.main_search li .dropdown,
.search ul.main_search li .input_field,
.search ul.main_search li .checkbox {
  padding: 8px 0 8px 32px;
  border: solid 1px #CCCCCC;
  font-size: 16px;
  color: #000000;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  background-image: url(../img/icons_search.png);
  background-repeat: no-repeat;
  position: relative;
  cursor: default;
  z-index: 3000;
}
.search ul.main_search li .dropdown .close,
.search ul.main_search li .input_field .close,
.search ul.main_search li .checkbox .close {
  width: 20px;
  height: 20px;
  background-image: url(../img/close_dropdown.png);
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  top: 9px;
  right: 5px;
  cursor: pointer;
  display: none;
}
.search ul.main_search li .dropdown .close:hover,
.search ul.main_search li .input_field .close:hover,
.search ul.main_search li .checkbox .close:hover {
  background-position: bottom;
}
.search ul.main_search li .dropdown.area,
.search ul.main_search li .input_field.area,
.search ul.main_search li .checkbox.area {
  width: 152px;
  background-position: 9px 11px;
}
.search ul.main_search li .dropdown.area ul,
.search ul.main_search li .input_field.area ul,
.search ul.main_search li .checkbox.area ul {
  width: 174px;
}
.search ul.main_search li .dropdown.persons,
.search ul.main_search li .input_field.persons,
.search ul.main_search li .checkbox.persons {
  width: 90px;
  background-position: 9px -23px;
}
.search ul.main_search li .dropdown.persons ul,
.search ul.main_search li .input_field.persons ul,
.search ul.main_search li .checkbox.persons ul {
  width: 112px;
}
.search ul.main_search li .dropdown.rooms,
.search ul.main_search li .input_field.rooms,
.search ul.main_search li .checkbox.rooms {
  width: 80px;
  background-position: 9px -59px;
}
.search ul.main_search li .dropdown.rooms ul,
.search ul.main_search li .input_field.rooms ul,
.search ul.main_search li .checkbox.rooms ul {
  width: 102px;
}
.search ul.main_search li .dropdown.price,
.search ul.main_search li .input_field.price,
.search ul.main_search li .checkbox.price {
  width: 70px;
  background-position: 9px -93px;
}
.search ul.main_search li .dropdown.price ul,
.search ul.main_search li .input_field.price ul,
.search ul.main_search li .checkbox.price ul {
  width: 92px;
}
.search ul.main_search li .dropdown.parking,
.search ul.main_search li .input_field.parking,
.search ul.main_search li .checkbox.parking {
  width: 30px;
  background-position: 9px -127px;
}
/* sloba 20.02.2022 */
.search ul.main_search li.ins div.checkbox.instant {
  width: 30px;
  background-image: url(../img/instant.png) !important;
  background-size: 23px;
  background-position: 3px;
}
/* */
.search ul.main_search li .dropdown.parking ul,
.search ul.main_search li .input_field.parking ul,
.search ul.main_search li .checkbox.parking ul {
  width: 52px;
}
.search ul.main_search li .dropdown ul,
.search ul.main_search li .input_field ul,
.search ul.main_search li .checkbox ul {
  padding: 5px 5px 5px 5px;
  background-color: #FFF;
  border: solid 1px #CCCCCC;
  border-top: none;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  -khtml-border-radius: 0 0 8px 8px;
  position: absolute;
  top: 33px;
  left: -1px;
  display: none;
}
.search ul.main_search li .dropdown ul hr,
.search ul.main_search li .input_field ul hr,
.search ul.main_search li .checkbox ul hr {
  margin: 0 5px 5px 5px;
  background-color: #CCCCCC;
}
.search ul.main_search li .dropdown ul li,
.search ul.main_search li .input_field ul li,
.search ul.main_search li .checkbox ul li {
  padding: 5px 5px 5px 5px;
  margin: 0;
  font-size: 14px;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -khtml-border-radius: 2px;
  float: none;
}
.search ul.main_search li .dropdown ul li input,
.search ul.main_search li .input_field ul li input,
.search ul.main_search li .checkbox ul li input {
  margin: 0 4px 0 0;
  vertical-align: middle;
}
.search ul.main_search li .dropdown ul li:hover,
.search ul.main_search li .input_field ul li:hover,
.search ul.main_search li .checkbox ul li:hover {
  background-color: #CCCCCC;
  color: #FFF;
}
/* sloba 07.05.2019 */
.search ul.main_search li .input_field {
  /* width: 180px; */
  width: 295px;
  padding: 8px 8px 8px 8px;
  background-image: none;
  line-height: 1.4;
}
/* */
.search ul.main_search li .button {
  padding: 9px 18px 8px 33px;
  background-image: url(../img/search_icon.png);
  background-repeat: no-repeat;
  background-position: 12px 12px;
  font-size: 18px;
}
.search ul.main_search li .button.srch {
  width: 89px;
}
.search .button.srch_mob {
  display: none;
}
.search ul.abcd {
  margin: 10px 0 0 0;
}
.search ul.abcd li {
  border-right: solid 1px #CCCCCC;
  float: left;
  position: relative;
}
.search ul.abcd li a {
  width: 26px;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
}
.search ul.abcd li a:hover {
  background-color: #edeff0;
}
.search ul.abcd li .li_a {
  width: 438px;
  padding: 10px;
  margin-left: -1px;
  border: solid 1px #CCCCCC;
  /*border-top: none;*/
  background-color: #FFFFFF;
  position: absolute;
  display: none;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -khtml-border-radius: 0 0 10px 10px;
}
.search ul.abcd li .li_a:before {
  width: 26px;
  height: 3px;
  background-color: #FFFFFF;
  display: block;
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
}
.search ul.abcd li .li_a a {
  width: 146px;
  padding: 5px 10px;
  border-right: dashed 1px #CCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.search ul.abcd li .li_a a:nth-of-type(3n) {
  border-right: none;
}
.search ul.abcd li:hover .li_a {
  display: block;
}
.search .advanced_search_wrap {
  width: 90px;
  height: 30px;
  margin: 5px 0 0 0;
  font-size: 14px;
  color: #000000;
  float: right;
  position: relative;
  z-index: 2000;
}
.search .advanced_search_wrap .advanced_search_button {
  width: 90px;
  height: 30px;
  padding: 6px 5px 4px 15px;
  background-image: url(../img/advanced_arrow.png);
  background-position: 0 13px;
  background-repeat: no-repeat;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  z-index: 2000;
}
.search .advanced_search_wrap ul.advanced_search {
  width: 380px;
  height: 20px;
  padding: 7px 100px 4px 10px;
  border: solid 1px #CCCCCC;
  background-color: #FFF;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.search .advanced_search_wrap ul.advanced_search li {
  margin-right: 12px;
  float: left;
}
.search .advanced_search_wrap.active .advanced_search {
  display: block;
}
.search .advanced_search_wrap.active .advanced_search_button {
  background-position: 0 -29px;
}
.filters {
  padding: 5px 5px 5px 10px;
  margin-top: 5px;
  background-color: #edeff0;
  position: relative;
  z-index: 1500;
}
.filters .title {
  padding-top: 2px;
  font-size: 14px;
  float: left;
}
.filters .dropdown,
.filters .input_field {
  width: 100px;
  margin-left: 10px;
  padding: 3px 0 2px 25px;
  border: solid 1px #CCCCCC;
  font-size: 12px;
  color: #000000;
  float: right;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  background-image: url(../img/arrow_down.png);
  background-position: 4px 3px;
  background-repeat: no-repeat;
  background-color: #FFF;
  position: relative;
  z-index: 9000;
  cursor: default;
}
.filters .dropdown .close,
.filters .input_field .close {
  width: 20px;
  height: 20px;
  background-image: url(../img/close_dropdown.png);
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  top: 9px;
  right: 5px;
  cursor: pointer;
  display: none;
}
.filters .dropdown .close:hover,
.filters .input_field .close:hover {
  background-position: bottom;
}
.filters .dropdown ul,
.filters .input_field ul {
  width: 115px;
  padding: 5px 5px 5px 5px;
  background-color: #FFF;
  border: solid 1px #CCCCCC;
  border-top: none;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  -khtml-border-radius: 0 0 8px 8px;
  position: absolute;
  top: 17px;
  left: -1px;
  display: none;
}
.filters .dropdown ul hr,
.filters .input_field ul hr {
  margin: 0 5px 5px 5px;
  background-color: #CCCCCC;
}
.filters .dropdown ul li,
.filters .input_field ul li {
  padding: 5px 5px 5px 5px;
  margin: 0;
  font-size: 12px;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -khtml-border-radius: 2px;
  float: none;
}
.filters .dropdown ul li input,
.filters .input_field ul li input {
  margin: 0 4px 0 0;
  vertical-align: middle;
}
.filters .dropdown ul li:hover,
.filters .input_field ul li:hover {
  background-color: #CCCCCC;
  color: #FFF;
}
.h3_wrap {
  width: 100%;
  display: inline-block;
}
.h3_wrap h3 {
  display: inline-block;
  font-weight: 400;
  font-size: 22px;
  line-height: 50px;
}
.h3_wrap .help_button {
  padding: 0px 55px 5px 0px;
  margin: 0 13px 0 0;
  background-image: url(../img/info.png);
  background-position: right;
  background-repeat: no-repeat;
  float: right;
  text-align: right;
}
.h3_wrap .help_button h3 {
  color: #000000;
  line-height: 1.4;
  font-size: 16px;
}
.h3_wrap .help_button h3 strong {
  font-weight: 700;
}
/* sloba 06.04.2022 - mapBtn */
.h3_wrap .help_button_mob,
.h3_wrap .mapBtn {
  display: none;
}
/* */
.h3_wrap a.map_index {
  padding: 0px 0 5px 50px;
  background-image: url(../img/map_index.png);
  background-repeat: no-repeat;
  float: right;
}
.h3_wrap a.map_index h3 {
  color: #000000;
  line-height: 1.4;
  font-size: 16px;
}
.h3_wrap a.map_index h3 strong {
  font-weight: 700;
  display: block;
}
.h3_wrap a.map_index_2 {
  height: 49px;
  line-height: 49px;
  padding: 0px 55px 0 0;
  background-image: url(../img/map_index_2.png);
  background-repeat: no-repeat;
  background-position: right;
  text-align: right;
  float: right;
}
.h3_wrap a.map_index_2 h3 {
  color: #000000;
  line-height: 1.4;
  font-size: 16px;
}
.h3_wrap a.map_index_2 h3 strong {
  font-weight: 700;
}
.h3_wrap a.airport {
  height: 49px;
  line-height: 49px;
  padding: 0 55px 0 0;
  margin: 0 13px 0 0;
  background-image: url(../img/airport.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: right;
  text-align: right;
  float: right;
}
.h3_wrap a.airport h3 {
  color: #000000;
  line-height: 1.4;
  font-size: 16px;
}
.h3_wrap a.airport h3 strong {
  font-weight: 700;
}
.help_button_mob {
  display: none;
}
a.map_index_2 {
  height: 49px;
  line-height: 49px;
  padding: 0px 55px 0 0;
  background-image: url(../img/map_index_2.png);
  background-repeat: no-repeat;
  background-position: right;
  text-align: right;
  float: right;
}
a.map_index_2 h3 {
  color: #000000;
  line-height: 1.4;
  font-size: 16px;
}
a.map_index_2 h3 strong {
  font-weight: 700;
}
.full_map .rentals {
  min-height: inherit;
  padding: 0;
}
.full_map .rentals ul li a .img_wrap .arrow {
  display: none !important;
}
.rentals {
  min-height: 627px;
  padding: 40px 0 0 0;
}
.rentals.rentals_interactive_map {
  min-height: 0;
  /* sloba 31.10.2022 */
  /*z-index: 3;*/
  z-index: 999;
  padding: 0;
  position: absolute;
}
.rentals ul li {
  margin: 0 20px 20px 0;
  background-color: #FFF;
  float: left;
  position: relative;
}
.rentals ul li.rental_single {
  display: block;
  max-height: 303.1px;
}
.rentals ul li.rental_single.hidden {
  display: none;
}
.rentals ul li.loading a .img_wrap .loader {
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 1000;
  display: block;
  left: 50%;
  margin-left: -32px;
  top: 50%;
  margin-top: -32px;
}
.rentals ul li a {
  width: 228px;
  border: solid 1px #edeff0;
  display: inline-block;
  position: relative;
}
.rentals ul li a .img_wrap {
  position: relative;
}
.rentals ul li a .img_wrap .loader {
  display: none;
}
.rentals ul li a .img_wrap .slider img {
  max-width: 100%;
  display: block;
}
.rentals ul li a .img_wrap .slider img:not(:first-child) {
  position: absolute;
  z-index: 2;
  top: 0;
  display: none;
}
.rentals ul li a .img_wrap .slider img:not(:first-child).active {
  display: block;
}
.rentals ul li a .img_wrap .arrow {
  display: none;
  width: 20px;
  height: 39px;
  margin-top: -15px;
  background-image: url(../img/at_right.png);
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 10px;
  left: auto;
}
.rentals ul li a .img_wrap .arrow.left {
  background-image: url(../img/at_left.png);
  right: auto;
  left: 10px;
}
.rentals ul li a .img_wrap .parking {
  width: 40px;
  height: 40px;
  background-image: url(../img/parking_icons.png);
  position: absolute;
  bottom: -42px;
  right: 2px;
}
/* sloba 01.11.2021, sloba 28.11.2021 */
.place .instant,
.apart .instant {
  width: 20px;
  height: 20px;
  background-image: url(../img/instant.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.place .instant {
  right: 2px;
}
/* sloba 07.10.2021 */
.apart .noParking {
  background-image: url(../img/noparking.png) !important;
}
/* */
.rentals ul li a .img_wrap .fav_icon {
  width: 31px;
  height: 31px;
  background-image: url(../img/favorites.png);
  background-repeat: no-repeat;
  background-position: 2px 2px;
  background-size: 26px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.rentals ul li a .img_wrap .fav_icon:hover {
  background-position: 2px -56px;
  opacity: 0.8;
}
.rentals ul li a .img_wrap .fav_icon.active {
  background-position: 2px -56px;
}
.rentals ul li a h3 {
  padding: 10px 0 10px 10px;
  font-size: 18px;
  -webkit-transition: background-color 0.5s, color 0.2s;
  transition: background-color 0.5s, color 0.2s;
}
.rentals ul li a .desc_wrap {
  padding: 14px;
  background-color: #f5f6f7;
  color: #666666;
  -webkit-transition: background-color 0.5s, color 0.2s;
  transition: background-color 0.5s, color 0.2s;
}
.rentals ul li a .desc_wrap .place {
  padding: 0 0 12px 30px;
  margin-bottom: 12px;
  background-image: url(../img/place_icon_big.png);
  background-position: 0 5px;
  background-repeat: no-repeat;
  border-bottom: dashed 1px #666666;
}
.rentals ul li a .desc_wrap .place h4 {
  line-height: 1;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
}
.rentals ul li a .desc_wrap .place h4 strong {
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
}
.rentals ul li a .desc_wrap .additional_info {
  /* padding: 0 0 0 27px; */
  padding: 0 0 0 25px;
  font-size: 14px;
  background-image: url(../img/icons_search.png);
  background-repeat: no-repeat;
}
.rentals ul li a .desc_wrap .additional_info.persons {
  background-position: 0 -33px;
}
.rentals ul li a .desc_wrap .additional_info.rooms {
  background-position: 0 -68px;
  float: right;
}
.rentals ul li a .have_photo {
  width: 31px;
  height: 31px;
  background-image: url(../img/photo_icon.png);
  background-repeat: no-repeat;
  background-position: 7px;
  background-color: #CCCCCC;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.rentals ul li a .price {
  width: 58px;
  height: 48px;
  background-image: url(../img/price_bg.png);
  text-align: center;
  line-height: 1.7;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  position: absolute;
  z-index: 4;
  top: -7px;
  right: -7px;
}
.rentals ul li a:hover h3 {
  background-color: #ff7e00;
  color: #FFF;
}
.rentals ul li a:hover .arrow {
  display: block !important;
}
.rentals ul li a:hover .desc_wrap {
  background-color: #ffe9d4;
}
.rentals ul li a .remove {
  display: none;
}
.rentals ul li.active a .desc_wrap {
  background-color: #ffe9d4;
}
.rentals ul li.active a h3 {
  background-color: #ff7e00;
  color: #FFF;
}
.rentals.rentals_map ul li {
  margin-bottom: 0;
}
.rentals.rentals_map ul li a {
  border: solid 5px #FFF;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CCCCCC')";
  /* For IE 8 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#999999');
  /* For IE 5.5 - 7 */
}
.rentals.rentals_map ul li a h3 {
  background-color: #FFF;
}
.rentals.rentals_map ul li a:hover h3 {
  background-color: #ff7e00;
}
.rentals.fav_list {
  min-height: auto;
  margin-top: 0;
}
.rentals.fav_list ul li a {
  position: relative;
}
.rentals.fav_list ul li a .remove {
  width: 32px;
  height: 32px;
  background-image: url(../img/close_fav.png);
  background-repeat: no-repeat;
  background-color: #ff4646;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
}
.rentals.similar {
  padding-top: 0;
  position: relative;
  min-height: auto;
}
.rentals.similar .arrow_s {
  width: 45px;
  height: 95px;
  background-image: url(../img/gallery_arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  z-index: 999;
  top: 100px;
  left: -20px;
  cursor: pointer;
}
.rentals.similar .arrow_s.arrow_right {
  background-position: -45px 0;
  left: auto;
  right: -20px !important;
}
.rentals.similar .arrow_s.arrow_right:hover {
  background-position: -45px -95px;
}
.rentals.similar .arrow_s:hover {
  background-position: 0 -95px;
}
.rentals.similar .arrow_s.not {
  background: none;
  cursor: default;
}
.rentals .ul_wrap {
  width: 950px;
  height: 300px;
  margin: 0 15px 20px 15px;
  overflow: hidden;
  position: relative;
}
.rentals .ul_wrap ul {
  width: 3000px;
  padding-top: 6px;
  position: absolute;
  top: 0;
  left: 0;
}
.rentals .ul_wrap ul li {
  margin-right: 8px;
}
.rentals .ul_wrap ul li:nth-child(5n) {
  margin-right: 8px;
}
/* sloba 12.03.2020 */
.rentals .ul_ny li:nth-child(5n) {
  margin-right: 0px;
}
/* */
.rentals #rentals_pagination {
  margin-bottom: 30px;
}
.rentals #rentals_pagination div {
  width: 24px;
  line-height: 24px;
  margin: 0 5px 5px 0;
  display: inline-block;
  border: solid 1px #CCCCCC;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rentals #rentals_pagination div.active {
  background-color: #ff7e00;
  border-color: #ff7e00;
  color: #FFFFFF;
}
.rentals #rentals_pagination div:hover {
  background-color: #ff7e00;
  border-color: #ff7e00;
  color: #FFFFFF;
}
.link_menu {
  width: 980px;
  height: 29px;
  margin: 20px 0 0 0;
  background-color: #edeff0;
  display: inline-block;
  overflow: hidden;
}
.link_menu h3 {
  font-size: 11px;
  font-weight: 300;
}
.link_menu ul li {
  float: left;
}
.link_menu ul li a {
  padding: 9px 4px 9px 4px;
  border-right: solid 1px #ccc;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -khtml-border-radius: 0;
}
.link_menu ul li a:hover {
  background-color: #CCCCCC;
  color: #000000;
}
.link_menu .current-menu-item {
  background-color: #edeff0;
  color: #000000;
}
.index_cont {
  padding: 20px;
  margin: 0 0 25px 0;
  background-image: url(../img/index_footer_bg.jpg);
}
.index_cont h2 {
  text-align: center;
  font-weight: 300 !important;
}
.index_cont ul {
  margin: 15px 0 20px 0;
  display: inline-block;
}
.index_cont ul li {
  width: 220px;
  padding: 70px 0 0 0;
  margin: 0 20px 0 0;
  background-repeat: no-repeat;
  background-image: url(../img/pin_big.png);
  background-position: 92px 0;
  float: left;
  text-align: center;
}
.index_cont ul li h3 {
  margin-bottom: 20px;
  font-size: 16px;
}
.index_cont ul li h3 a {
  color: #000000;
}
.index_cont ul li.pin {
  background-image: url(../img/pin_big.png);
  background-position: 92px 0;
}
.index_cont ul li p {
  text-align: justify;
  text-justify: inter-word;
  /*Stefan 21.05.2020*/
    background-color: #cacaca66;
    padding: 0.3rem;
    border-radius: 3px;
    opacity: 0.6;
    color: #000 !important;
    /**/
}
/* ---------------- PAGE ------------------ */
#container.page h1,
#container.category h1 {
  padding: 30px 0 0 10px;
  font-size: 32px;
  font-weight: 400;
  color: #000;
  text-shadow: 2px 2px #FFFFFF;
}
ul.contact_list li {
  width: 310px;
  margin: 15px 30px 0 0;
  float: left;
}
ul.contact_list li .input_field {
  width: 290px;
}
ul.contact_list li.textarea_contact {
  width: 650px;
}
ul.contact_list li.textarea_contact textarea {
  width: 628px;
  max-width: 628px;
  height: 180px;
  padding: 10px;
  border: solid 1px #CCCCCC;
  font-size: 16px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
}
ul.contact_list li .button {
  padding: 5px 15px;
  font-size: 20px;
  font-weight: 400;
}
/* ---------------- CATEGORY / BLOG ------------------ */
.blog_post_wrap {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: solid 1px #CCCCCC;
  display: inline-block;
}
.blog_post_wrap p {
  text-align: justify;
}
.blog_feat_wrap {
  margin: 10px 0;
}
.single_img_wrap {
  margin-bottom: 0px;
  display: block;
}
/* ---------------- SIDEBAR ------------------ */
#sidebar li.widget {
  margin-bottom: 10px;
}
#sidebar li.widget .title_h1 {
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  border-bottom: solid 1px #CCCCCC;
  font-size: 22px;
  font-weight: 400;
  color: #666666;
}
#sidebar li.widget .title_h2 {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}
#sidebar li.widget.small_banners ul li {
  margin-bottom: 10px;
}
#sidebar li.widget.small_banners ul li a.small_banner {
  width: 300px;
  height: 120px;
  position: relative;
  display: inline-block;
}
#sidebar li.widget.small_banners ul li a.small_banner .title_h2 {
  padding: 3px 8px 3px 8px;
  background-color: #FFF;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  -khtml-border-radius: 5px 0 0 0;
}
#sidebar li.widget.small_banners ul li a.beograd_centar {
  background-image: url(../img/apartmani_centar.jpg);
}
#sidebar li.widget.small_banners ul li a.vracar {
  background-image: url(../img/vracar.jpg);
}
#sidebar li.widget.small_banners ul li a.belville {
  background-image: url(../img/belville.jpg);
}
#sidebar li.widget.small_banners ul li a.arena {
  background-image: url(../img/arena.jpg);
}
#sidebar li.widget.small_banners ul li a:hover .title_h2 {
  color: #000;
}
/* ---------------- CONTENT ------------------ */
.content_style h2 {
  margin-bottom: 3px;
  font-size: 32px;
  font-weight: 300;
}
.content_style p {
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
}
.desc_fav {
  margin: 0 0 20px 0;
  text-align: justify;
}
/* ---------------- APARTMAN SINGLE ------------------ */
#container.apartment {
  overflow: hidden;
}
.title_wrap {
  width: 100%;
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: solid 1px #edeff0;
  display: inline-block;
}
.title_wrap .parking {
  width: 32px;
  height: 32px;
  margin: 10px 0 0 15px;
  float: left;
  background-image: url(../img/parking_icons_2.png);
}
/* sloba 01.11.2021 */
.title_wrap .instant {
  width: 32px;
  height: 32px;
  margin: 10px 0 0 15px;
  float: left;
  background-image: url(../img/instant.png);
}
/* */
.title_wrap .add_to_fav {
  padding: 15px 10px 15px 60px;
  background-color: #edeff0;
  background-image: url(../img/favorites_old.png);
  background-repeat: no-repeat;
  background-position: 11px 6px;
  display: inline-block;
  float: right;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-transition: background-color 0.5s, color 0.2s;
  transition: background-color 0.5s, color 0.2s;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
}
.title_wrap .add_to_fav:hover {
  background-position: 11px -84px;
  background-color: #666666;
  color: #FFF;
}
.title_wrap h1 {
  padding: 7px 0 0 0 !important;
  margin-bottom: 5px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  float: left !important;
}
.title_wrap h1 span {
  font-weight: 300;
  line-height: 1;
  font-size: 20px;
  vertical-align: top;
  padding-top: 9px;
  display: inline-block;
}
.title_wrap h2 {
  font-weight: 300;
  line-height: 1;
  font-size: 20px;
}
.main_desc {
  width: 690px;
  margin: 0 0 10px 0;
  float: left;
  text-align: justify;
}
.main_desc .mob_desc {
  display: none;
}
.main_gallery_wrap_n {
  width: 690px;
  margin: 10px 0 0 0;
  float: left;
}
.main_gallery_wrap_n .main_gallery .image {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.main_gallery_wrap_n .main_gallery .image .more {
  width: 100%;
  margin-top: 60px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #FFF;
  text-align: center;
  position: absolute;
}
.main_gallery_wrap_n .main_gallery .image .more.more_mob {
  display: none;
}
.main_gallery_wrap_n .main_gallery .image.big {
  width: 455px;
  height: 304px;
  float: left;
}
.main_gallery_wrap_n .main_gallery .image.big img {
  width: 455px;
  height: 304px;
}
.main_gallery_wrap_n .main_gallery .image.small {
  width: 220px;
  height: 145px;
  float: right;
}
.main_gallery_wrap_n .main_gallery .image.small img {
  width: 220px;
  height: 145px;
}
.main_gallery_wrap_n .main_gallery .image.third {
  margin-top: 14px;
}
.main_gallery_wrap_n ul.thumb_wrap {
  width: 690px;
  height: 120px;
  margin: 14px 0 0 0;
  overflow: hidden;
}
.main_gallery_wrap_n ul.thumb_wrap li {
  width: auto;
  height: auto;
  margin: 0 15px 0 0;
  background-color: #00a0d2;
  float: left;
  cursor: pointer;
}
.main_gallery_wrap_n ul.thumb_wrap li img {
  width: 161px;
  height: auto;
}
.main_gallery_wrap_n ul.thumb_wrap li:nth-child(4) {
  margin-right: 0;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #ff7e00 !important;
}
/*.main_gallery_wrap {
  width: 690px;
  margin: 0 0;
  position: relative;
  float: left;
  ul.photos {
    li {
      width: 660px;
      height: 440px;
      float: left;
      img {
        width: 660px;
        height: 440px;
        display: inline-block;
      }
    }
  }
  #slideshow-1 {
    display: none;
  }
  .arrow {
    width: 45px;
    height: 95px;
    background-image: url(../img/gallery_arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    z-index: 999;
    top: 180px;
    left: -10px;
    cursor: pointer;
    &.arrow_right {
      background-position: -45px 0;
      left: inherit;
      right: -10px !important;
      &:hover {
        background-position: -45px -95px;
      }
    }
    &:hover {
      background-position: 0 -95px;
    }
    &.not {
      background: none;
      cursor: default;
    }
  }
  .thumbs_wrap {
    margin-top: 10px;
    display: inline-block;
    .arrow {
      float: left;
      position: inherit;
      top: 0;
      left: 0;
    }
    .thumbs {
      float: left;
      width: 570px;
      height: 95px;
      overflow: hidden;
      div {
        width: 570px;
        height: 95px;
        img {
          display: block;
          margin-right: 10px;
          cursor: pointer;
        }
      }
    }
  }
}*/
.main_info {
  width: 220px;
  padding: 10px 15px 15px 15px;
  margin: 0 30px 0 0;
  border: solid 1px #CCCCCC;
  background-color: #edeff0;
  float: left;
}
.main_info .add_to_f_wrap {
  margin: 0 0 15px 0;
  text-align: center;
}
.main_info .add_to_f_wrap .add_to_f {
  width: auto;
  height: 28px;
  line-height: 28px;
  padding: 0 20px 0 40px;
  background-image: url(../img/favorites_small.png);
  background-position: 14px 4px;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #edeff0;
  border: solid 1px #ff7e00;
  color: #666666;
  cursor: pointer;
  display: inline-block;
}
.main_info .add_to_f_wrap .add_to_f.active {
  background-color: #666666;
  border-color: #666666;
  color: #FFF;
  background-position: 14px -40px;
}
.main_info ul li {
  padding: 3px 0;
}
.main_info ul li .label {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  display: inline-block;
}
.main_info ul li .label_info {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
.main_info ul li .label_info_r {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  float: right;
}
.main_info ul li .label_true {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  background-image: url(../img/check_true.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  float: right;
}
.main_info ul li .label_true.false {
  background-position: 0 -48px;
}
.main_info ul li.odd {
  /*background-color: #f7f7f7;*/
}
.main_info hr {
  background-color: #CCCCCC;
}
.content_desc.content_style .full {
  margin-top: -100px;
}
.booking_wrap_wrap {
  width: 260px;
  height: 650px;
  float: right;
  position: relative;
  z-index: 1000;
}
.booking_wrap_wrap .booking_wrap {
  width: 980px;
  height: 540px;
  padding-top: 4px;
  padding-left: 20px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  right: -710px;
  transition: all 0.5s ease;
}
.booking_wrap_wrap .booking_wrap .blue_box {
  width: 258px;
  padding: 12px 0;
  border: solid 1px #CCCCCC;
  background-color: #ebf6ff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  font-size: 20px;
  color: #000000;
}
.booking_wrap_wrap .booking_wrap .blue_box .info {
  text-align: center;
}
.booking_wrap_wrap .booking_wrap .blue_box .info .days {
  width: 110px;
  padding: 9px 0 3px 0;
  border-right: solid 1px #CCCCCC;
  float: left;
  line-height: 1;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
}
.booking_wrap_wrap .booking_wrap .blue_box .info .days span {
  padding-top: 8px;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
}
.booking_wrap_wrap .booking_wrap .blue_box .info .days b {
  font-weight: 700;
}
.booking_wrap_wrap .booking_wrap .blue_box .info .price {
  width: 145px;
  font-weight: 700;
  font-size: 16px;
  float: right;
}
.booking_wrap_wrap .booking_wrap .blue_box .info .price .desc {
  font-weight: 300;
  font-size: 16px;
}
.booking_wrap_wrap .booking_wrap .blue_box .info .price .j_price_total {
  font-size: 22px;
}
.booking_wrap_wrap .booking_wrap .blue_box .info .price .j_price_day {
  font-size: 20px;
}
.booking_wrap_wrap .booking_wrap .blue_box .reservation {
  padding: 11px 20px 10px 20px;
  font-weight: 700;
  font-size: 26px;
  color: #666666;
  text-align: left;
  display: none;
}
.booking_wrap_wrap .booking_wrap .blue_box .reservation .j_close {
  width: 30px;
  height: 30px;
  background-image: url(../img/close.png);
  background-position: top;
  float: right;
  cursor: pointer;
}
.booking_wrap_wrap .booking_wrap .blue_box .reservation .j_close:hover {
  background-position: bottom;
}
.booking_wrap_wrap .booking_wrap .booking {
  width: 300px;
  height: 447px;
  margin-right: 40px;
  float: left;
  display: inline-block;
}
.booking_wrap_wrap .booking_wrap .booking.short {
  height: 390px;
}
.booking_wrap_wrap .booking_wrap .booking ul li {
  margin-top: 15px;
  display: inline-block;
}
.booking_wrap_wrap .booking_wrap .booking ul li.checkbox_wrap {
  width: 100%;
  /* margin-top: 20px; */
  margin-top: 15px;
}
.booking_wrap_wrap .booking_wrap .booking ul li.checkbox_wrap label {
  display: inline-block;
}
.booking_wrap_wrap .booking_wrap .booking ul li.checkbox_wrap .chkbx_wrap {
  display: inline-block;
}
.booking_wrap_wrap .booking_wrap .booking ul li.checkbox_wrap .chkbx {
  margin-right: 10px;
  display: inline-block;
  vertical-align: bottom;
}
.booking_wrap_wrap .booking_wrap .booking ul li label {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}
/* sloba 01.11.2021 */
.booking_wrap_wrap .booking_wrap .booking ul li .tooltip_wrap,
.instant_container .tooltip_wrap,
li.ins > .checkbox.instant > .tooltip_wrap,
li.pkg > .checkbox.parking > .tooltip_wrap {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  background-image: url(../img/info_icon.png);
  background-size: 16px;
  float: right;
  position: relative;
}
li.ins > .checkbox.instant > .tooltip_wrap,
li.pkg > .checkbox.parking > .tooltip_wrap {
  margin-top: -12px;
  margin-right: -7px;
}
.booking_wrap_wrap .booking_wrap .booking ul li .tooltip_wrap .tooltip,
.instant_container .tooltip {
  width: 280px;
  padding: 10px 10px;
  border: solid 1px #CCCCCC;
  background-color: #edeff0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  font-size: 14px;
  position: absolute;
  top: 23px;
  right: 0;
  z-index: 100;
  display: none;
}
/* sloba 26.02.2021 */
.aptInfoBox > .img_wrap > .tooltip {
  width: calc(100% + 20px);
  padding: 10px 10px;
  border: solid 1px #CCCCCC;
  background-color: #edeff0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  font-size: 14px;
  position: absolute;
  bottom: calc(100% - 10px);
  right: -20px;
  z-index: 99999;
  display: none;
}
/* sloba 21.03.2022 */
li.ins .checkbox.instant > .tooltip_wrap .tooltip,
li.pkg .checkbox.parking > .tooltip_wrap .tooltip,
li.resetParent > .tooltip {
  width: calc(100% + 103px);
  padding: 10px 10px;
  border: solid 1px #CCCCCC;
  background-color: #edeff0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  font-size: 14px;
  position: absolute;
  bottom: calc(100% - 3px);
  right: -60px;
  z-index: 99999;
  text-align: center !important;
  display: none;
}
/* sloba 18.04.2022 */
li.pkg .checkbox.parking > .tooltip_wrap .tooltip {
  width: 220px;
  transform: translate(-123px,-94px);
  position: fixed;
  bottom: unset;
  top: unset;
  left: unset;
  right: unset;
}
li.ins .checkbox.instant > .tooltip_wrap .tooltip {
  width: 130px;
  right: -135px;
  transform: translate(-70px,-57px);
  position: fixed;
  bottom: unset;
  top: unset;
  left: unset;
  right: unset;
}
/* sloba 24.05.2022 */
li.ins > .checkbox.instant > .tooltip_wrap:hover,
li.pkg > .checkbox.parking > .tooltip_wrap:hover {
  cursor:pointer;
}
/* */
/* sloba 01.11.2021; sloba 21.03.2022 - hover na munjicu u search headeru */
/* sloba 24.05.2022 - promena :hover targeta neposredno na (i) */
.booking_wrap_wrap .booking_wrap .booking ul li .tooltip_wrap:hover .tooltip,
:not(.closeby):not(.imap) .aptInfoBox:hover > .img_wrap > .tooltip,
.instant_container .tooltip_wrap:hover .tooltip,
li.ins > .checkbox.instant > .tooltip_wrap:hover .tooltip,
li.pkg > .checkbox.parking > .tooltip_wrap:hover .tooltip,
li.resetParent:hover > .tooltip  {
  display: block;
}
.imap #rentals_ul .aptInfoBox:hover > .img_wrap > .tooltip {
/* sloba 01.11.2022 - Interaktivna mapa, 09.09.2022 */
  display:none!important;
  bottom: unset;
  top: 30px;
}
/* */
.booking_wrap_wrap .booking_wrap .booking ul li .input_wrap {
  width: 300px;
  height: 41px;
  position: relative;
}
.booking_wrap_wrap .booking_wrap .booking ul li .input_wrap .input_field {
  width: 278px;
  margin-top: 5px;
}
.booking_wrap_wrap .booking_wrap .booking ul li .input_wrap .calendar_icon {
  width: 16px;
  height: 16px;
  background-image: url(../img/calendar_icon.png);
  position: absolute;
  top: 17px;
  right: 11px;
}
.booking_wrap_wrap .booking_wrap .booking ul li .input_wrap .add_button_wrap {
  width: 33px;
  height: 14px;
  position: absolute;
  top: 19px;
  right: 10px;
}
.booking_wrap_wrap .booking_wrap .booking ul li .input_wrap .add_button_wrap .add {
  width: 14px;
  height: 14px;
  background-image: url(../img/add_icon.png);
  background-position: left top;
  display: inline-block;
  cursor: pointer;
}
.booking_wrap_wrap .booking_wrap .booking ul li .input_wrap .add_button_wrap .add:hover {
  background-position: left bottom;
}
.booking_wrap_wrap .booking_wrap .booking ul li .input_wrap .add_button_wrap .add.minus {
  margin-left: 5px;
  background-position: right top;
  float: right;
}
.booking_wrap_wrap .booking_wrap .booking ul li .input_wrap .add_button_wrap .add.minus:hover {
  background-position: right bottom;
}
.booking_wrap_wrap .booking_wrap .booking ul li .input_wrap.txt_h {
  height: 283px;
}
.booking_wrap_wrap .booking_wrap .booking ul li .input_wrap.txt_h .txt_h2 {
  height: 253px !important;
}
.booking_wrap_wrap .booking_wrap .booking ul li .blue_box {
  padding: 8px 0;
  margin-top: 8px;
}
.booking_wrap_wrap .booking_wrap .booking ul li .blue_box .days {
  width: 110px;
  padding: 9px 0 3px 0;
  border-right: solid 1px #CCCCCC;
  float: left;
  line-height: 1;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
}
.booking_wrap_wrap .booking_wrap .booking ul li .blue_box .days span {
  padding-top: 8px;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
}
.booking_wrap_wrap .booking_wrap .booking ul li .blue_box .price {
  width: 187px;
  font-weight: 700;
  font-size: 16px;
  float: right;
}
.booking_wrap_wrap .booking_wrap .booking ul li .blue_box .price .desc {
  font-weight: 300;
  font-size: 16px;
}
.booking_wrap_wrap .booking_wrap .booking ul li .blue_box .price .j_price_total {
  font-size: 22px;
}
.booking_wrap_wrap .booking_wrap .booking ul li .blue_box .price .j_price_day {
  font-size: 20px;
}
.booking_wrap_wrap .booking_wrap .booking ul li textarea {
  width: 278px;
  max-width: 278px;
  height: 346px;
  max-height: 346px;
  font-family: 'Open Sans', sans-serif;
}
.booking_wrap_wrap .booking_wrap .booking .book_cancel {
  display: none;
}
.booking_wrap_wrap .booking_wrap .booking.first {
  width: 260px;
}
.booking_wrap_wrap .booking_wrap .booking.first ul li .input_wrap {
  width: 260px;
}
.booking_wrap_wrap .booking_wrap .booking.first ul li .input_wrap .input_field {
  width: 238px;
}
.booking_wrap_wrap .booking_wrap .booking.first ul li .default_message_wrap {
  width: 260px;
}
.booking_wrap_wrap .booking_wrap .b_wrap {
  width: 260px;
  margin: 0px 0 0px 0;
  display: inline-block;
  transition: all 0.5s ease;
}
.booking_wrap_wrap .booking_wrap .b_wrap.b_wrap_mob {
  display: none !important;
}
.booking_wrap_wrap .booking_wrap .action_button {
  width: 260px;
  margin: 0px 0 0px 0;
  display: inline-block;
}
.booking_wrap_wrap .booking_wrap .action_button span.step_1 {
  display: block;
}
.booking_wrap_wrap .booking_wrap .action_button span.step_2 {
  display: none;
}
.booking_wrap_wrap .booking_wrap .add_to_f_wrap {
  width: 260px;
  text-align: center;
  float: right;
}
.booking_wrap_wrap .booking_wrap .add_to_f_wrap .add_to_f {
  width: auto;
  height: 28px;
  line-height: 28px;
  padding: 0 20px 0 40px;
  background-image: url(../img/favorites_small.png);
  background-position: 14px 4px;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #edeff0;
  color: #666666;
  cursor: pointer;
  display: inline-block;
}
.booking_wrap_wrap .booking_wrap .add_to_f_wrap .add_to_f.active {
  background-color: #666666;
  color: #FFF;
  background-position: 14px -40px;
}
.booking_wrap_wrap .booking_wrap .default_message_wrap {
  width: 300px;
  height: 111px;
  padding-top: 0;
}
.booking_wrap_wrap .booking_wrap .default_message_wrap .default_message {
  margin-bottom: 7px;
  color: #ff3c3c;
  font-size: 14px;
  line-height: 1.2;
}
.booking_wrap_wrap .booking_wrap.opened {
  right: 0;
}
.booking_wrap_wrap .booking_wrap.opened .blue_box {
  width: 300px;
}
.booking_wrap_wrap .booking_wrap.opened .blue_box .info .price {
  width: 185px;
}
.booking_wrap_wrap .booking_wrap.opened .blue_box.main {
  width: 978px;
}
.booking_wrap_wrap .booking_wrap.opened .blue_box.main .info {
  display: none;
}
.booking_wrap_wrap .booking_wrap.opened .blue_box.main .reservation {
  display: block;
}
.booking_wrap_wrap .booking_wrap.opened .booking.first {
  width: 300px;
}
.booking_wrap_wrap .booking_wrap.opened .booking.first ul li .input_wrap {
  width: 300px;
}
.booking_wrap_wrap .booking_wrap.opened .booking.first ul li .input_wrap .input_field {
  width: 278px;
}
.booking_wrap_wrap .booking_wrap.opened .booking.first ul li .default_message_wrap {
  width: 300px;
}
.booking_wrap_wrap .booking_wrap.opened .b_wrap {
  width: 300px;
  margin-left: 680px;
}
.booking_wrap_wrap .booking_wrap.opened .action_button {
  width: 300px;
}
.booking_wrap_wrap .booking_wrap.opened .action_button span.step_1 {
  display: none;
}
.booking_wrap_wrap .booking_wrap.opened .action_button span.step_2 {
  display: block;
}
.booking_wrap_wrap.booking_wrap_fav {
  height: auto;
  margin-bottom: 25px;
  float: none;
}
.booking_wrap_wrap.booking_wrap_fav .booking_wrap {
  height: auto;
  position: relative;
  left: 0;
}
.booking_wrap_wrap.booking_wrap_fav .booking_wrap .booking {
  margin-right: 20px;
}
.back_to_top {
  display: none;
  /* ONLY MOBILE*/
}
div.action_button_mob {
  display: none;
}
.facebook_recommand_wrap {
  height: 45px;
  position: relative;
  display: inline-block;
}
.facebook_recommand_wrap .facebook_recommand {
  position: absolute;
  left: 0;
  top: 31px;
}
table.price {
  width: 698px;
  margin: 0px 0 20px 0;
}
table.price th.right {
  width: 80px;
  text-align: right;
}
table .table_h2 {
  width: 80px;
  padding-top: 2px;
  margin-bottom: 0 !important;
  text-align: left;
  font-size: 18px !important;
  line-height: 1;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.more_content {
  margin: 30px 0 0 0;
}
.more_content hr {
  margin-top: 0;
  margin-bottom: 20px;
}
.more_content .location {
  width: 570px;
  margin-bottom: 20px;
  margin-right: 30px;
  float: left;
}
.more_content .location .map {
  width: 380px;
  height: 310px;
  background-color: #edeff0;
}
.more_content .location p {
  width: 170px;
  font-size: 12px;
  line-height: 1.6;
  float: right;
}
.more_content .video .video_size {
  width: 380px;
  height: 310px;
}
.more_content .rentals {
  margin-top: 30px;
}
.tags {
  width: 100%;
  padding: 10px 0;
  margin: 25px 0 0 0;
  border-top: solid 1px #CCCCCC;
  display: inline-block;
}
.tags .tag_title {
  margin: 3px 5px 0 0;
  font-weight: 700;
  font-size: 14px;
  float: left;
  text-transform: uppercase;
  color: #000;
}
.tags ul {
  float: left;
}
.tags ul li {
  margin-left: 5px;
  margin-bottom: 5px;
  float: left;
}
.tags ul li a {
  padding: 3px 6px;
  font-size: 14px;
  background-color: #edeff0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  display: inline-block;
}
/* ---------------- INPUT ------------------ */
.button {
  background-color: #666666;
  color: #FFF;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-transition: background-color 0.5s, color 0.2s;
  transition: background-color 0.5s, color 0.2s;
  cursor: pointer;
}
.button:hover {
  background-color: #ff7e00;
}
a.blog_button {
  padding: 1px 5px 2px 5px;
  background-color: #666666;
  color: #FFF !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-transition: background-color 0.5s, color 0.2s;
  transition: background-color 0.5s, color 0.2s;
  cursor: pointer;
  display: inline-block;
}
a.blog_button:hover {
  background-color: #ff7e00;
}
.action_button {
  padding: 10px 0;
  background-color: #ff7e00;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-transition: background-color 0.5s, color 0.2s;
  transition: background-color 0.5s, color 0.2s;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
}
.action_button:hover {
  background-color: #ff9125;
}
.input_field {
  padding: 10px;
  border: solid 1px #CCCCCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.chkbx_wrap .chkbx {
  width: 20px;
  height: 20px;
  border: solid 1px #CCCCCC;
  background-color: #f5f6f7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  cursor: pointer;
}
.chkbx_wrap .chkbx input {
  display: none;
}
.chkbx_wrap.active .chkbx {
  background-image: url(../img/chkbx.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}
/* ---------------- FOOTER ------------------ */
#footer_wrap {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 20px;
  background-image: url(../img/footer_bg.jpg);
  background-position: center top;
  background-repeat: repeat;
  display: inline-block;
}
#footer_wrap #footer {
  width: 960px;
  margin: 0 auto;
}
#footer_wrap #footer .footer_mob {
  display: none;
}
#footer_wrap #footer .footer_menu ul {
  margin: 30px 0 20px 0;
  display: inline-block;
}
#footer_wrap #footer .footer_menu ul li {
  float: left;
}
#footer_wrap #footer .footer_menu ul li a {
  padding: 1px 10px 1px 10px;
  border-right: solid 1px #edeff0;
  font-size: 13px;
  color: #FFF !important;
  display: inline-block;
}
#footer_wrap #footer p {
  color: #FFF;
  font-size: 13px;
}
.comments_wrap {
  display: block;
}
.comments_wrap #comments {
  padding-bottom: 30px;
}
.comments_wrap #comments ol.commentlist li {
  margin-bottom: 10px;
}
.comments_wrap #comments ol.commentlist li .single_comment {
  padding: 20px;
  background-color: #f5f6f7;
}
.comments_wrap #comments ol.commentlist li .single_comment .userPic {
  float: left;
}
.comments_wrap #comments ol.commentlist li .single_comment .userPic .pic {
  width: 64px;
  height: 64px;
  background-image: url(../img/comment_user_icon.png);
  opacity: 0.4;
}
.comments_wrap #comments ol.commentlist li .single_comment .user_info {
  width: 200px;
  padding: 0 10px 0 0;
  margin: 0 20px 0 10px;
  border-right: dashed 1px #000;
  float: left;
  color: #000;
  overflow: hidden;
}
.comments_wrap #comments ol.commentlist li .single_comment .user_info h4 {
  font-size: 16px;
  font-weight: 400;
}
.comments_wrap #comments ol.commentlist li .single_comment .user_info .date {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
}
.comments_wrap #comments ol.commentlist li .single_comment .userComment {
  width: 635px;
  float: left;
}
.comments_wrap #comments ol.commentlist li .single_comment .userComment .reply {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
}
.comments_wrap #comments ol.commentlist li .single_comment .userComment .reply a {
  background-color: #666666;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-transition: background-color 0.5s, color 0.2s;
  transition: background-color 0.5s, color 0.2s;
  cursor: pointer;
  padding: 4px 10px;
  display: inline-block;
  color: #FFF;
}
.comments_wrap #comments ol.commentlist li .single_comment .userComment .reply a:hover {
  background-color: #ff7e00;
}
.comments_wrap #comments ol.commentlist li ul.children {
  margin: 10px 0 0 100px;
}
.comments_wrap #comments ol.commentlist li ul.children li ul.children {
  margin: 10px 0 0 0;
}
.comments_wrap #comments ol.commentlist li ul.children .single_comment .userComment {
  width: 535px;
}
.comments_wrap #comments ol.commentlist li ul.children #respond .txt_area {
  width: 480px;
}
.comments_wrap #comments ol.commentlist li ul.children #respond .txt_area .input_field {
  width: 480px;
}
.comments_wrap #comments #respond {
  margin-top: 10px;
  margin-bottom: 20px;
}
.comments_wrap #comments #respond h2 {
  cursor: pointer;
}
.comments_wrap #comments #respond h2 .button {
  width: 220px;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
}
.comments_wrap #comments #respond #commentform {
  display: none;
}
.comments_wrap #comments #respond #commentform #comment-user-details {
  float: left;
}
.comments_wrap #comments #respond #commentform #comment-user-details .validate_entry {
  margin-bottom: 15px;
}
.comments_wrap #comments #respond #commentform #comment-user-details .validate_email {
  margin-bottom: 15px;
}
.comments_wrap #comments #respond #commentform #comment-user-details .input_field {
  width: 350px;
}
.comments_wrap #comments #respond #commentform .validate_entry.txt_area {
  width: 580px;
  float: right;
}
.comments_wrap #comments #respond #commentform .validate_entry.txt_area .input_field {
  width: 580px;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comments_wrap #comments #respond #commentform label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  display: block;
}
.comments_wrap #comments #respond #commentform .action_button {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
}
.comments_wrap #comments #respond.active #commentform {
  display: block;
}
/* ---------------- POST ------------------ */
/* POST INFO */
/* POST INFO LIST */
ul#post_info li {
  float: left;
}
/* SHARE */
/* SHARE LIST */
#share ul li {
  float: right;
}
/* AUTHOR */
/* AUTHOR IMAGE */
#about img {
  float: left;
}
/* AUTHOR TITLE */
/* AUTHOR TITLE LINK */
/* AUTHOR INFO */
/* ---------------- SHORTCODES ------------------ */
/* TABLES */
table {
  text-align: center;
}
tr {
  padding: 5px;
  border-bottom: solid 2px #FFF;
}
th {
  padding: 10px;
  border-right: solid 2px #FFF;
  background-color: #edeff0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
td {
  padding: 10px;
  border-right: solid 2px #FFF;
  background-color: #edeff0;
  font-size: 14px;
}
td.active {
  background-color: #ffffff;
}
/* COLUMNS 1/2 */
.one_half,
.one_half_last {
  width: 45%;
  float: left;
  display: inline;
}
.one_half {
  margin-right: 10%;
}
/* COLUMNS 1/3 */
.one_third,
.one_third_last {
  width: 30%;
  float: left;
  display: inline;
}
.two_third,
.two_third_last {
  width: 65%;
  float: left;
  display: block;
  display: inline;
}
.one_third {
  margin-right: 5%;
}
.two_third {
  margin-right: 5%;
}
/* COLUMNS 1/4 */
.one_fourth,
.one_fourth_last {
  width: 22%;
  float: left;
  display: inline;
}
.three_fourth,
.three_fourth_last {
  width: 74%;
  float: left;
  display: inline;
}
.two_fourth,
.two_fourth_last {
  width: 48%;
  float: left;
  display: inline;
}
.one_fourth,
.two_fourth {
  margin-right: 4%;
}
.three_fourth {
  margin-right: 4%;
}
/* IMAGES */
p img {
  padding: 5px;
  display: block;
}
/* PULL QUOTE */
.pullQuoteLeft,
.pullQuoteRight {
  width: 200px;
  padding: 5px 10px;
  margin: 3px 0;
  display: inline;
  font-size: 15px;
  line-height: 1.3;
  font-family: 'Light';
  color: #9898BC;
  float: left;
  border-left: solid 1px #9898BC;
}
.pullQuoteRight {
  float: right;
  border-left: none;
  border-right: solid 1px #9898BC;
  text-align: right;
}
/* DROP CAP */
p span.dropCap1 {
  float: left;
  display: inline;
  font-size: 40px;
  line-height: 30px;
  margin: 8px 8px 0 0;
}
/* HIDDEN CONTENT */
.hidden_content {
  text-align: justify;
}
.hidden_content .hidden_content_head {
  padding: 10px 15px;
  background-color: #FFF;
  color: #666666;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  line-height: 29px;
}
.hidden_content .hidden_content_head .slide_status_icon {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  margin-top: 2px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/plus_minus_2.png);
  background-repeat: no-repeat;
  background-position: top;
  float: left;
}
.hidden_content .hidden_content_pad_mar {
  padding: 15px;
  background-color: #edeff0;
  color: #666666;
}
.hidden_content .hidden_content_pad_mar .hidden_content_content {
  width: 100% !important;
}
/* LISTS */
.bullet_list li {
  margin-left: 15px;
  margin-bottom: 5px;
  list-style: disc;
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
}
.number_list li {
  list-style: decimal;
  margin-left: 20px;
}
.letter_list li {
  list-style: lower-latin;
  margin-left: 20px;
}
.check_list li {
  list-style: disc;
  margin-left: 15px;
}
.arrow_list li {
  list-style: disc;
  margin-left: 15px;
}
.box_list li {
  list-style: square;
  margin-left: 15px;
}
/* DATAPICKER */
.ui-datepicker {
  width: auto;
  font-size: 12px;
}
.ui-datepicker table {
  width: 294px;
  margin: 0 0 0.1em;
  background-color: #FFF;
}
.ui-widget-header {
  background-image: none;
  background-color: #CCCCCC;
}
.ui-datepicker-title {
  color: #000;
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-header {
  padding: 0 0 1px 0;
}
.ui-datepicker th {
  font-size: 14px;
  font-weight: normal;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-image: none;
  background-color: #edeff0;
}
ul#pagination {
  float: right;
}
ul#pagination li {
  margin-left: 7px;
  float: left;
}
ul#pagination li.current {
  padding: 3px 7px 3px 7px;
  border: solid 1px #666666;
  background-color: #666666;
  color: #FFF;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
}
ul#pagination li a {
  padding: 3px 7px 3px 7px;
  border: solid 1px #CCCCCC;
  display: inline-block;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
}
.desc_main_cont {
  display: block;
}
.add_to_fav_mob {
  display: none;
}
.cm_marker_wrap {
  z-index: auto;
}
.cm_marker_wrap .cm_marker {
  /*width: 40px;*/
  /*height: 52px;*/
  /*padding-top: 9px;*/
  /*background-image: url(../img/pin.png);*/
  background-position: top;
  /*color: #000000;*/
  width: 58px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* sloba 31.10.2022 */
  background-image: none !important;
  background-color: white;
  border-radius: 28px;
  box-shadow: 0 0 0 1px #00000059 inset;
  color: black;
  height: 33px;
  padding: 0px 10px;
  padding-top: 6px;
  position: relative;
  transform: scale(1);
  transform-origin: 50% 50% 0px;
  /*z-index: 102;*/
  z-index: 1;
}
.cm_marker.j_cm_marker.dot {
  /*z-index: 99;*/
  z-index: auto;
}
/* */
.cm_marker_wrap .cm_marker.dot {
  padding: 0;
  font-size: 0;
  line-height: 0;
  width: 8px;
  height: 8px;
  background: #bbb;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
}
.cm_marker_wrap:hover,
.cm_marker_wrap.active {
  /*z-index: 4;*/
  z-index: 102;
}
.cm_marker_wrap:hover .cm_marker,
.cm_marker_wrap.active .cm_marker {
  background-position: bottom;
  background-color: #ff7e00;
  color: white;
  border-color: #b95b00;
  transition: 0.4s;
}
.ui-autocomplete {
  padding: 8px 8px 8px 8px;
  margin-top: -24px;
  border-color: #CCCCCC;
  border-top: none;
  font-size: 14px;
  text-align: left;
  z-index: 9999;
  font-family: 'Open Sans', sans-serif;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  -khtml-border-radius: 0 0 8px 8px;
}
.ui-autocomplete li {
  padding: 3px 8px 3px 8px;
  border: none !important;
  background: none !important;
}
.ui-autocomplete li:hover {
  background-color: #FFFFFF;
  color: #ff7e00;
  border: none;
}
.ui-autocomplete li:focus {
  color: #ff7e00;
}
.selectize-input {
  border: solid 1px #CCCCCC;
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  border-radius: 8px !important;
  -khtml-border-radius: 8px !important;
  background-repeat: no-repeat;
  position: relative;
  cursor: default;
  z-index: 3000;
  width: 180px;
  padding: 8px 8px 8px 8px;
  box-sizing: content-box;
  line-height: 1.4;
  font-size: 16px;
  text-transform: none;
}
.selectize-input input {
  font-size: 16px;
  color: #000000;
  text-transform: none;
}
.selectize-control.multi .selectize-input > div {
  padding-right: 20px;
  position: relative;
}
.selectize-control.multi .selectize-input > div:after {
  content: "x";
  position: absolute;
  display: block;
  right: 5px;
  top: 3px;
  font-size: 14px;
  color: #CCC;
}
.selectize-control.multi .selectize-input > div:hover:after {
  color: #000000;
}
.selectize-control {
  font-size: 16px;
}
/* sloba 07.05.2019 */
@media (min-width: 1300px) {
  .selectize-input {
    /* width: 440px; */
    width: 565px;
  }
  /* sloba 20.02.2022; sloba 21.03.2022 */
  li.aptStreet .selectize-input {
    /*width: 275px;*/
    width: 245px;
  }
  /* sloba 30.09.2022 */
  .selectize-control, .seletize-control > .selectize-dropdown {
    position: relative;
    z-index: 1501;
  }
  /* */
}
@media (min-width:961px) and (max-width:1299px) {
  li.aptStreet .selectize-input {
    max-width: 38vw;
  }
  /* sloba 30.09.2022 */
  .selectize-control, .seletize-control > .selectize-dropdown {
    position: relative;
    z-index: 1501;
  }
  /* */
}
/* */
@media (max-width: 960px) {
  .selectize-input {
    width: 214px;
  }
}
.lg-backdrop {
  z-index: 8000 !important;
}
.lg-outer {
  z-index: 8001 !important;
}
/* sloba 14.12.2018 */
.none {
  display: none !important;
}
/*Stefan 25.02.2020*/
.title_wrap .tooltip_wrap{
  font-size:14px; 
  color:#666666;
  float:right;
  padding-top:5px;
}
.title_wrap > .tooltip_wrap:hover{
  color:#5e5d5d!important;
  cursor:pointer;
}

.title_wrap .tooltip_wrap:hover + .tooltip {
  width: 280px;
  padding: 10px 10px;
  border: solid 1px #CCCCCC;
  background-color: #edeff0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  font-size: 14px;
  position: absolute;
  top: 295px;
  right: 340px;
  z-index: 999999;
}
/* sloba 06.03.2020 */
@media (max-width: 1279px) and (min-width: 1000px) {
  .rentals ul.search-apts-main li:nth-child(4n) {
      margin-right: 0;
  }
  .rentals ul.search-apts-main li:nth-child(4n-1) {
      margin: 1px 20px 20px 0;
  }
}
/* sloba 03.05.2020 */
a[title="Korona spreman"],
.koronaOznaka {
  background-color: red !important;
  color: white !important;
}
/*Stefan 22.05.2020 */
  .price_match{
    padding-top: 0!important;
    margin-top: -18px!important;
    float: right;
    position: relative;
  }

  .price_match a{
    color: #1cc88a!important;
    font-weight: bold;
    text-decoration: none!important;
  }
  .price_match a:hover, 
  .price_match a:visited,
  .price_match a:link,
  .price_match a:active
  {
    text-decoration: none!important;
  }
  .price_match .tooltip{
    width: 280px;
    padding: 10px 10px;
    border: solid 1px #CCCCCC;
    background-color: #edeff0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -khtml-border-radius: 8px;
    font-size: 14px;
    position: absolute;
    top: 23px;
    right: 0;
    z-index: 99999;
    display: none;
  }
  .price_match:hover .tooltip{
     display: block;
  }
/* sloba 05.06.2020 */
#noresults {
  width: 100% !important;
  height: auto;
}
#noresults > p {
  font-weight: bold;
  color: red;
}
/* sloba 09.06.2020 */
.mobNewline {
  display: none;
}
/* sloba 15.06.2020 */
/* sloba 18.06.2020 */
.postPage > #content > p > a > img,
.postPage > #content > p > img,
.postPage > #content > div > a > img,
.postPage > #content > div > img,
.postPage > #content > a > img,
.postPage div[id^=attachment] {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
}
/*Stefan 30.09.2020*/
 .nearby_apartments{
    position: unset;
    padding: 1px 5px;
    top: -2px;
    font-size: 18px;
    vertical-align: middle;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
  }
  /*Stefan 02.11.2020*/
  .instagram_recommand{
    display: inline-block;
    margin-right: 5px; 
  }
  .linkedin_recommand{
    display: inline-block;
    margin-right: 5px; 
  }
  .instagram_recommand >a{
    display:inline-block;
    font-size: 20px;
    width:20px;
    height:20px;
    background-image: url(../img/instagram.svg);
     border-radius: 5px;
  }
  .linkedin_recommand >a{
    display:inline-block;
    font-size: 20px;
    width:20px;
    height:20px;
    background-image: url(../img/linkedin.svg);
    border-radius: 5px;
  }
  /*
  .indx .whatsapp_recommand, .indx .viber_recommand {
    display: none !important;
  }
  */
/* sloba 24.11.2020 */
.facebook_recommand .fb-like.fb_iframe_widget span {
  height: 20px !important;
}
/* sloba 26.02.2021 */
#container.apartment.mainFavorites {
  overflow: visible;
}
@media (min-width:1260px) {
  #container.apartment.mainFavorites .rentals ul li {
      margin: 0 18px 20px 0;
  }
}
@media (max-width: 480px) {
  .aptInfoBox > .img_wrap > .tooltip {
    width: 200%;
    padding: 10px 10px;
    border: solid 1px #CCCCCC;
    background-color: #edeff0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -khtml-border-radius: 8px;
    font-size: 14px;
    position: absolute;
    bottom: calc(100% - 10px);
    left: -5px;
    z-index: 99999;
    display: none;
  }
  .rental_single:nth-child(2n) > .aptInfoBox > .img_wrap > .tooltip {
      left: unset;
      right: -5px;
  }
  .apartment .rentals.similar .ul_wrap.j_similar_slider {
    /*overflow-y: scroll !important;*/
    height: auto !important;
  }
  .closeby li:nth-child(even) a.aptInfoBox .tooltip {
    left: -114%;
  }
  .closeby li:nth-child(odd) a.aptInfoBox .tooltip {
    left: -4%;
  }
  #wrapper:not(.apart) .booking_wrap_wrap .booking_wrap {
    max-width: 100% !important;
  }
/* sloba 07.06.2021 */
  .apart .days .booking {
    left: 135px !important;
  }
}
/* sloba 29.03.2021 */
.breadcrumb {
  margin-top: 20px;
  padding: 0;
}
.breadcrumb > p {
  font-size: 10px;
  color: darkmagenta;
}
/* sloba 09.04.2021 */
@media (min-width: 960px) {
  .slider.j_rental_img_slider {
    /*
    height: 157px;
    width: 235px;
    */
    width:100%;
    height:auto;
    overflow: hidden;
    max-width: 100%;
  }
}
.arrow_s.j_similar_prev {
  z-index: 1009 !important;
}
.noresultsSearch {
  all: revert;
  color: blue !important;
  text-decoration: underline !important;
  width: auto !important;
  border: unset !important;
}
/* sloba 16.09.2021; sloba 07.10.2021 */
.parkingDesc {
  float: left;
  margin: 15px 0 0 8px;    
}
.apart .clear_mobile {
  display:none;
}
.apart .full > div.desc_content_wrap {
  margin-top:5px;
}
/* sloba 17.09.2021 */
.groupedIcons {
  display:none;
}
/* sloba 21.09.2021; sloba 09.10.2021 */
.contact_info.mob {
  display:none !important;
}
.mobLocation {
  display: none !important;
}
/*Stefan 19.10.2021*/
#container.index .filters, #container.apartment .filters{
  display: none;
}
#container .filters{
  float: right;
}
.book_terms{
  font-size: 12px;
  font-weight: 300;
  float: right;
  padding-right: 3px;
}
.book_terms a{
  font-size: 12px;
  font-weight: bold;
}
/* sloba 22.10.2021 */
#container.apartment .desc_main_cont .dates {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
}
#container.apartment .dates .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all.ui-datepicker-multi.ui-datepicker-multi-2 {
  width: 55em !important;
  border: unset;
}
#container.apartment .dates .ui-datepicker-group.ui-datepicker-group-first,
#container.apartment .dates .ui-datepicker-group.ui-datepicker-group-last {
  width: 50%;
}
#container.apartment .dates .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-left,
#container.apartment .dates .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-right {
  border-radius: unset;
}
#container.apartment .dates table.ui-datepicker-calendar {
  margin: 0 auto;
  width: 100%;
}
.miniCal {
  display: block !important;
}
/*.mobhideMe {
  display: none !important;
}*/
/* sloba 25.10.2021 */
.totalImg {
  display:none;
}
/* sloba 01.11.2021 */
.inline {
  display:inline;
}
.instant_container {
  display: flex;
  align-items: center;
}
/* sloba 14.11.2021 */
.formElems li.datesPersons {
  display: inline-block !important;
  margin-left: 0px;
}
.formElems div.input_wrap {
  max-width: 85px !important;
  width: 85px !important;
}
.formElems li.datesPersons input {
  width: 100% !important;
  max-width: 100%;
  padding-left: 3px;
  padding-right: 0px;
}
.formElems #arrival, .formElems #departure, .formElems #personsGuests {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100% !important;
}
.formElems li.datesPersons input {
  font-size: 14px;
}
.formElems #arrival {
  border-left: 1px solid #CCC;
  border-right: 1px solid #ccc;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  width: calc(100% - 5px) !important;
}
.formElems #departure {
  border-left: unset;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-right: 1px;
  width: calc(100% - 3px) !important;
}
.formElems #personsGuests {
  border-left: 1px solid #CCC;
  border-right: 1px solid #ccc;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  width: calc(100% - 5px) !important;
}
.formElems li.datesPersons div.add {
  display: block !important;
  background-position: left top !important;
}
.formElems li.datesPersons div.add.minus {
  float: unset !important;
  margin-left: 0px !important;
  margin-top: 4px;
  background-position: right top !important;
}
.formElems div.plusMinus {
  height: 30px !important;
  width: 14px !important;
  top: 10px !important;
}
.formElems li.datesPersons #personsGuests {
  padding-left: 15px;
  width: calc(100% - 13px) !important;
}
/* sloba 18.11.2021 */
.mobShowConditions {
  display: none !important;
}
.mobHideConditions {
  display: inline-block !important;
}
/* sloba 23.11.2021 */
#container .b_wrap.j_send_request {
  margin-top: 95px;
}
#container .b_wrap.j_send_request.btnBook000 {
  position: absolute;
  margin-top: -230px;
}
#container .b_wrap.j_send_request.btnBook001 {
  position: absolute;
  margin-top: -160px;
}
#container .b_wrap.j_send_request.btnBook010 {
  position: absolute;
  margin-top: -200px;
}
#container .b_wrap.j_send_request.btnBook011 {
  position: absolute;
  margin-top: -120px;
}
#container .b_wrap.j_send_request.btnBook100 {
  position: absolute;
  margin-top: -230px;
}
#container .b_wrap.j_send_request.btnBook110 {
  position: absolute;
  margin-top: -200px;
}
#container .b_wrap.j_send_request.btnBook111 {
  position: absolute;
  margin-top: 120px;
}
/* sloba 28.11.2021 */
.modalDialog.modalInfo {
  position: fixed;
  font-family: 'Open Sans', sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.modalDialog.modalInfo:target {
  opacity:1;
  pointer-events: auto;
}
.modalDialog.modalInfo > div:first-child {
  width: 400px;
  position: relative;
  margin: 10% auto;
  border-radius: 5px;
  background: #fff;
  /*
  background: -moz-linear-gradient(#fff, #999);
  background: -webkit-linear-gradient(#fff, #999);
  background: -o-linear-gradient(#fff, #999);
  */
}
.modalDialog.modalInfo .modal-header {
  background-color: #4646ff;
  color: white;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 7px;
}
.modalDialog.modalInfo .modal-body {
  padding: 20px 20px 13px 20px;
}
.modalDialog.modalInfo .modal-body p {
  text-align: left;
}
.modalDialog.modalInfo .modal-footer {
  width: 100%;
  text-align: center;
  padding: 15px 0px 10px;
}
.modalDialog.modalInfo .close {
  background: #4646ff;
  color: #FFFFFF;
  line-height: 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  padding: 10px 20px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  font-size: 14px;
}
.modalDialog.modalInfo .close:hover {
  background: #466cff;
}
.chosenArr,
.chosenDep {
  background-color: #fafa69!important;
  color: red!important;
}
/* sloba 25.12.2021 */
#arrival:focus, #departure:focus {
  border-color: #e36407;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(227, 100, 7,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(227, 100, 7,0.6);
}
/* sloba 20.02.2022 */
li.datesPersonsSearch #arrivalSearch,
li.datesPersonsSearch #departureSearch {
  max-width: 85px !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: calc(100% - 5px) !important;
}
li.datesPersonsSearch #arrivalSearch {
  border-left: 1px solid #CCC;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
li.datesPersonsSearch #departureSearch {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
.search ul.main_search li.datesPersonsSearch.searchArr {
  margin-right:0;
}
/* sloba 21.03.2022 */
div.search.j_search_fields {
  width: 1216px;
  padding-left: 12px;
  padding-right: 12px;
}
#searchResetBtn {
  background-image: unset;
  padding-left: 11px;
  padding-right: 11px;
}
/**/
li.resetParent div.tooltip {
  width: 90px !important;
  bottom: calc(100% - 6px) !important;
  right: -38px;
}
.search ul.main_search li .button {
  background-position: 13px 13px !important;
}
/* sloba 23.03.2022 */
.tooltip_wrap.tmpfix {
  position: absolute;
  margin-top:-15px;
  margin-left:20px;
}
.rndstat {
  position:static;
}
li.resetParent {
  position: relative;
}
/* sloba 24.03.2022 */
ul.abcd li {
  position: relative;
  z-index: 1502;
}
/* sloba 29.03.2022 */
.search .advanced_search_wrap ul.advanced_search {
  height: unset;
}
.search .advanced_search_wrap ul.advanced_search li {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* sloba 31.03.2022 */
body {
  margin-top: 0!important;
}
/* sloba 06.04.2022 */
.phn div {
  font-weight: bold;
}
/* sloba 07.04.2022 */
div.rentals.rentals_interactive_map.j_rentals_interactive_map li.rental_single.j_rental_single div.closeOverlay span.closeMapPreview {
  display: none;
}
div.rentals_property div.rentals ul#rentals_ul li.rental_single.j_rental_single div.closeOverlay span.closeMapPreview {
  display: none !important;
}
.gg-eye {
  background-image: url('../img/icon-eye.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 14px;
  width: 20px;
  display: block;
  filter: invert(1);
}
#mapToggle.activeBtn {
  background-color: #ff7900 !important;
  color: #000 !important;
}
#mapToggle {
  display: none !important;
}
/* sloba 04.05.2022 - zbog postavljanja slika neodgovarajuce rezolucije */
#content p.p3 img,
#content p img {
  max-width: 100%;
  height: auto;
}
/* sloba 03.06.2022 */
@media (max-width: 1366px) and (min-width:960px) {
  #loader > div.padding {
    left: calc(22% + 260px)!important;
  }
}
/* sloba 17.10.2022 */
.nyNoticeMobile {
  display: none;
}
.nyNotice p {
  font-weight: bold;
  color: red !important;
  padding-bottom: 15px;
}
/* sloba 31.10.2022 */
h3.comHolder {
  display: flex;
  align-items: center;
}
h3.comHolder span.impressionsNum {
  font-size: 12px;
  margin-left: 7px;
}
div.pp_pic_holder {
  z-index:999999;
}
/* sloba 01.11.2022 */
.apart li.ins, .apart li.pkg {
  z-index: 999 !important;;
}
.apart li.ins:hover, .apart li.pkg:hover {
  z-index:99999 !important;
}
/* sloba 03.11.2022 */
.apart h2.comment-instruction {
  display: block !important;
}
.apart h2.comment-instruction a.button {
  width: 220px;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
}
/* sloba 14.11.2022 */
.imap #rentals_pagination {
  text-align: center;
}
.imap #rentals_pagination div.listDots {
  border: unset;
  display: inline-block;
  content: "...";
}
.imap #rentals_pagination div.listDots:hover {
  background-color: transparent;
  color: inherit;
  cursor: unset;
}
.imap #rentals_pagination div.showMe {
  display: inline-block;
}
.imap #rentals_pagination div.hideMe {
  display: none;
}
.imap .cm_marker.dot span.instantEmoji {
  display:none;
}
.imap .cm_marker_wrap .cm_marker,
.full_map .cm_marker_wrap .cm_marker {
  width: 72px;
  display: flex;
  justify-content: center;
}
.imap .cm_marker.dot {
  display:inline-block;
  width: 8px;
  height: 8px;
}
.imap .cm_marker_wrap span.instantEmoji,
.full_map .cm_marker_wrap span.instantEmoji {
  width: 20px;
  height: 20px;
  background-image: url('../img/instant.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
/* sloba 15.11.2022 */
#loader > div.padding {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
/* Uros 25.01.2023 */
#wpadminbar{
  z-index: 9999999;
}
/*Uros 26.01.2023*/
.rentals_property img.close-box-interactive-map{
  display: none !important;
}
.blog_feat_wrap,.single_img_wrap{
  text-align: center;
}
.blog_post_wrap{
  width: 100%;
}
.j_toggle_comment{
  margin-bottom: 2px;
}
.how-to-write-help{
  width: 220px;
  text-align: center;
}
/* sloba 02.03.2023 */
#navigation_container ul li ~ li a {
  padding: 11px 13px;
}
/* s 08.03.2023 */
div[class^=customAptLnk-] {
  display: none !important;
}
/* s 01.08.2023; s 09.08.2023 */
.s230.insertHere a,
div.blog_post_wrap p a,
#container.postPage p a,
#wrapper.apart div.s230 p a {
  color: #24208e;
}
.s230.insertHere a:hover,
div.blog_post_wrap p a:hover,
#container.postPage p a:hover,
#wrapper.apart div.s230 p a:hover {
  color: blue;
  text-decoration: underline;
}
/* s 11.08.2023 */
ul.main_search.mobSearch {
  display: none;
}
/* */