/*
Theme Name: Verkoelen
Theme URI: http://www.verkoelen.nl
Description: Thema voor de website van Verkoelen
Version: 1.0
Author: Bonsai media
Author URI: http://www.bonsaimedia.nl
*/


/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/* Global styles */

html{
    min-height: 100%;
    position: relative;
}

body {
    height: 100%;
	color: #7c7b7b;
	font: 14px/24px "Open Sans", Arial;
}

h1, h2, h3 {
	color: #f0800e;
}

h1 {
	margin-bottom: 25px;
	font-size: 26px;
	line-height: 36px;
}

h2 {
	margin-bottom: 2px;
	font-size: 18px;
}

h2.alt {
	color: #7c7b7b;
}

h3 {
	font-size: 14px;
}

p {
	margin-bottom: 20px;
}

sup, sub {
	font-size: 8px;
	vertical-align: baseline;
	position: relative;
	top: -0.6em;
}
sub {
	top: 0.6em;
}

a {
	color: #f0800e;
	text-decoration: none;
}
a:hover {
	color: #f3993e;
}

hr {
	height: 1px;
	margin: 15px 0 35px;
	background: #ebebeb;
	color: #ebebeb;
	border: 0;
}

input:not([type='checkbox']), textarea {
	margin: 0;
	padding: 0;
	font: 14px/24px "Open Sans", Arial;
	border: 0;
	-webkit-appearance: none;
    border-radius: 4px;
}



/* Global classes */

.left { float: left; }
.right { float: right; }


/* --- Structure */

.fluid {
	width: 100%;
	float: left;
}

.container {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 40px;
}


/* --- Rows */

.row {
	margin: 0 auto;
	width: 100%;
}
.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}


/* --- Columns */

.column {
	float: left;
}

.row .column {
	padding: 0!important;
}
.row .column:first-child {
	width: 58.4%!important;
}
.row .column:last-child {
	width: 41.6%!important;
}

.row .column .column {
	width: 50%!important;
}


/* --- Buttons */

a.button {
	display: block;
	padding: 10px 20px;
	background-color: #f0800e;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
a.button:hover {
	background-color: #f18a21;
}



/* Header */

#header {
	position: relative;
	height: 100px;
	background: #fff;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
	z-index: 102;
}

#header .container {
    position: relative;
}

#header a#logo {
	position: relative;
	float: left;
	display: block;
	margin-top: 27px;
	margin-left: -40px;
	z-index: 175;
}

#header ul {
	float: right;
	height: 100px;
}

#header ul li {
	float: left;
	margin-left: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

#header ul li a, #header ul li span {
	display: block;
	height: 100px;
	color: #7c7b7b;
	line-height: 100px;
}
#header ul li a:hover {
	color: #3f3a3a;
}

#header ul li.current_page_item a, #header ul li.current-page-ancestor a {
	color: #f0800e;
}

#header ul li#link-service span {
	color: #f0800e;
	background: url(img/service-bg@2x.png) center 17px/42px 19px no-repeat;
}
#header ul li#link-service span:hover {
	cursor: pointer;
}

#header ul li#link-vacatures a {
	color: #f0800e;
	background: url(img/vacature-bg@2x.png) center 17px/34px 19px no-repeat;
}
#header ul li#link-vacatures a:hover {
	cursor: pointer;
}

#header ul li#link-offerte a {
	color: #f0800e;
	background: url(img/offerte-bg@2x.png) center 12px/40px 24px no-repeat;
}
#header ul li#link-offerte a:hover {
	cursor: pointer;
}

#header .pt-toggle-search {
    float: right;
    display: block;
    width: 42px;
    height: 42px;
    margin: 29px 0 29px 35px;
    background: #d2d2d2 url(img/search.png) center no-repeat;
    background-size: 24px;
    color: #fff;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    border-radius: 100%;
    transition: all .2s linear;
}
#header .pt-toggle-search:hover, .pt-toggle-search.pt-active {
    background-color: #4c4c4c;
    color: #fff;
}

#header .pt-search {
    display: none;
    position: absolute;
    right: 25px;
    top: 120px;
    padding: 15px;
    background: #fff;
    box-shadow: #0000001f 0px 4px 10px;
}
#header .pt-search:before {
    position: absolute;
    top: -10px;
    right: 26px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    content: " ";
}

#header .pt-search form {
    width: 400px;
}

#header .pt-search form input, #header .pt-search form button {
    float: left;
    height: 34px;
}

#header .pt-search form input {
    width: 366px;
    width: calc(100% - 40px);
    padding: 6px 12px;
    background: #fff;
    color: #555;
    border: 1px solid #ccc;
    border-right: 0;
    border-radius: 0;
}

#header .pt-search form button {
    width: 34px;
    background: #f0800e url(img/search.png) center no-repeat;
    background-size: 20px;
    color: #fff;
    border: 0;
    border-radius: 0px;
}
#header .pt-search form button:hover {
    background-color: #f18a21;
    cursor: pointer;
}


/* --- Mobile dropdown */

#mobile-nav {
	display: none;
	padding: 20px 0;
}

#mobile-nav select {
	width: 100%;
	margin: 0;
	padding: 10px 15px;
	color: #686464;
	font: 13px/24px "Open Sans", Arial;
	text-transform: uppercase;
	border: 1px solid #c5c4c4;
}


/* --- Mobile CTA */

#mobile-cta {
	display: none;
	height: 50px;
	background: #f0800e;
}

#mobile-cta span, #mobile-cta a {
    float: left;
	display: block;
	width: 50%;
	height: 50px;
	background: #f0800e;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
}
#mobile-cta span {
    border-right: 1px solid #f7b878;
}
#mobile-cta span:hover, #mobile-cta a:hover {
	cursor: pointer;
}

#mobile-cta img {
	margin-right: 5px;
	vertical-align: middle;
	width: 40px!important;
	height: 24px!important;
}


/* --- Banner */

#banner-wrapper .caroufredsel_wrapper {
	height: 550px!important;
}

#banner {
	height: 550px!important;
	background: #ebebeb;
	color: #fff;
	overflow: hidden;
}

.banner-text {
	width: 62.5%;
	padding-top: 45px;
}

.banner-text .title {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 50px;
	line-height: 54px;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
}

.banner-text .subtitle {
	margin-bottom: 45px;
	color: #f0800e;
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	text-shadow: 0 0 14px rgba(0, 0, 0, 1);
}

.banner-text a {
	float: left;
	clear: both;
}

.banner-text a.button {
	margin-bottom: 45px;
	padding-right: 50px;
	background-image: url(img/icon-play.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
}

.banner-text a.thumb {
	margin-left: -13px;
}

#banner .slide {
	float: left;
	width: 100%;
	height: 550px;
	background-color: #ebebeb;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}


/* --- Nav */

#nav {
	position: relative;
	height: 60px;
	background: #f0800e;
	z-index: 101;
}

#nav ul {
	display: table;
	width: 100%;
}

#nav ul li {
	display: table-cell;
	width: 20%;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	border-right: 1px solid #f7b878;
}
#nav ul li:last-child {
	border-right: 0;
}

#nav ul li a {
	display: block;
	height: 60px;
	padding-left: 52px;
	background-position: left center;
	background-repeat: no-repeat;
	color: #fff;
	line-height: 60px;
}
#nav ul li a:hover {
	background-color: #f3993e;
	color: #fff;
}

#nav ul li.menu-item-95 a { background-position: 26px center; background-image: url(img/nav-daken@2x.png); background-size: 41px 20px; }
#nav ul li.menu-item-94 a { background-position: 26px center; background-image: url(img/nav-onderhoud@2x.png); background-size: 30px 30px; }
#nav ul li.menu-item-100 a { background-position: 26px center; background-image: url(img/nav-veiligheid@2x.png); background-size: 48px 22px; }
#nav ul li.menu-item-99 a { background-position: 26px center; background-image: url(img/nav-duurzaamheid@2x.png); background-size: 41px 33px; }
#nav ul li.menu-item-376 a { background-position: 26px center; background-image: url(img/nav-kwaliteit@2x.png); background-size: 35px 31px; }

#nav ul li.current_page_item  a, #nav ul li.current-page-ancestor a {
	background-color: #f0800e;
	color: #fff;
}


/* --- Subnav */

#subnav {
	position: relative;
	height: 70px;
	background: url(img/subnav-bg.png) center top repeat-x;
	z-index: 100;
}

#subnav ul li {
	float: left;
	padding: 0 40px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

#subnav ul li a {
	display: block;
	height: 70px;
	color: #3f3a3a;
	line-height: 60px;
}
#subnav ul li a:hover {
	color: #7c7b7b;
}

#subnav ul li.current_page_item a {
	background: url(img/subnav-active.png) center top no-repeat;
	color: #f0800e;
}



/* Tools */

#tools {
	margin: 40px 0 -5px;
}

#tools-left {
	float: left;
	width: 62.5%;
}

#tools-right {
	float: right;
	width: 29%;
}

#tools a {
	color: #b0b0b0;
}

#tools-left a {
	padding-left: 20px;
	background: url(img/arrow-back.png) left center no-repeat;
}

#tools-right #prev {
	float: left;
	width: 50%;
}

#tools-right #prev a {
	padding-left: 15px;
	background: url(img/arrow-prev.png) left center no-repeat;
}

#tools-right #next {
	float: right;
	width: 50%;
}

#tools-right #next a {
	float: right;
	padding-right: 15px;
	background: url(img/arrow-next.png) right center no-repeat;
}



/* Content */

#content {
	padding: 30px 0 20px;
}

#content img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

#content iframe {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}


/* --- Full */

#full {
	float: left;
	width: 100%;
}


/* --- Main */

#main {
	float: left;
	width: 62.5%;
	margin-bottom: 40px;
}

#main ul {
	margin-bottom: 20px;
}

#main ul li {
	padding-left: 20px;
	background: url(img/li.png) left 9px no-repeat;
}

#main ol {
	margin-bottom: 20px;
}

#main ol li {
	margin-left: 20px;
	list-style-type: decimal;
}

#main table {
	margin-bottom: 20px;
}

#main table tr {}

#main table td {
	padding: 5px 20px;
	border: 1px solid #ddd;
	vertical-align: middle;
}

#main table td img {
	margin-top: 20px;
}

#main table thead td {
	background: #f0800e;
	color: #fff;
}

#main .column {
	width: calc(100% / 3);
	padding-right: 20px;
}

#main .column h2 {
	margin-bottom: 10px;
}

#main .column ul, #main .column ol {
	font-size: 13px;
}

#main .column img {
	margin-bottom: 8px;
}


/* --- Side */

#side {
	float: right;
	width: 29%;
	margin-bottom: 40px;
	padding-top: 11px;
}

#side h3 {
	margin-bottom: 12px;
	text-transform: uppercase;
}

#side ul.pages {
	margin-bottom: 35px;
	background: #f5f5f5;
}

#side ul.pages li {
	text-transform: uppercase;
}

#side ul.pages li a {
	display: block;
	padding: 8px 15px;
	color: #7c7b7b;
	border-bottom: 1px solid #ddd;
}
#side ul.pages li a:hover {
	color: #f3993e;
}

#side ul.pages li.current_page_item {
	margin-left: -8px;
	padding-left: 8px;
	background: url(img/li-bg.png) right center no-repeat;
}

#side ul.pages li.current_page_item a {
	color: #fff;
}

#side ul.downloads {
	margin-bottom: 20px;
	background: #f5f5f5;
}

#side ul.downloads li {}

#side ul.downloads li a {
	display: block;
	background: url(img/icon-pdf.png) 15px center no-repeat;
	padding: 8px 15px 8px 40px;
	border-bottom: 1px solid #ddd;
}

#side a.button {
	float: left;
	width: 100%;
	text-align: center;
	border-radius: 4px;
}










#side #share {
	padding: 20px;
	background: #f1f1f1;
	border-radius: 4px;
}

#side #share h2 {
	margin-bottom: 10px;
}

#side #share iframe {
	margin-bottom: 0px;
}

#side #share .addthis_inline_share_toolbox_fktx {
	margin-bottom: 20px;
}

#side #share > a {
	display: block;
	width: 100%;
	margin-bottom: 25px;
	padding: 12px 10px;
	background: #4db315;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 3px;
	transition: all 0.2s;
}
#side #share > a:hover {
	background: #f0800e;
}










/* ------ Contact block */

#contact-block {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#contact-block-top {
	float: left;
	width: 100%;
}

#contact-block-top #image {
	float: left;
	margin-right: 15px;
}

#contact-block-top #image img {
	float: left;
	margin-bottom: 0;
}

#contact-block-top #details {
	float: left;
	margin-top: 2px;
}

#contact-block-top h4 {
	color: #7C7B7B;
	font-size: 16px;
}

#contact-block-top em {
	color: #9f9f9f;
}

#contact-block-top span {
	padding-left: 25px;
	background: url(img/icon-tel.png) left bottom no-repeat;
}

#contact-block-top a {}

#contact-block-top a.mail {
	display: inline-block;
	float: left;
	padding-left: 25px;
	background: url(img/icon-mail.png) left center no-repeat;
}

#contact-block-top a.linkedin {
	display: inline-block;
	float: left;
	width: 16px;
	height: 24px;
	margin-left: 10px;
	background: url(img/icon-linkedin.png) center no-repeat;
}

#contact-block-form {
	float: left;
	width: 100%;
	margin-bottom: 12px;
	padding: 8px 20px 10px;
	background: #7c7b7b;
	color: #fff;
	border-radius: 4px;
}

#contact-block-form strong {
	display: inline-block;
	width: 100%;
	background: url(img/arrow-down.png) right center no-repeat;
	font-size: 14px;
}
#contact-block-form strong:hover {
	cursor: pointer;
}

#contact-block-form strong.active {
	background-image: url(img/arrow-up.png);
}

#contact-block-form-inner {
	margin-top: 12px;
}

#contact-block-form-inner.hidden {
	display: none;
}

#contact-block-form-inner input {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	padding: 0 15px;
	background: #a4a3a3 url(img/icon-req.png) right 15px center no-repeat;
	color: #fff;
	line-height: 40px;
	border-radius: 4px;
}

#contact-block-form-inner input[type=submit] {
	background: #f0800e;
	font-weight: bold;
}
#contact-block-form-inner input[type=submit]:hover {
	background: #f18a21;
	cursor: pointer;
}



#contact-block-form-inner ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
}
#contact-block-form-inner :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff;
   opacity: 1;
}
#contact-block-form-inner ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff;
   opacity: 1;
}
#contact-block-form-inner :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
}



/* Footer */

/* --- News */

#footer-news {
	padding: 55px 0 40px;
	background: #0a0a09 url(img/footer-news-bg.jpg) 15% 50% no-repeat;
	background-size: cover;
	color: #fff;
}

#footer-news #title {
	float: left;
	width: 100%;
	height: 44px;
	margin-bottom: 40px;
}

#footer-news #title h2 {
	float: left;
	padding-bottom: 20px;
	background: url(img/footer-news-title.gif) left bottom no-repeat;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}

#footer-news #title #goto-news {
	float: right;
	width: 250px;
	margin-top: 4px;
}

#footer-news #title #goto-news a {
	padding-right: 15px;
	background: url(img/arrow-right.png) right 3px no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 0 14px rgba(0, 0, 0, 1);
}

#footer-news #latest-news .item h3 {
	text-shadow: 0 0 11px rgba(0, 0, 0, 0.75);
}

#footer-news #latest-news .item span {
	color: #c8c8c8;
}

#footer-news #latest-news .item a.more {
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}


/* --- Contact */

#footer-contact {
	/* position: relative; */
	margin-top: -1px;
	padding: 55px 0 25px;
	background: #fff;
	border-top: 1px solid #cdcdcd;
	z-index: -1;
}

#footer-contact h3 {
	margin-bottom: 10px;
	font-size: 16px;
}

#footer-contact a.route {
	display: inline-block;
	margin-left: 12px;
	padding-left: 18px;
	background: url(img/icon-location.png) left center no-repeat;
}

#footer-contact a img {
	float: left;
	margin: 5px 30px 20px 0;
}
#footer-contact a:last-child img {
	margin-right: 0;
}

#footer-contact .column {
	width: 25%;
}

.social-icons a img{
    float: left;
	margin: 5px 10px 20px 0 !important;
}

/* --- Links */

#footer-links {
	margin-top: -1px;
	padding: 25px 0;
	background: #fff;
	border-top: 1px solid #cdcdcd;
	z-index: -1;
}

#footer-links .column {
	width: 25%;
}


/* --- Copy */

#footer-copy {
	padding: 20px 0;
	background: #7c7b7b;
	color: #e5e5e5;
	font-size: 13px;
	text-align: center;
}

#footer-copy span {
	padding: 0 15px;
}

#footer-copy a {
	color: #fff;
}



/* Pages */

#quick-contact {
	margin-bottom: 20px;
}


/* --- Home */

#homebuttons {
	float: left;
	width: 100%;
}

#homebuttons h2 {
	margin-bottom: 30px;
	font-size: 22px;
}

#homebuttons a {
	float: left;
	display: block;
	width: 19.6%;
	margin: 0 7.2% 7.2% 0;
	padding: 15px 8px;
	color: #f0800e;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	word-break: break-all;
	border: 2px solid #b1b1b1;
	border-radius: 0 20px 0 20px;
	transition: 0.2s;
}
#homebuttons a:nth-child(4n+4) {
	margin: 0 0 7.2% 0;
}
#homebuttons a:nth-last-child(2) {
	width: 46.4%;
	margin: 0 3.6% 7.2% 0;
}
#homebuttons a:last-child {
	width: 46.4%;
	margin: 0 0 7.2% 3.6%;
}
#homebuttons a:hover {
	background: #f0800e;
	color: #fff;
	border-color: #f0800e;
}



#homebuttons a .image {
	margin-bottom: 10px;
	padding: 0 20px;
}

#homebuttons a .image img {
	max-width: 100%;
	margin-bottom: 0;
	padding: 0;
	background: transparent;
	text-align: center;
	border: 0;
}

#homebuttons a .image svg {
	max-width: 100%;
}
#homebuttons a:hover .image svg path, #homebuttons a:hover .image svg rect {
	fill: #fff!important;
}


/* --- News */

/* ------ Overview */

#latest-news {
	float: left;
}

#latest-news .item {
	float: left;
	width: 375px;
	margin-bottom: 45px;
	padding-right: 125px;
}
#latest-news .item:nth-child(3n+3) {
	width: 250px;
	padding-right: 0;
}

#latest-news .item span {
	color: #7c7b7b;
	font-size: 12px;
}

#latest-news .item h3 {
	margin-bottom: 10px;
	font-size: 22px;
	text-transform: uppercase;
}

#latest-news .item p {
	margin-bottom: 10px;
}

#latest-news .item a.more {
	padding-right: 15px;
	background: url(img/arrow-right.png) right 3px no-repeat;
	text-transform: uppercase;
}

#content #latest-news {
	position: relative;
	padding: 20px 0 0;
}

#content #latest-news .item {
	margin-bottom: 30px;
	padding-bottom: 35px;
	border-bottom: 1px solid #e6e6e6;
}

#content #latest-news .remove-border {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}

/* ------ Detail */

#date {
	margin: -15px 0 12px;
	color: #9d9d9d;
	font-size: 13px;
}

/* --- References */

/* ------ Overview */

#categories {
	margin: 15px 0 70px;
	text-align: center;
}

#categories ul {}

#categories ul li {
	display: inline;
	padding: 0 13px;
	font-weight: 500;
	text-transform: uppercase;
}

#categories ul li.active {
	font-weight: 600;
}

#categories ul li a {
	color: #3f3a3a;
}
#categories ul li a:hover {
	color: #7c7b7b;
}

#categories ul li.active a {
	color: #f0800e;
}

#projects {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	padding: 0 5px;
}

#projects.home {
	margin-top: 15px;
	padding: 0;
}

#projects.home h2 {
	margin-bottom: 25px;
	color: #7c7b7b;
	font-size: 20px;
}

#projects.narrow {
	margin-bottom: 0;
	padding: 0;
}

#projects .project {
	float: left;
	position: relative;
	display: block;
	width: 290px;
	height: 190px;
	margin: 0 20px 40px 20px;
	background: #fff;
	color: #7c7b7b;
	font-weight: bold;
	font-size: 14px;
	border-radius: 4px;
	overflow: hidden;
}
#projects .project:nth-child(3n+3) {
	margin-right: ;
}

#projects.home .project:first-child {
	margin: 0 45px 40px 0;
}

#projects.narrow .project {
	margin: 0 0 20px 0;
}

#projects.home .project img, #projects.narrow .project img {
	float: left;
	min-width: 100%;
	height: auto;
	margin: 0;
}

#projects .project .name {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
	background: #fff;
}

#projects .project .hover {
	display: none;
}
#projects .project:hover .hover {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(124, 123, 123, 0.7) url(img/icon-plus.png) center no-repeat;
}

/* ------ Detail */

#reference-slider {
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 0 60px;
}

#reference-slider .flexslider {
    margin: 0;
	background: #fff;
    border: 0;
	border-radius: 4px;
}

#reference-slider .flexslider .slides {
	margin: 0;
	overflow: hidden;
}

#reference-slider .flexslider .slides li {
	padding: 0;
	background-image: none;
	text-align: center!important;
	border-radius: 4px;
	overflow: hidden;
}

#reference-slider .flexslider .slides img {
    width: auto;
	margin: 0 auto;
}



#reference-slider .flex-control-nav {
	margin-bottom: 0;
}

#reference-slider .flex-control-nav li {
    margin: 0 6px;
}



#reference-slider #pager {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	background: #fff;
	text-align: center;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	z-index: 1;
}

#reference-slider #pager a {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: #c5c4c4;
	text-indent: -9999px;
	border-radius: 5px;
}
#reference-slider #pager a.selected {
	background: #f0800e;
}

#reference-logo {
	margin: 15px 0;
}


/* --- Clients */

#clients {}

#clients .client {
	float: left;
	margin: 15px 0 30px;
	text-align: center;
}

#clients .client .logo {
	padding-bottom: 10px;
	background: url(img/client-bg.png) center bottom no-repeat;
}

#clients .client .logo img {
	max-width: 165px;
	max-height: 135px;
}

#clients .client h2 {
	color: #7c7b7b;
	font-size: 20px;
}

#clients .client span {
	color: #f0800e;
}


/* --- Opdrachtgevers */

#main.client {}

#main.client h2 {
	margin-top: 30px;
}



#main.client ul {
	color: #f0800e;
}

#main.client ul li {
	padding-left: 25px;
	background: url(img/check.png) left 5px no-repeat;
}

#main.client ul li a {
	padding-right: 15px;
	color: #a0a0a0;
	background: url(img/info.png) right center no-repeat;
}

#main.client ul li a:hover {
	padding-right: 15px;
	color: #53AB45;
	background: url(img/info-hover.png) right center no-repeat;
}

#reference-slider.clients {
	margin-top: 50px;
}

#reference-slider.clients .flexslider-clients .slides li {
	height: 100px;
	min-height: 100px;
	padding-left: 0;
	background: none;
	overflow: hidden;
}

#reference-slider.clients .flexslider-clients .slides img {
	position: relative;
	top: 50%;
	margin-bottom: 0;
	opacity: 0.5;
	filter: grayscale(100%);
	transform: translateY(-50%);
	transition: all 0.2s;
}
#reference-slider.clients .flexslider-clients .slides img:hover {
	opacity: 1;
	filter: grayscale(0);
}


/* --- Vacatures */

#vacatures {
	float: left;
	width: 100%;
	margin-top: 20px;
}

#vacatures .vacature {
	float: left;
	display: block;
	width: 100%;
	padding: 12px 10px;
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #e8e8e8;
}
#vacatures .vacature:first-child {
	border-top: 1px solid #e8e8e8;
}
#vacatures .vacature:hover {
	background: #fef9f3;
	color: #f0800e;
}

#vacatures .vacature span {
	padding-right: 17px;
	background: url(img/arrow-right@2x.png) right center no-repeat;
	background-size: 6px 11px;
	float: right;
	font-size: 13px;
}



#vacature-form {
	float: left;
	width: 100%;
	margin: 60px 0 100px;
	padding: 40px 40px 45px; /* padding: 40px 40px 20px; */
	background: #fdf2e6;
	border-radius: 4px;
}

#vacature-form h3 {
	margin-bottom: 20px;
	font-size: 26px;
}

#vacature-form label {
	font-weight: normal;
	font-size: 14px;
}

#vacature-form .wpforms-field-html {
	color: #7c7b7b;
	font-style: italic;
	font-size: 14px;
}

#vacature-form input[type=text], #vacature-form input[type=tel], #vacature-form input[type=email] {
	padding: 9px 20px;
	border: 1px solid #f9d0a5;
	border-radius: 3px;
}

#vacature-form button[type=submit] {
	width: 100%;
	padding: 12px 20px;
	background-color: #4db315;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	border: 1px solid #4db315;
	border-radius: 3px;	
}
#vacature-form button[type=submit]:hover {
	cursor: pointer;
}

#vacature-form .wpforms-submit-container {
	float: right;
	width: 48%;
}




/* --- WPForms styling */

label {
	font-weight: normal;
	font-size: 14px;
}

.wpforms-field-html {
	color: #7c7b7b;
	font-style: italic;
	font-size: 14px;
}

input[type=text], input[type=tel], input[type=email], input[type=number] {
	padding: 9px 20px;
	border: 1px solid #f9d0a5;
	border-radius: 3px;
}

button[type=submit] {
	width: 100%;
	padding: 12px 20px;
	background-color: #4db315;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	border: 1px solid #4db315;
	border-radius: 3px;	
}
button[type=submit]:hover {
	cursor: pointer;
}

.wpforms-container {
    margin-bottom: 40px;
}


#wpforms-form-5980 input[type=text], #wpforms-form-5980 input[type=tel], #wpforms-form-5980 input[type=email], #wpforms-form-5980 input[type=number] {
	border-color: #cbcaca;
}


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

	#vacature-form .wpforms-one-half {
		width: 100%;
		margin-left: 0;
	}
	
	#vacature-form .wpforms-submit-container {
		width: 100%;
	}
	
}


/* --- Offerte */

input.wpcf7-form-control.wpcf7-submit:hover {
    cursor: pointer;
    background-color: #4fc90c;
    border-color: #4fc90c !important;
    transition: 0.3s all;
}

.wpcf7-form-control.wpcf7-file{
    border: none !important;
}

.wpcf7-form-control.wpcf7-submit{
    background-color: #4db315;
    border-color: #4db315 !important;
    color: white;
    font-weight: 600;
}

select {
    width: 100% !important;
    margin: 8px 0 !important;
    padding: 9px 20px !important;
    border: 1px solid #cbcaca !important;
    border-radius: 3px !important;
    height: 44px;
}

textarea {
    width: 100%;
    margin: 8px 0;
    padding: 9px 20px;
    border: 1px solid #cbcaca;
    border-radius: 3px;
}

#offerte-form {
	float: left;
	width: 100%;
	margin-bottom: 24px;
}

#offerte-form h2 {
	margin-bottom: 17px;
	font-size: 18px;
}

#offerte-form label {
	font-weight: normal;
	font-size: 14px;
}

#offerte-form input:not([type='checkbox']) {
	width: 100%;
	margin: 8px 0;
	padding: 9px 20px;
	border: 1px solid #cbcaca;
	border-radius: 3px;
}



#offerte-form span.wpcf7-list-item {
	margin: 0 0 12px 0;
	width: 100%;
}

#offerte-form span.wpcf7-list-item input {
	position: absolute;
	display: none;
}

#offerte-form .wpcf7-list-item input[type=radio]+span {
	position: relative;
	display: inline-block;
	padding-left: 32px;
	line-height: 22px;
}

#offerte-form .wpcf7-list-item input[type=radio]+span:before {
	position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
	width: 22px;
	height: 22px;
	background: #fff;
	border: 1px solid #cbcaca;
	border-radius: 3px;
    content: '';
}

#offerte-form .wpcf7-list-item input[type=radio]:checked+span:before {
	background: #f0800e url(img/checkbox.png) center/15px 11px no-repeat;
	border-color: #f0800e;
}






#offerte-form .wpcf7-list-item input[type=checkbox]+span {
	position: relative;
	display: inline-block;
	padding-left: 32px;
	line-height: 22px;
}

#offerte-form .wpcf7-list-item input[type=checkbox]+span:before {
	position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
	width: 22px;
	height: 22px;
	background: #fff;
	border: 1px solid #cbcaca;
	border-radius: 3px;
    content: '';
}

#offerte-form .wpcf7-list-item input[type=checkbox]:checked+span:before {
	background: #f0800e url(img/checkbox.png) center/15px 11px no-repeat;
	border-color: #f0800e;
}



#offerte-form-send {
	float: left;
	width: 100%;
	padding: 50px 0 30px;
	background: #faf3e6;
}

#offerte-form-send input[type=submit] {
	width: 100%;
	padding: 12px 20px;
	background-color: #4db315;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	border: 1px solid #4db315;
	border-radius: 3px;	
}
#offerte-form-send input[type=submit]:hover {
	cursor: pointer;
}



#offerte-form-disclaimer {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 80px;
    font-style: italic;
}

#offerte-form-disclaimer .text {
    float: right;
    width: 50%;
    padding-left: 40px;
}



#offerte-form-response {
	float: left;
	width: 100%;
}

div.wpcf7-response-output {
	float: left;
	width: 100%;
	margin: 50px auto 0!important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #f0800e!important;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #4db315!important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
    margin-top: -50px !important;
    display: block;
    margin-bottom: 70px!important;
    width: 46%;
    float: right;
}


@media screen and (min-width: 1080px) {
	
	#offerte-form span input.small {
		width: 30.87%;
		margin-right: 17px;
	}
	#offerte-form span:last-child input.small {
		margin-right: 0;
	}
	
}

@media screen and (min-width: 769px) {
	
	#offerte-form .column {
		width: 50%;
	}
	#offerte-form .column:first-of-type {
		padding-right: 40px;
	}
	#offerte-form .column:last-of-type {
		padding-left: 40px;
	}
	
	
	#offerte-form-send .column {
		width: 50%;
	}
	#offerte-form-send .column:first-of-type {
		padding-right: 40px;
	}
	#offerte-form-send .column:last-of-type {
		padding-left: 40px;
		padding-right: 40px;
	}

	
}

@media screen and (max-width: 768px) {
	
	#offerte-form .column {
		width: 100%;
	}
	
	#offerte-form-send .column {
		width: 100%;
	}
	
    #offerte-form-disclaimer .text {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    
    .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
        margin-top: -50px !important;
        display: block;
        margin-bottom: 70px!important;
        width: 100%;
        float: right;
    }
    
}


/* --- Contact */

#contact .column h2 {
	margin-bottom: 2px;
	font-size: 16px;
}

#contact-bottom {
	font-size: 13px;
	line-height: 22px;
}


/*--- Search results */

#results {}

#results .result {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}





/* CMS */

.search-highlight {
	background: #ff0;
}



img.alignright { float: right; margin: 0 0 20px 20px; }
img.alignleft { float: left; margin: 0 20px 20px 0; }
img.aligncenter { display: block; margin: 0 auto 20px; }
a img.alignright { float: right; margin: 0 0 20px 20px; }
a img.alignleft { float: left; margin: 0 20px 20px 0; }
a img.aligncenter { display: block; margin: 0 auto 20px; }

img.size-thumbnail, img.size-medium, img.size-large, img.size-full {
	max-width: 96%;
	padding: 3px;
	background: #fff;
	text-align: center;
	border: 1px solid #ddd;
}



.wp-caption {
    max-width: 96%;
    padding: 5px 3px 10px;
    background: #fff;
    text-align: center;
    border: 1px solid #ddd;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    width: auto;
    max-width: 98.5%!important;
    height: auto;
    margin: 0!important;
    padding: 0!important;
    border: 0 none!important;
}

.wp-caption p.wp-caption-text {
	font-style: italic;
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 5px;
}



/* Overlay */

.overlay {
	position: absolute;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	width: 100%;
	height: 100%;
	padding-top: 55px;
	background: rgba(240,128,14,0.95);
	color: #fff;
	font-size: 16px;
	z-index: 200;	
    overflow: hidden;
}

.overlay-inner {
	max-width: 960px;
	margin: 0 auto;
}

.overlay h2, .overlay h3 {
	color: #fff;
	text-align: center;
}

.overlay h2 {
	margin-bottom: 45px;
	padding-bottom: 45px;
	background: url(img/line.png) center bottom no-repeat;
	font-size: 32px;
	line-height: 42px;
}

.overlay h2 span {
	display: inline-block;
	margin-left: 10px;
	padding-left: 20px;
	background: url(img/icon-tel-big.png) left 8px no-repeat;
	color: #515151;
}

.overlay h2 a {
	color: #515151;
}

.overlay h3 {
	margin-bottom: 25px;
	font-size: 22px;
}

.overlay input, .overlay textarea {
	float: left;
	width: calc(33.3% - 30px);
	height: 40px;
	margin: 0 15px 30px;
	padding: 10px 15px;
	background: #fff;
	color: #7f7f7f;
	font-size: 16px;
	line-height: 28px;
	border-radius: 4px;
}

.overlay input {}
.overlay input[type=submit] {
	background: #515151;
	color: #fff;
	line-height: normal;
}
.overlay input[type=submit]:hover {
	background: #fff;
	color: #f0800e;
	cursor: pointer;
}

.overlay input.req {
	background-image: url(img/icon-req-grey.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
}

.overlay textarea {
	width: calc(100% - 30px);
	height: 130px;
}

.overlay div.req {
	float: left;
	width: calc(33.3% - 30px);
	height: 40px;
	margin: 10px 15px 30px;
	padding-left: 15px;
	font-size: 12px;
}

.overlay div.terms {
	float: left;
	width: calc(100% - 30px);
	margin: 0 15px 30px;
	padding: 0 15px;
	font-size: 11px;
	line-height:16px;
}

.overlay div#error, .overlay div#success {
	text-align: center;
}

.overlay div#error {
	margin-bottom: 30px;
}


/* --- Close */

.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 250;
}
.overlay .overlay-close:hover {
	cursor: pointer;
}


/* --- Effects */

.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}




/* Popup maker */

.pum-theme-default-theme .pum-container {
    padding: 40px 20px!important;
}




/* Responsive */

.nav-button {
	display: none;
	position: absolute;
	top: 28px;
	right: 77px;
	background: url(img/nav-button@2x.png) center no-repeat;
	background-size: 28px 15px;
	height: 28px;
	width: 28px;
	cursor: pointer;
	z-index: 150;
}

.nav-list-mobile {
	display: none;
}



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

	#header ul li {
		margin-left: 15px;
	}
	
	#header .pt-toggle-search {
		margin-left: 15px;
	}
	
	
	
	#main #projects .project, #side #projects .project {
		width: 100%;
		height: auto;
		margin: 0 0 20px;
	}
	
	
	
	#latest-news .item {
		width: 33.3%;
		padding-right: 125px;
	}
	
}



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

	.container {
		padding: 0 20px;
	}
	
	
	
	.row .column .column {
		width: 100%!important;
	}
	
	
	
	#nav .container {
		padding: 0;
	}
	
	#nav ul li a {
		padding: 0;
		background-image: none!important;
	}
	
	
	
	#side ul.pages {
		margin-bottom: 50px;
	}
	
	#side ul.downloads {
		margin-bottom: 50px;
	}
	
	#side iframe {
		margin-bottom: 50px;
	}
	
	#side #contact-block {
		margin-bottom: 50px;
	}
	
	
	
	/*
	#header ul li {
		margin-left: 15px;
	}
    
	#subnav ul li {
		padding: 0 20px;
	}
    
    #header .pt-toggle-search {
        margin-left: 15px;
    }
	*/
	
	#header {
		height: 84px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#header a#logo {
		margin-top: 19px;
		margin-top: 9px;
		margin-left: 0;
	}
    
    #header .pt-toggle-search {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    
	#header .pt-search {
        right: 0;
        top: 84px;
        width: 100%;
        border-top: 1px solid #ccc;
    }
    #header .pt-search:before {
        display: none;
    }
	
    #header .pt-search form {
        width: 100%;
    }
    
        
	
	.nav-button {
		display: block;
	}
	
	.nav-list {
		display: none;
	}
	
	.nav-active {
		display: block!important;
	}
	
	
	
	#header-nav {
		float: none;
		position: absolute;
		top: 84px;
		right: 0;
		display: inline-block;
		width: 100%;
		height: auto;
		margin: 0;
		padding-top: 0;
		line-height: normal;
		z-index: 1;
	}
	
	#header-nav ul {
		width: 100%;
		height: auto;
	}
	
	#header-nav ul li {
		margin-left: 0!important;
		padding: 0;
	}
	
	#header-nav ul li a {
		display: block;
		width: 100%;
	}
	
	
	
	#header-nav ul.top li {
		float: left;
		width: 50%;
		width: 100%;
		border-bottom: 1px solid #f5a657;
	}
	#header-nav ul.top li:nth-child(odd) {
		border-right: 1px solid #f5a657;
		border-right: 0;
	}
	
	#header-nav ul.top li a {
		height: 75px;
		height: 50px;
		padding-left: 100px;
		background-color: #f0800e;
		background-position: left center;
		background-repeat: no-repeat;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		line-height: 102px;
		line-height: 50px;
		text-align: center;
		text-align: left;
	}
	#header-nav ul.top li a:hover {
		background-color: #f18a21;
	}
	
	#header-nav ul.top li.menu-item-95 a { background-position: 26px 15px; background-image: url(img/nav-daken@2x.png); background-size: 41px 20px; }
	#header-nav ul.top li.menu-item-94 a { background-position: 32px 11px; background-image: url(img/nav-onderhoud@2x.png); background-size: 30px 30px; }
	#header-nav ul.top li.menu-item-100 a { background-position: 23px 14px; background-image: url(img/nav-veiligheid@2x.png); background-size: 48px 22px; }
	#header-nav ul.top li.menu-item-99 a { background-position: 26px 8px; background-image: url(img/nav-duurzaamheid@2x.png); background-size: 41px 33px; }
	#header-nav ul.top li.menu-item-376 a { background-position: 29px 9px; background-image: url(img/nav-kwaliteit@2x.png); background-size: 35px 31px; }
	
	#header-nav ul.top li.current_page_item a {
		background-color: #f3993e;
		color: #fff!important;
	}
	
	
	
	#header-nav ul.bottom li {
		float: none;
		width: 100%;
		border-bottom: 1px solid #bebdbd;
	}
	
	#header-nav ul.bottom li a {
		height: 50px;
		padding: 0 20px;
		background: #ebebeb;
		color: #4c4a4a;
		font-weight: normal;
		line-height: 50px;
	}
	
	#header-nav ul.bottom li a:hover {
		background: #7c7b7b;
		color: #fff!important;
		text-decoration: none;
	}
	
	#header-nav ul.bottom li.current_page_item a {
		color: #f0800e!important;
	}
	#header-nav ul.bottom li.current_page_item a:hover {
		color: #fff!important;
	}
	
	
	
	#mobile-cta {
		display: block;
	}
	
	
	
	#nav {
		display: none;
	}
	
	#subnav {
		display: none;
	}
	
	#mobile-nav {
		display: block;
	}
	
	
	
	#latest-news .item {
		width: 50%;
		padding-right: 125px;
	}
	
	#footer-news #latest-news .item:nth-child(3n+3) {
		display: none;
	}
	
	
	
	.overlay {
		position: absolute;
	}
	
}



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

	h1 {
		font-size: 24px;
	}
	
	
	
	.row .column:first-child {
		width: 100%!important;
	}
	.row .column:last-child {
		width: 100%!important;
	}

	.row .column .column {
		width: 100%!important;
	}
	
	
	
	#tools-left {
		width: 100%;
	}

	#tools-right {
		width: 100%;
		padding-top: 10px;
	}
	
	
	
	#main {
		width: 100%;
	}
	
	#side {
		width: 100%;
	}
	
	#side ul.pages {
		display: none;
	}
	
	
	
	#latest-news .item {
		width: 100%;
		padding-right: 0;
	}
	
	#footer-news #title #goto-news {
		display: none;
	}
	
	
	
	#footer-contact .column {
		width: 50%;
	}
	
	
	
	.overlay h2 {
		margin-bottom: 30px;
		padding-bottom: 30px;
		font-size: 28px;
		line-height: 38px;
	}
	
	.overlay h3 {
		font-size: 18px;
	}
	
	.overlay .overlay-close {
		right: 15px;
		top: 15px;
		width: 60px;
		height: 60px;
	}
	
}



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

	h1 {
		font-size: 22px;
	}
	
	
	
	#banner-wrapper .caroufredsel_wrapper {
		height: 310px!important;
	}
	
	#banner {
		height: 310px!important;
	}
	
	.banner-text {
		padding-top: 20px;
	}
	
	.banner-text .title {
		margin-bottom: 15px;
		font-size: 24px;
		line-height: 30px;
	}
	
	.banner-text .subtitle {
		margin-bottom: 30px;
		font-size: 15px;
		line-height: 22px;
	}
	
	.banner-text a.button {
		width: 100%;
	}
	
	#banner .slide {
		height: 310px;
	}
	
	
	
	#main .column {
		width: 100%;
	}
	
	
	
	#homebuttons a:nth-child(odd) {
		width: 47.5%;
		margin: 0 2.5% 5% 0;
	}
	#homebuttons a:nth-child(even) {
		width: 47.5%;
		margin: 0 0 5% 2.5%;
	}
	
	
	
	.overlay h2 {
		margin-bottom: 25px;
		padding-bottom: 25px;
		font-size: 24px;
		line-height: 34px;
	}
	
	.overlay h3 {
		font-size: 14px;
	}
	
	.overlay input, .overlay textarea {
		width: calc(100% - 30px);
	}
	
	.overlay textarea {
		width: calc(100% - 30px);
	}

	.overlay div.req {
		width: calc(100% - 30px);
	}
	
	.overlay .overlay-close {
		right: 10px;
		top: 10px;
		width: 40px;
		height: 40px;
	}
	
}



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

    #header a#logo {
		margin-top: 25px;
	}
    
    #header a#logo img {
        width: 219px;
		height: 45px;
	}
    
    
    
	.banner-text {
		width: 100%;
	}
	
	
	
	#footer-contact .column {
		width: 100%;
	}
	
	
	
	#column4 {
		display: none;
	}
	
	
	
	#homebuttons a:nth-last-child(2), #homebuttons a:last-child {
		width: 100%!important;
		margin: 0 0 5% 0!important;
	}
	
}





@media screen and (min-width: 769px) and (max-width: 960px) {

}

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

}

@media screen and (min-width: 321px) and (max-width: 480px) {

}

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

}