/*font-family: 'Montserrat', sans-serif;*/


body {
	min-width: 320px;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
	position: relative;
}

.max_width_1140 {
	max-width: 1160px;
	padding: 0 10px;
	margin-left: auto;
	margin-right: auto;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: #598dca;
}


p {
    line-height: 24px;
    color: #333333;
}

/**
	Header
*/
.ultraselectWrapper {
	height: 42px !important;
}
.top_header {
	background: #0b0a0a;
	padding-top: 10px;
	padding-bottom: 10px;
}

.top_header > .max_width_1140 {
	overflow: auto;
}

.top_header > .max_width_1140 > * {
	float: right;
	display: table;
}

.top_header_socials {
	margin-right: 20px;
	margin-bottom: 0;
	padding: 0;
	display: table;
}

.top_header_socials li {
	display: table;
	float: left;
	list-style: none;
	margin-right: 10px
}

.top_header_socials li a {
	display: table;
	background: #fff;
	color: #0b0a0a;
	min-width: 21px;
	min-height: 21px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 21px;
}

.top_header_socials li a:hover {
	background: #598dca;
}

.top_header_email_link,
.top_header_mobile_link {
	margin-right: 30px;
	color: #fff;
}
.top_header_mobile_link span {
	font-weight: 700;
}

.top_header_email_link i,
.top_header_mobile_link i {
	color: #7b7c7e;
	margin-right: 10px;
	font-size: 18px;
	position: relative;
	top: 2px;
}

.language_switcher {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
    color: #fff;
    border: 0;
    font-weight: bold;padding-right: 20px;
    background: url(../images/white_down_arrow.png) no-repeat right center;
    cursor: pointer;
    outline: 0;
}

.language_switcher option {
	color: #000;
}

.main_header {
	padding: 10px 0;
	overflow: auto;
}

.logo {
	float: left;
}

.menu_container {
	float: right;
}

.slicknav_menu{
	display: none;
}

#main_menu {
	overflow: auto;
	display: table;
	padding: 0;
	margin: 40px auto 0;
}

#main_menu > li {
	list-style: none;
	float: left;
	color: #333333;
	font-size: 13px;
	padding-right: 20px;
	border-right: 1px solid #333333;
	margin-right: 20px;
}

#main_menu > li:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}

#main_menu > li a {
	color: #333333;
	font-size: 13px;
	font-weight: 600;
}

#main_menu > li a:hover,
#main_menu > li a:focus,
#main_menu > li a:active,
#main_menu > li a.current {
	color: #d8141a;
}

#main_menu > li.with_submenu > a {
	padding-right: 20px;
	background: url(../images/down_arrow_blank.png) no-repeat right center;
}

.submenu_list {
	display: none;
	list-style: none;
    list-style: none;
    padding: 0;
    background: #fff;
    min-width: 100px;
    position: absolute;
    z-index: 10;
}

.submenu_list li {
	border-bottom: 1px solid #e3e3e3;
	padding: 5px;
}

.submenu_list li a {
	display: block;
	text-align: center;
	padding: 5px 15px;
}

.submenu_list li:last-child {
	border-bottom: 0;
}

#main_menu > li.with_submenu:hover > .submenu_list {
	display: block;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/**
	End of Header
*/





/**
	Footer
*/

.contact_us_footer {
	background: #2b2c2e;
	padding: 90px 0 50px;
	text-align: center;
}

.footer_contact_heading {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
}

.footer_under_contact_heading {
	font-size: 16px;
	color: #fff;
}

.short_separator {
	height: 3px;
	width: 50px;
	background: #fff;
	margin: 40px auto;
	display: block;
}

.short_separator.red {
	background: #d8141a;
	margin: 2px auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.footer_contact_us_form input[type="text"],
.footer_contact_us_form input[type="email"],
.footer_contact_us_form textarea {
	width: 100%;
	padding: 10px;
	background: #5b5b5b;
	border: 0;
	font-size: 13px;
	line-height: 15px;
	color: #c2c3c7;
	margin-bottom: 10px;
}

.footer_contact_us_form *::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c2c3c7;
}
.footer_contact_us_form *::-moz-placeholder { /* Firefox 19+ */
  color: #c2c3c7;
}
.footer_contact_us_form *:-ms-input-placeholder { /* IE 10+ */
  color: #c2c3c7;
}
.footer_contact_us_form *:-moz-placeholder { /* Firefox 18- */
  color: #c2c3c7;
}

.footer_contact_f_last_row {
	display: flex;
	flex-direction: row-reverse;
}

.footer_contact_us_form input[type="text"][name="sum_result"] {
	max-width: 70px;
	margin-bottom: 0;
}

.antispam_container {
	overflow: auto;
}

.footer_contact_us_form .antispam_container input {
	width: 90px;
	margin-right: 15px;
	margin-left: 15px;
}
.footer_contact_us_form textarea {
	resize: none;
}

.antispam_container > * {
	float: right;
}

.footer_antispam {
    font-size: 16px;
    color: #6a6a6b;
    margin-bottom: 0;
    line-height: 36px;
    display: inline-block;
}

.footer_antispam .sum_numbers {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	margin-right: 10px;
}

input[type="text"][name="sum_result"] {
	font-size: 13px;
	line-height: 13px;
	margin-right: 10px;
}

input[name="contact_us_submit"] {
	width: 200px;
	max-width: 100%;
	background: #d8141a;
	padding: 10px;
	border: 0;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	height: 35px;
}

input[name="contact_us_submit"]:hover {
	background: #b40a0f;
}

input[type="text"][name="sum_result"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c2c3c7;
  font-size: 13px;
  line-height: 13px;
}
input[type="text"][name="sum_result"]::-moz-placeholder { /* Firefox 19+ */
  color: #c2c3c7;
  font-size: 13px;
  line-height: 13px;
}
input[type="text"][name="sum_result"]:-ms-input-placeholder { /* IE 10+ */
  color: #c2c3c7;
  font-size: 13px;
  line-height: 13px;
}
input[type="text"][name="sum_result"]:-moz-placeholder { /* Firefox 18- */
  color: #c2c3c7;
  font-size: 13px;
  line-height: 13px;
}

.footer_copyright {
	background: #0c0d0d;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 15px 10px;
	margin-bottom: 0;
}

.soials_footer {
	background: #1b1c1d;
	padding: 25px 10px;
	border-bottom: 1px solid #2b2c2e;
}

.socials_list_footer {
	display: table;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

.socials_list_footer li {
	float: left;
	margin-right: 10px;
}

.socials_list_footer li:last-child {
	margin-right: 0;
}

.socials_list_footer li a {
	min-width: 43px;
    min-height: 43px;
    font-size: 24px;
    line-height: 43px;
    background: #fff;
    color: #1b1c1d;
    display: table;
    text-align: center;
}

.socials_list_footer li a:hover {
	background: #598dca;
}

.footer_contact_info {
	background: #1b1c1d;
	padding-bottom: 40px;
}

.footer_contact_info .col-md-4 {
	text-align: center;
	margin-top: 30px;
}

.footer_contact_info_tite {
	font-size: 22px;
	color: #fff;
	font-weight: 500;
}

.footer_contact_info_p,
.footer_contact_tel,
.footer_contact_mail {
	display: block;
	font-size: 16px;
	color: #fff;
}

.footer_contact_tel {
	font-weight: 500;
	margin-bottom: 10px;
}

footer {
	overflow-x: hidden;
}

#footer_map {
	height: 400px;
}

/**
	End of Footer
*/




/**
	Homepage
*/

.bottom_slider_small_title {
	font-size: 14px;
	color: #fff;
}

.bottom_slider_big_title {
	color: #ffffff;
	font-size: 30px;
	font-weight: 500;
}

.bottom_slider_p {
	font-size: 18px;
	color: #fff;
	max-width: 950px;
	display: table;
	margin: 60px auto 0;
}

.bottom_homepage_slider a.bottom_slider_red_button {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	display: table;
	padding: 10px 45px 10px 30px;
	background: url(../images/right_arrows_button.png) no-repeat;
	background-color: #d8141a;
	background-position: center right 20px;
	margin: 50px auto 0;
}

.bottom_homepage_slider a.bottom_slider_red_button:hover {
	background: url(../images/right_arrows_button.png) no-repeat;
	background-color: #b40a0f;
	background-position: center right 20px;
}

.bottom_homepage_slider .bxslider li {
	position: relative;
}

.bottom_homepage_slider .house-slider1 .item:before {
	content: '';
    background: -webkit-radial-gradient(transparent, black); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(transparent, black); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(transparent, black); /* For Firefox 3.6 to 15 */
    background: radial-gradient(transparent, black); /* Standard syntax (must be last) */
    width: 100%;
    height: 100%;
    position: absolute;
}

.zm-icon img {
	min-width: auto !important;
	max-width: 100% !important;
	width: auto !important;
}

.bottom_homepage_slider_content {
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	text-align: center;
}

.bx-wrapper {
	border: 0;
    box-shadow: 0;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/bottom_homepage_slider_controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/bottom_homepage_slider_controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-controls-direction a {
    width: 20px;
    height: 32px;
}

.bx-wrapper .bx-next,
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    right: 50px;
    background: url(../images/bottom_homepage_slider_controls.png) no-repeat -17px 0px;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    left: 50px;
    background: url(../images/bottom_homepage_slider_controls.png) no-repeat 2px 0px;
}

.bottom_homepage_slider .bx-wrapper .bx-pager,
.bottom_homepage_slider .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 60px;
    width: 100%;
    padding: 0;
}

.bottom_homepage_slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #969595;
}

.bottom_homepage_slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bottom_homepage_slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.bottom_homepage_slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fff;
}

.bottom_homepage_slider .bx-wrapper {
	margin-bottom: 0;
}

.rent_a_stan_below_header {
	height: 120px;
	background: #1b1c1d url(../images/under_the_menu_grad_img.jpg) no-repeat right center;
}

body .owl-carousel .owl-nav {
	padding: 0;
	margin: 0;
}

body .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 0;
	left: 15px;
	background: url('../images/owl-prev.png') no-repeat;
	background-position: center;
	height: 100%;
	width: 15px;
	z-index: 100;
	padding: 0;
	margin: 0;
}

body .owl-carousel .owl-nav .owl-prev:hover {
	background: url('../images/owl-prev.png') no-repeat;
	background-position: center;
}

body .owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 0;
	right: 15px;
	background: url('../images/owl-next.png') no-repeat;
	background-position: center;
	height: 100%;
	width: 15px;
	z-index: 100;
	padding: 0;
	margin: 0;
}

body .owl-carousel .owl-nav .owl-next:hover {
	background: url('../images/owl-next.png') no-repeat;
	background-position: center;
}

.house-slider .item {
	height: 380px;
}

.house-slider .item img {
	min-width: 100%;
	max-width: none;
	max-height: 380px;
	width: auto;
	height: auto;
}



.rent_a_stan_below_header_title {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0;
}

.rent_a_stan_below_header_small {
	font-size: 14px;
	color: #fff;
}

.rent_a_stan_below_header_button {
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #d8141a;
	display: table;
	padding: 10px;
	width: 340px;
	border-bottom: 2px solid #b40a0f;
	border-right: 1px solid #b40a0f;
	justify-content: flex-end;
}

.rent_a_stan_below_header_button:hover,
.rent_a_stan_below_header_button:focus,
.rent_a_stan_below_header_button:active {
	color: #fff;
	background: #b40a0f;
	text-decoration: none;
}

.rent_a_stan_below_header .max_width_1140 {
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.home_houses_slider {
	height: 380px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.home_houses_slider .bx-wrapper {
	margin: 0 auto;
}

.home_houses_slider .bx-wrapper,
.home_houses_slider .bx-viewport {
	height: 380px !important;
}

.home_houses_slider .bx-controls-direction:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	bottom: 0;
	z-index: 3;
}

.home_houses_slider .bx-controls-direction:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	bottom: 0;
	z-index: 3;
}

.home_houses_slider .bx-viewport .bxslider,
.home_houses_slider .bx-viewport .bxslider li {
	height: 100%;
}


.home_houses_slider .bxslider li {
	position: relative;
	border-right: 1px solid #fff;
	overflow: hidden;
}


.home_houses_slider .bxslider li img {
	min-width: 100%;
	
	max-width: none;
	max-height: 380px;
	width: auto;
	height: auto;
}

.slider_top_surface,
.slider_bottom_details {	
    position: absolute;
    color: #fff;
    padding-left: 25px;
    width: 100%;
}

.slider_top_surface {
    display: flex;
    flex-direction: row;
}

.slider_top_surface {
	top: 20px;
}

.dimension_drawing {
    background: #d8141a url(../images/dimension_drawing.png) no-repeat center center;
    width: 50px;
    height: 45px;
}

.top_surface {
    font-size: 20px;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 45px;
    padding-left: 15px;
    padding-right: 15px;
}

.top_surface span {
    font-weight: 300;
}

.slider_bottom_details {
    bottom: 0;
    padding-bottom: 20px;
    background: rgba(0, 0, 0, 0.4); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5)); /* Standard syntax */
}

.bottom_price_container {
	display: flex;
	flex-direction: row;
}

.bottom_slider_price {
    font-size: 16px;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 45px;
    padding-left: 15px;
    padding-right: 15px;	
}

.bottom_slider_details_button {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    display: table;
    padding: 10px 45px 10px 30px;
    background: url(../images/right_arrows_button.png) no-repeat;
    background-position: center right 20px;
    background-color: #d8141a;
}

.bottom_slider_details_button:hover {
    background: url(../images/right_arrows_button.png) no-repeat;
    background-color: #b40a0f;
    background-position: center right 20px;
}

.bottom_slider_details_button:hover,
.bottom_slider_details_button:focus,
.bottom_slider_details_button:active {
    color: #fff;
    text-decoration: none;
}

.house_title {
	font-size: 18px;
	color: #fff;
	max-width: 330px;
    margin: 10px 0;
}

.house_bottom_location {
	font-size: 12px;
	color: #fff;	
}

.house_bottom_location:before {
	content: url(../images/white_pin.png);
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.banner_above_filters {
	background: #1b1c1d;
}

.banner_above_filters .max_width_1140 {
	background: #d8141a;
	display: flex;
	flex-direction: row;
	padding: 30px 30px 25px;
	border-bottom: 5px solid #aa0a0f;
}


.banner_above_filters .max_width_1140 img {
	width: 64px;
	height: 60px;
	margin-right: 30px;
}

.title_banner_above_filters {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px;
}

.under_banner_title {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
}

.products_section {
	background: #fff url(../images/main_back_img.jpg) no-repeat center bottom;
	padding: 40px 10px 70px;
	overflow: auto;
}

.products_section .filter_pagination {
	overflow: auto;
}

.dropdown {
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
    color: #fff;
    font-size: 14px;
    color: #333333;
    border: 1px solid #e3e3e3;
    padding: 10px 40px 10px 15px;
    background: url(../images/grey_down_arrow.png) no-repeat;
    background-color: #fff;
    background-position: center right 10px;
    cursor: pointer;
    outline: 0;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.dropdown:hover {
    border: 1px solid #d01319;
    background: url(../images/red_down_arrow.png) no-repeat;
    background-color: #fff;
    background-position: center right 10px;
}

.dropdown.products_dropdown {
    width: 360px;
    max-width: 100%;
    float: left;
}

.no_of_prods {
	color: #333333;
	font-size: 16px;
    line-height: 42px;
	font-weight: 500;
	float: left;
	margin-left: 40px;
}

.no_of_prods span {
	font-weight: 300;
}

.prods_pagination {
	display: flex;
	flex-direction: row;
	list-style: none;
	float: right;
	padding-left: 0;
}

.prods_pagination li {
	margin-right: 10px;
}

.prods_pagination li:last-child {
	margin-right: 0;
}

.prods_pagination li a {
    padding: 2px;
    color: #333333;
    font-size: 14px;
    border: 1px solid #e3e3e3;
    width: 40px;
    height: 40px;
    display: table;
    text-align: center;
    line-height: 34px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.prods_pagination li a:hover {
    color: #fff;
    background: #d8141a;
}

.prods_pagination li.arrow_left a,
.prods_pagination li.arrow_right a {
    padding: 2px;
    border: 0;
}

.prods_pagination li.arrow_left a {
    background: #d8141a url(../images/arrow_left_white.png) no-repeat center center;
    box-shadow: 0;
}

.prods_pagination li.arrow_right a {
    background: #d8141a url(../images/arrow_right_white.png) no-repeat center center;
    box-shadow: 0;
}

.products_container {
	margin-top: 25px;
    margin-bottom: 15px
}

.products_container .col-md-4 {
	margin-bottom: 15px;
}

.single_prod_title {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	min-height: 46px;
	font-weight: bold;
}

.single_prod_location {
	font-size: 12px;
	color: #999999;
}

.single_prod_desc {
	font-size: 14px;
	color: #666666;
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
}

.single_prod_bottom_details {
	font-size: 14px;
	color: #333333;
	display: flex;
	flex-direction: row;
	background: #f9f9f9;
	border-top: 1px solid #e0e0e0;
}

.single_prod_bottom_details > * {
	flex-grow: 1;
	border-right: 1px solid #e0e0e0;
	text-align: center;
	line-height: 34px;
	padding-left: 15px;
}

.single_prod_bottom_details > *:last-child {
	border-right: 0;
}

.single_surface_dimensions {
	font-weight: 700;
}

.single_prod_container {
	border: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;
	background: #fff;
    max-width: 360px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.single_prod_container.hit:before {
	content: "HIT";
	color: #fff;
	font-size: 14px;
	line-height: 30px;
    padding-top: 15px;
    width: 100px;
    text-align: center;
	font-weight: 500;
	background: #c7a10b;
	position: absolute;
    right: -38px;
    top: -9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.single_details:first-child {
	display: block;
	height: auto;
	padding: 15px;
}

.single_details {
	height: 120px;
	display: table;
	/*display: none;*/
}

.single_prod_location {
	margin-top: 15px;
}

.single_prod_location i {
	margin-right: 10px;
}

.image_details {
	width: 360px;
	max-width: 100%;
	height: 260px;
	overflow: hidden;
	position: relative;
}

.image_details_alone {
	height: auto;
}

.image_details_alone .single_price_details{
	position: relative;
}

.image_details .p-izdato {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
	text-align: center;
	margin-bottom: 0;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: bolder;
	height: 270px;
	background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url('../images/rented.png') no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;	
}

.image_details img {
	max-width: 360px;
	min-height: 100%;
	width: auto;
	height: auto;
	max-height: none;
}

.image_details .price {
	background: #1b1c1d;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
.price_list_new_show {
	border-right: 1px solid #fff;
}

.price_list_new_show a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.image_details .details_link {
	background: url(../images/right_arrows_button.png) no-repeat;
	background-color: #d8141a;
	background-position: center right 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.image_details .details_link:hover {
	background: #b40a0f url(../images/right_arrows_button.png) no-repeat calc(100% - 20px) center;
}


.image_details .price,
.image_details .details_link {
	width: 50%;
	line-height: 35px;
}

.single_price_details {
	position: absolute;
	bottom: 0;
	display: flex;
	left: 0;
	right: 0;
}

.single_price_details_custom_new {
	right: 0;
	bottom: 0;
	height: auto;
	justify-content: flex-end;
}

.single_price_details_custom_new .price {
	width: 120px;
	height: 40px;
	min-width: 120px;
	max-width: 120px;
	background: rgba(0, 0, 0, 0.6);
}

.single_price_details > * {
	flex-grow: 1;
}

.single_surface_dimensions {
	background: url(../images/single_prod_dimensions_img.png) no-repeat 5px center;	
}

.single_couches {
	background: url(../images/single_prod_sofa_img.png) no-repeat 5px center;	
}

.single_pers_no {
	background: url(../images/single_prod_people_img.png) no-repeat 5px center;	
}

.filters_section {
	background: #f6f7f7;
	position: relative;
	z-index: 3;
}

.filters_section .side_halfs {
	display: flex;
	flex-direction: row;
}

.filters_section .side_halfs  > * {
	width: 50%;
}

.filters_section .left_side {
	margin-right: 30px;
}

.filters_section label {
	color: #333333;
	font-size: 12px;
	display: block;
	margin-top: 20px;
}

.filters_section input[type="text"] {
	border: 1px solid #e3e3e3!important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    height: 42px;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    padding: 10px;
    width: 100%;
    outline: none;
	background: #fff!important;
}
.filters_section input[type="number"] {
	border: 1px solid #e3e3e3!important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	height: 42px;
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	padding: 10px;
	width: 100%;
	outline: none;
	background: #fff!important;
}
.od_do_fields input[type="text"] {
	width: calc(50% - 2px);
	display: inline-block;
}


.filters_section input[name="od"] {
	margin-right: 30px;
}

form[name="filters_form"] {
	background: #fff;
	padding: 10px 30px 30px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.filters_section .form_buttons {
	display: flex;
	flex-direction: row;
}

.filters_section .reset_filters {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	background: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-bottom: 5px solid #e0e0e0;
	padding: 10px 15px;
	flex-grow: 1;
	margin-top: 20px;
	margin-right: 10px;
}

.filters_section .reset_filters:hover {
	background: #e0e0e0;
}

.filters_section .submit_filters {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background: url(../images/magnify.png) no-repeat;
	background-color: #d8141a;
	background-position: center left calc(50% - 40px);
	border: 1px solid #b40a0f;
	border-bottom: 5px solid #b40a0f;
	padding: 10px 15px;
	flex-grow: 1;
	margin-top: 20px;
}

.filters_section .submit_filters:hover {
	background: #b40a0f url(../images/magnify.png) no-repeat calc(50% - 40px) center;
}



.checkboxes_label {
	margin-right: 15px;
}

.vrsta_checkboxes,
.opcije_checkboxes {
	display: flex;
	flex-direction: row;
	margin-top: 20px;
}

.opcije_checkboxes {
	margin-left: 30px;
}

.checkboxes_fields {
	display: flex;
	flex-direction: row;
}


/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

.checkbox_label {
	font-size: 12px;
	font-weight: 300;
	margin-right: 15px;
}

.checkbox_label:last-child {
	margin-right: 0;
}

.checkbox_label:hover {
	color: #499913;	
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 1px solid #e3e3e3;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0; top: 0;
	width: 1.25em; height: 1.25em;
	background: #79d53b;
	border: 1px solid #79d53b;
	box-shadow: 0;
}

[type="checkbox"]:checked + label {
	color: #499913;	
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    top: 3px;
    left: 2px;
    font-size: 12px;
    line-height: 0.8;
    color: #fff;
    transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
/*[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}*/
/* accessibility */
/*[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}*/

/* hover style just for information */
[type="checkbox"]:not(:checked) + label:hover:before,
[type="checkbox"]:checked + label:hover:before {
  border: 1px solid #79d53b;
  box-shadow: initial;
}

/**
	Range Slider
*/

.ui-widget.ui-widget-content {
    border: 1px solid #f5f5f5;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #d8141a;
    color: #333333;
    font-weight: bold;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #d9d9d9;
	border-radius: 50%;
    background: #fff;
    border: 1px solid #dddddd;
    font-weight: normal;
    color: #454545;
    outline: none;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-radius: 5px;
}

.filters_section input[type="text"]#amount {
    border: 0;
    box-shadow: none;
    font-size: 10px;
    line-height: 14px;
    padding: 0;
    background: transparent;
}

/**
	End of Range Slider
*/






/**
	Contact Page
*/

.page_content {
	padding-top: 50px;
	padding-bottom: 50px;
}

.contact_page_content_txt {
	font-size: 30px;
	color: #333333;
	font-weight: 700;
}

#footer_map_contact {
	height: 400px;
}


/**
	End of Contact Page
*/






/**
	Blog Page
*/

.page_title {
	font-size: 30px;
	color: #333333;
	font-weight: 700;
}

.blog_articles_container {
    margin-top: 50px;
    margin-bottom: 15px;	
}

.article_container {
    border: 1px solid #e3e3e3;
    background: #fff;
    max-width: 360px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.single_article_title {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    min-height: 46px;
}

.single_article_desc {
    font-size: 14px;
    color: #666666;
    margin: 30px 0;
}

.blog_article_link {
	font-size: 14px;
	color: #333333;
	font-style: italic;
	margin-bottom: 15px;
}

.blog_article_link:hover {
	text-decoration: underline;
}

.blog_article_link:after {
    content: '';
    background: transparent url(../images/red_right_arrows.png) no-repeat center center;
    display: inline-block;
    width: 14px;
    height: 10px;
    margin-left: 10px;
}

.blog_articles_container .col-md-4 {
    margin-bottom: 30px;
}

.publish_date {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 50%;
    text-align: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
    line-height: 24px;
}

.publish_date .fa-calendar {
	margin-right: 5px;
}



/**
	End of Blog Page
*/





/**
	Blog Article
*/

.full_hr {
	width: 100%;
	height: 5px;
	background: #d8141a;
	margin: 40px 0;
}

.related_posts_container {
	display: flex;
	justify-content: space-between;
}

.related_articles_text {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.blog_articles_container.related {
	margin: 15px 0 0;
}

.article_main_container {
	margin-top: 30px;
	overflow: auto;
}

.main_article_featured_img_container {
	overflow: hidden;
	width: calc(50% - 30px);
	margin-right: 30px;
	margin-bottom: 30px;
	height: 400px;
	float: left;
}

.main_article_featured_img_container img {
	min-width: 100%;
	min-height: 100%;
}

.main_articcle_publish_date {
    color: #fff;
    padding: 10px;
    width: 170px;
    max-width: 100%;
    background: #7f7f7f;
    display: table;
    text-align: center;
}

.main_articcle_publish_date .fa-calendar {
	margin-right: 10px;
}

.blog_article_title {
	line-height: 38px;
	margin: 10px 0;
}

.blog_article_title {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0;
}

.bold_paragraph {
	font-weight: 700;
	margin-bottom: 30px;
}

.full_hr_thin {
	width: 100%;
	height: 2px;
	background: #e0e0e0;
	margin: 10px 0;
}

.full_hr_thin_custom {
	margin-top: 0;
}

.article_sections_title {
	font-size: 20px;
	font-weight: 500;
}

.margin_bottom_30 {
	margin-bottom: 30px;
}

/**
	End of Blog Article
*/






/**
	Objects Listing
*/

.rent_a_stan_below_header_listing {
	
	background: #1b1c1d url(../images/listing_objects_top_banner_bck.jpg) no-repeat right center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-size: auto 100%;
}

.listings_small_grey {
	color: #606060;
	font-size: 14px;
	display: table;
	margin-bottom: 15px;
}

.rent_a_stan_below_header_listing .rent_a_stan_below_header_title {
	margin-bottom: 15px;
}

.rent_a_stan_below_header_small .bold {
	font-weight: 500;
}

.full_hr_thin.listings_banner {
	background: rgba(255, 255, 255, 0.2);
}

.listing_objecta_scroll_to {
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.listing_objecta_scroll_to span {
	content: '';
	background: #d8141a url(../images/white_down_arrow.png) no-repeat center center;
	width: 24px;
	height: 20px;
	display: inline-block;
	margin-left: 20px;
}

.listings_banner_li {
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 10px;
}

.banner_li_img {
    background-color: #d8141a;
    background-repeat: no-repeat;
    background-position: center center;
    height: 45px;
    width: 50px;
    display: inline-block;
    margin-right: 20px;
}

.banner_li_img.profesionalnost {
	background-image: url(../images/profesionalnost.png);
}

.banner_li_img.komforan {
	background-image: url(../images/komforan.png);
}

.banner_li_img.moderno {
	background-image: url(../images/moderno.png);
}

.banner_li_img.perfektna {
	background-image: url(../images/perfektna.png);
}

.banner_li_img.privatnost {
	background-image: url(../images/privatnost.png);
}

.banner_li_img.najbolje {
	background-image: url(../images/najbolje.png);
}

.banner_li_img.odlican {
	background-image: url(../images/odlican.png);
}

.banner_li_img.transfer {
	background-image: url(../images/transfer.png);
}


/**
	End of Objects Listing
*/






/**
	O NAMA page
*/

.blog_article_title.o_nama {
	margin-top: 0;
}

span.bold{
	font-weight: 500;
}

.o_nama_slider .products_container {
    margin-top: 0;
}

.o_nama_slider .bx-wrapper {
	box-shadow: none;
	background: transparent;
}

.o_nama_slider .bx-wrapper .bx-prev,
.o_nama_slider .bx-wrapper .bx-prev:hover,
.o_nama_slider .bx-wrapper .bx-prev:focus {
    left: -100px;
    background: url(../images/o_nama_slider_controls.png) no-repeat 2px 0px;
}

.o_nama_slider .bx-wrapper .bx-next,
.o_nama_slider .bx-wrapper .bx-next:hover,
.o_nama_slider .bx-wrapper .bx-next:focus {
    right: -100px;
    background: url(../images/o_nama_slider_controls.png) no-repeat -17px 0px;
}

.o_nama_slider .bx-wrapper {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}


/**
	End of O NAMA page
*/







/**
	Object Details Page
*/

.prod_details_slider .rented_notice {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	font-size: 30px;
	line-height: 30px;
	background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(../images/rented.png) no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	padding-top: 90px;
    height: 212px;
}

.bordered_bottom {
	border-bottom: 1px solid #fff;
}

.prod_details_slider #bx-pager {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 430px;
    flex-direction: row;
}

.house-slider2 > .item {
	position: relative;
	overflow: hidden;
	height: 520px !important;
}

.house-slider2 .item img {
	min-height: 100%;
	max-width: 100%;
	width: auto;
}

.house-slider2 .item .zm-icon {
	position: absolute;
	height: 100%;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	left: 0;
	right: 0;
	z-index: 10;
	background: rgba(0, 0, 0, 0.3);
	opacity: 1;
	transition: all .2s;
	-webkit-transition: all .2s;
}

.house-slider2 .item:hover .zm-icon {
	opacity: 0;
}

.house-slider2 .item span img {
	width: 40px;
	min-height: 40px;
	height: 40px;
	max-height: 40px;
	margin-left: auto;
	margin-right: auto;
}

.house-slider2 .item.hit:before {
    content: "HIT";
    color: #fff;
    font-size: 22px;
    line-height: 39px;
    padding-top: 15px;
    width: 120px;
    text-align: center;
    font-weight: 500;
    background: #c7a10b;
    position: absolute;
    left: -40px;
    top: -8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.prod_details_slider .bx-wrapper {
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
}

.prod_details_slider #bx-pager a {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    overflow: hidden;
}

.prod_details_slider #bx-pager a:last-child {
	margin-right: 0;
}

.prod_details_slider #bx-pager a img {
	width: auto;
	height: 100%;
}

.prod_details_slider .bx-wrapper .bx-next, .prod_details_slider .bx-wrapper .bx-next:hover, .prod_details_slider .bx-wrapper .bx-next:focus {
    right: 0;
    top: initial;
    bottom: -40px;
    background: url(../images/o_nama_slider_controls.png) no-repeat -17px 0px;
}

.prod_details_slider .bx-wrapper .bx-prev, .prod_details_slider .bx-wrapper .bx-prev:hover, .prod_details_slider .bx-wrapper .bx-prev:focus {
    left: 0;
    top: initial;
    bottom: -40px;
    background: url(../images/o_nama_slider_controls.png) no-repeat 2px 0px;
}

.details_sldier_price {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 30px;
	font-weight: 600;
	color: #ffffff;
	padding: 15px;
	text-align: center;
	width: 130px;
	background: rgba(0, 0, 0, 0.6);
}

.under_obj_details_title {
	margin-top: 10px;
	margin-bottom: 20px;
}

.obs_details_share {
	display: flex;
	flex-direction: row;
	margin-right: 30px;
}

.det_social_label {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

.det_social_label.share {
	margin-right: 10px;
}

.det_social_label.like {
	margin-left: 10px;
}

.details_share_list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: row;
}

.details_share_list a,
.details_fcb_like .fcb {
	color: #fff;
	width: 20px;
	height: 20px;
	display: table;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

.details_share_list li {
	margin-right: 10px;
}

.details_share_list li:last-child {
	margin-right: 0;
}

.details_share_list a.fcb,
.details_fcb_like .fcb {
	background: #255c95;
}

.details_share_list a.twitter {
	background: #598dca;
}

.details_fcb_like {
	display: flex;
	flex-direction: row;
}

.fcb_like_button {
	font-size: 12px;
	color: #ffffff;
	background: #3e7bb9;
	border: 0;
	line-height: 12px;
	height: 20px;
	padding: 4px 10px;
	text-align: center;	
	margin-left: 4px;	
}

.share_and_like_details {
	display: flex;
	flex-direction: row;
}

.single_prod_bottom_details.details_page {
	margin-top: 10px;
	border: 1px solid #e0e0e0;
	border-bottom: 5px solid #e0e0e0;
}

.single_prod_bottom_details.details_page > div {
	font-weight: 600;
}

.single_prod_bottom_details.details_page > div span  {
	font-weight: normal;
}

.obj_details_table {
	width: 100%;
}

.obj_details_table td {
	border: 1px solid #e0e0e0;
	width: 50%;
	padding: 5px 20px;
	background: #fff;
	color: #333333;
	font-size: 14px;
	font-weight: 300;
}

.obj_details_table td + td {
	border-left: 0;
	background: #f9f9f9;
	font-weight: 500;
}

.details_section_title {
	border: 1px solid #e0e0e0;
	border-bottom: 5px solid #e0e0e0;
	background: #f9f9f9;
	font-size: 14px;
	color: #333333;
	padding: 10px 20px;
	margin-top: 40px;
	margin-bottom: 0;
}

.pgodnosti_items {
	background: #fff;
	border: 1px solid #e0e0e0;
	display: flex;
}

.pogodnosti_column {
    padding: 10px 30px 20px;
    flex-grow: 1;
    border-right: 1px solid #e0e0e0;
}

.pogodnosti_column:last-child {
    border-right: 0;
}

.pogodnosti_column p {
	font-size: 16px;
	margin-top: 15px;
}


.pogodnosti_column p:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #d8141a;
  margin-right: 10px;
  font-size: 20px;
}

.details_seciton_content {
	border: 1px solid #e0e0e0;
	background: #fff;
	font-size: 14px;
	color: #333333;
	padding: 20px;
}

.napomena {
	font-size: 14px;
	color: #333333;
	font-weight: 600;
	text-align: center;
	margin: 50px auto 30px;
}

.napomena span {
	color: #d8141a;
}

.posaljite_button {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    background: #d01319;
    text-decoration: none;
    display: block;
    padding: 10px;
    width: 300px;
    max-width: 100%;
    border-bottom: 3px solid #b40a0f;
    border-right: 1px solid #b40a0f;
    cursor: pointer;
    margin: 0 auto;
}

.posaljite_button:hover {
    background: #b40a0f;
    color: #fff;
    text-decoration: none;
}

.red_dana_details,
.price_under_dana_details {
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	padding: 0;
}

.red_dana_details > *,
.price_under_dana_details > * {
	flex-grow: 1;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 5px;
	width: 25%;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	font-weight: 300;
	list-style: none;
}

.red_dana_details {
	background: #d8141a;
	bottom: 36px;
}

.price_under_dana_details {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
}

.price_under_dana_details span {
	font-weight: 500;
}

.big_dana {
	font-weight: 500;	
}

.rent_stan_video_continer {
	height: 350px;
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	margin-top: 40px;
}

.rent_stan_video_continer > img {
	min-width: 100%;
	min-height: 100%;
}

.video_text_overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.video_title {
	font-size: 25px;
	color: #ffffff;
	font-weight: 500;
}

.video_desc {
	font-size: 14px;
	color: #fff;
}

.play_vid {
	font-size: 14px;
	color: #fff;
	font-weight: 500;	
}

.video_play_button {
	margin-top: 30px;
}

.play_vid {
	margin-top: 10px;
}

#html5-watermark,
#html5-elem-data-box {
	display: none !important;
}

#html5-image {
	padding: 1px !important;
}


/**
	End of Object Details Page
*/



body #loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
  text-align: center;
}
body #loader img {
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
}

body .modal-content {
	background: #f6f7f7;
}

.modal-body input,
.modal-body textarea {
	min-width: 100%;
	max-width: 100%;
	outline: none;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-width: 2px;
	border-style: inset;
	border-color: initial;
	border-image: initial;
    font-size: 14px;
    color: #666666;
}

.modal-body input {
	height: 38px;
	padding-left: 15px;
}

.modal-body textarea {
	height: 110px;
	resize: none;
	padding-left: 15px;
	padding-top: 15px;
}

body .modal-header {
	background: #d8141a;
	border: none;

}

body .modal-header h4 {
	color: #fff;
}

body .modal.in .modal-dialog,
body .modal.in .modal-dialog .modal-content {
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
}

body .modal-footer {
	border: none;
}

.modal-body .form-sbmtr {
	background: #d8141a;
	color: #fff;
	border: none;
	transition: all .2s;
	-webkit-transition: all .2s;
}

.modal-body .form-sbmtr:hover {
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

body .modal-footer .btn-default {
	background: #000;
	color: #fff;
	outline: none;
	transition: all .2s;
	-webkit-transition: all .2s;
}

body .modal-footer .btn-default:hover {
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

#YouTubeModal .modal-header {
	display: none;
}

#YouTubeModal .modal-body,
#YouTubeModal .modal-dialog,
#YouTubeModal .modal-dialog .modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	background: transparent;
}


#mapTitleContent #firstHeading {
	font-size: 16px;
}

#mapTitleContent #bodyContent img {
	max-height: 130px;
	margin-left: auto;
	margin-right: auto;
}


.filter-search-trigger {
	background: #f6f7f7;
	display: none;
}

.filter-search-trigger h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}
/**
	Media Queries
*/


@media screen and (max-width: 1700px) {

	.bottom_homepage_slider_content {
	    top: 40px;
	}

	.bottom_slider_p {
	    margin: 30px auto 0;
	}

	.bottom_homepage_slider a.bottom_slider_red_button {
	    margin: 30px auto 0;
	}


}




@media screen and (max-width: 1400px) {

	.bottom_homepage_slider .bx-wrapper .bx-pager, .bottom_homepage_slider .bx-wrapper .bx-controls-auto {
	    bottom: 20px;
	}

}




@media screen and (max-width: 1150px) {

	.bottom_slider_p {
	    display: none;
	}

}




@media screen and (max-width: 1080px) {

	.prod_details_slider {
	    margin-bottom: 80px;
	}

	/*.prod_details_slider .bx-wiewport {
		width: auto !important;
		display: table;
		margin-left: auto;
		margin-right: auto;
	}*/

	.details_slider_and_info .col-md-6 {
		float: none;
		width: 100%;
	}




}




@media screen and (max-width: 1000px) {

	.logo {
		float: none;
		display: table;
		margin: 0 auto;
	}

	.menu_container {
		float: none;
		display: table;
		margin: 0 auto;
	}

	.no_of_prods {
	    float: right;
	}

	.prods_pagination {
	    float: none;
	    clear: both;
	}

	.pgodnosti_items {
		flex-direction: column;
	}

	.pogodnosti_column {
	    padding: 0 30px 0;
	    flex-grow: initial;
	    border-right: 0;
	}



}




@media screen and (max-width: 900px) {

	.logo {
		float: left;
		display: table;
		margin: 0;
	}

	.menu_container {
		float: right;
	}

.logo img {
	max-height: 60px;
}

	.slicknav_menu {
		display: block;
		margin-top: 14px;
		padding: 0;
		background: transparent;
	}
	.slicknav_menu .slicknav_menutxt {
		display: none !important;
	}
	.slicknav_menu .slicknav_icon {
		margin-left: 0 !important;
	}

	#main_menu {
		display: none;
	}

	.slicknav_btn {
		margin: 0;
	}

	.slicknav_nav {
		background: #333;
		position: relative;
		top: 3px;
	}

	.submenu_list {
		background: transparent; 
		min-width: initial; 
		position: initial; 
	}

	.submenu_list li {
	    border-bottom: 0;
	    padding: 0;
	}

	.submenu_list li a {
		text-align: left;
		padding: 5px 10px;
	}



}




@media screen and (max-width: 800px) {

	.contact_us_footer {
	    background: #2b2c2e;
	    padding: 30px 0;
	    text-align: center;
	}

	.bottom_homepage_slider .bxslider li {
	    min-height: 230px;
	}

	.bottom_homepage_slider .bxslider li img {
	    height: 230px;
	    width: auto;
	    max-width: none;
	}

	.rent_a_stan_below_header .max_width_1140 {
	    flex-direction: column;
	    align-items: center;
	    justify-content: space-between;
	    text-align: center;
	}

	.rent_a_stan_below_header {
	    height: auto;
	    padding: 20px 10px;
	}

	.rent_a_stan_below_header_button {
		width: auto;
		padding: 10px 20px;
	}

	form[name="filters_form"] {
	    display: table;
	}

	.filters_section .side_halfs,
	.checkboxes_fields {
	    display: block;
	}

	.opcije_checkboxes {
	    margin-left: 0;
	}

	.filters_section .side_halfs > * {
	    width: auto;
	}

	.filters_section .left_side {
	    margin-right: 0;
	}

	/*.dropdown {
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    color: #fff;
	    font-size: 14px;
	    color: #333333;
	    border: 1px solid #e3e3e3;
	    padding: 10px 40px 10px 15px;
	    background: #fff url(../images/grey_down_arrow.png) no-repeat calc(100% - 10px) center;
	    cursor: pointer;
	    outline: 0;
	    width: 100%;
	    max-width: 100%;
	    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	}*/

	.main_article_featured_img_container {
	    float: none;
	    width: auto;
	    height: 300px;
	    margin-right: 0;
	}

}







@media screen and (max-width: 680px) {

	.top_header > .max_width_1140 > .top_header_mobile_link {
		display: none;
	}

}





@media screen and (max-width: 640px) {

	.bx-wrapper .bx-next, .bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
	    right: 10px;
	}

	.bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
	    left: 10px;
	}

	.bottom_slider_big_title {
	    font-size: 24px;
	}

	.bottom_homepage_slider a.bottom_slider_red_button {
	    font-size: 14px;
	    line-height: 16px;
	    padding: 8px 40px 8px 25px;
	    background: url(../images/right_arrows_button.png) no-repeat;
	    background-color: #d8141a;
	    background-position: center right 15px;
	    margin: 15px auto 0;
	}

}




@media screen and (max-width: 600px) {

	.products_dropdown,
	.no_of_prods {
		float: none;
		margin-left: 0;
	}

	.o_nama_slider .bx-wrapper .bx-next, .o_nama_slider .bx-wrapper .bx-next:hover, .o_nama_slider .bx-wrapper .bx-next:focus {
	    right: 20px;
	    bottom: -70px;
	    top: initial;
	}

	.o_nama_slider .bx-wrapper .bx-prev, .o_nama_slider .bx-wrapper .bx-prev:hover, .o_nama_slider .bx-wrapper .bx-prev:focus {
	    left: 20px;
	    bottom: -70px;
	    top: initial;
	}

}





@media screen and (max-width: 550px) {

	.banner_above_filters .max_width_1140 {
	    flex-direction: column;
	    text-align: center;
	}

	.banner_above_filters .max_width_1140 img {
	    margin: 0 auto 15px;
	}

	.title_banner_above_filters {
	    font-size: 22px;
	}

	.home_houses_slider .bx-controls-direction:before,
	.home_houses_slider .bx-controls-direction:after {
		display: none;
	}

	.prod_details_slider .bx-wrapper {
	    margin-bottom: 110px;
	}

	.prod_details_slider #bx-pager {
		display: none;
	}

	.prod_details_slider .bx-wrapper .bx-prev, .prod_details_slider .bx-wrapper .bx-prev:hover, .prod_details_slider .bx-wrapper .bx-prev:focus {
	    left: calc(50% - 40px);
	    bottom: -80px;
	}

	.prod_details_slider .bx-wrapper .bx-next, .prod_details_slider .bx-wrapper .bx-next:hover, .prod_details_slider .bx-wrapper .bx-next:focus {
	    right: calc(50% - 40px);
	    bottom: -80px;
	}

	.house-slider2 > li {
	    height: 400px !important;
	}

	.single_prod_bottom_details.details_page > div {
	    padding: 35px 10px 0;
	    background-position: center 10px;
	    line-height: 20px;	
	}

	.share_and_like_details {
	    flex-direction: column;
	}

	.obs_details_share {
	    margin-right: 0;
	    margin-bottom: 10px;
	}

}




@media screen and (max-width: 500px) {

	.footer_contact_f_last_row {
	    flex-direction: column-reverse;
	}

	input[name="contact_us_submit"] {
	    margin: 35px auto 20px;
	}

	.rent_a_stan_below_header_title {
	    font-size: 24px;
	    line-height: 28px;
	}

	.vrsta_checkboxes, .opcije_checkboxes {
	    display: block;
	}

	form[name="filters_form"] {
	    padding: 10px 10px 30px;
	}

	.red_dana_details {
	    bottom: 56px;
	}

}



@media screen and (max-width: 440px) {

	.top_header > .max_width_1140 > .top_header_email_link {
		display: none;
	}

}



@media screen and (max-width: 400px) {

	.prods_pagination li {
	    margin-right: 0;
	}

	.related_posts_container {
	    flex-direction: column;
	}

}

@media screen and (max-width: 767px) {
	.filter-search-trigger {
		display: block;
	}
	.main_filters_section {
		display: none;
	}
}















.form-subscribe {
  width: 100%;
  max-width: 262.5px;
  margin: auto;
}

.form-subscribe .newsletter-send {
  width: 100%;
}

.form-subscribe input {
  height: 35px;
  width: 100%;
  background-color: #5b5b5b;
  border: none;
  color: white;
  padding: 10px;
  padding-right: 5rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  color: #c2c3c7;
  margin-bottom: 10px;
}

.form-subscribe input:focus {
  background-color: #5b5b5b !important;
}

.form-subscribe input::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #c2c3c7;
}

.form-subscribe input:-ms-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #c2c3c7;
}

.form-subscribe input::-ms-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #c2c3c7;
}

.form-subscribe input::placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #c2c3c7;
}

.form-subscribe button {
  height: 35px;
  width: 100%;
  background-color: #d8141a;
  border: none;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 10px;
  text-transform: uppercase;
}

.form-subscribe button:hover {
  background-color: #b40a0f;
}



.newsletter_message {
    background: #1b1c1d;
    padding: 25px 10px;
    border-bottom: 1px solid #2b2c2e;
	text-align: center;
}

.newsletter_message span {
    text-align: center;
    color: #14d870;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.newsletter_exists {
    background: #1b1c1d;
    padding: 25px 10px;
    border-bottom: 1px solid #2b2c2e;
	text-align: center;
}

.newsletter_exists span {
    text-align: center;
    color: #d8141a;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}









