body {
	font-family: "proxima-nova",sans-serif !important;
	font-size: 14px;
}
p {
	font-size: 16px;
}
a{
	color: #8d1a15;
    font-weight: 600;
    text-decoration: none;
}
a:hover {
	color: #8d1a15;
	text-decoration:	underline;
}
.bg-black {
	background:#262626;
}
.bg-white {
	background-color: #fff;
}
.bg-light {
	color:#666666;
	background: #EEEEEE;
}

.bg-dark {
	background:#1c1c1c;
	color: #bcbcbc;
}
.bg-colored {
	background: #8d1a15;
}
.bg-gray{
	background: #EEEEEE;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	text-transform:none;
}

h1, .h1 {
}

h2, .h2 {
	font-size:24px;
}

h3, .h3 {
	font-size:18px;
}

h4, .h4 {
}

.melding {
	background: #EEEEEE;
	padding: 20px 10px;
}

.melding p {
	color: #000;
	font-size: 22px;
	margin: 0;
	font-weight: 500;
}

.btn-primary {
	background: #e20612;
	border-color: #e20612;
}

.btn-primary:hover {
	background: #8d1a15;
	border-color: #8d1a15;
	color:#fff;
}

.bg-dark h2, .bg-dark h3, .bg-dark h4{
	color:#fff;
}
.bg-dark h4 a{
	color:#fff;
}
.bg-dark h4 a:hover, .bg-dark h4 a:focus{
	color:#fff;
}
.page-title h1 {
}
.slider-title{
    color: #fff;
    font-weight: 400;
    font-size: 3em;
	text-shadow: 0px 0px 10px #000;
}
.slider-description{
	color: #fff;
    font-size: 24px;
	font-weight: 600;
	margin-bottom: 40px;
	text-shadow: 0px 0px 10px #000;
}
.logo {
	margin: 15px 0;
	display: inline-block;
}
.logo img {
	max-width: 200px;
}
.topnav-item {
    margin: 22px 0px;
	padding: 0 10px;
    border-right: none;
    float: right;
	color: #888;
	font-size:16px;
}
.topnav-item.phone {
    padding: 0 20px;
}
.topnav-item a{
	color: #bcbcbc;
}
.header-menu .menu{
	margin:0;
	padding:0;
}
.menu > li.seperator{
	margin:20px;
}
.menu > li > .item {
	font-weight:600;
	padding:5px 2px;
	font-size: 1em;
}
.menu > li > .item.active{
	color:#fff;
}
.menu > li > .item:hover{
	color:#fff;
}
.menu > li > .item:before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
}

.menu > li > .item.active:before, .menu > li > .item:hover:before{
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.menu > li > .submenu > li > .subitem.active{
	color:#8d1a15;
}
.menu > li > .submenu > li > .subitem{
	color:#666666;
}
.btn-transparent {
    border-color: #c1c1c1;
    color: #EEEEEE;
	border-radius:25px;
	font-size:15px;
	padding: 6px 38px;
}
/*.main-footer{*/
/*	background: url(/layouts/main/images/background_home.jpg) top center;*/
/*}*/
.main-footer a{
	margin-left:10px;
	margin-right:10px;
}
.main-footer a:hover, .main-footer a:focus{
	color:#666666;
}
.main-footer .social-items a{
	font-size: 26px;
    margin: 40px 10px;
}
.main-footer .social-items a:hover,.main-footer .social-items a:focus, .topnav-item a:hover, .topnav-item a:focus{
	color:#8d1a15;
	text-decoration:none;
}
.main-footer .gegevens{
	text-transform:uppercase;
}
.sub-footer div{
	margin: 0px auto 15px;
	color: #666666;
}
.sub-footer .logos a{
	margin: 0 14.5px;
}
/*
 * Share & fullscreen
 */
.photo-slider-overlay {
	position:		absolute;
	top:			10%;
	right:			10%;
}

.fullscreen .photo-slider-overlay {
	display:		none;
}

.photo-slider-overlay .btn {
	position:		static;
	width:			auto;
	height:			auto;
	font-size:		inherit;
	opacity:		1;
	padding:		0 16px;
	background:		#fff;
	color:			#000;
	text-shadow:		none;
	border:			none;
	line-height:		40px;
	box-shadow:		0 0 3px rgba(0, 0, 0, 0.5);
	margin:			0 0 0 10px;
}

.photo-slider-overlay a.at300b {
	color:			#666;
}

.photo-slider-overlay a.at300b .at4-icon {
	display:		inline-block!important;
	position:		relative;
	top:			2px;
}

/*
 * Home
 */
#home .form-group.search {
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
    padding: 13px;
    margin: 0 auto;
}
#home .form-control.transparent{
	box-shadow:none;
	border: 1px solid transparent;
	height: 40px;
	padding: 6px 0px;
}
#home .select-box{
	font-weight:500;
	text-transform: none;
}
#home .input-group-addon{
	line-height:28px;
	border:none;
}
#home .btn-search{
	border-radius: 50px;
	background: #e20612;
	font-weight:800;
}
#home .btn-search:hover, #home .btn-search:hover{
	color:#fff;
	background: #8d1a15;
}

#home .sr-switch-form .last{
	padding-left:0!important;
	margin:0;
}
#home .nav-tabs {
    border-bottom: none;
}
#home .nav-tabs>li>a {
	color: #b5b5b5;
    font-weight: 600;
    text-transform: uppercase;
	border-radius:0;
	margin-right:0;
	font-size: 15px;
	padding: 15px 15px;
}
#home .nav-tabs>li.active>a, #home .nav-tabs>li.active>a:hover, #home .nav-tabs>li.active>a:focus, #home .nav-tabs>li>a:hover, #home .nav-tabs>li>a:focus{
	color: #333333;
	background: #EEEEEE;
	border: 1px solid #EEEEEE;
}
.media-left .img-responsive{
	margin-bottom:20px;
}
.slider-small {
	max-height: 180px;
}
.margin-bottom20px{
	margin-bottom:20px;
}
/*
* colors
*/
.realtime-listings-view:checked + .view-button{
	color: #e20612!important;
}
.simple-map-zoom button, .simple-map-type button{
	color: #e20612;
}
.simple-map-zoom button:hover, .simple-map-zoom button:active, .simple-map-type button:hover, .simple-map-type button:active, .simple-map-type button.active{
	background: #e20612;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	background-color:#8d1a15;
	border-color: #8d1a15;
}
.reviews{
	height: auto;
	width: 100%;
	margin: 20px auto;
	overflow: auto;
	position: relative;
	padding: 20px;
}
.reviews .iframe{
	height:1000px;
	margin-bottom:20px;
	overflow:hidden;
}

.reviews1 #funda-widget{
	height:1810px;
}

.reviews2 #funda-widget{
	height:900px;
}
/*
 * Image blur
 */
 .blur{
    filter: blur(7px);
	-webkit-filter: blur(7px);
	-moz-filter: blur(7px);
	-o-filter: blur(7px);
	-ms-filter: blur(7px);
	height: 180px;
}

.padding-top-30px{
	padding-top:30px;
}

.responsive-slider-slide {
	background: #EEE!important;
}
