<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Manrope";
  src: url("/fonts/web/Manrope-ExtraBold.woff2") format("woff2"),
  url("/fonts/ttf/Manrope-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800; 
  font-display: swap;}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/web/Manrope-Bold.woff2") format("woff2"),
  url("/fonts/ttf/Manrope-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700; 
  font-display: swap;}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/web/Manrope-SemiBold.woff2") format("woff2"),
  url("/fonts/ttf/Manrope-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600; 
  font-display: swap;}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/web/Manrope-Medium.woff2") format("woff2"),
  url("/fonts/ttf/Manrope-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500; 
  font-display: swap;}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/web/Manrope-Regular.woff2") format("woff2"),
  url("/fonts/ttf/Manrope-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; 
  font-display: swap;}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/web/Manrope-Light.woff2") format("woff2"),
  url("/fonts/ttf/Manrope-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300; 
  font-display: swap;}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/web/Manrope-ExtraLight.woff2") format("woff2"),
  url("/fonts/ttf/Manrope-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200; 
  font-display: swap;}

  
body, html {
	font-family: 'Manrope', helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #585858;
	-webkit-font-smoothing: subpixel-antialiased;
   overflow-x: hidden;
}

.display-none {
	display: none;
}
 
* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}  

.slick-dots {
   bottom: auto !important;
}

.slick-dots li {
   width: 35px !important;
   height: 35px !important;
}

.slick-dots li button {
   width: 35px !important;
   height: 35px !important;
   padding: 5px !important;
}

.slick-dots li button:before {
   width: 35px !important;
   height: 35px !important;
   background-image: url(/img/pointer.png);
   background-position: center center;
   background-size: contain;
   content: '' !important;
}

.slick-dots li.slick-active button:before {
   background-image: url(/img/pointer_active.png);
   opacity: 1 !important;
}

.carousel-control .glyphicon-chevron-right {
	left: auto;
	right: 50%;
}

h1,h2,h3,h4,h5 {
	font-family: 'Manrope', helvetica, sans-serif;
	font-weight: 700;
	margin: 0px;
}

h1 {
	font-size: 48px;
	line-height: 58px;
	color: #fff;
}

h2,h3 {
	font-size: 26px;
	line-height: 36px;
}

header {
	/* background-image: url(/img/header_remax.jpg);
	background-position: center top;
	background-size: cover; */
   background-color: #213C84;
}

header#header-home {
	height: 550px;
	background-image: url(/img/pondjesbrug.jpg);
	background-position: center center;
   background-size: cover;
}

#logo {
	z-index: 201;
	position: relative;
}

#logo img{
	margin: 30px;
	height: 80px;
}

a {
	cursor: pointer;
	color: #213C84;
}

.telephone_number {
	display: none;
}

.img-responsive {
	max-width: 100% !important;
}

.hidden-xs {
	display: inline!important;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none!important;
	}
}
/* - - - - - H E A D E R - - - - - */

header .container .column-1-2 .button {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 4px;
	color: #fff;
	background-color: #C92532;
	width: 75%;
	float: right;
}	

header {
	position: relative;
}

 #headergradient {
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(/img/gradient.png);
	background-repeat: repeat-x;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 100%);
	background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

#home-content-header {
	display: none;
	margin-top: 65px;
}

header#header-home #home-content-header {
	display: block;
}

#sitesearch {
    position: absolute;
    right: 45px;
    top: 25px;
    width: 250px;
}

.input-group .btn-default {
	width: 35px !important;
	background-color: #213C84;
	color: #fff;
	height: 35px !important;
	border: none;
	border-radius: 0px 5px 5px 0px !important;
}

.column-4-5 .block h3 {
	color: #213C84;
	font-weight: 500;
	background-color: rgba(33, 60, 133, 0.15);
	padding: 5px 15px;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.menublock {
	z-index: 250;
	background-color: #C92532;
   background-color: #fff;
	color: #fff;
   color: #213C84;
	position: relative;
	padding: 15px 20px;
}

.form-control {
	height: 35px !important;
	border: none;
	background-color: rgba(255, 255, 255, 0.85);
	color: #000;
	font-size: 14px !important;
}

.affix {
	position: static;
}

.menublock li {
	width: 50%;
}

.menublock a {
	color: #fff;
}

.menublock .column-1-3 span i {
	font-size: 26px;
	float: left;
	margin-top: 4px;
}

.menublock .column-1-3 .menuitem {
	margin-bottom: 15px;
	display: inline-block;
}

.menublock .column-1-3 .menuitem:hover,
.menublock .column-1-3 .menuitem:hover p {
   color: #C92532;
}

.menublock .column-1-3 .menuitem:last-child {
	margin-bottom: 0px;
}

.menublock .column-1-3 .menuitem .menuitemcontent {
	padding-left: 55px;
}

.menublock .column-1-3 .menuitem h3 {
	font-size: 19px;
   line-height: 24px;
   margin: 7px 0px;
}

.menublock .column-1-3 .menuitem p {
	color: rgba(255,255,255,0.75);
   color: rgba(33, 59, 132, 0.7);
	margin-bottom: 0px;
}

.nav2 {
	float: right;
	position: absolute;
	width: 100%;
	top: 60px;
	z-index: 200;
}

.nav2 ul {
	float: right;
	text-align: left;
	margin-right: 30px; 

}

.nav2 ul li {
	float: left;
	list-style: none;
}

.nav2 ul li.nocontainer {
	padding: 0px;
}

.nav2 ul li a {
	color: #fff;
   color: #213C84;
	display: block;
	text-decoration: none;
	padding: 8px 14px;
}

.nav2 ul &gt; li &gt; a {
	font-size: 17px;
	font-weight: bold;
   color: #fff;
/*	text-shadow: 1px 1px 3px rgba(0,0,0,0.25); */
}

.nav2 .menublock li a {
	color: #fff;
   color: #213C84 !important;
}

.nav2 ul li:hover,
.nav2 ul li.active:not(.nocontainer) {
	background-color: #C92532;
}

.nav2 .menublock,
.nav2 .dropdown {
	position: absolute;
	margin: 0px auto;
	right: 0px;
	left: 0px;
	top: auto;
	width: 100%;
	display: none;
}

.nav2 .dropdown {
	background-color: #C92532;
	float: left;
	display: inline-block;
	padding: 0px;
	position: static;
	display: none;
}

.nav2 .dropdown a:hover {
	background-color: rgba(0,0,0,0.15);
}

.nav2 .menublock a:hover {
	text-decoration: underline;
}

/*.nav2 ul li:hover .menublock,
.nav2 ul li:hover .dropdown,
*/
.nav2 ul li.active .menublock,
.nav2 ul li.active .dropdown {
	display: block;
}

.nav2 .dropdown li {
	float: none;
}

/*
.pagesdropdown li {
	width: 50%;
}
*/


#projectslider .column-1-4 {
   padding-left: 5px;
   padding-right: 5px;
}

#projectslider .slick-next {
   right: 50px;
   z-index: 100px;
}

#projectslider .slick-prev {
   left: 50px;
   z-index: 100px;
}

#projectslider .slick-prev:before, 
#projectslider .slick-next:before {
   font-family: "Font Awesome 5 Pro";
   font-size: 125px;
}   
   #projectslider .slick-prev, 
   #projectslider .slick-next {
   height: 125px;
   z-index: 100;
   width: 47px;
}


/* - - - - - S E A R C H - B L O C K - - - - - */

#searchblock {
	padding: 30px 0px;
   padding-bottom: 45px;
	background-color: #213C84;
	color: #fff;
   margin-bottom: 50px;
   border-top: 1px solid rgba(255, 255, 255, 0.15);
}

#searchblock .quicksearchform { 
	position: relative;
}

#searchblock #searchtypes_more {
	cursor: pointer;
}

#searchblock h2 {
	margin-bottom: 30px;
}

#searchblock input[type=text],
#searchblock select,
#searchblock label {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	border: none;
	border-radius: 0px;
	box-shadow: 0px;
	font-size: 16px;
	color: #585858;
	-webkit-appearance: none;
	outline: none;
}

#searchblock #searchtype label {
	width: auto;
	text-align: center;
	font-weight: 400;
	cursor: pointer;
	color: #fff;
	padding: 0px 15px;
	background-color: transparent;
}

#searchblock #searchtype input:checked + label {
	background-color: rgba(255, 255, 255, 0.30);
}

#searchblock #searchtype input {
	display: none;
}

#searchblock input[type=text] {
	text-indent: 15px;
}

#searchblock select {
	text-indent: 60px;
}

#searchblock .form-group {
	position: relative;
}

#searchblock .form-group label {
	color: #B1B1B1;
	position: absolute;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	left: 0px;
	top: 0px;
	font-size: 15px;
	font-weight: 500;
}

#searchblock .row {
	margin-left: -5px !important;
	margin-right: -5px !important;
}

#searchblock .column-1-6,
#searchblock .column-1-2 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

#searchblock button,
#newsletterhome button {
	width: 85%;
	float: right;
	height: 58px;
	line-height: 35px;
	box-shadow: 0px 2px 0px rgba(255,255,255,0.35);
	border-radius: 4px;
	background-color: #fff;
	font-weight: 700;
	border: none;
	color: #585858;
}

#searchblock button {
	background-color: #C92532;
	color: #fff;
	box-shadow: none;
	transition: all 0.3s;
}

#searchblock button:hover {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.35);
	background-color: #b01523;
	transition: all 0.2s;
}

#specificsearch {
	margin-top: -50px;
}

#specificsearch a {
	color: #213C84;
	margin: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	display: inline-block;
}

#comcol-homepage {
  background-color: #F0F3FA;
  padding: 40px 0px;
}

#specificsearch {
   display: none;
}

#comcol-homepage a .grid-item {
   border: 1px solid #C7CEE0;
   border-radius: 8px;
   background-color: #fff;
   padding: 55px 0px;
   text-align: center;
}

#comcol-homepage a:hover .grid-item {
   box-shadow: 0px 0px 20px #b3b9ca;
   border: 0px;
}

#comcol-homepage a.column-1-2 p {
   margin: 0px;
   margin-top: 15px;
   display: block;
}

/* - - - F E A T U R E D L I S T I N G S - H O M E P A G E - - - */

#featuredlistings,
#newsletterhome {
	margin: 50px auto;
}

#featuredlistings {
   margin-bottom: 25px;
}

#featuredlistings .column-1-3 {
	font-size: 16px;	
	color: #595959;
   margin-bottom: 25px;
}

#featuredlistings .column-1-3 h4,
#homeprojects .text1 {
	color: #213C84;
	font-size: 16px;
	margin: 15px 0px;
	display: inline-block;
}

#homeprojects .text1 {
	margin-top: 15px;
	font-weight: bold;
	margin-bottom: 0px;
	width: 100%;
	text-align: center;
}

#homeprojects .text2 {
	font-size: 14px;
	color: #595959;
	text-align: center;
	width: 100%;
	display: inline-block;
}

#homeprojects a:hover {
	text-decoration: underline;
}

#newsletterhome input[type=email] {
	height: 58px;
	border-radius: 3px;
	border: 1px solid rgba(151, 151, 151, 0.5);
	width: 100%; 
	margin-right: 10px;
	max-width: 100%;
	padding: 0px 15px;
	float: left;
}

#newsletterhome .button {
	background-color: #213C84;
	color: #fff;
	width: auto;
	display: inline-block;
	padding: 0px 30px;
	float: none;
	border: none;
	height: 58px;
	border-radius: 5px;
	font-weight: bold;
}

#newsletterhome .button:hover {
	background-color: #1c3371;
}

#newsletterhome p {
	margin: 10px 0px;
	margin-bottom: 25px;
}

/* - - - O V E R V I E W - P A G E - - - */


#overviewoptions {
	width: 100%;
	font-weight: 400;
	color: #b1b1b1;
}

#overviewoptions label {
	font-weight: 400;
	margin-right: 15px;
}

#overviewoptions a {
	color: #b1b1b1;
	margin-right: 20px;
}

#overviewoptions a i {
	margin-right: 5px;
}

#overviewoptions a.active,
#overviewoptions a:hover {
	color: #585858;
	text-decoration: none;
}

#overviewoptions select {
	border: none;
	color: #585858;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: right;
	outline: none;
	padding: 0px 5px;
}

#overviewtypeblock, #filterchoice {
	float: left;
}

#sortbyblock {
	float: right;
	display: inline-block;
	width: auto;
}

#savesearchblock {
	position: absolute;
	z-index: 500;
	color: white;
}

#savesearchblock a {
	color: white;
}

#filterblock {
	line-height: 28px;
}

#filterblock .filteritem {
	margin-bottom: 35px;
}

#filterblock #hometypeblock label {
   text-transform: capitalize;
}

#filterblock strong {
	width: 100%;
	display: inline-block;
}

#filterblock input {
	margin-right: 5px;
}

#filterblock label {
	font-weight: normal;
}

.listing h4.overview_title {
	font-size: 19px;
	line-height: 26px;
	color: #213C84;
	margin-bottom: 5px;
}

.listing {
	padding: 35px 0px;
	border-bottom: 1px solid rgba(198, 198, 198, 0.5);
}

.listing a:hover {
	text-decoration: none;
}

.listing .overview_price {
	color: #585858;
	display: inline-block;
	float: left;
	width: 30%;
}

.listing .overview_area {
	color: #B1B1B1;
}

.listing .remaxcollections {
	float: right;
	margin-top: -10px;
}

.listing p,
.listing label {
	color: #585858;
}

.listing label {
	font-weight: normal;
	margin-right: 25px;
	margin-bottom: 0px;
}

.listing .overview_price.sold {
	text-decoration: line-through;
}

.listingmap label {
	width: 100%;
	margin-bottom: 10px;
}

.listingmap .column-1-2 {
	width: 40%;
	margin-top: 10px;
}

.listingmap .column-1-2.listingimage {
	width: 60%;
}

.listingmap .remaxcollections {
	margin-top: -10px;
}

.map-overview-content #overviewoptions {
	margin-top: 25px;
}

.listing label i {
	margin-right: 5px;
}

.listing .label.label-danger,
.column-1-3 .overview_image_message {
	height: 27px;
	position: absolute;
	bottom: 10px;
	left: 25px;
	border-radius: 0px;
	background-color: #C92532;
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
	padding: 0px 15px;
	z-index: 500;
}

.column-1-3 .overview_image_message {
   left: 10px;
}

.overview_description {
	width: 85%;
}

/* - - - D E T A I L - P A G E - - - */

.detailcontainer {
	max-width: 1200px;
	margin: 15px auto;
	margin-bottom: 0px;
}

[class*='detailcontainer'],
.detailcontainer [class*='column-'] {
	padding-left: 5px;
	padding-right: 5px;
}

.detailcontainer .row {
	margin-left: -5px;
	margin-right: -5px;
}

.detailcontainer .grid-item {
	margin: 5px 0px;
	min-height: 135px;
}

.crumb {
	height: 50px;
	color: #213C84;
	font-weight: 500;
	background-color: rgba(33, 60, 133, 0.15);
	margin-bottom: 25px;
}

.crumb i {
	margin: 0px 5px;
	color: #C92532;
}

.crumb a {
	line-height: 50px;
	font-weight: 500;
	color: #213C84;
}

#objectheader h1 {
	font-size: 26px;
	line-height: 36px;
	color: #213C84;
	font-weight: 800;
   max-width: 85%;
}

#objectheader .float-right {
	float: right;
}

#objectheader a.sharebutton {
	height: 40px;
	min-width: 40px;
	border: 1px solid #213C84;
	color: #213C84;
	border-radius: 3px;
	display: inline-block;
	line-height: 38px;
	margin-top: 0px;
	margin-right: 5px;
	text-align: center;
	float: left;
	text-decoration: none;
}

#objectheader a:hover {
	background-color: #213C84;
	color: #fff;
	text-decoration: none;
}


#objectheader a {
	padding: 0px 15px;
}

#objectheader #share_content {
	position: absolute;
	z-index: 100;
	border: 1px solid #213C84;
	color: #213C84;
	background-color: #fff;
	margin-top: 39px;
	right: 5px;
}

#objectheader #share_content:not(.show) {
	display: none;
}

#objectheader #share_content a {
	display: block;
	padding: 5px 15px;
}

#objectheader #share_content a i {
	width: 20px;
}


#objectheader .area {
	color: #B1B1B1;
	margin-top: 5px;
	margin-bottom: 15px;
   max-width: 85%;
}

#objectheader .price {
	font-size: 19px;
	color: #000;
	font-weight: 700;
}

#objectheader .price.soldprice {
	text-decoration: line-through;
}

.favorite_item {
	font-size: 19px;
	cursor: pointer;
	height: 40px;
	width: 40px;
	border: 1px solid #213C84;
	color: #213C84;
	display: inline-block;
	border-radius: 3px;
	display: inline-block;
	line-height: 38px;
	margin-top: 0px;
	margin-right: 5px;
	text-align: center;
	float: left;
}


.favorite_item i.fal {
	color: #213C84;
}

.favorite_item i.fas {
	color: #213C84;
}

#detail-button {
	border-bottom: 1px solid #C5C9D4;
	max-width: 1180px;
	margin-top: 0px;
}

#detail-button-row {
	margin: 5px 0px;
	margin-bottom: 7px;
	text-align: left;
}

#detail-button-row button.btn,
#detail-button-row a#map_button {
	border: none;
	background-color: transparent;
	font-size: 16px;
	color: #213C84;
	font-weight: 300;
	margin-left: 0px;
	margin-right: 20px;
	padding-right: 0px;
	padding-left: 0px;
}

#detail-button-row button.btn i,
#detail-button-row a#map_button i {
	margin-right: 5px;
}

#detail-button-row button.btn:hover,
#detail-button-row a#map_button:hover {
	color: #C92532;
}
#map_canvas {
	width: 800px;
	height: 600px;
}

#detail-button-row #map_canvas {
	display: none;
}

#content-detail-container h3 {
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 15px;
   color: #0F1C36;
}

#content-detail-container h4 {
	margin-bottom: 10px;
}

#content-detail-container .column-2-3 p {
	line-height: 26px;
	padding-right: 10%;
}

#content-detail-container .column-2-3 p.description-text {
	font-size: 22px;
	line-height: 32px;
}

#content-detail-container #description.collapsed {
	height: 200px;
	overflow: hidden;
	position: relative;;
}

#content-detail-container #description.collapsed:after {
    position: absolute;
    width: 100%;
    height: 5rem;
    bottom: 0;
    left: 0;
    content: "";
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));
    background: linear-gradient(hsla(0,0%,100%,0),#fff);
}

#showdescription {
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 15px;
}

#showdescription:hover {
	background-color: transparent;
	border: none;
}

.carousel-inner.img-responsive img {
	width: 100%;
}

.table thead&gt;tr&gt;th, .table tbody&gt;tr&gt;th, .table tfoot&gt;tr&gt;th, .table thead&gt;tr&gt;td, .table tbody&gt;tr&gt;td, .table tfoot&gt;tr&gt;td {
	padding: 5px 0px;
	font-weight: 500;
	border: none;
}

#content-detail-container #propertytable td:first-child {
	width: 35%;
}

#content-detail-container #propertytable td:nth-child(2n) {
	color: #213C84;
}

.agent-image_detail {
	margin-right: 15px;
   margin-bottom: 15px;
   width: 25%;
}

#detail_agentlist .btn {
	width: 100%;
	border: none;
	padding: 10px 15px;
	text-align: left;
	margin-top: 15px;
	width: auto;
}

.projectitems tr {
	border-bottom: 1px solid #e1e1e1;
	margin: 5px 0px;
}

.projectitems tr td a {
	margin: 5px 0px;
	display: inline-block;
}

.btn:active, .btn.active {
	box-shadow: none; 
}

#showdescription {
	color: #213C84;
	border: none;
}

.fancybox-skin {
	padding: 0px !important;
}

#partners .partnerblock_content .partnerblock_item {
	margin-bottom: 25px;
} 

#prospectus_button {
   height: 45px;
   line-height: 45px;
   background-color: #b1bcc5;
   border-radius: 4px;
   text-shadow: 1px 1px 0px rgba(0,0,0,0.15);
   font-size: 22px;
   padding-left: 15px;
   display: inline-block;
   color: #fff;
   text-decoration: none;
   font-weight: 500;
}

#prospectus_button label {
   float: right;
   width: 45px;
   height: 45px;
   line-height: 45px;
   font-size: 20px;
   background-color: #385879;
   border-radius: 0px 4px 4px 0px;
   text-align: center;
   margin-left: 15px;
}
#prospectus_button:hover {
   background-color: #385879;
}


/* - - - S T A T I C P A G E S - - - */

.leftcontainer .block {
	line-height: 24px;
}

.leftcontainer .block h1,
#subcatpage h1 {
	font-size: 40px;
	line-height: 50px;
	color: #585858;
   color: #213C84;
	font-weight: 800;
	margin-top: 20px;
	margin-bottom: 5px;
}

.leftcontainer .block h2 {
	font-size: 32px;
	line-height: 42px;
	font-weight: 800;
}

.detail_right_block .button_social {
	width: 40px;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 40px;
}

.detail_right_block .button_social.facebooka {
	color: #3f5c98;	
}

.detail_right_block .button_social.twittera {
	color: #33ccff;
}

.detail_right_block .button_social.linkedina {
	color: #0274b3;
}	

.detail_right_block .button_social i {
	line-height: 40px;
}

/* - - - F O O T E R - - - */

footer {
	background-color: #EAECEF;
	color: #898F9A;
	padding: 25px 0px;
   padding-bottom: 0px;
	margin-top: 75px;
	background-image: url(/img/palmtree.png);
	background-position: right 50px bottom;
	background-repeat: no-repeat;
	position: relative;
}

footer #disclaimer {
   margin-top: 35px;
   background-color: rgba(0,0,0,0.05); 
   padding: 10px 0px;
   padding-top: 15px;
}

footer #footerlogo {
	margin-left: 25px;
	position: absolute;
}

footer #footerlogo img {
	margin-bottom: 15px;
}

footer h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

footer a {
	font-size: 13px;
	color: #898F9A;
	line-height: 19px;
}

footer i {
	font-size: 28px;
	margin-right: 15px;
}


#commercialblock a {
	color: #213C84;
	font-weight: bold;
}</pre></body></html>