/*#main {
	display:flex;
	flex-flow: column;
}
#header { order: 1; }
#info { order: 2; }
#slider { order: 3; }
#properties-caption { order: 4; }
#properties { order: 5; }
#footer { order: 6; }
#disclaimer { order: 7; }
*/

#tabs,
#tabs .ui-tabs-nav,
#tabs .ui-widget-content {
	border: 0px none;
	border-radius: 0px;
	padding: 0px;
	background: none transparent;
}
#tabs .ui-tabs-nav {
	padding: 50px 25px 45px 25px;
	text-align: center;
}
#tabs .ui-tabs-nav li {
	float: none;
	display: inline-block;
	border: 0px none;
	border-radius: 0px;
	padding: 0px;
	background-color: #f4a50b !important;
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	min-width: 126px;
}
#tabs .ui-tabs-nav li:hover,
#tabs .ui-tabs-nav li.ui-state-active {
	background-color: #ed1b35 !important;
}
#tabs .ui-tabs-nav .ui-tabs-anchor {
	float: none;
	display: inline-block;
	font-family: RijksText, Arial;
	color: #ffffff;
	font-size: 15px;
	padding: 8px 0px 7px 0px;
	width: 100%;
}

#tabs .ui-tabs-panel {
	padding: 0px;
}
#tabs .ui-tabs-panel #properties-caption {
	display: none;
}

.tab-loading {
	margin: 30px 0px 30px 0px;
	padding-top: 43px;
	background: url(../../../lib/google/img/ajax-loader.gif) no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 57px;
	text-align: center;
	font-size: 12px;
}

.cms-navigation ul li:only-child {
	display: none;
}

#properties.home {
	padding-top: 40px;
}

#properties.home .cms-navigation {
	top: 140px;
}

#properties .property h3 {
	padding-top: 15px;
	padding-left: 16px;
}

.highlight .cms-item-toolbar {
	position: relative;
	z-index: 1000;
}
.highlight .price {
	font-size: 15px;
	font-weight: bold;
	color: #575756 !important;
	display: block;
	margin-bottom: 15px;
}
/*.highlight .moreinfo {
	position: absolute;
	bottom: 30px;
}*/