
/* ------------------------------------------------------------------------- */

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-it-webfont.eot');
    src: url('../fonts/sourcesanspro-it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-it-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-it-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-it-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-it-webfont.svg#source_sans_proitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro Semibold';
    src: url('../fonts/sourcesanspro-semibold-webfont.eot');
    src: url('../fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro Light';
    src: url('../fonts/sourcesanspro-light-webfont.eot');
    src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ------------------------------------------------------------------------- */

html {
	position: relative; 
	min-height: 100%;
}

body {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	background: #fff;
}

.container {
	width: 1050px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

/* ------------------------------------------------------------------------- */

#header {
	background: #fff;
	position: relative;
}

#header .container {
	overflow: hidden;
	width: 1170px;
}

/* ------------------------------------------------------------------------- */

#logo {
	float: left;
	height: 100px;
	padding-top: 40px;
}

/* ------------------------------------------------------------------------- */

#mainmenu {
	float: right;
	padding-top: 24px;
	padding-bottom: 24px;
}

#mainmenu ul {
	list-style-type: none;
}

#mainmenu ul li {
	float: left;
}

#mainmenu ul li a {
	font-size: 16px;
	/** text-transform: uppercase; **/
	color: #1a171b;
	font-weight: bold;
	display: block;
	margin-left: 22px;
}

#mainmenu ul li a:hover,
#mainmenu ul li.selected a {
	color: #73c9e2;
}

/* ------------------------------------------------------------------------- */

#responsive-menu-button {
	display: none;
	background: #73c9e2;
	color: #fff;
	padding-left: 11px;
	padding-top: 2px;
	position: absolute;
	right: 25px;
	bottom: 23px;
}

#responsive-menu-button .hamburger {
	padding: 9px;
}

#responsive-menu-button .hamburger-box {
	height: 12px;
}

#responsive-menu-button .hamburger-inner, 
#responsive-menu-button .hamburger-inner::before, 
#responsive-menu-button .hamburger-inner::after {
	height: 3px;
	width: 34px;
}

#responsive-menu-button .hamburger .hamburger-inner,
#responsive-menu-button .hamburger .hamburger-inner::after,
#responsive-menu-button .hamburger .hamburger-inner::before {
	background-color: #fff;
}

#responsive-menu-button .hamburger.is-active .hamburger-inner,
#responsive-menu-button .hamburger.is-active .hamburger-inner::after,
#responsive-menu-button .hamburger.is-active .hamburger-inner::before {
	background-color: #fff;
}

#responsive-menu-button span.text {
	font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	vertical-align: text-bottom;
	cursor: pointer;
}

/* ------------------------------------------------------------------------- */

#responsive-menu {
	display: none;
	background: #73c9e2;
	margin-bottom: 10px;
	position: relative;
	z-index: 100;
	position: absolute;
	left: 0;
	right: 0;
}

#responsive-menu ul {
	list-style-type: none;
}

#responsive-menu ul li a {
	color: #1a171b;
	font-size: 16px;
	margin: 0 22px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	display: block;
	padding: 10px 0;
	text-align: center;
}

#responsive-menu > ul > li.has-sub > a:after,
#responsive-menu > ul > li.has-sub > a.open:after {
	font-family: 'FontAwesome';
	font-size: 12px;
	line-height: 20px;
	float: right;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: bottom;
}

#responsive-menu > ul > li.has-sub > a:after {
    content: "\f067";
}

#responsive-menu > ul > li.has-sub > a.open:after {
    content: "\f00d";
}

#responsive-menu ul li a:hover,
#responsive-menu ul li.selected > a {
	color: #fff;
}

#responsive-menu ul ul li {
	border-bottom: 0;
}

#responsive-menu ul ul li a {
	color: #fff;
	background: #aaa;
	font-size: 16px;
	padding: 5px 0 5px 20px;
	text-transform: none;
}

#responsive-menu ul ul li a:hover,
#responsive-menu ul ul li.selected > a {
	color: #e95612;
}

#responsive-menu ul ul ul {
	margin-bottom: 0;
}

#responsive-menu ul ul ul li a {
	padding-left: 40px;
}

/* ------------------------------------------------------------------------- */

#slider-container {
	position: relative;
}

/* ------------------------------------------------------------------------- */

#slider {
	position: relative;
}

#slider .slide {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;	
	z-index: -1;
}

#slider .slide:focus,
#slider .slide:hover,
#slider .slide:active {
	outline: none;
}

#slider .slide:first-child {
	position: relative;
	z-index: 0;
}

#slider img {
	width: 100%;
}

/* ------------------------------------------------------------------------- */

#slider .slick-prev,
#slider .slick-next {
	position: absolute;
	top: 50%;
	width: 24px;
	height: 36px;
	z-index: 100;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	margin-top: -18px;
}

#slider .slick-prev {
	left: 33px;
	background: transparent url("../images/slider_arrow_left.png") no-repeat center center;
}

#slider .slick-next {
	right: 33px;
	background: transparent url("../images/slider_arrow_right.png") no-repeat center center;
}

/* ------------------------------------------------------------------------- */

#slider-tags {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	text-align: center;
	margin-top: -24px;
}

#slider-tags ul {
	list-style-type: none;
	display: inline-block;
}

#slider-tags ul li.slide-tag {
	font-size: 36px;
	font-weight: bold;	
	color: #fff;
	text-transform: uppercase;
	float: left;
	margin-right: 30px;
	cursor: pointer;
}

#slider-tags ul li.slide-tag.selected {
	color: #73c9e2;
}

#slider-tags ul li.slide-tag:last-child {
	margin-right: 0;
}

/* ------------------------------------------------------------------------- */

#squares {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

#squares .container {
	width: 1360px;
}

#squares .square {
	width: 80px;
	height: 80px;
	background: #73c9e1;
	margin-left: 13px;
	float: right;
}

/* ------------------------------------------------------------------------- */

#header-image {
	position: relative;
	text-align: center;
}

#header-image p {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	font-weight: bold;
	font-size: 36px;
	margin-top: -18px;
	color: #fff;
	text-transform: uppercase;
}

/* ------------------------------------------------------------------------- */

#content #projects {
	text-align: center;
}

#content #projects .row {
	margin: 0 -22px;
}

#content #projects .col {
	padding: 0 22px;
}

#content #projects p {
	font-size: 18px;
	margin: 15px 0 40px 0;
}

/* ------------------------------------------------------------------------- */

.issuu-embed-container {
	position: relative;
	padding-bottom: 56.25%; /* set the aspect ratio here as (height / width) * 100% */
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.issuu-embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------------------------- */

#content .text {
	width: 50%;
}

#content .text-image-block {
	margin-bottom: 30px;
}

#content .text-image-block .row {
	margin: 0 -15px;
}

#content .text-image-block .col {
	padding: 0 15px;
}

#content .text-image-block a.lightbox {
	display: block;
}

#content .text-image-block .responsive-image {
	display: none;
	margin-bottom: 20px;
}

#content .text-image-block h2 {
	text-align: left;
}

/* ------------------------------------------------------------------------- */

#content .google-maps-container {
	height: 600px;
	overflow: hidden;
	margin-bottom: -60px;
}

#content .google-maps {
	position: relative;
    padding-bottom: 90%;
    height: 0;
    overflow: hidden;
	margin-bottom: 15px;
}

#content .google-maps iframe {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------------------------- */

#content .video {
	margin-bottom: 15px;
}

#content .custom-video video {
	width: 100%;
	outline: none;
}

#content .youtube-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}
 
#content .youtube-video iframe,
#content .youtube-video object,
#content .youtube-video embed {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------------------------- */

#content {
	padding: 60px 0;
	position: relative;
}

#content .centered-text {
	width: 805px;
	margin: 0 auto;
	text-align: center;
}

/* ------------------------------------------------------------------------- */

#content .button-container {
	text-align: center;
	margin-bottom: 15px;
}

#content .button {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	padding: 6px 50px 6px 20px;
	text-decoration: none !important;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 30px;
	font-size: 30px;
	cursor: pointer;
	border: 0;
	color: #fff;
	background: #73c9e1 url("../images/button_arrow.png") no-repeat right center;
	background-position: right 10px center;
}

#content .button.small {
	background-image: none;
	font-size: 18px;
	padding-right: 20px;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}

#content .button.small.top {
	position: absolute;
	left: 10px;
	top: -60px;
}

#content .button.small.bottom {
	position: absolute;
	left: 10px;
	bottom: -60px;
}

#content .button.small i {
	font-size: 17px;
	margin-right: 3px;
}

#content .button.small.centered {
	display: block;
	text-align: center;
	margin-bottom: 22px;
}

/* ------------------------------------------------------------------------- */

#content .two-col-text {
	font-size: 18px;
	margin-bottom: -25px;
}

#content .two-col-text .left {
	text-align: left;
}

#content .two-col-text .right {
	text-align: right;
}

#content .two-col-text p {
	line-height: 25px;
}

/* ------------------------------------------------------------------------- */

#content #immo-list .left {
	float: left;
	width: 64%;
}

#content #immo-list .right {
	float: left;
	width: 36%;
	padding-top: 20px;
	padding-left: 23px;
}

#content #immo-list {
	font-size: 18px;
}

#content #immo-list .row {
	margin-bottom: 46px;
}

#content #immo-list h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

#content #immo-list p {
	margin-bottom: 10px;
}

/* ------------------------------------------------------------------------- */

#content #immo-details {
	overflow: hidden;
	margin: 0 -20px;
}

#content #immo-details .left,
#content #immo-details .right {
	width: 50%;
	float: left;
	padding: 0 20px;
}

#content #immo-details h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #73c9e2;
	text-align: left;
	margin: 0;
}

#content #immo-details div.gallery a {
	margin: 0;
}

#content #immo-details .slider-nav {
	margin-bottom: 20px;
}

#content #immo-details .slider-nav img {
	cursor: pointer;
	padding: 5px 6px;
}

#content #immo-details .slider-nav .slick-prev,
#content #immo-details .slider-nav .slick-next {
	position: absolute;
	top: 50%;
	width: 24px;
	height: 36px;
	border: 0;
	background: transparent;
	color: transparent;
	z-index: 1;
	display: inline-block;
	margin-top: -13px;
	cursor: pointer;
}

#content #immo-details .slider-nav .slick-prev:before,
#content #immo-details .slider-nav .slick-next:before {
	position: absolute;
	top: 50%;
	width: 24px;
	height: 36px;
	z-index: 100;
	border: 0;
	cursor: pointer;
	margin-top: -13px;
	display: inline-block;
	text-decoration: none;
	font-family: 'FontAwesome';
	font-size: 26px;
	vertical-align: bottom;
	color: #fff;
	z-index: 0;
}

#content #immo-details .slider-nav .slick-prev:before {
	left: 5px;
	content: "\f053";
}

#content #immo-details .slider-nav .slick-next:before {
	right: 5px;
	content: "\f054";
}

#content #immo-details .slider-nav .slick-prev {
	left: 5px;
}

#content #immo-details .slider-nav .slick-next {
	right: 5px;
}

/* ------------------------------------------------------------------------- */

#content a {
	color: #73c9e2;
	text-decoration: none;
}

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

#content h1,
#content h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin: 0 0 45px 0;
	text-transform: uppercase;
	text-align: center;
}

#content h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 28px;
	line-height: 30px;
}

#content ul,
#content ol {
	list-style-position: outside;
	margin-left: 20px;
}

#content ul {
	list-style-type: disc;
}

#content ul ul,
#content ol ol {
	margin-top: 7px;
	margin-bottom: 0;
}

#content ul li,
#content ol li {
	margin-bottom: 7px;
}

#content ul li:last-child,
#content ol li:last-child {
	margin-bottom: 0;
}

#content table 	{
	border: 1px solid #cbcbcb;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
    empty-cells: show;
	width: 100%;
}

#content table thead {
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

#content table th,
#content table thead td {
	font-weight: bold;
	background-color: #e0e0e0;
	background-color: rgba(224, 224, 224, 0.4); 
}

#content table td, 
#content table th {
	padding: 12px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #cbcbcb;
}

#content table td p {
	margin: 0;
}

#content .table-container {
	width: 100%;
	overflow-x: auto;
	margin: 10px 0 20px 0;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0)));
	background-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -webkit-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-image: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -moz-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-image: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -o-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-image: linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-position: 0 0, 100% 0, 0 0, 100% 0;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 4em 100%, 4em 100%, 1em 100%, 1em 100%;
	background-attachment: local, local, scroll, scroll; 
}

#content hr {
	border: 0;
	height: 0;
	border-top: #000000 1px solid;
	margin-top: 50px;
	margin-bottom: 50px;
}

/* ------------------------------------------------------------------------- */

#content a[href^="tel"] {
	border-bottom: 1px dotted #005895; 
}

#content a[href^="tel"]:hover {
	text-decoration: none;
}

#content a[href^="http://"],
#content a[href^="https://"] {
	position: relative;
	padding-right: 13px;
	margin-right: 1px;
	display: inline-block;
}

#content a[href^="http://"]:after,
#content a[href^="https://"]:after {
	display: inline-block;
	text-decoration: underline;
    content: "\f061";
	font-family: "FontAwesome";
	font-size: 13px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 0;
	top: -3px;
}

/* ie fix */
#content a[href^="http://"]:after,
#content a[href^="https://"]:after,
#content a[href^="http://"]:hover:after,
#content a[href^="https://"]:hover:after {
	text-decoration: none;
}

#content a.not-extern {
	padding-right: 0;
	margin-right: 0;
}

#content a.not-extern:after {
	content: "";
}

#content a[href $=".pdf"],
#content a[href $=".zip"],
#content a[href $=".doc"],
#content a[href $=".docx"] {
	display: inline-block;
}

#content a[href $=".pdf"]:before,
#content a[href $=".zip"]:before,
#content a[href $=".doc"]:before,
#content a[href $=".docx"]:before {
	display: inline-block;
	text-decoration: none;
	font-family: 'FontAwesome';
	font-size: 1.1em;
	margin-right: 3px;
	vertical-align: bottom;
}

#content a[href $=".pdf"]:before {
	content: "\f1c1";
}

#content a[href $=".zip"]:before {
	content: "\f1c6";
}

#content a[href $=".doc"]:before,
#content a[href $=".docx"]:before  {
	content: "\f1c2";
}

/* ------------------------------------------------------------------------- */

#content a.lightbox,
#content a.lightbox-gallery {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

#content a.lightbox:before ,
#content a.lightbox-gallery:before  {
	font-family: 'FontAwesome';
	content: "\f002";
	color: #fff;
	font-size: 24px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	position: absolute; 
	right: 12px;
	bottom: 12px;
	display: none;
}

.no-touch #content a:hover.lightbox:before,
.no-touch #content a:hover.lightbox-gallery:before {
	display: block;
}

/* ------------------------------------------------------------------------- */

#content div.image,
#content div.image a {
	max-width: 100%;
	background: 0;
	padding: 0;
}

#content div.image.left {
	float: left;
}

#content div.image.right {
	float: right;
}

#content div.image.center {
	text-align: center;
}

#content div.image.float {
	width: 40%;
}

#content div.image.float.left  {
	margin: 3px 15px 15px 0;
}

#content div.image.float.right {
	margin: 3px 0 15px 15px;
}

#content div.image.separate {
	margin: 0 0 15px 0;
}

#content div.gallery {
	margin-bottom: 5px;
}

#content div.gallery a {
	float: left;
	margin: 0 15px 10px 0;
	width: 100%;
}

#content div.gallery .row {
	overflow: visible;
	margin: 0 -5px;
}

#content div.gallery .col {
	padding: 0 5px;
}

/* ------------------------------------------------------------------------- */

#footer,
#footer .container {
	background: #4b4b4d;
	color: #fff;
	padding: 20px 20px 45px 20px;
	overflow: hidden;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer .right {
	float: right;
	text-align: right;
}

#footer .right ul {
	list-style-type: none;
	display: inline-block;
	margin-bottom: 15px;
}

#footer .right ul li {
	float: left;
	margin-left: 5px;
}

#footer .right ul li:after {
	content: "|";
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-left: 5px;
}

#footer .right ul li:last-child:after {
	content: "";
	margin-right: 0;
}

#footer .right ul li a {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#footer .right ul li a:hover {
	text-decoration: underline;
}

#footer .right p {
	font-size: 16px;
	margin: 0;
}

#footer .left {
	float: left;
	text-align: left;
}

#footer .left p {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 20px 0;
}

#footer #social {
	float: right;
}

#footer #social a#facebook-link {
	display: block;
	font-size: 45px;
	margin-bottom: 10px;
	float: left;
}

#footer #social a#instagram-link {
	display: block;
	font-size: 45px;
	margin-bottom: 10px;
	float: left;
	margin-left: 20px;
}

/* ------------------------------------------------------------------------- */

#rexx-form {
    margin: 0 0 20px 0;
    padding: 10px 0 20px 0;
}

#rexx-form form {
    position: relative;
}

#rexx-form label {
	margin-bottom: 3px;
}

#rexx-form .control {
    overflow: hidden;
    margin: 5px 0;
}

#rexx-form .control.robotron {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}

#rexx-form .control.textfield input,
#rexx-form .control.textarea textarea,
#rexx-form .control.select select {
    color: #000;
    background: #EDEDEE;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid #EDEDEE;
    padding: 12px 8px;
    margin: 0;
    width: 100%;
    float: left;
	margin-bottom: 10px;
}

#rexx-form .control.textarea textarea {
    height: 200px;
}

#rexx-form .control.submit-button button {
    color: #fff;
    background: #A9A9A9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px 0 0 0;
    padding: 12px 12px;
    cursor: pointer;
    border: 0;
}

#rexx-form .control.validate-alert.textfield input, 
#rexx-form .control.validate-alert.textarea textarea,
#rexx-form .control.validate-alert.select select {
     border: 1px solid #FF0000;
}

#rexx-form .validate-alert-text {
    color: #FF0000;
}

#rexx-form p {
    margin: 10px 0;
}

#rexx-form p.required-msg {
    text-align: right;
    font-size: 16px;
}

#rexx-form .control.validate-alert.checkbox {
	border: 1px solid red;
}

#rexx-form .control.validate-alert.checkbox #privacy_check {
	margin-bottom: 0;
}

#rexx-form .control.checkbox label {
	display: block;
}

#rexx-form #privacy_check {
	float: left;
	margin-bottom: 20px;
}

#rexx-form .form-messages {
	font-weight: bold;
}

/* ------------------------------------------------------------------------- */

.clearer {
	clear: both;
}

.spacer {
	height: 15px;
	display: block;
	clear: both;
}

.hide { 
	display: none;
}

/* ------------------------------------------------------------------------- */

@media screen and (max-width: 1360px) {
	#squares .container {
		width: 100%;
	}
}

@media screen and (max-width: 1150px) {
	#header .container {
		width: 100%;
	}

	#mainmenu {
		display: none;
	}

	#responsive-menu-button {
		display: block;
	}

	#slider-tags ul li.slide-tag {
		font-size: 24px;
	}

	#slider .slick-prev, 
	#slider .slick-next {
		display: none !important;
	}

	#squares {
	    right: 20px;
	}

	#squares .square {
		width: 60px;
		height: 60px;
	}

	#content #projects .row {
		margin: 0 -8px;
	}

	#content #projects .col {
		padding: 0 8px;
	}

	.container {
		padding: 0 15px;
	}
}

@media screen and (max-width: 1050px) {
	.container {
		width: 100%;
	}

	#content #immo-list .row {
		margin-left: 0 !important;
		margin-right: 0 !important;		
		margin-bottom: 0;
	}

	#content #immo-list .col {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 850px) {
	#content .centered-text {
		width: 100%;
	}

	#content div.gallery .col,
	#content #projects .col {
		width: 50%;
	}

	#content div.gallery .row,
	#content #projects .row {
		overflow: visible;
	}
}

@media screen and (max-width: 750px) {
	#content div.image, 
	#content div.image a,
	#content div.image img,
	#content div.image.float {
		width: 100%;
	}

	#content div.gallery .col,
	#content #projects .col {
		width: 100%;
	}

	#content .text-image-block .col {
		width: 100%;
	}

	#content .text-image-block .responsive-image {
		display: block;
	}

	#content .text-image-block .col.normal-image {
		display: none;
	}

	body {
		font-size: 16px;
	}

	#content p {
		line-height: 25px;
	}

	#content h1,
	#content h2 {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 20px;
	}

	#squares,
	#slider-tags {
		display: none;
	}

	#content {
		padding: 30px 0;
	}

	#content hr {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	#content .button {
		font-size: 19px;
	}

	#footer, 
	#footer .container {
		padding: 10px;
	} 

	#logo {
		padding-top: 20px;
		margin-bottom: 60px;
		height: auto;
	}

	#responsive-menu-button {
		bottom: 0;
		right: 0;
		left: 0;
	}

	#responsive-menu-button span.text {
		display: none;
	}

	#responsive-menu-button .hamburger {
		float: right;
	}

	#footer .right p,
	#footer .left p,
	#footer .right ul li a {
		font-size: 16px;
	}

	#header-image p {
		font-size: 28px;
	}

	#content .two-col-text .right {
		text-align: left;
	}

	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;		
	}

	.col {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#content .google-maps-container {
		height: auto;
		margin-bottom: -30px;
	}

	#content #immo-details .left,
	#content #immo-details .right {
		width: 100%;
	}

	#content .button.small.top {
		top: -30px;
	}

	#content .button.small.bottom {
		bottom: -30px;
	}

	#content #immo-details {
		padding-top: 30px;
	}

	#content #immo-list .left,
	#content #immo-list .right {
		width: 100%;
		padding: 10px 0 10px 0;
	}
}

@media screen and (max-width: 550px) {
	#footer .right {
		width: 100%;
		text-align: left;
	}

	#footer #social {
		float: left;
	}
}

/* ------------------------------------------------------------------------- */

