/*  @group Config */
/* Swatch colors */.title-style {
  font-family: Georgia, Helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
}
/* @end */
/*  @group Basic Styles */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
}
html {
  height: 100%;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #413b2a;
  min-height: 100%;
  background-color: #f4f5f7;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
  background-clip: content;
}
section, header, article {
  display: block;
}
article p, article ul li {
  line-height: 18px;
}
/* All  Styles */
img {
  border: 0;
  outline: 0;
}
a {
  color: #638f30;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #638f30;
  text-decoration: underline;
}
a.link {
  padding-left: 10px;
  display: inline-block;
  background: url("../../images/projectsites/icons/arrow_right.png") no-repeat left 5px;
  line-height: 1.3em;
}
a.back {
  background: url("../../images/projectsites/icons/arrow_left.png") no-repeat left 5px;
}
a.button {
  background: #638f30;
  height: 36px;
  line-height: 37px;
  padding: 0px 0 0 15px;
  display: inline-block;
  color: #ffffff;
  border: 2px solid #fff;
}
a.button span {
  font-weight: bold;
  font-size: 15px;
  display: block;
  padding-right: 15px;
  height: 36px;
  margin-right: 0px;
  color: #ffffff;
  white-space: nowrap;
}
a.button:hover {
  background: #000000;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
a.button:hover span, a.button:hover span:hover {
  cursor: pointer;
  color: #ffffff;
}
a.button.highlight {
  background-color: #000000;
}
p {
  margin-bottom: 10px;
  line-height: 18px;
}
hr {
  background: #C6C4BF !important;
  border-bottom: 1px solid #FFFFFF;
  clear: both;
  color: #C6C4BF !important;
  height: 0px;
  outline: 0;
  display: block;
  position: relative;
}
nav ul {
  list-style: none !important;
  margin: 0;
}
#projectTitle, #projectTitle h1 {
  font-weight: bold;
  font-size: 20px;
  color: #413b2a;
}
h2 {
  color: #413b2a;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: Georgia, Helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
}
h3 {
  color: #8d897f;
  font-size: 13px;
  font-family: Georgia, Helvetica, sans-serif;
  font-weight: bold;
}
h3.likes {
  padding-top: 5px !important;
  padding-left: 5px !important;
  margin-bottom: 0;
}
blockquote {
  font-family: serif, Sans-serif, "Times New Roman";
  font-size: 16px;
  font-style: italic;
}
blockquote .name {
  margin-bottom: 0;
}
blockquote .name cite {
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
}
blockquote .organisation {
  font-size: 10px;
  color: #8d897f;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
sup {
  font-size: 10px;
}
.required {
  font-size: 10px;
  font-style: italic;
}
form {
  margin-bottom: 10px;
}
form input[type=checkbox] {
  vertical-align: top;
}
form input.text {
  border-color: #8D897F #C6C4BF #C6C4BF #8D897F;
  border-left: 1px solid #8D897F;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
}
form input.small {
  width: 50px;
}
form select {
  border-color: #8D897F #C6C4BF #C6C4BF #8D897F;
  border-left: 1px solid #8D897F;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  background: url("../../images/projectsites/buttons/select.gif") right top no-repeat #ffffff;
  height: 30px;
  width: 170px;
  padding: 7px 7px 7px 7px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form select option {
  padding-right: 20px;
}
.form .row {
  margin-bottom: 5px;
}
.form .error .text {
  border-color: red;
}
.form label {
  display: block;
  float: left;
  font-weight: bold;
  width: 125px;
  font-size: 11px;
  line-height: 20px;
}
.form .text {
  font-size: 13px;
  padding: 3px;
}
.form .list {
  margin-left: 125px;
  height: 20px;
}
.form .list label {
  display: inline;
  float: none;
  line-height: normal;
}
.formReadOnly dl {
  border-bottom: 1px solid #edecea;
  margin-bottom: 10px;
}
.formReadOnly dl .row {
  border-top: 1px solid #edecea;
}
.formReadOnly dl dt {
  font-weight: bold;
  float: left;
  width: 200px;
  margin-bottom: 3px;
  margin-top: 3px;
  line-height: 18px;
}
.formReadOnly dl dd {
  margin-left: 200px;
  margin-bottom: 3px;
  margin-top: 3px;
  line-height: 18px;
}
/* Buttons */
input.button, button.button, .ui-button {
  background: #638f30;
  color: #ffffff;
  cursor: pointer;
  float: right;
  height: 36px;
  overflow: visible;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 15px;
  border: 2px solid #fff;
}
input.button:hover, button.button:hover, .ui-button:hover {
  background-color: #000000;
  color: #ffffff;
}
.infoLabel {
  color: #FFFFFF;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  margin-right: 5px;
  padding: 3px 5px;
  text-decoration: none;
  white-space: nowrap;
  min-height: 11px;
  height: auto !important;
  height: 11px;
  margin-bottom: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #009150;
}
.infoLabel.alt {
  background-color: #b980ad;
}
.infoLabel:hover {
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
}
.infoLabel.purple {
  background-color: #b980ad;
}
.infoLabel.green {
  background-color: #009150;
}
/* Layout */
#wrapper {
  margin: 0px auto;
  position: relative;
  width: 960px;
  padding-top: 134px;
  background: transparent;
}
.returnToSearch {
  padding: 20px;
  background: white;
}
#logo {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  position: relative;
}
#main {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-top: 20px;
  background-color: #FFF;
}
#main .block {
  border-bottom: 1px solid #dddddd;
  padding: 20px;
}
#main .block .block {
  padding: 0 0 20px 0;
}
#main .block .block.noborderbottom {
  border: 0;
  padding: 20px 0 0 0;
}
#main .block footer {
  margin-top: 10px;
}
#main .block footer .link {
  display: block;
}
#main.hasSidebar #content {
  float: left;
  width: 74%;
  box-sizing: border-box;
}
#header {
  height: 100px;
  background: transparent;
  width: 960px;
  position: absolute;
  z-index: 999;
  top: 20px;
  left: 0px;
}
#header #projectTitle, #header #projectTitle h1 {
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  font-weight: normal;
}
#header #projectTitle figure img, #header #projectTitle h1 figure img {
  width: 100%;
  height: 100%;
  max-height: 103px;
}
#header h2 {
  position: absolute !important;
  left: -999em !important;
  top: -999em !important;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
#content {
  position: relative;
  width: 958px;
  background: #ffffff;
}
#content article {
  padding: 20px;
}
#content article h1 {
  padding: 0 0 20px 0;
}
#content article h2 {
  margin-bottom: 20px;
  line-height: normal;
}
#content article h3 {
  margin-bottom: 5px;
  line-height: normal;
}
#content article img {
  margin-bottom: 10px;
}
#content article img.floatLeft {
  float: left;
  margin: 2px 10px 10px 0;
}
#content article img.floatRight {
  float: right;
  margin: 2px 0px 10px 10px;
}
#content article.contentEditor ol {
  position: relative;
  left: 0px;
  list-style: decimal;
  list-style-position: inside;
}
#content article.contentEditor ol li {
  margin-bottom: 3px;
}
#content article.contentEditor ul {
  position: relative;
  left: 0px;
  margin-bottom: 20px;
  list-style: disc;
  list-style-position: inside;
}
#content article.contentEditor ul li {
  margin-bottom: 3px;
}
#content h1 {
  padding: 20px 20px 0 20px;
  font-family: Georgia, Helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 22px;
  font-weight: normal;
  color: #638f30;
}
#content .facebookFeed, #content .twitterFeed {
  margin: 20px;
}
#content .properties-section {
  padding: 20px;
}
#content .properties-section article {
  padding: 0;
}
#content .properties-section .properties {
  margin-top: 20px;
}
#content .properties-section .properties li {
  position: relative;
  padding: 0 15px 0 110px;
  min-height: 90px;
  width: 185px;
}
#content .properties-section .properties li img {
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
.shade {
  background: url("../../images/projectsites/shade.png") top center no-repeat;
  width: 100%;
  height: 10px;
  z-index: 100;
}
#leftSide {
  width: 26%;
  box-sizing: border-box;
  float: left;
  background: #ffffff;
  border-right: 1px solid #dddddd;
}
#leftSide h2 {
  color: #413b2a;
}
#leftSide h3 {
  margin-bottom: 10px;
}
#leftSide img {
  max-width: 207px;
  margin-bottom: 10px;
}
#leftSide .contactPerson {
  margin: 0;
  padding: 20px;
}
#leftSide .contactPerson article {
  padding: 0;
}
#leftSide .contactPerson .button {
  width: 95%;
  float: none;
  margin-left: 0;
  margin-right: 0;
}
#leftSide .contactPerson figure img {
  max-width: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  -ms-border-radius: 55px;
  -o-border-radius: 55px;
  border-radius: 55px;
}
#leftSide .firstElem {
  border-top: 0;
}
#leftSide .facebookFeed.zebra, #leftSide .twitterFeed.zebra {
  padding: 20px 0 !important;
}
#leftSide .facebookFeed.zebra h2, #leftSide .twitterFeed.zebra h2 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
#leftSide .facebookFeed.zebra li, #leftSide .twitterFeed.zebra li {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#leftSide .facebookFeed.zebra li.noimage, #leftSide .twitterFeed.zebra li.noimage {
  padding-left: 15px !important;
}
#leftSide .facebookFeed.zebra.twitterFeed .twtr-tweets, #leftSide .twitterFeed.zebra.twitterFeed .twtr-tweets {
  padding: 0 !important;
  border-bottom: 1px solid #dddddd;
}
#leftSide .facebookFeed.zebra.twitterFeed .twtr-tweets .twtr-widget .twtr-tweet-wrap, #leftSide .twitterFeed.zebra.twitterFeed .twtr-tweets .twtr-widget .twtr-tweet-wrap {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
#leftSide .facebookFeed {
  border-bottom: 1px solid #dddddd;
  padding: 20px;
}
#leftSide .facebookFeed > ul {
  padding: 0;
}
#leftSide .facebookFeed > ul li .message .msg img {
  max-width: 150px !important;
}
#leftSide .facebookFeed > ul, #leftSide #twtr-widget-1.twtr-widget {
  border: none;
}
#leftSide .facebookFeed > ul a, #leftSide #twtr-widget-1.twtr-widget a {
  color: #000 !important;
}
#leftSide .contentEditor ol {
  position: relative;
  left: 15px;
  list-style: decimal;
  list-style-position: inside;
}
#leftSide .contentEditor ol li {
  line-height: 16px;
  list-style-position: outside;
  margin-bottom: 6px;
}
#leftSide .contentEditor ul {
  position: relative;
  left: 11px;
  margin-bottom: 20px;
  list-style: disc;
  list-style-position: inside;
}
#leftSide .contentEditor ul li {
  line-height: 16px;
  list-style-position: outside;
  margin-bottom: 6px;
}
#leftSide .properties {
  margin: 20px 0 0 0;
}
#leftSide .properties li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 98px;
  min-height: 65px;
}
#leftSide .properties li img {
  width: 85px;
  margin-bottom: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
#leftSide .properties li:last-child {
  margin-bottom: 0;
}
#leftSide .properties a {
  display: block;
  line-height: 1.3;
  padding: 3px 0;
}
#rightSide {
  width: 247px;
  float: right;
  background: #ffffff;
  border-left: 1px solid #dddddd;
}
#rightSide h2 {
  color: #413b2a;
}
#rightSide .firstElem {
  border-top: 0;
}
/*#top {
	display: none;
	position: absolute;
	left: 0px;
	top: -25px;
	height: 35px;
	background: #333;
	width: 960px;
	#section {
		margin-left: 20px;
		ul {
			li {
				float: left;
				position: relative;
				a {
					float: left;
					padding: 8px 0 8px 10px;
					display: block;
					font-size: 0.8em;
					font-weight: bold;
					color: #FFF;	
					background: url("../../images/projectsites/icons/icon_search.gif") left 10px no-repeat;				
				}				
			}
		}
	}
	#searchForm {
		float: left;
		margin-top: 5px;
		margin-left: 5px;
		position: relative;
		legend {
			.hide;
		}
		.searchTextInput {
			border: 1px solid @swatch-b;
			background: #FFF;
			padding:  5px 25px 5px 5px;
			color: @text-color;
		}
		.submitButton {
			background-image: url("../../images/projectsites/icons/icon_search.gif");
		    background-position: center;
		    background-repeat: no-repeat;
		    background-color: transparent;
		    border: 0;
		    display: inline-block;
		    height: 15px;
		    width: 15px;
		    position: absolute;
		    right:  10px;
		    top:  5px;
		    text-indent: -3000px;
		}
	}
	#meta {
		float: right;
		margin-top: 5px;
		margin-right: 5px;
		ul {
			li {
				float: left;
				position: relative;
				a {
					float: left;
					padding: 7px;
					display: block;
					font-size: 0.9em;
					font-weight: bold;
					color:#FFF;
					&.highlight {
						background: #666;
						color: #ccc;
						margin-left: 5px;
					}
				}
			}
		}
	}
}*/
#footer {
  border: 1px solid #dddddd;
  padding: 0px;
  background: url(../../images/projectsites/footer_bg.png) left bottom repeat-x #638f30;
  width: 958px;
}
#footer footer {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 10px;
  font-weight: bold;
  background: #FFF;
}
#footer footer .logo {
  float: left;
  margin-left: 10px;
}
#footer footer figure {
  float: left;
  margin-right: 20px;
}
#footer footer img {
  max-height: 50px;
}
#footer footer a {
  color: #413b2a;
}
#footer footer ul {
  float: right;
}
#footer footer ul li {
  float: left;
}
#footer footer ul li a {
  padding: 0 6px;
  line-height: 14px;
}
#footer #footerLinks {
  color: #ffffff;
}
#footer #footerLinks ul li {
  margin-bottom: 10px;
}
#footer #footerLinks ul li.photos figure {
  display: inline;
}
#footer #footerLinks ul li.photos img {
  max-width: 67px;
  min-height: 50px;
  background: #FFF;
  padding: 3px;
  -moz-box-shadow: 2px 2px 2px -3px #666666;
  -webkit-box-shadow: 2px 2px 2px -3px #666666;
  box-shadow: 2px 2px 2px -3px #666666;
  border: 1px solid #bbb;
  padding: 2px;
}
#footer #footerLinks h2, #footer #footerLinks p {
  color: #ffffff;
  margin-bottom: 15px;
}
#footer #footerLinks a {
  color: #ffffff;
  line-height: 14px;
}
#footer #footerLinks a:hover {
  color: #ffffff;
}
#footer #footerLinks a.link {
  background-position: 0 6px;
}
#footer #footerLinks .inline li, #footer #footerLinks .inline a {
  display: inline;
}
#footer #footerLinks .facebookFeed.bordered > ul, #footer #footerLinks .twitterFeed.bordered .twtr-widget {
  border: 1px solid #FFF;
}
#footer #footerLinks .facebookFeed.zebra > ul li.odd, #footer #footerLinks .zebra .twtr-widget .twtr-tweet.odd, #footer #footerLinks #twtr-widget-1 * {
  background-color: transparent !important;
}
#footer #footerLinks .twtr-widget .twtr-tweet, #footer #footerLinks .facebookFeed .message {
  border-bottom: 1px dotted #FFF;
}
#footer #footerLinks .twtr-widget .twtr-tweet .message, #footer #footerLinks .facebookFeed .message .message {
  border-bottom: none;
  padding: 0;
}
#footer #footerLinks .facebookFeed, #footer #footerLinks .twitterFeed {
  color: #FFF !important;
  background-color: transparent;
}
#footer #footerLinks .facebookFeed *, #footer #footerLinks .twitterFeed * {
  color: #FFF !important;
}
#footer #footerLinks .facebookFeed p, #footer #footerLinks .twitterFeed p {
  margin: 0;
}
#footer #footerLinks .facebookFeed ul, #footer #footerLinks .twitterFeed ul {
  background-color: transparent !important;
}
#footer #footerLinks .facebookFeed ul li small {
  line-height: 18px;
}
#footer #footerLinks .facebookFeed ul li {
  border: 0 none;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#footer .contactPerson {
  border: 0;
  margin: 0;
  padding: 0;
  background-image: none;
}
#footer .contactPerson article {
  margin: 0;
  padding: 0;
  background-image: none;
}
#footer .contactPerson article h3 {
  color: #ffffff;
}
#footer .contactPerson footer {
  background: none;
}
#footer .contactPerson .button {
  float: none;
  line-height: 30px !important;
  text-decoration: none;
  background-color: #000000;
}
aside h2 {
  font-weight: normal;
}
aside nav ul li a {
  display: block;
  background: url("../../images/projectsites/icons/arrow_right.png") no-repeat left 9px;
  line-height: 1.3em;
  padding: 5px 0 5px 10px;
}
aside nav.line li {
  border-bottom: 1px solid #edecea;
}
.social-div {
  height: 25px;
  margin-top: 10px;
}
.social-div .twitter-share-button {
  position: relative;
  left: 0px;
  top: 2px;
}
article.block nav ul li a {
  display: block;
  background: url("../../images/projectsites/icons/arrow_right.png") no-repeat left 9px;
  line-height: 1.3em;
  padding: 5px 0 5px 10px;
}
article.block .read_more a {
  display: block;
  background: url("../../images/projectsites/icons/arrow_right.png") no-repeat left 9px;
  line-height: 1.3em;
  padding: 5px 0 5px 10px;
}
.twitterFeed .twtr-doc {
  width: 100% !important;
}
.twitterFeed .twtr-bd {
  padding: 0;
}
.twitterFeed .twtr-doc, .twitterFeed .twtr-timeline {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.twitterFeed .twtr-widget .twtr-tweet-wrap {
  padding: 5px;
}
.twitterFeed .twtr-widget a img {
  max-width: none !important;
  height: 35px;
  width: 35px;
  padding: 2px;
  background: white;
  border: 1px solid #dddddd;
}
/* Navigation */
#mainMenu {
  display: block;
  margin: 0;
  position: absolute;
  left: 0px;
  top: 120px;
  width: 960px;
  background: #000000;
  z-index: 999;
}
#mainMenu ul li {
  float: left;
}
#mainMenu ul li a {
  float: left;
  color: #cccccc;
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  display: block;
  padding: 11px 15px 10px 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Helvetica, Sans-Serif, Arial;
}
#mainMenu ul li a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #000000;
}
#mainMenu ul li a.selected {
  color: #ffffff;
  background: #000000;
}
#subMenu ul {
  background: #f8f8f8;
}
#subMenu ul li {
  border-bottom: 1px solid #dddddd;
}
#subMenu ul li a {
  margin-left: 20px;
}
#subMenu ul li.open > a {
  font-weight: bold;
}
#subMenu ul li.open ul {
  display: block;
}
#subMenu ul li:hover {
  background: #edecea;
}
#subMenu ul li:hover a {
  text-decoration: none;
}
#subMenu ul ul {
  display: none;
  border-top: 1px solid #dddddd;
  background: #eef3e6;
}
#subMenu ul ul li {
  border: none;
}
#subMenu ul ul li a {
  margin-left: 40px;
}
#subMenu ul ul li:hover {
  background: #638f30;
}
#subMenu ul ul li:hover a {
  text-decoration: none;
  color: #ffffff;
}
#subMenu ul ul li.current a {
  font-weight: bold;
}
#breadcrumbs {
  background: #ffffff;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  border-bottom: 1px solid #dddddd;
}
#breadcrumbs h3 {
  display: inline;
  float: left;
  margin-right: 5px;
  color: #c6c4bf;
  font-size: 0.9em;
  font-weight: bold;
}
#breadcrumbs ul {
  float: left;
}
#breadcrumbs ul li {
  float: left;
  color: #c6c4bf;
  margin-right: 5px;
  font-size: 8pt;
}
#breadcrumbs ul li a {
  float: left;
  padding-right: 10px;
  font-size: 8pt;
  color: #638f30;
  background: url('../../images/projectsites/icons/icon_breadcrumb_splitter.png') no-repeat right 12px;
}
#breadcrumbs ul li a.selected {
  color: #638f30;
  text-decoration: none;
}
#breadcrumbs ul li.hasChildren, #breadcrumbs ul li.hasChildren a.selected span {
  background: none !important;
  padding: 0 !important;
}
.sticky-hdr {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
  z-index: 1000;
  visibility: hidden;
}
.sticky-hdr.visible {
  display: block;
  visibility: visible;
}
.sticky-hdr__wrapper {
  display: inline-block;
  max-width: 960px;
  height: 60px;
  line-height: 60px;
  text-align: right;
  white-space: nowrap;
  font-size: 0;
}
.sticky-hdr p {
  display: inline-block;
  height: 60px;
  padding: 0 10px;
  line-height: 60px;
  vertical-align: top;
  font-weight: bold;
  font-size: 14px;
}
.sticky-hdr p:nth-child(2) {
  display: none;
}
.sticky-hdr button {
  display: inline-block;
  background-color: #ff9129;
  height: 50px;
  line-height: 30px;
  padding: 0 15px;
  margin-top: 5px;
  color: #ffffff;
  border: 2px solid #fff;
  vertical-align: top;
  font-size: 14px;
}
@media (max-width: 768px) {
  .sticky-hdr p {
    font-size: 11px;
  }
  .sticky-hdr button {
    padding: 0 10px;
  }
  .sticky-hdr button {
    font-size: 11px;
  }
  .sticky-hdr p:first-child {
    display: none;
  }
  .sticky-hdr p:nth-child(2) {
    display: inline-block;
  }
}
/* Kavelkaart */
#kavelkaart {
  overflow: hidden;
  height: 400px;
}
/* Propertylist */
#propertyList h2 {
  margin-left: 20px;
}
#propertyList li {
  background: #ffffff;
  margin: 0;
}
#propertyList li article {
  border-bottom: 1px solid #EDECEA;
  padding: 20px;
  position: relative;
  height: auto;
  padding-bottom: 55px;
  min-height: 100px;
}
#propertyList li article .details {
  margin-left: 190px;
  float: left;
  width: 330px;
}
#propertyList li article .details figure img {
  left: 20px;
  position: absolute;
  top: 20px;
  background: #FFF;
  padding: 3px;
  -moz-box-shadow: 2px 2px 2px -3px #666666;
  -webkit-box-shadow: 2px 2px 2px -3px #666666;
  box-shadow: 2px 2px 2px -3px #666666;
  border: 1px solid #bbb;
}
#propertyList li article .details h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
#propertyList li article footer {
  float: left;
  margin-left: 188px;
  text-align: right;
}
#propertyList li article footer em {
  display: block;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 180px;
  line-height: 20px;
}
#propertyList li article footer .button {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#propertyList li article footer .infoLabel {
  position: absolute;
  top: 45px;
  right: 20px;
}
#propertyList li article ul {
  margin: 5px 0;
}
#propertyList li article ul li {
  background: url("../../images/projectsites/icons/icon_breadcrumb_splitter.png") no-repeat scroll left 6px transparent;
  float: left;
  list-style: none outside none;
  margin-right: 7px;
  padding-left: 13px;
}
#propertyList li article ul li article {
  border-top: 1px solid #dddddd;
  border-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
}
#propertyList li article ul li article figure img {
  padding-top: 10px;
}
#propertyList li article ul li.lastElem article {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 0;
}
#propertyList li article ul li.firstElem {
  background: none;
  padding-left: 0;
}
#propertyList li.alt {
  background-color: #eef3e6;
}
#planImages ul {
  margin: 0;
  padding: 0;
  background-image: none;
}
#planImages ul li {
  float: left;
  list-style: none;
  margin-right: 10px;
}
#planImages ul li img {
  max-width: 153px;
  background: #FFF;
  padding: 3px;
  -moz-box-shadow: 2px 2px 2px -3px #666666;
  -webkit-box-shadow: 2px 2px 2px -3px #666666;
  box-shadow: 2px 2px 2px -3px #666666;
  border: 1px solid #bbb;
}
#planImages ul li.lastElem {
  margin-right: 0;
}
#photoVideo, .photoVideo {
  padding: 20px;
}
#photoVideo h3, .photoVideo h3 {
  line-height: 18px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #8d897f;
  font-size: 12px;
}
#photoVideo ul, .photoVideo ul {
  margin: 0;
  padding: 0;
  background-image: none;
}
#photoVideo ul li, .photoVideo ul li {
  float: left;
  list-style: none;
}
#photoVideo .photos, .photoVideo .photos {
  margin-bottom: 20px;
}
#photoVideo .photos li, .photoVideo .photos li {
  margin-right: 10px;
  width: 212px;
  min-height: 220px;
}
#photoVideo .photos li .album, .photoVideo .photos li .album {
  background: url("../../images/projectsites/stack_bg.png") left top no-repeat;
  display: block;
  margin-left: auto;
  height: 171px;
  width: 212px;
  position: relative;
}
#photoVideo .photos li .album a, .photoVideo .photos li .album a {
  display: block;
  height: 143px;
  left: 8px;
  overflow: hidden;
  position: absolute;
  top: 12px;
  width: 187px;
  background: #333;
}
#photoVideo .photos li .album a img, .photoVideo .photos li .album a img {
  min-width: 143px;
  min-height: 143px;
}
#photoVideo .videos li, .photoVideo .videos li {
  margin-right: 10px;
  width: 212px;
  min-height: 190px;
}
#photoVideo .videos li iframe, .photoVideo .videos li iframe {
  background: #FFF;
  padding: 3px;
  -moz-box-shadow: 2px 2px 2px -3px #666666;
  -webkit-box-shadow: 2px 2px 2px -3px #666666;
  box-shadow: 2px 2px 2px -3px #666666;
  border: 1px solid #bbb;
}
#photoVideo .videos li a, .photoVideo .videos li a {
  background: #FFF;
  padding: 3px;
  -moz-box-shadow: 2px 2px 2px -3px #666666;
  -webkit-box-shadow: 2px 2px 2px -3px #666666;
  box-shadow: 2px 2px 2px -3px #666666;
  border: 1px solid #bbb;
  position: relative;
  display: inline-block;
  width: 205px;
  height: 134px;
}
#photoVideo .videos li a img, .photoVideo .videos li a img {
  position: absolute;
}
#projectPhotos ul {
  margin: 0;
  padding: 0;
  background-image: none;
}
#projectPhotos ul li {
  float: left;
  list-style: none;
  margin-right: 3px;
  margin-left: 2px;
  margin-bottom: 4px;
}
#projectPhotos ul li img {
  max-width: 57px;
  background: #FFF;
  padding: 3px;
  -moz-box-shadow: 2px 2px 2px -3px #666666;
  -webkit-box-shadow: 2px 2px 2px -3px #666666;
  box-shadow: 2px 2px 2px -3px #666666;
  border: 1px solid #bbb;
  -moz-box-shadow: 0 0 1px #999999;
  -webkit-box-shadow: 0 0 1px #999999;
  box-shadow: 0 0 1px #999999;
  padding: 2px;
}
#news > article {
  padding: 20px;
}
#news article {
  line-height: 18px;
}
#news article.last {
  border-bottom: none;
}
#news hr {
  margin: 20px 0;
}
#news h2 {
  margin-bottom: 5px;
  line-height: 24px;
}
#news h2 a {
  color: #413b2a;
}
#news h3 {
  color: #638f30;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
}
#news img {
  float: left;
  margin: 5px 20px 15px 0;
  background: #FFF;
  padding: 3px;
  -moz-box-shadow: 2px 2px 2px -3px #666666;
  -webkit-box-shadow: 2px 2px 2px -3px #666666;
  box-shadow: 2px 2px 2px -3px #666666;
  border: 1px solid #bbb;
}
#news footer {
  background: #eef3e6;
  margin: 20px -20px 0 -20px;
  padding: 10px 20px;
  text-align: right;
}
#news .fb_ltr, #news .twitter-share-button {
  position: relative;
}
#news #comments h2 {
  margin-bottom: 20px;
}
#news #comments article {
  background: #eef3e6;
  margin-bottom: 10px;
  padding: 20px;
}
#news #comments article footer {
  font-weight: bold;
  color: #8d897f;
  text-align: left;
  margin: 0;
  padding: 0;
  background-image: none;
}
#news #comments article footer p {
  margin: 0;
  padding: 0;
  background-image: none;
}
#news .articles {
  margin: 0px;
}
#news .articles li {
  margin: 0;
  padding: 10px 20px;
}
#news .articles li.alt {
  background-color: #eef3e6;
}
#news .articles .date {
  color: #638F30;
  font-size: 14px;
  font-weight: normal;
  font-family: Georgia, Helvetica, sans-serif;
  float: left;
  margin-top: 3px;
}
#news .articles h3 {
  margin: 0;
}
#news .articles h3 a {
  color: #413B2A;
  font-family: Georgia, Helvetica, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  margin-left: 175px;
  display: block;
  line-height: 24px;
}
#news .social-div {
  margin-bottom: 20px;
  padding-left: 20px;
}
/* Quotes */
.quote img {
  margin-bottom: 20px;
}
.social {
  width: 200px;
  display: none;
}
.social h3 {
  padding: 10px;
  margin: 0;
  background: #638f30;
  color: #FFF;
  font-size: 24px;
  font-family: Georgia, Helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
}
.social nav {
  padding: 10px;
  background: url("../../images/projectsites/shade.png") top center no-repeat;
}
.social nav .button {
  margin: 5px 10px 5px 30px;
}
.social nav .button span {
  font-size: 12px;
}
.social nav ul {
  margin: 0px;
  padding: 0px 0;
}
.social nav ul li {
  list-style: none;
}
.social nav ul li a {
  display: block;
  margin: 0 0 5px 0;
  text-decoration: none;
  color: #413b2a;
  font-size: 14px;
}
.social nav ul li a img {
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.headerContent .social {
  position: absolute;
  right: 20px;
  top: 375px;
  display: block;
}
.headerContent .social .wrapper {
  position: absolute;
  bottom: -133px;
  width: 200px;
  background: #FFF;
}
#headerPhoto {
  position: absolute;
  width: 100%;
  height: 375px;
  background: transparent;
  top: 154px;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
#headerPhoto .content {
  width: 960px;
  margin: 0 auto;
  z-index: 4;
  height: 475px;
  position: relative;
}
#headerPhoto .jcarousel-item {
  width: 960px;
}
#headerPhoto .jcarousel-item img {
  width: 100%;
}
#headerPhoto .jcarousel-control {
  position: absolute;
  top: 350px;
  left: 10px;
  z-index: 999px;
}
#headerPhoto .jcarousel-control a {
  display: block;
  background-color: #FFF;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  text-indent: -3000px;
  position: relative;
  float: left;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 0 4px 2px #333333;
  -webkit-box-shadow: 0 0 4px 2px #333333;
  box-shadow: 0 0 4px 2px #333333;
}
#headerPhoto .jcarousel-control a.selected {
  background-color: #638f30;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#96c263), to #638f30) !important;
  background: -moz-linear-gradient(#96c263, #638f30) !important;
  background: linear-gradient(#96c263, #638f30) !important;
  height: 14px;
  width: 14px;
  border: 1px solid #FFF;
}
#headerPhoto .tooltip {
  bottom: 15px;
  margin-left: -7px;
}
#headerPhoto .tooltip .arrow {
  margin-left: 10px;
}
#headerPhoto .tooltip span {
  max-width: none;
  white-space: nowrap;
}
#headerPhoto .owl-controls {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#headerPhoto .owl-dot {
  display: block;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  background-color: #fff;
  position: relative;
  float: left;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 0 4px 2px #333333;
}
#headerPhoto .owl-dot.active {
  background-color: #999;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cccccc), to #999999) !important;
  background: -moz-linear-gradient(#cccccc, #999999) !important;
  background: linear-gradient(#cccccc, #999999) !important;
  height: 14px;
  width: 14px;
  border: 1px solid #FFF;
}
.tooltip {
  position: absolute;
  z-index: 9999;
  margin-top: -40px;
  filter: alpha(opacity=85);
  -moz-opacity: 0.7 !important;
  -khtml-opacity: 0.7 !important;
  opacity: 0.7 !important;
  margin-left: -30px;
  text-indent: 0;
}
.tooltip span {
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #000;
  color: #FFF;
  text-indent: 0;
  max-width: 175px;
  display: block;
  text-align: left;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  white-space: normal;
}
.tooltip .arrow {
  display: block;
  width: 11px;
  margin-top: -1px;
  height: 10px;
  margin-left: 35px;
  background: url(../../images/projectsites/icons/arrow_tooltip.png) left bottom no-repeat;
}
/* Tabs */
.tabs {
  padding: 0;
  background: #ffffff;
  font-family: Arial !important;
  font-size: 100% !important;
  border: 1px solid #dddddd;
}
.tabs > ul {
  border: 0;
  padding: 10px 10px 0 10px;
  height: 29px;
  background: #eef3e6;
}
.tabs > ul li {
  float: left;
  width: auto;
  padding: 0;
  background: none;
  margin-right: 1px;
  border: 0;
}
.tabs > ul li a {
  float: left;
  height: 29px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 29px;
  color: #413b2a;
  padding: 0 8px;
}
.tabs > ul li a:hover {
  background: #FFF;
  text-decoration: none;
}
.tabs > ul li.ui-tabs-selected a {
  background: #FFF;
  text-decoration: none;
}
.tabs .galleria-container {
  margin-left: 5px;
  margin-bottom: 25px;
}
/* Columns */
.columns > li {
  float: left;
  padding: 20px 0 20px 20px;
}
.columns.col2 {
  width: 100%;
  float: left;
}
.columns.col2 .col {
  width: 48%;
  float: left;
  margin-right: 10px;
}
.columns.col2 .col img {
  max-width: 100%;
}
.columns.col2 .col.last {
  margin-right: 0px;
  margin-top: 25px;
}
.columns.col3 .col {
  width: 33%;
  float: left;
}
.columns.col3 .col img {
  max-width: 100%;
}
.columns.col3 .text {
  padding-right: 20px;
  width: 292px;
}
.columns.col3 .text figure {
  margin-bottom: 10px;
}
.columns.col3 .lastElem {
  padding-right: 0px;
}
.col5 > li {
  width: 165px;
}
.col4 > li {
  width: 219px;
}
.col3 > li {
  width: 291px;
}
/* Lists */
table.list {
  width: 100%;
}
table.list tr td {
  padding: 5px 0px;
  vertical-align: top;
  border-bottom: 1px solid #edecea;
}
table.list tr td strong {
  color: #8d897f;
  font-weight: normal;
}
table.list tr td.firstElem {
  width: 150px;
}
table.list tr:last-child td {
  border: 0;
}
.jcarousel-clip {
  overflow: hidden;
}
#twitter blockquote {
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}
#twitter blockquote ul li {
  list-style: none;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 16px;
}
#twitter blockquote ul li img {
  float: left;
}
#twitter blockquote ul li p {
  margin-left: 55px;
}
#twitter blockquote ul li .author {
  color: #8d897f;
}
.contactPerson {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin: 20px 20px 40px 20px;
}
.contactPerson article {
  margin: 0;
  padding: 20px 0;
}
.contactPerson article .wrapper {
  margin-bottom: 10px;
  width: 100%;
}
.contactPerson article h3 {
  font-style: normal;
  font-size: 15px;
  color: #413b2a;
  margin-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
.contactPerson article a {
  text-decoration: underline;
}
.contactPerson article small {
  display: block;
  margin-bottom: 5px;
}
.contactPerson article .details {
  float: left;
  width: 65%;
}
.contactPerson article .details small {
  font-size: 10px;
}
.contactPerson article .button {
  float: right;
  text-align: center;
  margin-bottom: 5px;
  margin-right: 5px;
  text-decoration: none;
}
.contactPerson article figure {
  float: left;
  margin-right: 10px;
}
.contactPerson article figure img {
  background: #FFF;
  padding: 3px;
  -moz-box-shadow: 2px 2px 2px -3px #666666;
  -webkit-box-shadow: 2px 2px 2px -3px #666666;
  box-shadow: 2px 2px 2px -3px #666666;
  border: 1px solid #bbb;
  padding: 2px;
  max-width: 55px;
}
.contactPerson article .link {
  display: block;
}
/* News */
.news {
  margin: 0;
  padding: 0;
  background-image: none;
  margin-bottom: 10px;
}
.news li {
  list-style: none;
  background-color: #ffffff;
  display: block;
  padding: 10px;
}
.news li a {
  color: #413b2a;
}
.news li .date {
  color: #638f30;
}
.news li.alt {
  background-color: #eef3e6;
}
#quicklinks ul {
  list-style: none;
  margin-top: 20px;
}
#quicklinks ul li {
  margin-bottom: 15px;
}
#quicklinks ul li a {
  background: none;
  margin: 0;
  padding: 0;
  background-image: none;
  font-size: 14px;
  color: #8d897f;
  font-family: Georgia, Helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  display: block;
}
#quicklinks ul li a img {
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 0;
}
#quicklinks ul li:last-child {
  margin-bottom: 0;
}
#projectDetails {
  background: #eef3e6;
  padding: 10px;
}
#projectDetails figure {
  float: left;
  margin-bottom: 0px;
}
#projectDetails figure img {
  float: left;
  max-width: 170px;
  background: #FFF;
  padding: 3px;
  -moz-box-shadow: 2px 2px 2px -3px #666666;
  -webkit-box-shadow: 2px 2px 2px -3px #666666;
  box-shadow: 2px 2px 2px -3px #666666;
  border: 1px solid #bbb;
}
#projectDetails .summary {
  width: 500px;
  float: right;
  padding: 0;
}
#projectDetails .summary h1 {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 22px;
  font-family: Georgia, Helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  font-weight: normal;
  color: #413b2a;
  padding: 0;
}
#projectDetails .summary strong {
  font-size: 12px;
  color: #666;
  font-weight: normal;
  margin-bottom: 10px;
}
#projectDetails .summary .location {
  margin-bottom: 10px;
}
#projectDetails .summary .price {
  margin-bottom: 10px;
}
#projectDetails .summary .price em {
  font-size: 16px;
  color: #413b2a;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
}
#projectDetails .summary ul {
  margin: 0 0 10px 0;
}
#projectDetails .summary ul li {
  background: url("../../images/projectsites/icons/icon_bullet.png") no-repeat scroll left 6px transparent;
  float: left;
  list-style: none outside none;
  margin-right: 7px;
  padding-left: 13px;
}
#projectDetails .summary ul li.firstElem {
  background: none;
  padding-left: 0;
}
#houseTabs {
  padding: 20px;
}
#houseTabs h3 {
  margin-bottom: 10px;
  color: #413b2a;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
#houseTabs ul {
  margin-bottom: 10px;
}
#houseTabs section article {
  padding: 20px;
}
#main .content_dualThree {
  padding: 0;
  border-top: 0;
  zoom: 1;
}
#main .content_dualThree:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#main .content_dualThree .dual {
  float: left;
  width: 27%;
  padding: 20px;
  border-bottom: 0;
}
#main .content_dualTwo {
  padding: 0;
  border-top: 0;
  zoom: 1;
}
#main .content_dualTwo:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#main .content_dualTwo .dual {
  float: left;
  width: 44%;
  padding: 20px;
  border-bottom: 0;
}
/* Homepage */
.homepage#wrapper {
  padding-top: 455px;
}
.homepage#wrapper a {
  width: 291;
}
.homepage #main {
  background-color: transparent;
  margin-top: 75px;
}
.homepage #news .articles li {
  padding: 10px;
}
.homepage #content {
  padding: 20px;
  width: 918px;
  border: 1px solid #dddddd;
}
.homepage #content .col {
  position: relative;
}
.homepage #content .col footer {
  margin-top: 20px;
}
.homepage #content .col footer .link {
  display: block;
}
.homepage #content .footerColLinksGenerated .link {
  display: block;
}
.homepage #content .facebookFeed, .homepage #content .twitterFeed {
  margin: 0 !important;
}
.homepage .columns {
  margin-bottom: 1em;
}
.homepage .columns .col article {
  padding: 0 !important;
}
.homepage .facebookFeed {
  padding-top: 0;
}
.homepage #main {
  border: 0;
}
.homepage .googlemap {
  margin-bottom: 10px;
}
.homepage #twitter {
  background: url("../../images/projectsites/icons/twitterbird.png") 40px 12px no-repeat #ffffff;
  padding: 10px 10px;
  position: relative;
  overflow: hidden;
  height: 50px;
}
.homepage #twitter ul {
  margin: 0 80px;
}
.homepage #twitter ul li {
  font-size: 16px;
  font-family: Georgia, Helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  line-height: 22px;
}
.homepage #twitter ul li .author {
  font-size: 12px;
}
.homepage #twitter .jcarousel-next, .homepage #twitter .jcarousel-prev {
  position: absolute;
  top: 15px;
  display: block;
  height: 25px;
  width: 25px;
  text-indent: -3000px;
}
.homepage #twitter .jcarousel-prev {
  left: 0px;
  background: url("../../images/projectsites/icons/carousel-arrow_left.gif") left top no-repeat;
}
.homepage #twitter .jcarousel-next {
  right: 0px;
  background: url("../../images/projectsites/icons/carousel-arrow_right.gif") left top no-repeat;
}
.homepage #twitter .jcarousel-container {
  padding-left: 85px;
  padding-right: 50px;
}
.homepage #twitter .jcarousel-item, .homepage #twitter .jcarousel-container-horizontal {
  width: 810px;
}
.homepage .twitterFeed {
  padding: 0;
}
.paging {
  border-bottom: 1px solid #edecea;
  width: 100%;
}
.paging ul {
  margin: 0px auto;
  text-align: center;
  display: table;
  padding: 0px;
  background: white;
}
.paging ul li {
  display: inline;
}
.paging ul li li {
  display: inline;
}
.paging ul li.selected a {
  background: #413b2a !important;
  color: #FFF;
}
.paging ul li.current a {
  font-weight: bold;
  background-color: #edecea;
}
.paging ul li.next a {
  background: url("../../images/nieuwbouw/icons/arrow_right.png") center no-repeat;
  text-indent: -3000px;
}
.paging ul li.previous a {
  background: url("../../images/nieuwbouw/icons/arrow_left.png") center no-repeat;
  text-indent: -3000px;
}
.paging ul li.last a {
  background: url("../../images/nieuwbouw/icons/arrow_double_right.png") center no-repeat;
  text-indent: -3000px;
}
.paging ul li.first a {
  background: url("../../images/nieuwbouw/icons/arrow_double_left.png") center no-repeat;
  text-indent: -3000px;
}
.paging ul li a {
  display: block;
  float: left;
  padding: 0 5px;
  min-width: 25px;
  text-align: center;
  font-size: 15px;
  height: 30px;
  color: #413b2a;
  text-decoration: none;
  line-height: 30px;
  border-right: 1px solid #edecea;
}
.paging ul li a:hover {
  background-color: #f5f5f4;
}
.paging ul li a.disabled {
  display: none !important;
}
@media (min-width: 800px) {
  .iframe .social-div {
    position: absolute;
  }
}
@media (max-width: 591px) {
  .iframe #projectDetails a.button {
    margin-top: -30px;
  }
}
.iframe {
  background: white;
}
.iframe #projectDetails {
  position: relative;
  padding-left: 210px;
}
.iframe #projectDetails .summary {
  display: block;
  float: none;
  margin-left: 0;
  width: auto;
}
.iframe #projectDetails .summary .social-div {
  margin-top: 10px;
  position: inherit;
}
.iframe #projectDetails .summary .price em {
  font-size: 15px;
}
.iframe #projectDetails figure {
  position: absolute;
  left: 20px;
  top: 10px;
}
.iframe #projectDetails a.button {
  clear: both;
  float: right;
  margin-right: 10px;
  margin-top: 20px;
}
.iframe .social-div {
  bottom: 56px;
  right: 10px;
}
.iframe .contentEditor ol {
  position: relative;
  left: 15px;
  list-style: decimal;
  list-style-position: inside;
}
.iframe .contentEditor ol li {
  line-height: 16px;
  list-style-position: outside;
  margin-bottom: 6px;
}
.iframe .contentEditor ul {
  position: relative;
  left: 11px;
  margin-bottom: 20px;
  list-style: disc;
  list-style-position: inside;
}
.iframe .contentEditor ul li {
  line-height: 16px;
  list-style-position: outside;
  margin-bottom: 6px;
}
#newsletter {
  background: #333;
}
#newsletter h2 {
  color: #FFF;
}
#newsletter .button {
  width: 30px;
  height: 23px;
  margin-top: -1px;
}
#newsletter .text {
  width: 160px;
}
.pdf a {
  background: url(../../images/projectsites/icons/icon_pdf.gif) left 1px no-repeat;
  padding-left: 21px;
}
.highlight {
  background-color: #eef3e6;
}
.poloroid {
  background: #FFF;
  padding: 3px;
  -moz-box-shadow: 2px 2px 2px -3px #666666;
  -webkit-box-shadow: 2px 2px 2px -3px #666666;
  box-shadow: 2px 2px 2px -3px #666666;
  border: 1px solid #bbb;
}
/* Reset */
table,
tr,
th,
td {
  background: none repeat scroll 0 0 transparent;
  font-size: 100%;
  margin: 0;
  outline: 0 none;
  vertical-align: baseline;
}
table td {
  line-height: 18px;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none outside none;
}
nav ul {
  list-style: none !important;
  margin: 0;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0 none;
}
textarea {
  overflow: hidden;
  resize: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.floatleft {
  float: left !important;
}
.floatright {
  float: right !important;
}
.inline {
  display: inline;
}
.inline li {
  display: inline;
}
.hidden {
  position: absolute !important;
  left: -999em !important;
  top: -999em !important;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.hide {
  display: none;
}
.clear {
  margin: 0;
  padding: 0;
  background-image: none;
}
.mLeft10 {
  margin-left: 10px;
}
.wrapper {
  width: 960px;
  margin: 0 auto;
}
.ie .clearfix {
  zoom: 1;
}
.ie .galleria-images .galleria-image {
  left: 40px !important;
  width: 540px !important;
}
.ie .photocarousel-large .galleria-images .galleria-image, .ie .photocarousel-numbpaging .galleria-images .galleria-image, .ie .photocarousel-thmbside .galleria-images .galleria-image {
  left: 0 !important;
  width: 100% !important;
}
.ie #content article.contentEditor ul li {
  padding-left: 1.35em;
}
.ie #content article.contentEditor ol li {
  padding-left: 1.8em;
}
.ie7 .homepage#wrapper {
  padding-top: 485px;
}
.ie7 .tabs div, .ie7 .tabs dl {
  zoom: 1;
}
.ie7 .galleria-thumbnails-container {
  z-index: 0;
}
.ie7 .columns.col2 .col {
  width: 47%;
}
.ie7 .tabs .ui-tabs-panel {
  position: relative;
  zoom: 1;
  min-height: 1px;
}
.ie7 .kaartomgeving {
  position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  form select {
    padding-right: 40px;
  }
}
/* Jquery UI needed CSS */
.photocarousel {
  height: 500px;
}
.galleria-errors {
  display: none;
}
.galleria-info-text {
  background: #000;
}
.galleria-carousel .galleria-thumbnails-list h3 {
  color: #000000 !important;
  font-size: 14px;
  font-style: normal;
  padding-top: 5px;
}
/* Standard Jquery UI CSS */
.ui-tabs-hide {
  position: absolute !important;
  left: -999em !important;
  top: -999em !important;
  width: 0px;
  height: 0px;
  overflow: hidden;
  /* 	Important not to use display: none; or set a height or width to 0. 
		This will occur problems with Galleria in multiple tabs. */

}
.ui-accordion-header {
  cursor: pointer;
}
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  filter: alpha(opacity=85);
  -moz-opacity: 0.7 !important;
  -khtml-opacity: 0.7 !important;
  opacity: 0.7 !important;
}
/* Jquery UI Dialog */
.dialog {
  display: none;
}
.ui-dialog {
  /*max-width: 660px;*/

  position: absolute;
  padding: .2em;
  background: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dddddd;
}
.ui-dialog .ui-resizable-handle {
  background: transparent;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .6em 1em;
  margin: 1px 0 0 0;
  position: relative;
  background: #333;
  color: #FFF;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-dialog .ui-dialog-helper object,
.ui-dialog .ui-dialog-helper embed,
.ui-dialog #ui-dialog-helper object,
.ui-dialog #ui-dialog-helper embed {
  max-height: 99% !important;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 18px;
  margin: -10px 0 0 0;
  height: 18px;
  background: url("../../images/jquery-ui-icons/jquery-ui-icons.png") -95px -127px no-repeat;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  background-color: #666666;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  background: #f4f5f7;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-dialog .galleria-thumbnails-list {
  padding-top: 25px;
}
.ui-dialog .galleria-thumbnails-list h3 {
  display: none;
}
.ui-dialog .galleria-counter {
  margin-top: 40px;
  background: #333;
  padding: 3px;
  font-weight: bold;
}
.ui-dialog ul {
  margin-bottom: 20px;
}
.ui-dialog ul li {
  margin-bottom: 5px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
#informationRequest .columns .first .row {
  margin-left: 0px;
}
#informationRequest .columns .col {
  margin-bottom: 10px;
}
#informationRequest .columns.col2 {
  float: none;
}
#informationRequest .sep {
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
#informationRequest .sep img {
  float: left;
  margin-right: 20px;
  max-width: 100px;
}
#informationRequest .sep .row strong {
  margin-left: 20px;
}
#informationRequest {
  overflow: auto;
}
#informationRequest .columns .first .row {
  margin-left: 122px;
  border: none;
  padding: 0;
}
#informationRequest label.clear {
  display: block;
  width: auto;
  float: none;
  margin-bottom: 20px;
}
#informationRequest .row {
  margin-bottom: 10px;
}
#informationRequest .row input[type=checkbox] {
  float: left;
  margin-right: 5px;
}
#informationRequest .row img {
  border: 1px solid #dddddd;
  max-width: 58px;
  margin-right: 10px;
  float: left;
}
#informationRequest .row span {
  margin-left: 20px;
  display: block;
  margin-bottom: 5px;
}
#informationRequest .row span small {
  color: #8d897f;
  font-size: 11px;
  display: block;
  margin-bottom: 5px;
}
#informationRequest .row span.errorMessage {
  display: none;
}
#informationRequest .row select {
  width: 154px;
}
#informationRequest .row.error span.errorMessage {
  color: red;
  display: block;
  line-height: 14px;
  margin-left: 125px;
}
#informationRequest .row strong {
  display: block;
  font-size: 12px;
  margin-left: 90px;
}
#informationRequest .propertyList .row {
  margin-top: 8px;
  margin-left: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
#informationRequest .propertyList #interesseLabel.error {
  color: red;
}
#informationRequest .propertyList h1 {
  margin-bottom: 8px;
}
.navToTop {
  display: block;
  margin-bottom: 30px;
}
#videoPopup {
  padding: 0 !important;
  overflow: hidden;
}
.facebookFeed {
  padding: 0px;
}
.facebookFeed ul {
  margin: 0 !important;
  padding: 0;
}
.facebookFeed ul li {
  list-style: none;
  padding-bottom: 5px;
  border-bottom: 1px dotted #dddddd;
  margin-bottom: 5px;
}
.facebookFeed ul li img {
  background: #FFF;
  width: 35px;
  margin: 0 !important;
  padding: 2px;
  float: left;
  border: 1px solid #dddddd;
}
.facebookFeed ul li .message h3 {
  display: inline-block;
  font-weight: bold !important;
  line-height: 15px;
  margin-bottom: 0px !important;
}
.facebookFeed ul li .message a {
  color: black;
}
.facebookFeed ul li .message p {
  line-height: normal;
  margin: 0;
}
.facebookFeed ul li .message .date {
  display: block;
  font-style: italic;
  margin-top: 0px;
  clear: both;
}
.facebookFeed ul li .message .msg {
  margin-left: 50px;
  padding-bottom: 5px;
}
.facebookFeed ul li .message .msg img {
  width: auto !important;
  max-width: 210px !important;
  margin: 10px 0 !important;
}
.facebookFeed ul li .message .msg .videoThumb {
  position: relative;
  margin: 10px 0;
  float: left;
}
.facebookFeed ul li .message .msg .videoThumb img {
  display: block;
  float: none;
  margin: 0 !important;
  padding: 0;
  border: none;
}
.facebookFeed ul li .message .msg .videoThumb .playButton {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  background: url('../../images/projectsites/playbuttonFacebook.png') no-repeat center;
}
.facebookFeed ul li .message .reactions {
  margin-top: 5px !important;
}
.facebookFeed ul li .message .reactions li {
  border-bottom: 0;
  margin-top: 5px;
  padding-bottom: 0;
  padding-left: 27px;
  background: url("../../images/projectsites/icons/tree_Item.gif") no-repeat 2px 18px;
}
.facebookFeed ul li .message .reactions li .message {
  margin-left: 50px;
}
.facebookFeed ul li .noimage .msg, .facebookFeed ul li .noimage .reactions .message {
  margin-left: 0px !important;
}
.facebookFeed.bordered > ul {
  background: white;
  padding: 10px;
  border: 1px solid #8EC1DA;
}
.facebookFeed.scrollbar > ul {
  overflow-y: auto;
  height: 255px;
}
.facebookFeed.zebra ul {
  padding: 0;
}
.facebookFeed.zebra ul li {
  margin: 0;
  border: 0;
}
.facebookFeed.zebra ul li .message {
  padding: 5px;
}
/* Shadowbox */
#sb-title-inner,
#sb-info-inner,
#sb-loading-inner,
div.sb-message {
  color: #FFFFFF;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
}
#sb-container {
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  text-align: left;
  top: 0;
  visibility: hidden;
  z-index: 9999;
}
#sb-overlay {
  height: 100%;
  position: relative;
  width: 100%;
}
#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px;
}
#sb-wrapper-inner {
  border-color: -moz-use-text-color #b2afa8 #b2afa8;
  border-right: 5px solid;
  border-style: none solid solid;
  border-width: 0 5px 5px;
  height: 100px;
  overflow: hidden;
  position: relative;
}
#sb-body {
  height: 100%;
  position: relative;
}
#sb-body-inner {
  height: 100%;
  position: absolute;
  width: 100%;
}
#sb-player.html {
  height: 100%;
  overflow: hidden;
}
#sb-body img {
  border: medium none;
}
#sb-loading {
  height: 100%;
  position: relative;
}
#sb-loading-inner {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  margin-top: -12px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
#sb-loading-inner span {
  background: url("http://www.haverleij.nl/css/projectsites/loading.gif") no-repeat scroll 0 0 transparent;
  display: inline-block;
  padding-left: 34px;
}
#sb-body, #sb-loading {
  background-color: #FFFFFF;
}
#sb-title, #sb-info {
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
#sb-title, #sb-title-inner {
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: #b2afa8 #b2afa8 -moz-use-text-color;
  border-style: solid solid none;
  border-width: 5px 5px 0;
  height: 40px;
  line-height: 26px;
}
#sb-title-inner {
  border: 0 none;
  color: #555555;
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 7px;
}
#sb-info, #sb-info-inner {
  height: 20px;
  line-height: 20px;
}
#sb-info-inner {
  font-size: 12px;
}
#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#sb-nav a {
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: right;
  height: 16px;
  margin-left: 3px;
  width: 16px;
}
#sb-nav-close {
  background: url("../../images/woonproeven/icons/close.gif") no-repeat scroll left top black;
  color: Black;
  cursor: pointer;
  height: 23px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 29px;
  z-index: 999;
}
#sb-nav-next {
  background-image: url("../../images/woonproeven/icons/next.png");
}
#sb-nav-previous {
  background-image: url("../../images/woonproeven/icons/previous.png");
}
#sb-nav-play {
  background-image: url("../../images/woonproeven/icons/play.png");
}
#sb-nav-pause {
  background-image: url("../../images/woonproeven/icons/pause.png");
}
#sb-counter {
  float: left;
  width: 45%;
}
#sb-counter a {
  color: #FFFFFF;
  cursor: pointer;
  padding: 0 4px 0 0;
  text-decoration: none;
}
#sb-counter a.sb-counter-current {
  text-decoration: underline;
}
div.sb-message {
  color: #000000;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.sb-message a:link, div.sb-message a:visited {
  color: #000000;
  text-decoration: underline;
}
#sb-body-inner > div {
  padding: 0 10px;
}
.woonproeven {
  margin-bottom: 20px;
  padding: 12px;
  border-top: 3px solid #ecebe9;
  border-bottom: 3px solid #ecebe9;
}
.videoThumb {
  position: relative;
}
.videoThumb img {
  position: relative;
  z-index: 0;
}
.videoThumb .playButton {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  border: none;
  top: 50%;
  margin-top: -67px;
  left: 0;
}
.fb_iframe_widget {
  margin-top: 2px !important;
  margin-right: 10px;
}
.video-link {
  position: relative;
  display: inline-block;
}
.video-link .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  display: block;
  width: 50px;
  height: 50px;
  background: url("../../images/video-play.png") no-repeat center center;
}
.video-link:hover .video-play {
  background-image: url("../../images/video-play-hover.png");
}
.overlay-link {
  position: relative;
  display: inline-block;
}
.overlay-link .overlay-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  display: block;
  width: 50px;
  height: 50px;
}
.overlay-link:hover .overlay-play {
  background: url("../../images/video-play-hover.png");
}
.nopadding {
  padding: 0px !important;
}
/* projects overview and detail page */
/* grey contact footer bar */
#wrapper .contact {
  position: relative;
  z-index: 1;
  background: url("../../images/projectsites/project-overview/bg-map.png") no-repeat center top;
  padding: 40px 90px;
  overflow: hidden;
  line-height: 18px;
  height: 235px;
  box-sizing: border-box;
}
#wrapper .contact .col {
  width: 50%;
  float: left;
}
#wrapper .contact h3 {
  font-size: 22px !important;
  color: #000 !important;
  font-weight: 700 !important;
  padding: 0 0 4px;
}
#wrapper .contact a.buttons {
  color: #000;
  text-decoration: underline;
  font-size: 15px !important;
}
#wrapper .contact a.buttons:hover {
  color: #000;
  text-decoration: none;
}
#wrapper .contact a.button {
  margin: 12px 0 8px;
  text-decoration: none;
}
#wrapper .contact p {
  margin: 0;
  font-size: 14px !important;
}
#wrapper .contact .details {
  position: relative;
  padding: 0 0 0 90px;
  font-size: 15px;
  line-height: 22px;
  color: #000 !important;
}
#wrapper .contact figure {
  overflow: hidden;
  border: 2px solid #fff;
  -moz-border-radius: 74px;
  -webkit-border-radius: 74px;
  border-radius: 74px;
  width: 74px;
  height: 74px;
  float: left;
  margin: 0 15px 0 0;
  position: absolute;
  left: 0;
  top: -10px;
}
#wrapper .contact figure img {
  width: 100%;
}
#wrapper .direct-list {
  padding: 12px 0 0;
}
#wrapper .direct-list li {
  padding: 3px 0 4px;
}
#wrapper .direct-list a {
  font-size: 16px !important;
  font-weight: 700;
  padding: 0 0 0 45px;
  display: block;
  color: #000;
  line-height: 20px;
}
#wrapper .direct-list a:hover {
  color: #000;
  text-decoration: none;
}
#wrapper .direct-list a span {
  color: #555555;
  font-size: 14px !important;
  font-weight: 400;
  display: block;
}
#wrapper .direct-list .facebook {
  background: url("../../images/projectsites/project-overview/direct-list-facebook.png") no-repeat left center;
}
#wrapper .direct-list .download {
  background: url("../../images/projectsites/project-overview/direct-list-download.png") no-repeat left center;
}
#wrapper .direct-list .digitalbrochure {
  background: url("../../images/projectsites/project-overview/direct-list-digitalbrochure.png") no-repeat left center;
}
#content.projects-overview {
  background: #fff !important;
  /*padding-bottom: 30px;*/

}
#content.projects-overview .module-maps {
  height: 415px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
}
#content.projects-overview .module-maps h2 {
  font-size: 28px !important;
  position: absolute;
  left: 80px;
  top: 80px;
  z-index: 3;
  color: #000;
}
#content.projects-overview #map-canvas {
  height: 415px;
  width: 100%;
  position: relative;
  z-index: 0;
  left: 0;
  /*top: -25px;*/

}
#content.projects-overview .infoBox {
  background: #fff;
  padding: 15px 35px 15px 15px;
  width: 440px;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
  position: relative;
  min-height: 154px;
  line-height: 26px;
  /* margin: -75px 0 0 -92px; arrow pointing down*/

  margin: 109px 0 0 -99px;
  z-index: 4;
  -moz-box-shadow: 0px 0px 8px #cfd8e3;
  -webkit-box-shadow: 0px 0px 8px #cfd8e3;
  box-shadow: 0px 0px 8px #cfd8e3;
  /*
            arrow pointing down
            &:after, &:before {
                top: 100%; left: 50%;
                border: solid transparent;
                content: " ";
                height: 0; width: 0;
                position: absolute;
                pointer-events: none;
            }
            &:after {
                border-color: rgba(255, 255, 255, 0);
                border-top-color: #ffffff;
                border-width: 14px;
                margin-left: -14px;
            }
            &:before {
                border-color: rgba(230, 230, 230, 0);
                border-top-color: #e6e6e6;
                border-width: 15px;
                margin-left: -15px;
            }*/

}
#content.projects-overview .infoBox:after, #content.projects-overview .infoBox:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#content.projects-overview .infoBox:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 14px;
  margin-left: -14px;
}
#content.projects-overview .infoBox:before {
  border-color: rgba(230, 230, 230, 0);
  borderbottom-color: #e6e6e6;
  border-width: 15px;
  margin-left: -15px;
}
#content.projects-overview .infoBox .info-window {
  position: relative;
  padding: 5px 0 5px 200px;
}
#content.projects-overview .infoBox .info-window img {
  position: absolute;
  left: 0;
  top: 5px;
}
#content.projects-overview .infoBox strong {
  font-size: 20px;
  line-height: 20px;
  display: block;
  padding-bottom: 12px;
  color: #000;
}
#content.projects-overview .infoBox a {
  display: block;
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
#content.projects-overview .infoBox span {
  display: block;
}
#content.projects-overview .infoBox > img {
  position: absolute !important;
  right: 15px;
  top: 15px;
  z-index: 2;
}
#content.projects-overview .contact {
  background: rgba(231, 230, 231, 0.8);
}
#content.projects-overview #map-canvas .contact {
  /*left: 0 !important;*/

  /*top: 25px !important;*/

  width: 100%;
  height: 235px !important;
}
#content .project {
  padding: 35px 74px 0;
}
#content .project hr {
  border-top: 1px solid #cccccc;
  border-bottom: 0;
  margin: 0 13px 45px 13px;
}
#content .project h2 {
  font-size: 26px !important;
  line-height: 30px;
  color: #000;
}
#content .project p.project-info {
  font-size: 18px !important;
  line-height: 24px;
  color: #B6B6B6;
  padding-bottom: 10px;
}
#content .project .project-intro {
  font-size: 15px !important;
  line-height: 24px;
  color: #666666;
}
#content .project h2, #content .project h3, #content .project p {
  padding-left: 15px;
  padding-right: 15px;
}
#content .project article {
  padding: 0;
}
#content .project .project-items-wrap {
  position: relative;
}
#content .project .project-item {
  padding: 15px;
  margin-bottom: 5px;
  float: left;
  width: 240px;
  max-width: 100%;
  position: relative;
}
#content .project .project-item article {
  cursor: pointer;
}
#content .project .project-item.active {
  background: #e7e6e7;
}
#content .project .project-item figure {
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
  width: 240px;
  height: 180px;
  position: relative;
}
#content .project .project-item img {
  width: 100%;
  margin: 0;
  display: block;
}
#content .project .project-item header h3 {
  padding: 5px 0 4px;
  color: #000;
  font-size: 17px !important;
  font-weight: 700 !important;
  font-family: arial;
}
#content .project .project-item header em {
  display: block;
  font-style: normal;
  color: #666;
  font-size: 14px !important;
}
#content .project .project-item .extended-information {
  display: none;
}
#content .status-sold, #content .status-option, #content .status-available {
  overflow: hidden;
  display: block;
  position: relative;
}
#content .status-sold:after, #content .status-option:after, #content .status-available:after {
  content: ' ';
  width: 119px;
  height: 69px;
  background: url("../../images/projectsites/project-overview/ribbon-sold.png") no-repeat left top;
  background-size: 119px 69px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#content .status-option:after {
  background-image: url("../../images/projectsites/project-overview/ribbon-option.png");
}
#content .status-available:after {
  background-image: none;
}
#content .status-top:after {
  width: 124px;
  height: 125px;
  background: url("../../images/projectsites/project-overview/ribbon-top-sold.png") no-repeat left top;
  background-size: 124px 125px;
  right: 0;
  top: 0;
  bottom: auto;
}
#content .status-top.status-option:after {
  background-image: url("../../images/projectsites/project-overview/ribbon-top-option.png");
}
#content .status-top.status-available:after {
  background-image: url("../../images/projectsites/project-overview/ribbon-top-available.png");
}
#content .project-detail-popup {
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 15px 30px;
  transition: all 1s ease;
  display: none;
}
#content .project-detail-popup .inner {
  border-top: 2px solid #ccc;
  background: #fff;
  display: block;
  padding: 60px 0 0;
  overflow: hidden;
  position: relative;
}
#content .project-detail-popup .col {
  width: 50%;
  box-sizing: border-box;
  float: left;
}
#content .project-detail-popup .title {
  font-size: 26px;
  line-height: 30px;
  font-family: arial;
  padding: 0 0 10px 10px;
  display: block;
}
#content .project-detail-popup figure {
  float: left;
}
#content .project-detail-popup figure img {
  display: block;
}
#content .project-detail-popup .item-properties {
  padding-left: 10px;
}
#content .project-detail-popup .prepproject-description {
  padding-top: 10px;
  font-family: 'Arial' !important;
  font-size: 15px !important;
  color: #666666;
  padding: 10px 0 10px 10px;
}
#content .project-detail-popup .cta-view-object {
  color: #34abda;
  border: 2px solid #72c2e2;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  display: inline-block;
  margin: 35px 0 15px 10px;
  padding: 0 20px;
}
#content .project-detail-popup .cta-view-object:hover {
  border-color: #34abda;
  text-decoration: none;
}
#content .project-detail-popup .arrow {
  display: block;
  position: absolute;
  xxleft: 130px;
  top: 10px;
  z-index: 1;
  width: 0;
}
#content .project-detail-popup .arrow:before {
  content: ' ';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 21px 20px 21px;
  border-color: transparent transparent #ccc;
  left: -21px;
  top: 0;
  position: absolute;
}
#content .project-detail-popup .arrow:after {
  content: ' ';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 21px 20px 21px;
  border-color: transparent transparent #fff;
  left: -21px;
  top: 3px;
  position: absolute;
}
#content .project-detail-popup .close {
  display: block;
  position: absolute;
  right: 15px;
  top: 45px;
  z-index: 1;
  width: 22px;
  height: 22px;
  background: url("../../images/projectsites/project-overview/popup-close.png") no-repeat center center;
  cursor: pointer;
}
#content .list-objects {
  clear: both;
  padding-top: 30px;
  text-align: center;
}
#content .list-objects strong {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 20px;
  text-align: left;
}
#content .list-objects strong span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #b9ce33;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-family: arial;
  margin-right: 12px;
}
#content .list-objects li {
  border: 2px solid #b9ce33;
  margin-top: -2px;
  min-height: 78px;
  padding-right: 85px;
  position: relative;
  background: url("../../images/projectsites/project-overview/objects-list-arrow.png") no-repeat 96.5% center;
  text-align: left;
  cursor: pointer;
  /* styling for grayed out version */

}
#content .list-objects li a {
  display: block;
  padding: 13px 0 15px 85px;
  min-height: 78px;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  font-family: arial;
}
#content .list-objects li:hover {
  background-color: #f8faea;
}
#content .list-objects li:before {
  content: ' ';
  background: url("../../images/projectsites/project-overview/icon-house-100perc.png") no-repeat left top;
  position: absolute;
  left: 20px;
  top: 50%;
  width: 50px;
  height: 39px;
  margin-top: -20px;
}
#content .list-objects li.status-sold, #content .list-objects li.status-option {
  border: 1px solid #ccc;
  margin-top: -1px;
  background-image: none;
}
#content .list-objects li.status-sold:hover, #content .list-objects li.status-option:hover {
  background-color: #f6f6f6;
}
#content .list-objects li.status-sold:before, #content .list-objects li.status-option:before {
  background-image: url("../../images/projectsites/project-overview/icon-house-30perc.png");
}
#content .list-objects li .object-title {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  width: 78%;
  box-sizing: border-box;
  padding: 0 30px 6px 0;
  vertical-align: top;
  float: left;
}
#content .list-objects li .object-prize {
  font-size: 18px;
  vertical-align: top;
  line-height: 24px;
  color: #8d897f;
}
#content .list-objects li .object-specs {
  font-size: 14px;
  display: block;
  vertical-align: top;
  clear: both;
  color: #8d897f;
}
#content .list-objects .toggle-all {
  display: inline-block;
  text-align: center;
  background: #e7e6e7 url("../../images/projectsites/project-overview/objects-list-toggle.png") no-repeat 18px 16px;
  padding: 10px 18px 10px 42px;
  font: 16px/24px arial;
  color: #000;
  cursor: pointer;
}
#content .list-objects .toggle-all.opened {
  background-position: 18px -40px;
}
#content .styled-select {
  width: 230px;
  height: 38px;
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
  background: #f3f3f3 url("../../images/projectsites/styled-select-arrow.png") no-repeat center right !important;
  border: 1px solid #cacaca;
}
#content .styled-select select {
  background: transparent;
  width: 250px;
  padding: 10px 5px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
}
#content .search-projects {
  padding: 20px 90px;
  position: relative;
  margin: 0 0 -28px 0;
}
#content .search-projects form {
  margin: 0;
}
#content .search-projects legend {
  display: none;
}
#content .search-projects .legend {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 38px;
  float: left;
  padding: 0 18px 0 0;
  margin-bottom: 5px;
}
#content .search-projects div, #content .search-projects span, #content .search-projects input[type="text"] {
  float: left;
  margin: 0 10px 0 0;
}
#content .search-projects .price-range {
  min-width: 260px;
  margin-right: 0;
}
#content .search-projects input[type="text"] {
  height: 36px;
  line-height: 38px;
  padding: 0 10px;
  border: 1px solid #cacaca;
  background: #f3f3f3;
  margin-right: 18px;
  width: 140px;
  font-size: 14px;
}
#content .search-projects button {
  font-size: 14px;
  color: #fff;
  background: #00b0df !important;
  height: 38px;
  line-height: 36px;
  border: 0;
  padding: 0 10px;
  width: auto;
}
#content .search-projects span {
  line-height: 38px;
}
#content .search-projects .form-elements {
  float: left;
  margin: 0;
}
#content .search-projects .styled-select {
  width: 125px;
}
#content .search-projects .styled-select select {
  width: 145px;
}
#content .infolabels {
  margin-top: 12px;
  overflow: hidden;
  display: inline-block;
  clear: both;
}
#content .infolabels .infoLabel {
  padding: 4px 8px;
  display: block;
  float: left;
  font: 700 12px/12px arial, sans-serif !important;
}
#content .projectInfoLabels {
  margin-left: 14px;
  overflow: hidden;
  display: inline-block;
  clear: both;
}
#content .projectInfoLabels .infoLabel {
  padding: 4px 8px;
  display: block;
  float: left;
  font: 700 12px/12px arial, sans-serif !important;
}
#content .contact-bar {
  color: #fff;
  margin-top: 30px;
  background: #fe9126;
  padding: 8px 0;
  overflow: hidden;
  position: relative;
}
#content .contact-bar .contact-bar-inner {
  margin: auto;
}
#content .contact-bar .contact-bar-abtest {
  padding: 20px 0;
  overflow: hidden;
}
#content .contact-bar .contact-bar-abtest a.button, #content .contact-bar .contact-bar-abtest button.button {
  background: #638f30;
  color: #ffffff;
  cursor: pointer;
  float: left;
  height: 36px;
  overflow: visible;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 15px;
  border: 2px solid #fff;
}
#content .contact-bar .contact-bar-abtest a.button:hover, #content .contact-bar .contact-bar-abtest button.button:hover {
  background-color: #000000;
  color: #ffffff;
}
#content .contact-bar .contact-bar-abtest a.button.button-dark, #content .contact-bar .contact-bar-abtest button.button.button-dark {
  background: #4D2502 !important;
  color: #ffffff;
  border: 0;
  border-radius: 3px;
}
#content .contact-bar .contact-bar-abtest a.button .icon-facebook, #content .contact-bar .contact-bar-abtest button.button .icon-facebook {
  background-image: url('../../images/projectsites/icons/icon_facebook.png');
  width: 9px;
  height: 17px;
  display: inline-block;
  position: relative;
  top: 4px;
  border-right: 1px #ffffff solid;
  padding-right: 10px;
  background-repeat: no-repeat;
  margin-right: 10px;
}
#content .contact-bar .contact-bar-abtest .form .text {
  font-size: 14px;
}
#content .contact-bar .contact-bar-abtest h2 {
  width: 100%;
  line-height: 35px;
}
#content .contact-bar .contact-bar-abtest h3 {
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
}
#content .contact-bar .contact-bar-abtest .columns {
  margin-top: 20px;
}
#content .contact-bar .contact-bar-abtest .details {
  margin-top: 10px;
}
#content .contact-bar .contact-bar-abtest .details h3 {
  font-size: 17px !important;
}
#content .contact-bar .contact-bar-abtest hr {
  border: 1px #ffffff solid;
  margin: 20px 0;
}
#content .contact-bar .contact-bar-abtest form {
  margin-top: 20px;
  overflow: hidden;
  margin-bottom: 0;
}
#content .contact-bar .contact-bar-abtest input {
  box-sizing: border-box;
}
#content .contact-bar .contact-bar-abtest input[type="radio"] {
  margin-right: 5px;
}
#content .contact-bar .contact-bar-abtest input[type="text"], #content .contact-bar .contact-bar-abtest input[type="tel"], #content .contact-bar .contact-bar-abtest input[type="email"] {
  border-radius: 3px;
  padding: 7px;
  border: 0;
  height: 30px;
  margin-bottom: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.6);
}
#content .contact-bar .contact-bar-abtest input[name="postcode"] {
  width: 70px;
}
#content .contact-bar .contact-bar-abtest button {
  float: left;
  margin-top: 20px;
}
#content .contact-bar .contact-bar-abtest label {
  font-size: 14px !important;
  font-weight: normal !important;
}
#content .contact-bar .contact-bar-abtest ul {
  float: left;
  width: 50%;
}
#content .contact-bar .contact-bar-abtest ul li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  width: 70%;
  float: left;
}
#content .contact-bar .contact-bar-abtest ul li label {
  margin-right: 10px;
}
#content .contact-bar .contact-bar-abtest ul li.label {
  width: 30%;
  float: left;
  display: inline-block;
}
#content .contact-bar .contact-bar-abtest ul li.label label {
  display: block;
  position: relative;
  top: 8px;
}
#content .contact-bar .contact-bar-abtest-success {
  padding: 0;
}
#content .contact-bar .contact-bar-abtest-success .details {
  top: 0;
}
#content .contact-bar .contact-bar-abtest-success .button {
  float: left;
  margin-bottom: 20px;
}
#content .contact-bar .contact-bar-abtest-3 fieldset {
  clear: both;
}
#content .contact-bar .contact-bar-abtest-3 .columns {
  width: 100%;
}
#content .contact-bar .contact-bar-abtest-3 .columns .col {
  margin-bottom: 0;
}
#content .contact-bar .contact-bar-abtest-3 .columns .row {
  width: auto;
  display: inline-block;
}
#content .contact-bar .contact-bar-abtest-3 .columns .row .errorMessage {
  margin-left: 0;
}
#content .contact-bar .contact-bar-abtest-3 .columns .row label {
  width: auto;
  display: inline-block;
  float: none;
}
#content .contact-bar .contact-bar-abtest-3 label {
  padding-right: 5px;
}
#content .contact-bar .contact-bar-abtest-3 input {
  margin-right: 5px;
}
#content .contact-bar .contact-bar-abtest-3 input.error {
  border: 1px red solid;
}
#content .contact-bar .contact-bar-abtest-3 h2 {
  margin-bottom: 20px;
}
#content .contact-bar .contact-bar-abtest-3 form {
  width: 80%;
}
#content .contact-bar .contact-bar-abtest-2 .col {
  width: 60%;
}
#content .contact-bar .contact-bar-abtest-2 .col .row button span {
  margin-left: 0;
}
#content .contact-bar .contact-bar-abtest-2 ul {
  width: 68%;
}
#content .contact-bar .contact-bar-abtest-2 ul li {
  width: 75%;
}
#content .contact-bar .contact-bar-abtest-2 ul li.label {
  width: 25%;
}
#content .contact-bar .contact-bar-abtest-2 .form .details {
  float: left;
  width: 32%;
  position: relative;
  top: 100px;
}
#content .contact-bar .contact-bar-abtest-2 .form .details figure {
  float: none;
}
#content .contact-bar .contact-bar-abtest-2 .form .details strong {
  font-weight: normal;
  font-size: 25px !important;
  margin-bottom: 10px;
  display: block;
}
#content .contact-bar figure {
  float: left;
}
#content .contact-bar h2 {
  color: #fff;
  font-size: 20px !important;
  width: 30%;
  float: left;
  padding: 0;
  line-height: 66px;
  margin: 0;
}
#content .contact-bar .details {
  width: 40%;
  float: left;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 700;
  min-height: 70px;
}
#content .contact-bar .details h3 {
  font-size: 18px !important;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  padding: 7px 0 0;
}
#content .contact-bar .details figure {
  overflow: hidden;
  border: 2px solid #fff;
  -moz-border-radius: 62px;
  -webkit-border-radius: 62px;
  border-radius: 62px;
  width: 62px;
  height: 62px;
  margin-right: 15px;
}
#content .contact-bar .details figure img {
  width: 100%;
}
#content .contact-bar .cta {
  float: left;
  width: 30%;
  padding: 7px 0 0;
  text-align: right;
}
#content .contact-bar .cta .button {
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
#content .contact-bar .cta .button, #content .contact-bar .cta .button span {
  background: #fff !important;
  color: #000;
  border: none;
  font-family: arial, helvetica !important;
}
#content .item-properties li {
  font-size: 16px !important;
  line-height: 37px;
  border-bottom: 1px solid #ccc;
  padding: 0 1px 2px;
}
#content .item-properties li.prize {
  font-size: 18px !important;
}
#content .item-properties li .label {
  color: #666;
  font-size: 15px !important;
  line-height: 33px;
  padding-top: 3px;
  float: left;
  width: 155px;
}
#content .properties {
  padding-top: 40px;
}
#content .properties .title {
  font-size: 26px;
  line-height: 30px;
  font-family: arial;
  padding: 0 0 25px 0;
  display: block;
  color: #000000;
}
#content .properties .item-properties {
  border-top: 1px solid #ccc;
}
#content.project-object {
  padding: 35px 90px 40px;
  box-sizing: border-box;
  position: relative;
}
#content.project-object .link-overview {
  float: right;
  color: #000;
  margin: 0;
  line-height: 15px;
  background: url("../../images/projectsites/project-overview/icon-overview.png") no-repeat 7px 8px;
  border: 2px solid #ccc;
  position: relative;
  z-index: 6;
  padding: 8px 8px 11px 28px;
}
#content.project-object .link-overview:hover {
  text-decoration: none;
}
#content.project-object .select-title-wrap {
  position: relative;
  z-index: 5;
  display: inline-block;
}
#content.project-object .select-title-wrap .select-title {
  font-size: 34px;
  color: #000;
  font-weight: 700;
  height: 50px;
  display: block;
  position: relative;
  z-index: 5;
  padding: 0 49px 0 0;
}
#content.project-object .select-title-wrap.has-options .select-title:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border: 2px solid #ccc;
  background: #ffffff url("../../images/projectsites/project-overview/title-select-arrow.png") no-repeat center center;
}
#content.project-object .select-title-wrap ul {
  margin: -11px 0 0 -20px;
  padding: 60px 20px 4px;
  background: #e7e6e7;
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
#content.project-object .select-title-wrap ul li {
  border-top: 1px solid #ccc;
  font-size: 17px;
  line-height: 26px;
  padding: 0 0 1px;
}
#content.project-object .select-title-wrap ul li.active {
  color: #000;
  font-weight: 700;
}
#content.project-object .select-title-wrap a {
  color: #333;
  text-decoration: none;
  line-height: 26px;
  display: block;
}
#content.project-object .title-row {
  border-top: 1px solid #ccc;
}
#content.project-object .title-row h2 {
  color: #666;
  display: inline-block;
  font-weight: 400 !important;
  font-size: 18px !important;
  margin: 10px 10px 0 0;
  line-height: 24px;
}
#content.project-object .title-row .infolabels {
  margin: 10px 0 5px;
  position: relative;
  top: 5px;
  display: inline-block;
  clear: none;
}
#content.project-object .list-objects h2 {
  font-size: 26px !important;
  color: #000;
  text-align: left;
}
#content.project-object .highlight {
  margin: 30px 0 0 0;
  padding: 15px 20px 0;
  background: #72c2e2;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
#content.project-object .highlight p {
  margin: 0;
  padding: 0 0 15px;
}
#content.project-object .highlight h2 {
  margin-bottom: 10px;
  color: #fff;
}
#content.project-object .highlight a {
  color: #000;
  text-decoration: none;
}
#content.project-object .highlight a:hover {
  text-decoration: underline;
}
#content.project-object .object-details {
  padding: 30px 0 0;
  overflow: hidden;
}
#content.project-object .object-details .col {
  width: 50%;
  box-sizing: border-box;
  padding-left: 20px;
  float: left;
}
#content.project-object .object-details .col:first-child {
  padding-left: 0;
  padding-right: 20px;
}
#content.project-object .object-details h3 {
  font-size: 26px !important;
  line-height: 30px;
  font-weight: 700 !important;
  color: #000000;
  padding-bottom: 10px;
}
#content.project-object .object-details h4 {
  font-size: 20px !important;
  line-height: 24px;
  font-weight: 700 !important;
  color: #000000;
  padding: 5px 0 5px;
}
#content.project-object .object-details p {
  font-size: 15px !important;
  line-height: 24px;
}
#content.project-object .object-details p a {
  font-size: 15px !important;
}
#content.project-object .object-details ol li, #content.project-object .object-details ul li {
  line-height: 24px;
  font-size: 15px !important;
}
#content.project-object .object-details ul {
  list-style: disc outside none;
  padding-left: 17px;
}
#content.project-object .object-details ol {
  list-style: decimal outside none;
  padding-left: 23px;
}
#content.project-object .twitter-share-button {
  position: relative;
  top: 1px;
}
#content.project-object .photocarousel-numbpaging {
  margin: 40px 0 20px;
}
.ground-plan-container {
  width: 370px;
  max-width: 100%;
  height: 305px;
}
.ground-plan-container.fallback img {
  width: 100%;
}
.photocarousel-large, .photocarousel-numbpaging, .photocarousel-thmbside {
  height: auto;
}
.photocarousel-large .galleria-loader, .photocarousel-numbpaging .galleria-loader, .photocarousel-thmbside .galleria-loader {
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
}
.photocarousel-large .galleria-container, .photocarousel-numbpaging .galleria-container, .photocarousel-thmbside .galleria-container {
  width: 100% !important;
  overflow: visible;
}
.photocarousel-large .galleria-stage, .photocarousel-numbpaging .galleria-stage, .photocarousel-thmbside .galleria-stage {
  overflow: visible;
}
.photocarousel-large .galleria-stage .galleria-images, .photocarousel-numbpaging .galleria-stage .galleria-images, .photocarousel-thmbside .galleria-stage .galleria-images {
  overflow: hidden;
}
.photocarousel-large .galleria-stage .galleria-image, .photocarousel-numbpaging .galleria-stage .galleria-image, .photocarousel-thmbside .galleria-stage .galleria-image {
  overflow: hidden;
  width: 100% !important;
  max-width: 100% !important;
}
.photocarousel-large .galleria-stage .galleria-image img, .photocarousel-numbpaging .galleria-stage .galleria-image img, .photocarousel-thmbside .galleria-stage .galleria-image img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  left: 0 !important;
  top: 0 !important;
}
.photocarousel-large .galleria-thumbnails-container, .photocarousel-numbpaging .galleria-thumbnails-container, .photocarousel-thmbside .galleria-thumbnails-container {
  left: 0 !important;
  right: 0 !important;
  height: 99px !important;
}
.photocarousel-large .galleria-image-nav, .photocarousel-numbpaging .galleria-image-nav, .photocarousel-thmbside .galleria-image-nav {
  margin-top: -55px;
}
.photocarousel-large .galleria-image-nav-left,
.photocarousel-numbpaging .galleria-image-nav-left,
.photocarousel-thmbside .galleria-image-nav-left,
.photocarousel-large .galleria-image-nav-right,
.photocarousel-numbpaging .galleria-image-nav-right,
.photocarousel-thmbside .galleria-image-nav-right {
  background: #a3bb07 url("../../images/projectsites/nav-photocarousel-large.png") no-repeat center left;
  opacity: 0.82;
  width: 46px;
  height: 60px;
}
.photocarousel-large .galleria-image-nav-left:hover,
.photocarousel-numbpaging .galleria-image-nav-left:hover,
.photocarousel-thmbside .galleria-image-nav-left:hover,
.photocarousel-large .galleria-image-nav-right:hover,
.photocarousel-numbpaging .galleria-image-nav-right:hover,
.photocarousel-thmbside .galleria-image-nav-right:hover {
  opacity: 0.96;
}
.photocarousel-large .galleria-image-nav-left, .photocarousel-numbpaging .galleria-image-nav-left, .photocarousel-thmbside .galleria-image-nav-left {
  left: -46px !important;
}
.photocarousel-large .galleria-image-nav-right, .photocarousel-numbpaging .galleria-image-nav-right, .photocarousel-thmbside .galleria-image-nav-right {
  background-position: center right;
  right: -46px !important;
}
.photocarousel-large .galleria-info, .photocarousel-numbpaging .galleria-info, .photocarousel-thmbside .galleria-info {
  position: absolute;
  bottom: 110px;
  left: 0;
  top: auto;
  width: 100%;
  opacity: 1 !important;
  filter: none !important;
  min-height: 40px;
}
.photocarousel-large .galleria-info .galleria-info-text, .photocarousel-numbpaging .galleria-info .galleria-info-text, .photocarousel-thmbside .galleria-info .galleria-info-text {
  background: #fff;
  opacity: 1 !important;
  padding: 10px 0 3px;
}
.photocarousel-large .galleria-info .galleria-info-description, .photocarousel-numbpaging .galleria-info .galleria-info-description, .photocarousel-thmbside .galleria-info .galleria-info-description {
  font: normal 700 18px/27px arial;
  color: #000000;
}
.photocarousel-large .galleria-thumbnails-list, .photocarousel-numbpaging .galleria-thumbnails-list, .photocarousel-thmbside .galleria-thumbnails-list {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  border-top: 0 !important;
  height: 101px;
  overflow: hidden;
}
.photocarousel-large .galleria-thumbnails-list .galleria-image, .photocarousel-numbpaging .galleria-thumbnails-list .galleria-image, .photocarousel-thmbside .galleria-thumbnails-list .galleria-image {
  border: 0;
  opacity: 1;
  width: 186px !important;
  height: 101px !important;
  margin: 0 12px 0 0;
  box-sizing: border-box;
  position: relative;
  transition: none 0s ease 0s;
}
.photocarousel-large .galleria-thumbnails-list .galleria-image img, .photocarousel-numbpaging .galleria-thumbnails-list .galleria-image img, .photocarousel-thmbside .galleria-thumbnails-list .galleria-image img {
  width: 186px !important;
  height: 101px !important;
  opacity: 1 !important;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.photocarousel-large .galleria-thumbnails-list .galleria-image.active, .photocarousel-numbpaging .galleria-thumbnails-list .galleria-image.active, .photocarousel-thmbside .galleria-thumbnails-list .galleria-image.active {
  border: 3px solid #000;
}
.photocarousel-large .galleria-thumbnails-list .galleria-image.active img, .photocarousel-numbpaging .galleria-thumbnails-list .galleria-image.active img, .photocarousel-thmbside .galleria-thumbnails-list .galleria-image.active img {
  left: -3px !important;
  top: -3px !important;
}
.photocarousel-large .galleria-thumb-nav-left,
.photocarousel-numbpaging .galleria-thumb-nav-left,
.photocarousel-thmbside .galleria-thumb-nav-left,
.photocarousel-large .galleria-thumb-nav-right,
.photocarousel-numbpaging .galleria-thumb-nav-right,
.photocarousel-thmbside .galleria-thumb-nav-right {
  display: none !important;
}
.photocarousel-large .galleria-container {
  padding-bottom: 110px;
}
.photocarousel-large .galleria-stage {
  bottom: 110px;
}
.one-slide .galleria-container {
  padding-bottom: 0;
}
.one-slide .galleria-thumbnails-list {
  display: none !important;
}
.one-slide .galleria-stage {
  bottom: 0;
}
.photocarousel-thmbside {
  margin-top: 50px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  white-space: nowrap;
}
.photocarousel-thmbside .galleria-container {
  padding-right: 120px;
  box-sizing: border-box;
}
.photocarousel-thmbside .galleria-stage {
  top: 0;
  bottom: 0;
  right: 120px;
}
.photocarousel-thmbside .galleria-image-nav {
  padding-right: 120px;
}
.photocarousel-thmbside .galleria-thumbnails-container {
  width: 120px !important;
  left: auto !important;
  bottom: 0;
  top: 0;
  height: auto !important;
  border-left: 1px solid #ccc;
}
.photocarousel-thmbside .galleria-thumbnails-container .galleria-thumbnails-list {
  height: 450px;
  overflow: hidden;
}
.photocarousel-thmbside .galleria-thumbnails-container .galleria-thumbnails {
  width: 120px !important;
  height: auto !important;
  left: 0 !important;
}
.photocarousel-thmbside .galleria-thumbnails-container .galleria-image {
  width: 120px !important;
  height: 113px !important;
  border-bottom: 1px solid #ccc;
  padding: 6px 0;
  background: #fff;
}
.photocarousel-thmbside .galleria-thumbnails-container .galleria-image:first-child {
  height: 112px !important;
}
.photocarousel-thmbside .galleria-thumbnails-container .galleria-image img {
  width: 120px !important;
}
.photocarousel-numbpaging {
  border: 1px solid #ccc;
}
.photocarousel-numbpaging .galleria-stage {
  bottom: 0;
  margin-top: -10px;
}
.photocarousel-numbpaging .galleria-stage .galleria-image img {
  height: 100% !important;
}
.photocarousel-numbpaging .galleria-counter {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #b4c734;
  color: #e1e9ae;
  opacity: 1 !important;
  left: auto;
  font-size: 31px;
  padding: 10px 20px;
}
.photocarousel-numbpaging .galleria-counter .galleria-current {
  color: #ffffff;
}
.photocarousel-numbpaging .galleria-thumbnails-container {
  display: none;
}
/* external image zoomer styling*/
html, body {
  -ms-content-zooming: none;
  -ms-touch-action: none;
}
.zoomer .zoomer-holder {
  -ms-touch-action: none;
}
.zoomer, .zoomer * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.zoomer {
  background: #eeeeee url(http://www.haverleij.nl/css/projectsites/jquery.fs.zoomer-loading.gif) no-repeat center;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.zoomer .zoomer-positioner {
  margin: 0;
  height: 1px;
  position: absolute;
  width: 1px;
}
.zoomer .zoomer-holder {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: relative;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.zoomer .zoomer-image {
  cursor: move;
  float: left;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 0.25 linear;
  -moz-transition: opacity 0.25 linear;
  -ms-transition: opacity 0.25 linear;
  -o-transition: opacity 0.25 linear;
  transition: opacity 0.25 linear;
}
.zoomer .zoomer-tiles {
  height: 100%;
  position: relative;
  width: 100%;
}
.zoomer .zoomer-tile {
  height: auto;
  position: absolute;
  width: auto;
}
/* CONTROLS */
.zoomer .zoomer-controls {
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 5px;
  position: absolute;
  -webkit-transition: opacity 0.25 linear;
  -moz-transition: opacity 0.25 linear;
  -ms-transition: opacity 0.25 linear;
  -o-transition: opacity 0.25 linear;
  transition: opacity 0.25 linear;
}
.zoomer .zoomer-controls span {
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin: 0;
  text-align: center;
  width: 30px;
}
.zoomer .zoomer-controls .zoomer-next, .zoomer .zoomer-controls .zoomer-previous {
  display: none;
}
.zoomer.zoomer-gallery .zoomer-controls .zoomer-next, .zoomer.zoomer-gallery .zoomer-controls .zoomer-previous {
  display: block;
}
/* CONTROLS - TOP, BOTTOM */
.zoomer .zoomer-controls-top, .zoomer .zoomer-controls-bottom {
  left: 50%;
  margin: 0 0 0 -35px;
}
.zoomer .zoomer-controls-top {
  bottom: auto;
  top: 10px;
}
.zoomer .zoomer-controls-bottom {
  bottom: 10px;
  top: auto;
}
.zoomer.zoomer-gallery .zoomer-controls-top, .zoomer.zoomer-gallery .zoomer-controls-bottom {
  margin: 0 0 0 -65px;
}
.zoomer .zoomer-controls-top span, .zoomer .zoomer-controls-bottom span {
  float: left;
}
.zoomer .zoomer-controls-top span:first-child, .zoomer .zoomer-controls-bottom span:first-child {
  margin: 0 1px 0 0;
}
/* CONTROLS - LEFT, RIGHT, TOP LEFT, TOP RIGHT, BOTTOM LEFT, BOTTOM RIGHT */
.zoomer .zoomer-controls-left,
.zoomer .zoomer-controls-top-left,
.zoomer .zoomer-controls-bottom-left.zoomer .zoomer-controls-right,
.zoomer .zoomer-controls-top-right,
.zoomer .zoomer-controls-bottom-right {
  height: 71px;
  width: 40px;
}
.zoomer.zoomer-gallery .zoomer-controls-left,
.zoomer.zoomer-gallery .zoomer-controls-top-left,
.zoomer.zoomer-gallery .zoomer-controls-bottom-left.zoomer.zoomer-gallery .zoomer-controls-right,
.zoomer.zoomer-gallery .zoomer-controls-top-right,
.zoomer.zoomer-gallery .zoomer-controls-bottom-right {
  height: 131px;
}
.zoomer .zoomer-controls-left, .zoomer .zoomer-controls-right {
  margin: -35px 0 0 0;
  top: 50%;
}
.zoomer.zoomer-gallery .zoomer-controls-left, .zoomer.zoomer-gallery .zoomer-controls-right {
  margin: -65px 0 0 0;
}
.zoomer .zoomer-controls-left {
  left: 10px;
}
.zoomer .zoomer-controls-top-left {
  left: 10px;
  top: 10px;
}
.zoomer .zoomer-controls-bottom-left {
  bottom: 10px;
  left: 10px;
}
.zoomer .zoomer-controls-right {
  right: 10px;
}
.zoomer .zoomer-controls-top-right {
  right: 10px;
  top: 10px;
}
.zoomer .zoomer-controls-bottom-right {
  bottom: 10px;
  right: 10px;
}
@media screen and (min-width: 980px) {
  .zoomer .zoomer-controls span:hover {
    background: #000;
  }
}
/* skinning the image zoomer*/
.zoomer {
  border: 1px solid #ccc;
}
.zoomer .zoomer-controls {
  width: 72px;
  height: 30px;
  background: none;
  box-shadow: none;
}
.zoomer .zoomer-controls span {
  display: inline-block;
  background: #666666;
  margin-left: 5px;
  border-radius: 0;
  font-weight: 400;
  line-height: 29px;
  padding: 0 0 0 1px;
  -moz-box-shadow: 0 0 2px #999999;
  -webkit-box-shadow: 0 0 2px #999999;
  box-shadow: 0 0 2px #999999;
}
.zoomer .zoomer-controls span:hover {
  background-color: #A3BB07;
}
.zoomer .zoomer-image {
  cursor: all-scroll;
}
/* TOUCH / NO-TOUCH SPECIFIC */
.no-touch #content.project-object .select-title-wrap.has-options:hover ul {
  display: block;
}
.touch #content.project-object .select-title-wrap.has-options.open ul {
  display: block;
}
.virtualTourLink {
  z-index: 99;
}
.virtualTourLink.fixed {
  position: fixed;
  left: 6px;
  top: 0;
  width: 100%;
  height: 1px;
}
.virtualTourLink div {
  width: 960px;
  height: 30px;
  margin: 0 auto;
  position: relative;
}
.virtualTourLink div a {
  position: absolute;
  top: 290px;
  right: -15px;
  /* 50% of height */

  -webkit-transform: translatex(50%) rotate(-90deg);
  -moz-transform: translatex(50%) rotate(-90deg);
  -ms-transform: translatex(50%) rotate(-90deg);
  -o-transform: translatex(50%) rotate(-90deg);
  transform: translatex(50%) rotate(-90deg);
}
.virtualTourLink div a span {
  font-weight: normal;
}
.virtualTour .fancybox-close {
  top: 15px;
  right: 22px;
}
.virtualTour .fancybox-close-text {
  position: absolute;
  top: 15px;
  right: 22px;
  width: auto;
  height: auto;
  cursor: pointer;
  z-index: 8040;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: url("../../images/projectsites/buttons/virtualtour_close.png") left top repeat-x #638f30;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.2;
  padding: 8px 30px 8px 12px;
}
.virtualTour .fancybox-close-text:hover {
  background: url("../../images/projectsites/buttons/virtualtour_close.png") left 0px repeat-x #000000;
  color: #ffffff;
  text-decoration: none;
}
.virtualTour .fancybox-close-text:after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 13px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
}
a.noBorder img {
  border: 0;
  margin: 0;
  padding: 0;
}
.ios .galleria-image-nav, .android .galleria-image-nav, .iemobile .galleria-image-nav {
  display: none;
}
.energy-label {
  position: relative;
  padding: 3px 8px;
  color: #fff;
  font-size: 14px;
}
.energy-label:after {
  left: 100%;
  top: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 11px solid transparent;
  margin-top: -11px;
}
.energy-label-a {
  background: #3CB212;
}
.energy-label-a:after {
  border-left-color: #3CB212;
}
.energy-label-b {
  background: #7CC11B;
}
.energy-label-b:after {
  border-left-color: #7CC11B;
}
.energy-label-c {
  background: #B4C732;
}
.energy-label-c:after {
  border-left-color: #B4C732;
}
.energy-label-d {
  background: #F2ED3A;
}
.energy-label-d:after {
  border-left-color: #F2ED3A;
}
.energy-label-e {
  background: #E2631B;
}
.energy-label-e:after {
  border-left-color: #E2631B;
}
.energy-label-f {
  background: #D02424;
}
.energy-label-f:after {
  border-left-color: #D02424;
}
.energy-label-g {
  background: #2aa11d;
}
.energy-label-g:after {
  border-left-color: #2aa11d;
}