/* ==================================================
   Basic Styles
================================================== */

html,
body {
	height: 100%;
}

html,
hmtl a {
	width: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background: #fff;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

a,
.btn {
	color: inherit;
	text-decoration: none;
	cursor: pointer;

	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.contacttop {
	border: 1px #009fe3 solid;
	padding: 10px 20px;
	border-radius: 50px;
	color: #009fe3;
	font-size: 16px;
	margin-right: 20px;
}

a.contacttop:hover {
	background-color: #009fe3;
	color: #fff;
	text-decoration: none;
}

a.contact:hover {
	color: #009fe3;
}

a:hover,
a:active,
a:focus {
	outline: 0;
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

a>img {
	vertical-align: bottom;
}

img {
	max-width: none;
}

strong {
	font-weight: 700;
}

p {
	margin: 0 0 20px;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

hr {
	border-style: dashed;
	border-color: #fff;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 50px 0;
}

table {
	border-collapse: collapse;
	width: 350px;
}

th,
td {
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

input,
button,
select,
textarea {
	font-family: 'Open Sans', sans-serif;
	outline: 0;
}

input:focus,
textarea:focus,
input[type="text"]:focus {
	outline: 0;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, .075), 0 0 1px rgba(0, 0, 0, .6);
	box-shadow: inset 0 0px 1px rgba(0, 0, 0, .075), 0 0 1px rgba(0, 0, 0, .6);
}

/*.pad_left_0{
	padding-left:0px;
}
.pad_right_0{
	padding-right:0px;
}
.pad_0{
	padding:0px;
}*/

.btn-default {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

.btn-default:hover {
	background-color: #009fe3;
	border-color: #009fe3;
	color: #fff;
}

.btn-default.btn-sm {
	padding: 5px 10px;
	font-size: 16px;
	line-height: 1.5;
}

.btn-primary {
	background-color: #e9e259;
	border-color: #e9e259;
	color: #000000;
}

.btn-primary:hover {
	background-color: #009fe3;
	border-color: #009fe3;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	background-color: #009fe3;
	border-color: #009fe3;
}

.btn-primary.focus,
.btn-primary:focus {
	background-color: #009fe3;
	border-color: #009fe3;
}

.btn {
	font-size: 17px;
	font-weight: 600;
	padding: 7px 15px;
}

.btn i {
	padding: 0px 5px;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	background-color: #009fe3;
	border-color: #009fe3;
	color: #000;
	outline: none;
}

.btn-default.focus,
.btn-default:focus {
	background-color: #009fe3;
	border-color: #009fe3;
	color: #000;
	outline: none
}

.form-control {

	display: block;
	width: 100%;
	height: 42px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #000;
	background-color: #f1f1f1;
	background-image: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-group label {
	margin-bottom: 15px;
	font-size: 16px;
}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px 0;
	color: #000;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
}

h1 {
	font-size: 48px;

}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
	display: inline-block;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ==================================================
   Header Styles
================================================== */
.header {
	padding: 50px 0px;
}

/*.header-top{
	margin-bottom:30px;
}*/
.header-top .btn {
	margin-right: 20px;
}

.logo img {
	width: 45%;
}

.navbar-default {
	background-color: transparent;
	border: none;
	margin-top: 20px;
}

.navbar-default .navbar-nav>li>a {
	color: #1f1e19;
	font-size: 14px;
	font-weight: 600;
	padding: 15px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #009fe3;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #009fe3;
}

.navbar-default .navbar-brand {
	color: #009fe3;
}

.social-links {
	position: absolute;
	right: 0;
}

.social-links a i {
	transition: color .1s;
}

.social-links a:hover i {
	color: #009fe3;
}

/* ==================================================
   Slider
================================================== */

.top-image {
	position: relative;
	height: 500px !important;
	overflow: hidden;
}

.home-slider {
	margin-bottom: 20px;
}

.home-slider .carousel-inner>.item {
	border: 2px solid #7d7e81;
}

.home-slider .carousel-indicators {
	bottom: -30px;
	right: 0px;
	left: auto;
	width: auto;
	margin: 0;
}

.home-slider .carousel-indicators li {
	border: 3px solid #000;
	height: 12px;
	width: 12px;
	margin: 0px;
}

.home-slider .carousel-indicators .active {
	background-color: #000;
}

.news-list {
	margin-bottom: 20px;
}

.news-list:last-child {
	margin-bottom: 20px;
}

.news-list h2 {
	font-family: 'Bree Serif', serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 10px;
	transition: .2s;
}

.news-img {
	overflow: hidden;
}

.news-list img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 1s;
	transition: 1s;
}

.news-list:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.news-list:hover h2 {
	color: #009fe3;
}

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}

/* ==================================================
   aanbod
================================================== */
#aanbod {
	padding: 50px 0px;
}

.title h2 {
	font-size: 25px;
	font-weight: 800;
	display: inline-block;
}

.aanbod_title h2 i {
	margin: 0px 20px;
}

.offer-main-box {
	max-width: 20%;
	padding: 0px 10px;
}

.aanbod-box {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.aanbod-box .figcaption {
	position: absolute;
	bottom: -70%;
	height: 90%;
	width: 100%;
	z-index: 9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.aanbod-box h2 {
	font-size: 24px;
	font-weight: 600;
	padding: 5px 15px 15px 15px;
	margin: 0px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.aanbod-box h2 i {
	opacity: 0;
	display: none;
}

.aanbod-box:hover h2 i {
	opacity: 1;
	display: inline-block;
}

.aanbod-box:hover h2 {
	font-size: 18px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}

.overly {
	z-index: -1;
	background-color: #b7dbf3;
	position: absolute;
	top: 0%;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.overly:before {
	position: absolute;
	content: '';
	border-top: 35px solid #b7dbf3;
	top: -20px;
	width: 110%;
	-ms-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;


}

.aanbod-box:hover .overly:before {
	border-color: #3abecf;
	opacity: .9;
}

.aanbod-box:hover .overly {
	bottom: 0px;
	top: 0px;
	height: 100%;
	background-color: #3abecf;
	opacity: .9;
}

.aanbod-box:hover .figcaption {
	bottom: 0px;
	height: 80%;
}

.aanbod-box li {
	color: #fff;
	border-bottom: 1px solid #5ebbd5;
	padding: 2px 15px;
}

.aanbod-box li:last-child {
	border-bottom: none;
}

.aanbod-box svg {
	position: absolute;
	top: -1px;
	z-index: 10;
	width: 100%;
	height: 100%;
	fill: #b7dbf3;
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-webkit-transform: rotate(180deg);
	/* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

#carousel-aanbod .carousel-inner>.item:before {
	border: 0;
}

#carousel-aanbod .long-arrow {
	color: #000;
	opacity: 1;
	position: static;
	background: none !important;
	text-shadow: none;
	text-align: left;
	width: auto;
	margin: 0;
	padding: 0px 15px;
	text-align: right;
}

#carousel-aanbod .long-arrow:nth-of-type(2) {
	text-align: left;
}

/* eof */

#about-box {
	padding: 50px 0px;
}

.about-info h2 {
	font-size: 22px;
	font-family: 'Bree Serif', serif;
}

#client {
	padding: 50px 0px;
}

.client-logo-box img {
	opacity: .4;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.client-logo-box:hover img {
	opacity: 1;
}

.client-logo-box {
	max-width: 14%;
	padding: 0px;
}


.footer {
	padding: 50px 0px;
}

.footer-box {
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 15px;
}

.footer-box h3 {
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: 400;
}

.footer-box h6,
.footer-box a {
	font-size: 16px;
	margin-bottom: 0px;
	font-weight: 300;
}

.newsletter {}

.klanten {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.klanten:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.btn {
	background-color: #fff;
	color: #009fe3;
	border: 1px #009fe3 solid;
	width: 100%;
	border-radius: 0;
}

input,
textarea {
	border-radius: 0 !important;
	background-color: transparent !important;
	border: 1px #009fe3 solid !important;
}

.btn:hover {
	background-color: #009fe3 !important;
	color: #fff;
	border: 1px #009fe3 solid;
}

.error {
	list-style: none;
	border: 2px #009fe3 solid;
	padding: 10px;
	font-size: 16px;
}




/* test */

#main #gallery .gallery-item {
	height: 300px;
}

#main #gallery .gallery-item .album {
	position: relative;
	width: 80%;
	margin: auto;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#main #gallery .gallery-item .album img {
	width: 100%;
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	border: 4px solid #FFF;
	-moz-box-shadow: 0 0 4px black;
	-webkit-box-shadow: 0 0 4px black;
	box-shadow: 0 0 4px black;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
	-moz-transform-origin: 50% 50% 50%;
	-ms-transform-origin: 50% 50% 50%;
	-webkit-transform-origin: 50% 50% 50%;
	transform-origin: 50% 50% 50%;
}

#main #gallery .gallery-item .album img:first-child {
	position: relative;
	z-index: 1000;
}

#main #gallery .gallery-item .album img:first-child+img {
	-moz-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
}

#main #gallery .gallery-item .album img:last-child {
	-moz-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}

#main #gallery .gallery-item .album:hover {
	width: 85%;
}

#main #gallery .gallery-item .album:hover img {
	z-index: 2000;
}

#main #gallery .gallery-item .album:hover img:first-child {
	z-index: 3000;
}

#main #gallery .gallery-item .album:hover img:first-child+img {
	left: -40px;
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

#main #gallery .gallery-item .album:hover img:last-child {
	left: 40px;
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
}

#main #gallery .gallery-item p {
	width: 100%;
	text-align: center;
	color: #FFF;
	padding-top: 20px;
}

#aanbod-slider .aanbod-box {
	margin-left: 15px;
}

#aanbod-slider .slick-track {
	margin-left: -15px !important;
}

#aanbod-slider {
	width: calc(100% + 15px) !important;
}

.faqItem {
	border-bottom: 1px dashed #009fe3;
	padding-bottom: 20px !important;
}

ul.dropdown {
	padding: 15px;
	border: 1px solid #eee;
	box-shadow: 1px 1px 10px #eee;
	position: absolute;
	z-index: 9999;
	background-color: #fff;
	width: 250px;
	font-size: 16px;
	display: none;
	line-height: 2.0em;
}

ul.hover {
	display: block;
}

li.product.active {
	background-color: #009fe3;
	border-color: #009fe3;
}

li.product.active:hover {
	background-color: #009fe3;
	border-color: #009fe3;
}

a.btn.nieuws,
a.btn.diensten {
	width: 200px;
}


/* nieuws */
section.news {
	margin-top: 50px;
	margin-bottom: 50px;
}

.nieuws-item-wrapper {
	display: flex;
	margin-bottom: 25px;
}

.nieuws-item-info {
	padding-left: 15px;
	padding-right: 15px;
}