/* -------------------------------------------------------------------------------- /

	Plugin Name: Go – Responsive Portfolio for WP
	Author: Granth
	Version: 1.6.1

	+----------------------------------------------------+
		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
/ -------------------------------------------------------------------------------- */

	.gw-gopf-no-trans * { 
	  -webkit-transition: none !important; 
	  -moz-transition: none !important; 
	  -o-transition: none !important; 
	  -ms-transition: none !important; 
	  transition: none !important; 
	}

	/* 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;
		left:0;
		position:absolute;
		top:0;
	}
	
	/* 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%;
		-webkit-backface-visibility: hidden;		
	}
	.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%; }
	
	/* RTL */
	.gw-gopf-rtl .gw-gopf-col-wrap { float:right; }
	.gw-gopf-slider-type.gw-gopf-rtl .gw-gopf-col-wrap { float:left; }
	
	/* opacity filtering */
	.gw-gopf-filter-opacity .gw-gopf-col-wrap.gw-gopf-disabled:before { 
		position:absolute;
		content:'';
		width:100%;
		height:100%;
		z-index:5;
		-moz-transition:none !important;
		-ms-transition:none !important;
		-o-transition:none !important;
		-webkit-transition:none !important;
		transition:none !important;		
	}
	
/* -------------------------------------------------------------------------------- /
	[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;
		display:none;
	}
	.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:auto;
		-moz-background-size:cover;
		-o-background-size:cover;
		-webkit-background-size:cover;
		background-size:cover;		
		background-position:50% 50%;
		overflow:hidden;		
		position:relative;
		z-index:1;
	}
	.gw-gopf-post-media-wrap img {
		width:100%;
		height:auto;
		visibility:hidden;
	}
	.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;
	}
	
	/* 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; }
	
	/* Overlay link */
	.gw-gopf-post-overlay.gw-gopf-post-overlay-link {
		display:block;
		position:absolute;
		z-index:3;
		width:100%;
	}

/* -------------------------------------------------------------------------------- /
	[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;
		-webkit-backface-visibility: hidden;		

	}
	.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;
		-webkit-backface-visibility: hidden;			
	}

	/* RTL */
	.gw-gopf-rtl.gw-gopf-isotope-ready .gw-gopf-isotope .gw-gopf-isotope-item {
		-webkit-transition:right 0.8s, top 0.8s, opacity 0.8s, z-index 0s 0.1s;
		-moz-transition:right 0.8s, top 0.8s, opacity 0.8s, z-index 0s 0.1s;
		-ms-transition:right 0.8s, top 0.8s, opacity 0.8s, z-index 0s 0.1s;
		-o-transition:right 0.8s, top 0.8s, opacity 0.8s, z-index 0s 0.1s;
		transition:right 0.8s, top 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;
		-webkit-backface-visibility: hidden;		
	}	

/* -------------------------------------------------------------------------------- /
	[9] MAGNIFIC POPUP
/ -------------------------------------------------------------------------------- */

 	.gw-gopf-mfp-close {
 		background:url(../png/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(../png/icon_close%402x.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(../png/icon_lb_prev.png) 50% 50% no-repeat !important;
	}
	
	.gw-gopf-mfp-arrow.mfp-arrow-right {
		background:url(../png/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(../png/icon_lb_prev%402x.png) 50% 50% no-repeat !important;
			background-size:34px auto !important;
		}
		
		.gw-gopf-mfp-arrow.mfp-arrow-right {
			background:url(../png/icon_lb_next%402x.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:10px; }
		.gw-gopf {
						margin:0 auto;
		}
		.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:20px; }
		.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%;
		}

		/* RTL */
		.gw-gopf-rtl.gw-gopf-1col .gw-gopf-col-wrap,
		.gw-gopf-rtl.gw-gopf-2cols .gw-gopf-col-wrap,
		.gw-gopf-rtl.gw-gopf-3cols .gw-gopf-col-wrap,
		.gw-gopf-rtl.gw-gopf-4cols .gw-gopf-col-wrap,
		.gw-gopf-rtl.gw-gopf-5cols .gw-gopf-col-wrap,
		.gw-gopf-rtl.gw-gopf-6cols .gw-gopf-col-wrap,
		.gw-gopf-rtl.gw-gopf-7cols .gw-gopf-col-wrap,
		.gw-gopf-rtl.gw-gopf-8cols .gw-gopf-col-wrap,
		.gw-gopf-rtl.gw-gopf-9cols .gw-gopf-col-wrap,
		.gw-gopf-rtl.gw-gopf-10cols .gw-gopf-col-wrap { float:right !important; }
		
		.gw-gopf-slider-type.gw-gopf-rtl.gw-gopf-1col .gw-gopf-col-wrap,
		.gw-gopf-slider-type.gw-gopf-rtl.gw-gopf-2cols .gw-gopf-col-wrap,
		.gw-gopf-slider-type.gw-gopf-rtl.gw-gopf-3cols .gw-gopf-col-wrap,
		.gw-gopf-slider-type.gw-gopf-rtl.gw-gopf-4cols .gw-gopf-col-wrap,
		.gw-gopf-slider-type.gw-gopf-rtl.gw-gopf-5cols .gw-gopf-col-wrap,
		.gw-gopf-slider-type.gw-gopf-rtl.gw-gopf-6cols .gw-gopf-col-wrap,
		.gw-gopf-slider-type.gw-gopf-rtl.gw-gopf-7cols .gw-gopf-col-wrap,
		.gw-gopf-slider-type.gw-gopf-rtl.gw-gopf-8cols .gw-gopf-col-wrap,
		.gw-gopf-slider-type.gw-gopf-rtl.gw-gopf-9cols .gw-gopf-col-wrap,
		.gw-gopf-slider-type.gw-gopf-rtl.gw-gopf-10cols .gw-gopf-col-wrap { float:left !important; }
		
	}

/* -------------------------------------------------------------------------------- /
	[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,
		.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 {
        	margin-left:0 !important;
        	float:left !important;
        	width:100%;
         }
		 
		/* RTL */
		.gw-gopf-rtl.gw-gopf-1col .gw-gopf-col-wrap,
		.gw-gopf-rtl.gw-gopf-2cols .gw-gopf-col-wrap,
		.gw-gopf-rtl.gw-gopf-3cols .gw-gopf-col-wrap,
		.gw-gopf-rtl.gw-gopf-4cols .gw-gopf-col-wrap,
		.gw-gopf-rtl.gw-gopf-5cols .gw-gopf-col-wrap,
		.gw-gopf-rtl.gw-gopf-6cols .gw-gopf-col-wrap,
		.gw-gopf-rtl.gw-gopf-7cols .gw-gopf-col-wrap,
		.gw-gopf-rtl.gw-gopf-8cols .gw-gopf-col-wrap,
		.gw-gopf-rtl.gw-gopf-9cols .gw-gopf-col-wrap,
		.gw-gopf-rtl.gw-gopf-10cols .gw-gopf-col-wrap { float:right !important; }
		
		.gw-gopf-slider-type.gw-gopf-rtl.gw-gopf-1col .gw-gopf-col-wrap,
		.gw-gopf-slider-type.gw-gopf-rtl.gw-gopf-2cols .gw-gopf-col-wrap,
		.gw-gopf-slider-type.gw-gopf-rtl.gw-gopf-3cols .gw-gopf-col-wrap,
		.gw-gopf-slider-type.gw-gopf-rtl.gw-gopf-4cols .gw-gopf-col-wrap,
		.gw-gopf-slider-type.gw-gopf-rtl.gw-gopf-5cols .gw-gopf-col-wrap,
		.gw-gopf-slider-type.gw-gopf-rtl.gw-gopf-6cols .gw-gopf-col-wrap,
		.gw-gopf-slider-type.gw-gopf-rtl.gw-gopf-7cols .gw-gopf-col-wrap,
		.gw-gopf-slider-type.gw-gopf-rtl.gw-gopf-8cols .gw-gopf-col-wrap,
		.gw-gopf-slider-type.gw-gopf-rtl.gw-gopf-9cols .gw-gopf-col-wrap,
		.gw-gopf-slider-type.gw-gopf-rtl.gw-gopf-10cols .gw-gopf-col-wrap { float:left !important; }		
		 
	}	

 
/* -------------------------------------------------------------------------------- /
	[11] CUSTOM - PORTFOLIO
/ -------------------------------------------------------------------------------- */
 
/* -------------------------------------------------------------------------------- /
	[10.1]	name: Organizing - id:organizing 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_organizing .gw-gopf-posts-wrap-inner { margin-left:-40px;margin-top:-50px; }
#gw_go_portfolio_organizing .gw-gopf-filter-opacity .gw-gopf-col-wrap.gw-gopf-disabled { filter:alpha(opacity=30) !important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;-khtml-opacity:0.3 !important;-moz-opacity:0.3 !important;opacity:0.3 !important; }
#gw_go_portfolio_organizing .gw-gopf-post-col { margin-left:40px;margin-top:50px; }
#gw_go_portfolio_organizing .gw-gopf-cats { margin-bottom:20px !important; }
#gw_go_portfolio_organizing .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_organizing .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_organizing .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_organizing .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_organizing .gw-gopf-post-overlay-bg { background-color:#f6748e; }
#gw_go_portfolio_organizing .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_organizing .gw-gopf-post-content { text-align:left; }
#gw_go_portfolio_organizing .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_organizing .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_organizing .gw-gopf-post-media-wrap { background-position:50% 50%; }
#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post-header { z-index:2 }#gw_go_portfolio_organizing .gw-gopf-style-door a.gw-gopf-btn {color:#ffffff;background:#333333;-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_organizing .gw-gopf-style-door a.gw-gopf-btn.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_organizing .gw-gopf-style-door a.gw-gopf-btn:hover {color:#ffffff;background:#cc3366;}#gw_go_portfolio_organizing .gw-gopf-style-door a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#cc3366;background:transparent;border-color:#cc3366;}#gw_go_portfolio_organizing .gw-gopf-style-door 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_organizing .gw-gopf-style-door .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_organizing .gw-gopf-style-door .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_organizing .gw-gopf-style-door .gw-gopf-cats > span.gw-gopf-current a { background:#cc3366;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#cc3366;color:#cc3366;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-slider-controls > div a {background:#cc3366;-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_organizing .gw-gopf-style-door .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_organizing .gw-gopf-style-door 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_organizing .gw-gopf-style-door 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_organizing .gw-gopf-style-door a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_organizing .gw-gopf-style-door a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post,#gw_go_portfolio_organizing .gw-gopf-touch.gw-gopf-style-door .gw-gopf-post:hover {box-shadow:0px 0px 0px 10px rgba(0,0,0,0); -moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0px 0px 0px 10px rgba(0,0,0,0); -o-box-shadow:0px 0px 0px 10px rgba(0,0,0,0); -webkit-box-shadow:0px 0px 0px 10px rgba(0,0,0,0); box-shadow:0px 0px 0px 10px rgba(0,0,0,0);margin-bottom:0; overflow:hidden;padding-bottom:0;-moz-transition:border 0.1s ease-in-out, margin 0.1s ease-in-out, padding 0.1s ease-in-out, z-index 0s 1s;-ms-transition:border 0.1s ease-in-out, margin 0.1s ease-in-out, padding 0.1s ease-in-out, z-index 0s 1s;-o-transition:border 0.1s ease-in-out, margin 0.1s ease-in-out, padding 0.1s ease-in-out, z-index 0s 1s;-webkit-transition:border 0.1s ease-in-out, margin 0.1s ease-in-out, padding 0.1s ease-in-out, z-index 0s 1s;transition:border 0.1s ease-in-out, margin 0.1s ease-in-out, padding 0.1s ease-in-out, z-index 0s 1s;-webkit-transform: translateZ(0);z-index:2 !important;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post:hover,#gw_go_portfolio_organizing .gw-gopf-touch.gw-gopf-style-door .gw-gopf-current.gw-gopf-post {border-color:#cc3366;-moz-box-shadow:0px 0px 0px 10px #cc3366), 0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0px 0px 0px 10px #cc3366, 0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0px 0px 0px 10px #cc3366, 0 0 0px 0px rgba(0,0,0,0);box-shadow:0px 0px 0px 10px #cc3366, 0 0 0px 0px rgba(0,0,0,0);-moz-transition:border 0.3s ease-in-out, margin 0.2s ease-in-out, padding 0.2s ease-in-out, z-index 0s 0s;-ms-transition:border 0.3s ease-in-out, margin 0.2s ease-in-out, padding 0.2s ease-in-out, z-index 0s 0s;-o-transition:border 0.3s ease-in-out, margin 0.2s ease-in-out, padding 0.2s ease-in-out, z-index 0s 0s;-webkit-transition:border 0.3s ease-in-out, margin 0.2s ease-in-out, padding 0.2s ease-in-out, z-index 0s 0s;transition:border 0.3s ease-in-out, margin 0.2s ease-in-out, padding 0.2s ease-in-out, z-index 0s 0s;z-index:3 !important;}#gw_go_portfolio_organizing .gw-gopf-style-door a.gw-gopf-post-overlay-circle { background:#cc3366;}#gw_go_portfolio_organizing .gw-gopf-style-door a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_organizing .gw-gopf-style-door a.gw-gopf-post-overlay-btn {background:#cc3366;margin-left:3px;margin-right:3px;}#gw_go_portfolio_organizing .gw-gopf-style-door a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#cc3366;color:#cc3366;}#gw_go_portfolio_organizing .gw-gopf-style-door a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_organizing .gw-gopf-style-door a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post-content-wrap,#gw_go_portfolio_organizing .gw-gopf-touch.gw-gopf-style-door .gw-gopf-post:hover .gw-gopf-post-content-wrap {opacity:0;position:absolute;-moz-transition:opacity 0.1s ease-in-out, height 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out, height 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out, height 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out, height 0.1s ease-in-out;transition:opacity 0.1s ease-in-out, height 0.1s ease-in-out;width:100%;z-index:2;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post:hover .gw-gopf-post-content-wrap,#gw_go_portfolio_organizing .gw-gopf-touch.gw-gopf-style-door .gw-gopf-current.gw-gopf-post .gw-gopf-post-content-wrap { opacity:1;-moz-transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out;-ms-transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out;;-webkit-transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out;transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out;}#gw_go_portfolio_organizing .gw-gopf-style-door .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_organizing .gw-gopf-style-door .gw-gopf-post-content {color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post-content a {color:#cc3366;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:16px !important;line-height:20px !important;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post-content h2 a:hover { color:#cc3366; }#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post-meta {color:#787878;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post-excerpt {font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px;}#gw_go_portfolio_organizing .gw-gopf-style-door .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_organizing .gw-gopf-style-door .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post-more a {color:#cc3366;font-size:12px;font-weight:bold;margin-top:15px;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post-more a:hover { color:#333333;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#333333; }#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#cc3366; }#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post-content > *:first-child { margin-top:0 !important; }#gw_go_portfolio_organizing .gw-gopf-style-door div.gw-gopf-post-highlight-box,#gw_go_portfolio_organizing  .gw-gopf-style-door div.gw-gopf-post-highlight-box:first-child{background:#cc3366;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-woo-sale,#gw_go_portfolio_organizing .gw-gopf-touch.gw-gopf-style-door .gw-gopf-post:hover .gw-gopf-woo-sale {background:#cc3366;-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:2;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_organizing .gw-gopf-touch.gw-gopf-style-door .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_organizing .gw-gopf-style-door .gw-gopf-post-woo-price {color:#cc3366;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:16px;line-height:20px;margin-right:5px;text-decoration:line-through;}#gw_go_portfolio_organizing .gw-gopf-style-door .gw-gopf-post-woo-price ins { background:none;text-decoration:none;}#gw_go_portfolio_organizing .gw-gopf-style-door-no-effect .gw-gopf-post-media-wrap {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;}#gw_go_portfolio_organizing .gw-gopf-style-door-no-effect .gw-gopf-post-overlay-bg { -moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;}#gw_go_portfolio_organizing .gw-gopf-style-door-no-effect .gw-gopf-post-content-wrap { display:none;}#gw_go_portfolio_organizing .gw-gopf-style-door-slide-down .gw-gopf-post-media-wrap,#gw_go_portfolio_organizing .gw-gopf-touch.gw-gopf-style-door-slide-down .gw-gopf-post:hover .gw-gopf-post-media-wrap {border-radius:0px;-webkit-transition:-webkit-border-radius 0.1s ease-in-out;}#gw_go_portfolio_organizing .gw-gopf-style-door-slide-down .gw-gopf-post:hover .gw-gopf-post-media-wrap,#gw_go_portfolio_organizing .gw-gopf-touch.gw-gopf-style-door-slide-down .gw-gopf-current.gw-gopf-post .gw-gopf-post-media-wrap {-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-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_organizing .gw-gopf-style-door-slide-down .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;}
 
/* -------------------------------------------------------------------------------- /
	[10.2]	name: Organizing Slider - id:organizingslider 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_organizingslider .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_organizingslider .gw-gopf-filter-opacity .gw-gopf-col-wrap.gw-gopf-disabled { filter:alpha(opacity=30) !important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;-khtml-opacity:0.3 !important;-moz-opacity:0.3 !important;opacity:0.3 !important; }
#gw_go_portfolio_organizingslider .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_organizingslider .gw-gopf-cats { margin-bottom:20px !important; }
#gw_go_portfolio_organizingslider .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_organizingslider .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_organizingslider .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_organizingslider .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_organizingslider .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_organizingslider .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_organizingslider .gw-gopf-post-content { text-align:left; }
#gw_go_portfolio_organizingslider .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_organizingslider .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_organizingslider .gw-gopf-post-media-wrap { background-position:50% 50%; }
#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#cc6699;-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_organizingslider .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#cc6699;background:transparent;border:solid 1px #cc6699;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_organizingslider .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_organizingslider .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_organizingslider .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_organizingslider .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#cc6699;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#cc6699;color:#cc6699;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#cc6699;-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_organizingslider .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_organizingslider .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_organizingslider .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_organizingslider .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_organizingslider .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_organizingslider .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_organizingslider .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_organizingslider .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_organizingslider .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#cc6699;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#cc6699;margin-left:3px;margin-right:3px;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#cc6699;color:#cc6699;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_organizingslider .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_organizingslider .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_organizingslider .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-post-content a {color:#cc6699;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:16px !important;line-height:20px !important;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#cc6699; }#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-post-meta {color:#cc6699;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_organizingslider .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_organizingslider .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-post-more a {color:#cc6699;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#cc6699; }#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important; }#gw_go_portfolio_organizingslider .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_organizingslider  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#cc6699;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_organizingslider  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#cc6699;-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_organizingslider .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_organizingslider .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_organizingslider .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#cc6699;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:16px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_organizingslider .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.3]	name: Decor - id:decor 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_decor .gw-gopf-posts-wrap-inner { margin-left:-35px;margin-top:-20px; }
#gw_go_portfolio_decor .gw-gopf-filter-opacity .gw-gopf-col-wrap.gw-gopf-disabled { filter:alpha(opacity=30) !important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;-khtml-opacity:0.3 !important;-moz-opacity:0.3 !important;opacity:0.3 !important; }
#gw_go_portfolio_decor .gw-gopf-post-col { margin-left:35px;margin-top:20px; }
#gw_go_portfolio_decor .gw-gopf-cats { margin-bottom:20px !important; }
#gw_go_portfolio_decor .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_decor .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_decor .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_decor .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_decor .gw-gopf-post-overlay-bg { background-color:#f6748e; }
#gw_go_portfolio_decor .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_decor .gw-gopf-post-content { text-align:left; }
#gw_go_portfolio_decor .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_decor .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_decor .gw-gopf-post-media-wrap { background-position:50% 50%; }
#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#000000;-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_decor .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#000000;background:transparent;border:solid 1px #000000;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_decor .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_decor .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_decor .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_decor .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_decor .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_decor .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#000000;}#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#000000;color:#000000;}#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#000000;-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_decor .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_decor .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_decor .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_decor .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_decor .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_decor .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-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_decor .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}#gw_go_portfolio_decor .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#000000;}#gw_go_portfolio_decor .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_decor .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#000000;margin-left:3px;margin-right:3px;}#gw_go_portfolio_decor .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#000000;color:#000000;}#gw_go_portfolio_decor .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_decor .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_decor .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;background-color:#ffeeee;opacity:1;}#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-post-content a {color:#000000;}#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:16px !important;line-height:20px !important;}#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#000000; }#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-post-meta {color:#000000;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_decor .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_decor .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-post-more a {color:#000000;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#000000; }#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important; }#gw_go_portfolio_decor .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_decor  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#000000;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_decor  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#000000;-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_decor .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_decor .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_decor .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#000000;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:16px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_decor .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.4]	name: Decor Slider - id:decorslider 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_decorslider .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-20px; }
#gw_go_portfolio_decorslider .gw-gopf-filter-opacity .gw-gopf-col-wrap.gw-gopf-disabled { filter:alpha(opacity=30) !important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;-khtml-opacity:0.3 !important;-moz-opacity:0.3 !important;opacity:0.3 !important; }
#gw_go_portfolio_decorslider .gw-gopf-post-col { margin-left:20px;margin-top:20px; }
#gw_go_portfolio_decorslider .gw-gopf-cats { margin-bottom:20px !important; }
#gw_go_portfolio_decorslider .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_decorslider .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_decorslider .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_decorslider .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_decorslider .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_decorslider .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_decorslider .gw-gopf-post-content { text-align:left; }
#gw_go_portfolio_decorslider .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_decorslider .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_decorslider .gw-gopf-post-media-wrap { background-position:50% 50%; }
#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#cc6699;-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_decorslider .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#cc6699;background:transparent;border:solid 1px #cc6699;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_decorslider .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_decorslider .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_decorslider .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_decorslider .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_decorslider .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_decorslider .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#cc6699;}#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#cc6699;color:#cc6699;}#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#cc6699;-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_decorslider .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_decorslider .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_decorslider .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_decorslider .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_decorslider .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_decorslider .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_decorslider .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_decorslider .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_decorslider .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#cc6699;}#gw_go_portfolio_decorslider .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_decorslider .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#cc6699;margin-left:3px;margin-right:3px;}#gw_go_portfolio_decorslider .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#cc6699;color:#cc6699;}#gw_go_portfolio_decorslider .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_decorslider .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_decorslider .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_decorslider .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-post-content a {color:#cc6699;}#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:16px !important;line-height:20px !important;}#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#cc6699; }#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-post-meta {color:#cc6699;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_decorslider .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_decorslider .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-post-more a {color:#cc6699;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#cc6699; }#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important; }#gw_go_portfolio_decorslider .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_decorslider  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#cc6699;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_decorslider  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#cc6699;-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_decorslider .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_decorslider .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_decorslider .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#cc6699;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:16px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_decorslider .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.5]	name: Loving Life - id:life 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_life .gw-gopf-posts-wrap-inner { margin-left:-35px;margin-top:-35px; }
#gw_go_portfolio_life .gw-gopf-filter-opacity .gw-gopf-col-wrap.gw-gopf-disabled { filter:alpha(opacity=30) !important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;-khtml-opacity:0.3 !important;-moz-opacity:0.3 !important;opacity:0.3 !important; }
#gw_go_portfolio_life .gw-gopf-post-col { margin-left:35px;margin-top:35px; }
#gw_go_portfolio_life .gw-gopf-cats { margin-bottom:20px !important; }
#gw_go_portfolio_life .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_life .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_life .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_life .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_life .gw-gopf-post-overlay-bg { background-color:#cc3399; }
#gw_go_portfolio_life .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_life .gw-gopf-post-content { text-align:left; }
#gw_go_portfolio_life .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_life .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_life .gw-gopf-post-media-wrap { background-position:50% 50%; }
#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post-header { z-index:2 }#gw_go_portfolio_life .gw-gopf-style-door a.gw-gopf-btn {color:#ffffff;background:#333333;-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_life .gw-gopf-style-door a.gw-gopf-btn.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_life .gw-gopf-style-door a.gw-gopf-btn:hover {color:#ffffff;background:#cc3366;}#gw_go_portfolio_life .gw-gopf-style-door a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#cc3366;background:transparent;border-color:#cc3366;}#gw_go_portfolio_life .gw-gopf-style-door 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_life .gw-gopf-style-door .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_life .gw-gopf-style-door .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_life .gw-gopf-style-door .gw-gopf-cats > span.gw-gopf-current a { background:#cc3366;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#cc3366;color:#cc3366;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-slider-controls > div a {background:#cc3366;-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_life .gw-gopf-style-door .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_life .gw-gopf-style-door 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_life .gw-gopf-style-door 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_life .gw-gopf-style-door a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_life .gw-gopf-style-door a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post,#gw_go_portfolio_life .gw-gopf-touch.gw-gopf-style-door .gw-gopf-post:hover {box-shadow:0px 0px 0px 10px rgba(0,0,0,0); -moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0px 0px 0px 10px rgba(0,0,0,0); -o-box-shadow:0px 0px 0px 10px rgba(0,0,0,0); -webkit-box-shadow:0px 0px 0px 10px rgba(0,0,0,0); box-shadow:0px 0px 0px 10px rgba(0,0,0,0);margin-bottom:0; overflow:hidden;padding-bottom:0;-moz-transition:border 0.1s ease-in-out, margin 0.1s ease-in-out, padding 0.1s ease-in-out, z-index 0s 1s;-ms-transition:border 0.1s ease-in-out, margin 0.1s ease-in-out, padding 0.1s ease-in-out, z-index 0s 1s;-o-transition:border 0.1s ease-in-out, margin 0.1s ease-in-out, padding 0.1s ease-in-out, z-index 0s 1s;-webkit-transition:border 0.1s ease-in-out, margin 0.1s ease-in-out, padding 0.1s ease-in-out, z-index 0s 1s;transition:border 0.1s ease-in-out, margin 0.1s ease-in-out, padding 0.1s ease-in-out, z-index 0s 1s;-webkit-transform: translateZ(0);z-index:2 !important;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post:hover,#gw_go_portfolio_life .gw-gopf-touch.gw-gopf-style-door .gw-gopf-current.gw-gopf-post {border-color:#cc3366;-moz-box-shadow:0px 0px 0px 10px #cc3366), 0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0px 0px 0px 10px #cc3366, 0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0px 0px 0px 10px #cc3366, 0 0 0px 0px rgba(0,0,0,0);box-shadow:0px 0px 0px 10px #cc3366, 0 0 0px 0px rgba(0,0,0,0);-moz-transition:border 0.3s ease-in-out, margin 0.2s ease-in-out, padding 0.2s ease-in-out, z-index 0s 0s;-ms-transition:border 0.3s ease-in-out, margin 0.2s ease-in-out, padding 0.2s ease-in-out, z-index 0s 0s;-o-transition:border 0.3s ease-in-out, margin 0.2s ease-in-out, padding 0.2s ease-in-out, z-index 0s 0s;-webkit-transition:border 0.3s ease-in-out, margin 0.2s ease-in-out, padding 0.2s ease-in-out, z-index 0s 0s;transition:border 0.3s ease-in-out, margin 0.2s ease-in-out, padding 0.2s ease-in-out, z-index 0s 0s;z-index:3 !important;}#gw_go_portfolio_life .gw-gopf-style-door a.gw-gopf-post-overlay-circle { background:#cc3366;}#gw_go_portfolio_life .gw-gopf-style-door a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_life .gw-gopf-style-door a.gw-gopf-post-overlay-btn {background:#cc3366;margin-left:3px;margin-right:3px;}#gw_go_portfolio_life .gw-gopf-style-door a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#cc3366;color:#cc3366;}#gw_go_portfolio_life .gw-gopf-style-door a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_life .gw-gopf-style-door a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post-content-wrap,#gw_go_portfolio_life .gw-gopf-touch.gw-gopf-style-door .gw-gopf-post:hover .gw-gopf-post-content-wrap {opacity:0;position:absolute;-moz-transition:opacity 0.1s ease-in-out, height 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out, height 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out, height 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out, height 0.1s ease-in-out;transition:opacity 0.1s ease-in-out, height 0.1s ease-in-out;width:100%;z-index:2;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post:hover .gw-gopf-post-content-wrap,#gw_go_portfolio_life .gw-gopf-touch.gw-gopf-style-door .gw-gopf-current.gw-gopf-post .gw-gopf-post-content-wrap { opacity:1;-moz-transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out;-ms-transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out;;-webkit-transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out;transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out;}#gw_go_portfolio_life .gw-gopf-style-door .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_life .gw-gopf-style-door .gw-gopf-post-content {color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post-content a {color:#cc3366;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:16px !important;line-height:20px !important;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post-content h2 a:hover { color:#cc3366; }#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post-meta {color:#787878;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post-excerpt {font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px;}#gw_go_portfolio_life .gw-gopf-style-door .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_life .gw-gopf-style-door .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post-more a {color:#cc3366;font-size:12px;font-weight:bold;margin-top:15px;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post-more a:hover { color:#333333;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#333333; }#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#cc3366; }#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post-content > *:first-child { margin-top:0 !important; }#gw_go_portfolio_life .gw-gopf-style-door div.gw-gopf-post-highlight-box,#gw_go_portfolio_life  .gw-gopf-style-door div.gw-gopf-post-highlight-box:first-child{background:#cc3366;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-woo-sale,#gw_go_portfolio_life .gw-gopf-touch.gw-gopf-style-door .gw-gopf-post:hover .gw-gopf-woo-sale {background:#cc3366;-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:2;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_life .gw-gopf-touch.gw-gopf-style-door .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_life .gw-gopf-style-door .gw-gopf-post-woo-price {color:#cc3366;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:16px;line-height:20px;margin-right:5px;text-decoration:line-through;}#gw_go_portfolio_life .gw-gopf-style-door .gw-gopf-post-woo-price ins { background:none;text-decoration:none;}#gw_go_portfolio_life .gw-gopf-style-door-no-effect .gw-gopf-post-media-wrap {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;}#gw_go_portfolio_life .gw-gopf-style-door-no-effect .gw-gopf-post-overlay-bg { -moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;}#gw_go_portfolio_life .gw-gopf-style-door-no-effect .gw-gopf-post-content-wrap { display:none;}#gw_go_portfolio_life .gw-gopf-style-door-slide-down .gw-gopf-post-media-wrap,#gw_go_portfolio_life .gw-gopf-touch.gw-gopf-style-door-slide-down .gw-gopf-post:hover .gw-gopf-post-media-wrap {border-radius:0px;-webkit-transition:-webkit-border-radius 0.1s ease-in-out;}#gw_go_portfolio_life .gw-gopf-style-door-slide-down .gw-gopf-post:hover .gw-gopf-post-media-wrap,#gw_go_portfolio_life .gw-gopf-touch.gw-gopf-style-door-slide-down .gw-gopf-current.gw-gopf-post .gw-gopf-post-media-wrap {-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-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_life .gw-gopf-style-door-slide-down .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;}
 
/* -------------------------------------------------------------------------------- /
	[10.6]	name: Space Reveals - id:spacereveals 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_spacereveals .gw-gopf-posts-wrap-inner { margin-left:-35px;margin-top:-35px; }
#gw_go_portfolio_spacereveals .gw-gopf-filter-opacity .gw-gopf-col-wrap.gw-gopf-disabled { filter:alpha(opacity=30) !important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;-khtml-opacity:0.3 !important;-moz-opacity:0.3 !important;opacity:0.3 !important; }
#gw_go_portfolio_spacereveals .gw-gopf-post-col { margin-left:35px;margin-top:35px; }
#gw_go_portfolio_spacereveals .gw-gopf-cats { margin-bottom:20px !important; }
#gw_go_portfolio_spacereveals .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_spacereveals .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_spacereveals .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_spacereveals .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_spacereveals .gw-gopf-post-overlay-bg { background-color:#cc3399; }
#gw_go_portfolio_spacereveals .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_spacereveals .gw-gopf-post-content { text-align:left; }
#gw_go_portfolio_spacereveals .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_spacereveals .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_spacereveals .gw-gopf-post-media-wrap { background-position:50% 50%; }
#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#787878;-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_spacereveals .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#787878;background:transparent;border:solid 1px #787878;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_spacereveals .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_spacereveals .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_spacereveals .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_spacereveals .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#787878;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#787878;-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_spacereveals .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_spacereveals .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_spacereveals .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_spacereveals .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_spacereveals .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_spacereveals .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_spacereveals .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_spacereveals .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_spacereveals .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#787878;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#787878;margin-left:3px;margin-right:3px;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_spacereveals .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_spacereveals .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:#ffeeee;opacity:1;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-post-content a {color:#787878;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:16px !important;line-height:20px !important;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#787878; }#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-post-meta {color:#787878;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_spacereveals .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_spacereveals .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-post-more a {color:#787878;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#787878; }#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important; }#gw_go_portfolio_spacereveals .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_spacereveals  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#787878;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_spacereveals  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#787878;-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_spacereveals .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_spacereveals .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_spacereveals .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#787878;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:16px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_spacereveals .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.7]	name: Home Tour - id:hometour 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_hometour .gw-gopf-posts-wrap-inner { margin-left:-35px;margin-top:-35px; }
#gw_go_portfolio_hometour .gw-gopf-filter-opacity .gw-gopf-col-wrap.gw-gopf-disabled { filter:alpha(opacity=30) !important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;-khtml-opacity:0.3 !important;-moz-opacity:0.3 !important;opacity:0.3 !important; }
#gw_go_portfolio_hometour .gw-gopf-post-col { margin-left:35px;margin-top:35px; }
#gw_go_portfolio_hometour .gw-gopf-cats { margin-bottom:20px !important; }
#gw_go_portfolio_hometour .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_hometour .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_hometour .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_hometour .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_hometour .gw-gopf-post-overlay-bg { background-color:#cc3399; }
#gw_go_portfolio_hometour .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_hometour .gw-gopf-post-content { text-align:left; }
#gw_go_portfolio_hometour .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_hometour .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_hometour .gw-gopf-post-media-wrap { background-position:50% 50%; }
#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post-header { z-index:2 }#gw_go_portfolio_hometour .gw-gopf-style-door a.gw-gopf-btn {color:#ffffff;background:#333333;-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_hometour .gw-gopf-style-door a.gw-gopf-btn.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_hometour .gw-gopf-style-door a.gw-gopf-btn:hover {color:#ffffff;background:#cc3366;}#gw_go_portfolio_hometour .gw-gopf-style-door a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#cc3366;background:transparent;border-color:#cc3366;}#gw_go_portfolio_hometour .gw-gopf-style-door 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_hometour .gw-gopf-style-door .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_hometour .gw-gopf-style-door .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_hometour .gw-gopf-style-door .gw-gopf-cats > span.gw-gopf-current a { background:#cc3366;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#cc3366;color:#cc3366;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-slider-controls > div a {background:#cc3366;-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_hometour .gw-gopf-style-door .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_hometour .gw-gopf-style-door 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_hometour .gw-gopf-style-door 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_hometour .gw-gopf-style-door a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_hometour .gw-gopf-style-door a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post,#gw_go_portfolio_hometour .gw-gopf-touch.gw-gopf-style-door .gw-gopf-post:hover {box-shadow:0px 0px 0px 10px rgba(0,0,0,0); -moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0px 0px 0px 10px rgba(0,0,0,0); -o-box-shadow:0px 0px 0px 10px rgba(0,0,0,0); -webkit-box-shadow:0px 0px 0px 10px rgba(0,0,0,0); box-shadow:0px 0px 0px 10px rgba(0,0,0,0);margin-bottom:0; overflow:hidden;padding-bottom:0;-moz-transition:border 0.1s ease-in-out, margin 0.1s ease-in-out, padding 0.1s ease-in-out, z-index 0s 1s;-ms-transition:border 0.1s ease-in-out, margin 0.1s ease-in-out, padding 0.1s ease-in-out, z-index 0s 1s;-o-transition:border 0.1s ease-in-out, margin 0.1s ease-in-out, padding 0.1s ease-in-out, z-index 0s 1s;-webkit-transition:border 0.1s ease-in-out, margin 0.1s ease-in-out, padding 0.1s ease-in-out, z-index 0s 1s;transition:border 0.1s ease-in-out, margin 0.1s ease-in-out, padding 0.1s ease-in-out, z-index 0s 1s;-webkit-transform: translateZ(0);z-index:2 !important;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post:hover,#gw_go_portfolio_hometour .gw-gopf-touch.gw-gopf-style-door .gw-gopf-current.gw-gopf-post {border-color:#cc3366;-moz-box-shadow:0px 0px 0px 10px #cc3366), 0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0px 0px 0px 10px #cc3366, 0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0px 0px 0px 10px #cc3366, 0 0 0px 0px rgba(0,0,0,0);box-shadow:0px 0px 0px 10px #cc3366, 0 0 0px 0px rgba(0,0,0,0);-moz-transition:border 0.3s ease-in-out, margin 0.2s ease-in-out, padding 0.2s ease-in-out, z-index 0s 0s;-ms-transition:border 0.3s ease-in-out, margin 0.2s ease-in-out, padding 0.2s ease-in-out, z-index 0s 0s;-o-transition:border 0.3s ease-in-out, margin 0.2s ease-in-out, padding 0.2s ease-in-out, z-index 0s 0s;-webkit-transition:border 0.3s ease-in-out, margin 0.2s ease-in-out, padding 0.2s ease-in-out, z-index 0s 0s;transition:border 0.3s ease-in-out, margin 0.2s ease-in-out, padding 0.2s ease-in-out, z-index 0s 0s;z-index:3 !important;}#gw_go_portfolio_hometour .gw-gopf-style-door a.gw-gopf-post-overlay-circle { background:#cc3366;}#gw_go_portfolio_hometour .gw-gopf-style-door a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_hometour .gw-gopf-style-door a.gw-gopf-post-overlay-btn {background:#cc3366;margin-left:3px;margin-right:3px;}#gw_go_portfolio_hometour .gw-gopf-style-door a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#cc3366;color:#cc3366;}#gw_go_portfolio_hometour .gw-gopf-style-door a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_hometour .gw-gopf-style-door a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post-content-wrap,#gw_go_portfolio_hometour .gw-gopf-touch.gw-gopf-style-door .gw-gopf-post:hover .gw-gopf-post-content-wrap {opacity:0;position:absolute;-moz-transition:opacity 0.1s ease-in-out, height 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out, height 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out, height 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out, height 0.1s ease-in-out;transition:opacity 0.1s ease-in-out, height 0.1s ease-in-out;width:100%;z-index:2;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post:hover .gw-gopf-post-content-wrap,#gw_go_portfolio_hometour .gw-gopf-touch.gw-gopf-style-door .gw-gopf-current.gw-gopf-post .gw-gopf-post-content-wrap { opacity:1;-moz-transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out;-ms-transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out;;-webkit-transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out;transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out;}#gw_go_portfolio_hometour .gw-gopf-style-door .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_hometour .gw-gopf-style-door .gw-gopf-post-content {color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post-content a {color:#cc3366;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:16px !important;line-height:20px !important;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post-content h2 a:hover { color:#cc3366; }#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post-meta {color:#787878;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post-excerpt {font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px;}#gw_go_portfolio_hometour .gw-gopf-style-door .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_hometour .gw-gopf-style-door .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post-more a {color:#cc3366;font-size:12px;font-weight:bold;margin-top:15px;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post-more a:hover { color:#333333;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#333333; }#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#cc3366; }#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post-content > *:first-child { margin-top:0 !important; }#gw_go_portfolio_hometour .gw-gopf-style-door div.gw-gopf-post-highlight-box,#gw_go_portfolio_hometour  .gw-gopf-style-door div.gw-gopf-post-highlight-box:first-child{background:#cc3366;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-woo-sale,#gw_go_portfolio_hometour .gw-gopf-touch.gw-gopf-style-door .gw-gopf-post:hover .gw-gopf-woo-sale {background:#cc3366;-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:2;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_hometour .gw-gopf-touch.gw-gopf-style-door .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_hometour .gw-gopf-style-door .gw-gopf-post-woo-price {color:#cc3366;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:16px;line-height:20px;margin-right:5px;text-decoration:line-through;}#gw_go_portfolio_hometour .gw-gopf-style-door .gw-gopf-post-woo-price ins { background:none;text-decoration:none;}#gw_go_portfolio_hometour .gw-gopf-style-door-no-effect .gw-gopf-post-media-wrap {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;}#gw_go_portfolio_hometour .gw-gopf-style-door-no-effect .gw-gopf-post-overlay-bg { -moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;}#gw_go_portfolio_hometour .gw-gopf-style-door-no-effect .gw-gopf-post-content-wrap { display:none;}#gw_go_portfolio_hometour .gw-gopf-style-door-slide-down .gw-gopf-post-media-wrap,#gw_go_portfolio_hometour .gw-gopf-touch.gw-gopf-style-door-slide-down .gw-gopf-post:hover .gw-gopf-post-media-wrap {border-radius:0px;-webkit-transition:-webkit-border-radius 0.1s ease-in-out;}#gw_go_portfolio_hometour .gw-gopf-style-door-slide-down .gw-gopf-post:hover .gw-gopf-post-media-wrap,#gw_go_portfolio_hometour .gw-gopf-touch.gw-gopf-style-door-slide-down .gw-gopf-current.gw-gopf-post .gw-gopf-post-media-wrap {-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-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_hometour .gw-gopf-style-door-slide-down .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;}
 
/* -------------------------------------------------------------------------------- /
	[10.8]	name: Master Closet - id:closet 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_closet .gw-gopf-posts-wrap-inner { margin-left:-40px;margin-top:-50px; }
#gw_go_portfolio_closet .gw-gopf-filter-opacity .gw-gopf-col-wrap.gw-gopf-disabled { filter:alpha(opacity=30) !important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;-khtml-opacity:0.3 !important;-moz-opacity:0.3 !important;opacity:0.3 !important; }
#gw_go_portfolio_closet .gw-gopf-post-col { margin-left:40px;margin-top:50px; }
#gw_go_portfolio_closet .gw-gopf-cats { margin-bottom:20px !important; }
#gw_go_portfolio_closet .gw-gopf-filter { margin-left:-24px; }
#gw_go_portfolio_closet .gw-gopf-cats > span { margin-left:24px; }
#gw_go_portfolio_closet .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_closet .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_closet .gw-gopf-post-overlay-bg { background-color:#f6748e; }
#gw_go_portfolio_closet .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_closet .gw-gopf-post-content { text-align:left; }
#gw_go_portfolio_closet .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_closet .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_closet .gw-gopf-post-media-wrap { background-position:50% 50%; }
#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-header { z-index:2 }#gw_go_portfolio_closet .gw-gopf-style-door a.gw-gopf-btn {color:#ffffff;background:#333333;-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_closet .gw-gopf-style-door a.gw-gopf-btn.gw-gopf-btn-outlined {color:#333333;background:transparent;border:solid 1px #333333;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_closet .gw-gopf-style-door a.gw-gopf-btn:hover {color:#ffffff;background:#f6748e;}#gw_go_portfolio_closet .gw-gopf-style-door a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#f6748e;background:transparent;border-color:#f6748e;}#gw_go_portfolio_closet .gw-gopf-style-door 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_closet .gw-gopf-style-door .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_closet .gw-gopf-style-door .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_closet .gw-gopf-style-door .gw-gopf-cats > span.gw-gopf-current a { background:#f6748e;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#f6748e;color:#f6748e;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-slider-controls > div a {background:#f6748e;-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_closet .gw-gopf-style-door .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_closet .gw-gopf-style-door 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_closet .gw-gopf-style-door 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_closet .gw-gopf-style-door a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_closet .gw-gopf-style-door a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post,#gw_go_portfolio_closet .gw-gopf-touch.gw-gopf-style-door .gw-gopf-post:hover {box-shadow:0px 0px 0px 10px rgba(0,0,0,0); -moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0px 0px 0px 10px rgba(0,0,0,0); -o-box-shadow:0px 0px 0px 10px rgba(0,0,0,0); -webkit-box-shadow:0px 0px 0px 10px rgba(0,0,0,0); box-shadow:0px 0px 0px 10px rgba(0,0,0,0);margin-bottom:0; overflow:hidden;padding-bottom:0;-moz-transition:border 0.1s ease-in-out, margin 0.1s ease-in-out, padding 0.1s ease-in-out, z-index 0s 1s;-ms-transition:border 0.1s ease-in-out, margin 0.1s ease-in-out, padding 0.1s ease-in-out, z-index 0s 1s;-o-transition:border 0.1s ease-in-out, margin 0.1s ease-in-out, padding 0.1s ease-in-out, z-index 0s 1s;-webkit-transition:border 0.1s ease-in-out, margin 0.1s ease-in-out, padding 0.1s ease-in-out, z-index 0s 1s;transition:border 0.1s ease-in-out, margin 0.1s ease-in-out, padding 0.1s ease-in-out, z-index 0s 1s;-webkit-transform: translateZ(0);z-index:2 !important;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post:hover,#gw_go_portfolio_closet .gw-gopf-touch.gw-gopf-style-door .gw-gopf-current.gw-gopf-post {border-color:#f6748e;-moz-box-shadow:0px 0px 0px 10px #f6748e), 0 0 0px 0px rgba(0,0,0,0);-o-box-shadow:0px 0px 0px 10px #f6748e, 0 0 0px 0px rgba(0,0,0,0);-webkit-box-shadow:0px 0px 0px 10px #f6748e, 0 0 0px 0px rgba(0,0,0,0);box-shadow:0px 0px 0px 10px #f6748e, 0 0 0px 0px rgba(0,0,0,0);-moz-transition:border 0.3s ease-in-out, margin 0.2s ease-in-out, padding 0.2s ease-in-out, z-index 0s 0s;-ms-transition:border 0.3s ease-in-out, margin 0.2s ease-in-out, padding 0.2s ease-in-out, z-index 0s 0s;-o-transition:border 0.3s ease-in-out, margin 0.2s ease-in-out, padding 0.2s ease-in-out, z-index 0s 0s;-webkit-transition:border 0.3s ease-in-out, margin 0.2s ease-in-out, padding 0.2s ease-in-out, z-index 0s 0s;transition:border 0.3s ease-in-out, margin 0.2s ease-in-out, padding 0.2s ease-in-out, z-index 0s 0s;z-index:3 !important;}#gw_go_portfolio_closet .gw-gopf-style-door a.gw-gopf-post-overlay-circle { background:#f6748e;}#gw_go_portfolio_closet .gw-gopf-style-door a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_closet .gw-gopf-style-door a.gw-gopf-post-overlay-btn {background:#f6748e;margin-left:3px;margin-right:3px;}#gw_go_portfolio_closet .gw-gopf-style-door a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#f6748e;color:#f6748e;}#gw_go_portfolio_closet .gw-gopf-style-door a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_closet .gw-gopf-style-door a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#333333;color:#333333;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-content-wrap,#gw_go_portfolio_closet .gw-gopf-touch.gw-gopf-style-door .gw-gopf-post:hover .gw-gopf-post-content-wrap {opacity:0;position:absolute;-moz-transition:opacity 0.1s ease-in-out, height 0.1s ease-in-out;-ms-transition:opacity 0.1s ease-in-out, height 0.1s ease-in-out;-o-transition:opacity 0.1s ease-in-out, height 0.1s ease-in-out;-webkit-transition:opacity 0.1s ease-in-out, height 0.1s ease-in-out;transition:opacity 0.1s ease-in-out, height 0.1s ease-in-out;width:100%;z-index:2;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post:hover .gw-gopf-post-content-wrap,#gw_go_portfolio_closet .gw-gopf-touch.gw-gopf-style-door .gw-gopf-current.gw-gopf-post .gw-gopf-post-content-wrap { opacity:1;-moz-transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out;-ms-transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out;;-webkit-transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out;transition:opacity 0.3s ease-in-out, height 0.3s ease-in-out;}#gw_go_portfolio_closet .gw-gopf-style-door .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_closet .gw-gopf-style-door .gw-gopf-post-content {color:#333333;font-family:inherit;font-size:12px;line-height:12px;padding:20px;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-content a {color:#f6748e;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:14px !important;line-height:14px !important;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-content h2 a:hover { color:#f6748e; }#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-meta {color:#787878;font-family:inherit;font-size:10px;line-height:10px;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-excerpt {font-family:inherit;font-size:12px;line-height:12px !important;margin-top:15px;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-excerpt p {font-family:inherit;font-size:12px;line-height:12px !important;margin:0 0 15px !important;padding:0 !important;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-more a {color:#f6748e;font-size:12px;font-weight:bold;margin-top:15px;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-more a:hover { color:#333333;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#333333; }#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#f6748e; }#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-content > *:first-child { margin-top:0 !important; }#gw_go_portfolio_closet .gw-gopf-style-door div.gw-gopf-post-highlight-box,#gw_go_portfolio_closet  .gw-gopf-style-door div.gw-gopf-post-highlight-box:first-child{background:#f6748e;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-woo-sale,#gw_go_portfolio_closet .gw-gopf-touch.gw-gopf-style-door .gw-gopf-post:hover .gw-gopf-woo-sale {background:#f6748e;-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:2;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_closet .gw-gopf-touch.gw-gopf-style-door .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_closet .gw-gopf-style-door .gw-gopf-post-woo-price {color:#f6748e;font-size:16px;font-weight:bold;line-height:16px;margin-top:15px;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:14px;line-height:14px;margin-right:5px;text-decoration:line-through;}#gw_go_portfolio_closet .gw-gopf-style-door .gw-gopf-post-woo-price ins { background:none;text-decoration:none;}#gw_go_portfolio_closet .gw-gopf-style-door-no-effect .gw-gopf-post-media-wrap {-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;}#gw_go_portfolio_closet .gw-gopf-style-door-no-effect .gw-gopf-post-overlay-bg { -moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;}#gw_go_portfolio_closet .gw-gopf-style-door-no-effect .gw-gopf-post-content-wrap { display:none;}#gw_go_portfolio_closet .gw-gopf-style-door-slide-down .gw-gopf-post-media-wrap,#gw_go_portfolio_closet .gw-gopf-touch.gw-gopf-style-door-slide-down .gw-gopf-post:hover .gw-gopf-post-media-wrap {border-radius:0px;-webkit-transition:-webkit-border-radius 0.1s ease-in-out;}#gw_go_portfolio_closet .gw-gopf-style-door-slide-down .gw-gopf-post:hover .gw-gopf-post-media-wrap,#gw_go_portfolio_closet .gw-gopf-touch.gw-gopf-style-door-slide-down .gw-gopf-current.gw-gopf-post .gw-gopf-post-media-wrap {-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-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_closet .gw-gopf-style-door-slide-down .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;}
 
/* -------------------------------------------------------------------------------- /
	[10.9]	name: Kitchen Organization - id:kitchenorganization 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_kitchenorganization .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-30px; }
#gw_go_portfolio_kitchenorganization .gw-gopf-filter-opacity .gw-gopf-col-wrap.gw-gopf-disabled { filter:alpha(opacity=30) !important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;-khtml-opacity:0.3 !important;-moz-opacity:0.3 !important;opacity:0.3 !important; }
#gw_go_portfolio_kitchenorganization .gw-gopf-post-col { margin-left:20px;margin-top:30px; }
#gw_go_portfolio_kitchenorganization .gw-gopf-cats { margin-bottom:20px !important; }
#gw_go_portfolio_kitchenorganization .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_kitchenorganization .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_kitchenorganization .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_kitchenorganization .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_kitchenorganization .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_kitchenorganization .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_kitchenorganization .gw-gopf-post-content { text-align:left; }
#gw_go_portfolio_kitchenorganization .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_kitchenorganization .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_kitchenorganization .gw-gopf-post-media-wrap { background-position:50% 50%; }
#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#000000;-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_kitchenorganization .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#000000;background:transparent;border:solid 1px #000000;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_kitchenorganization .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_kitchenorganization .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_kitchenorganization .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_kitchenorganization .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#000000;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#000000;color:#000000;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#000000;-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_kitchenorganization .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_kitchenorganization .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_kitchenorganization .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_kitchenorganization .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_kitchenorganization .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_kitchenorganization .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-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_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#000000;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#000000;margin-left:3px;margin-right:3px;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#000000;color:#000000;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_kitchenorganization .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_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;background-color:#ffeeee;opacity:1;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-content a {color:#000000;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:16px !important;line-height:20px !important;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#000000; }#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-meta {color:#000000;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_kitchenorganization .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_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-more a {color:#000000;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#000000; }#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important; }#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_kitchenorganization  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#000000;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_kitchenorganization  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#000000;-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_kitchenorganization .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_kitchenorganization .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_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#000000;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:16px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_kitchenorganization .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.10]	name: Bathroom Organization - id:bathroom_organization 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_bathroom_organization .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-30px; }
#gw_go_portfolio_bathroom_organization .gw-gopf-filter-opacity .gw-gopf-col-wrap.gw-gopf-disabled { filter:alpha(opacity=30) !important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;-khtml-opacity:0.3 !important;-moz-opacity:0.3 !important;opacity:0.3 !important; }
#gw_go_portfolio_bathroom_organization .gw-gopf-post-col { margin-left:20px;margin-top:30px; }
#gw_go_portfolio_bathroom_organization .gw-gopf-cats { margin-bottom:20px !important; }
#gw_go_portfolio_bathroom_organization .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_bathroom_organization .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_bathroom_organization .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_bathroom_organization .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_bathroom_organization .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_bathroom_organization .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_bathroom_organization .gw-gopf-post-content { text-align:left; }
#gw_go_portfolio_bathroom_organization .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_bathroom_organization .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_bathroom_organization .gw-gopf-post-media-wrap { background-position:50% 50%; }
#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#000000;-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_bathroom_organization .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#000000;background:transparent;border:solid 1px #000000;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_bathroom_organization .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_bathroom_organization .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_bathroom_organization .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_bathroom_organization .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#000000;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#000000;color:#000000;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#000000;-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_bathroom_organization .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_bathroom_organization .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_bathroom_organization .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_bathroom_organization .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_bathroom_organization .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_bathroom_organization .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-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_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#000000;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#000000;margin-left:3px;margin-right:3px;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#000000;color:#000000;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_bathroom_organization .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_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;background-color:#ffeeee;opacity:1;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-content a {color:#000000;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:16px !important;line-height:20px !important;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#000000; }#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-meta {color:#000000;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_bathroom_organization .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_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-more a {color:#000000;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#000000; }#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important; }#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_bathroom_organization  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#000000;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_bathroom_organization  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#000000;-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_bathroom_organization .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_bathroom_organization .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_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#000000;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:16px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_bathroom_organization .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.11]	name: Closet Organization - id:closet_organizing 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_closet_organizing .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-30px; }
#gw_go_portfolio_closet_organizing .gw-gopf-filter-opacity .gw-gopf-col-wrap.gw-gopf-disabled { filter:alpha(opacity=30) !important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;-khtml-opacity:0.3 !important;-moz-opacity:0.3 !important;opacity:0.3 !important; }
#gw_go_portfolio_closet_organizing .gw-gopf-post-col { margin-left:20px;margin-top:30px; }
#gw_go_portfolio_closet_organizing .gw-gopf-cats { margin-bottom:20px !important; }
#gw_go_portfolio_closet_organizing .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_closet_organizing .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_closet_organizing .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_closet_organizing .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_closet_organizing .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_closet_organizing .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_closet_organizing .gw-gopf-post-content { text-align:left; }
#gw_go_portfolio_closet_organizing .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_closet_organizing .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_closet_organizing .gw-gopf-post-media-wrap { background-position:50% 50%; }
#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#000000;-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_closet_organizing .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#000000;background:transparent;border:solid 1px #000000;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_closet_organizing .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_closet_organizing .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_closet_organizing .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_closet_organizing .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#000000;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#000000;color:#000000;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#000000;-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_closet_organizing .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_closet_organizing .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_closet_organizing .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_closet_organizing .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_closet_organizing .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_closet_organizing .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-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_closet_organizing .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#000000;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#000000;margin-left:3px;margin-right:3px;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#000000;color:#000000;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_closet_organizing .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_closet_organizing .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;background-color:#ffeeee;opacity:1;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-post-content a {color:#000000;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:16px !important;line-height:20px !important;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#000000; }#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-post-meta {color:#000000;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_closet_organizing .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_closet_organizing .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-post-more a {color:#000000;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#000000; }#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important; }#gw_go_portfolio_closet_organizing .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_closet_organizing  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#000000;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_closet_organizing  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#000000;-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_closet_organizing .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_closet_organizing .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_closet_organizing .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#000000;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:16px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_closet_organizing .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.12]	name: All Organizing - id:allorganizing 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_allorganizing .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-30px; }
#gw_go_portfolio_allorganizing .gw-gopf-filter-opacity .gw-gopf-col-wrap.gw-gopf-disabled { filter:alpha(opacity=30) !important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;-khtml-opacity:0.3 !important;-moz-opacity:0.3 !important;opacity:0.3 !important; }
#gw_go_portfolio_allorganizing .gw-gopf-post-col { margin-left:20px;margin-top:30px; }
#gw_go_portfolio_allorganizing .gw-gopf-cats { margin-bottom:20px !important; }
#gw_go_portfolio_allorganizing .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_allorganizing .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_allorganizing .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_allorganizing .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_allorganizing .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_allorganizing .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_allorganizing .gw-gopf-post-content { text-align:left; }
#gw_go_portfolio_allorganizing .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_allorganizing .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_allorganizing .gw-gopf-post-media-wrap { background-position:50% 50%; }
#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#000000;-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_allorganizing .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#000000;background:transparent;border:solid 1px #000000;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#ffffff;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#ffffff;background:transparent;border-color:#ffffff;}#gw_go_portfolio_allorganizing .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_allorganizing .gw-gopf-style-vario .gw-gopf-cats > span a {background:#ffffff;-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_allorganizing .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined {color:#ffffff;background:transparent;border:solid 1px #ffffff;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#000000;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#000000;color:#000000;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#000000;-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_allorganizing .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#ffffff;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#ffffff;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario a.gw-gopf-pagination-load-more {background:#ffffff;-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_allorganizing .gw-gopf-style-vario a.gw-gopf-pagination-load-more.gw-gopf-btn-outlined {color:#ffffff;background:transparent;border:solid 1px #ffffff;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_allorganizing .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_allorganizing .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-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_allorganizing .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#000000;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#ffffff;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#000000;margin-left:3px;margin-right:3px;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#000000;color:#000000;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#ffffff;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined:hover {background:transparent;border-color:#ffffff;color:#ffffff;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;background-color:#f6748e;opacity:1;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-post-content { color:#ffffff;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-post-content a {color:#000000;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#ffffff;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#ffffff !important;font-family:inherit !important;font-size:16px !important;line-height:20px !important;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#000000; }#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-post-meta {color:#000000;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_allorganizing .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_allorganizing .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-post-more a {color:#000000;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#ffffff;font-size:12px;font-weight:bold;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#000000; }#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#ffffff; }#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important; }#gw_go_portfolio_allorganizing .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_allorganizing  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#000000;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#ffffff !important;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_allorganizing  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#000000;-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_allorganizing .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_allorganizing .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_allorganizing .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#000000;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-post-woo-price del {background:none;color:#b8b8b8;font-size:16px;line-height:20px;margin-right:8px;text-decoration:line-through;}#gw_go_portfolio_allorganizing .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
 
/* -------------------------------------------------------------------------------- /
	[10.13]	name: Most Popular Organizing Ideas - id:mostpopularorganizing 
/ -------------------------------------------------------------------------------- */

#gw_go_portfolio_mostpopularorganizing .gw-gopf-posts-wrap-inner { margin-left:-20px;margin-top:-30px; }
#gw_go_portfolio_mostpopularorganizing .gw-gopf-filter-opacity .gw-gopf-col-wrap.gw-gopf-disabled { filter:alpha(opacity=30) !important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;-khtml-opacity:0.3 !important;-moz-opacity:0.3 !important;opacity:0.3 !important; }
#gw_go_portfolio_mostpopularorganizing .gw-gopf-post-col { margin-left:20px;margin-top:30px; }
#gw_go_portfolio_mostpopularorganizing .gw-gopf-cats { margin-bottom:20px !important; }
#gw_go_portfolio_mostpopularorganizing .gw-gopf-filter { margin-left:-6px; }
#gw_go_portfolio_mostpopularorganizing .gw-gopf-cats > span { margin-left:6px; }
#gw_go_portfolio_mostpopularorganizing .gw-gopf-slider-controls > div { margin-bottom:20px; }
#gw_go_portfolio_mostpopularorganizing .gw-gopf-slider-controls > div { margin-left:6px; }
#gw_go_portfolio_mostpopularorganizing .gw-gopf-post-overlay-bg { background-color:#333333; }
#gw_go_portfolio_mostpopularorganizing .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_mostpopularorganizing .gw-gopf-post-content { text-align:left; }
#gw_go_portfolio_mostpopularorganizing .gw-gopf-post-more { text-align:left; }
#gw_go_portfolio_mostpopularorganizing .gw-gopf-pagination-wrapper { padding-top:20px; }
#gw_go_portfolio_mostpopularorganizing .gw-gopf-post-media-wrap { background-position:50% 50%; }
#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-btn {color:#ffffff;background:#000000;-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_mostpopularorganizing .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {color:#000000;background:transparent;border:solid 1px #000000;height:27px;line-height:27px;padding:0 8px;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario a.gw-gopf-btn:hover {color:#ffffff;background:#333333;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {color:#333333;background:transparent;border-color:#333333;}#gw_go_portfolio_mostpopularorganizing .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_mostpopularorganizing .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_mostpopularorganizing .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_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a { background:#000000;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a.gw-gopf-btn-outlined  { background:transparent;border-color:#000000;color:#000000;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-cats > span a:hover { background:#787878;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover { background:transparent;border-color:#787878;color:#787878;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-slider-controls > div a {background:#000000;-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_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-slider-controls > div a:hover {background:#333333;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-slider-controls > div a.disabled {background:#333333;}#gw_go_portfolio_mostpopularorganizing .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_mostpopularorganizing .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_mostpopularorganizing .gw-gopf-style-vario a.gw-gopf-pagination-load-more:hover { background:#787878;}#gw_go_portfolio_mostpopularorganizing .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_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post {-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-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_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-media-wrap {-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-overlay-bg {-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario a.gw-gopf-post-overlay-circle { background:#000000;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario a.gw-gopf-post-overlay-circle:hover { background:#333333;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario a.gw-gopf-post-overlay-btn {background:#000000;margin-left:3px;margin-right:3px;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario a.gw-gopf-post-overlay-btn.gw-gopf-btn-outlined  {background:transparent;border-color:#000000;color:#000000;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario a.gw-gopf-post-overlay-btn:hover {background:#333333;}#gw_go_portfolio_mostpopularorganizing .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_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-content-wrap:before { -moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;background-color:#ffeeee;opacity:1;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-content { color:#333333;font-family:inherit;font-size:12px;line-height:15px;padding:20px;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-content a {color:#000000;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-content a:hover {color:#333333;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-content h2 {color:#333333 !important;font-family:inherit !important;font-size:18px !important;line-height:20px !important;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-content h2 a { color:inherit;font-size:inherit !important;line-height:inherit !important;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-content h2 a:hover { color:#000000; }#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-meta {color:#000000;font-family:inherit;font-size:11px;line-height:15px;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-excerpt { font-family:inherit;font-size:12px;line-height:15px !important;margin-top:15px}#gw_go_portfolio_mostpopularorganizing .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_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-excerpt p:last-child { margin:0 !important;padding:0 !important;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-more { margin-top:15px; }#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-more a {color:#000000;font-size:12px;margin-top:15px;font-weight:bold;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-more a:hover {color:#333333;font-size:12px;font-weight:bold;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn {color:#ffffff;font-weight:normal;margin-top:-3px;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined { color:#000000; }#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover { color:#333333; }#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn { margin-left:10px }#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn:first-child { margin-left:0; }#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-content > *:first-child { margin-top:0 !important; }#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario div.gw-gopf-post-highlight-box,#gw_go_portfolio_mostpopularorganizing  .gw-gopf-style-vario div.gw-gopf-post-highlight-box:first-child{background:#000000;padding:20px;margin:-20px -20px 20px !important;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-highlight-box * { color:#ffffff !important;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-highlight-box a:hover { color:#333333 !important;}#gw_go_portfolio_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-woo-sale,#gw_go_portfolio_mostpopularorganizing  .gw-gopf-touch.gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale {background:#000000;-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_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post:hover .gw-gopf-woo-sale,#gw_go_portfolio_mostpopularorganizing .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_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-woo-price {color:#000000;font-size:22px;font-weight:bold;line-height:22px;margin-top:15px;}#gw_go_portfolio_mostpopularorganizing .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_mostpopularorganizing .gw-gopf-style-vario .gw-gopf-post-woo-price ins { background:none;text-decoration:none !important;}
