/*
	Theme Name: ACCS
	Description: Internationaal Incasseren
	Version: 0.0.3
	Author: Dion Spierings
	Author URI: https://groeigenoten.online
	Tags: HTML5, CSS3
	License: MIT
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */

*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */


/* html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
} */


/* clear */

.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: #f49a00;
}

a:link {
	color: #f49a00;
	text-decoration:none;
}

a:visited {
	color: #f49a00;
	text-decoration:none;
}

a:hover,
a:active,
a:focus {
	outline: 0;
	text-decoration:underline;
}

input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}

ul.type-usplist {
	list-style-type: none;
	font-size: 14px;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/*preloader*/

.h-100 {
	display: none;
}

.preloader {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 9999;
	background: white;
}

.preloader-loading-icon {
	background: url("img/loading.svg") no-repeat;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 91px;
	height: 91px;
	margin-top: -45.5px;
	margin-left: -45.5px;
}


/* wrapper */

.wrapper {
	max-width: 1280px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family: 'Gill Sans MT';
	src: url('fonts/GillSans/GillSansMT.eot');
	src: url('fonts/GillSans/GillSansMT.eot?#iefix') format('embedded-opentype'), url('fonts/GillSans/GillSansMT.woff2') format('woff2'), url('fonts/GillSans/GillSansMT.woff') format('woff'), url('fonts/GillSans/GillSansMT.ttf') format('truetype'), url('fonts/GillSans/GillSansMT.svg#GillSansMT') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gill Sans Light';
	src: url('fonts/GillSansLight/GillSans-Light.eot');
	src: url('fonts/GillSansLight/GillSans-Light.eot?#iefix') format('embedded-opentype'), url('fonts/GillSansLight/GillSans-Light.woff2') format('woff2'), url('fonts/GillSansLight/GillSans-Light.woff') format('woff'), url('fonts/GillSansLight/GillSans-Light.ttf') format('truetype'), url('fonts/GillSansLight/GillSans-Light.svg#GillSans-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.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 {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 17px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
	margin: 10px 0px 0px 0px;
}

.sticky {}

.bypostauthor {}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

html,
body {
	max-width: 100% !important;
	overflow-x: hidden !important;
}

body {
	overflow-x: hidden;
	font-size: 17px!important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #ad9c9c;
}

p,
table {
	line-height: 1.95;
	font-family: 'Gill Sans Light', Tahoma, sans-serif;
	font-size: 20px;
	color: #002c51;
}

a {
	color: #c6294c;
}

a,
button {
	transition: all 0.2s ease 0s!important;
	color: #f49a00;
	text-decoration: none;
	background-color: transparent;
}



.text-primary {
	color: #fed136 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Gill Sans MT', Tahoma, sans-serif!important;
	color: #f49a00;
	font-weight: 800;
}

.paragraph h2 {
	font-family: font-family: 'Gill Sans MT', Tahoma, sans-serif!important;
	font-size: 26px;
}

h3 {
	margin: 5px 0px 25px 0px;
}

.paragraph p strong {
	font-family: 'Gill Sans MT', Tahoma, sans-serif!important;
	font-weight: normal;
	color: #002c51;
}

section {
	padding: 20px 0;
}

h2.section-heading.text-uppercase {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 15px;
	color: #f49a00;
}

section h3.section-subheading {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 75px;
	text-transform: none;
	color: #2a3442;
}

@media (min-width: 768px) {
	section {
		padding: 20px 0;
	}
}

.btn {
	font-family: 'Gill Sans MT', Tahoma, sans-serif!important;
	letter-spacing: 1px;
	text-transform: uppercase!important;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	margin-bottom: 5px !important;
	border: 0;
	border-radius: 0px!important;
	background-color: #f49a00;
	font-size: 1.143em;
	line-height: 1.313;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 3px #3a8fb3;
	cursor: pointer;
	-webkit-transition: background-color .125s ease-in-out;
	transition: background-color .125s ease-in-out;
	box-shadow: 0 3px #f49a00;
}

.btn-xl {
	font-size: 28px !important;
	padding: 10px 33px !important;
	text-transform: uppercase!important;
	margin-top: 10px;
	border-radius: 0px!important;
}

.btn-primary {
	font-family: 'Gill Sans MT', Tahoma, sans-serif!important;
	background-color: #f49a00!important;
	box-shadow: 0 3px #f49a00!important;
	color: white!important;
	text-transform: uppercase!important;
	border-color: #f49a00!important;
	position: relative;
	display: inline-block;
	transition: all 0.2s ease 0s!important;
	border-radius: 0px!important;
	letter-spacing: 1px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	border-color: #A6E9FF!important;
}

input.wpcf7-form-control.wpcf7-submit.btn-primary {
	transition: all 0.2s ease 0s!important;
}

input.wpcf7-form-control.wpcf7-submit.btn-primary:hover,
input.wpcf7-form-control.wpcf7-submit.btn-primary:focus,
input.wpcf7-form-control.wpcf7-submit.btn-primary:active {
	background-color: #FBAF28!important;
	box-shadow: 0 3px #FBAF28!important;
	background-color: #FBAF28!important;
	border-color: #FBAF28!important;
	outline: 0;
	top: 1px;
	box-shadow: 0 2px #FBAF28!important;
}

a.btn.btn-primary.btn-xl.js-scroll-trigger:hover,
a.btn.btn-primary.btn-xl.js-scroll-trigger:focus,
a.btn.btn-primary.btn-xl.js-scroll-trigger:active {
	background-color: #FBAF28!important;
	box-shadow: 0 3px #FBAF28!important;
	background-color: #FBAF28!important;
	border-color: #FBAF28!important;
	outline: 0;
	top: 1px;
	box-shadow: 0 2px #3480a1;
}

a.btn:hover,
a.btn:focus,
a.btn:active {
	background-color: #A6E9FF!important;
	outline: 0;
	top: 1px;
	box-shadow: 0 2px #A6E9FF!important;
}

a.btn.btn-primary {
	color:white!important;
}


::selection {
	background: #fed136;
	text-shadow: none;
}

img::selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}


/*navigation*/

a.navbar-brand.hidden {
	display: none;
	opacity: 0;
}

a.navbar-brand-unscrolled.hidden {
	display: none;
	opacity: 0;
}

a.navbar-brand img,
a.navbar-brand-unscrolled img {
	width: 300px;
	height:auto;
    margin: 0px;
}

#mainNav {
	background-color: white;
}

#mainNav .navbar-toggler {
	font-size: 12px;
	right: 0;
	padding: 13px;
	text-transform: uppercase;
	color: white;
	border: 0;
	background-color: #f58220;
	font-family: 'Gill Sans MT', Tahoma, sans-serif!important;
}

#mainNav .navbar-brand {
	color: #fed136;
	font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
	color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
	padding: 0.75em 0;
	letter-spacing: 1px;
	color: #134b98;
	font-family: 'Gill Sans MT', Tahoma, sans-serif!important;
	outline: 0;
	transition: all 0.2s ease 0s!important;
	text-decoration:none!important;
}

#mainNav .navbar-nav .nav-item .nav-link.scrolled {
	color: #2090BE;
}

#mainNav .navbar-nav .nav-item .nav-link {
	color: #002c50;
}

#mainNav .navbar-nav .nav-item .nav-link.scrolled:hover,
#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
	color: #f49a00;
}

li.nav-item a.nav-link {
	padding: 11px;
	letter-spacing: 1px;
	color: #134b98;
	font-family: 'Gill Sans MT', Tahoma, sans-serif!important;
	text-transform: uppercase;
}


li.nav-item a.nav-link.active,
li.nav-item a.nav-link:active,
li.nav-item a.nav-link:hover,
li.nav-item a.nav-link:focus

 {
	color: #F6AC2F;
}


#mobileNav {
	background-color: white;
}

#mobileNav .navbar-toggler {
	font-size: 12px;
	right: 0;
	padding: 13px;
	text-transform: uppercase;
	color: white;
	border: 0;
	background-color: #f49a00;
	font-family: 'Gill Sans MT', Tahoma, sans-serif!important;
	border-radius: 0px!important;
}

#mobileNav .navbar-brand {
	color: #fed136;
	font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mobileNav .navbar-brand.active,
#mobileNav .navbar-brand:active,
#mobileNav .navbar-brand:focus,
#mobileNav .navbar-brand:hover {
	color: #fec503;
}

#mobileNav .navbar-nav .nav-item .nav-link {
	font-size: 90%;
	font-weight: 800;
	padding: 0.75em 0;
	letter-spacing: 1px;
	color: #002C50;
	font-family: 'Gill Sans MT', Tahoma, sans-serif!important;
	outline: 0;
	transition: all 0.2s ease 0s!important;
}

#mobileNav .navbar-nav .nav-item .nav-link.scrolled {
	color: #2090BE;
}

#mobileNav .navbar-nav .nav-item .nav-link.scrolled:hover,
#mobileNav .navbar-nav .nav-item .nav-link.active,
#mobileNav .navbar-nav .nav-item .nav-link:hover {
	color: #f6ac2f;
}

.headroom {
	will-change: transform!important;
	-webkit-transition: transform 200ms linear!important;
	-moz-transition: transform 200ms linear!important;
	-ms-transition: transform 200ms linear!important;
	-o-transition: transform 200ms linear!important;
	transition: transform 200ms linear!important;
}

.headroom--pinned {
	transform: translateY(0%)!important;
	-webkit-transform: translateY(0%)!important;
	-ms-transform: translateY(0%)!important;
	-o-transform: translateY(0%)!important;
	transform: translateY(0%)!important;
}

.headroom--unpinned {
	transform: translateY(-100%)!important;
	-webkit-transform: translateY(-100%)!important;
	-ms-transform: translateY(-100%)!important;
	-o-transform: translateY(-100%)!important;
	transform: translateY(-100%)!important;
}


/*logo mediaqueries*/

@media (max-width: 992px) {
	.logo_title_event {
		display: none;
	}
	.logo_event_mobile {
		height: 200px;
		width: auto;
		display: block;
	}
}

@media (min-width: 993px) {
	.logo_event_mobile {
		display: none;
	}
}

@media only screen and (max-width:770px) and (min-width:370px) {
	.logo_event_mobile img.img-fluid {
		max-width: 100%;
		height: 172px;
	}
}

@media only screen and (min-device-width: 370px) and (max-device-width: 770px) and (orientation: portrait) {
	.logo_event_mobile img.img-fluid {
		height: auto;
	}
}

@media (min-width: 992px) {
	#mainNav {
		padding-top: 25px;
		-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
		transition: padding-top 0.3s, padding-bottom 0.3s;
		border: none;
		background-color: transparent;
	}
	#mainNav .navbar-brand {
		font-size: inherit;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	#mainNav.navbar {
		background-color: white;
		border-top: 6px solid #f49a00;
	}
	#mainNav .navbar-nav .nav-item .nav-link {
		padding: 1.1em 1em !important;
	}
	#mainNav.navbar-shrink {
		padding-top: 0;
		padding-bottom: 0;
		background-color: white;
		box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
	}
	#mainNav.navbar-shrink .navbar-brand {
		padding: 0px;
		margin: 0px;
	}
}


/*intro section*/


/*logo first section*/

.h-100 {
	/* 	background: repeating-linear-gradient( -55deg, #0e3b64, #0e3b64 5px, #114a7f 5px, #114a7f 10px ) !important; */
	margin-top: 12%;
	z-index: 1;
}

.loyalis-img-wrap {
	height: 100%;
	/* 	background-color:green; */
	padding: 20px 0px 20px 40px;
}

.wrapper_title_event {
	height: 100%;
	width: 100%;
	display: block;
}

img.img-fluid.mobile-logo {
	max-width: 100px;
}

.logo_sm {
	height: 400px;
	width: 100%;
}

.event-intro-text {
	margin-top: 15%;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 2px solid rgba(0, 0, 0, .1);
	border-color: #005B93;
}

h1.event_title,
header.masthead h1 {
	font-family: 'Gill Sans MT', Tahoma, sans-serif!important;
	/* color:#002f57; */
	color: white;
	font-size: 75px;
	text-shadow: 2px 3px 1px #0006;
	line-height: 0.8;
}

h4.event_teaser {
	padding: 5px;
	color: white;
	/* 	text-shadow: 2px 3px 1px #000000; */
}

@media (min-width: 992px) {
	header.masthead {
		height: 100vh;
		min-height: 40rem;
		padding-top: 72px;
		padding-bottom: 0;
	}
	header.masthead p {
		font-size: 18px;
	}
}

.content {
	position: absolute;
	height: 90%;
	/* = 100% - 2*5% padding */
	width: 90%;
	/* = 100% - 2*5% padding */
	padding: 5%;
}

.table {
	display: table;
	width: 100%;
	height: 100%;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

table.table.table-borderless tbody tr th.ACCS-timetable {
	width: 24%;
}


/*  For list */


/* ul{
    text-align:left;
    margin:5% 0 0;
    padding:0;
    list-style-position:inside;
}
li{
    margin: 0 0 0 5%;
    padding:0;
} */


/*  For responsive images */

.content .rs {
	width: auto;
	height: auto;
	max-height: 90%;
	max-width: 100%;
}


/*  For responsive images as background */

.scroll-down-wrap {
	width: 100%;
	position: absolute;
	bottom: 50px;
}

i#scroll-down-icon.fa {
	display: inline-block;
	border-radius: 60px;
	border-width: 0px;
	color: #ffffffbf;
	padding: 0.5em 0.6em;
	background-color: transparent;
}

#scroll-down {
	position: relative;
	margin: auto;
	z-index: 2;
	color: white;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
}

#scroll-down a i {
	color: #ffffffbf;
	font-size: 50px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#scroll-down a i:hover,
#scroll-down a i:focus {
	color: white;
}

@media (min-width: 1200px) {}

.service-heading {
	margin: 15px 0;
	text-transform: none;
}


/*owl*/

.ACCS-caption-bg {
	background-color: #002c50;
	padding: 10px;
}

.ACCS-caption-bg-mb {
	/* background-color: transparent; */
	background-color: #002c50;
	margin-top: 76px;
}

.owl-slide-text h3.owl-slide-animated.owl-slide-title.mb {
	padding-top: 5px;
	color: white;
}

.owl-slide-text h2.owl-slide-animated.owl-slide-title {
	font-size: 35px;
	text-align: center;
}

.owl-slide-text h3.owl-slide-animated.owl-slide-title {
	font-size: 33px;
	text-align: center;
}

h2.eventwho {
	border-bottom-style: solid;
	border-color: #f49a00;
	border-width: 2px;
}

h2.eventwho,
h3.eventwhen {
	color: white;
	padding: 12px 0px 12px 0px;
	text-align: center;
}

.owl-slide-animated.owl-slide-subtitle {
	padding: 12px 0px 12px 0px;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.owl-prev {
	left: -0.4rem;
}

.owl-next {
	right: -0.4rem;
}

.owl-next a.next-slide i {
	color: white;
	font-size: 50px;
	margin: 20px;
}

.owl-prev a.prev-slide i {
	color: white;
	font-size: 50px;
	margin: 20px;
}

.owl-next a.next-slide i:focus,
.owl-prev a.prev-slide i:focus,
.owl-next a.next-slide i:active,
.owl-prev a.prev-slide i:active .owl-next a.next-slide i:visited,
.owl-prev a.prev-slide i:visited {
	outline: 0!important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}


/*owl fullscreen slider home*/

:root {
	--main-white-color: white;
	--main-black-color: black;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.static {
	position: static;
}

.cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
	position: relative;
	height: 75vh;
	background-color: lightgray;
}

.owl-carousel .owl-slide-animated {
	transform: translateX(20px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
	transform: none;
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
	transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
	transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
	transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
	position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
	outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
	background: transparent;
	border: 1px solid #acb0e0;
	transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
	background: #F49E00;
}

.owl-carousel .owl-nav {
	left: 50%;
	top: 10%;
	transform: translateX(-50%);
	margin: 0;
}

.owl-carousel .owl-nav svg {
	opacity: 0.3;
	transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
	opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
	background: transparent;
}


/*info section*/

section#info {
	padding-top: 0px!important;
	/* background-color:#5e266a; */
	/* 	color:white!important; */
	background-color: white;
}

h2.intro-subheading {
	font-family: 'Gill Sans Light', Tahoma, sans-serif;
	color: #002c50;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
	font-size: 50px;
}

h2.intro-subheading.emphasis {
	font-family: 'Gill Sans Light', Tahoma, sans-serif;
	color: #002c50;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
	font-size: 50px;
	line-height: 44px;
}

span.event-title-header {
	font-family: 'Gill Sans Light', Tahoma, sans-serif;
	color: #00B5DD;
}

span.event-date-header {
	font-family: 'Gill Sans Light', Tahoma, sans-serif;
	color: #00B5DD;
	font-size: 22px;
	display: block;
}

h5.intro-subheading-intro {
	padding-top: 50px;
	text-align: center;
	font-weight: 600;
	color: #0057a3!important;
}

h4.intro-subheading {
	color: #134b98;
	text-align: center;
	padding: 20px 0px 20px 0px;
}

.info-intro-text p {
	font-size: 18px;
}


/* info locaties */

.info-locaties {
	margin-top: 70px;
}


/*programma section*/

section#programma {
	background-color: white;
	background-position: top;
	background-repeat: repeat;
	background-attachment: scroll;
	background-size: 51%;
}

.programma-intro p {}

.programma-intro p.who {
	font-family: 'Gill Sans MT', Tahoma, sans-serif!important;
}

.programma-intro {
	background-color: black;
	color: white;
	display: block;
	padding: 25px;
	text-align: left;
}

.programma-what,
.aanmeldbox {
	background-color: transparent;
	border-color: #D8D7D3;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 2px;
	display: block;
	padding: 25px;
	text-align: left;
	padding-bottom: 60px;
}

.programma-what ul {
	list-style-type: square;
}

.programma-what ul li strong {
	color: #0057a3;
	margin-right: 30px;
}

.programma-what ul li {
	margin-bottom: 10px;
	color: #2a3442;
	list-style-type: none;
}

tr {
	background-color: transparent;
	transition: color 0.2s ease 0s !important;
}

tr:hover,
tr:focus {
	background-color: #f0f0f0;
}

.tafelvoorzitter-info {}

.tafelvoorzitter-pica {
	background-position: 8%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}

.img-cente#f49a00 {
	margin: auto;
	display: block;
}

.img-small {
	max-width: 50%!important;
}

.algemene_info {
	background: #002c50;
	margin-top: 50px;
	padding-bottom: 25px;
}

.algemene_info_box {
	padding: 10px 5px 25px 5px;
}

.algemene_info_box li {
	list-style-type: none;
	margin-bottom: 30px;
	color: white;
	font-size: 25px;
	text-align: center;
}

.algemene_info h5 {
	color: #0057a3;
}


/* .spreker {
	margin-top:10px;
}
 */


/* .spreker img.spreker-foto {
	margin:auto;
	display:block;
}
 */

.spreker-container {
	position: relative;
	width: 100%;
}

.spreker-image {
	display: block;
	width: 100%;
	height: auto;
}

.spreker-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #E39D3F;
}

.spreker-container:hover .spreker-overlay {
	opacity: 1;
}

.spreker-text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	height: 90%;
	width: 90%;
}

p.spreker-bio {
	margin-top: 10px;
	line-height: 25px;
	font-size: 18px;
}

h4.naam {
	color: white;
	margin-top: 10px;
}

p.functie {
	font-size: 18px;
	line-height: 20px;
	color: white;
}

p.bio {
	font-size: 15px;
	line-height: 20px;
	color: white;
	padding: 10px;
}

h2.spreker-naam,
h3.spreker-functie {
	color: white;
	text-align: center;
	margin: 5px 0px 0px 0px;
}

h3.spreker-functie {
	font-size: 18px;
	font-family: 'Gill Sans MT', Tahoma, sans-serif!important;
}

.spreker .socialbuttonsiconwrapper a i.fab.fa-linkedin-in {
	color: white;
	font-size: 20px;
}

p.section-subheading {
	text-align: center;
	color: #002c51;
	font-family: 'Gill Sans Light', Tahoma, sans-serif;
	font-size: 35px;
	margin: 15px 0px 15px 0px;
	line-height: 1;
}

p.section-subheading-small {
	text-align: center;
	color: #002c51;
	font-family: 'Gill Sans Light', Tahoma, sans-serif;
	font-size: 20px;
	margin: 5px 0px 5px 0px;
	line-height: 1;
}

p.section-subheading-light {
	text-align: center;
	color: #5E266A;
	font-family: 'Gill Sans Light', Tahoma, sans-serif;
	font-size: 35px;
	margin: 5px 0px 15px 0px;
	line-height: 1;
}


/*section locatie*/

.location-box {
	background-color: #002c50;
	padding: 5px;
	margin: 50px 0px 50px 0px;
}

h4.location-box-header {
	color: white;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background-color: #002c50;
}

i.location-box-icon {
	color: #F6954E;
	margin-right: 5px;
}

.location-data-wrap {
	padding: 20px;
	display: block;
	margin: auto;
}

ul.location-data {
	list-style-type: none;
	text-align: center;
}

ul.location-data li {
	font-family: 'Gill Sans MT', Tahoma, sans-serif!important;
	color: white;
	font-size: 30px;
}

li a.linkmaps {
	color: #f58220;
}

section#aanmelden {
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
}

section#aanmelden .form-group {
	margin-bottom: 25px;
}

section#aanmelden .form-group input,
section#aanmelden .form-group textarea {
	padding: 20px;
}

section#aanmelden .form-group input.form-control {
	height: auto;
}

section#aanmelden .form-group textarea.form-control {
	height: 248px;
}

section#aanmelden .form-control:focus {
	border-color: #fed136;
	-webkit-box-shadow: none;
	box-shadow: none;
}

section#aanmelden ::-webkit-input-placeholder {
	color: #2a3442;
	font-family: 'Gill Sans Light', Tahoma, sans-serif;
}

section#aanmelden :-moz-placeholder {
	color: #2a3442;
	font-family: 'Gill Sans Light', Tahoma, sans-serif;
}

section#aanmelden ::-moz-placeholder {
	color: #2a3442;
	font-family: 'Gill Sans Light', Tahoma, sans-serif;
}

section#aanmelden :-ms-input-placeholder {
	color: #2a3442;
	font-family: 'Gill Sans Light', Tahoma, sans-serif;
}


/*textareas & inputs*/


/* .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
 */

input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 0px;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox span.wpcf7-list-item.first.last input {
	display: inline;
	width: inherit;
}

.wpcf7-exclusive-checkbox.checkit span.wpcf7-list-item {
	display: block;
}

.wpcf7-exclusive-checkbox.checkit span.wpcf7-list-item * {
	/* 	display: block;
	background-color:#f49a00; */
}

.comment-form-comment textarea {
	overflow: hidden;
}

input::after,
input::before,
textarea#comment::after,
textarea#comment::before {
	-webkit-box-sizing: none;
	-moz-box-sizing: none;
	box-sizing: none;
}

input::selection,
textarea#comment::selection,
textarea.wpcf7-textarea::selection {
	color: white;
	background-color: #f8ba2c;
}

input::-moz-selection,
textarea#comment::-moz-selection,
textarea.wpcf7-textarea::-moz-selection {
	color: white;
	background-color: #f8ba2c;
}

textarea.wpcf7-form-control.wpcf7-textarea:hover,
textarea.wpcf7-form-control.wpcf7-textarea:focus,
textarea.wpcf7-form-control.wpcf7-textarea:active,
input.wpcf7-form-control:hover,
input.wpcf7-form-control:focus,
input.wpcf7-form-control:active {
	cursor: pointer;
	background-color: #d6fffc;
	transition: color 0.2s ease 0s !important;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	height: 100px;
	/* 	margin-top: 68px; */
}

input#submit.submit:focus,
input#submit.submit:hover,
input#submit.submit:active {
	color: black;
	-webkit-box-shadow: inset 0px 0px 0px 2px black;
	-moz-box-shadow: inset 0px 0px 0px 2px black;
	box-shadow: inset 0px 0px 0px 2px black;
	background: white;
	cursor: pointer;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 10px 0 0px;
}

div.wpcf7 form.wpcf7-form span.ajax-loader {
	width: 91px;
	height: 91px;
	background-repeat: no-repeat;
	background-image: url(img/loading.svg);
	background-size: 91px 91px;
}

.wpcf7-radio.keuze span.wpcf7-list-item.last label {
	margin-left: 60px;
}

.wpcf7-validation-errors,.wpcf7-acceptance-missing,.wpcf7-mail-sent-ok {
    font-family: 'Gill Sans MT', Tahoma, sans-serif !important;
}


/*checkboxes label first vertical*/

span.wpcf7-list-item {
	display: table-row!important;
}

span.wpcf7-list-item * {
	display: table-cell!important;
	margin-right: 10px!important;
}

.wpcf7-exclusive-checkbox span.wpcf7-list-item span.wpcf7-list-item-label {
	padding-right: 10px;
	font-size: 20px;
}

.paragraph.initiatief p {
	font-size: 19px;
}


/*
|--------------------------------------------------------------------------
|ToTop
|--------------------------------------------------------------------------
*/


/* return to top */

#return-to-top {
	z-index: 999;
	position: fixed;
	bottom: 20px;
	right: 15px;
	background: #f49a00;
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top i {
	color: #fff;
	padding: auto;
	position: relative;
	left: 20px;
	top: 5px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background-color: #f49a00;
}

#return-to-top:hover i {
	color: #fff;
	top: -7px;
}

#return-to-top:active a,
#return-to-top:focus a {
	outline: none;
}

#return-to-top:active i,
#return-to-top:focus i {
	outline: none;
}

footer {
	padding: 25px 0;
	text-align: center;
	background-color: white;
}

footer span.copyright {
	font-size: 90%;
	line-height: 40px;
	text-transform: none;
	font-family: 'Gill Sans MT', Tahoma, sans-serif!important;
}

footer ul.quicklinks {
	font-size: 90%;
	line-height: 40px;
	margin-bottom: 0;
	text-transform: none;
	font-family: 'Gill Sans MT', Tahoma, sans-serif!important;
}

h3.section-subheading.text-muted {
	margin: 20px 0px 20px 0px;
}

h3.section-subheading.text-muted.white {
	color:white!important;
}

section#subfooter-info {
	margin: 50px 0px 0px 0px;
	background-color: #002c51;
	padding: 0px!important;
}

.socialbuttons {
	margin-bottom: 50px;
}

.socialbuttonsiconwrapper {
	display: table;
	margin: 10px auto;
}

.headers-over h2.intro-subheading.emphasis,
.headers-over h4.event-title-header.text-center {
	padding: 0px;
	margin: 0px;
	line-height: 36px;
}

.headers-over h4.event-title-header.text-center {
	margin-bottom: 60px;
}


/* modal contact form*/

.modal-dialog {
	max-width: 70%!important;
}

.modal-content {
	border-radius: 0px!important;
}

.modal-header {
	border-top-left-radius: 0px!important;
	border-top-right-radius: 0px!important;
}

.modal-header.info {
	background-color: #00719c!important;
}

.modal-header.order {
	background-color: #4ac7e9!important;
}

.modal-header h4#exampleModalLabel.modal-title {
	font-family: 'Gill Sans Light', Tahoma, sans-serif;
	color: white;
	text-align: center;
}

.modal-title span.SHUTTLElabel,
span.SHUTTLElabel {
	font-family: 'Gill Sans Light', Tahoma, sans-serif;
	background-color: #113c64;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	text-align: center;
	padding: 5px;
	color: white;
}

.modal-title span.product_var_title,
span.product_var_title {
	font-family: 'Gill Sans Light', Tahoma, sans-serif;
}

.modal-title span.type,
span.type {
	font-family: 'Gill Sans Light', Tahoma, sans-serif;
}

span.wpcf7-list-item,
input.wpcf7-form-control,
p span.wpcf7-form-control-wrap,
.modal-body {
	font-size: 20px;
	border-radius: 0px;
}


/********************************* blueimp ********************************* */

.blueimp-gallery {
	/* background: rgba(17, 60, 100, 0.85); */
	/*blue*/
}

.blueimp-gallery>.close {
	opacity: 1.0!important;
	color: #f58220!important;
	text-shadow: none!important;
}

.blueimp-gallery>.title {
	opacity: 1.0 !important;
	color: whtie;
	text-shadow: none !important;
	background: #113c64ad;
	color: white;
	padding: 38px;
	width: 50%;
}

.blueimp-gallery>.prev,
.blueimp-gallery>.next {
	border: none!important;
	background: none!important;
	background-color: none!important;
}

.blueimp-gallery>.slides>.slide>.slide-content {
	border-width: 2px;
	border-color: white;
	border-style: solid;
	cursor: pointer;
	-webkit-box-shadow: 10px 24px 9px -18px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 10px 24px 9px -18px rgba(0, 0, 0, 0.42);
	box-shadow: 10px 24px 9px -18px rgba(0, 0, 0, 0.42);
}

.blueimp-gallery>.indicator>li {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 6px 3px 0 3px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	background: #ccc;
	background: rgba(255, 255, 255, 0.25) center no-repeat;
	background-color: rgba(255, 255, 255, 0.25);
	background-image: none;
	border-radius: 0px;
	box-shadow: 0 0 2px #000;
	opacity: 0.5;
	cursor: pointer;
}

.blueimp-gallery-controls.blueimp-gallery-display a.prev i.fa.fa-arrow-left,
.blueimp-gallery-controls.blueimp-gallery-display a.next i.fa.fa-arrow-right {
	color: #ffffffb8;
}

.blueimp-gallery-controls.blueimp-gallery-display a.prev i.fa.fa-arrow-left:hover,
.blueimp-gallery-controls.blueimp-gallery-display a.prev i.fa.fa-arrow-left:focus,
.blueimp-gallery-controls.blueimp-gallery-display a.next i.fa.fa-arrow-right:hover,
.blueimp-gallery-controls.blueimp-gallery-display a.next i.fa.fa-arrow-right:focus {
	color: white;
}


/*-----------------------------------------MEDIA QUERIES-------------------------------------------*/


/*********************************  mobile devices < 767 *********************************/

@media only screen and (max-width: 767px) {
	/* .preloader-loading-icon {
    top: 50%;
    left: 33%; 
	} */
	p,
	table {
		font-size: 16px;
	}
	.img_logo_mobile {
		margin-top: 0px;
	}
	.h-100 {
		margin-top: 10%;
	}
	header.masthead {
		min-height: inherit!important;
		height: inherit!important;
		padding-top: 30px;
		padding-bottom: 0;
		margin-bottom: 0px;
	}
	p.text-white-75.font-weight-light.mb-5 {
		color: white;
		margin-bottom: 0px!important;
	}
	#scroll-down {
		display: none;
	}
	.owl-slide-text h3.owl-slide-animated.owl-slide-title {
		font-size: 22px;
		text-align: center;
	}
	h5.event-date {
		font-size: 16px;
	}
	h4.event-title {
		color: black;
		font-size: 19px;
	}
	.event-intro-text {
		margin-top: 0px;
	}
	h3.event-subtitle {
		margin: 0px;
	}
	h2.intro-subheading {
		color: #002c50;
		text-align: center;
		margin-bottom: 35px;
		margin-top: 0px;
		font-size: 30px;
	}
	.spreker-foto img {
		width: 57%;
	}
	ul.location-data {
		padding: 0px;
		margin: 0px;
	}
	.algemene_info_box li {
		margin-bottom: 20px;
		color: white;
		font-size: 20px;
	}
	.algemene_info_box ul {
		padding: 0px;
	}
	.wpcf7-form-control.wpcf7-radio.keuze {
		display: flex!important;
	}
	.wpcf7-list-item.first label span.wpcf7-list-item-label,
	.wpcf7-list-item.last label span.wpcf7-list-item-label {
		font-size: 15px;
	}
	textarea.wpcf7-form-control.wpcf7-textarea {
		margin-top: 0px;
	}
	input.wpcf7-form-control,
	textarea.wpcf7-form-control {
		font-size: 17px;
	}
	section#aanmelden ::-webkit-input-placeholder {
		font-size: 14px;
		line-height: 25px;
		font-family: 'Gill Sans Light', Tahoma, sans-serif;
	}
	section#aanmelden :-moz-placeholder {
		font-size: 14px;
		line-height: 25px;
		font-family: 'Gill Sans Light', Tahoma, sans-serif;
	}
	section#aanmelden ::-moz-placeholder {
		font-size: 14px;
		line-height: 25px;
		font-family: 'Gill Sans Light', Tahoma, sans-serif;
	}
	section#aanmelden :-ms-input-placeholder {
		font-size: 14px;
		line-height: 25px;
		font-family: 'Gill Sans Light', Tahoma, sans-serif;
	}
	.wpcf7-exclusive-checkbox span.wpcf7-list-item span.wpcf7-list-item-label {
		padding-right: 10px;
		font-size: 16px;
	}
	input.wpcf7-form-control.wpcf7-submit.btn-primary {
		font-size: inherit;
	}
	.wpcf7-checkbox.wpcf7-validates-as-requi#f49a00.wpcf7-exclusive-checkbox span.wpcf7-list-item-label {
		/* font-size: 20px; */
	}
	.wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox input[type=checkbox],
	.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-requi#f49a00.wpcf7-exclusive-checkbox input[type=checkbox] {
		-ms-transform: scale(1.3);
		/* IE */
		-moz-transform: scale(1.3);
		/* FF */
		-webkit-transform: scale(1.3);
		/* Safari and Chrome */
		-o-transform: scale(1.3);
		/* Opera */
	}
	span#datum.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-requi#f49a00.wpcf7-exclusive-checkbox span.wpcf7-list-item input[type=checkbox] {
		-ms-transform: scale(2.0);
		/* IE */
		-moz-transform: scale(2.0);
		/* FF */
		-webkit-transform: scale(2.0);
		/* Safari and Chrome */
		-o-transform: scale(2.0);
		/* Opera */
	}
	.owl-carousel .owl-slide {
		position: relative;
		height: 23vh;
		background-color: lightgray;
	}
	.owl-dots {
		display: none;
	}
	.programma-what {
		padding: 1px;
	}
	th.ACCS-timetable {
		width: 40%;
		margin: 0px;
		padding: 0px;
	}
	th.ACCS-timetable strong {
		font-size: 10px;
	}
	table.table.table-borderless tbody tr td {
		font-size: 15px;
	}
}


/********************************* Fix C-T-A btn Smaller Screens  < 990px *********************************/

@media only all and (max-width:990px) {
	header.masthead h1 {
		font-size: 42px;
	}
	header.masthead::before {
		background-position: inherit;
	}
	a.btn.btn-primary.btn-xl.js-scroll-trigger {
		font-size: 18px !important;
	}
}


/*********************************  Tablet HD / Ipad Air Landscape < 1024 *********************************/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio:1.3),
and (-o-min-device-pixel-ratio:1.3),
and (min-resolution:120dpi) {
	.h-100 {
		margin-top: 8%;
	}
	a.navbar-brand img,
	a.navbar-brand-unscrolled img {
		width: 150px;
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}
	.logo_title_event {
		top: -189px;
		left: -180px;
		background-size: 80%;
	}
	header.masthead::before {
		background-color: #f49a00;
	}
}


/*********************************  Tablet HD / Ipad Air Portrait < 1024 *********************************/

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation:portrait),
and (-webkit-min-device-pixel-ratio:1.3),
and (-o-min-device-pixel-ratio:1.3),
and (min-resolution:120dpi) {
	.h-100 {
		margin-top: 8%;
	}
	.beeldmerk h1.event_title {
		font-size: 31px;
	}
	header.masthead {
		height: 75vh;
		padding-top: 5px;
		padding-bottom: 0;
		margin-bottom: 0px;
	}
	/* 	header.masthead::before {
		background-color:yellow;
	} */
	.event-intro-text {
		z-index: 3;
		margin-top: -100px;
	}
	.wpcf7-form-control.wpcf7-radio.keuze {
		display: flex!important;
	}
	#scroll-down {
		display: none;
	}
	section#info {
		background-color: white;
	}
}


/*********************************  Smaller Screens < 1000 *********************************/

@media only screen and (max-width: 1000px) {
	h4.event_teaser {
		padding: 0px;
		color: white;
		text-shadow: none;
		font-size: 19px;
	}
}


/*********************************  Smaller Laptop Screens > 1200 *********************************/

@media only all and (max-width:1200px) and (-webkit-min-device-pixel-ratio: 1) and (-o-min-device-pixel-ratio:1) {
	.h-100 {
		margin-top: 8%;
	}
	header.masthead h1 {
		font-size: 49px;
	}
	.programma-date span.day {
		font-size: 30px;
	}
	.programma-date span.month {
		font-size: 17px;
	}
	.programma-what p,
	.programma-what ul li {
		font-size: 14px;
		margin-bottom: 10px;
	}
}


/*********************************  Desktop + Laptop < 1200 *********************************/

@media only screen and (min-width: 1200px) {
	#mainNav {
		padding-top: 0px;
	}
	.h-100 {
		margin-top: 5%;
	}
	header.masthead {
		height: 100vh;
		min-height: 20rem;
		padding-top: 25px;
		padding-bottom: 0;
		margin-bottom: 10px;
	}
	.scroll-down-wrap {
		bottom: 9px;
	}
	h4.event-title {
		font-size: 26px;
	}
	h4.event_teaser {
		padding: 0px;
	}
	.event-box {
		padding: 3px;
	}
	.ketenkracht-thema-box {
		width: 59%;
		padding-bottom: 59%;
	}
	h5.event-date {
		font-size: 19px;
	}
	.img_logo_mobile {
		margin-top: 30px;
	}
	.event-intro-text {
		margin-top: 5%;
	}
	.logo_title_event {
		top: -189px;
		left: -50%;
		background-size: 80%;
	}
	.date_circel {
		background-size: 55%;
		left: 20px;
		top: 350px;
	}
	.programma-location {
		padding: 14px;
		font-size: 17px;
	}
	.wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox input[type=checkbox],
	.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-requi#f49a00.wpcf7-exclusive-checkbox input[type=checkbox] {
		-ms-transform: inherit;
		/* IE */
		-moz-transform: inherit;
		/* FF */
		-webkit-transform: inherit;
		/* Safari and Chrome */
		-o-transform: inherit;
		/* Opera */
	}
	span#datum.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-requi#f49a00.wpcf7-exclusive-checkbox span.wpcf7-list-item input[type=checkbox] {
		-ms-transform: inherit;
		/* IE */
		-moz-transform: inherit;
		/* FF */
		-webkit-transform: inherit;
		/* Safari and Chrome */
		-o-transform: inherit;
		/* Opera */
	}
}