@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Search
7. Listing
8. Footer
13. ifame
14. tabele-ceniki

******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #2b2e35;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 2.1435;
	font-weight: 500;
	color: #a2b0bf;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #adc867;
	color: #ffffff;
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
	color: #2b2e35;
	font-weight: 600;
	margin-bottom: 0;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
img
{
	max-width: 100%;
}
button:active
{
	outline: none;
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding
{
	padding: 0px !important;
}
.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item
{
	height: 100%;
}
.slide
{
	height: 100%;
}
.section_subtitle
{
	font-size: 14px;
	font-weight: 600;
	color: #bdc4d4;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	line-height: 0.75;
}
.section_title
{
	margin-top: 13px;
}
.section_title h1
{
	font-weight: 600;
}
.super_overlay
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vw;
	background: rgba(255,255,255,0.8);
	z-index: 101;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.super_overlay.active
{
	opacity: 1;
	visibility: visible;
}
.button
{
	width: 247px;
	height: 61px;
	background: #adc867;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button:hover
{
	background: #1e1332;
}
.button a
{
	display: block;
	height: 100%;
	line-height: 61px;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
}

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	z-index: 100;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.header.scrolled
{
	top: -55px;
	box-shadow: 0px 15px 25px rgba(0,0,0,0.085);
}
.header_bar
{
	width: 100%;
	height: 55px;
	background: #55407d;
	padding-left: 64px;
	padding-right: 62px;
}
.header_list ul li:not(:last-of-type)
{
	margin-right: 49px;
}
.header_list ul li > div
{
	width: 23px;
	height: 23px;
}
.header_list ul li > div > img
{
	max-height: 100%;
	max-width: 100%;
	vertical-align: unset;
}
.header_list ul li span
{
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	margin-left: 13px;
}
.social ul li
{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #adc867;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.social ul li:not(:last-of-type)
{
	margin-right: 13px;
}
.social ul li a
{
	display: block;
	height: 100%;
	line-height: 32px;
}
.social ul li a i
{
	font-size: 14px;
	color: #ffffff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.social ul li:hover
{
	box-shadow: 0px 5px 10px rgba(173,200,103,0.2);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.log_reg
{
	margin-left: 48px;
}
.log_reg ul li
{
	position: relative;
}
.log_reg ul li:not(:last-of-type)::after
{
	display: inline-block;
	content: '/';
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	margin-left: 6px;
	margin-right: 6px;
}
.log_reg ul li a
{
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
}
.log_reg ul li a:hover
{
	color: #adc867;
}
.header_content
{
	width: 100%;
	height: 61px;
	background: #ffffff;
	padding-left: 64px;
}
.logo
{

}
.logo a
{
	font-size: 24px;
	color: #6c7079;
	font-weight: 600;
}
.logo a span
{
	text-transform: uppercase;
	color: #2b2e35;
}
.main_nav
{
	height: 100%;
	margin-left: 133px;
}
.main_nav ul
{
	height: 100%;
}
.main_nav ul li
{
	position: relative;
	height: 100%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav ul li:not(:last-of-type)
{
	margin-right: 26px;
}
.main_nav ul li.active,
.main_nav ul li:hover
{
	background: #adc867;
}
.main_nav ul li a
{
	display: block;
	height: 100%;
	line-height: 61px;
	padding-left: 13px;
	padding-right: 13px;
	font-size: 16px;
	font-weight: 500;
	color: #2b2e35;
}
.main_nav ul li.active a
{
	color: #ffffff;
}
.main_nav ul li a:hover
{
	color: #ffffff;
}
.submit
{
	width: 247px;
	background: #adc867;
	height: 100%;
	text-align: center;
}
.submit a
{
	display: block;
	height: 100%;
	line-height: 61px;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
}
.hamburger
{
	display: none;
	cursor: pointer;
}
.hamburger i
{
	font-size: 24px;
	color: #2b2e35;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger:hover i
{
	color: #adc867;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	right: -370px;
	width: 370px;
	height: 100vh;
	z-index: 102;
	background: #ffffff;
	padding-right: 30px;
	padding-top: 100px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.menu.active
{
	right: 0;
}
.menu_close
{
	position: absolute;
	top: 30px;
	right: 25px;
	padding: 5px;
	cursor: pointer;
}
.menu_close i
{
	font-size: 20px;
	color: #2b2e35;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close:hover i
{
	color: #adc867;
}
.menu_log_reg
{
	display: inline-block;
}
.menu .log_reg
{
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
.menu .log_reg ul li a
{
	color: #2b2e35;
	font-weight: 600;
}
.menu .log_reg ul li a:hover
{
	color: #adc867;
}
.menu .log_reg ul li:not(:last-of-type)::after
{
	color: #2b2e35;
	font-weight: 600;
}
.menu_nav
{
	margin-top: 42px;
}
.menu_nav ul li:not(:last-of-type)
{
	margin-bottom: 2px;
}
.menu_nav ul li a
{
	font-size: 28px;
	color: #2b2e35;
	font-weight: 600;
}
.menu_nav ul li a:hover
{
	color: #adc867;
}

/*********************************
5. Home
*********************************/

.home
{
	height: 261px;
}
.home_content
{
	padding-top: 133px;
}
.home_title
{
	font-size: 30px;
	font-weight: 850;
	color: #360c0c;
	text-align: center;
	text-shadow: 4px 3px 2px #f0fff8;
}
.home_title_h1
{
	font-size: 30px;
	font-weight: 999;
	color: #ffffff;
	text-align: center;
	text-shadow: 5px 5px 5px #000000;
}
.home_title_h2
{
	font-size: 26px;
	font-weight: 999;
	color: #8a0000;
	text-align: center;
	text-shadow: 2px 2px 1px #000000;
}


/*********************************
6. Search
*********************************/

.search
{
	background: #ffffff;
	padding-top: 92px;
}
.search_form
{
	display: block;
	padding-top: 18px;
	padding-bottom: 15px;
	padding-left: 23px;
	padding-right: 24px;
	background: #55407d;
}
.search_inputs
{
	width: calc(100% - 260px);
}
.search_button
{
	width: 247px;
	height: 51px;
	background: #adc867;
	color: #ffffff;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search_button:hover
{
	border: solid 2px #ffffff;
}
.search_input
{
	width: calc((100% - 22px) / 3);
	height: 51px;
	padding-left: 27px;
	background: #ffffff;
	border: none;
	outline: none;
	font-size: 16px;
	font-weight: 500;
	color: #2b2e35;
}
.search_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #2b2e35 !important;
}
.search_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #2b2e35 !important;
}
.search_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #2b2e35 !important;
} 
.search_input:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #2b2e35 !important;
}
.search_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #2b2e35 !important;
}

/*********************************
7. Listing
*********************************/

.listing_container
{
	padding-bottom: 92px;
	background: #ffffff;
}
.listing_tabs
{
	background: #e9f0f6;
	padding-left: 23px;
	padding-right: 23px;
}
.tab_content
{
	height: 101px;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid 3px transparent;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.tab [type=radio]
{
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
}
.tab [type=radio]:checked ~ .tab_content
{
	border-bottom: solid 3px #adc867;
}
.tab label
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: pointer;
	margin-bottom: 0;
}
.tab_content span
{
	font-size: 14px;
	font-weight: 700;
	color: #6c7079;
	text-transform: uppercase;
	margin-left: 8px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.tab:hover .tab_content span,
.tab [type=radio]:checked ~ .tab_content span
{
	color: #2b2e35;
}
.tab_icon
{
	width: 30px;
	height: 30px;
}
.tab_icon svg,
.tab_icon img
{
	max-width: 100%;
	max-height: 100%;
}
.svg path, .svg rect, .svg polygon
{
    fill: #b6c9d9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.tab:hover .tab_content .tab_icon .svg path,
.tab [type=radio]:checked ~ .tab_content .tab_icon .svg path,
.tab:hover .tab_content .tab_icon .svg rect,
.tab [type=radio]:checked ~ .tab_content .tab_icon .svg rect,
.tab:hover .tab_content .tab_icon .svg polygon,
.tab [type=radio]:checked ~ .tab_content .tab_icon .svg polygon
{
	fill: #adc867;
}
.about
{
	padding-top: 46px;
}
.tag_price
{
	display: inline-block;
	height: 37px;
	padding-left: 27px;
	padding-right: 26px;
	background: #ff006c;
	line-height: 37px;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}
.listing_name
{
	margin-top: 22px;
}
.listing_location
{
	margin-top: 11px;
	padding-left: 1px;
}
.listing_location img
{
	margin-top: -6px;
}
.listing_location span
{
	font-size: 16px;
	font-weight: 600;
	color: #6c7079;
	margin-left: 25px;
}
.listing_list
{
	margin-top: 35px;
}
.listing_list ul li
{
	font-size: 14px;
	font-weight: 600;
	color: #a2b0bf;
}
.listing_list ul li:not(:last-of-type)
{
	margin-bottom: 9px;
}
.prop_agent
{
	margin-top: 31px;
}
.prop_agent_image
{
	width: 49px;
	height: 49px;
	border-radius: 50%;
	overflow: hidden;
}
.prop_agent_name
{
	margin-left: 15px;
	color: #6c7079;
	font-weight: 600;
}
.prop_agent_name a
{
	font-size: 14px;
	font-weight: 600;
	color: #adc867;
}
.prop_info
{
	padding-top: 24px;
	padding-bottom: 12px;
	margin-top: 6px;
}
.prop_info ul li
{
	margin-bottom: 20px;
}
.prop_info ul li:not(:last-of-type)
{
	margin-right: 40px;
}
.prop_info ul li > div
{
	padding-left: 15px;
}
.prop_info ul li > div > div
{
	font-weight: 600;
	color: #6c7079;
	line-height: 0.75;
}
.prop_info ul li > div > div:first-of-type
{
	font-size: 19.2px;
}
.prop_info ul li > div > div:last-of-type
{
	font-size: 12px;
	margin-top: 9px;
}
.about_text
{
	padding-top: 124px;
}
.listing_features
{
	margin-top: 54px;
}
.listing_title h3
{
	font-weight: 700;
}
.listing_features ul
{
	margin-top: 29px;
}
.listing_features ul li
{
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	font-weight: 600;
	color: #6c7079;
	padding-left: 30px;
}
.listing_features ul li:nth-child(odd)
{
	background: #e9f0f6;
}
.listing_video
{
	margin-top: 54px;
}
.video_container
{
	margin-top: 29px;
}
.video_button
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #adc867;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.video_button a
{
	display: block;
	width: 100%;
	height: 100%;
}
.video_button:hover
{
	-webkit-transform: translate(-50%, -50%) scale(1.2);
	-moz-transform: translate(-50%, -50%) scale(1.2);
	-ms-transform: translate(-50%, -50%) scale(1.2);
	-o-transform: translate(-50%, -50%) scale(1.2);
	transform: translate(-50%, -50%) scale(1.2);
}
.video_button a i
{
	color: #FFFFFF;
	font-size: 24px;
	line-height: 64px;
	margin-left: 3px;
}
#colorbox
{
    background-color: #000000;
}
.google_map_container
{
	margin-top: 92px;
}
.map
{
	width: 100%;
}
.google_map
{
	width: 100%;
	height: 524px;
}
.map_container
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#map
{
	width: 100%;
	height: calc(100% + 30px);
}

/*********************************
8. Footer
*********************************/

.footer
{
	
}
.footer
{
	
}
.footer_content
{
	padding-top: 58px;
	padding-bottom: 53px;
	background: #8c2508;
}
.footer_logo a
{
	font-size: 24px;
	font-weight: 500;
	color: #6c7079;
	line-height: 1.2;
}
.footer_logo a span
{
	text-transform: uppercase;
	color: #ffffff;
}
.footer_text
{
	margin-top: 22px;
}
.footer_text p
{
	color: #fef7f5;
}
.footer .social
{
	margin-top: 33px;
}
.footer_submit
{
	max-width: 247px;
	height: 61px;
	background: #55407d;
	text-align: center;
	margin-top: 53px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_submit:hover
{
	background: #adc867;
}
.footer_submit a
{
	display: block;
	height: 100%;
	line-height: 61px;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
}
.footer_title
{
	font-size: 16px;
	font-weight: 750;
	color: #ffffff;
	line-height: 1.2;
}
.footer_info
{
	margin-top: 26px;
}
.footer_info ul li:not(:last-of-type)
{
	margin-bottom: 26px;
}
.footer_info ul li div
{
	width: 23px;
	height: 23px;
}
.footer_info ul li div img
{
	max-height: 100%;
}
.footer_info ul li span
{
	font-size: 14px;
	font-weight: 600;
	color: #e2fdfb;
	padding-left: 15px;
}
.usefull_links
{
	margin-top: 71px;
}
.usefull_links ul
{
	margin-top: 51px !important;
}
.footer_links ul
{
	margin-top: 40px;
}
.footer_links ul li:not(:last-of-type)
{
	margin-bottom: 17px;
}
.footer_links ul li a
{
	font-size: 14px;
	font-weight: 600;
	color: #e2fdfb;
}
.footer_links ul li a:hover
{
	color: #004552;
}
.listing_small
{
	margin-top: 50px;
	background: #ffffff;
}
.listing_small_image
{
	z-index: 1;
}
.listing_small_image > div:first-of-type
{
	overflow: hidden;
}
.listing_small_image > div:first-of-type img
{
	-webkit-transition: all 1600ms ease;
	-moz-transition: all 1600ms ease;
	-ms-transition: all 1600ms ease;
	-o-transition: all 1600ms ease;
	transition: all 1600ms ease;
}
.listing_small_image:hover > div:first-of-type img
{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.listing_small_tags
{
	position: absolute;
	top: 15px;
	left: 14px;
}
.listing_small_tag
{
	height: 35px;
	text-align: center;
	margin-bottom: 10px;
}
.listing_small_tag:not(:last-child)
{
	margin-right: 15px;
}
.listing_small_tag a
{
	display: block;
	height: 100%;
	font-size: 11px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	padding-left: 22px;
	padding-right: 19px;
	line-height: 35px;
	letter-spacing: 0.2em;
}
.tag_house
{
	background: #adc867;
}
.tag_sale
{
	background: #55407d;
}
.tag_rent
{
	background: #588dfb;
}
.listing_small_price
{
	position: absolute;
	left: 11px;
	bottom: -19px;
	display: inline-block;
	height: 37px;
	padding-left: 27px;
	padding-right: 26px;
	background: #ff006c;
	line-height: 37px;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}
.listing_small_location
{
	padding-left: 24px !important;
	padding-top: 40px;
	padding-bottom: 25px;
	padding-right: 20px;
	background: #f3f7fb;
	margin-top: 0 !important;
}
.listing_small_location > img
{
	margin-top: -3px;
}
.listing_small_location a
{
	max-width: 230px;
	margin-left: 17px;
	font-size: 14px;
	font-weight: 600;
	color: #2b2e35;
	line-height: 1.875;
}
.listing_small_location a:hover
{
	color: #adc867;
}
.listing_small_info
{
	background: #f3f7fb;
	padding-left: 37px;
	padding-right: 15px;
	padding-top: 18px;
	padding-bottom: 17px;
	margin-top: 2px;
}
.listing_small_info ul li
{
	margin-bottom: 10px;
}
.listing_small_info ul li:not(:last-of-type)
{
	margin-right: 28px;
}
.listing_small_info ul li span
{
	margin-left: 8px;
	font-size: 12px;
	font-weight: 600;
	color: #6c7079;
}
.footer_bar
{
	background: #b80000;
}
.footer_bar_content
{
	height: 52px;
}
.copyright
{
	font-size: 12px;
	font-weight: 500;
	color: #f1f5fe;
	text-align: center;
}
.footer_nav ul li:not(:last-of-type)
{
	margin-right: 44px;
}
.footer_nav ul li a
{
	font-size: 14px;
	font-weight: 600;
	color: #6c7079;
}
.footer_nav ul li a:hover
{
	color: #adc867;
}
/*********************************
12. caussel
*********************************/
.main-wrapper{
    position: relative;
}

.slider{
    position: relative;
    display: flex;
}
.slide{
    width: 100vw;
    height: 100vh;
    display: block;
    object-fit: cover;
    object-position: center;
}
.slide:not(.slide_current):not(.slide_next-right):not(.slide_next-left){
    display: none;
}

.arrow{
    cursor: pointer;
    position: absolute;
    z-index: 1;
    height: 100vh;
    width: 50vw;
    top: 0;
}
.arrow svg{
    fill: #ffffff;
    width: 35px;
    opacity: 0.55;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.arrow_prev{
    left: 0;
}
.arrow_prev svg{
    left: 3vw;
}
.arrow_next{
    right: 0;
}
.arrow_next svg{
    right: 3vw;
}
.arrow_disabled{
    pointer-events: none;
}

.slide_current{
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
}
.slide_next-right{
    clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);
    position: absolute;
}
.slide_next-left{
    clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
    position: absolute;
}
.slide_prev-left{
    clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
    transition: all 0.5s;
}
.slide_current-right{
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
    transition: all 0.5s;
}
.slide_prev-right{
    clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);
    transition: all 0.5s;
}
.slide_current-left{
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
    transition: all 0.5s;
}
/*********************************
13. iframe
*********************************/
.iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;  
  padding-bottom: 100%;
  overflow: auto;
   margin-top: 20px;
   margin-bottom: 30px;
   -moz-border-radius: 12px;
   -webkit-border-radius: 12px;
   border-radius: 12px;
   -moz-box-shadow: 4px 4px 14px #000;
   -webkit-box-shadow: 4px 4px 14px #000;
   box-shadow: 4px 4px 14px #000;
   overflow: hidden;
}
 
.iframe-container iframe {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 115%;
   overflow: hidden;    
}

/*********************************
14. tabele-ceniki
*********************************/	
table.tableizer-table {
		font-size: 12px;
		border: 1px solid #CCC; 
		font-family: Arial, Helvetica, sans-serif;
	} 
	.tableizer-table td {
		padding: 4px;
		margin: 3px;
		border: 1px solid #CCC;
	}
	.tableizer-table th {
		background-color: #104E8B; 
		color: #FFF;
		font-weight: bold;
	}
.gallery {
  width: 100%;
}

.gallery-container {
  align-items: center;
  display: flex;
  height: 300px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

.gallery-item {
  height: auto;
  opacity: .4;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 150px;
  z-index: 0;
}

.gallery-item.gallery-item-selected {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  height: auto;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  z-index: 2;
}

.gallery-item.gallery-item-previous,
.gallery-item.gallery-item-next {
  height: auto;
  opacity: 1;
  width: 200px;
  z-index: 1;
}

.gallery-item.gallery-item-previous {
  left: 30%;
  transform: translateX(-50%);
}

.gallery-item.gallery-item-next {
  left: 70%;
  transform: translateX(-50%);
}

.gallery-item.gallery-item-first {
  left: 15%;
  transform: translateX(-50%);
}

.gallery-item.gallery-item-last {
  left: 85%;
  transform: translateX(-50%);
}

.gallery-controls {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.gallery-controls button {
  border: 0;
  cursor: pointer;
  font-size: 16px;
  margin: 0 20px;
  padding: 0 12px;
  text-transform: capitalize;
}

.gallery-controls button:focus {
  outline: none;
}

.gallery-controls-previous {
  position: relative;
}

.gallery-controls-previous::before {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  height: 4px;
  left: -10px;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: rotate(135deg) translateY(-50%);
  transition: left 0.15s ease-in-out;
  width: 4px;
}

.gallery-controls-previous:hover::before {
  left: -18px;
}

.gallery-controls-next {
  position: relative;
}

.gallery-controls-next::before {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  height: 4px;
  padding: 2px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: right 0.15s ease-in-out;
  width: 4px;
}

.gallery-controls-next:hover::before {
  right: -18px;
}

.gallery-nav {
  bottom: -15px;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 100%;
}

.gallery-nav li {
  background: #ccc;
  border-radius: 50%;
  height: 10px;
  margin: 0 16px;
  width: 10px;
}

.gallery-nav li.gallery-item-selected {
  background: #555;
}
/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	.header_bar
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.header_content
	{
		padding-left: 30px;
	}
	.main_nav
	{
		margin-left: 106px;
	}
	.header_list ul li:not(:last-of-type)
	{
		margin-right: 24px;
	}
	.header_list ul li > div
	{
		width: 17px;
		height: 17px;
	}
	.header_list ul li span
	{
		font-size: 10px;
		margin-left: 8px;
	}
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.main_nav ul li:not(:last-of-type)
	{
		margin-right: 13px;
	}
	.main_nav
	{
		margin-left: 81px;
	}
	.submit
	{
		width: 204px;
	}
	.main_nav ul li a
	{
		font-size: 14px;
	}
	.tab_content span
	{
		margin-left: 0;
		margin-top: 5px;
	}
	.footer_content
	{
		padding-bottom: 23px;
	}
	.footer_col
	{
		margin-bottom: 60px;
	}
	.footer_listing_location a
	{
		max-width: none;
	}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.header.scrolled
	{
		top: 0;
	}
	.header_bar
	{
		display: none !important;
	}
	.header_content
	{
		padding-right: 30px;
	}
	.main_nav,
	.submit
	{
		display: none;
	}
	.hamburger
	{
		display: block;
	}
	.search_inputs
	{
		width: 100%;
	}
	.search_input
	{
		width: 100%;
	}
	.search_input:not(:last-of-type)
	{
		margin-bottom: 11px;
	}
	.search_button
	{
		margin-top: 13px;
	}
	.tab_content span
	{
		display: none;
	}
	.about_text
	{
		padding-top: 34px;
	}
	.listing_features
	{
		margin-top: 77px;
	}
	.listing_video
	{
		margin-top: 87px;
	}
	.footer_nav ul li:not(:last-of-type)
	{
		margin-right: 30px;
	}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.footer_bar_content
	{
		height: auto;
		padding-top: 80px;
		padding-bottom: 20px;
	}
	.footer_nav ul li:not(:last-of-type)
	{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.copyright
	{
		margin-top: 70px;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	h1
	{
		font-size: 36px;
	}
	p
	{
		font-size: 13px;
	}
	.button
	{
		width: 165px;
		height: 47px;
	}
	.button a
	{
		font-size: 12px;
		line-height: 47px;
	}
	.search_input
	{
		height: 45px;
		font-size: 14px;
		padding-left: 20px;
	}
	.search_input::-webkit-input-placeholder
	{
		font-size: 13px !important;
	}
	.search_input:-moz-placeholder
	{
		font-size: 13px !important;
	}
	.search_input::-moz-placeholder
	{
		font-size: 13px !important;
	} 
	.search_input:-ms-input-placeholder
	{ 
		font-size: 13px !important;
	}
	.search_input::input-placeholder
	{
		font-size: 13px !important;
	}
	.search_button
	{
		width: 188px;
		height: 45px;
		font-size: 12px;
		font-weight: 600;
	}
	.menu_nav ul li a
	{
		font-size: 24px;
	}
	.menu .log_reg ul li a
	{
		font-size: 12px;
	}
	.section_subtitle
	{
		font-size: 12px;
	}
	.header_content
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.listing_tabs
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.tag_price
	{
		font-size: 14px;
	}
	.listing_location span
	{
		font-size: 14px;
	}
	.google_map
	{
		height: 450px;
	}
	.copyright
	{
		font-size: 12px;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	
}
/*********************************
12. caussel
*********************************/
.main-wrapper{
    position: relative;
}

.slider{
    position: relative;
    display: flex;
}
.slide{
    width: 100vw;
    height: 100vh;
    display: block;
    object-fit: cover;
    object-position: center;
}
.slide:not(.slide_current):not(.slide_next-right):not(.slide_next-left){
    display: none;
}

.arrow{
    cursor: pointer;
    position: absolute;
    z-index: 1;
    height: 100vh;
    width: 50vw;
    top: 0;
}
.arrow svg{
    fill: #ffffff;
    width: 35px;
    opacity: 0.55;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.arrow_prev{
    left: 0;
}
.arrow_prev svg{
    left: 3vw;
}
.arrow_next{
    right: 0;
}
.arrow_next svg{
    right: 3vw;
}
.arrow_disabled{
    pointer-events: none;
}

.slide_current{
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
}
.slide_next-right{
    clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);
    position: absolute;
}
.slide_next-left{
    clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
    position: absolute;
}
.slide_prev-left{
    clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
    transition: all 0.5s;
}
.slide_current-right{
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
    transition: all 0.5s;
}
.slide_prev-right{
    clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);
    transition: all 0.5s;
}
.slide_current-left{
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
    transition: all 0.5s;
}
/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	
}