@import url("HelveticaNeueLTPro/fonts.css");
@import url("Raavi/fonts.css");
/*@import url("Rijksmuseum/font.css");*/

body {
	margin: 0px;
	padding: 0px;
	/*background: url(../images/bg/main.png) center 100px repeat-x #dbdbdb;*/
	background: url(../images/bg/main-home.png) center 100px repeat-x #dbdbdb;
}
body, table {
	font-family: Raavi, Arial;
	font-size: 14px;
	color: #575756;
	line-height: 1.5;
	letter-spacing: 0.8px;
}

img {
	display: block;
	border: 0px none;
}

h1,h2,h3 {
	font-family: HelveticaNeueLTPro, Arial;
	font-weight: normal;
	margin-top: 0px;
	line-height: 1;
}

p {
	margin-top: 0px;
}

a {
	color: #f36923;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

select,
body button.ui-multiselect,
textarea,
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=reset],
input[type=submit] {
	font-family: Raavi, Arial;
	font-size: 13.3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	height: 33px;
	padding-left: 26px;
	padding-right: 36px;
	margin: 0px;
	color: #000000;
}
.ui-multiselect-menu .ui-multiselect-checkboxes li {
	font-family: Raavi, Arial;
	font-size: 13.3px;
}
.ui-multiselect span.ui-icon {
	margin-top: 3px;
}

input[type=submit] {
	background-color: #f36923;
	color: #ffffff;
}
input[type=submit].red {
	background-color: #f36923;
	color: #ffffff;
}
input[type=submit].orange {
	background-color: #f4a50b;
	color: #ffffff;
}

/* multiselect */
.ui-multiselect {
	padding-left: 26px !important;
	width: 100% !important;
}
.ui-multiselect, .ui-multiselect-checkboxes label {
	cursor: pointer !important;
}
.ui-corner-all {
	moz-border-radius: 0px/*{cornerRadius}*/ !important;
	-webkit-border-radius: 0px/*{cornerRadius}*/ !important;
	border-radius: 0px/*{cornerRadius}*/ !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background-color: #ffffff !important;
	background-image: none !important;
}
.ui-widget-header {
	background-color: #f36923 !important;
	background-image: none !important;
	color: #ffffff;
}
label.ui-state-hover {
	background-image: none !important;
	background-color: #f36923 !important;
}
.ui-widget-header span,
label.ui-state-hover span {
	color: #ffffff;
}

/* main */

#polyglotLanguageSwitcher {
	position: fixed !important;
	top: 15px;
	right: 20px;
	z-index: 1000;
}

#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1220px;
	/*background-color: #ffffff;*/
}

#main > div {
	position: relative;
}

.clear { clear: both; }
.hidden { display: none; }
.error { color: #ed1b35; }
.small { width: 50px; }

.addfav.hidden, .delfav.hidden { display: none !important; }

/* header */

#header {
	/*height: 225px;*/
	height: 550px;
	background: url(../images/bg/header.png) repeat-x #ffffff top center;
	overflow: hidden;
}
#logo {
	position: absolute;
	left: 15px;
	top: 33px;
	background: url(../images/logo.png) no-repeat center center;
	width: 431px;
	height: 66px;
}
#logo a {
	display: block;
	height: 66px;
}

.social-icons img {
	display: inline;
}

/* nav */

#nav {
	position: absolute;
	display: block;
	padding: 15px 0px 0px 20px;
	margin: 0px;
	top:100px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	list-style: none;
	background:url(../images/bg/1.jpg) top right;
	background-size: cover;
}
#nav li {
	float: left;
	border-right: 1px solid #ffffff;
	padding-right: 15px;
	margin-right: 16px;
}
#nav li a {
	color: #ffffff;
}
#nav li:last-child {
	border-right: 0px none;
}
#nav li.selected a {
	text-decoration: underline;
}

/* search */

#search {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 4px 0px 0px 0px;
	height: 76px;
	background: url(../images/bg/search.png);
	text-align: center;
}
#search form {
	padding-top: 20px;
}
#search form > a#nav-filters {
	margin-left: 10px;
	margin-right: 10px;
	text-transform: uppercase;
	line-height: 33px;
	float: left;
	color: #f36923;
}
#search form .filters {
	display: flex;
	justify-content: space-between;
}
#search form .filters > *:not(script) {
	margin-right: 5px;
	display: inline-block;
	width: 100% !important;
}

#search form .buttons {
	display: flex;
	justify-content: space-between;
	float: right;
	margin-right: 10px;
}
#search form .buttons a {
	margin-left: 45px;
}
#search form .buttons input[type=submit] {
	cursor: pointer;
}
#search form .buttons .btn {
	background-color: #f36923;
	color: #ffffff;
	text-transform: none;
	text-decoration: none;
}
#search form .buttons .btn:hover {
	text-decoration: none;
}



/*#search > span {
	font-family: HelveticaNeueLTPro, Arial;
	position: relative;
	top: 5px;
	text-transform: lowercase;
	color: #f36923;
	font-size: 35px;
}
#search .ui-multiselect,
#search select,
.ui-multiselect-menu {
	width: 20.5% !important;
}
#search input {
	width: 94px;
	text-align: center;
}*/

#nav-mobile {
	position: absolute;
	top: -65px;
	right: 10px;
	background: url(../images/nav-mobile.png) center center no-repeat;
	width: 30px;
	height: 30px;
	display: none;
}
#nav-mobile a {
	display: block;
	height: 30px;
}

/* colors */
.red {
	background-color: #f36923;
	color: #ffffff;
}
.red a { color: #ffdd35; }
.red a:hover { color: #f4a50b; }
.orange {
	background-color: #f4a50b;
	color: #ffffff;
}
.orange a:hover { color: #ffdd35; }
.yellow {
	background-color: #ffdd35;
}

.btn {
	display: block;
	width: 183px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 4px;
}
.btn.red:hover, .btn.orange:hover {
	color: #000000;
}
.btn.yellow {
	color: #000000;
}
.btn.yellow:hover {
	color: #ffffff;
}

/* footer */

#footer {
	margin-top: 13px;
	margin-bottom: 13px;
	font-size: 12px;
	padding: 23px 10px 17px 72px;
	background-image: url(../images/copyright.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: transparent;
	color: #666666;
	border-bottom: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
}

/* content home - info */

#info {
	position: absolute !important;
	top:145px;
	right:0px;
	padding: 30px 440px 100px 25px;
	margin-bottom: 10px;
	background-color: transparent !important;
	border-top: 1px solid #b5b7af;
	text-shadow: 1px 1px 1px #565656;
}

#info h1 {
	display: inline-block;
	font-size: 45px;
	color: #f36923;
	border-bottom: 1px solid #b5b7af;
	padding-bottom: 8px;
	margin-bottom: 12px;
	text-shadow: none;
}

/* content home - slider */

#slider {
	display: none;
}
#slider .bx-wrapper {
	max-width: 100% !important;
}
#slider .bx-wrapper .bx-viewport {
	height: 195px !important;
}
#slider .bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #cccccc;
}
#slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #ffdd35;
}
#slider .bx-wrapper .bx-controls-direction a {
	top: 27%;
}
#slider .bx-wrapper .bx-prev,
#slider .bx-wrapper .bx-next {
	background-image: url(../js/bxslider/images/controls_white.png);
}
#slider .highlight {
	position: relative;
	height: 195px;
	font-size: 12px;
	padding-right: 15px;
}
#slider .highlight:nth-child(3n+0) .highlight-inner {
	background-color: #ffffff;	
}
#slider .highlight:nth-child(3n+0) .highlight-inner h2 {
	color: #f3641c;	
}
#slider .highlight:nth-child(3n+1) .highlight-inner {
	background-color: #f3641c;
	color: #ffffff;
}
#slider .highlight:nth-child(3n+2) .highlight-inner {
	background-color: #575756;
	color: #ffffff;
}
#slider .highlight:nth-child(3n+2) .highlight-inner h2 {
	color: #f3641c;	
}
#slider .highlight-inner {
	height: 100%;
}
#slider .highlight h2 {
	font-size: 32px;
	line-height: 0.9em;
	padding: 10px 8px 25px 8px;
	overflow: hidden;
	margin: 0px;
}
#slider .highlight .overflow {
	float: left;
	width: 190px;
	height: 100%;
	overflow: hidden;
}
#slider .highlight .overflow img {
	min-height: 100% !important;
	min-width: 100% !important;
	max-width: none !important;
}
#slider .highlight p {
	padding: 0px 8px 0px 8px;
	overflow: hidden;
	font-weight: normal;
}
#slider .highlight span {
	display: block;
	font-weight: bold;
	padding: 0px 8px 0px 8px;
	overflow: hidden;
}
#slider .highlight a {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 50;
}
#slider .highlight .cms_toolbar {
	position: absolute;
	top: 10px;
	right: 5px;
	background-color: #ffffff;
	z-index: 100;
}

/* #slider .property {
	position: relative;
	width: 270px;
}
#slider .property .overflow {
	width: 270px;
	height: 200px;
	overflow: hidden;
}
#slider .property .overflow img { width: 100%; height: auto; }
#slider .property h2 {
	font-size: 15px;
	color: #ed1b35;
	height: 50px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}
#slider .property span {
	color: #ed1b35;
}
#slider .property a {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
#slider .property .cms_toolbar {
	position: absolute;
	top: 5px;
	left: 5px;
	background-color: #ffffff;
} */

/* content home - properties caption */

#properties-caption,
#properties-subcaption {
	margin-bottom: 10px;
	background: url(../images/bg/title.png) repeat-x center center #dbdbdb;
	text-align: center;
	padding-top: 4px;
}
#properties-subcaption h1,
#properties-caption h2 {
	display:inline;
	line-height: 56px;
	color: #404848;
	font-size: 14px;
	font-family: Raavi, Arial;
	font-weight: bold;
	background-color: #dbdbdb;
	padding-left: 20px;
	padding-right: 12px;
}

/* content home - properties */

#properties {
	/*padding: 32px 40px 65px 50px;*/
	background-color:transparent;
}
/*#properties h1,*/
#properties h2 {
	font-size: 22px;
	margin-bottom: 22px;
}
#properties .property {
	position: relative;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 10px;
	float: left;
	font-size: 15px;
	line-height: 33px;
	background-color: #ffffff;
	background-image: url(../images/arrow.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #404848;
}
#properties .property:nth-child(3n+3) {
	margin-right: 0%;
} 
#properties .property .overflow {
	width: 48.7%;
	height: 195px;
	overflow: hidden;
	float: left;
}
#properties .property .overflow img { 
	min-height: 100%; 
	width: auto !important; 
}
#properties .property h2,
#properties .property h3 {
	font-family: Raavi, Arial;
	font-size: 14px;
	line-height: 17px;
	margin: 0px;
	padding: 20px 20px 0px 11px;
	height: 52px;
	overflow: hidden;
	margin-bottom: 17px;
}
#properties .property .yellow {
	display: block;
	background-color: #ffffff;
	color: #f3641c;
	overflow:hidden;
	padding-left: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#properties .property span {
	display: block;
	color: #ffffff;
	background-color: #f3641c;
	overflow:hidden;
	padding-left: 3%;
	position:absolute;
	bottom: 0px;
	right: 0px;
	width: 48.3%;
	height: 60px;
	line-height: 60px;
	text-transform: lowercase;
}
#properties .property a {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

#properties > .cms-navigation {
	display: none;
}
#properties.home .cms-navigation .cms-nav-selected a {
	color: #ffffff;
	font-weight: bold;
}
 #properties .cms-navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#properties .cms-navigation ul li {
	float: left;
	margin-left: 5px;
	-moz-border-radius:15px;
	-webkit-border-radius: 15px;
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align:center;
	background-color: #d1d1d1;
}
#properties .cms-navigation ul li strong {
	display: block;
	-moz-border-radius:15px;
	-webkit-border-radius: 15px;
	width: 30px;
	height: 30px;
	background-color: #666666;
}
#properties .cms-navigation ul li:hover {
	background-color: #666666;
}
#properties .cms-navigation ul li a {
	display: block;
	width: 30px;
	height: 30px;
	color: #666666;
}
#properties .cms-navigation ul li:hover a {
	color: #d1d1d1;
}



/*#properties .cms-navigation .cms-navigation_prev,
#properties .cms-navigation .cms-navigation_next {
	color: #565657;
}
#properties .cms-navigation .cms-navigation_prev a,
#properties .cms-navigation .cms-navigation_next a {
	color: #ed1b35;
}
#properties .cms-navigation .cms-navigation_prev a:hover,
#properties .cms-navigation .cms-navigation_next a:hover {
	color: #ffdd35;
}*/
#properties #navigation {
	position: relative;
	padding-top: 25px;
	padding-bottom: 90px;
}

/* content property detail - header */

#property-detail {
	position: relative;
	padding-top: 50px;
	background-color: #ffffff;
}

#property-info {
	margin-bottom: 40px;
	background: url(../images/bg/title.png) repeat-x center center transparent;
	text-align: center;
	padding-top: 4px;
}
#property-info p,
#property-info #place {
	display: none;
}
#property-info h1 {
	display:inline;
	line-height: 56px;
	color: #404848;
	font-size: 14px;
	font-family: Raavi, Arial;
	font-weight: bold;
	background-color: #dbdbdb;
	padding-left: 20px;
	padding-right: 12px;
}

#buttons {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -40px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: inherit;
}
#buttons.fixedButtons {
	position: fixed;
	top: 0px;
	bottom: auto;
	height: 37px;
}
#buttons .btn {
	width: auto;
}
#buttons .btn.red {
	background-color: #f36923;
}
#buttons .btn.red:after {
	content: url(../images/btn/arrow-r.png)
}
#buttons .btn.yellow {
	background-color: #6387a1;
	color: #ffffff;
}
#buttons .btn.yellow:hover {
	color: #000000;	
}
#buttons .btn.yellow:before {
	content: url(../images/btn/arrow-l.png)
}

#buttons .btn.red,
#buttons .btn.yellow {
	display: inline-block;
	margin-right: 10px;
	text-align: left;
}

/* content property detail - foto/features */

#property-image {
	position: relative;
	margin-left: .5%;
	width: 52%;
	float: left;
	background-color: #f5f5f5;
	border: 1px solid #ebebeb;
	padding: 2%;
    border-radius: 5px;
    padding-bottom: 115px;
}
.zno,
.sold.no {
	position: absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:115px;
	background:url(/images/sold.png) no-repeat center center;
}
#property-image img {
	padding: 1%;
	width: 98%;
	height: auto;
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
}
#property-features { 
	float: left;
	padding: 0px 0px 0px 15px;
	width:32%;
}
#property-features p:first-child {
	position: absolute;
	left: 2%;
	top: 13px;
	font-size: 25px;
	color: #f3641c;
	font-weight: bold;
	margin-bottom: 0px;
}
#property-features ul {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	list-style: none;
	margin-bottom: 30px;
}
#property-features table td {
	display: inline;
}
#property-features table tr td:last-child:before {
	content: ':';
	margin-right: 5px;
}
#property-features table tr td:last-child:empty {
	display: none;
}
#property-features span {
	font-weight: bold;
	color: #f3641c;
}

/* content property detail - thumbs */

#property-thumbs {
	position: relative;
	width: 56%;
}
#property-thumbs .bx-wrapper {
	position: absolute;
	max-width: 91% !important;
	padding-top: 17px;
	padding-bottom: 13px;
	left: 5%;
	top: -127px;
}
#property-thumbs .bx-wrapper .bx-viewport {
	height: 102px !important;
}
#property-thumbs .bx-wrapper .bx-controls-direction a {
	top: 30%;
}
#property-thumbs .bx-wrapper .bx-controls-direction .bx-prev {
	left:0px;
	margin-left:-30px;
}
#property-thumbs .bx-wrapper .bx-controls-direction .bx-next {
	right:0px;
	margin-right:-30px;
}
#property-thumbs .bx-loading {
	display: none;
}

.property-thumb {
	position: relative;
	width:125px !important; 
	height:100px; 
	overflow:hidden; 
	float: left;
	border: 1px solid #cccccc;
	margin-right: 8px;
	background-color: #ffffff;
}
.property-thumb > a > img {
	padding: 5px 5px 18px 5px;
	width: 115px;
	height: auto !important;
}
.property-thumb .cms_toolbar {
	position: absolute;
	top: 0px;
	left: 0px;
}
.property-thumb .cms_toolbar img {
	display: inline;
}

/* content property detail - description */

#property-desc {
	padding: 30px 44% 50px 3%;
	background-color: #ffffff;
}
#property-desc > span:first-child {
	display: none;
}
#property-desc p {
	line-height: 20px;
}

/* general page */
#general-info {
	position: absolute !important;
	top:120px;
	left:0px;
	padding: 30px 440px 20px 20px;
/*padding: 30px 440px 100px 25px;*/
	margin-bottom: 10px;
	/*padding: 30px 12.3% 20px 239px;*/
	/*background-color: #ffffff;*/
	color: #575756;
	background-color: transparent !important;
	text-shadow: 1px 1px 1px #565656;
	margin-top:30px;
	color: #ffffff;
	border-top: 1px solid #b5b7af;
	max-height: 260px;
	overflow: hidden;
}
#general-info h1 {
/*	position: absolute !important;
	top: -430px;
	left: 0px;
	right: 0px;
*/	background-color: transparent;
	display: inline-block;
	font-size: 45px;
	color: #f36923;
	border-bottom: 1px solid #b5b7af;
	/*padding-right: 440px;*/
	padding-bottom: 10px;
	text-shadow: none;
	margin-bottom: 10px;
}
#general-info .cms_general_toolbar,
#general-info .cms_toolbar {
	text-shadow: none;	
}
#general-detail h2:first-child,
#general-info .unnecessary-repeat-title {
	font-size: 25px;
	color: #f36923;	
	font-family: HelveticaNeueLTPro, Arial;
}
#general-detail {
	/*margin-top:30px;*/
	padding: 20px 12.3% 20px 239px;
	background: #ffffff;
}

#general-detail img {
	max-width: 100%;
	margin-bottom: 10px;
}
#general-detail h2,
#general-detail h3{
	color: #f36923;
	font-size: 18px;
	/*font-weight: bold;*/
	font-weight:normal !important;
}
#general-detail h2 strong,
#general-detail h3 strong {
	font-weight:normal !important;
}
#general-detail h3 { font-size: 15px; }

#general-detail form table {
	width: 100%;
}
#general-detail form table tr {
	vertical-align: top;
}
#general-detail form table td {
	padding-bottom: 5px;
}
#general-detail form table td:first-child {
	width: 200px;
	padding-right: 10px;
}
#general-detail form table label {
	margin-right: 15px;
}
#general-detail form table td.disclaimer {
	line-height: 1 !important;
}
#general-detail form table input[type=text],
#general-detail form table input[type=email],
#general-detail form table input[type=tel],
#general-detail form table textarea,
#general-detail form table select {
	width: 100%;
}
#general-detail form table textarea {
	height: 100px;
}
#general-detail form table select.tel-prefix {
	width: 10%;
	padding: 0px;
	margin-right: 5px;
}

#general-detail form table select.tel-prefix + input {
	width: calc(90% - 5px);
}

#general-nav {
	padding:0px;
	margin:0px;
	list-style: none;
}
#general-nav li {
	position: relative;
	border-bottom: 1px solid #f4a50b;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#general-nav li .cms-item-toolbar {
	float: right;
}

/* cms */

.cms-edit {
	margin-right: 5px;
}
.cms-edit, .cms-delete {
	display: inline;
}
.cms-edit a, .cms-delete a{
	position: relative !important;
}

/* 1220 */
@media only screen and (max-width: 1220px) {
	#slider .bx-controls {
		display: none;
	}
}


/* 900 */
@media only screen and (max-width: 900px) {
	#info {
		padding-left: 11.2%;
		padding-right: 11.2%;
	}
	#general-info {
		padding-right: 20px;
	}
	#properties .property {
		width: 49%;
		margin-right: 2%;
	}
	#properties .property:nth-child(3n+3) {
		margin-right: 2%;
	}
	#properties .property:nth-child(2n+2) {
		margin-right: 0%;
	} 

/*
	#property-info {
		padding-right: 2%;
	}
*/
}

/* 700 */
@media only screen and (max-width: 700px) {
	#polyglotLanguageSwitcher {
		right: 0px;
	}
	
	#search input {
		padding-left: 0px;
		padding-right: 0px;
	}

	#property-info {
		padding-left: 2%;
	}
	#property-info #place {
		display: none;
	}
	
	#property-detail {
		padding-right: 0px;
	}
	#property-detail img {
		margin-left: 0px;
		width: 100%;
	}
	#property-features {
		padding-left: 7%;
	}
	#property-desc {
		margin-right: 7%;
	}
}

/* 640 */
@media only screen and (max-width: 640px) {
	body {
		padding: 0px;
	}
	#polyglotLanguageSwitcher {
		position: relative !important;
		top: auto;
		right: auto;
	}
	#polyglotLanguageSwitcher ul {
		right: 0px;
	}
	#polyglotLanguageSwitcher a,
	#polyglotLanguageSwitcher ul li,
	#polyglotLanguageSwitcher ul li a{
		display: block !important;
		width: auto !important;
	}

	#logo {
		position: relative;
		left: auto;
		top: auto;
		max-width: 80%;
		background-size:contain;
	}

	#header {
		padding-top: 33px;
		height: auto !important;
		overflow: initial;
	}

	#search {
		position: relative;
		margin-top: 10px;
		left: auto;
		right: auto;
		height: auto;
		padding-top: 0px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 4px;
	}

	#search form {
		display: flex;
		flex-flow: column;
	}
	#search form > a#nav-filters { order: 1; }
	#search form > .filters { order: 2; }
	#search form > .buttons { order: 3; }
	#search form > a#nav-filters {
		display: block;
		float: none;
		font-size: 17px;
		line-height: 55px;
		padding-left: 13px;
		padding-right: 13px;
		margin-right: 0px;
	}
	#search form > a#nav-filters:after {
		font-size: 12px;
		content: '>';
		-ms-transform: rotate(90deg); /* IE 9 */
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		transform: rotate(90deg);
		margin-left: 5px;
	}
	#search form .filters,
	#search form .buttons {
		position: relative;
		left: auto;
		right: auto;
		display: block;
		background-color: #e3e1e2;
		padding: 13px 18px 13px 18px;
		z-index: 110;
		margin-right: 0px;
	}
	#search form .filters > *:not(script) {
		margin-right: 0px;
		margin-bottom: 5px;
	}
	#search form .buttons {
		display: flex;
	}
	#search form .buttons > * {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		text-transform: uppercase;
		white-space: nowrap;
		font-size: 13.3px;
	}
	#search form .buttons > a {
		margin-left: 10px;
	}
	/* #search form .hide-filter { display: none !important; } */


/*	#search span {
		display:none;
	}
	#search .ui-multiselect,
	#search select,
	.ui-multiselect-menu {
		width: 100%;
		margin-bottom: 2px;
		padding-right: 0px;
	}
	#search input {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
*/	
	#nav-mobile {
		display: block;
	}
	#info {
		background:url(../images/bg/1.jpg) top right;
		background-size: cover;
		position: relative !important;
		top: auto;
		margin-bottom: 0px;
		padding-bottom: 30px;
	}

	#nav {
		background: #ffffff;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 109px;
		bottom: auto;
		z-index: 150;
		padding-top: 0px;
		display: none;
	}
	#nav li {
		border-top: 1px solid #575756;
		display: block;
		float: none;
		padding: 0px;
		margin-right: 0px;
		border-right: 0px none;
		font-size: 18px;
		text-align: right;
	}
	#nav li a {
		color: #575756;
		padding: 10px;
		display: block;
	}

/*	#slider .highlight {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		height: auto;
	}
	#slider .highlight .overflow {
		float: none;
		overflow: auto;
		width: 100%;
		height: auto;
		margin-left: 0px;
		margin-bottom: 5px;
	}
	#slider .highlight .overflow img {
		width: 100%;
		height: auto;
	}
	#slider .highlight h2,
	#slider .highlight p,
	#slider .highlight span {
		padding-left: 5px;
		padding-right: 5px;
	}*/
	#properties-caption, #properties-subcaption {
		margin-bottom: 0px;
	}
	#properties-subcaption h1, #properties-caption h2 {
		line-height: 30px;
	}
	
	#properties {
		padding-left: 0px;
		padding-right: 0px;
	}
	#properties h2 {
		text-align: center;
	}
	#properties .property h2, #properties .property h3 {
		padding-top: 10px;
		margin-bottom: 5px;
		max-height: 30px;
	}
	#properties .property {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 1px;
	}
	#properties .property .overflow {
		height: auto;
	}
	#properties .property .overflow img {
		height: auto !important;
		width: 100% !important;
	}
	#properties .property span {
		height: auto;
		line-height: 1;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#property-info {
		padding: 10px 0px 10px 0px;
		margin-bottom: 0px;
	}
	#property-info h1 {
		font-size: 25px;
		line-height: 1;
		color: #f3641c;
		font-weight: bold;
		background-color: transparent;
	}
	#buttons {
		position: relative;
		bottom: auto;
	}
	#property-info #buttons .btn.red,
	#property-info #buttons .btn.yellow {
		float: none;
		width: 100%;
		padding-left: 0px;
		text-align: center;
	}
	#property-detail {
		padding-top: 0px;
	}
	#property-detail > div {
		float: none;
		/* width: 100%; */
		border: 0px;
		border-radius: 0px;
	}
	#property-image {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#property-features {
		margin: 0;
		padding: 15px 15px;
		width: calc(100% - 30px);
	}
	.btn {
		padding-right: 0;
		margin-right: 0;
	}
	#buttons .btn.yellow,#buttons .btn.red  { 
		margin-right: 0;
	}

	#property-image img {
		width: 100% !important;
		height: auto !important;
	}

	#property-detail #property-image img {
		padding: 0px;
		border: 0px;
	}
	#property-thumbs {
		width: 100%;
	}
	#property-thumbs .bx-wrapper {
		position: relative;
		top: auto;
		left: auto;
		width:100%;
		max-width: none !important;
	}
	#property-thumbs .bx-controls {
		display: none;
	}

	.property-thumb { 
		min-height: 86px;
		height: 86px;
	}

	#properties h2 {
		font-size: 22px;
		margin-bottom: 22px;
		margin-top: 20px;
	}

	div#disclaimer {
		margin-left: 10px;
	}

	.property-thumb img {
		width: 90% !important;
	}

	#property-features p:first-child {
		display: none;
	}
	#property-features ul {
		padding: 10px;
		margin-bottom: 0px;
	}
	#property-features span {
		display: block;
		padding: 10px;
	}
	#property-desc {
		margin:0px;
		padding-right: 3%;
		padding-bottom: 30px;
	}

	#general-info {
		position: relative !important;
		top: auto;
		padding: 20px 2% 20px 2%;
		text-shadow: none;
		color: #575756;
		margin-bottom: 0px;
	}
	#general-info h1 {
		position: relative;
		width: 100%;
		margin-bottom: 0px;
		border: 0px;
		font-size: 25px;
	}
	#general-detail {
		padding-left: 2%;
		padding-right: 2%;
		margin-top: 0px;
	}
}
