/* Modus Master stylesheet
------------------------------------------------------------------*/	
/* @group resetting - general */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
}
ul,li {
	list-style-type:none;
	}
body {
	font:79%/150% Helvetica,Arial,Geneva,sans-serif;
	color:#6b6b6b;
	background:#fff url(http://huyzentruyt.facilimmo.be/_files-projects/0460-huyzentruyt/imagelibrary/modus/bg-modus.png) repeat-y center top;
	}
img {
	border:none;
	}
abbr {
	border-bottom:1px solid #dcdbcf;
	cursor:help;
	}	
a abbr {
	border-bottom:none;
	}	
p, li {
	-webkit-text-stroke:1px transparent;
	}	
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}		

/* @end */

/* @group misc */
#skip {
	position:absolute;
	top:0;
	left:-9999px;
	z-index:100;
	width:100%;
	margin:0;
}
.structural {
	position: absolute;
	top:-9999px;
	left:-9999px;
	height: 1px;
	width: 1px;
	}
.clear {clear:both;}
.group:after, .item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.group,.item {display: inline-block;}
/* Hides from IE-mac \*/
* html .group, * html .item {height: 1%;}
.group, .item {display: block;}
/* End hide from IE-mac */
.noborder {border:none;}
.right {float:right;}
.left {float:left;}	
.centered {text-align:center;}
small {font-size:.9em;}

/* @end */

/* @group layout */

#wrapper {
	width:970px;
	margin:0 auto;
	}
#header {
	position:relative;
	margin:0 auto;
	height:145px;
	width:970px;
	}			
#logo {
	position:absolute;
	top:45px;
	left:11px;
	z-index:1;
	}
#logo a {border:0;}	
#content {padding:0 0 34px 150px;}
.thrdcol {
	width:254px;
	float:left;
	display:inline;
	margin-right:28px;
	}	
.thrdcol.last, .last {
	margin-right:0;
	}
.box-line {
	padding-top:10px;
	margin-bottom:20px;
	border-top:1px solid #e2eaee;
	}	
.box-half {
	width:380px;
	margin-right:40px;
	float:left;
	}
.box-half:nth-child(2)  {
	margin-right:0;
	width:380px;
	}
.main-col {
	width:500px;
	float:left;
	margin:0 40px 25px 0;
	}
.side-col {
	width:270px;
	float:left;
	}
#homep .side-col {
	margin-top:30px;
	}
.item {
	margin-bottom:2em;
	padding-bottom:1em;
	border-bottom:1px solid #dbe0cf;
	}
.item.last {
	margin-bottom:0;
	}		
#tel {
	position:absolute;
	right:48px;
	top:0px;
	}	
#tel a {
	display:block;
	width:145px;
	height:93px;
	text-indent:-9999px;
	}	
#disclaimer {
	clear:both;
	font-size:10px;
	line-height:13px;
	color:#999;
	padding:15px 0 20px 0;
	margin-left:150px;
	border-top:1px solid #dbe0cf;
	}		

/* @end */

/* @group navigation */

#nav {
	width:670px;
	position:absolute;
	bottom:20px;
	left:300px;
	z-index:10;
	}
#nav li {
	padding:0;
	margin:0;
	display:inline;
	}
#nav li a {
	display:block;
	height:13px;
	float:left;
	padding:0 14px 0 14px;
	font-size:13px;
	color:#000;
	text-transform:uppercase;
	text-decoration:none; 
	letter-spacing:1px;
	}
#nav a:link, #nav a:visited {
	color:#000;
	}
#nav a:hover {
	color:#dc222d;
	}			
#homep #home a,
#projp #proj a,
#conp #con a {
	/*color:#b3cd05;*/
	color:#a5bd28;
	font-weight:bold;
	}
#homep #nav #home a:hover,
#projp #nav #proj a:hover,
#conp #nav #con a:hover {
	color:#dc222d;
	}
	
/* @end */

/* @group headings */

h1,h2,h3,h4,h5 {
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, Geneva, sans-serif; 
	}
h1 {
	text-indent:-9999px;
	height:1px;
	}	
h2 {
	font:bold 3em "HelveticaNeue-Bold", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	color:#333;
	letter-spacing:-1px;
	margin:24px 0 10px 0;
	}
.side-col h2 {
	margin:0 0 15px 0;
	}	
h3 {
	font-weight:normal;
	font-size:1.9em;
	color:#333;
	margin:.3em 0 .8em;
	}
.side-col h3 {
	margin:0 0 .8em;
	font-size:1.4em;
	line-height:125%;
	}			
h4 {
	font-size:1.6em;
	font-weight:normal;
	margin-bottom:.5em;
	color:#333;
	}					
h5 {
	margin-bottom:.5em;
	font-size:1.1em;
	color:#555;
	}
		

/* @end */

/* @group switch language */

#switch-lang {
	position:absolute;
	top:22px;
	right:0px;
	}
#switch-lang a {
	display:block;
	width:22px;
	height:22px;
	text-indent:-9999px;
	-webkit-transition:none;
	}

/* @end */

/* @group text links */

a:link {
	color:#9eb528;
	text-decoration:none;
	-webkit-transition:all 200ms ease-in;
	}
a:visited {
	color:#b3cd05;
	text-decoration:none;
	}
a:active {
	color:#dc222d;
	outline:none;
	}
a:hover, a:focus {
	color:#dc222d;
	text-decoration:underline;
	}
						
a[rel=shadowbox] {cursor: url(http://huyzentruyt.facilimmo.be/_files-projects/0460-huyzentruyt/imagelibrary/modus/magnify.cur), pointer;}			

/* @end */

/* @group text & images base */

.base img.right {
	margin:10px 0 10px 20px;
	}
.base img.left {
	margin:10px 20px 10px 0;
	}	
.base p em, .base li em {
	color:#81876c;
	background-color:#f4f9e7;
	}	
.base strong {
	color:#333;
	}	
.base p {
	margin-bottom:1.4em;
	}
.base blockquote {
	padding:0 0 0 20px;
	border-left:4px solid #eee;
	font-style:italic;
	}		
.small {
	font:normal .75em/110% Verdana,Arial,Sans-serif;
	letter-spacing:0;
	}
.bigger {
	font-size:1.1em;
	}
.big {
	font:1.35em/150% "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, Geneva, sans-serif; 
	}
#homep em {
	font-style:normal;
	background-color:transparent;
	color:#000;
	}		
.base img {
	margin:0 0 1.4em;
	padding:8px;
	background-color:#f4f9e7;
	border-bottom:1px solid #dbe0cf;
	}
.base img.noborder {
	padding:0;
	border-bottom:none;
	}	
.base li {
	padding:0 0 0 11px;
	background:url(http://huyzentruyt.facilimmo.be/_files-projects/0460-huyzentruyt/imagelibrary/modus/bullet.png) no-repeat 0 .6em;
	}
.base .box li {
	background:url(http://huyzentruyt.facilimmo.be/_files-projects/0460-huyzentruyt/imagelibrary/modus/bullet-red.png) no-repeat 0 .6em;
	}	
.base ul {
	margin-bottom:1.4em;
	}
.base .box {
	padding:1.3em 1.3em .2em 1.5em;
	margin-bottom:1.4em;
	background-color:#f4f9e7;
	border-bottom:1px solid #dbe0cf;
	}
.base .box img {
	background:#fff;
	}								

/* @end */

/* @group boxes */

.box-green {
	background-color:#c6d565;
	border-bottom:1px solid #b1b72e;
	color:#72761b;
	}
.box-pastel-green {
	background-color:#f4f9e7;
	border-bottom:1px solid #dbe0cf;
	}	
.box-pastel-green h2{
	font-size:2.5em;
	margin-bottom:.5em;
	padding:20px 0 0 19px;
	}
.box-pastel-green h2 {
	color:#7c980e;
	}	
.box-green h2,
.box-green h3 {
	color:#fff;
	font-size:2.2em;
	}
							
/* @end */

/* @group nieuw & te koop label */

span.photo {
	position:relative;
	z-index:0;
	display:block;
	}
.won-stijlen li{
	position:relative;
	z-index:0;
	}
em.in-aanbouw,
em.new, em.tekoop, em.new {
	display:block;
	position:absolute;
	text-indent:-9999px;
	z-index:10;
	}		
em.new, em.tekoop, em.new {
	width:54px;
	height:54px;
	top:0px;
	left:0px;
	}	
em.in-aanbouw {
	width:58px;
	height:58px;
	bottom:60px;
	left:0px;
	}		

/* @end */

/* @group projecten */

.projbox h3 {
	margin-bottom:.3em;
	}		
.project {
	line-height:140%;
	padding:15px 0;
	border-top:1px solid #dbe0cf;
	min-height:100px;
	}
.project span.photo {
	margin:0 19px 8px 0;
	float:left;
	}								

/* @end */

/* @group rode button */

.btn-red-arrow a {
	display:block;
	width:187px;
	padding:15px 40px 15px 0;
	background:#dc222d url(http://huyzentruyt.facilimmo.be/_files-projects/0460-huyzentruyt/imagelibrary/modus/btn-arrow-red-dark.png) no-repeat 193px center;
	color:#fff;
	text-align:right;
	font:normal 1.4em "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, Geneva, sans-serif; 
	border-bottom:1px solid #c61f28;
	}

/* @end */

/* @group page nav */

.base .page-nav {
	height:21px;
	margin-bottom:20px;
	}
.base .page-nav li {
	float:left;
	width:50%;
	background:none;
	padding:0;
	}
.base li.volgende	{
	text-align:right;
	}
.base li.volgende a,
.base li.vorige a {
	display:block;
	height:21px;
	}	
.base li.vorige a {
	padding:0 0 0 30px;
	-webkit-transition:none;
	}
.base li.volgende a {
	padding:0 30px 0 0;
	-webkit-transition:none;
	}	
.base li.vorige a:link, .base li.vorige a:visited {
	background:url(http://huyzentruyt.facilimmo.be/_files-projects/0460-huyzentruyt/imagelibrary/modus/arr-vorige.png) no-repeat;
	}
.base li.volgende a:link, .base li.volgende a:visited {
	background:url(http://huyzentruyt.facilimmo.be/_files-projects/0460-huyzentruyt/imagelibrary/modus/arr-volgende.png) no-repeat right top;
	}	
.base li.vorige a:hover {
	background:url(http://huyzentruyt.facilimmo.be/_files-projects/0460-huyzentruyt/imagelibrary/modus/arr-vorige.png) no-repeat left bottom;
	}
.base li.volgende a:hover {
	background:url(http://huyzentruyt.facilimmo.be/_files-projects/0460-huyzentruyt/imagelibrary/modus/arr-volgende.png) no-repeat right bottom;
	}		
	
/* @end */

/* @group arrow buttons */

.bttn-arr-next {
	margin-bottom:24px;
	}
.bttn-arr-next a {
	display:block;
	height:22px;
	text-align:right;
	padding:0 30px 0 0;
	font-size:1.2em;
	font-weight:bold;
	}
.bttn-arr-next a:link,
.bttn-arr-next a:visited {
	background:url(http://huyzentruyt.facilimmo.be/_files-projects/0460-huyzentruyt/imagelibrary/modus/arr-volgende.png) no-repeat right top;
	-webkit-transition:none;
	}	
.bttn-arr-next a:hover {
	text-decoration:none;
	background:url(http://huyzentruyt.facilimmo.be/_files-projects/0460-huyzentruyt/imagelibrary/modus/arr-volgende.png) no-repeat right -22px;
	}	

/* @end */

/* @group tables */

table {
	border:none;
	margin-bottom:2em;
	}
table#resultTable {
	width:100%;
	}	
td {
	border:1px solid #fff;
	background-color:#f8f8f8;
	padding:.3em .8em
	}
td.hovered {
	background-color:#f1f3f3;
	color:#333;
	}	
th {
	text-align:left;
	color:#72761b;
	background-color:#f4f9e7;
	border-bottom:1px solid #dbe0cf;
	padding:.3em .8em
	}		

/* @end */

/* @group forms */

fieldset {
	border:0;
	margin-bottom:3em;
	padding:1.5em 0 0 0;
	}
#form-contact fieldset:nth-child(3) {
	margin-bottom:1em;
	}	
legend {
	font-size:1.85em;
	font-weight:normal;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, Geneva, sans-serif;;
	letter-spacing:-1px;
	color:#333;
	padding:0 0 1em 0;
	margin:0 0 1em 0;
	}
#form-contact legend {
	background:transparent url(http://huyzentruyt.facilimmo.be/_files-projects/0460-huyzentruyt/imagelibrary/modus/line.gif) repeat-x 0 .5em;
	display:table-row;
	width:820px;
	}
#form-contact legend span {
	background-color:#fff;
	padding:0 10px;
	margin:0 0 0 210px;
	}	
#form-contact em {
	color:#dc222d;
	font-style:normal;
	}	
#form-contact .radio span,
#form-contact .captcha span,	
#form-contact label {
	display:block;
	width:200px;
	float:left;
	text-align:right;
	margin:0 20px 0 0;
	padding:.3em 0 0 0;
	}
#form-contact .radio span {
	padding:0;
	}	
#form-contact .captcha img {
	margin:0 0 0 220px;
	background-color:transparent;
	border-bottom:none;
	padding:0;
	}
#form-contact .item {
	border-bottom:none;
	margin:0;
	padding:.34em 0;
	position:relative;
	}
#form-contact .item em {
	position:absolute;
	left:205px;
	}	
#form-contact .item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#form-contact .item {display: inline-block;}
/* Hides from IE-mac \*/
* html #form-contact .item {height: 1%;}
#form-contact .item {display: block;}
/* End hide from IE-mac */	

#form-contact .item label {
	min-height:1.8em;
	}		
#form-contact .check label {
	text-align:left;
	width:540px;
	margin-right:0;
	padding:0;
	}
#form-contact .special select  {
	width:124px;
	float:left;
	}	
#form-contact label.tiny {
	width:45px;
	}		
#form-contact .radio label {
	width:auto;
	padding:0;
	}
#form-contact .radiob {
	float:left;
	margin-right:5px;
	}			
#form-contact p {
	padding-top:.5em;
	margin:0 0 1em 220px;
	}	
input.checkb {
	margin:.4em 10px 0 220px;
	float:left;
	}
#form-contact .txt,
#form-contact .txt2 {
	padding:.4em;
	color:#6b6b6b;
	font:1em "HelveticaNeue-Regular", "Helvetica Neue Regular", Helvetica, Arial, sans-serif;
	border:1px solid #dbe0cf;
	background:url(http://huyzentruyt.facilimmo.be/_files-projects/0460-huyzentruyt/imagelibrary/modus/bg-input.gif) repeat-x;
	}		
#form-contact .txt {
	width:300px;
	}
#form-contact .txt2 {
	width:50px;
	}	
#form-contact .btn {
	margin:1em 0 2em 217px;
	font:1em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color:#fff;
	font-weight:bold;
	border:none;
	width:100px;
	padding:4px 10px 6px 10px;
	background:#dc222d;
	}	
#form-contact .button {
	border-bottom:none;
	}	
#form-contact .dropd {
	width:312px;
	}
	
/* @end */

/* @group news box */

.news-box {
	position:relative;
	padding:15px;
	background-color:#f4f9e7;
	border-bottom:1px solid #dbe0cf;
	}
.news-box span.photo {
	margin:0 25px 10px 0;
	display:block;
	height:120px;
	width:185px;
	float:left;
	}
.news-box img {
	background:#fff;
	}
.news-box p, .news-box ul {
	margin-bottom:0;
	float:left;
	}
.news-box li {
	background:url(http://huyzentruyt.facilimmo.be/_files-projects/0460-huyzentruyt/imagelibrary/modus/bullet-red.png) no-repeat 0 .6em;
	}					

/* @end */

/* @group footer */
	
#footer {
	clear:both;
	padding:15px 0 15px 0;
	font-size:.85em;
	line-height:140%;
	color:#999;
	width:820px;
	border-top:1px solid #dbe0cf;
	margin:0 0 0 150px;
	}
#footer a:link, #footer a:visited {text-decoration:none;}
#footer a:hover, #footer a:focus, #footer a:active {
	color:#de2922;
	text-decoration:underline;
	}		
#footer ul {float:left;}
#adr1 {width:220px;}
#adr2 {width:155px;}	
#adr3 {width:229px;}	
#footer p {clear:both;padding:20px 0 0 0;}
	
/* @end */

/* @group share */

.share {
	padding:0 0 10px 0;
	clear:both;
	}
.share h3 {
	float:left;
	margin:0 8px 0 0;
	height:18px;
	line-height:20px;
	font:1em Helvetica, Arial, Geneva, sans-serif;
	color:#6b6b6b;
	}		
.share li {
	float:left;
	padding:0;
	background:none;
	}
.share li a {
	display:block;
	height:19px;
	width:19px;
	margin-right:5px;
	text-indent:-9999px;
	}
.share li.fb a {
	background:url(http://huyzentruyt.facilimmo.be/_files-projects/0460-huyzentruyt/imagelibrary/modus/share.png) no-repeat;
	}	
.share li.tw a {
	background:url(http://huyzentruyt.facilimmo.be/_files-projects/0460-huyzentruyt/imagelibrary/modus/share.png) no-repeat 0 -100px;
	}	
.share li.fr a {
	background:url(http://huyzentruyt.facilimmo.be/_files-projects/0460-huyzentruyt/imagelibrary/modus/share.png) no-repeat 0 -200px;
	}				

/* @end */

/* @group tell a friend */

#tell-a-friend {margin:0 20px 30px 150px; float:left;}
#tell-a-friend a {
	font:1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color:#fff;
	font-weight:bold;
	border:none;
	width:100px;
	padding:4px 12px 6px 30px;
	}
#tell-a-friend a:link, #tell-a-friend a:visited {
	color:#fff;
	background:#b3cd00 url(http://huyzentruyt.facilimmo.be/_files-projects/0460-huyzentruyt/imagelibrary/modus/icon-tell-a-friend.png) no-repeat 11px 7px;
	text-decoration:none;
	}	
#tell-a-friend a:hover, #tell-a-friend a:focus {
	color:#fff;
	background:#dc222d url(http://huyzentruyt.facilimmo.be/_files-projects/0460-huyzentruyt/imagelibrary/modus/icon-tell-a-friend.png) no-repeat 11px 7px;
	text-decoration:none;
	}
#form-tell-a-friend .txt {
	padding:.4em;
	color:#6b6b6b;
	font:1em "HelveticaNeue-Regular", "Helvetica Neue Regular", Helvetica, Arial, sans-serif;
	border:1px solid #dbe0cf;
	background:url(http://huyzentruyt.facilimmo.be/_files-projects/0460-huyzentruyt/imagelibrary/modus/bg-input.gif) repeat-x;
	width:220px;
	}	
#form-tell-a-friend .item {
	border:none;
	margin-bottom:0;
	border-bottom:none;
	margin:0;
	padding:.34em 0;
	position:relative;
	min-height:1.8em;
	}	
#form-tell-a-friend .item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#form-tell-a-friend .item {display: inline-block;}
/* Hides from IE-mac \*/
* html #form-tell-a-friend .item {height: 1%;}
#form-tell-a-friend .item {display: block;}
/* End hide from IE-mac */	
#form-tell-a-friend label {
	display:block;
	width:150px;
	float:left;
	text-align:right;
	margin:0 20px 0 0;
	padding:.3em 0 0 0;
	}
#form-tell-a-friend .btn {
	margin:1em 0 2em 170px;
	font:1em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color:#fff;
	font-weight:bold;
	border:none;
	width:100px;
	padding:4px 10px 6px 10px;
	background:#dc222d;
	}	
		
/* @end */

/* @group kalender */

.kal-item {
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:.94em;
	clear:both;
	}
#kalp .kal-item {
	border-bottom:none;
	}	
.kal-item h3 {
	float:right;
	width:177px;
	line-height:100%;
	color:#424f59;
	margin:.4em 0 .3em 0;
	}
.kal-item .subtitle{
	font-size:1.2em;
	color:#666;
	line-height:100%;
	color:#3c7290;
	}
.kal-item h3 span {
	font-weight:normal;
	font-size:.8em;
	color:#333;
	}	
.kal-item h4 {
	background-color:#9eb528;
	color:#fff;
	text-transform:uppercase;
	padding:7px 3px 0px 3px;
	text-align:center;
	width:33px;
	float:left;
	font-size:1em;
	}
.kal-item h4 span {
	display:block;
	font-size:2em;
	}
.kal-item h4 span.dash {
	font-size:1em;
	line-height:0.8em;
	padding-bottom:5px
	}	
.kal-item img {
	border:4px solid #ebf1f4;
	float:right;
	margin-right:15px;
	}
#kalp .kal-item img {
	padding:1px;
	border:4px solid #ebf1f4;
	float:none;
	margin:5px 15px 0 0;
	}
#kalp .kal-item div.img {
	width:290px;
	float:right;
	text-align:left;
	}	
.kal-item img.noborder {
	border:none;
	}	
.kal-item a {
	padding:0;
	}
.kal-item p {
	margin-bottom:.5em;
	line-height:130%;
	float:right;
	width:177px;
	}
#kalp .kal-item p {
	width:290px;
	}	
.base .kal-item strong {
	color:#666;
	}
.kal-item h5  {
	margin:0 0 0 52px;
	}	
.kal-item h5 {
	font-weight:bold;
	font-size:1.1em;
	color:#0096d8;
	}		
	

/* @end */
