@import url("fonts/Rijksmuseum/font.css");
@import url("fonts/mob-menu/style.css");

body {
	margin: 0px;
	padding: 9px 0px 0px 0px;
	background: url(../images/bg/1.jpg) fixed;
}
body, table {
	font-family: RijksText, Arial;
	font-size: 14px;
	color: #575756;
}

img {
	display: block;
	border: 0px none;
}

h1,h2,h3 {
	font-weight: normal;
	margin-top: 0px;
}

p {
	margin-top: 0px;
}

a {
	color: #ed1b35;
	text-decoration: none;
}
a:hover {
	color: #f4a50b;
}

select,
body button.ui-multiselect,
textarea,
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=reset],
input[type=submit],
body div.tagsinput {
	font-family: RijksText, 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: 10px;
	padding-right: 15px;
	margin: 0px;
	color: #000000;
}
input[type=reset],
input[type=submit] {
	padding-left: 15px;
	padding-left: 15px;
}

#send-modal-form {
	color: white;
}

body button.ui-multiselect {
	padding-right: 5px;
}
.ui-multiselect-menu {
	width: auto !important;
	min-width: 400px;
}
#search div.tagsinput input,
#search div.tagsinput span.tag,
.ui-multiselect-menu .ui-multiselect-checkboxes li {
	font-family: RijksText, Arial;
	font-size: 13.3px;
}

select, .ui-multiselect.ui-state-default .ui-icon {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: url('../images/arrow-down.png') #fff no-repeat;
	width: 26px;
}
.ui-multiselect.ui-state-default .ui-icon { background-position: center right 8px; }
select { background-position: center right 13px; }

input[type=submit] {
	background-color: #ffdd35;
	color: #000000;
	border: 0px none;
}
input[type=submit].red {
	background-color: #ed1b35;
	color: #ffffff;
	margin-bottom: 30px;
}
input[type=submit].orange {
	background-color: #f4a50b;
	color: #ffffff;
}

/* multiselect */
table .ui-multiselect {
	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: #ffdd35 !important;
	background-image: none !important;
}
label.ui-state-hover {
	background-image: none !important;
	background-color: #ffdd35 !important;
}

/* main */

#polyglotLanguageSwitcher {
	position: fixed !important;
	top: 15px;
	right: 20px;
	z-index: 1000;
}
#polyglotLanguageSwitcher a {
	width: auto !important;
	padding-right: 20px;
}
#main {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1070px;
	background-color: #ffffff;
}

#main > div {
	position: relative;
}

.clear { clear: both; }
.hidden { display: none !important; }
.error { color: #ed1b35; }
.small { width: 50px; }

/*.addfav.hidden, .delfav.hidden { display: none !important; }*/

/* header */

#header {
	height: 110px;
	background: url(../images/flag.png) top right no-repeat;
}
#logo {
	position: absolute;
	left: 50px;
	top: 8px;
	background: url(../images/logo.png) no-repeat center center;
	width: 83px;
	height: 94px;
	background-size: contain;
}
#logo a {
	display: block;
	height: 94px;
}

/* nav */

#nav {
	position: absolute;
	left: 173px;
	right: 0px;
	top: 24px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#nav li {
	float: left;
	border-right: 1px solid #f4a50b;
	padding-right: 15px;
	margin-right: 16px;
}
#nav li:last-child {
	border-right: 0px none;
}
#nav li a {
	text-transform: uppercase;
}
#nav li:nth-child(even) a {
	color: #f4a50b;
}
#nav li:nth-child(even) a:hover {
	color: #ed1b35;
}
#nav li.selected a {
	text-decoration: underline;
}

/* search */

#search {
	position: absolute;
	left: 173px;
	right: 0px;
	bottom: 0px;
	padding: 13px 0px 11px 15px;
}
#search form > a#nav-filters {
	margin-right: 20px;
	text-transform: uppercase;
	line-height: 33px;
	float: left;
	color: #ffffff;
}
#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 input[type=submit] {
	/*width: 11.3%;*/
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	cursor: pointer;
}

#search div.tagsinput {
	min-height: 0px !important;
	height: 33px !important;
	padding-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 3px;
}
.ui-front { z-index: 1000; }
#search div.tagsinput span.tag {
	background-color: #ffd100;
	color: #000000;
	border-color: #006fb7;
	margin-bottom: 0px;
	margin-top: 3px;
}
#search div.tagsinput input {
	margin-bottom: 0px;
	margin-top: 3px;
	border: 0px none;
}
#search div.tagsinput span.tag a {
	color: #006fb7;
}

#nav-mobile {
	position: absolute;
	top: -55px;
	right: 20px;
	/*background: url(../images/nav-mobile.png) center center no-repeat;*/
	width: 30px;
	height: 30px;
	display: none;
	font-size: 30px;
	color: #3f4848;
}

/* colors */
.red {
	background-color: #ed1b35;
	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: inline-block;
	/*width: 173px;*/
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 29px;
	padding-right: 25px;
	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: 20px 10px 20px 110px;
	background-image: url(../images/copyright.png);
	background-position: 48px center;
	background-repeat: no-repeat;
}

.banner { margin-top: 13px; }
.banner img { width: 100%; }
.banner + #footer { margin-top: 0px; }

#footer + #disclaimer {
	margin-left:20px;
	padding-bottom:10px;
}

/* content home - info */

#info {
	padding: 35px 132px 55px 175px;
	margin-bottom: 10px;
}
#info h1 {
	display: none;
}

#properties #properties-subcaption + .cms-navigation {
    top: 160px !important;
}

/* content home - slider */

#slider {
	padding-top: 25px;
	padding-left: 11.2%;
	padding-right: 11.2%;
}
#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 .bx-wrapper .bx-loading { display: none !important; }
#slider .highlight {
	position: relative;
	width: 390px;
	height: 115px;
	font-size: 12px;
}
#slider .highlight-inner {
	border: 1px solid #ffdd35;
	padding: 10px 5px 10px 5px;
}
#slider .highlight h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 0.9em;
	margin-bottom: 10px;
}
#slider .highlight .overflow {
	float: right;
	width: 190px;
	height: 90px;
	overflow: hidden;
	margin-left: 10px;
}
#slider .highlight .highlight-inner > span {
	color: #ed1b35;
}
#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 {
	padding: 10px 0px 0px 60px;
}
#properties-caption h2 {
	color: #ed1b35;
}

/* content home - properties */

#properties {
	padding: 32px 40px 65px 50px;
}
#properties h1,
#properties h2 {
	font-size: 22px;
	margin-bottom: 22px;
}
#properties .property {
	position: relative;
	width: 24%;
	margin-right: 1%;
	margin-bottom: 10px;
	float: left;
	font-size: 15px;
	line-height: 33px;
	background-image: url(../images/arrow.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#properties .property .overflow {
	position: relative;
	width: 100%;
	height: 158px;
	overflow: hidden;
}
#properties .property .overflow img { min-width: 100%; height: auto !important; }
#properties .property h2,
#properties .property h3 {
	font-size: 13px;
	line-height: 17px;
	margin: 0px;
	padding: 7px 7px 0px 11px;
	height: 52px;
	overflow: hidden;
	margin-bottom: 17px;
}
#properties .property .yellow {
	color: #000000;
	padding-left: 16px;
}
#properties .property > span {
	padding-left: 16px;
}
#properties .property > a {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

#properties .cms-navigation {
	position: absolute;
	top: 39px;
	right: 49px;
}
#properties.home .cms-navigation {
	top: 10px;
}
#properties .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;
}
#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;
}
#properties #navigation .cms-navigation {
	top: 10px;
	right: 10px;
}

/* content property detail - header */

#property-info {
	padding: 15px 12.3% 55px 239px;
	margin-bottom: 10px;
}
#property-info #place {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 173px;
	height: 59px;
	line-height: 59px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}
#buttons {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #f4a50b;
}
#buttons.fixedButtons {
	position: fixed;
	top: 0px;
	bottom: auto;
}
#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: 7%;
	width: 56%;
	float: left
}

.zno,
.sold.no {
	position: absolute;
	width:100%;
	height:100%;
	background:url(../images/sold.png) no-repeat center center;
}

#property-image img {
	width: 100% !important;
	height: auto !important;
}
#property-features {
	float: left;
	padding: 25px 0px 0px 15px;
	width:32%;
}
#property-features table,
#property-features ul {
	color: #ffffff;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 45px;
	list-style: none;
}
#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;
	/*position: absolute;*/
	/*bottom: 12px;*/
}

#property-features span a {
	text-decoration: underline;
}

/* content property detail - thumbs */

#property-thumbs {
	background-color: #ffefab;
	padding-top: 17px;
	padding-bottom: 13px;
}
#property-thumbs .bx-wrapper .bx-controls-direction a {
	top: 17%;
}
#property-thumbs .bx-loading {
	display: none;
}
.property-thumb {
	position: relative;
	width:67px;
	height:50px;
	overflow:hidden;
	float: left;
}
.property-thumb .cms_toolbar {
	position: absolute;
	top: 0px;
	left: 0px;
}
.property-thumb .cms_toolbar img {
	display: inline;
}

/* content property detail - description */

#property-desc {
	margin: 35px 18.6% 150px 7%;
}
#property-desc span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #ed1b35;
	margin-bottom: 25px;
}
#property-desc p {
	line-height: 25px;
}

/* general page */
#general-info {
	padding: 35px 12.3% 25px 239px;
	margin-bottom: 10px;
}
#general-info h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 163px;
	padding: 20px 5px 20px 5px;
	min-height: 19px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}
#general-info .unnecessary-repeat-title {
	font-size: 25px;
}

#general-detail {
	padding: 30px 12.3% 20px 239px;
}
#general-detail #properties {
	padding: 0px;
}
#general-detail img {
	max-width: 100%;
	margin-bottom: 10px;
}
#general-detail #properties img {
	max-width: none;
}
#general-detail h2,
#general-detail h3{
	color: #ed1b35;
	font-size: 18px;
	font-weight: bold;
}
#general-detail #properties h2 {
	margin-top: 10px;
	border-bottom: 0px;
}

#general-detail h3 { font-size: 15px; }

#general-detail form table {
	width: 100%;
	/* padding-left: 60px; */
	padding-right: 60px;
}


#general-detail form table tr {
	vertical-align: top;
}
#general-detail form table td {
	padding-bottom: 5px;
	/* width: 250px; */
}
#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: 17%;
    padding: 0 0 0 8px;
    margin-right: 5px;
}

#general-detail form table select.tel-prefix + input {
    width: calc(100% - 77px);
}

#general-detail.advanced-search form td {
	padding-right: 10px;
}
#general-detail.advanced-search form td input[type=submit] {
	float: right;
}
#general-detail.advanced-search #reference {
	width: 100%;
}

#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_toolbar {
	float: right;
}

/* cms */

.cms-general-toolbar, .cms-item-toolbar {
	font-size: 12px;
}
.cms-item-toolbar .cms-delete {
	margin-right: 10px;
}
.cms_edit {
	margin-right: 5px;
}
.cms_edit, .cms_delete {
	display: inline;
}
.cms_edit a, .cms_delete a{
	position: relative !important;
}

/* 1070 */
@media only screen and (max-width: 1070px) {
	#polyglotLanguageSwitcher {
		right: 65px;
	}
}

/* 900 */
@media only screen and (max-width: 900px) {
	body #info {
		padding-left: 11.2%;
		padding-right: 11.2%;
		padding-bottom: 20px;
	}
	#properties .property {
		width: 32%;
	}

	#property-info {
		padding-right: 2%;
	}
	.headerimage {
		display: none;
	}
}

/* 700 */
@media only screen and (max-width: 700px) {
	#polyglotLanguageSwitcher {
		right: 0px;
	}

/*	#search input {
		padding-left: 0px;
		padding-right: 0px;
	}
*/
	#properties .property {
		width: 49%;
	}
	#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) {
	.banner_block {
		display: none !important;
	}

	body {
		padding: 0px;
	}
	#logo {
		left: 20px !important;
		width: 90px !important;
		height: 60px;
	}
	#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;
	}
	#search {
		position: absolute;
		top: 76px;
		left: 0px;
		padding: 0px;
	}
	#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; } */

	#header {
		height: 237px;
		background-image: none;
	}

	#nav-mobile {
		display: block;
	}
	#nav {
		background: #ffffff;
		left: 0px;
		right: 0px;
		top: 76px;
		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 {
		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 {
		padding-left: 0px;
		padding-right: 0px;
	}
	#properties h2 {
		text-align: center;
	}
	#properties .property {
		width: calc(100% - 20px);
		margin-left: 10px;
	}
	#properties .property .overflow {
		height: auto;
	}

	body #property-info {
		padding-top: 10px;
		padding-bottom: 10px;
		/*min-height: 150px;*/
		background: #f4a50b;

	}
	#property-info .btn.red,
	#property-info .btn.yellow {
		float: none;
		width: calc(100% - 54px);
		/*padding-left: 0px;*/
		text-align: center;
		margin-right: 0px;
	}

	#general-info {
		padding: 0px 0px 20px 0px;
	}
	#general-info h1 {
		position: relative;
		width: 100%;
		margin-bottom: 20px;
	}
	#general-info p {
		padding-left: 2%;
		padding-right: 2%;
	}
	#general-detail {
		padding-left: 2%;
		padding-right: 2%;
	}

	body #info {
	background: #f4a50b;
	}

	h1 {
		font-size: 14px;
	}
	#property-image {
		width: 100%;
		margin-left: 0%;
	}
	#property-features ul {
		color: #575756;
		padding-bottom: 20px;
	}
	#property-features {
		width: 93%;
	}
	#general-detail form table td:first-child {
	width: initial;
	}
	#general-detail form table select.tel-prefix {
	width: 20%;
	}
	#general-detail form table select.tel-prefix + input {
	width: calc(80% - 5px);
	}

	.landing {
	width: 94% !important;
    height: 300px;
}
}

.cycle-pager {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 15px;
	z-index: 999;
	text-align: center;
	margin: 0 auto;
	width: 11%;
}

.cycle-pager span {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	background: url(../images/r-slider-nav.svg) no-repeat center center;
	background-size: contain;
}
.cycle-pager span:only-child { display: none; }
.cycle-pager span.cycle-pager-active {
	background-image: url(../images/r-slider-nav-active.svg);
}

#properties .property.landing {
    width: 44.978%;
    height: 530px;
    background-image: url(/images/bg.png);
    padding: 15px;
}

.landingimg img{
	width: 100% !important;
	height: auto !important;
}

.landingimg {
	max-height: 265px;
	overflow: hidden;
	margin-bottom: 20px;
}
.landing h2 {
	color: #ffd100 !important;
    font-size: 25px !important;
    margin-bottom: 0 !important;
	height: 30px !important;
}

.landing p {
	width: 95% !important;
	font-size: 14px !important;
}

.white {
	color: white;
	margin-top: 0 !important;
	font-size: 18px !important;
	margin-bottom: 10px !important;
}

.headerimage img {
	width: 1071px;
	height: auto;
	max-height: 353px;
}


.citybutton{
	display: inline-block;
	background-color:white;
	padding: 5px 8px;
	width: auto;
	font-family: RijksText, Arial;
	font-weight: bold;
	margin: 0 3px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #ed1b35 !important;
}

.backhomebutton{
	display: inline-block;
	background-color:white;
	padding: 5px 8px;
	width: auto;
	font-family: RijksText, Arial;
	font-weight: bold;
	margin: 0 3px;
	font-size: 14px;
	letter-spacing: 1px;
	color: black !important;
}

.bar_text{
	max-width: 90%;
	margin: 0 auto;
}

#buttonbar{
	margin-top: 45px;
}


/* Banner CSS */

.banner_block {
	width: 100%;
	height: 300px;
	display: inline-block;
	margin-bottom: 10px;
}

.banner_sub {
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
	width: 49%;
	height: 300px;
	margin-right: 6px;
}

.banner_block_home {
    width: 92%;
    margin-left: 48px;
    height: 300px;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 10px;
}

.banner_eden { background-image: url('../images/eden_CDM.jpg'); }
.banner_aqualina { background-image: url('../images/aqualina_CDM.jpg'); }
.banner_oceana { background-image: url('../images/oceana_CDM.jpg'); }
.banner_higueron { background-image: url('../images/Higueron_CDM.jpg'); }
.banner_alhaurin { background-image: url('../images/Alhaurin_CDM.jpg'); }


/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {

	#general-detail form table {
		padding-right: 0px;
	}

	#footer + #disclaimer {
		margin-left: 85px !important;
	}

	#footer {
		background-position-x: 10px;
		padding: 20px 10px 20px 85px;
	}

	.banner_block_home {
		display: none;
	}

	#slider {
		display: none;
	}

	body #info {
	    /* padding-top: 60% !important; */
	}

	.citybutton{
		display: block;
		background-color:white;
		padding: 5px 8px;
		width: auto;
		font-family: RijksText, Arial;
		font-weight: bold;
		margin: 5px 3px;
		font-size: 16px;
		letter-spacing: 1px;
	}

	#buttonbar{
		margin-bottom: 35px;
	}

	#mobile_only_nav{
		display:initial !important;
	}

	.mobile_height{
		height: auto !important;
	}

	#mobile-stripe{
		display: block;
		border-bottom: 1px solid black;
	}

	#menu-post{
		display:none;
	}


	#hide_on_mobile{
		display:none !important;
	}
	
	#mobile_image_styling{
		width:100% !important;
	}
}
