/*	This is the main style of the site.
	Any change or modification may affect the appearance, so please, read carefully.
*/
	

/* 	|================================================|
	|==================== HEADER ====================|
	|================================================|

	Includes: Logo, Menu
*/

section#contact{
	width:100%;
	height:auto;
	background:#3d3e3d;
	border-top:3px solid #2385c7;
}

section#contact .row{
	padding:10px 0;
}

.viewItem{
	bottom:0;
}

section#contact p{
	color:#2385c7;
	margin:0;
	padding:0;
}

section#contact p i:not(:first-child){
	padding-left:4px;
}

section#contact p span{
	font-size:11px;
	color:#fff;
	padding-left:2px;
	font-family: 'Lato', sans-serif;
}

section#contact p.socialIcons{
	float:right;
}

section#contact p.socialIcons a i{
	color:#2385c7;
}

section#contact p.socialIcons a i:hover{
	color:#fff;
}

.logo {
	padding:15px 0 15px 0;
}

section h2, section h3, section h4, p/*, div.featuredProp*/{
	font-family: 'Lato', sans-serif;
}

section p{
	font-weight:400;
}

section h2, section h3, section h4{
	font-weight:500;
}

header{
	border-bottom:2px solid #2385c7;
}

header nav{
	padding:10px 0 0 0;
}
/* Codetruly. Added thhis because the menu was conflicting */
nav ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
}
nav ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-family: 'Lato', sans-serif;
  font-size:13px;
  color:#000;
}

nav ul li a.active{
	color:#fff;
}

nav ul li a.active:hover{
	text-decoration:none;
}

nav ul li:hover a{
	color:#fff;
}

nav ul li a{
	color:#000;
	text-decoration:none;
}

nav ul li a:hover{
	text-decoration:none;
	border-bottom:1px solid #fff;
}

nav ul li.active{
	background: #2385c7;
  	color: #fff;
}
nav ul li:hover {
  background: #2385c7;
  color: #fff;
}

nav ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
nav ul li ul li {
  background: #2385c7;
  display: block;
  color: #fff;
  z-index:2;
}

nav ul li ul li a{
	text-decoration:none;
	color:#fff;
}

nav ul li ul li a:hover{
	text-decoration:none;
	color:#fff;
	border-bottom:1px solid #fff;
}


nav ul li ul li:hover { background: #005e90; }
nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.imgSize img{
	width:100%;
  	height:374px;
  	max-height:374px;
}

.viewItem p a{
	padding:5px 30px;
	background:#005e90;
	color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	transition:all .5s ease-in-out;
}

.viewItem p a:hover{
	padding:5px 50px;
	text-decoration:none;
}

footer{
	background:#146BB2;
}

footer p{
	/*padding:20px 0;*/
	color:#fff;
}

section#firstSection{
	width:100%;
	height:auto;
	padding:30px 0;
	background:url(../img/bg_section_1.jpg) no-repeat;
	background-size:cover;
}

section#ViewSection{
	width:100%;
	height:auto;
	padding:30px 0;
}

/* Search Box */

div.searchSide{

	background-color: rgba(35, 133, 199, 0.5);
}

div.searchSideView{
	background:transparent;
}

div.searchSideView article.searchSideProp{
	background:#2385c7;
	margin:36px 0 0 0;
}

div.searchSide article, div.searchSideView article{
	padding:20px 0;
}

/* Inputs from Search Box */

div.searchSide article input, div.searchSideView article input{
	width:70%;
	padding:5px;
	border:none;
	
}

/* Selects from Search Box */

div.searchSide article select, div.searchSideView article select{
	border:none;
	padding:5px;
	width:70%;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	outline:none;
	cursor:pointer;
}


div.searchSide article select option:hover, 
div.searchSideView article select option:hover{
	background-color:#2385c7;
}

div.searchSide article select.selectFullWidth{
	width:100%;
}

div.searchSideView select.selectFullWidth{
	width:70%;
	margin:0 auto;
}

div.centerSelects{
	text-align:center;
}

/* Font in Search Box */

div.searchSide article p, div.searchSideView article p{
	font-family: 'Lato', sans-serif;
	color:#fff;
	font-weight:400;
	font-size:14px;
	margin:0;
}

div.searchSide article p:not(:first-child), 
div.searchSideView article p:not(:first-child){
	padding:10px 0 0 0;
}

div.searchSide article .row .paddingTop, 
div.searchSideView article .row .paddingTop{
	padding:10px 0 0 0;
}

div.searchSide article .advSearch,
div.searchSideView article .advSearch{
	height:30px;
	cursor:pointer;
	line-height:30px;
	vertical-align:middle;
	text-align:center;
}

div.searchSide article input.inputSearch, 
div.searchSide article .advSearch, 
div.searchSideView article input.inputSearch, 
div.searchSideView article .advSearch{
	width:40%;
	display:block;
	border:none;
	background:#005e90;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-weight:400;
	transition:all .5s ease-in-out;
}

div.searchSide article input.inputSearch:hover,
div.searchSide article .advSearch:hover, 
div.searchSideView article input.inputSearch:hover,
div.searchSideView article .advSearch:hover{
	background:#498BB4;
}

div.searchSide article input.inputSearch, 
div.searchSideView article input.inputSearch{
	margin:20px auto 0 auto;
}

div.searchSide article .advSearch, 
div.searchSideView article .advSearch{
	margin:10px auto 20px auto;
}

/* Div Col's Bootstrap centered in mobile and tablet version */

.col-centered{
	text-align:center;
}

/* Advanced Search fields hidden */



section#secondSection{
	padding:40px 0;
}

section#secondSection article.latestProp{
	padding:40px 10px 10px 10px;
}

section#secondSection article.latestProp h3{
	margin:0;
}

.advert img{
	margin:0 auto;
}

div.featuredProp{
/*	border-top:3px solid #2385c7;
	background:#f1f4f5;*/
	padding:20px 0;
}

div.featuredProp h3{
	text-align:center;
	margin:0;
}

div.featuredProp article img{
	width:70%;
	/* Codetruly. Taken away this
	height:70%;
	*/
	margin:0 auto;
}

div.featuredProp article a{
	display:block;
	text-align:center;
	padding:5px 0 0 0;
	color: #000;
}


section#infoComp{
	padding:20px 20px 50px 20px;
	background:url(../img/bg_section_1.jpg) no-repeat;
	background-size:cover;
}

section#infoComp .contact h3{
	margin:0;
	padding:0 0 10px 0;
	text-align:center;
}

section#infoComp .contact p{
	font-weight:bold;
	text-align:center;
}

section#infoComp .contact p span{
	font-weight:normal;
}


footer p.footerIcons{
	float:right;
}

footer p.footerIcons a i{
	color:#fff;
}

footer p.footerIcons a i:hover{
	color:#2385c7;
}

section#ViewSection .propertyView h3{
	margin:0;
	padding-bottom:10px;
}

section#ViewSection .propertyView h2{
	text-align:center;
}

section#ViewSection .propertyView h3 span{
	float:right;
}

.paddFeat{
	margin:10px 0 0 0;
}

.priceResults{
	float:right;
}

.colorHr{
	border-color:#c5c5c5;
}

.marginHr{
	margin-top:0;
	margin-bottom:5px;
}

.linkResults{
	font-size:22px;
	color:#005e90;
}

h4.marginH4{
	margin-top:0;
}

.searchHide{
	display:none;
}

.menu-icon .menu{
	display:none;
}



@media screen and (max-width: 1023px){

.col-centered-rs{
	text-align:center;
}

nav ul li{
	display:block;
}

.menu-icon{
	margin:10px 0 0 0;
}

.menu-icon .menu{
	display:block;
	cursor:pointer;
}

nav{
	display:none;
}

header{
	border-bottom:none;
}

section#firstSection{
	margin:20px 0 0 0;
	border-top:2px solid #2385c7;
}

.searchSide{
	margin:20px 0 0 0;
}


}

@media screen and (max-width: 768px){

.col-centered-xs{
	float:left;
}


section#contact p.socialIcons{
	float:left;
	padding:5px 0 0 0;
}

}
#contactWaiting{
	display: none;
}

.horizontal_featured_property{
	background-size: cover;
	background-position: center center;
	position: relative;
	height: 180px;
	border-top-left-radius: 33px;
	border-top-right-radius: 33px;
}

.fotolinks
{
float: left;
margin-right: 10px;
}

.fotorechts
{
float: right;
margin-left: 10px;
}
.clear
{
clear:both;
}
.footerleft, .footerleft a
{
color: #FFF;
text-align: left;
}
.footerright, .footerright a
{
color: #FFF;
text-align: right;
}
.footercenter, .footercenter a
{
color: #FFF;
text-align: center;
font-weight: normal;
}


.footerheader
{
font-size: 24px;
}

.horizontal_featured_property
{
border-radius:0
}
.aanbevolen
{
background-color:white; color:#000000; margin-bottom: 20px;
}
.aanbevolen a
{
color:#000000; 
}