.pum-theme-118943 .pum-container, .pum-theme-lightbox .pum-container {
    padding: 0px;
    border-radius: 3px;
    border: none !important;
    box-shadow: none !important;
   background-color: rgba( 255, 255, 255, 0.0) !important;
}
.blurb-card .et_pb_main_blurb_image {
    margin-bottom: 0 !important;
}
.blurb-card h6 {
    color: #DF8C1F;
    margin-top: 20px;
}
.blurb-card .et_pb_button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
}
.blurb-card .et_pb_blurb {
    margin-bottom: 0 !important;
}
.blurb-card .et_pb_column {
    position: relative;
}
.blurb-card .et_pb_blurb_container {
    background: #fff;
    padding: 75px 25px 25px 25px;
    border-radius: 4px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, .5) !important;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, .5) !important;
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, .5) !important;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear;
    margin-top: -50px;
}
.blurb-card .et_pb_column:hover .et_pb_blurb_container {
    -webkit-box-shadow: 5px 15px 15px rgba(0, 0, 0, .8) !important;
    -moz-box-shadow: 5px 15px 15px rgba(0, 0, 0, .8) !important;
    box-shadow: 5px 15px 15px rgba(0, 0, 0, .8) !important;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

/* schijneffect */
.blurb-card .et-pb-icon {
    padding: 33px;
    font-size: 35px;
    position: relative;
    z-index: 1;
    color: #DF8C1F !important;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
}
.blurb-card .img {
    padding: 33px;
    font-size: 35px;
    position: relative;
    z-index: 1;
    color: #DF8C1F !important;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
}
.blurb-card .et-pb-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.blurb-card .et-pb-icon:before {
    content: '';
    display: block;
}
.blurb-card .et-pb-icon {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.blurb-card .et-pb-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.blurb-card .et_pb_column:hover .et-pb-icon {
    background: rgba(255, 255, 255, 0.05);
    color: #fff !important;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
}
.blurb-card .et_pb_column:hover .et-pb-icon:after {
    -webkit-animation: sonarEffect 0.5s ease-out 50ms;
    -moz-animation: sonarEffect 0.5s ease-out 75ms;
    animation: sonarEffect 0.5s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px #DF8C1F, 0 0 10px 10px #DF8C1F, 0 0 0 10px #DF8C1F;
    }
    100% {
        box-shadow: 0 0 0 2px #DF8C1F, 0 0 10px 10px #DF8C1F, 0 0 0 10px #DF8C1F;
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px #DF8C1F, 0 0 10px 10px #DF8C1F, 0 0 0 10px #DF8C1F;
    }
    100% {
        box-shadow: 0 0 0 2px #DF8C1F, 0 0 10px 10px #DF8C1F, 0 0 0 10px #DF8C1F;
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px #DF8C1F, 0 0 10px 10px #DF8C1F, 0 0 0 10px #DF8C1F;
    }
    100% {
        box-shadow: 0 0 0 2px #DF8C1F, 0 0 10px 10px #DF8C1F, 0 0 0 10px #DF8C1F;
        transform: scale(1.5);
        opacity: 0;
    }
}
.tweede .et_pb_promo_description {
float: left;
width: 70%;
padding-bottom: 10px;
padding-top: 12px;
}
.tweede .et_pb_section { padding: 0px 0; margin-bottom:-5px; }

/*** Contactformulier ***/
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	background: #499BA6;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #3E858E;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

/*** Contactformulier responsive ***/
#responsive-form{
	max-width:800px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.column-half{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:50%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.column-third{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:33%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.bookly-progress-tracker .step {
    background: #084780;
}
.bookly-extra-step .bookly-extras-item .bookly-extras-total-price {
    display: none;
}
.bookly-extra-step .bookly-extras-item {
    margin-bottom: 40px !important;
}
#bookly-form-593d61eb3af1b > div:nth-child(2) {text-align:center;}
@media only screen and ( min-width: 300px ) and ( max-width: 760px ) {
div.one_half:nth-child(1) {display:none;}
}
#footer-info, #footer-info a {
    color: #ffffff;
    font-weight: 500;
}