/*
 Theme Name:   Bureau Klik Child
 Theme URI:    https://bureauklik.nl
 Description:  Framework van Bureau Klik voor Themaoptie werkwijze
 Author:       Rogier van Roon
 Author URI:   https://bureauklik.nl
 Template:     shoretension
 Version:      1.0
*/

@import url(webfonts/webfonts.css);

.site-logo {
	max-width: 220px;
}

body {
	overflow-x: hidden !important;
}

/* To do: */
.generate-columns-container .paging-navigation {
	display: none;
}

/*** Responsive Video's ***/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

/*** Framework ***/
.entry-content, .page-content {
    padding: 2em 0;
}
.home .entry-content, .home .page-content {
    padding: 0;
}
.no-sidebar .masonry-container {
	padding-top: 20px;
}
.secondary-navigation {
	position: relative;
}
.secondary-navigation .menu-toggle {
      display: none;
}
.main-navigation li.search-item i {
	transform: rotate(0deg);
}
.site-header,
.main-navigation {
	background-color: transparent !important;
}
.sticky-menu-fade .navigation-clone {
	box-shadow: none !important;
}
#sticky-navigation {
	border-bottom: solid 1px #d7d7d7;
	background-color: #ffffff !important;
}
#sticky-navigation .inside-navigation {
/* 	max-width: 1360px; */
}
.main-navigation.mobile-header-navigation {
     display: block; 
     float: none; 
     margin-bottom: 0;
     background-color: #ffffff !important;
}
.main-navigation,
.site-header {
	z-index: 10;
}
.inside-navigation {
	padding-left: 0px;
	padding-right: 0px;
}
.panel-grid {
	margin-left: 0px !important;
	margin-right: 0px !important;
	position: relative;
}

.panel-grid > div {
	padding-top: 20px;
	padding-bottom: 20px;
}
.slide .panel-grid {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.slide {
	position: relative;
}
.panel-grid-cell {
	float: left;
}
.widget-title {
    margin-bottom: 10px;
}

/*** Lightboxes ***/

div.pp_overlay {
	background: rgb(0,59,118) !important; /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,59,118,1) 0%, rgba(0,172,237,1) 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,59,118,1) 0%,rgba(0,172,237,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,59,118,1) 0%,rgba(0,172,237,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b76', endColorstr='#00aced',GradientType=1 ) !important; /* IE6-9 */
}

/*** Header ***/

.site-header .header-image {
/* 	max-width: 240px; */
}

/*** Pagination ***/

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
	background: #E2001A;
}
#fp-nav ul li .fp-tooltip {
    font-family: "Open Sans", sans-serif;
	color: #1a171b;
	font-weight: 700;
	/*background-color: #fff;*/
	top: -4px;
}
.fp-controlArrow.fp-prev,
.fp-controlArrow.fp-next {
	display: none !important;
}
#fp-nav ul li, .fp-slidesNav ul li {
    height: 14px;
}

/*** Navigation ***/

.menu-hoofdmenu-container li {
    float: none;
    display: inline-block;
}
.menu-hoofdmenu-container li a {
    padding-left: 20px;
    padding-right: 20px;
    color: #1a171b;
    font-weight: 700;
}
.menu-hoofdmenu-container li:hover a {
    color: #E2001A;
}
#moveDown {
	padding: 0px;
	background-color: #ffffff;
	color: #1a171b;
	font-weight: 700;
	outline: none;
}
.site-footer #moveDown {
	background-color: transparent;
	color: #ffffff;
}
#moveDown i {
	background-color: #E2001A;
	color: #ffffff;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 24px;
	margin-right: 10px;
	line-height: 40px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#moveDown:hover i {
	background-color: #1a171b;
}
#moveRight {
	padding: 6px 0px;
	background-color: #ffffff;
	color: #1a171b;
	font-weight: 700;
	outline: none;
	display: none;
}
#moveRight span {
	background-color: #E2001A;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	width: 26px;
	height: 26px;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
}
#moveRight i {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-left: -5px;
	opacity: 0;
}
#moveRight:hover i {
	margin-left: 10px;
	opacity: 1;
}
.ow-button-hover {
	border: 0px !important;
}
.ow-button-hover .sow-icon-fontawesome {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0;
}
.ow-button-hover:hover .sow-icon-fontawesome {
	opacity: 1;
}
.ow-button-hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding-left: 1em !important;
}
.ow-button-hover:hover {
	opacity: 1;
	padding-left: 2em !important;
}
.ow-button-hover:hover {
	background-color: #1A171B !important;
}

/*** Typography ***/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
.footer-widgets .widget-title {
	font-family: 'FFDaxWebProBold';
	/*letter-spacing: -1px;*/
}
.slide .sow-headline {
	opacity: 0;
}
.sow-headline {
	background-color: #E2001A;
	font-weight: 600;
	line-height: 40px;
	color: #ffffff;
	padding: 10px 20px 5px 20px;
	margin-left: 0px;

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

/*	-webkit-transform: translate3d(-200px, 0px, 0px);
	-moz-transform: translate3d(-200px, 0px, 0px);
	-ms-transform:translate3d(-200px, 0px, 0px);
	transform: translate3d(-200px, 0px, 0px);*/
	position: relative;
	z-index: 1;
}
.page-header h1,
h1.entry-title {
/*
	margin-top: 15px;
	width: auto;
	background: #E2001A;
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;
	color: #ffffff;
	padding: 10px 20px 5px 20px;

	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
*/
}
.map-headline h2 {
	opacity: 1;
	position: absolute;
	left: 21%;
	top: 15%;
	white-space: nowrap;
}
.normal .sow-headline {
	margin-left: -100px;
}
#pl-637 .normal .sow-headline {
	text-align: center!important;
}
.flip .sow-headline {
	background-color: #E2001A;
	margin-right: -100px;
}
.slide .sow-sub-headline {
/* 	opacity: 0; */
}
.sow-sub-headline {
	font-weight: 700;
	padding-bottom: 20px;

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

/*	-webkit-transform: translate3d(200px, 0px, 0px);
	-moz-transform: translate3d(200px, 0px, 0px);
	-ms-transform:translate3d(200px, 0px, 0px);
	transform: translate3d(200px, 0px, 0px);*/
}
.sow-sub-headline span {
	float: left;
	background-color: #E2001A;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 18px;
	line-height: 34px;
	font-weight: 700;
	position: relative;
	top: -2px;
	margin-right: 8px;
}

/*** Split ***/

.split {
	float: left;
	width: 50%;
}

/*** Page builder ***/

.lsow-gallery-carousel .lsow-gallery-carousel-item .lsow-project-image:hover .lsow-image-overlay {
    opacity: 0 !important;
}
.lsow-container button.slick-prev {
    left: 10px;
    z-index: 1;
}
.lsow-container button.slick-next {
    right: 10px;
    z-index: 1;
}
.lsow-container button.slick-prev:before {
	font-family: FontAwesome;
	content: "\f053";
	color: #fff;
}
.lsow-container button.slick-next:before {
	font-family: FontAwesome;
	content: "\f054";
	color: #fff;
}
.news .lsow-container button.slick-prev,
.news .lsow-container button.slick-next {
	top: auto;
	bottom: 10%;
}
.news .lsow-container button.slick-prev:before,
.news .lsow-container button.slick-next:before {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #1A171B;
}
.news .lsow-container button:hover.slick-prev:before,
.news .lsow-container button:hover.slick-next:before {
	color: #E2001A;
}
.news,
.slider {
	padding-top: 30px;
	position: relative;
}
.slider:before {
	 content:url('https://shoretension.com/wp-content/uploads/green-solution.png');
	 position: absolute;
	 z-index: 1;
	 right: 20px;
	 top: 60px;
}
.lsow-posts-carousel .lsow-posts-carousel-item .lsow-entry-text-wrap {
	/*text-align: left !important;*/
/*	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 10px !important;
	max-width: auto !important;*/
}
.lsow-posts-carousel .lsow-posts-carousel-item .lsow-entry-text-wrap .entry-title a {
	font-size: 18px;
	/*letter-spacing: -1px;*/
	color: #1A171B;
	max-width: 80%;
	margin: auto;
}
.lsow-posts-carousel .lsow-posts-carousel-item .lsow-entry-text-wrap .entry-title a:hover {
	color: #E2001A !important;
}
.news .lsow-container a {
	display: block;
	z-index: 999;
	position: relative;
	max-height: 300px;
	overflow: hidden;
}
.lsow-posts-carousel .lsow-posts-carousel-item .hentry {
	border-radius: 0px !important;
	box-shadow: none !important;
}
.lsow-gallery-carousel .lsow-gallery-carousel-item .lsow-project-image {
	max-height: 482px;
}
.lsow-gallery-carousel .lsow-gallery-carousel-item .lsow-project-image .lsow-image-info h3 {
	padding: 20px !important;
	font-size: 28px !important;
	text-transform: uppercase;
	margin-top: 200px !important;
	opacity: 1!important;
	word-wrap: break-word;
}

/*** Buttons ***/

.bottom-left {
	position: absolute;
	bottom: 51px;
	left: 0px;
	border-left: 15px #ffffff solid;
	z-index: 1;
	display: none;
}
.bottom-right {
	position: absolute;
	bottom: 51px;
	right: 0px;
	border-right: 15px #ffffff solid;
	z-index: 1;
	display: none;
}
.top-right {
	position: absolute;
	top: 117px;
	right: 10px;
	z-index: 1;
}
.menu-bottom {
	position: absolute;
	bottom: 21px;
	right: 0px;
	z-index: 1;
}

/*** USP's ***/

.specs ul {
	padding-bottom: 10px;
}
.specs ul > li {
	padding: 3px 0px;
	width: 100%;
	/*border-top: solid 1px #cccccc;*/
	clear: both;
	font-weight: bold;
}
.specs ul > li > ul {
	float: right;
	width: 60%;
}
.specs ul > li > ul > li {
	padding: 0px 0px 0px 0px;
	margin-left: 20px;
	border-top: 0px;
	list-style: square;
	font-weight: normal;
	max-width: 90%;
}
.numeriek {
	background: rgb(0,59,118); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,59,118,1) 0%, rgba(0,172,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,59,118,1) 0%,rgba(0,172,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,59,118,1) 0%,rgba(0,172,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b76', endColorstr='#00aced',GradientType=1 ); /* IE6-9 */
	padding: 10px 10px 10px 15px;
}
.numeriek ol {
    display: block;
    padding: 0 0 0 44px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
}
.numeriek ol li {
    position: relative;
	color: #ffffff;
	list-style: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 42px;
}
.numeriek ol li:before {
    counter-increment: numList;
    content: counter(numList);
    
    position: absolute;
    left: -34px;
    top: 10px;
    
    text-align: center;
    color: #fff;
    line-height: 24px;
    
    width: 24px;
    height: 24px;
    background: #ffffff;
    color: #00417C;
    
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.usp li:before {
	font-family: FontAwesome;
	content: "\f00c";
	padding-right: 8px;
	margin-left: -25px;
}
.usp ul {
	padding: 0px 0px;
	margin: 0px 27px 0px 27px;
}
.usp li {
	color: #ffffff;
	list-style: none;
}
.numbers ol {
    display: block;
    padding: 0 0 0 34px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
}
.numbers ol li {
    position: relative;
	color: #ffffff;
	list-style: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 42px;
}
.numbers ol li:before {
    counter-increment: numList;
    content: counter(numList);
    
    position: absolute;
    left: -34px;
    top: 10px;
    
    text-align: center;
    color: #fff;
    line-height: 24px;
    
    width: 24px;
    height: 24px;
    background: #ffffff;
    color: #00417C;
    
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.in-short i {
	display: none;
}
.logos {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.logo-st{
	margin-bottom: 72px;
	text-align: center;
}

/*** Animations ***/

.slide.active .sow-headline {
	opacity: 1;
/*	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform:translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);*/
}
.slide.active .sow-sub-headline {
	opacity: 1;
/*	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform:translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);*/
}

/*** Content ***/

abbr, acronym {
	border: 0px;
}

.wpdmcategory-downloads {
	width: 33.333%;
	padding: 10px;
	float: left;
}
.post-image img {
	border: #CCCCCC solid 1px;
}
#moveDown.intro {
	background-color: #E2001A;
	padding: 30px !important;
	margin-left: 40px;
	margin-bottom: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#moveDown.intro:hover {
	background-color: #1A171B;
}
#moveDown.intro i {
	background-color: transparent !important;
}
.intro * {
	color: #ffffff;
	float: right;
	width: 100%;
	text-align: right;
}
.groot {
	padding-top: 30px;
}
.klein {
	padding-top: 20px;
	position: relative;
	max-width: 70%;
	margin-left: auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.flip .klein {
	margin-left: inherit;
	margin-right: auto;
}
.video a:before {
	transform: scale(1);
	opacity: 1;
	font-family: FontAwesome;
	font-size: 40px;
	content: "\f16a";
	color: #ffffff;
	position: absolute;
	z-index: 1;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.video:hover a:before {
	transform: scale(0.8);
	opacity: 0;
}
.challenge {
	padding: 20px 0px 0px 0px;
}
.solution {
	padding: 20px 10px 0px 30px;
	background: rgb(0,59,118); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,59,118,1) 0%, rgba(0,172,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,59,118,1) 0%,rgba(0,172,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,59,118,1) 0%,rgba(0,172,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b76', endColorstr='#00aced',GradientType=1 ); /* IE6-9 */
	position: relative;
}
.solution:before {
	left: 0px;
	top: calc(50% - 5px);
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #ffffff;
	border-width: 10px;
	margin-top: -10px;
}

/* News */
.entry-summary, .page-content {
	margin: 1em 0 0;
}
.entry-content {
	padding: 1em 0;
	margin: 0 0 0;
}
.page-header-image-single {
	text-align: center;
}
.one-container .inside-article {
	padding: 0 0 20px;
}
/*.post .inside-article, .project .inside-article {*/
	/*margin: 0 10px 0 10px !important;*/
/*}*/

/* Masonry */
.masonry {
	margin-bottom: 20px;
}
.masonry .gutter-sizer {
	width: 0%; }
.masonry .grid-sizer, .masonry .post-item {
	width: 100%;
	margin-bottom: .5em; }
@media screen and (min-width: 768px) {
	.masonry .gutter-sizer {
		width: 2%; }
	.masonry .grid-sizer, .masonry .post-item {
		width: 32%; } }
@media screen and (min-width: 1025px) {
	.masonry .gutter-sizer {
		width: 2%; }
	.masonry .grid-sizer, .masonry .post-item {
		width: 23.5%; } }
@media screen and (min-width: 768px) {
	.single .masonry .gutter-sizer {
		width: 2%; }
	.single .masonry .grid-sizer, .single .masonry .post-item {
		width: 49%; } }
@media screen and (min-width: 1025px) {
	.single .masonry .gutter-sizer {
		width: 2%; }
	.single .masonry .grid-sizer, .single .masonry .post-item {
		width: 32%; } }

/* Previous/next post */
.nav-previous {
	float: left;
	max-width: 50%;
	font-size: 14px;
	margin: 5px 5px 0 0;
}
.nav-next {
	float: right;
	max-width: 50%;
	font-size: 14px;
	margin: 5px 0 0 5px;
}
.nav-previous a, .nav-next a {
	color: #666666;
}
.nav-previous:before {
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	margin-right: 5px;
	width: 13px;
	position: relative;
	text-align: center;

	content: "\f104";
}
@media all and (min-width: 769px) {
	.nav-previous {
		float: left;
		max-width: 50%;
		font-size: 16px;
	}
	.nav-next {
		float: right;
		max-width: 50%;
		font-size: 16px;
	}
}
.nav-next .next:after {
	content: "\f105";
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	position: relative;
	margin-left: 5px;
	width: 13px;
	text-align: center;
}
.nav-next .next:before {
	display: none;
}

/* Testimonial */
.testimonial {
	position: relative;
	background: #fff;
	padding: 25px 20px 5px 60px;
	/*border: 1px solid rgba(0,0,0,0.1);*/
}

.testimonial::before {
	content: "\f10d";
	font-family: FontAwesome;
	position: absolute;
	color: #E2001A;
	top: -5px;
	left: 5px;
	font-style: italic;
	font-size: 40px;
}

/* Fix for map on home */

#pgc-2-Global-0 {
	width: 100%;
}

/* Google Map Styles */

#projects-map {
	height: 100vh;
	width: 100%;
	min-height: 450px;
	border-top: solid 1px #d7d7d7;
	border-bottom: solid 1px #d7d7d7;
}

#projects-map #grid {
    position: absolute;
    background-image: url(/wp-content/themes/shoretension_child/images/pattern_light.png);
    background-size: 48px 48px
}

#projects-map > :first-child {
	background-color: rgb(255, 255, 255)!important;
}

/* Info window Styles */

div.window-wrapper {
	margin-bottom: -20px!important;
}
.window-wrapper img {
	margin-bottom: 10px;
	max-height: 130px;
}
.window-wrapper > .title {
	text-align: center;
	max-width: 250px;
	word-wrap: normal;
}
.window-wrapper h3 {
	margin-bottom: 0!important;
}
.window-wrapper h4 {
	font-size: 1.4em;
	margin-bottom: 0px;
}
.window-wrapper .marker-button-wrap {
	text-align: center;
	margin-top: 14px;
}
.marker-button-wrap > .marker-button {
	border-radius: 5px;
	background-color: #E2001A;
	color: #ffffff;
	text-align: center;
	padding: 10px 18px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2em;
}
.marker-button-wrap > .marker-button a {
	color: #ffffff;
	text-decoration: none;	
}
.marker-button-wrap > .marker-button::before {
	font-family: FontAwesome;
	content: "\f105";;
	font-size: 1.1em;
	margin-right: 8px;
}
.marker-button-wrap > .marker-button a:hover {
	color: #ffffff;
	cursor: pointer;
}
.marker-button-wrap > .marker-button:hover {
	background-color: #1A171B;
	color: #ffffff;
	cursor: pointer;
}

/* Marker Styles */

.marker * {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.marker {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 100%;
}
.marker .dot {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}
.marker .dot .clicklayer {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	cursor: pointer;
}
.highlight-bullet {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -40px;
	margin-left: -40px;
	width: 160px;
	height: 160px;
	webkit-backface-visibility: hidden;
	transform: translateZ(0);
	-ms-transform-origin: center center;
	transform-origin: center center;
}
.marker .dot .highlight-bullet {
    display: block;
    pointer-events: none;
}
.highlight-bullet .highlight-bullet-border, .highlight-bullet .highlight-bullet-outer, .highlight-bullet .highlight-bullet-middle, .highlight-bullet .highlight-bullet-inner {
    border-radius: 50%;
    position: absolute;
}
.highlight-bullet-border {
	background-color: #E2001A;
	opacity: 0.2;
	width: 80px;
	height: 80px;
	transform: scale(0.3, 0.3);
	transition-duration: 0.44s;
}
.highlight-bullet-border:after {
	content: "";
	background-color: #E2001A;
	opacity: 0.2;
	width: 80px;
	height: 80px;
	position: absolute;
    border-radius: 100%;
	animation: pulsate 1.5s ease-out;
	animation-iteration-count: infinite;
	animation-delay: 1.1s;
}
@keyframes pulsate {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}
.marker:hover .highlight-bullet-border {
    transform: scale(0.44, 0.44);
}
.highlight-bullet-outer {
	background-color: #E2001A;
	width: 68px;
	height: 68px;
	top: 6px;
	left: 6px;
	transform: scale(0.2, 0.2);
	transition-duration: 0.24s;
}
.marker:hover .highlight-bullet-outer {
    transform: scale(0.24, 0.24);
}
.highlight-bullet-middle {
	background-color: #fff;
	width: 60px;
	height: 60px;
	top: 10px;
	left: 10px;
	transform: scale(0.1, 0.1);
	transition-duration: 0.18s;
}
.marker:hover .highlight-bullet-middle {
    transform: scale(0.18, 0.18);
}
.highlight-bullet-inner {
	background-color: #1A171B;
	width: 54px;
	height: 54px;
	top: 13px;
	left: 13px;
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
	transform: scale(0.05, 0.05);
	transition-duration: 0.1s;
}
.marker:hover .highlight-bullet-inner {
    transform: scale(0.1, 0.1);
}
.marker.small .highlight-bullet-outer {
    opacity: 0.2;
    background-color: #0082C1;
    transition-duration: 0.24s;
	width: 68px;
	height: 68px;
	top: 6px;
	left: 6px;
	transform: scale(0.2, 0.2);
}
.marker.small .highlight-bullet-outer:after {
	content: "";
	background-color: #0082C1;
	opacity: 0.2;
	width: 68px;
	height: 68px;
	position: absolute;
	border-radius: 100%;
	animation: pulsate 1.5s ease-out;
	animation-iteration-count: infinite;
	animation-delay: 1.1s;
}
.marker.small:hover .highlight-bullet-outer {
    transform: scale(0.24, 0.24);
}
.marker.small .highlight-bullet-inner {
    background-color: #0082C1;
	width: 54px;
	height: 54px;
	top: 13px;
	left: 13px;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    transform: scale(0.08, 0.08);
    transition-duration: 0.1s;
}
.marker.small:hover .highlight-bullet-inner {
    transform: scale(0.12, 0.12);
}
.legend {
	background-color: #ffffff;
	border-radius: 3px;
    border-width: 2px;
    border-color: rgb(215, 215, 215);
    border-style: solid;
    padding: 10px;
    font-size: 14px;
}
.legend .marker,
.legend .marker .dot {
	position: relative !important;
	margin-left: -5px;
	margin-top:-25px;
}
.legend .marker,
.legend span {
	display: inline-block;
	line-height: 30px;
}
.legend span {
	padding-left: 30px;
}
.legend .widget-title {
	margin-bottom: 10px;
	font-size: 16px;
}
.home .site-main {
	position: relative;
	top: -115px;
}
h2 a {
	padding-top: 10px;
}

/*** Formulieren ***/

.gform_wrapper .gfield_required {
	color: #E2001A !important;
}
.gform_wrapper .top_label .gfield_label {
	display: none !important;
}
body .gform_wrapper ul li.gfield {
	margin-top: 0px !important;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
select,
textarea {
	width: 100% !important;
    background-color: #FAFAFA;
    border-color: #CCCCCC;
    color: #666666;
    padding: 10px 15px !important;
}

/* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px) {
	body {
		font-size: 16px;
	}
	.sow-headline {
	    font-size: 28px;
	}
	.sow-sub-headline {
		font-size: 22px;
	}
	.main-navigation .main-nav ul li a {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Large than Touchdevices */

@media only screen and (min-width : 1024px) {
	.bottom-left,
	.bottom-right {
/* 		display: block !important; */
	}
}

/* Medium Devices, Desktops */

@media only screen and (max-width : 1024px) {
	body {
		font-size: 14px;
	}
	.sow-headline {
	    font-size: 22px;
	}
	.sow-sub-headline {
		font-size: 18px;
	}
	.widget-title {
	    font-size: 18px;
	}
	.main-navigation .main-nav ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	/*.one-container .site-content {*/
		/*padding-left: 0px;*/
		/*padding-right: 40px;*/
	/*}*/
	.lsow-gallery-carousel .lsow-gallery-carousel-item .lsow-project-image {
	    max-height: 358px;
	}
	.news .lsow-posts-carousel .lsow-posts-carousel-item .lsow-project-image {
		max-height: 180px;
	}
	.main-navigation .sticky-logo, .main-navigation .sticky-logo img {
	    height: 24px;
	}
}
/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {
	.fp-tableCell,
	.fp-section {
		height: auto !important;
	}
	.home .site-main {
	    position: relative;
	    top: 0px;
	}
	.groot {
	    padding-top: 0px;
	    padding-bottom: 10px;
	}
	.main-navigation .main-nav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.one-container .site-content {
	    padding-left: 0px;
	    padding-right: 0px;
	}
	.klein {
		max-width: 100%;
		display: none !important;
	}
	.slide .sow-headline {
/* 		opacity: 1; */
/*		-webkit-transform: translate3d(0px, 0px, 0px);
		-moz-transform: translate3d(0px, 0px, 0px);
		-ms-transform:translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);*/
		display: none;
	}
	.slide:first-child .sow-headline {
		display: block !important;
	}
	.slide .sow-sub-headline {
		opacity: 1;
/*		-webkit-transform: translate3d(0px, 0px, 0px);
		-moz-transform: translate3d(0px, 0px, 0px);
		-ms-transform:translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);*/
	}
	#moveDown, #moveRight {
		display: none;
	}
	.home .panel-grid-cell .panel-grid-cell {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.challenge {
		padding: 0px 15px 0px 15px !important;
	}
	.solution {
		padding: 25px 15px 0px 15px !important;
		margin-bottom: 20px;
	}
	.solution:before {
	    top: 0px;
	    left: calc(50% - 15px);
	    border: solid transparent;
	    content: " ";
	    height: 0;
	    width: 0;
	    position: absolute;
	    pointer-events: none;
	    border-top-color: #ffffff;
	    border-width: 10px;
	    margin-top: 0px;
	}
	.lsow-gallery-carousel .lsow-gallery-carousel-item .lsow-project-image {
	    max-height: 225px;
	}
	.news {
		display: none !important;
	}
	.slider {
		display: none;
	}
	.numeriek {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.top-right {
	    top: 12px;
	    padding-left: 10px !important;
	    padding-right: 10px !important;
	}
	.inside-footer-widgets .inner-padding {
	    padding: 0 20px;
	}
	.footer-widgets {
	    padding: 20px 0px 20px 0px;
	}
	.inside-footer-widgets>div:not(:last-child) {
	    margin-bottom: 20px;
	}
	 .sow-headline {
		font-size: 19px;
/*		-webkit-transform: translate3d(0px, 0px, 0px);
		-moz-transform: translate3d(0px, 0px, 0px);
		-ms-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);*/
	}
	.normal .sow-headline {
	    margin-left: 0px;

	}
}

/* Extra Small Devices, Phones */

@media only screen and (max-width : 480px) {
	 .panel-widget-style {
	 	padding-left: 0px;
	 	padding-right: 0px;
	 }
	.mobile-header-navigation .mobile-header-logo,
	.mobile-header-navigation .mobile-header-logo img {
	    height: 20px;
	}
	.menu-toggle {
		padding-left: 0px;
	}
	.specs ul > li > ul {
	    float: none;
	    width: 100%;
	}
	.sow-headline {
		text-align: left !important;
	}
	.numbers ol li {
	    font-size: 13px;
	}
	.secondary-navigation .main-nav ul li a, .secondary-navigation .menu-toggle {
		padding-left: 0px;
		padding-right: 20px;
	}
}

/* Custom, iPhone Retina */

@media only screen and (max-width : 320px) {
	.numeriek ol li {
    	font-size: 13px;
	}
}

@media screen and (max-width: 1280px) and (max-height: 780px) {
	.slider .lsow-gallery-carousel .lsow-gallery-carousel-item .lsow-project-image {
		max-height: 360px;
	}
	.news .lsow-posts-carousel .lsow-posts-carousel-item .lsow-project-image {
		max-height: 180px;
	}
	.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .mobile-bar-items a {
/* 		line-height: 45px; */
	}
}