@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------------ALGEMEEN--------------------------------------------------*/
body,
.item-page .article-content{
    font-size: 14px;
    line-height: 1.75;
    color: #1d1d1d;
}

.t3-wrapper {
    background: #2d2d2d;
}

.t3-wrapper .wrapper-hd {
    background: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0;
    color: #1d1d1d;
    margin: 0px 0px 0px 0px;
}

hr {
    width: 100%;
    float: left;
    border-top: 1px solid #eee;
    margin: 12px 0px 12px 0px;
}

/*--------------------------------------------------A--------------------------------------------------*/
a {
    color: #c4004a;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #c4004a;
    text-decoration: none;
}

.item-page a {
    color: #c4004a;
    text-decoration: none;
}

.item-page a:hover,
.item-page a:focus {
    color: #c4004a;
    text-decoration: underline;
}

/*--------------------------------------------------BTN--------------------------------------------------*/
.btn {
    line-height: normal !important;
    font-weight: normal !important;
	text-transform: none !important;
	text-decoration: none !important;
	letter-spacing: 0px !important;
    font-size: 14px !important;
    border-radius: 0px !important;
    padding: 12px 24px 12px 24px !important;
    color: #fff !important;
    background-color: #c4004a !important;
	background: linear-gradient(#c4004a, #c4004a) !important;
    border-color: #c4004a !important;
}

.btn:hover,
.btn:focus {
	text-transform: none !important;
	text-decoration: none !important;
	font-size: 14px !important;
    color: #fff !important;
    background-color: #1d1d1d !important;
	background: linear-gradient(#1d1d1d, #1d1d1d) !important;
    border-color: #1d1d1d !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #c4004a !important;
	background: linear-gradient(#c4004a, #c4004a) !important;
    border-color: #c4004a !important;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff !important;
    background-color: #1d1d1d !important;
	background: linear-gradient(#1d1d1d, #1d1d1d) !important;
    border-color: #1d1d1d !important;    
}

.btn-transparent {
    color: #fff !important;
    background-color: #c4004a !important;
	background: linear-gradient(#c4004a, #c4004a) !important;
    border-color: #c4004a !important; 
}

.btn-transparent:hover,
.btn-transparent:focus {
    color: #fff !important;
    background-color: #1d1d1d !important;
	background: linear-gradient(#1d1d1d, #1d1d1d) !important;
    border-color: #1d1d1d !important;
}

.btn-inverse {
    color: #fff !important;
    background-color: #1d1d1d !important;
	background: linear-gradient(#1d1d1d, #1d1d1d) !important;
    border-color: #1d1d1d !important;
}

.btn-inverse:hover,
.btn-inverse:focus {
    color: #fff !important;
    background-color: #c4004a !important;
	background: linear-gradient(#c4004a, #c4004a) !important;
    border-color: #c4004a !important;
}

/*--------------------------------------------------BACK-TO-TOP--------------------------------------------------*/
.back-to-top .btn {
    color: #fff !important;
    background-color: #c4004a !important;
	background: linear-gradient(#c4004a, #c4004a) !important;
    border-color: #c4004a !important; 
}

.back-to-top .btn:hover,
.back-to-top .btn:focus {
    color: #fff !important;
    background-color: #c4004a !important;
	background: linear-gradient(#c4004a, #c4004a) !important;
    border-color: #c4004a !important; 
}

/*--------------------------------------------------TOPBAR--------------------------------------------------*/
.t3-topbar {
    background: #2d2d2d;
    border-bottom: 0px solid transparent;
    color: #fff;
}

.t3-topbar .social-list li a.facebook {
	background-color: #4867aa;
}

.t3-topbar .social-list li a.facebook:hover,
.t3-topbar .social-list li a.facebook:focus {
	background: #cccccc;
}

/*--------------------------------------------------HEADER--------------------------------------------------*/
.t3-wrapper .wrapper-hd .t3-header {
    background: #1d1d1d;
}

/*-------------------------HEADER-LOGO-------------------------*/
.t3-header .logo .logo-image img {
	max-width: 200px;
	width: 100%;
}

/*-------------------------HEADER-HEAD-RIGHT--------------------------*/
.t3-header .head-right .address-list li {
	color: #fff;
}

.address-list li a {
    border-bottom: 1px solid #c4004a;
}

.t3-header .head-right .address-list li label {
    color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	border-bottom: 1px solid #fff;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 6px 0px;
}

/*--------------------------------------------------NAVIGATIE--------------------------------------------------*/
.t3-mainnav .t3-navbar {
	background: #fff;
}

.t3-mainnav .t3-navbar ul li a {
    color: #1d1d1d;
	font-size: 14px;
    font-weight: normal;
	text-transform: none;
    margin: 0px 18px 0px 18px;
    padding-left: 0px;
    padding-right: 0px;
}

.t3-mainnav .t3-navbar ul li a:hover,
.t3-mainnav .t3-navbar ul li a:focus,
.t3-mainnav .t3-navbar ul li.open a:hover,
.t3-mainnav .t3-navbar ul li.open a:focus{
    color: #c4004a;
}

.t3-mainnav .t3-navbar ul li.active a,
.t3-mainnav .t3-navbar ul li.open a {
    color: #c4004a;
}

.t3-mainnav .t3-navbar ul li.active a::before,
.t3-mainnav .t3-navbar ul li.open a::before {
	background: #c4004a;
}

/*-------------------------NAVIGATIE-CARET--------------------------*/
.t3-mainnav .t3-navbar ul li a .caret {
    border-top-color: #1d1d1d !important;
    border-bottom-color: #1d1d1d !important;
    margin-left: 5px !important;
}

.t3-mainnav .t3-navbar ul li a:hover .caret,
.t3-mainnav .t3-navbar ul li a:focus .caret {
    border-top-color: #c4004a !important;
    border-bottom-color: #c4004a !important;
}

.t3-mainnav .t3-navbar ul li.active a .caret,
.t3-mainnav .t3-navbar ul li.open a .caret {
    border-top-color: #c4004a !important;
    border-bottom-color: #c4004a !important;
}

/*-------------------------NAVIGATIE-DROPDOWN--------------------------*/
.t3-mainnav .t3-navbar ul li .dropdown-menu {
    border: 0px solid transparent;;
    border-radius: 0px;
    padding: 12px;
}

.t3-mainnav .t3-navbar ul li .dropdown-menu ul li + li {
    margin: 6px 0px 0px 0px;
}

.t3-mainnav .t3-navbar ul li .dropdown-menu ul li a {
	line-height: normal;
    color: #1d1d1d;
	font-size: 14px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.t3-mainnav .t3-navbar ul li .dropdown-menu ul li a:hover,
.t3-mainnav .t3-navbar ul li .dropdown-menu ul li a:focus {
    color: #c4004a;
}

.t3-mainnav .t3-navbar ul li .dropdown-menu ul li.active a {
    color: #c4004a;
}

/*-------------------------NAVIGATIE-ZOEKFUNCTIE--------------------------*/
.t3-mainnav .t3-navbar .search #mod-search-searchword {
	background-color: #c4004a;
}

/*--------------------------------------------------OFF-CANVAS--------------------------------------------------*/
.off-canvas-toggle {
    width: 40px;
    height: 40px;
    padding: 0px;
}

.t3-off-canvas {
    background: #1d1d1d;
    color: #fff;
}

.t3-off-canvas .t3-off-canvas-header {
	height: 40px;
    background: #fff;
    padding: 0px 0px 0px 16px;
}

.t3-off-canvas .t3-off-canvas-header h2 {
    text-transform: none;
	letter-spacing: 0;
	line-height: 40px;
    font-weight: bold;
	font-size: 14px;
    color: #1d1d1d;
}

.t3-off-canvas .t3-off-canvas-header .close {
	height: 40px;
	line-height: 40px;
    background: #c4004a;
}

.t3-off-canvas .t3-off-canvas-body .t3-module .module-inner .module-title {
    text-transform: none;
    font-weight: bold;
	font-size: 14px;
    color: #fff;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
    width: 100%;
}

.t3-off-canvas .t3-off-canvas-body .t3-module .module-ct p {
	color: #fff;
	font-size: 12px;
}

.t3-off-canvas .t3-off-canvas-body .t3-module .module-ct p a {
    color: #c4004a;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}

.t3-off-canvas .t3-off-canvas-body .t3-module .module-ct p a:hover,
.t3-off-canvas .t3-off-canvas-body .t3-module .module-ct p a:focus {
    color: #fff;
    text-decoration: underline;
}
    
/*-------------------------NAVIGATIE-OFF-CANVAS--------------------------*/
.t3-off-canvas .t3-off-canvas-body .module-ct ul.nav li {
    margin: 0px 0px 0px 0px;
}

.t3-off-canvas .t3-off-canvas-body .module-ct ul.nav li + li {
    margin: 6px 0px 0px 0px;
}

.t3-off-canvas .t3-off-canvas-body .module-ct ul.nav li a {
	color: #fff;
	text-transform: none;
	font-size: 12px;
    font-weight: normal;
    line-height: normal;
	padding: 0px 0px 0px 0px;
}

.t3-off-canvas .t3-off-canvas-body .module-ct ul.nav li a:hover,
.t3-off-canvas .t3-off-canvas-body .module-ct ul.nav li a:focus {
    color: #c4004a;
}

.t3-off-canvas .t3-off-canvas-body .module-ct ul.nav li.active a {
    color: #c4004a;
}

/*-------------------------NAVIGATIE-OFF-CANVAS-DROPDOWN--------------------------*/
.t3-off-canvas .t3-off-canvas-body .module-ct ul.nav li ul.dropdown-menu li {
    margin: 0px 0px 0px 0px;
}

.t3-off-canvas .t3-off-canvas-body .module-ct ul.nav li ul.dropdown-menu li + li {
    margin: 6px 0px 0px 0px;
}

.t3-off-canvas .t3-off-canvas-body .module-ct ul.nav li ul.dropdown-menu li a {
    line-height: normal;
    color: #fff;
    padding: 0px 0px 0px 0px;
}

.t3-off-canvas .t3-off-canvas-body .module-ct ul.nav li ul.dropdown-menu li a:hover,
.t3-off-canvas .t3-off-canvas-body .module-ct ul.nav li ul.dropdown-menu li a:focus {
    color: #c4004a;
}

.t3-off-canvas .t3-off-canvas-body .module-ct ul.nav li ul.dropdown-menu li.active a {
    color: #c4004a;
}

/*--------------------------------------------------HOME-SLIDESHOW--------------------------------------------------*/
/*-------------------------HOME-SLIDESHOW-SLIDES--------------------------*/
.t3-slideshow .swiper-container .swiper-wrapper .swiper-slide .slider-content-inner {
    background-color: rgba(29, 29, 27, 0.8);
    padding: 25px 25px 25px 25px;
}

.t3-slideshow .swiper-container .swiper-wrapper .swiper-slide .slider-content-inner .label-small {
    display: none !important;
}

.t3-slideshow .swiper-container .swiper-wrapper .swiper-slide .slider-content-inner .item-title {
    color: #fff !important;
}

.t3-slideshow .swiper-container .swiper-wrapper .swiper-slide .slider-content-inner .item-desc {
	color: #fff !important;
}

.t3-slideshow .swiper-container .swiper-wrapper .swiper-slide .slider-content-inner .group-action .btn {
	margin: 0px 0px 0px 0px !important;
}

@media screen and (max-width: 767px) {
	.t3-slideshow .swiper-container .swiper-wrapper .swiper-slide .slider-content-inner .group-action .btn:last-child {
		display: none !important;
	}
}

/*-------------------------HOME-SLIDESHOW-THUMBS--------------------------*/
.t3-slideshow .swiper-thumbs-wraper .swiper-container .swiper-wrapper .swiper-slide .swiper-thumbs:hover,
.t3-slideshow .swiper-thumbs-wraper .swiper-container .swiper-wrapper .swiper-slide .swiper-thumbs:focus {
	background: linear-gradient(#c4004a, #c4004a);
}

.t3-slideshow .swiper-thumbs-wraper .swiper-container .swiper-wrapper .swiper-slide .swiper-thumbs:hover .item-title,
.t3-slideshow .swiper-thumbs-wraper .swiper-container .swiper-wrapper .swiper-slide .swiper-thumbs:focus .item-title {
	color: #fff;
}

.t3-slideshow .swiper-thumbs-wraper .swiper-container .swiper-wrapper .swiper-slide .swiper-thumbs .item-title {
	color: #1d1d1d;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
}

.t3-slideshow .swiper-thumbs-wraper .swiper-container .swiper-wrapper .swiper-slide-active .swiper-thumbs .item-title {
	color: #c4004a;
}

.t3-slideshow .swiper-thumbs-wraper .swiper-button-white,
.t3-slideshow .swiper-thumbs-wraper .swiper-button-next,
.t3-slideshow .swiper-thumbs-wraper .swiper-button-prev {
	background: linear-gradient(#c4004a, #c4004a) !important;
}

.t3-slideshow .swiper-thumbs-wraper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #c4004a;
}

@media screen and (max-width: 767px) {
	.t3-slideshow .swiper-container .swiper-wrapper .swiper-slide .slider-content-inner .group-action .btn {
		color: #fff;
		background-color: #c4004a;
		background: linear-gradient(#c4004a, #c4004a);
		border-bottom: 0px solid transparent;
		padding: 12px 24px 12px 24px;
	}
	
	.t3-slideshow .swiper-container .swiper-wrapper .swiper-slide .slider-content-inner .group-action .btn:hover,
	.t3-slideshow .swiper-container .swiper-wrapper .swiper-slide .slider-content-inner .group-action .btn:focus {
		color: #fff;
		background-color: #1d1d1d;
		background: linear-gradient(#1d1d1d, #1d1d1d);
		border-bottom: 0px solid transparent;
		padding: 12px 24px 12px 24px;
	}
}

/*--------------------------------------------------HOME-DIENSTEN--------------------------------------------------*/
.t3-content-mast-top .acm-features.style-1 .features-intro .label-small {
	text-transform: none;
	color: #c4004a;
}

.t3-content-mast-top .acm-features.style-1 .features-intro .acm-features-title {
	color: #1d1d1d;
	font-weight: 500;
}

.t3-content-mast-top .acm-features.style-1 .owl-carousel .owl-wrapper-outer .owl-item .features-item .features-item-inner h3 {
	color: #1d1d1d;
}

.t3-content-mast-top .acm-features.style-1 .owl-carousel .owl-wrapper-outer .owl-item .features-item .features-item-inner .feature-action a {
	border-bottom: 0px solid transparent;
	color: #c4004a;
}

.t3-content-mast-top .acm-features.style-1 .owl-carousel .owl-wrapper-outer .owl-item .features-item .features-item-inner .feature-action a {
	float: left;
    color: #fff;
    background-color: #1d1d1d;
	background: linear-gradient(#1d1d1d, #1d1d1d);
    border-color: #1d1d1d;
	padding: 6px 24px 6px 24px;
}

.t3-content-mast-top .acm-features.style-1 .owl-carousel .owl-wrapper-outer .owl-item .features-item .features-item-inner .feature-action a:hover,
.t3-content-mast-top .acm-features.style-1 .owl-carousel .owl-wrapper-outer .owl-item .features-item .features-item-inner .feature-action a:focus {
    color: #fff;
    background-color: #c4004a;
	background: linear-gradient(#c4004a, #c4004a);
    border-color: #c4004a;    
}

.t3-content-mast-top .acm-features.style-1 .owl-carousel .owl-controls .owl-buttons div {
	border-radius: 0px;
	background-color: #c4004a;
	background: linear-gradient(#c4004a, #c4004a);
    border-color: #c4004a;
}

.t3-content-mast-top .acm-features.style-1 .owl-carousel .owl-controls .owl-buttons div .fa {
	color: #fff;
}

.t3-content-mast-top .acm-features.style-1 .owl-carousel .owl-controls .owl-buttons div:hover,
.t3-content-mast-top .acm-features.style-1 .owl-carousel .owl-controls .owl-buttons div:focus {
	background-color: #1d1d1d;
	background: linear-gradient(#1d1d1d, #1d1d1d);
    border-color: #1d1d1d;  
}

/*--------------------------------------------------HOME-OVER-ONS--------------------------------------------------*/
.t3-content-tabs {
    background-color: #eeeeee !important;
    background-image: none !important;
}

.t3-content-tabs .nav-tabs {
	display: none;
}

.t3-content-tabs .tab-content .acm-features.style-2 .features-content .features-item .label-small {
	text-transform: none;
	color: #c4004a;
}

.t3-content-tabs .tab-content .acm-features.style-2 .features-content .features-item h2,
.t3-content-tabs .tab-content .acm-features.style-2 .features-content .features-item h2 a {
	color: #1d1d1d;
	font-weight: 500;
}

/*--------------------------------------------------CALL-TO-ACTION--------------------------------------------------*/
.t3-cta .acm-cta.style-1 .cta-content h2 {
	color: #fff;
	font-weight: 500;
}

/*--------------------------------------------------GOOGLE-MAPS--------------------------------------------------*/
.google-maps p {
    margin: 0px;
}

.google-maps iframe {
    float: left;
}

/*--------------------------------------------------MASTHEAD--------------------------------------------------*/
.t3-masthead .ja-masthead {
	background-size: cover !important;
	background-position: bottom !important;
	background-attachment: inherit !important;
	background-image: url("../../../images/Masthead/Masthead-default.jpg") !important;
}

.grondwerken .t3-masthead .ja-masthead {
	background-image: url("../../../images/Masthead/Masthead-grondwerken.jpg") !important;
}

.nieuwbouw .t3-masthead .ja-masthead {
	background-image: url("../../../images/Masthead/Masthead-nieuwbouw.jpg") !important;
}

.opritten-en-terrassen .t3-masthead .ja-masthead {
	background-image: url("../../../images/Masthead/Masthead-opritten-en-terrassen.jpg") !important;
}

.renovatie-en-totaalrenovatie .t3-masthead .ja-masthead {
	background-image: url("../../../images/Masthead/Masthead-renovatie-en-totaalrenovatie.jpg") !important;
}

.rioleringswerken .t3-masthead .ja-masthead {
	background-image: url("../../../images/Masthead/Masthead-rioleringswerken.jpg") !important;
}

.vloeren .t3-masthead .ja-masthead {
	background-image: url("../../../images/Masthead/Masthead-vloeren.jpg") !important;
}

.faiences .t3-masthead .ja-masthead {
	background-image: url("../../../images/Masthead/Masthead-faiences.jpg") !important;
}

.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title {
	font-weight: 500;
}

/*--------------------------------------------------SIDEBAR--------------------------------------------------*/
.t3-sidebar .t3-module .module-inner .module-title {
    color: #1d1d1d;
	font-size: 14px;
	text-transform: none;
	border-bottom: 1px solid #1d1d1d;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 6px 0px;	
}

.t3-sidebar .t3-module .module-inner .module-ct ul.nav li {
	margin: 0px 0px 0px 0px;
}

.t3-sidebar .t3-module .module-inner .module-ct ul.nav li + li {
	margin: 6px 0px 0px 0px;
}

.t3-sidebar .t3-module .module-inner .module-ct ul.nav li a {
	color: #1d1d1d;
	line-height: normal;
	border-radius: 0px;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
}

.t3-sidebar .t3-module .module-inner .module-ct ul.nav li a:hover,
.t3-sidebar .t3-module .module-inner .module-ct ul.nav li a:focus {
	color: #c4004a;
}

.t3-sidebar .t3-module .module-inner .module-ct ul.nav li.active a {
	color: #c4004a;
}

/*--------------------------------------------------BLOG--------------------------------------------------*/

/*--------------------------------------------------ZOEKRESULTATEN--------------------------------------------------*/

/*--------------------------------------------------GALLERY--------------------------------------------------*/
.gallery {
	width: 100%;
	float: left;
	margin-bottom: 12px;
}

.article-img-2 {
    width: 50%;
    float: left;
    padding: 5px 5px 5px 5px;
}

.article-img-3 {
    width: 33.33%;
    float: left;
    padding: 5px 5px 5px 5px;
}

.article-img-4 {
    width: 25%;
    float: left;
    padding: 5px 5px 5px 5px;
}

.article-img-7 {
    width: 14.285%;
    float: left;
    padding: 5px 5px 5px 5px;
}

.article-img-12 {
    width: 100%;
    float: left;
    padding: 5px 5px 5px 5px;
}

.intro {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px 0px 12px 0px;
}

@media only screen and (max-width: 767px) {
	.article-img, .article-img-3, .article-img-4, .article-img-2, .article-img-12 {
		width: 100%;
		padding: 5px 0px 5px 0px;
	}
}

/*--------------------------------------------------GALLERY-HOTFOLDER-MODALS--------------------------------------------------*/
.modal_link.rl_modals_element img {
    width: 25%;
    float: left;
    padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
}

@media only screen and (max-width: 991px) {
	.modal_link.rl_modals_element img {
		width: 33.33%;
		float: left;
		padding: 5px 5px 5px 5px;
		margin: 0px 0px 0px 0px;
	}
}

@media only screen and (max-width: 767px) {
	.modal_link.rl_modals_element img {
		width: 100%;
		padding: 5px 0px 5px 0px;
		margin: 0px 0px 0px 0px;
	}
}

/*--------------------------------------------------BREADCRUMB--------------------------------------------------*/
.t3-bottombar {
    background: #2d2d2d;
    border-top: 0px solid transparent;
    color: #fff;
}

.t3-bottombar .breadcrumb {
    background-color: #2d2d2d;
}


.t3-bottombar .breadcrumb li + li::before {
    color: #fff;
}

.t3-bottombar .breadcrumb li {
    text-shadow: none;
}

.t3-bottombar .breadcrumb li.active {
    color: #fff;
}

.t3-bottombar .breadcrumb li a.pathway,
.t3-bottombar .breadcrumb li a.pathway:hover,
.t3-bottombar .breadcrumb li a.pathway:focus {
    color: #fff;
}

/*--------------------------------------------------FOOTER--------------------------------------------------*/
.t3-footer {
    background: #1d1d1d;
    color: #fff;
}

.t3-footer .t3-footnav {
    padding: 72px 0px 72px 0px;
}

.t3-footer .t3-footnav .t3-module {
    background: transparent;
    color: #fff;
}

@media only screen and (max-width: 991px) {
	.t3-footer .t3-footnav #Mod106.t3-module {
		margin: 0px 0px 0px 0px;
	}
	
	.t3-footer .t3-footnav .t3-module {
		margin: 36px 0px 0px 0px;
	}
}

.t3-footer .t3-footnav .t3-module .module-title {
    color: #ffffff;
	font-size: 14px;
	text-transform: none;
	border-bottom: 1px solid #fff;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 6px 0px;
}

/*-------------------------FOOTER-BOXCONTACT--------------------------*/
.t3-footer .t3-footnav .t3-module .box-contact {
    border-bottom: 0px solid transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 72px 0px;
}

@media only screen and (max-width: 991px) {
	.t3-footer .t3-footnav .t3-module .box-contact {
		padding: 0px 0px 0px 0px;
	}
}

.t3-footer .t3-footnav .t3-module .box-contact .contact-item {
    background: #2d2d2d;
    border-radius: 0;
    padding: 24px 24px 24px 24px;
}

@media only screen and (max-width: 991px) {
	.t3-footer .t3-footnav .t3-module .box-contact div + div .contact-item {
		margin: 0px 0px 0px 0px;
	}
}

.t3-footer .t3-footnav .t3-module .box-contact .contact-item h6 {
	font-size: 14px;
	text-transform: none;
	color: #c4004a;
	border-bottom: 1px solid #c4004a;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 6px 0px;
}

.t3-footer .t3-footnav .t3-module .box-contact .contact-item a {
	border-bottom: 1px solid #c4004a;
}

.t3-footer .t3-footnav .t3-module .box-contact .contact-item a:hover,
.t3-footer .t3-footnav .t3-module .box-contact .contact-item a:focus {
	color: #c4004a;
}

/*-------------------------FOOTER-LOGO--------------------------*/
.t3-footer .t3-footnav .t3-module .module-ct .footer-logo {
	max-width: 200px;
	width: 100%;	
}

/*-------------------------FOOTER-NAVIGATIE--------------------------*/
.t3-footer .t3-footnav .t3-module .module-ct ul.nav li {
    margin: 0px 0px 0px 0px;
}

.t3-footer .t3-footnav .t3-module .module-ct ul.nav li + li {
    margin: 6px 0px 0px 0px;
}

.t3-footer .t3-footnav .t3-module .module-ct ul.nav li a {
	color: #fff;
	text-transform: none;
	font-size: 12px;
    font-weight: normal;
    line-height: normal;
	padding: 0px 0px 0px 0px;
}

.t3-footer .t3-footnav .t3-module .module-ct ul.nav li a:hover,
.t3-footer .t3-footnav .t3-module .module-ct ul.nav li a:focus {
	color: #c4004a;	
}

.t3-footer .t3-footnav .t3-module .module-ct ul.nav li.active a {
	color: #c4004a;	
}

/*--------------------------------------------------COPYRIGHT--------------------------------------------------*/
.t3-copyright .copy-right {
    border-top: 1px solid #2d2d2d;
    padding: 24px 0px 24px 0px;
}

.t3-copyright .copy-right .copyright p {
	margin: 0px 0px 0px 0px;
}

.t3-copyright .copy-right .copyright p a {
	color: #fff;
	border-bottom: 1px solid transparent;
}

.t3-copyright .copy-right .copyright p a:hover,
.t3-copyright .copy-right .copyright p a:focus {
	color: #c4004a;
}

/*--------------------------------------------------CONTACT--------------------------------------------------*/
.formResponsive .formHorizontal .rsform-block {
    margin: 0px 0px 12px 0px;
}

.formResponsive .formHorizontal input,
.formResponsive .formHorizontal textarea,
.formResponsive .formHorizontal select,
.formResponsive .formHorizontal .formValidation,
.formResponsive .formHorizontal .uneditable-input,
.formResponsive .formHorizontal .input-prepend,
.formResponsive .formHorizontal .input-append {
    display: block;
}

.formResponsive .formHorizontal .rsform-block-header h4 {
    margin-top: 0px !important;
    margin-bottom: 12px !important;
}

.formResponsive .formHorizontal .formControlLabel {
    color: #5f5d51;
    text-align: left;
    font-weight: normal;
    width: 30%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

@media only screen and (max-width: 767px) {
    .formResponsive .formHorizontal .formControlLabel {
        width: 100%;
    }
}

.formResponsive .formHorizontal .formControlLabel strong.formRequired {
    font-weight: normal;
}

.formResponsive .formHorizontal .formControls {
    margin-left: 30%;
}

@media only screen and (max-width: 767px) {
    .formResponsive .formHorizontal .formControls {
        margin-left: 0%;
    }
}

.formResponsive .formControls label {
    font-weight: normal;
}

.formResponsive select,
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="number"],
.formResponsive input[type="email"],
.formResponsive input[type="tel"],
.formResponsive input[type="url"],
.formResponsive input[type="password"] {
    box-sizing: content-box;
    background-color: #edf1f2;
    border: 0px solid transparent;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 5px 10px 5px;
    margin: 0px 0px 0px 0px;
}

#Uw\ bericht {
    min-height: 200px;
    max-height: 400px;
    padding: 10px 5px 10px 5px;
    max-width: 100%;
    min-width: 100%;
}

.rsform-block.rsform-block-captcha img {
   margin: 0px 0px 12px 0px;
}

.rsform-block.rsform-block-kennisgeving label {
    font-size: 12px;
    line-height: normal;
    font-weight: bold;
}

.formResponsive input[type="radio"],
.formResponsive input[type="checkbox"] {
    float: none;
    display: inline-block;
}

.formResponsive .formHorizontal p.formDescription {
    margin: 0px 0px 0px 0px;
}

.formResponsive input[type="submit"],
.formResponsive button[type="submit"] {
    background-image: -moz-linear-gradient(top, #c4004a, #c4004a) !important;
    background-image: -webkit-linear-gradient(top, #c4004a, #c4004a) !important;
    background-color: #c4004a !important;
    border-color: #c4004a !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: normal !important;
    text-shadow: none !important;
    box-shadow: none !important;
    text-transform: none !important;
    padding: 12px 24px !important;
}

.formResponsive input[type="button"]:hover,
.formResponsive button[type="button"]:hover,
.formResponsive input[type="reset"]:hover,
.formResponsive button[type="reset"]:hover,
.formResponsive input[type="submit"]:hover,
.formResponsive button[type="submit"]:hover {
    background-image: -moz-linear-gradient(top, #1d1d1d, #1d1d1d) !important;
    background-image: -webkit-linear-gradient(top, #1d1d1d, #1d1d1d) !important;
    background-color: #1d1d1d !important;
    border-color: #1d1d1d !important;
    color: #fff !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

button.rsform-submit-button.rsform-thankyou-button {    
    background-image: -moz-linear-gradient(top, #c4004a, #c4004a) !important;
    background-image: -webkit-linear-gradient(top, #c4004a, #c4004a) !important;
    background-color: #c4004a !important;
    border-color: #c4004a !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: normal !important;
    text-shadow: none !important;
    box-shadow: none !important;
    text-transform: none !important;
    padding: 12px 24px !important;
}

.formResponsive .formError {
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
    height: auto !important;
}

/*--------------------------------------------------GOOGLE-MAPS--------------------------------------------------*/
.t3-content-bottom .google-maps {
	padding: 0px 0px 0px 0px;
}

/*--------------------------------------------------COOKIE--------------------------------------------------*/
#cadre_alert_cookies .btn {
	padding: 6px 12px 6px 12px !important;
    margin: 0px 0px 0px 0px !important;
	color: #000 !important;
	background-color: #fff !important;
	background: linear-gradient(#fff, #fff) !important;
	border-color: #fff !important;
}

#cadre_alert_cookies .btn:hover,
#cadre_alert_cookies .btn:focus {
	color: #fff !important;
	background-color: #1d1d1d !important;
	background: linear-gradient(#1d1d1d, #1d1d1d) !important;
	border-color: #1d1d1d !important;
}

.cadre_alert_cookies p {
    margin: 0px !important;
}