@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600');
@import url('../css/animate.css');
@import url('../css/fontawesome/css/font-awesome.min.css');
body {
	background-color: rgba(245,244,249,1.00);
	color: #333333;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
}
.wrapper {
	max-width: 1300px;
	background-color: rgba(255,255,255,1.00);
	margin: 0 auto;
}
header, footer, .container-fluid, section {
	margin-bottom: 0px;
	min-height: 5px;
	position: relative;
}
.container {
	width: 90%;
	max-width: 1100px;
	padding: 0;
}
row {
	position: relative;
}
.row img {
	width: 100%;
}
.row img.shadow {
	-webkit-box-shadow: 10px 10px 23px 2px rgba(0,0,0,0.11);
	-moz-box-shadow: 10px 10px 23px 2px rgba(0,0,0,0.11);
	box-shadow: 10px 10px 23px 2px rgba(0,0,0,0.11);
}
.row img.rightimage {
	width: 38.5%;
	margin: 4px 0px 10px 3.5%;
	float: right;
	display: inline-block;
}
.row img.leftimage {
	width: 38.5%;
	margin: 0px 3.5% 10px 0;
	float: left;
	display: inline-block;
}
.row img.fullimage {
	width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #eee;
}
.row .img-sizer {
	width: 100%;
	visibility: hidden;
}
.row .img-filler {
	background-size: cover;
	background-position: center;
}
a {
	font-weight: normal;
	color: #555;
}
a:hover, a:active {
	font-weight: normal;
	color: #000;
}
/* header */
h1, h2, h3, h4 {
	color: rgba(255,255,255,1.00);
	margin-top: 40px;
	margin-bottom: 20px;
	line-height: 120%;
	max-width: 700px;
}
h1 {
	font-size: 33px;
}
h2 {
	font-size: 24px;
	margin-bottom: 15px;
}
h3 {
	font-size: 20px;
	margin-bottom: 15px;
}
h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
.subtitle {
	margin-top: 0;
	font-size: 18px;
	font-style: italic
}
/* SECTION COLORS */

.bg-yellow {
	background-color: #fecc00;
}
.bg-white {
	background-color: rgba(255,255,255,1.0);
	color: #666;
}
.bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4 {
	color: rgba(66,66,66,1.00);
}
.bg-orange {
	background-color: #f59c00;
	color: rgba(0,0,0,0.6);
}
.bg-blue {
	background-color: #36567c;
	color: rgba(255,255,255,0.90);
}
.bg-purple {
	background-color: #b83583;
	background: url(../img/design/bg/bg-purple.png);
	background-position: center;
	color: rgba(255,255,255,0.80);
}
.bg-grey {
	background-color: rgba(239,239,239,1.0);
	color: #666;
}
.bg-green {
	background-color: #a2b21d;
	color: rgba(0,0,0,0.6);
}
.bg-darkgreen {
	background-color: #446328;
	color: rgba(0,0,0,0.6);
}
.bg-black {
	background-color: rgba(2,16,17,1.0);
	background: url(../img/design/bg/bg-black.jpg);
	background-position: center;
	color: rgba(255,255,255,0.90);
}
.bg-banner {
	background-position: center;
	background-size: cover;
	height: 450px;
	overflow: hidden;
}
.bg-shade {
	background-color: rgba(0,0,0,0.22);
}
.bg-news {
	background: url(../img/design/bg/bg-newscouple.jpg);
	background-size: cover;
	background-position: center;
	min-height: 550px;
}
.bg-gradient {
	/* black to transparent gradient leftbottom to righttop
	To edit:  http://colorzilla.com/gradient-editor/#000000+0,000000+44,000000+44&0.44+0,0+44 */
	background: -moz-linear-gradient(45deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 30%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 30%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg-gradient.mirror {
	/* black to transparent gradient leftbottom to righttop
	To edit:  http://colorzilla.com/gradient-editor/#000000+0,000000+44,000000+44&0.44+0,0+44 */
	background: -moz-linear-gradient(-125deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 30%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-125deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 30%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(-125deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg-blue a, .bg-purple a {
	color: rgba(255,255,255,0.80);
}
.bg-yellow .bg-shade a {
	color: rgba(255,255,255,0.99);
}
.bg-none a, .bg-gummisko a {
	color: coral;
}
.bg-blue a:hover, .bg-purple a:hover {
	color: rgba(255,255,255,1.00);
}
.bg-purple .maintext h2 {
	color: rgba(0,0,0,0.80);
}
.bg-graphic {
	background-position: -100px bottom;
	background-repeat: no-repeat;
}
.bg-palm {
	background-image: url(../img/design/bg/bg-palm.png);
}
.bg-eiffel {
	background-image: url(../img/design/bg/bg-eiffel.png);
}
.bg-gradient.mirror .bg-graphic {
	background-position: right 45px top 66px;
	;
	background-repeat: no-repeat;
}
/* colors font en bgs */
.ft-yellow {
	color: #fecc00 !important;
}
.ft-orange {
	color: #f59c00 !important;
}
.ft-blue {
	color: rgba(180,213,229,1.00) !important;
}
.ft-black {
	color: rgba(0,0,0,1.00) !important;
}
.ft-purple {
	color: #b83583 !important;
}
.ft-green {
	color: #a2b21d !important;
}
.ft-grey {
	color: #b83583 !important;
	;
}
.ft-white {
	color: #fff !important;
}
.ft-big {
	font-size: 22px;
}
.fa-check {
	color: rgba(0,0,0,0.60);
	margin-right: 5px;
}
.bg-white .fa-check, .bg-grey .fa-check {
	color: rgba(255,255,255,0.80);
}
/* KNOPPEN */
.btn-primary {
	font-size: 16px;
	border-radius: 0;
	border-width: 0px;
	color: #fff;
	padding: 12px 20px;
	margin: 20px 20px 20px 0;
	background:none;
	background-color:rgba(0,0,0,0.80);
	border:0px solid white;
}
.btn-primary:hover {
	background-color: #000;
	border:0px solid #36567c;
}

/* HR */
hr {
	height: 0;
	border: none;
	border-top: 1px dotted #eee;
	margin: 15px 40% 15px 40%;
}
.bg-white hr, .bg-grey hr {
	border-top: 1px dotted #aaa;
}

iframe, .inner iframe, iframe.fb-page {width:100%;}

/*Main navigation*/
.navbar {
	min-height: auto;
}
.navbar-static-top .navbar-header {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 60px;
	z-index: 100;
}
.navbar-static-top .navbar-toggle {
	margin: 10px 20px 0px 0px;
	padding: 0px;
}
.navbar-static-top .navbar-toggle .icon-bar {
	height: 3px;
}
.navbar-static-top .navbar-collapse {
	border-width: 0px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
}
.navbar-nav {
	width: 100%;
}
.navbar-nav li.meta {
	float: right;
}
.navbar-nav li a {
	font-size: 16px;
	text-transform: uppercase;
	margin-right: 0;
	padding: 10px 0 10px 20px;
	white-space: nowrap;
	color: rgba(255,255,255,1.0);
}
.navbar-nav li a .fa-home{
	font-size: 19px;
	
}
.navbar-nav li.meta a {
	text-transform: none;
	padding-left: 0px;
	padding-right: 20px;
	color: rgba(255,255,255,0.8);
}
.navbar-nav li a:hover {
	background: none;
	color: #f59c00;
	text-decoration: underline;
}
.navbar-nav li.active a {
	color: #f59c00;
	text-decoration: none;
}
.navbar-nav li a:active, .navbar-nav li a:visited, .navbar-nav li a:focus {
	/* overruling Bootstrap */
	background: none;
	text-decoration: none;
	border: none;
	outline: none;
}
.navbar {
	margin: 0px;
}
/* HEADER */
header .logo {
	padding: 50px 5% 50px 5%;
	width: 90%;
	max-width: 500px;
	min-width: 350px;
	float: left;
}
header .agentsearch {
	padding: 20px;
}
header .agentsearch-form {
	padding-top: 14px;
	text-transform: uppercase;
}
header .agentsearch input {
	border: 1px solid #b83583;
}
header .agentsearch img {
	min-width: 70px;
	max-width: 80px;
}
header .agentsearch a {
	text-decoration: underline;
	color: #b83583;
	font-weight: 600;
	display: inline-block;
	margin-top: 4px;
}
header .agentsearch a:hover {
	color: #000;
}
/* FOOTER */
footer {
	padding: 40px 0 50px 0;
	font-size: 18px;
}
footer .inner.extraspace {
	padding: 0 0 0 10%;
}
footer, footer a {
	color: rgba(255,255,255,0.8);
}
footer .social a {
	display: inline-block;
	margin-right: 5px;
	padding: 5px 0px 5px 0px;
	width: 37px;
	height: 37px;
	background-color: rgba(255,255,255,1.00);
	color: #000;
	text-align: center;
	border-radius: 50%;
}
footer a:hover, footer a:hover .fa {
	color: #f59c00;
	text-decoration: none;
}
footer .social a:hover, footer .social a:hover .fa {
	background-color: #f59c00;
	color: #000;
}
footer .logo {
	width: 100%;
	margin-bottom: 15px;
	margin-top: 185px;
}
footer .colofon {
	font-size: 12px;
	color: #aaa;
}
.subfooter {
	padding: 10px 20px 10px 20px;
}
.subfooter .anvr img {
	display: inline-block;
	margin-right: 5px;
	width: 40px;
}
.subfooter iframe.trustpilot {
	margin-top: 5px;
	position: relative;
	height: 90px;
	width: 100%;
	border-style: none;
	display: block;
	overflow: hidden;
}
/* Crumbs */
.crumbs {
	position: absolute;
	left: 15px;
	top: 10px;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	z-index: 101;
}
.crumbs a {
	color: rgba(0,0,0,0.50);
	text-decoration: none;
}
.bg-purple .crumbs a, .bg-blue .crumbs a {
	color: rgba(255,255,255,0.50);
}
.crumbs a .fa {
	font-size: 11px;
}
.crumbs a:hover {
	color: rgba(0,0,0,1.00);
	text-decoration: underline;
}
.crumbnav a:hover {
	color: #003e53;
}
/* content main features*/

.inner {
	margin: 40px 3% 30px 3%;
}
.inner.maintext {
	margin: 80px 3% 80px 3%;
}
.intro {
	font-weight: 600;
	font-size: 20px;
	max-width: 700px;
}

/* FORM */
input.form-control, button.btn {
	border-radius: 0 !important;
}
button.btn:hover {
	color: #fff;
}
label {
	margin-top: 12px;
	display: block;
	width: 50%;
	text-transform: uppercase;
	font-size: 14px;
}
.vorm {padding:20px;}
.vorm textarea {
	width: 90%;
	height: 141px;
	margin: 0 0 20px 0;
	padding: 5px 2px 5px 5px;
	background-color: rgba(255,255,255,1.0);
	border: 0px solid rgba(255,255,255,1.0);
	
}
.vorm select.form-control {
	width: 90%;
	border: 0px solid rgba(255,255,255,1.0);
	border-radius:0px;
}
.vorm input[type='text'] {
	
	margin: 6px 0 20px 0;
	width: 90%;
	padding: 2px 2px 2px 5px;
	background-color: rgba(255,255,255,1.0);
	border: 0px solid rgba(255,255,255,1.0);
}
input[type="file"] {
   width: 90%; display: block;
	font-size:14px;
	padding:7px 2%;
	background-color:rgba(255,255,255,0.2);
}
.vorm input.tinyfield {width: 5%;display:inline-block;}
.vorm input.smallfield {width: 29%;display:inline-block;}
.vorm input.mediumfield {width: 60%;display:inline-block;}

/* Bootsrap: carousel*/
.carousel {
	min-height: 400px;
	overflow: hidden;
	padding: 40px 8% 60px 8%;
}
.carousel .carousel-control {
	color: #999;
	text-shadow: none;
	font-size: 55px;
	background: none;
	top: 43%;
	left: -5%;
	z-index: 190000;
	color: #666;
}
.carousel .carousel-control.right {
	left: auto;
	right: -5%;
}
.carousel-indicators {
	bottom: 0px;
	visibility: hidden;
}
.carousel-indicators li {
	border: 1px solid #a2b21d;
}
.carousel-indicators li.active {
	background-color: #a2b21d;
}
/* .camera {margin-top:-30px;} */
/*  agentenlist items */
.agentlist .agent {
	position: relative;
	cursor: pointer;
	height: 210px;
	background-color: #fff;
	color: #444;
	overflow: hidden;
	margin-bottom: 30px;
	-webkit-box-shadow: 10px 10px 18px -7px rgba(0,0,0,0.18);
	-moz-box-shadow: 10px 10px 18px -7px rgba(0,0,0,0.18);
	box-shadow: 10px 10px 18px -7px rgba(0,0,0,0.18);
}
.agentlist .agent .a-foto {
	width: 45%;
	float: left;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.agentlist .agent .a-specs {
	width: 50%;
	float: right;
	color: #666;
	font-size: 13px;
	line-height: 170%;
}
.agentlist .agent .a-specs h3 {
	margin: 26px 0 0px 0;
	font-size: 16px;
}
.agentlist .agent .a-specs .fa {
	width: 17px;
	text-align: center;
	margin: 0 0 0 -4px;
}
.agentlist a {
	color: #666;
}
.agentlist a:hover {
	color: #b83583;
}
.agentlist .agent .knop {
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-size: 13px;
	color: #b83583;
}
/* page-agent*/
.page-agent h1 {
	margin-top: 0px;
	line-height: 100%;
}
.page-agent h1 .suptext {
	font-size: 18px;
	display: block;
	color:rgba(255,255,255,0.70);
}
.page-agent h1 .city {
	color:rgba(0,0,0,0.80);
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
}
.page-agent .intro .fa {
	width: 22px;
	text-align: center;
	margin: 0 0 0 -4px;
	font-size: 16px;
}
.page-agent .agent-foto-small {
	border-bottom: 4px solid #fff;
	-webkit-box-shadow: 10px 10px 18px -7px rgba(0,0,0,0.18);
	-moz-box-shadow: 10px 10px 18px -7px rgba(0,0,0,0.18);
	box-shadow: 10px 10px 18px -7px rgba(0,0,0,0.18);
}
.agent-form .form-title {
	font-size: 40px;
	margin: 60px 0 20px 0;
	display: block;
	color: #fff;
}
.agent-form label {
	font-size: 16px;
	color:rgba(255,255,255,0.66);
}
.agent-summary {
	color: #000;
	font-size: 16px;
	padding: 0 10px 0 10px;
}
.agent-summary a {
	color: #444;
}
.agent-summary a:hover {
	color: #000;
}
.agent-summary .sumlink {
	display: block;
	margin-bottom: 5px;
	padding: 5px 5px 5px 10px;
	background-color: #eee;
}
.agent-summary .social {
	color: #666;
	font-size: 14px;
	padding: 10px;
}
.agent-summary .social a {
	color: #666;
}
.agent-summary .fa {
	margin-right: 6px;
	min-width: 20px;
	text-align: center;
	font-size: 18px;
}
/* checklist */
.checklist {
	padding-left: 30px;
}
.checklist .fa-check {
	margin-left: -27px;
}
/* blocklist */
.blocklist .list-item {
	cursor: pointer;
	background-color: #fff;
	margin-bottom: 30px;
	-webkit-box-shadow: 10px 10px 18px -7px rgba(0,0,0,0.18);
	-moz-box-shadow: 10px 10px 18px -7px rgba(0,0,0,0.18);
	box-shadow: 10px 10px 18px -7px rgba(0,0,0,0.18);
}
.blocklist .list-item .bl-foto {
	height: 210px;
	background-size: cover;
	background-position: center;
}
.blocklist .list-item:hover .bl-foto {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
.blocklist .list-item .bl-link {
	display: block;
	text-align: right;
	padding: 10px;
}
.blocklist .list-item .bl-link .fa {
	margin-left: 15px;
	font-size: 30px;
	float: right;
}
/* Landen en thema's */
.caption {
	background-color: rgba(255,255,255,0.7);
	margin-top: 30px;
	color: #000;
}
.caption h1 {
	background-color: rgba(255,255,255,0.4);
	color: #666;
	margin: 0 0 0 0;
	padding: 10px;
}
.caption div.inner {
	padding: 10px 10px 30px 10px !important;
	margin: 10px;
	line-height: 140%;
}
/* various instructions */
.tiny-user {
	float: right;
	display: block;
	max-width: 20%;
	margin-left: 30px;
}
.hoe-icon {
	max-width: 180px;
	margin-top: 30px;
}
.hoe-icon.tiny {
	display: none
}

/*News-datum box*/
.boxdatum {
	display:inline-block;
	width: 80px;
	height: 80px;
	background: #fff;
	float:left;
	margin-right:20px;
}
.boxdatum span {
	display: block;
	text-align: center;
	color: #c6a001;
	font-size: 14px;
}
.boxdatum span.day {
	font-size: 45px;
	margin-top: 13px;
	margin-bottom: 6px;
}
.boxdatum span.month {
	line-height:120%;
}
.boxdatum span.year {
	line-height:100%;
	font-size:12px;
	color:silver;
}
.fotobox {
	background-size: cover;
	height: 150px;
	position: relative;
}

/* newslist page */
.social.bg-news a {
	display: inline-block;
	padding: 18px 0px 5px 0px;
	width: 77px;
	height: 77px;
	font-size: 40px;
	background-color: #aaa;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}
.social.bg-news a:hover {
	background-color: #b83583;
	color: #fff;
}
.newslist {
	margin: 15px;
}
.newslist .row {
	position: relative;
	margin-bottom: 30px;
}
.newslist .row .fotobox {
	height: 250px;
	border-right: 4px solid #fecc00;
}
.newslist .row .textbox {
	position: relative;
	padding: 0px 20px 40px 20px;
}
.fotobox .boxdatum {
	border: 4px solid #fecc00;
	position: absolute;
	top: -4px;
	right: -42px;
	z-index: 222;
	margin-right: 0;
}
.fotobox .boxdatum span.day {
	font-size: 39px;
	margin-top: 12px;
	margin-bottom: 3px;
}
.newslist .row .knop, .more-news-item .knop {
	display: inline-block;
	padding: 6px 20px 6px 20px;
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 222;
	background: #000;
	font-size: 14px;
	text-transform: uppercase;
}
.newslist .row .textbox .news-title {
	height: 70px;
	position: relative;
}
.newslist .row .textbox h3 {
	position: absolute;
	margin: 0 0 0 40px;
	line-height: 120%;
	bottom: 0px;
}
.newslist .row .textbox .news-intro {
	margin: 15px 0 0 0;
	line-height: 130%;
	font-size: 16px;
}

/*news-item page*/
.news-item .boxdatum {
	float:left;
	margin-right:15px;
}

/* more-news-list  in right-pane on news-item-page */
.more-news {
	padding: 0;
	
}

.more-news-heading {
	padding: 108px 20px 10px 20px;
	text-align:center;
	border-bottom:4px solid  #fecc00;
	color:#000;
}
.more-news-item {
	position:relative;
	padding: 20px 20px 30px 20px;
	border-bottom:4px solid  #fecc00;
}
.more-news-item .fotobox {
	margin-bottom:15px;
}
.more-news-item .fotobox .boxdatum{
	height:70px;
	width:70px;
	border: 4px solid #c6a001;
	position: absolute;
	top: -4px;
	right: -4px;
	z-index: 222;
}
.more-news-item .fotobox .boxdatum span.day {
	font-size: 25px;
	margin-top: 8px;
	margin-bottom: 0px;
}
.more-news-item .fotobox .boxdatum span.month, .more-news-item .fotobox .boxdatum span.year {
	font-size: 10px;
}
.more-news-item .more-news-title {
	font-size: 16px;
	line-height:140%;
}
.more-news-item .knop {
	padding: 1px 12px 1px 12px;
	font-size: 12px;
}

/* page decoration panal */
.side-deco {background-size:100%;}
 
/*Paging*/
.paging {
	text-align: center;
	margin-top: 80px;font-size: 14px;
}
.paging a {
	display: inline-block;
	color:#fff;
	background: rgba(0,0,0,0.20);
	padding: 3px 10px;
	margin:1px;
}
.paging a:hover {
	background: rgba(0,0,0,0.40);
}

/* Agent page quotes carousel */
.carousel .fa-quote-left {
	top: 40px;
	left: 10px;
	margin-right: 20px;
	display: inline-block;
	position: absolute;
	opacity: 0.3
}
.carousel .quote-title {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 10px;
}
.carousel .quote {
	font-style: italic;
	color: #888;
	font-weight: 300;
	padding-left: 5%;
	font-size: 16px;
}
.carousel .quoter {
	margin-top: 20px;
	padding-top: 10px;
	font-weight: 300;
	border-top: 1px solid #ddd;
	font-size: 14px;
	padding-left: 20%;
}

/* Sectie seperator icon */
.section-icon {
	position: absolute;
	top: -35px;
	width: 100%;
}
.section-icon span {
	line-height: 100%;
	font-size: 14px;
	color: #fff;
}
.section-icon .fa {
	font-size: 40px;
	color: #fff;
}
.section-icon.under {
	top: -95px;
}
.section-icon .roundicon {
	display: inline-block;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	padding: 10px;
}
.section-icon .roundicon img {
	width: 70px;
}
.agent-side .section-icon {
	bottom: -37px;
	top: auto;
}
.agent-side .section-icon .fa {
	color: #000;
}
.agent-foto-mobile {
	display: none;
}
.agent-foto-tablet {
	display: none;
}
.notopmargin {
	margin-top: 0;
}
.nobottommargin {
	margin-bottom: 0;
}

/* even out columns */
.row.evenout {
	display: table;
}
.row.evenout .even {
	float: none;
	display: table-cell;
	vertical-align: top;
}

/* Homepage Flexgrid (masonry) */
.flexgrid {
	padding: 0;
}
.flexgrid .grid-item {
	width: 20%;
	display: inline-block;
}
.flexgrid .grid-item.wide {
	width: 40%;
}
.flexgrid .grid-item.widest {
	width: 60%;
}
.flexgrid .grid-item.last {
	height: 0px;
}
.flexgrid .grid-item .innergrid {
	height: 250px;
	background-size: cover;
	background-position: center;
	position: relative;
	margin: 2px;
	font-size: 16px;
	line-height: 150%;
}
.flexgrid .grid-item .innergrid h1 {
	font-size: 27px;
	line-height: 120%;
	margin: 30px 0 10px 0;
}
.flexgrid .grid-item .innergrid .inner {
	margin: 20px 3% 30px 3%;
}
.flexgrid .grid-item.tall .innergrid {
	height: 504px;
	margin: 2px;
}
.flexgrid .flip-container, .flexgrid .front, .flexgrid .back {
	height: 250px;
	background-size: cover;
	background-position: center;
}
.flexgrid .grid-item.tall .flip-container, .flexgrid .grid-item.tall .front, .flexgrid .grid-item.tall .back {
	height: 504px;
}
.flexgrid .grid-item .innergrid .grid-title {
	color: rgba(255,255,255,1.00);
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.50);
	font-size: 27px;
	padding: 10px 15px 15px 15px;
	display: block;
	font-weight: 400;
}
.flexgrid .grid-item .innergrid .grid-title:hover {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.90);
}

/* position titles in flexgrid*/
.flexgrid .grid-item .innergrid .posbox {
	position: absolute;
	width: 100%;
	height: 50px;
	overflow: hidden;
}
.flexgrid .grid-item .innergrid .posbox.upright {
	text-align: right;
}
.flexgrid .grid-item .innergrid .posbox.downright {
	top: auto;
	text-align: right;
	bottom: 0px;
}
.flexgrid .grid-item .innergrid .posbox.downleft {
	top: auto;
	text-align: left;
	bottom: 0px;
}
.flexgrid .grid-item .innergrid .posbox.sideleft {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transform-origin: bottom left;
	text-align: left;
	margin-top: -50px;
}
.flexgrid .grid-item .innergrid .posbox.sideright {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transform-origin: bottom right;
	text-align: left;
	margin-top: -90px;
}

@media only screen and (max-width: 1290px) {
.carousel {
	padding-left: 5.8%;
	padding-right: 5.8%;
}
.camera {margin-top:0;}
}

@media only screen and (max-width: 991px) {
/* jquery: Masonry homepage Flexgrid*/
.flexgrid .grid-item {
	width: 25%;
}
.flexgrid .grid-item.wide {
	width: 50%;
}
.flexgrid .grid-item.widest {
	width: 100%;
}
.flexgrid .grid-item.first {
	height: 0px;
}
.flexgrid .grid-item.last {
	height: auto;
}
.camera {margin-top:30px;}
.agent-foto-tablet {
	display: none;
}
footer {
	font-size: 16px;
}
}

@media only screen and (max-width: 767px) {
body {
	border-top: 5px solid #000;
}
.bg-white {
	color: #333;
}
.navbar-nav li, .navbar-nav li.meta {
	width: 80%;
	float: none;
	text-align: center;
	margin-left: 15%;
}
.navbar-nav li a, .navbar-nav li.meta a {
	padding-right: 0;
	padding-left: 0;
	border-top: 1px solid rgba(255,255,255,0.3);
}
.navbar-nav li:first-child a {
	padding-top: 20px;
	border-top: 0px solid rgba(255,255,255,0.5);
}
footer {
	font-size: 15px;
	line-height: 120%;
	padding: 0 0 50px 0;
}
footer .logo {
	width: 80%;
	margin-top: -80px;
}
button.btn {
	color: #fff;
}
.btn-primary {
	padding-left: 0;
	padding-right: 0;
	margin: 20px 0 0px 0;
	width: 100%;
}
.btn-primary > .btn-primary {
	margin: 0px 0 0px 0;
}

.vorm textarea, .vorm input[type='text'], .vorm input[type='file'], .vorm select.form-control, .vorm label {
	width: 100%;
}

/* even out columns not for tablet and lower */
.row.evenout, .row.evenout.t-noteven, .row.evenout.t-noteven .even , .row.evenout .even {
	display: block;
}
.flexgrid {
	margin-left: 7.5%;
	margin-right: 7.5%;
}
.flexgrid .grid-item {
	width: 50%;
}
.flexgrid .grid-item.wide {
	width: 50%;
}
.flexgrid .grid-item.widest .innergrid {
	height: auto;
}
.flexgrid .grid-item.deco {
	height: 0;
	visibility: hidden;
}
.inner.maintext {
	margin: 50px 3% 80px 3%;
}
.agent-foto-tablet {
	display: block;
	float: right;
	max-width: 40%;
	border-bottom: 10px solid #fff;
	margin: -50px 0 20px 20px;
	-webkit-box-shadow: 10px 10px 18px -7px rgba(0,0,0,0.18);
	-moz-box-shadow: 10px 10px 18px -7px rgba(0,0,0,0.18);
	box-shadow: 10px 10px 18px -7px rgba(0,0,0,0.18);
}
.newslist .row .fotobox {
	border-right-width: 0px;
}
.newslist .row .fotobox .boxdatum {
	right: -4px;
}
.newslist .row .textbox .news-title {
	height: auto;
}
.newslist .row .textbox h3 {
	position: relative;
	margin: 20px 0 20px 0;
}
.newslist .row .textbox .news-intro {
	margin: 0 0 0 0;
}
.more-news-item {
	float:left;
	width:50%;
}
.hoe-icon.tiny {
	display: block;
	float: right;
	margin-left: 10px;
	max-width: 25%;
	margin-top: -20px;
	min-width: 100px;
}
.carousel .inner h2 {
	text-align:center;
}
.camera {margin-top:0;margin-bottom:-70px;padding:0 15% 0 15%;}
}

@media only screen and (max-width: 480px) {
body {
	font-size: 16px;
}
.row img.rightimage, .row img.leftimage {
	width: 100%;
	margin: 0 0 20px 0;
	float: none;
	display: block;
}

/* even out columns not for mobile smallest */
.row.evenout.m-noteven, .row.evenout.m-noteven .even {
	display: block;
}
.flexgrid {
	margin-left: 7%;
	margin-right: 7%;
}
.flexgrid .grid-item {
	width: 100%;
}
.flexgrid .grid-item.wide {
	width: 100%;
}
.flexgrid .grid-item.first {
	height: 250px;
}
header .logo {
	width: 90%;
	min-width: 100%;
	max-width: 100%;
}
header .agentsearch {
	margin-top: -50px;
	font-size: 13px;
}
header .agentsearch a {
	font-size: 14px;
	;
}
footer {
	font-size: 14px;
	line-height: 120%;
}
footer .logo {
	width: 90%;
	margin-top: -60px;
}
footer .inner.extraspace {
	padding: 0 0 0 2%;
}
footer .social a {
	width: 27px;
	height: 27px;
}
.subfooter .anvr img {
	width: 35px;
}
.camera {padding:0 2% 0 2%;}

/* newspage */
.more-news-item {
	float:none;
	width:100%;
}

/*news-item page*/
.news-item .boxdatum {
	float:right;
	margin-left:15px;
	margin-right:-30px;
	margin-top:2px;
}
.news-item h1 {
	font-size:25px;
}
.news-item .intro {
	font-weight:normal;
}
.social.bg-news a {
	padding: 6px 0px 5px 0px;
	width: 35px;
	height: 35px;
	font-size: 20px;
}
.agent-foto-tablet {
	display: none;
}
.agent-foto-mobile {
	display: block;
	max-width: 90%;
	border-bottom: 10px solid #fff;
	margin: 0 0 10px 0;
	-webkit-box-shadow: 10px 10px 18px -7px rgba(0,0,0,0.18);
	-moz-box-shadow: 10px 10px 18px -7px rgba(0,0,0,0.18);
	box-shadow: 10px 10px 18px -7px rgba(0,0,0,0.18);
}
.hide_mobile {display:none;
}

 .text-right.m-text-left {text-align:left;}
}
