/* -------------------------------------------------------------------------------- /

	Plugin Name: Go – Responsive Portfolio for WP
	Author: Granth
	Version: 1.4.0

	+----------------------------------------------------+
		TABLE OF CONTENTS
	+----------------------------------------------------+

    [1] SETUP
    [2] LAYOUT
    [3] FILTER
    [4] PAGINATION
    [5] SLIDER	
    [6] HEADER, MEDIA, OVERLAY
    [7] POST CONTENT
    [8] ISOTOPE PLUGIN
    [9] MAGNIFIC POPUP
	[10] MEDIA QUERIES
	[11] CUSTOM - PORTFOLIO

/ -------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------- /
	[1]	SETUP - General settings, clearfix, common classes
/ -------------------------------------------------------------------------------- */

	/* Clearfix */
	.gw-gopf-clearfix:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.gw-gopf-clearfix { display:inline-block; } /* Hide from IE Mac \*/
	.gw-gopf-clearfix { display:block; } /* End hide from IE Mac */
	.gw-gopf-clearfix:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}	
		
	/* In slider mode */
	.gw-gopf .caroufredsel_wrapper {
		margin:0 !important; 
		overflow:visible !important;
	}		

	/* Reset and set image */
	.gw-gopf img {
		border:none !important;
		-moz-border-radius:0 !important;
		-webkit-border-radius:0 !important;
		border-radius:0 !important;				
		-moz-box-shadow:none !important;
		-o-box-shadow:none !important;
		-webkit-box-shadow:none !important;
		box-shadow:none !important;
		display:inline-block !important;
		height:auto !important;
		max-width:100% !important;		
		margin:0 !important;
		padding:0 !important;
		-moz-transition:none;
		-ms-transition:none;
		-o-transition:none;
		-webkit-transition:none;
		transition:none;
		vertical-align:middle;
        -ms-interpolation-mode:bicubic;
	}
	.gw-gopf iframe { width:100%; }
	.gw-gopf-post-media-wrap iframe { 
		height:100% !important;
		position:absolute;
	}
	
	/* OTHER */

	/* disable dotted outlines */
	:focus { outline:none !important; }
	::-moz-focus-inner { border:none !important; }
	a { outline:none !important;}
	
	/* remove tap highlight */
	.gw-gopf * { -webkit-tap-highlight-color: rgba(0,0,0,0); }
	
	.gw-gopf-disable-trans {
		-moz-transition:none !important;
		-ms-transition:none !important;
		-o-transition:none !important;
		-webkit-transition:none !important;
		transition:none !important;	
	}

/* -------------------------------------------------------------------------------- /
	[2]	LAYOUT - Columns
/ -------------------------------------------------------------------------------- */

	.gw-gopf-slider-type .gw-gopf-col-wrap{ display:none; }
	.gw-gopf-slider-type .gw-gopf-col-wrap:first-child { display:block; visibility: hidden; }	
	
	/* Wrappers */
	.gw-gopf-posts-wrap { 
		position:relative;
		width:100%;
	}
	.gw-gopf-slider-type .gw-gopf-posts-wrap { 
		margin:-20px 0px;	
		padding:20px 0px;
	}	
	.gw-gopf-posts-wrap-inner { position:relative; }
	.gw-gopf-posts { 
		margin-right:-10px;
		width:100% !important;	
	}	
	.gw-gopf-post-col{ position:relative; }

	/* Default colum widths */
	.gw-gopf-col-wrap {
		float:left;
		letter-spacing:0;
		position:relative;		
	}
	.gw-gopf-1col .gw-gopf-col-wrap { width:100%; }
	.gw-gopf-2cols .gw-gopf-col-wrap { width:50%; }
	.gw-gopf-3cols .gw-gopf-col-wrap { width:33.33%; }
	.gw-gopf-4cols .gw-gopf-col-wrap { width:25%; }
	.gw-gopf-5cols .gw-gopf-col-wrap { width:20%; }
	.gw-gopf-6cols .gw-gopf-col-wrap { width:16.66%; }
	.gw-gopf-7cols .gw-gopf-col-wrap { width:14.2857%; }
	.gw-gopf-8cols .gw-gopf-col-wrap { width:12.50%; }
	.gw-gopf-9cols .gw-gopf-col-wrap { width:11.11%; }
	.gw-gopf-10cols .gw-gopf-col-wrap { width:10%; }	

/* -------------------------------------------------------------------------------- /
	[3]	FILTER - Portfolio filter categories
/ -------------------------------------------------------------------------------- */	

	.gw-gopf-filter { 
		position:relative;
		z-index:1;
	}
	.gw-gopf-cats {
		list-style:none;
		display:block;		
		margin:-10px 0 0;
		padding:0;
		position:relative;
	}
	.gw-gopf-cats > span {
		background:none;
		display:inline-block;	
		margin:10px 0 0;
		padding:0;
	}
	
	.gw-gopf-cats > span.gw-gopf-hidden { display:none; }	
	
	/* Centered filter */
	.gw-gopf-cats-centered .gw-gopf-cats { text-align:center; }
	
	/* Right aligned filter */
	.gw-gopf-cats-right .gw-gopf-cats { text-align:right; }
	
/* -------------------------------------------------------------------------------- /
	[4]	PAGINATION - Portfolio pagination
/ -------------------------------------------------------------------------------- */	

	.gw-gopf-pagination-wrapper { 
		position:relative;
		z-index:1;
	}
	.gw-gopf-pagination {
		list-style:none;
		display:block;		
		margin:-10px 0 0 !important;
		padding:0;
		position:relative;
	}
	.gw-gopf-pagination > span,
	.gw-gopf-pagination > a {
		background:none;
		display:inline-block;	
		margin:10px 0 0;
		padding:0;
	}
	
	/* Centered pagination */
	.gw-gopf-pagination-centered .gw-gopf-pagination { text-align:center; }
	
	/* Right aligned pagination */
	.gw-gopf-pagination-right .gw-gopf-pagination { text-align:right; }	


/* -------------------------------------------------------------------------------- /
	[5]	SLIDER - Slider arrows
/ -------------------------------------------------------------------------------- */	

	.gw-gopf-slider-controls-wrap {
		margin:0;
		padding:0;
		position:relative;
		width:100%;
		z-index:1;		
	}
	.gw-gopf-slider-controls > div {
		background:none;
		float:left;		
		margin:0;
		padding:0;
		text-align:center;
		cursor:hand;
	}
	.gw-gopf-slider-controls > div:first-child { margin-left:0 !important; }	
	
	/* Centered filter */
	.gw-gopf-slider-controls-centered .gw-gopf-slider-controls {
		float:left;
		left:50%;	
		position:relative;
	}
	.gw-gopf-slider-controls-centered .gw-gopf-slider-controls > div {
		float:left;
		position:relative;	
		right:50%;
	}
	
	/* Right aligned filter */
	.gw-gopf-slider-controls-right .gw-gopf-slider-controls { float:right; }

/* -------------------------------------------------------------------------------- /
	[6]	HEADER, MEDIA, OVERLAY
/ -------------------------------------------------------------------------------- */

	.gw-gopf-post-header { 
		position:relative !important;
		width:100%;
	}
	.gw-gopf-post-media-wrap {
		height:0;
		background-position:50% 50%;
		overflow:hidden;		
		position:relative;
		z-index:1;
	}
	.gw-gopf-post-media-wrap.gw-gopf-landscape {
		-moz-background-size:auto 100.8%;
		-o-background-size:auto 100.8%;
		-webkit-background-size:auto 100.8%;
		background-size:auto 100.8%;
	}
	.gw-gopf-post-media-wrap.gw-gopf-portrait {
		-moz-background-size:100.8% auto;
		-o-background-size:100.8% auto;
		-webkit-background-size:100.8% auto;
		background-size:100.8% auto;
	}
	.gw-gopf-post-media-wrap a {
		border:none !important;
		display:block;
		position:relative;
	}

	/* Reset and set image */
	.gw-gopf-post-media-wrap img.gw-gopf-fallback-img {
		display:none !important;
		position:absolute !important;
		width:100% !important;
	}
	
	.gw-gopf-ie .gw-gopf-post-media-wrap img.gw-gopf-fallback-img { display:block !important; }
	.gw-gopf-ie .gw-gopf-post-media-wrap { background:none !important; }
	
	/* Image orientations */
	.gw-gopf-post-media-wrap img.gw-gopf-landscape {
		max-height:100.4% !important;
		max-width:none !important;
		height:100.4% !important;
		width:auto !important;		
	}
	
	/* Image orientations */	
	.gw-gopf-post-media-wrap img.gw-gopf-portrait {
		max-height:none !important;
		max-width:100.4% !important;		
	}
	
	/* Overlay */
	.gw-gopf-post-overlay, 
	.gw-gopf-post-overlay-bg {
		background:transparent;
		display:none;
		height:100%;
		filter:alpha(opacity=0); /* IE 5-7 */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
		-khtml-opacity:0; /* Safari 1.x */
		-moz-opacity:0; /* Netscape */
		opacity:0;		
		overflow:hidden;
		-moz-transition:opacity 0.1s ease-in-out, height 0.1s 0.1s ease-in-out, top 0.1s 0.1s ease-in-out, bottom 0.1s 0.1s ease-in-out;
		-ms-transition:opacity 0.1s ease-in-out, height 0.1s 0.1s ease-in-out, top 0.1s 0.1s ease-in-out, bottom 0.1s 0.1s ease-in-out;
		-o-transition:opacity 0.1s ease-in-out, height 0.1s 0.1s ease-in-out, top 0.1s 0.1s ease-in-out, bottom 0.1s 0.1s ease-in-out;
		-webkit-transition:opacity 0.1s ease-in-out, height 0.1s 0.1s ease-in-out, top 0.1s 0.1s ease-in-out, bottom 0.1s 0.1s ease-in-out;
		transition:opacity 0.1s ease-in-out, height 0.1s 0.1s ease-in-out, top 0.1s 0.1s ease-in-out, bottom 0.1s 0.1s ease-in-out;
		position:absolute;
		text-align:center;
		width:100%;
		z-index:3;		
	}
	.gw-gopf-has-overlay .gw-gopf-post-overlay, 
	.gw-gopf-touch .gw-gopf-has-overlay .gw-gopf-post-overlay-hover:hover .gw-gopf-post-overlay,
	.gw-gopf-touch .gw-gopf-has-overlay .gw-gopf-post-header:hover .gw-gopf-post-overlay { display:block; }
	
	.gw-gopf-post-overlay-bg {
		display:block;
		content:'';
		left:0;		 
		filter:alpha(opacity=0); /* IE 5-7 */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
		-khtml-opacity:0; /* Safari 1.x */
		-moz-opacity:0; /* Netscape */
		opacity:0;
		top:0;
		z-index:-1;		
	 }
	.gw-gopf-post-overlay-hover:hover .gw-gopf-post-overlay,
	.gw-gopf-post-header:hover .gw-gopf-post-overlay,
	.gw-gopf-touch .gw-gopf-current.gw-gopf-post .gw-gopf-post-overlay { 
		filter:alpha(opacity=100); /* IE 5-7 */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
		-khtml-opacity:1; /* Safari 1.x */
		-moz-opacity:1; /* Netscape */
		opacity:1;
		-moz-transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
		-ms-transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
		-o-transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
		-webkit-transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
		transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
	}
	.gw-gopf-post-overlay:before {
		  content:'';
		  display:inline-block;
		  height:100%;
		  vertical-align:middle;
		  margin-right: -0.25em; /* Adjusts for spacing */
	}
	
	/* Overlay inner */
	.gw-gopf-post-overlay-inner,
	.gw-gopf-touch .gw-gopf-post-overlay-hover:hover .gw-gopf-post-overlay-inner, 
	.gw-gopf-touch .gw-gopf-post-header:hover .gw-gopf-post-overlay-inner {
		display:inline-block;
		left:1px;
		padding-top:20px;		
		position:relative;
		text-align:center;
		top:-40px;		
		-moz-transition:opacity 0s 0.1s ease-in-out, top 0s 0.1s ease-in-out, padding 0s 0.1s ease-in-out;
		-ms-transition:opacity 0s 0.1s ease-in-out, top 0s 0.1s ease-in-out, padding 0s 0.1s ease-in-out;
		-o-transition:opacity 0s 0.1s ease-in-out, top 0s 0.1s ease-in-out, padding 0s 0.1s ease-in-out;
		-webkit-transition:opacity 0s 0.1s ease-in-out, top 0s 0.1s ease-in-out, padding 0s 0.1s ease-in-out;
		transition:opacity 0s 0.1s ease-in-out, top 0s 0.1s ease-in-out, padding 0s 0.1s ease-in-out;
		vertical-align:middle;
		visibility:hidden;
	}
			
	.gw-gopf-post-overlay-hover:hover .gw-gopf-post-overlay-inner, 
	.gw-gopf-post-header:hover .gw-gopf-post-overlay-inner,
	.gw-gopf-touch .gw-gopf-current.gw-gopf-post .gw-gopf-post-overlay-inner { 
		padding-top:0;
		top:-5px;		
		-moz-transition:opacity 0.3s ease-in-out, top 0.15s ease-in-out, padding 0.15s 0.1s ease-in-out;
		-ms-transition:opacity 0.3s ease-in-out, top 0.15s ease-in-out, padding 0.15s 0.1s ease-in-out;
		-o-transition:opacity 0.3s ease-in-out, top 0.15s ease-in-out, padding 0.15s 0.1s ease-in-out;
		-webkit-transition:opacity 0.3s ease-in-out, top 0.15s ease-in-out, padding 0.15s 0.1s ease-in-out;
		transition:opacity 0.3s ease-in-out, top 0.15s ease-in-out, padding 0.15s 0.1s ease-in-out;
		visibility:visible;
	}
	.gw-gopf-post-overlay-btn, 
	.gw-gopf-post-overlay-circle {
		margin-top:10px;
	}	
	.gw-gopf-circle { vertical-align:top; }
	.gw-gopf-circle img { vertical-align:0; }


/* -------------------------------------------------------------------------------- /
	[7]	POST CONTENT
/ -------------------------------------------------------------------------------- */

	.gw-gopf-post {
		position:relative;
	}
	.gw-gopf-post-content-wrap { 
		overflow:hidden;
		position:relative;
		z-index:1;
	}
	.gw-gopf-post-content-wrap:before { 
		content:'';
		display:block;
		height:100%;
		left:0;
		position:absolute;
		top:0;		
		width:100%;
		z-index:-1;
	}
	
	.gw-gopf-post-content {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		overflow:hidden;
		text-align:left; 	
	}

	.gw-gopf-post-content a,
	.gw-gopf-post-content a:hover { text-decoration:none; }
	.gw-gopf-post-content h2, 
	.gw-gopf-post-content h2 a {
		margin:0 0 3px 0 !important;
		padding:0;
	}

/* -------------------------------------------------------------------------------- /
	[8] ISOTOPE PLUGIN
/ -------------------------------------------------------------------------------- */
	
	.gw-gopf-isotope { overflow:visible !important; }
	.gw-gopf-isotope-item { z-index:2; }
	.gw-gopf-isotope-item:hover { z-index:3; }
	.gw-gopf-isotope-hidden.gw-gopf-isotope-item {
		pointer-events:none;
		z-index:1;
	}
	.gw-gopf-isotope-ready .gw-gopf-isotope,
	.gw-gopf-isotope-new-added .gw-gopf-isotope {
		-webkit-transition-duration:0.8s;
		-moz-transition-duration:0.8s;
		-ms-transition-duration:0.8s;
		-o-transition-duration:0.8s;
		transition-duration:0.8s;
		-webkit-transition-property:height, width;
		-moz-transition-property:height, width;
		-ms-transition-property:height, width;
		-o-transition-property:height, width;
		transition-property:height, width;

	}
	.gw-gopf-isotope-ready .gw-gopf-isotope .gw-gopf-isotope-item {
		-webkit-transition:-webkit-transform 0.8s, opacity 0.8s, z-index 0s 0.1s;
		-moz-transition:-moz-transform 0.8s, opacity 0.8s, z-index 0s 0.1s;
		-ms-transition:-ms-transform 0.8s, opacity 0.8s, z-index 0s 0.1s;
		-o-transition:-o-transform 0.8s, opacity 0.8s, z-index 0s 0.1s;
		transition:transform 0.8s, opacity 0.8s, z-index 0s 0.1s;	
	}
	.gw-gopf-isotope-ready .gw-gopf-isotope .gw-gopf-isotope-item:hover {
		-webkit-transition:-webkit-transform 0.8s, opacity 0.8s, z-index 0s 0s;
		-moz-transition:-moz-transform 0.8s, opacity 0.8s, z-index 0s 0s;
		-ms-transition:-ms-transform 0.8s, opacity 0.8s, z-index 0s 0s;
		-o-transition:-o-transform 0.8s, opacity 0.8s, z-index 0s 0s;
		transition:transform 0.8s, opacity 0.8s, z-index 0s 0s;
	}	

/* -------------------------------------------------------------------------------- /
	[9] MAGNIFIC POPUP
/ -------------------------------------------------------------------------------- */

 	.gw-gopf-mfp-close {
 		background:url(../images/icon_close.png) 0 0 no-repeat;
		cursor:pointer;		
 		height:18px;
		filter:alpha(opacity=65); /* IE 5-7 */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /* IE 8 */
		-khtml-opacity:0.65; /* Safari 1.x */
		-moz-opacity:0.65; /* Netscape */
		opacity:0.65;
		position:absolute;		
		right:0;
		top:6px;
        -moz-transition:all 0.1s ease-in-out;
		-ms-transition:all 0.1s ease-in-out;
        -o-transition:all 0.1s ease-in-out;
        -webkit-transition:all 0.1s ease-in-out;		
        transition:all 0.1s ease-in-out;		
		width:18px;
 	}

	@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) { 	  
		.gw-gopf-mfp-close {
			background:url(../images/icon_close@2x.png) 0 0 no-repeat;
			background-size:18px auto;
		}
	}	
	
 	.gw-gopf-mfp-close:hover { 
		filter:alpha(opacity=100); /* IE 5-7 */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
		-khtml-opacity:1; /* Safari 1.x */
		-moz-opacity:1; /* Netscape */
		opacity:1;
	}
		
	.gw-gopf-mfp-title.mfp-title {
		color:#bababa;
		font-size:16px;
		height:auto;
		line-height:20px;
	}
	.gw-gopf-mfp-counter.mfp-counter {
		color:#bababa;
	}
	
	.gw-gopf-mfp-arrow.mfp-arrow {
		cursor:pointer !important;
		filter:alpha(opacity=65) !important; /* IE 5-7 */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)" !important; /* IE 8 */
		-khtml-opacity:0.65 !important; /* Safari 1.x */
		-moz-opacity:0.65 !important; /* Netscape */
		opacity:0.65 !important;
		 -webkit-transform:none !important;
	    transform:none !important;		
	    z-index:1048;			
	}
	.gw-gopf-mfp-arrow.mfp-arrow:hover {
		filter:alpha(opacity=100) !important; /* IE 5-7 */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important; /* IE 8 */
		-khtml-opacity:1 !important; /* Safari 1.x */
		-moz-opacity:1 !important; /* Netscape */
		opacity:1 !important;
	}
	
	.gw-gopf-mfp-arrow.mfp-arrow:before, 
	.gw-gopf-mfp-arrow.mfp-arrow:after { border:none !important; }

	.gw-gopf-mfp-arrow.mfp-arrow-left {
		background:url(../images/icon_lb_prev.png) 50% 50% no-repeat !important;
	}
	
	.gw-gopf-mfp-arrow.mfp-arrow-right {
		background:url(../images/icon_lb_next.png) 50% 50% no-repeat !important;
	}	
	
	@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) { 	  
		.gw-gopf-mfp-arrow.mfp-arrow-left {
			background:url(../images/icon_lb_prev@2x.png) 50% 50% no-repeat !important;
			background-size:34px auto !important;
		}
		
		.gw-gopf-mfp-arrow.mfp-arrow-right {
			background:url(../images/icon_lb_next@2x.png) 50% 50% no-repeat !important;
			background-size:34px auto !important;
		}
	}		
	
 	.mfp-iframe-holder .gw-gopf-mfp-close { top:-34px !important; }
	
	 /**
	  * Fade-move animation for second dialog
	  */
      
      /* at start */
      .my-mfp-slide-bottom .mfp-figure {
        opacity: 0;
        -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;
        -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

      }
      
      /* animate in */
      .my-mfp-slide-bottom.mfp-ready .mfp-figure {
        opacity: 1;
        -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        -o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
      }

      /* animate out */
      .my-mfp-slide-bottom.mfp-removing .mfp-figure {
        opacity: 0;
        -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
      }

      /* Dark overlay, start state */
      .my-mfp-slide-bottom.mfp-bg {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-out; 
        -moz-transition: opacity 0.3s ease-out; 
        -o-transition: opacity 0.3s ease-out; 
        transition: opacity 0.3s ease-out;
      }
      /* animate in */
      .my-mfp-slide-bottom.mfp-ready.mfp-bg {
        opacity: 0.8;
      }
      /* animate out */
      .my-mfp-slide-bottom.mfp-removing.mfp-bg {
        opacity: 0;
      }

/* -------------------------------------------------------------------------------- /
	[10]	MEDIA QUERIES
/ -------------------------------------------------------------------------------- */

  
/* -------------------------------------------------------------------------------- /
	[10.1] TABLET (LANDSCAPE)
/ -------------------------------------------------------------------------------- */

	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.gw-gopf-posts { letter-spacing:20px; }
		.gw-gopf-1col .gw-gopf-col-wrap { 
        	float:left !important;		
			margin-left:0 !important;
        	width:100%;		
		} 
		.gw-gopf-2cols .gw-gopf-col-wrap,
		.gw-gopf-3cols .gw-gopf-col-wrap,
		.gw-gopf-4cols .gw-gopf-col-wrap,
		.gw-gopf-5cols .gw-gopf-col-wrap,
		.gw-gopf-6cols .gw-gopf-col-wrap,
		.gw-gopf-7cols .gw-gopf-col-wrap,
		.gw-gopf-8cols .gw-gopf-col-wrap,
		.gw-gopf-9cols .gw-gopf-col-wrap,
		.gw-gopf-10cols .gw-gopf-col-wrap { width:50% !important; }		
	}

/* -------------------------------------------------------------------------------- /
	[10.2] MOBILE (LANDSCAPE)
/ -------------------------------------------------------------------------------- */

	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.gw-gopf-posts { letter-spacing:30px; }
		.gw-gopf {
						margin:0 auto;
		}		
		.gw-gopf-1col .gw-gopf-col-wrap,
		.gw-gopf-2cols .gw-gopf-col-wrap,
		.gw-gopf-3cols .gw-gopf-col-wrap,
		.gw-gopf-4cols .gw-gopf-col-wrap,
		.gw-gopf-5cols .gw-gopf-col-wrap,
		.gw-gopf-6cols .gw-gopf-col-wrap,
		.gw-gopf-7cols .gw-gopf-col-wrap,
		.gw-gopf-8cols .gw-gopf-col-wrap,
		.gw-gopf-9cols .gw-gopf-col-wrap,
		.gw-gopf-10cols .gw-gopf-col-wrap { 
        	float:left !important;		
			margin-left:0 !important;
        	width:100%;
		}
	}

/* -------------------------------------------------------------------------------- /
	[10.3] MOBILE (PORTRAIT)
/ -------------------------------------------------------------------------------- */

	@media only screen and (max-width: 479px) {
		.gw-gopf-posts { letter-spacing:30px; }
		.gw-gopf {
			max-width:400px;			margin:0 auto;
		}
		.gw-gopf-1col .gw-gopf-col-wrap,
		.gw-gopf-2cols .gw-gopf-col-wrap,
		.gw-gopf-3cols .gw-gopf-col-wrap,
		.gw-gopf-4cols .gw-gopf-col-wrap,
		.gw-gopf-5cols .gw-gopf-col-wrap,
		.gw-gopf-6cols .gw-gopf-col-wrap {
        	margin-left:0 !important;
        	float:left !important;
        	width:100%;
         } 
	}	

 
/* -------------------------------------------------------------------------------- /
	[11] CUSTOM - PORTFOLIO
/ -------------------------------------------------------------------------------- */
 
/* -------------------------------------------------------------------------------- /
	[10.1]	name: Instrument - id:instrument 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_instrument .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_instrument .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_instrument .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_instrument .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_instrument .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_instrument .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_instrument .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_instrument .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_instrument .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_instrument .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_instrument .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_instrument .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_instrument .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_instrument .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_instrument .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_instrument .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_instrument .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_instrument .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_instrument .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_instrument .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_instrument .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_instrument .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_instrument .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_instrument .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_instrument .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_instrument .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_instrument .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_instrument  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_instrument  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_instrument .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_instrument .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.2]	name: Snaarinstrumenten - id:snaarinstrumenten 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_snaarinstrumenten .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_snaarinstrumenten .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_snaarinstrumenten .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_snaarinstrumenten .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_snaarinstrumenten .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_snaarinstrumenten .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_snaarinstrumenten .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_snaarinstrumenten .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_snaarinstrumenten .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_snaarinstrumenten .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_snaarinstrumenten .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_snaarinstrumenten .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:22px !important;                min-height: 70px;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_snaarinstrumenten  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_snaarinstrumenten  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_snaarinstrumenten .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:22px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_snaarinstrumenten .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.3]	name: Dans - id:dans 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_dans .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_dans .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_dans .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_dans .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_dans .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_dans .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_dans .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_dans .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_dans .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_dans .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_dans .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_dans .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_dans .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_dans .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_dans .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_dans .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_dans .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_dans .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_dans .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_dans .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_dans .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_dans .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_dans .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_dans .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_dans .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_dans  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_dans  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_dans .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_dans .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.4]	name: Zang - id:zang 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_zang .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_zang .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_zang .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_zang .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_zang .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_zang .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_zang .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_zang .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_zang .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_zang .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_zang .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_zang .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_zang .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_zang .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_zang .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_zang .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_zang .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_zang .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_zang .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_zang .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_zang .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_zang .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_zang .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_zang .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_zang .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_zang .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_zang .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_zang  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_zang  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_zang .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_zang .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.5]	name: Overzicht - id:overzicht 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_overzicht .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_overzicht .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_overzicht .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_overzicht .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_overzicht .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_overzicht .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_overzicht .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_overzicht .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_overzicht .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_overzicht .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_overzicht .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_overzicht .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_overzicht .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_overzicht .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#000000;}#gw_go_portfolio_overzicht .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#000000;background:transparent;border-color:#000000;}#gw_go_portfolio_overzicht .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-cats > span a {background:#000000;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#000000;background:transparent;border:solid 1px #000000;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#000000;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#000000;}#gw_go_portfolio_overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#000000;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#000000;background:transparent;border:solid 1px #000000;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#000000;}#gw_go_portfolio_overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#000000;}#gw_go_portfolio_overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#000000;color:#000000;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-content { color:#000000;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#000000;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#000000 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#000000;font-size:12px;font-weight:bold;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#000000; }#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_overzicht .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_overzicht  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#000000 !important;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_overzicht  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_overzicht .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.6]	name: Samenspel - id:samenspel 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_samenspel .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_samenspel .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_samenspel .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_samenspel .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_samenspel .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_samenspel .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_samenspel .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_samenspel .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_samenspel .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_samenspel .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_samenspel .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_samenspel .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_samenspel .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_samenspel .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_samenspel .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_samenspel .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_samenspel .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_samenspel .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_samenspel .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_samenspel .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_samenspel .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_samenspel .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_samenspel .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_samenspel .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_samenspel .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_samenspel .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:14px;line-height:15px;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_samenspel .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_samenspel  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_samenspel  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_samenspel .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_samenspel .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.7]	name: Kennismaken 6-10 jaar - id:kennismaken-6-10 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_kennismaken-6-10 .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_kennismaken-6-10 .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_kennismaken-6-10 .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_kennismaken-6-10 .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_kennismaken-6-10 .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_kennismaken-6-10 .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_kennismaken-6-10 .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_kennismaken-6-10 .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_kennismaken-6-10 .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_kennismaken-6-10 .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_kennismaken-6-10 .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_kennismaken-6-10 .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_kennismaken-6-10  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_kennismaken-6-10  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_kennismaken-6-10 .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_kennismaken-6-10 .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.8]	name: Onderwijs - id:onderwijs 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_onderwijs .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_onderwijs .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_onderwijs .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_onderwijs .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_onderwijs .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_onderwijs .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_onderwijs .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_onderwijs .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_onderwijs .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_onderwijs .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_onderwijs .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_onderwijs .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#b50a38;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#b50a38;background:transparent;border-color:#b50a38;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-cats > span a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#b50a38;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#b50a38;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#b50a38;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#b50a38;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-content { color:#b50a38;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#b50a38;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#b50a38 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#b50a38;font-size:12px;font-weight:bold;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#b50a38; }#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_onderwijs .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_onderwijs  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#b50a38 !important;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_onderwijs  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_onderwijs .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_onderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.9]	name: Basisonderwijs - id:basisonderwijs 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_basisonderwijs .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_basisonderwijs .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_basisonderwijs .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_basisonderwijs .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_basisonderwijs .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_basisonderwijs .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_basisonderwijs .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_basisonderwijs .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_basisonderwijs .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_basisonderwijs .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_basisonderwijs .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_basisonderwijs .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#b50a38;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#b50a38;background:transparent;border-color:#b50a38;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#b50a38;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#b50a38;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:6px;-moz-border-radius-topright:6px;-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:6px;-moz-border-radius-topright:6px;-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#b50a38;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#b50a38;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:6px;-moz-border-radius-bottomright:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#f5e0dc;opacity:1;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content { color:#b50a38;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#b50a38;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#b50a38 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#b50a38;font-size:12px;font-weight:bold;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#b50a38; }#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_basisonderwijs  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#b50a38 !important;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_basisonderwijs  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_basisonderwijs .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_basisonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.10]	name: Hoger onderwijs - id:hoger-onderwijs 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_hoger-onderwijs .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_hoger-onderwijs .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_hoger-onderwijs .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_hoger-onderwijs .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_hoger-onderwijs .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_hoger-onderwijs .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_hoger-onderwijs .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_hoger-onderwijs .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_hoger-onderwijs .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_hoger-onderwijs .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_hoger-onderwijs .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_hoger-onderwijs .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:22px !important;                min-height: 70px;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_hoger-onderwijs  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_hoger-onderwijs  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_hoger-onderwijs .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:22px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_hoger-onderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.11]	name: Beroepsonderwijs - id:beroepsonderwijs 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_beroepsonderwijs .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_beroepsonderwijs .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_beroepsonderwijs .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_beroepsonderwijs .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_beroepsonderwijs .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_beroepsonderwijs .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_beroepsonderwijs .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_beroepsonderwijs .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_beroepsonderwijs .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_beroepsonderwijs .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_beroepsonderwijs .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_beroepsonderwijs .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:22px !important;                min-height: 70px;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_beroepsonderwijs  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_beroepsonderwijs  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_beroepsonderwijs .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:22px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_beroepsonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.12]	name: Leeftijden - id:leeftijden 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_leeftijden .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_leeftijden .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_leeftijden .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_leeftijden .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_leeftijden .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_leeftijden .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_leeftijden .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_leeftijden .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_leeftijden .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_leeftijden .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_leeftijden .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_leeftijden .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#b50a38;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#b50a38;background:transparent;border-color:#b50a38;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-cats > span a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#b50a38;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#b50a38;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:6px;-moz-border-radius-topright:6px;-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:6px;-moz-border-radius-topright:6px;-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#b50a38;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#b50a38;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:6px;-moz-border-radius-bottomright:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#f5e0dc;opacity:1;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-content { color:#b50a38;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#b50a38;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#b50a38 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#b50a38;font-size:12px;font-weight:bold;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#b50a38; }#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_leeftijden .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_leeftijden  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#b50a38 !important;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_leeftijden  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_leeftijden .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_leeftijden .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.13]	name: Piano - id:piano 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_piano .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_piano .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_piano .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_piano .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_piano .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_piano .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_piano .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_piano .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_piano .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_piano .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_piano .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_piano .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_piano .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_piano .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_piano .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_piano .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_piano .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_piano .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_piano .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_piano .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_piano .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_piano .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_piano .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_piano .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_piano .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_piano .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_piano .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_piano  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_piano  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_piano .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_piano .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.14]	name: Viool - id:viool 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_viool .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_viool .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_viool .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_viool .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_viool .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_viool .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_viool .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_viool .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_viool .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_viool .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_viool .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_viool .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_viool .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_viool .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_viool .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_viool .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_viool .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_viool .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_viool .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_viool .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_viool .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_viool .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_viool .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_viool .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_viool .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_viool .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_viool .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_viool  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_viool  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_viool .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_viool .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.15]	name: Gitaar - id:gitaar 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_gitaar .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_gitaar .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_gitaar .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_gitaar .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_gitaar .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_gitaar .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_gitaar .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_gitaar .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_gitaar .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_gitaar .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_gitaar .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_gitaar .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_gitaar .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_gitaar .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_gitaar .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_gitaar .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_gitaar .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_gitaar .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_gitaar .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_gitaar .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_gitaar .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_gitaar .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_gitaar .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_gitaar .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_gitaar .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_gitaar .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_gitaar .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_gitaar  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_gitaar  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_gitaar .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_gitaar .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.16]	name: Naschools - id:naschools 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_naschools .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_naschools .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_naschools .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_naschools .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_naschools .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_naschools .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_naschools .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_naschools .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_naschools .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_naschools .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_naschools .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_naschools .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_naschools .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_naschools .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_naschools .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_naschools .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_naschools .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_naschools .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_naschools .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_naschools .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_naschools .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_naschools .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_naschools .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_naschools .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_naschools .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_naschools .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_naschools .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_naschools  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_naschools  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_naschools .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_naschools .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.17]	name: Special-onderwijs - id:speciaal_onderwijs 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_speciaal_onderwijs .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_speciaal_onderwijs .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_speciaal_onderwijs .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_speciaal_onderwijs .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_speciaal_onderwijs .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_speciaal_onderwijs .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_speciaal_onderwijs .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_speciaal_onderwijs .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_speciaal_onderwijs .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_speciaal_onderwijs .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_speciaal_onderwijs .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_speciaal_onderwijs .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:22px !important;                min-height: 70px;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_speciaal_onderwijs  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_speciaal_onderwijs  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_speciaal_onderwijs .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:22px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_speciaal_onderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.18]	name: Dans en muziekprojecten - id:dans-en-muziekprojecten 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_dans-en-muziekprojecten  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_dans-en-muziekprojecten  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_dans-en-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.19]	name: Percussie - id:percussie 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_percussie .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_percussie .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_percussie .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_percussie .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_percussie .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_percussie .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_percussie .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_percussie .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_percussie .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_percussie .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_percussie .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_percussie .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_percussie .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_percussie .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_percussie .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_percussie .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_percussie .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_percussie .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_percussie .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_percussie .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_percussie .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_percussie .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_percussie .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_percussie .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_percussie .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_percussie .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_percussie .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_percussie  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_percussie  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_percussie .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_percussie .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.20]	name: Blaasinstrumenten - id:blaasinstrumenten 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_blaasinstrumenten .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_blaasinstrumenten .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_blaasinstrumenten .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_blaasinstrumenten .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_blaasinstrumenten .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_blaasinstrumenten .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_blaasinstrumenten .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_blaasinstrumenten .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_blaasinstrumenten .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_blaasinstrumenten .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_blaasinstrumenten .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_blaasinstrumenten .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_blaasinstrumenten  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_blaasinstrumenten  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_blaasinstrumenten .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_blaasinstrumenten .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.21]	name: Kennismaken - id:kennismaken 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_kennismaken .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_kennismaken .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_kennismaken .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_kennismaken .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_kennismaken .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_kennismaken .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_kennismaken .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_kennismaken .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_kennismaken .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_kennismaken .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_kennismaken .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_kennismaken .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_kennismaken .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_kennismaken  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_kennismaken  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_kennismaken .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_kennismaken .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.22]	name: 6 tot 9 jaar - id:6-9-jaar 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_6-9-jaar .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-10px; }
#gw_go_portfolio_6-9-jaar .gw-gopf-post-col { margin-left:20px;margin-top:10px; }
#gw_go_portfolio_6-9-jaar .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_6-9-jaar .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_6-9-jaar .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_6-9-jaar .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_6-9-jaar .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_6-9-jaar .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_6-9-jaar .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_6-9-jaar .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_6-9-jaar .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_6-9-jaar .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_6-9-jaar  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_6-9-jaar  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_6-9-jaar .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_6-9-jaar .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.23]	name: Kennismaken 9-12 jaar - id:kennismaken-9-12 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_kennismaken-9-12 .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_kennismaken-9-12 .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_kennismaken-9-12 .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_kennismaken-9-12 .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_kennismaken-9-12 .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_kennismaken-9-12 .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_kennismaken-9-12 .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_kennismaken-9-12 .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_kennismaken-9-12 .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_kennismaken-9-12 .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_kennismaken-9-12 .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_kennismaken-9-12 .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_kennismaken-9-12  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_kennismaken-9-12  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_kennismaken-9-12 .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_kennismaken-9-12 .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.24]	name: Kennismaken 2 - 6 jaar - id:kennismaken-2-6 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_kennismaken-2-6 .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_kennismaken-2-6 .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_kennismaken-2-6 .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_kennismaken-2-6 .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_kennismaken-2-6 .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_kennismaken-2-6 .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_kennismaken-2-6 .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_kennismaken-2-6 .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_kennismaken-2-6 .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_kennismaken-2-6 .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_kennismaken-2-6 .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_kennismaken-2-6 .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_kennismaken-2-6  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_kennismaken-2-6  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_kennismaken-2-6 .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_kennismaken-2-6 .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.25]	name: 9 tot 12 jaar - id:9-12-jaar 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_9-12-jaar .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_9-12-jaar .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_9-12-jaar .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_9-12-jaar .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_9-12-jaar .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_9-12-jaar .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_9-12-jaar .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_9-12-jaar .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_9-12-jaar .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_9-12-jaar .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_9-12-jaar .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_9-12-jaar .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_9-12-jaar  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_9-12-jaar  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_9-12-jaar .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_9-12-jaar .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.26]	name: 2 tot 6 jaar - id:2-6-jaar 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_2-6-jaar .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_2-6-jaar .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_2-6-jaar .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_2-6-jaar .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_2-6-jaar .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_2-6-jaar .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_2-6-jaar .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_2-6-jaar .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_2-6-jaar .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_2-6-jaar .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_2-6-jaar .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_2-6-jaar .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_2-6-jaar  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_2-6-jaar  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_2-6-jaar .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_2-6-jaar .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.27]	name: Vanaf 12 jaar - id:vanaf-12-jaar 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_vanaf-12-jaar .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-10px; }
#gw_go_portfolio_vanaf-12-jaar .gw-gopf-post-col { margin-left:20px;margin-top:10px; }
#gw_go_portfolio_vanaf-12-jaar .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_vanaf-12-jaar .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_vanaf-12-jaar .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_vanaf-12-jaar .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_vanaf-12-jaar .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_vanaf-12-jaar .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_vanaf-12-jaar .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_vanaf-12-jaar .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_vanaf-12-jaar .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_vanaf-12-jaar .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_vanaf-12-jaar  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_vanaf-12-jaar  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_vanaf-12-jaar .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_vanaf-12-jaar .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.28]	name: Muziek in de buurt - id:muziekindebuurt 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_muziekindebuurt .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_muziekindebuurt .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_muziekindebuurt .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_muziekindebuurt .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_muziekindebuurt .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_muziekindebuurt .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_muziekindebuurt .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_muziekindebuurt .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_muziekindebuurt .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_muziekindebuurt .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_muziekindebuurt .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_muziekindebuurt .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_muziekindebuurt  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_muziekindebuurt  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_muziekindebuurt .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_muziekindebuurt .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.29]	name: Nieuw-West - id:nieuw-west 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_nieuw-west .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_nieuw-west .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_nieuw-west .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_nieuw-west .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_nieuw-west .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_nieuw-west .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_nieuw-west .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_nieuw-west .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_nieuw-west .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_nieuw-west .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_nieuw-west .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_nieuw-west .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_nieuw-west .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_nieuw-west  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_nieuw-west  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_nieuw-west .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_nieuw-west .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.30]	name: West - id:west 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_west .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_west .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_west .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_west .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_west .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_west .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_west .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_west .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_west .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_west .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_west .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_west .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_west .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_west .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_west .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_west .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_west .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_west .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_west .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_west .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_west .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_west .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_west .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_west .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_west .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_west .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_west .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_west  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_west  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_west .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_west .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.31]	name: Binnenschools - id:binnenschools 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_binnenschools .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_binnenschools .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_binnenschools .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_binnenschools .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_binnenschools .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_binnenschools .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_binnenschools .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_binnenschools .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_binnenschools .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_binnenschools .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_binnenschools .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_binnenschools .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#b50a38;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#b50a38;background:transparent;border-color:#b50a38;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-cats > span a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#b50a38;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#b50a38;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:6px;-moz-border-radius-topright:6px;-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:6px;-moz-border-radius-topright:6px;-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#b50a38;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#b50a38;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:6px;-moz-border-radius-bottomright:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#f5e0dc;opacity:1;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-content { color:#b50a38;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#b50a38;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#b50a38 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#b50a38;font-size:12px;font-weight:bold;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#b50a38; }#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_binnenschools .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_binnenschools  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#b50a38 !important;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_binnenschools  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_binnenschools .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_binnenschools .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.32]	name: Lange leerlijnen - id:langeleerlijnen 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_langeleerlijnen .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_langeleerlijnen .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_langeleerlijnen .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_langeleerlijnen .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_langeleerlijnen .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_langeleerlijnen .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_langeleerlijnen .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_langeleerlijnen .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_langeleerlijnen .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_langeleerlijnen .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_langeleerlijnen .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_langeleerlijnen .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_langeleerlijnen  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_langeleerlijnen  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_langeleerlijnen .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_langeleerlijnen .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.33]	name: Dans en muziekprojecten VO - id:dans-en-muziekprojecten-vo 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_dans-en-muziekprojecten-vo  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_dans-en-muziekprojecten-vo  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_dans-en-muziekprojecten-vo .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.34]	name: Voortgezet onderwijs - id:voortgezet-onderwijs 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#b50a38;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#b50a38;background:transparent;border-color:#b50a38;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-cats > span a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#b50a38;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#b50a38;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:6px;-moz-border-radius-topright:6px;-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:6px;-moz-border-radius-topright:6px;-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#b50a38;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#b50a38;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:6px;-moz-border-radius-bottomright:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#f5e0dc;opacity:1;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-content { color:#b50a38;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#b50a38;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#b50a38 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#b50a38;font-size:12px;font-weight:bold;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#b50a38; }#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_voortgezet-onderwijs  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#b50a38 !important;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_voortgezet-onderwijs  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_voortgezet-onderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.35]	name: Lange leerlijn VO - id:lange-leerlijn-vo 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_lange-leerlijn-vo  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_lange-leerlijn-vo  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_lange-leerlijn-vo .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.36]	name: Trainingen - id:trainingen 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_trainingen .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_trainingen .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_trainingen .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_trainingen .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_trainingen .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_trainingen .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_trainingen .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_trainingen .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_trainingen .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_trainingen .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_trainingen .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_trainingen .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_trainingen .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_trainingen .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#b50a38;}#gw_go_portfolio_trainingen .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#b50a38;background:transparent;border-color:#b50a38;}#gw_go_portfolio_trainingen .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-cats > span a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#b50a38;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#b50a38;}#gw_go_portfolio_trainingen .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_trainingen .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_trainingen .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_trainingen .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_trainingen .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_trainingen .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#b50a38;}#gw_go_portfolio_trainingen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_trainingen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_trainingen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#b50a38;}#gw_go_portfolio_trainingen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-content { color:#b50a38;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#b50a38;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#b50a38 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#b50a38;font-size:12px;font-weight:bold;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#b50a38; }#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_trainingen .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_trainingen  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#b50a38 !important;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_trainingen  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_trainingen .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_trainingen .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.37]	name: Trainingen bedrijven - id:trainingen-bedrijven 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_trainingen-bedrijven .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_trainingen-bedrijven .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_trainingen-bedrijven .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_trainingen-bedrijven .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_trainingen-bedrijven .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_trainingen-bedrijven .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_trainingen-bedrijven .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_trainingen-bedrijven .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_trainingen-bedrijven .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_trainingen-bedrijven .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_trainingen-bedrijven .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_trainingen-bedrijven .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_trainingen-bedrijven  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_trainingen-bedrijven  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_trainingen-bedrijven .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_trainingen-bedrijven .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.38]	name: Trainingen particulieren - id:trainingen-particulieren 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_trainingen-particulieren .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_trainingen-particulieren .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_trainingen-particulieren .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_trainingen-particulieren .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_trainingen-particulieren .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_trainingen-particulieren .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_trainingen-particulieren .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_trainingen-particulieren .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_trainingen-particulieren .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_trainingen-particulieren .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_trainingen-particulieren .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_trainingen-particulieren .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_trainingen-particulieren  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_trainingen-particulieren  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_trainingen-particulieren .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_trainingen-particulieren .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.39]	name: Dans Kennismaken - id:dans-kennismaken 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_dans-kennismaken .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_dans-kennismaken .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_dans-kennismaken .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_dans-kennismaken .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_dans-kennismaken .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_dans-kennismaken .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_dans-kennismaken .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_dans-kennismaken .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_dans-kennismaken .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_dans-kennismaken .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_dans-kennismaken .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_dans-kennismaken .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_dans-kennismaken  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_dans-kennismaken  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_dans-kennismaken .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_dans-kennismaken .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.40]	name: Muziek kennismaken - id:muziek-kennismaken 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_muziek-kennismaken .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_muziek-kennismaken .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_muziek-kennismaken .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_muziek-kennismaken .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_muziek-kennismaken .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_muziek-kennismaken .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_muziek-kennismaken .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_muziek-kennismaken .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_muziek-kennismaken .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_muziek-kennismaken .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_muziek-kennismaken .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_muziek-kennismaken .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_muziek-kennismaken  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_muziek-kennismaken  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_muziek-kennismaken .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_muziek-kennismaken .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.41]	name: Theater kennismaken - id:theater-kennismaken 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_theater-kennismaken .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_theater-kennismaken .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_theater-kennismaken .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_theater-kennismaken .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_theater-kennismaken .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_theater-kennismaken .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_theater-kennismaken .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_theater-kennismaken .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_theater-kennismaken .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_theater-kennismaken .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_theater-kennismaken .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_theater-kennismaken .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_theater-kennismaken  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_theater-kennismaken  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_theater-kennismaken .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_theater-kennismaken .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.42]	name: Dans ontwikkelen - id:dans-ontwikkelen 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_dans-ontwikkelen .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_dans-ontwikkelen .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_dans-ontwikkelen .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_dans-ontwikkelen .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_dans-ontwikkelen .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_dans-ontwikkelen .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_dans-ontwikkelen .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_dans-ontwikkelen .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_dans-ontwikkelen .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_dans-ontwikkelen .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_dans-ontwikkelen .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_dans-ontwikkelen .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_dans-ontwikkelen  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_dans-ontwikkelen  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_dans-ontwikkelen .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_dans-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.43]	name: Muziek ontwikkelen - id:muziek-ontwikkelen 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_muziek-ontwikkelen  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_muziek-ontwikkelen  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_muziek-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.44]	name: Theater ontwikkelen - id:theater-ontwikkelen 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_theater-ontwikkelen .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_theater-ontwikkelen .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_theater-ontwikkelen .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_theater-ontwikkelen .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_theater-ontwikkelen .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_theater-ontwikkelen .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_theater-ontwikkelen .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_theater-ontwikkelen .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_theater-ontwikkelen .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_theater-ontwikkelen .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_theater-ontwikkelen .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_theater-ontwikkelen .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_theater-ontwikkelen  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_theater-ontwikkelen  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_theater-ontwikkelen .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_theater-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.45]	name: Theater talent ontwikkelen - id:theater-talent-ontwikkelen 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_theater-talent-ontwikkelen  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_theater-talent-ontwikkelen  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_theater-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.46]	name: Dans talent ontwikkelen - id:dans-talent-ontwikkelen 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_dans-talent-ontwikkelen  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_dans-talent-ontwikkelen  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_dans-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.47]	name: Muziek talent ontwikkelen - id:muziek-talent-ontwikkelen 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_muziek-talent-ontwikkelen  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_muziek-talent-ontwikkelen  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_muziek-talent-ontwikkelen .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.48]	name: Muziek basisonderwijs - id:muziek-basisonderwijs 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_muziek-basisonderwijs  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_muziek-basisonderwijs  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_muziek-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.49]	name: Dans basisonderwijs - id:dans-basisonderwijs 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_dans-basisonderwijs .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_dans-basisonderwijs .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_dans-basisonderwijs .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_dans-basisonderwijs .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_dans-basisonderwijs .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_dans-basisonderwijs .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_dans-basisonderwijs .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_dans-basisonderwijs .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_dans-basisonderwijs .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_dans-basisonderwijs .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_dans-basisonderwijs .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_dans-basisonderwijs .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_dans-basisonderwijs  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_dans-basisonderwijs  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_dans-basisonderwijs .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_dans-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.50]	name: Theater basisonderwijs - id:theater-basisonderwijs 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_theater-basisonderwijs .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_theater-basisonderwijs .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_theater-basisonderwijs .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_theater-basisonderwijs .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_theater-basisonderwijs .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_theater-basisonderwijs .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_theater-basisonderwijs .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_theater-basisonderwijs .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_theater-basisonderwijs .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_theater-basisonderwijs .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_theater-basisonderwijs .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_theater-basisonderwijs .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_theater-basisonderwijs  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_theater-basisonderwijs  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_theater-basisonderwijs .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_theater-basisonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.51]	name: Dans vo onderwijs - id:dans-voonderwijs 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_dans-voonderwijs .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_dans-voonderwijs .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_dans-voonderwijs .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_dans-voonderwijs .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_dans-voonderwijs .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_dans-voonderwijs .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_dans-voonderwijs .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_dans-voonderwijs .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_dans-voonderwijs .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_dans-voonderwijs .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_dans-voonderwijs .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_dans-voonderwijs .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_dans-voonderwijs  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_dans-voonderwijs  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_dans-voonderwijs .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_dans-voonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.52]	name: Muziek vo onderwijs - id:muziek-voonderwijs 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_muziek-voonderwijs .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_muziek-voonderwijs .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_muziek-voonderwijs .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_muziek-voonderwijs .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_muziek-voonderwijs .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_muziek-voonderwijs .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_muziek-voonderwijs .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_muziek-voonderwijs .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_muziek-voonderwijs .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_muziek-voonderwijs .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_muziek-voonderwijs .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_muziek-voonderwijs .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_muziek-voonderwijs  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_muziek-voonderwijs  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_muziek-voonderwijs .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_muziek-voonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.53]	name: Theater vo onderwijs - id:theater-voonderwijs 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_theater-voonderwijs .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_theater-voonderwijs .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_theater-voonderwijs .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_theater-voonderwijs .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_theater-voonderwijs .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_theater-voonderwijs .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_theater-voonderwijs .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_theater-voonderwijs .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_theater-voonderwijs .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_theater-voonderwijs .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_theater-voonderwijs .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_theater-voonderwijs .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_theater-voonderwijs  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_theater-voonderwijs  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_theater-voonderwijs .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_theater-voonderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.54]	name: Muziek overzicht - id:muziek-overzicht 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_muziek-overzicht .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_muziek-overzicht .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_muziek-overzicht .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_muziek-overzicht .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_muziek-overzicht .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_muziek-overzicht .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_muziek-overzicht .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_muziek-overzicht .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_muziek-overzicht .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_muziek-overzicht .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_muziek-overzicht .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_muziek-overzicht .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_muziek-overzicht  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_muziek-overzicht  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_muziek-overzicht .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.55]	name: Dans overzicht - id:dans-overzicht 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_dans-overzicht .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_dans-overzicht .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_dans-overzicht .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_dans-overzicht .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_dans-overzicht .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_dans-overzicht .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_dans-overzicht .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_dans-overzicht .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_dans-overzicht .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_dans-overzicht .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_dans-overzicht .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_dans-overzicht .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_dans-overzicht  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_dans-overzicht  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_dans-overzicht .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_dans-overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.56]	name: Theater overzicht - id:theater-overzicht 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_theater-overzicht .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_theater-overzicht .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_theater-overzicht .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_theater-overzicht .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_theater-overzicht .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_theater-overzicht .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_theater-overzicht .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_theater-overzicht .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_theater-overzicht .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_theater-overzicht .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_theater-overzicht .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_theater-overzicht .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_theater-overzicht  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_theater-overzicht  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_theater-overzicht .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_theater-overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.57]	name: Onderwijs muziek overzicht - id:onderwijs-muziek-overzicht 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_onderwijs-muziek-overzicht  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_onderwijs-muziek-overzicht  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_onderwijs-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.58]	name: Dans muziek overzicht - id:dans-muziek-overzicht 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_dans-muziek-overzicht  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_dans-muziek-overzicht  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_dans-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.59]	name: Theater muziek overzicht - id:theater-muziek-overzicht 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_theater-muziek-overzicht  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_theater-muziek-overzicht  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_theater-muziek-overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.60]	name: Korte muziekprojecten - id:korte-muziekprojecten 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_korte-muziekprojecten .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_korte-muziekprojecten .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_korte-muziekprojecten .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_korte-muziekprojecten .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_korte-muziekprojecten .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_korte-muziekprojecten .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_korte-muziekprojecten .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_korte-muziekprojecten .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_korte-muziekprojecten .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_korte-muziekprojecten .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_korte-muziekprojecten .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_korte-muziekprojecten .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_korte-muziekprojecten  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_korte-muziekprojecten  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_korte-muziekprojecten .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_korte-muziekprojecten .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.61]	name: Musical - id:musical 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_musical .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_musical .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_musical .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_musical .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_musical .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_musical .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_musical .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_musical .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_musical .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_musical .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_musical .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_musical .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_musical .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_musical .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#b50a38;}#gw_go_portfolio_musical .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#b50a38;background:transparent;border-color:#b50a38;}#gw_go_portfolio_musical .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-cats > span a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#b50a38;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#b50a38;}#gw_go_portfolio_musical .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_musical .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_musical .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_musical .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_musical .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_musical .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#b50a38;}#gw_go_portfolio_musical .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_musical .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_musical .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#b50a38;}#gw_go_portfolio_musical .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-content { color:#b50a38;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#b50a38;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#b50a38 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#b50a38;font-size:12px;font-weight:bold;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#b50a38; }#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_musical .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_musical  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#b50a38 !important;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_musical  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_musical .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_musical .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.62]	name: Musical onderwijs - id:musical-onderwijs 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_musical-onderwijs .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_musical-onderwijs .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_musical-onderwijs .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_musical-onderwijs .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_musical-onderwijs .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_musical-onderwijs .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_musical-onderwijs .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_musical-onderwijs .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_musical-onderwijs .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_musical-onderwijs .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_musical-onderwijs .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_musical-onderwijs .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#b50a38;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#b50a38;background:transparent;border-color:#b50a38;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-cats > span a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#b50a38;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#b50a38;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#b50a38;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#b50a38;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-content { color:#b50a38;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#b50a38;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#b50a38 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#b50a38;font-size:12px;font-weight:bold;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#b50a38; }#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_musical-onderwijs  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#b50a38 !important;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_musical-onderwijs  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_musical-onderwijs .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_musical-onderwijs .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.63]	name: Onderwijs dan overzicht - id:onderwijs-dans-overzicht 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_onderwijs-dans-overzicht  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_onderwijs-dans-overzicht  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_onderwijs-dans-overzicht .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.64]	name: Muziek kennismaken copy 58e3d738d938b - id:muziek-kennismaken copy 58e3d738d938b 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_muziek-kennismaken copy 58e3d738d938b .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.65]	name: Trainingen muziek - id:trainingen-muziek 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_trainingen-muziek .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_trainingen-muziek .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_trainingen-muziek .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_trainingen-muziek .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_trainingen-muziek .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_trainingen-muziek .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_trainingen-muziek .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_trainingen-muziek .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_trainingen-muziek .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_trainingen-muziek .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_trainingen-muziek .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_trainingen-muziek .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_trainingen-muziek  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_trainingen-muziek  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_trainingen-muziek .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_trainingen-muziek .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.66]	name: Trainingen dans - id:trainingen-dans 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_trainingen-dans .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_trainingen-dans .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_trainingen-dans .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_trainingen-dans .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_trainingen-dans .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_trainingen-dans .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_trainingen-dans .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_trainingen-dans .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_trainingen-dans .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_trainingen-dans .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_trainingen-dans .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_trainingen-dans .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_trainingen-dans  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_trainingen-dans  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_trainingen-dans .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_trainingen-dans .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.67]	name: Trainingen theater - id:trainingen-theater 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_trainingen-theater .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_trainingen-theater .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_trainingen-theater .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_trainingen-theater .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_trainingen-theater .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_trainingen-theater .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_trainingen-theater .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_trainingen-theater .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_trainingen-theater .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_trainingen-theater .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_trainingen-theater .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_trainingen-theater .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_trainingen-theater  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_trainingen-theater  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_trainingen-theater .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_trainingen-theater .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.68]	name: Alle muziekcursussen - id:alle-muziekcursussen 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_alle-muziekcursussen .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_alle-muziekcursussen .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_alle-muziekcursussen .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_alle-muziekcursussen .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_alle-muziekcursussen .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_alle-muziekcursussen .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_alle-muziekcursussen .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_alle-muziekcursussen .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_alle-muziekcursussen .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_alle-muziekcursussen .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_alle-muziekcursussen .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_alle-muziekcursussen .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_alle-muziekcursussen  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_alle-muziekcursussen  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_alle-muziekcursussen .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_alle-muziekcursussen .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.69]	name: Alle danscursussen - id:alle-danscursussen 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_alle-danscursussen .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_alle-danscursussen .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_alle-danscursussen .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_alle-danscursussen .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_alle-danscursussen .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_alle-danscursussen .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_alle-danscursussen .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_alle-danscursussen .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_alle-danscursussen .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_alle-danscursussen .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_alle-danscursussen .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_alle-danscursussen .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_alle-danscursussen  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_alle-danscursussen  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_alle-danscursussen .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_alle-danscursussen .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.70]	name: Alle theatercursussen - id:alle-theatercursussen 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_alle-theatercursussen .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_alle-theatercursussen .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_alle-theatercursussen .gw-gopf-cats { margin-bottom:20px; }
#gw_go_portfolio_alle-theatercursussen .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_alle-theatercursussen .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_alle-theatercursussen .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_alle-theatercursussen .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_alle-theatercursussen .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_alle-theatercursussen .gw-gopf-post-overlay-bg { filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";-khtml-opacity:0.3;-moz-opacity:0.3;opacity:0.3; }
#gw_go_portfolio_alle-theatercursussen .gw-gopf-post-content { text-align:center; }
#gw_go_portfolio_alle-theatercursussen .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_alle-theatercursussen .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 9px;position:relative;text-align:left;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;text-decoration:none !important;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#b50a38;background:transparent;border:solid 1px #b50a38;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario a.gw-gopf-circle {-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;display:inline-block;height:44px;line-height:44px;position: relative;margin-left:3px;margin-right:3px;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;width:44px;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-cats > span a {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#b50a38;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#b50a38;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:table-cell;height:29px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;vertical-align:middle;width:28px;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#333333;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;color:#ffffff;display:inline-block;font-family:inherit;font-size:12px;height:29px;line-height:29px;padding:0 10px;text-decoration:none;-moz-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-ms-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-o-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;-webkit-transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;transition:color 0.08s ease-in-out, background-color 0.08s ease-in-out, border-color 0.08s ease-in-out;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0);box-shadow:0 0 0px 0px rgba(0,0,0,0);                overflow: hidden;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px;border-top-right-radius:0px;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#b50a38;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#b50a38;margin-left:3px;margin-right:3px;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#b50a38;color:#b50a38;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#ffffff;opacity:1;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-content a {color:#b50a38;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;                min-height: 70px;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#b50a38; }#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-meta {color:#b50a38;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:15px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-more a {color:#b50a38;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#b50a38; }#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important;  }#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_alle-theatercursussen  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#b50a38;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_alle-theatercursussen  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#b50a38;-moz-border-radius:22px;-webkit-border-radius:22px;border-radius:22px;color:#ffffff;display:inline-block;font-size:12px;height:44px;line-height:44px;position:absolute;right:10px;text-align:center;top:10px;-moz-transition:opacity 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out;transition:opacity 0.1s ease-in-out;width:44px;z-index:5;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_alle-theatercursussen .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-current.gw-gopf-post .gw-gopf-woo-sale { filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; -khtml-opacity:0.5; -moz-opacity:0.5; opacity:0.5; }#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#b50a38;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:18px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_alle-theatercursussen .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
