#streetview {
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}

/* Overview - Print - Favourites */

#huismenu {
	width: 100%;
	min-width: 350px;
	height: auto;
	float: left;
	padding-bottom: 10px;
	background-color: #fff;
	border-bottom: 1px solid #dce0e0;
}

.huismenu {
	width: 20%;
	height: auto;
	min-width: 150px;
	border: 1px solid #ccc;
	padding: 10px 0px 10px 10px;
	display: inline;
	margin-right: 10px;
	text-align: center;
	margin-top: 5px;
	color: #7c7c7c;
	float: right;
	margin-bottom: 10px;
	border-radius: 3px;
	font-size: 12px;

}

.huismenu:hover {
	cursor: pointer;
}

.huismenu a {
	color: #7c7c7c;
	display: block;
}

/* Description - streeview - location - features */

#huisoptions {
	width: 100%;
	height: auto;
	min-width: 410px;
	float: left;
	background-color: #f5f5f5;
	border-bottom: 1px solid #dce0e0;
}

#huisoptions p {
	float: left;
	margin-left: 20px;
	color: #7c7c7c;
}

.refnr {
	font-size: 12px;
	display: block;
	margin-top: 4px;
}

#huisoptions ul {
	display: inline-block;
	float: right;
	margin-top: 25px;
	padding-left: 0px;
	font-size: 12px;
	margin-right: 10px;
}

.pijltjes {
}

.options {
	padding-bottom: 20px;
}

.options a {
	color: #7c7c7c;
	text-align: center;
	padding: 10px 20px;
	border: 1px solid #ccc;
	background-color: #fff;
	width: auto;
}

.options a:hover {
	background-color: #f8f8f8;
}

.options li {
	display: inline;
	list-style: none;
	text-align: center;
}

.active a {
	background-color: #ccc !important;
	padding-right: 50px !important;
	color: #fff;
}

.pijltjes li {
	display: inline;
}

.pijltjes li a {
	color: #ccc;
	margin-left: 2px;
	border: 1px solid #ccc;
	list-style: none;
	text-align: center;
	padding: 10px;
	background-color: #fff;
}

/* Info */

#right h1 {
	font-size: 18px;
	text-align: left;
	color: #575756;
}

#right li:hover {
	background-color: #f8f8f8;
}

#huis_foto {
	position: relative;
	width: 48%;
	height: auto;
	float: left;
	max-width: 400px;
	min-width: 300px;
	margin-top: 20px;
	margin-left: 20px;
}

#huis_foto img {
	width: 100%;
	height: auto;
}

#huis_foto li img {
	width: initial;
	height: initial;
}

.thumb_foto {
	overflow: hidden;
	width: 80px;
	height: 80px;
}

.thumb_foto:hover {
	opacity: 0.8;
}

#huis_foto li {
	width: 80px;
	height: 80px;
	padding: 4px;
	margin-top: 10px;
	border: 1px solid #ccc;
	display: inline-block;
}

#huis_foto ul {
	text-decoration: none;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	height: auto;
}

#pricetag {
	position: absolute;
	width: 150px;
	background-color: #fff;
	z-index: 99;
	top: 30px;
	text-align: center;
	left: 95px;
	top: 30px;
	padding: 10px 20px;
	font-family: 'Sourcesanspro', arial;
	font-size: 18px;
	font-weight: bold;
	color: #575756;
}

.bargain_alert_detail {
	background: url('../img/bg/bg-bargain-alert.png') no-repeat 10px top;
	width: 143px;
	height: 90px;
	position: absolute;
	bottom: 15px;
	left: 0px;
}

.huis_foto_img {
	position: relative;
	overflow:hidden;
    min-height: 300px;
}

.hidden {
	display: none !important;
}

.info {
	float: left;
	width: 44%;
	min-width: 300px;
	height: auto;
	margin-top: 20px;
	margin-left: 4%;
}

.info div {
	font-size: 13px;
	color: #7c7c7c;
}
.info p {
	font-size: 13px;
	color: #7c7c7c;
	padding-bottom: 10px;
}

h2 {
	font-size: 14px;
	font-weight: 400;
	color: #7c7c7c;
	position: relative;
	margin-top: 50px;
}

.costa {
	clear: left;
}

.info a.info_link {
	display: inline-block;
	margin-top:10px;
	padding: 10px 25px;
	background-color: #ffa500;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

.info a:hover {
	background-color: #ee6100;
}

.t2 table td {
	display: inline;
}
.t2 table tr td:last-child:before {
	content: ':';
	margin-right: 5px;
}
.t2 table tr td:last-child:empty {
	display: none;
}


.icon {
	width: 60px;
	margin-right: 37px;
	height: 80px;
	margin-bottom: 10px;
	display: inline-block;
	background: no-repeat 5px 20px;
}

.icon:last-child {
	margin-right: 0px;
}

.icon.LivingArea { background-image: url(../img/detail-content/livingarea.png); }
.icon.LotSize { background-image: url(../img/detail-content/lotsize.png); }
.icon.Bedrooms { background-image: url(../img/detail-content/bedrooms.png); }
.icon.Bathrooms { background-image: url(../img/detail-content/bathrooms.png); }

.icon img {
	width: 50px;
	margin-top: 20px;
	margin-left: 5px;
	position: absolute;
}

.icon p {
	z-index: 99;
	margin-top: 75px;
	text-align: center;
	width: 60px;
}

#icons {
	float: left;
	position: relative;
	margin-left: 50px;
}

.spacer2 {
	width: 98%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e4e6e3;
	clear: both;
}

#spacing {
	height: 30px;
	width: 100%;
	clear: both;
}

.casadelmar-form-property h2,
.more_info {
	margin-left: 20px;
	color: #575756;
	font-size: 22px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-weight:bold;
}
.casadelmar-form-property h2 {
	margin-top: 10px;
}
.casadelmar-form-property {
	margin-left: 20px;
	margin-right: 20px;
	border-top: 1px solid #e4e6e3;
	border-bottom: 1px solid #e4e6e3;
}

.casadelmar-form-info,
#form {
	margin-left: 20px;
	margin-top: 40px;
	color: #7c7c7c;
	font-size: 14px;
	min-width: 200px;
}

.casadelmar-form-info p,
#form p {
	font-size: 18px;
	font-weight: bold;
}

#labels {
	width: auto;
	height: 400px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

label {
	display: block;
	line-height: 3;
	font-size: 13px;
	color: #7c7c7c;
	margin-right: 20px;
}

#invoervelden {
	width: 45%;
	min-width: 250px;
	height: 400px;
	float: left;
	margin-top: 15px;
}

.casadelmar-form-info, td,
#form td {
	padding-top: 4px;
	padding-bottom: 4px;
}
.casadelmar-form-info, label,
#form label {
	line-height:1.25;
}

.casadelmar-form-info input[type="text"], .casadelmar-form-info input:not([type]),
.casadelmar-form-info #visit,
#form input[type="text"], #form input:not([type]),
#form #visit {
	margin-top: 0px;
	height: 20px;
	width: 75%;
	text-indent: 5%;
	border: 1px solid #ccc;
}
.casadelmar-form-info #comments,
#form #comments {
	margin-top: 0px;
	height: 60px;
	width: 75%;
	text-indent: 5%;
	border: 1px solid #ccc;
}

.casadelmar-form-info input[type="checkbox"],
#form input[type="checkbox"] {
	width: 15px;
	height: 15px;
	margin: 7px 10px 0px 0px;
	background: white;
	border: 1px solid #ccc;
}

.casadelmar-form-info input[type="submit"],
#form input[type="submit"] {
	float: right;
	padding: 6px 30px;
	margin-right: 25%;
	background-color: orange;
	border-radius: 2px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 20px;
	border: none;
}

.casadelmar-form-info input[type="submit"]:hover,
#form input[type="submit"]:hover {
	background-color: #ee6100;
	
}

.casadelmar-form-info select,
#form select {
	background: url('../img/btn/btn-select.png') #fff right 8px no-repeat;
	min-width: initial;
	padding: 0px !important;
	margin-top: 0px;
	border: 1px solid #ccc;
	margin-bottom: 0px;
	height: 25px !important;
}

.casadelmar-form-info .initials,
#form .initials {
	width: 53%!important;
}

.casadelmar-form-info .chackbox_newsletter,
#form .chackbox_newsletter {
	display: inline;
}

#invoervelden p {
	margin-top: 40px;
	font-size: 13px;
}

.delfavbtn { display: none; }

.info ul {
    margin-left: -45px;
    padding-bottom: 50px;
}
.info li {
    list-style: none;
    line-height: 2;
}

td sup {
	padding-right: 30px;
	color: #ffa500;
	font-weight: bold;
}

/* related properties */

#properties-related h2 {
	margin-top: 10px;
	margin-left: 20px;
	color: #575756;
	font-size: 22px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-weight: bold;
}
#properties-related .info_kort {
	min-height: 50px;
}

@media screen and (max-width: 1070px) {
	.info {
		width: 80%;
	}

	#huis_foto {
		width: 90%;
		max-width: 400px;
	}
}

