/* @group Font Icons */

@font-face {
  font-family: 'fontello';
  src: url('font-icons/fontello.eot?19778278');
  src: url('font-icons/fontello.eot?19778278#iefix') format('embedded-opentype'),
	   url('font-icons/fontello.woff?19778278') format('woff'),
	   url('font-icons/fontello.ttf?19778278') format('truetype'),
	   url('font-icons/fontello.svg?19778278#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

#freeStyleWrapperstacks_in_21178 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_21178 [class*=" freestyle-icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
#freeStyleWrapperstacks_in_21178 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_21178 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_21178 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_21178 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

#freeStyleWrapperstacks_in_21178 {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

#freeStyleWrapperstacks_in_21178 a {
	outline: none;
}

#freeStyleWrapperstacks_in_21178 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#freeStyleWrapperstacks_in_21178 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */

%[if 1 ]%

/* @group BX Slider */

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/freestyle-bx-loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(freestyle-images/freestyle-bx-controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(freestyle-images/freestyle-bx-controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* WW Reset */

.bx-wrapper {
	margin: 0px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
}

.bx-wrapper ul,
.bx-wrapper li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bx-wrapper img {
	max-width: none;
	width: 100%;
	height: auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 60;
}

/* Added by WW */

/* Hide slider until loaded */
#freeStyleSliderstacks_in_21178 {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666666;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000000;
}

.bx-wrapper .bx-controls a {
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-prev {
	left: 10px;
	width: 32px;
	height: 32px;
	text-align: left;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-prev:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-next {
	right: 10px;
	width: 32px;
	height: 32px;
	text-align: right;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-next:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin-left: 10px;
}

.bx-wrapper .bx-controls-auto [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-start.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}

.bx-controls-auto,
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 85px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-stop.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}




/* @end */









/* @group Maps */

.freeStyleMapContainer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* @end */

/* @group Video */

.freeStyleMapContainer iframe {
	max-width: 100%;
	max-height: 100%;
}

.freeStyleVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0;
	overflow: hidden;
}
 
.freeStyleVideoContainer iframe,
.freeStyleVideoContainer object,
.freeStyleVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group HTML5 Video */

.html5VideoContainer {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.html5VideoContainer video,
.html5VideoContainer canvas {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
 }
 
.html5VideoContainer video {
	height: 100% !important;
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

/* @end */

/* @group Vine Video */





.vineVideoContainer iframe {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	outline: none;
}





/* @end */

/* @group Overlay */

#freeStyleOverlaystacks_in_21178 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 33%;
}

#overlayFillstacks_in_21178 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.80;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#overlayContentstacks_in_21178 {
	position: relative;
	display: block;
	z-index: 5;
	padding: 2%;
	margin: 0;
	color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 100%;
}

/* @end */

@media screen and (max-width: 569px) {
	#freeStyleOverlaystacks_in_21178 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_21178,
	#overlayContentstacks_in_21178 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}
/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_2 *,
#adaptiveGridstacks_in_2 *:before,
#adaptiveGridstacks_in_2 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_2 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_2 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_2:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_2 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_2 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_2 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_2 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_2 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_2 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_2 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_2 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_2 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_2 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_2 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2 .column1 {
		width: 50.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2 .column2 {
		width: 50.00%;
	}
}






















/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_2 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_2 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_2 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_2 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_2 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_2 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_2 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_2 .column1,
	#adaptiveGridstacks_in_2 .column2,
	#adaptiveGridstacks_in_2 .column3,
	#adaptiveGridstacks_in_2 .column4,
	#adaptiveGridstacks_in_2 .column5,
	#adaptiveGridstacks_in_2 .column6,
	#adaptiveGridstacks_in_2 .column7,
	#adaptiveGridstacks_in_2 .column8,
	#adaptiveGridstacks_in_2 .column9,
	#adaptiveGridstacks_in_2 .column10,
	#adaptiveGridstacks_in_2 .column11,
	#adaptiveGridstacks_in_2 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_2 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  *//* Trunky General Styles */

#stacks_in_21171 .trunky {
	margin-top:20px;
}




.read-more a, .re-collapse a{
	text-decoration: none !important;
}

.read-more a:hover, .re-collapse a:hover{
	text-decoration: none !important;
}

/* End Trunky General Styles */
#stacks_in_21171 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 0px 3px 0px 3px;
}
/* Trunky General Styles */

#stacks_in_21232 .trunky {
	margin-top:20px;
}




.read-more a, .re-collapse a{
	text-decoration: none !important;
}

.read-more a:hover, .re-collapse a:hover{
	text-decoration: none !important;
}

/* End Trunky General Styles */
#stacks_in_21232 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 0px 3px 18px 3px;
}
/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_32130 *,
#adaptiveGridstacks_in_32130 *:before,
#adaptiveGridstacks_in_32130 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_32130 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_32130 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_32130:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_32130 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_32130 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_32130 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_32130 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_32130 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_32130 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_32130 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_32130 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_32130 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_32130 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_32130 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_32130 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_32130 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_32130 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_32130 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_32130 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_32130 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_32130 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_32130 .column1 {
		width: 50.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_32130 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_32130 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_32130 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_32130 .column2 {
		width: 50.00%;
	}
}






















/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_32130 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_32130 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_32130 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_32130 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_32130 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_32130 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_32130 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_32130 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_32130 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_32130 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_32130 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_32130 .column1,
	#adaptiveGridstacks_in_32130 .column2,
	#adaptiveGridstacks_in_32130 .column3,
	#adaptiveGridstacks_in_32130 .column4,
	#adaptiveGridstacks_in_32130 .column5,
	#adaptiveGridstacks_in_32130 .column6,
	#adaptiveGridstacks_in_32130 .column7,
	#adaptiveGridstacks_in_32130 .column8,
	#adaptiveGridstacks_in_32130 .column9,
	#adaptiveGridstacks_in_32130 .column10,
	#adaptiveGridstacks_in_32130 .column11,
	#adaptiveGridstacks_in_32130 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_32130 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  *//* Trunky General Styles */

#stacks_in_21225 .trunky {
	margin-top:20px;
}




.read-more a, .re-collapse a{
	text-decoration: none !important;
}

.read-more a:hover, .re-collapse a:hover{
	text-decoration: none !important;
}

/* End Trunky General Styles */
#stacks_in_21225 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 0px 3px 45px 3px;
}
/* @group Font Icons */

@font-face {
  font-family: 'fontello';
  src: url('font-icons/fontello.eot?19778278');
  src: url('font-icons/fontello.eot?19778278#iefix') format('embedded-opentype'),
	   url('font-icons/fontello.woff?19778278') format('woff'),
	   url('font-icons/fontello.ttf?19778278') format('truetype'),
	   url('font-icons/fontello.svg?19778278#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

#freeStyleWrapperstacks_in_419656 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_419656 [class*=" freestyle-icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
#freeStyleWrapperstacks_in_419656 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_419656 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_419656 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_419656 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

#freeStyleWrapperstacks_in_419656 {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

#freeStyleWrapperstacks_in_419656 a {
	outline: none;
}

#freeStyleWrapperstacks_in_419656 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#freeStyleWrapperstacks_in_419656 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */

%[if 1 ]%

/* @group BX Slider */

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/freestyle-bx-loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(freestyle-images/freestyle-bx-controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(freestyle-images/freestyle-bx-controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* WW Reset */

.bx-wrapper {
	margin: 0px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
}

.bx-wrapper ul,
.bx-wrapper li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bx-wrapper img {
	max-width: none;
	width: 100%;
	height: auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 60;
}

/* Added by WW */

/* Hide slider until loaded */
#freeStyleSliderstacks_in_419656 {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666666;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000000;
}

.bx-wrapper .bx-controls a {
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-prev {
	left: 10px;
	width: 32px;
	height: 32px;
	text-align: left;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-prev:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-next {
	right: 10px;
	width: 32px;
	height: 32px;
	text-align: right;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-next:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin-left: 10px;
}

.bx-wrapper .bx-controls-auto [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-start.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}

.bx-controls-auto,
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 85px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-stop.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}




/* @end */









/* @group Maps */

.freeStyleMapContainer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* @end */

/* @group Video */

.freeStyleMapContainer iframe {
	max-width: 100%;
	max-height: 100%;
}

.freeStyleVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0;
	overflow: hidden;
}
 
.freeStyleVideoContainer iframe,
.freeStyleVideoContainer object,
.freeStyleVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group HTML5 Video */

.html5VideoContainer {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.html5VideoContainer video,
.html5VideoContainer canvas {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
 }
 
.html5VideoContainer video {
	height: 100% !important;
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

/* @end */

/* @group Vine Video */





.vineVideoContainer iframe {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	outline: none;
}





/* @end */

/* @group Overlay */

#freeStyleOverlaystacks_in_419656 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 33%;
}

#overlayFillstacks_in_419656 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.80;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#overlayContentstacks_in_419656 {
	position: relative;
	display: block;
	z-index: 5;
	padding: 2%;
	margin: 0;
	color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 100%;
}

/* @end */

@media screen and (max-width: 569px) {
	#freeStyleOverlaystacks_in_419656 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_419656,
	#overlayContentstacks_in_419656 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_419656 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_419676 {
	margin: 0px 2px 0px 2px;
}

#stacks_in_419684_4_1 {
	margin: 0px 2px 0px 2px;
}

#stacks_in_419678 {
	margin: 0px 2px 0px 2px;
}

#stacks_in_419680 {
	margin: 0px 2px 0px 2px;
}
/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_32104 *,
#adaptiveGridstacks_in_32104 *:before,
#adaptiveGridstacks_in_32104 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_32104 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_32104 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_32104:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_32104 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_32104 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_32104 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_32104 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_32104 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_32104 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_32104 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_32104 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_32104 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_32104 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_32104 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_32104 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_32104 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_32104 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_32104 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_32104 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_32104 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_32104 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_32104 .column1 {
		width: 50.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_32104 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_32104 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_32104 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_32104 .column2 {
		width: 50.00%;
	}
}






















/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_32104 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_32104 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_32104 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_32104 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_32104 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_32104 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_32104 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_32104 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_32104 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_32104 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_32104 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_32104 .column1,
	#adaptiveGridstacks_in_32104 .column2,
	#adaptiveGridstacks_in_32104 .column3,
	#adaptiveGridstacks_in_32104 .column4,
	#adaptiveGridstacks_in_32104 .column5,
	#adaptiveGridstacks_in_32104 .column6,
	#adaptiveGridstacks_in_32104 .column7,
	#adaptiveGridstacks_in_32104 .column8,
	#adaptiveGridstacks_in_32104 .column9,
	#adaptiveGridstacks_in_32104 .column10,
	#adaptiveGridstacks_in_32104 .column11,
	#adaptiveGridstacks_in_32104 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_32104 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  *//* Trunky General Styles */

#stacks_in_21255 .trunky {
	margin-top:20px;
}




.read-more a, .re-collapse a{
	text-decoration: none !important;
}

.read-more a:hover, .re-collapse a:hover{
	text-decoration: none !important;
}

/* End Trunky General Styles */
#stacks_in_21255 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 2px 3px 10px 3px;
}
/* Trunky General Styles */

#stacks_in_21250 .trunky {
	margin-top:20px;
}




.read-more a, .re-collapse a{
	text-decoration: none !important;
}

.read-more a:hover, .re-collapse a:hover{
	text-decoration: none !important;
}

/* End Trunky General Styles */
#stacks_in_21250 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 0px 3px 0px 3px;
}
/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_21234 *,
#adaptiveGridstacks_in_21234 *:before,
#adaptiveGridstacks_in_21234 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_21234 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_21234 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_21234:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_21234 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_21234 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_21234 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_21234 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_21234 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_21234 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_21234 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_21234 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_21234 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_21234 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_21234 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_21234 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_21234 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_21234 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_21234 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_21234 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_21234 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_21234 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_21234 .column1 {
		width: 50.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_21234 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_21234 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_21234 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_21234 .column2 {
		width: 50.00%;
	}
}






















/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_21234 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_21234 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_21234 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_21234 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_21234 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_21234 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_21234 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_21234 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_21234 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_21234 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_21234 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_21234 .column1,
	#adaptiveGridstacks_in_21234 .column2,
	#adaptiveGridstacks_in_21234 .column3,
	#adaptiveGridstacks_in_21234 .column4,
	#adaptiveGridstacks_in_21234 .column5,
	#adaptiveGridstacks_in_21234 .column6,
	#adaptiveGridstacks_in_21234 .column7,
	#adaptiveGridstacks_in_21234 .column8,
	#adaptiveGridstacks_in_21234 .column9,
	#adaptiveGridstacks_in_21234 .column10,
	#adaptiveGridstacks_in_21234 .column11,
	#adaptiveGridstacks_in_21234 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_21234 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  *//* Trunky General Styles */

#stacks_in_21260 .trunky {
	margin-top:20px;
}




.read-more a, .re-collapse a{
	text-decoration: none !important;
}

.read-more a:hover, .re-collapse a:hover{
	text-decoration: none !important;
}

/* End Trunky General Styles */
#stacks_in_21260 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 0px 3px 0px 3px;
}
/* Trunky General Styles */

#stacks_in_21265 .trunky {
	margin-top:20px;
}




.read-more a, .re-collapse a{
	text-decoration: none !important;
}

.read-more a:hover, .re-collapse a:hover{
	text-decoration: none !important;
}

/* End Trunky General Styles */
#stacks_in_21265 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 0px 3px 0px 3px;
}
/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_21267 *,
#adaptiveGridstacks_in_21267 *:before,
#adaptiveGridstacks_in_21267 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_21267 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_21267 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_21267:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_21267 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_21267 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_21267 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_21267 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_21267 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_21267 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_21267 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_21267 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_21267 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_21267 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_21267 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_21267 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_21267 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_21267 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_21267 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_21267 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_21267 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_21267 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_21267 .column1 {
		width: 50.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_21267 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_21267 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_21267 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_21267 .column2 {
		width: 50.00%;
	}
}






















/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_21267 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_21267 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_21267 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_21267 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_21267 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_21267 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_21267 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_21267 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_21267 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_21267 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_21267 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_21267 .column1,
	#adaptiveGridstacks_in_21267 .column2,
	#adaptiveGridstacks_in_21267 .column3,
	#adaptiveGridstacks_in_21267 .column4,
	#adaptiveGridstacks_in_21267 .column5,
	#adaptiveGridstacks_in_21267 .column6,
	#adaptiveGridstacks_in_21267 .column7,
	#adaptiveGridstacks_in_21267 .column8,
	#adaptiveGridstacks_in_21267 .column9,
	#adaptiveGridstacks_in_21267 .column10,
	#adaptiveGridstacks_in_21267 .column11,
	#adaptiveGridstacks_in_21267 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_21267 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  */
#stacks_in_21283 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 25px 3px 25px 3px;
}

#stacks_in_21288 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  5px;
}

#stacks_in_21293 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 9px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
}

#stacks_in_21342 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width:  1px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding: 5px 3px 0px 3px;
}
/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_21325 *,
#adaptiveGridstacks_in_21325 *:before,
#adaptiveGridstacks_in_21325 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_21325 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_21325 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_21325:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_21325 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_21325 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_21325 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_21325 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_21325 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_21325 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_21325 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_21325 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_21325 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_21325 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_21325 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_21325 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_21325 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_21325 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_21325 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_21325 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_21325 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_21325 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_21325 .column1 {
		width: 50.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_21325 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_21325 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_21325 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_21325 .column2 {
		width: 50.00%;
	}
}






















/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_21325 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_21325 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_21325 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_21325 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_21325 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_21325 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_21325 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_21325 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_21325 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_21325 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_21325 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_21325 .column1,
	#adaptiveGridstacks_in_21325 .column2,
	#adaptiveGridstacks_in_21325 .column3,
	#adaptiveGridstacks_in_21325 .column4,
	#adaptiveGridstacks_in_21325 .column5,
	#adaptiveGridstacks_in_21325 .column6,
	#adaptiveGridstacks_in_21325 .column7,
	#adaptiveGridstacks_in_21325 .column8,
	#adaptiveGridstacks_in_21325 .column9,
	#adaptiveGridstacks_in_21325 .column10,
	#adaptiveGridstacks_in_21325 .column11,
	#adaptiveGridstacks_in_21325 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_21325 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  */
#stacks_in_21325 {
	padding: 0px 3px 0px 3px;
}

#stacks_in_21311 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 0px 3px 26px 3px;
}

#stacks_in_21321 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 0px 3px 0px 3px;
}
/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_32143 *,
#adaptiveGridstacks_in_32143 *:before,
#adaptiveGridstacks_in_32143 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_32143 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_32143 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_32143:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_32143 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_32143 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_32143 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_32143 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_32143 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_32143 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_32143 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_32143 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_32143 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_32143 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_32143 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_32143 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_32143 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_32143 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_32143 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_32143 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_32143 .column1 {
		width: 33.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_32143 .column1 {
		width: 33.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_32143 .column1 {
		width: 33.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_32143 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_32143 .column2 {
		width: 33.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_32143 .column2 {
		width: 33.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_32143 .column2 {
		width: 33.00%;
	}
}



/* If column 3 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_32143 .column3 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_32143 .column3 {
		width: 33.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_32143 .column3 {
		width: 33.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_32143 .column3 {
		width: 33.00%;
	}
}




















/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_32143 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_32143 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_32143 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_32143 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_32143 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_32143 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_32143 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_32143 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_32143 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_32143 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_32143 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_32143 .column1,
	#adaptiveGridstacks_in_32143 .column2,
	#adaptiveGridstacks_in_32143 .column3,
	#adaptiveGridstacks_in_32143 .column4,
	#adaptiveGridstacks_in_32143 .column5,
	#adaptiveGridstacks_in_32143 .column6,
	#adaptiveGridstacks_in_32143 .column7,
	#adaptiveGridstacks_in_32143 .column8,
	#adaptiveGridstacks_in_32143 .column9,
	#adaptiveGridstacks_in_32143 .column10,
	#adaptiveGridstacks_in_32143 .column11,
	#adaptiveGridstacks_in_32143 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_32143 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  */
#stacks_in_419648 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_21370 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_21375 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
#stacks_in_419697_2>.s3_row {
	margin: 0 -10px;
}

#stacks_in_419697_2>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_419697_2>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_419697_2>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_419697_2>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_419697_2>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_419697_2 {
	border: solid rgba(77, 77, 77, 0.00);
	border-width:  1px;
	-moz-border-radius:  1px;
	-webkit-border-radius:  1px;
	border-radius:  1px;
	padding: 10px 0px 0px 0px;
}

#stacks_in_419697_5 {
	padding: 4px 0px 0px 0px;
}

#stacks_in_419697_6 {
	font-size: 61%;
}
/* HitCounter styles */
/* Bryn Owen Design, 2015   */



#stacks_in_419697_3 {
	text-align: left;
	}

.stacks_in_419697_3_counter, .stacks_in_419697_3_fcounter, .stacks_in_419697_3_lcounter, .stacks_in_419697_3_xcounter {

	display: inline-block;
	line-height: 1.0em;

	font-family: Times, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	color: #000000;
	padding: 0px 2px 0px 2px;

	
	border-right: solid 0px #000000;
	

	
	border-top: none;
	border-bottom: none;
	

	border-collapse: separate;
	border-radius: 0px;

	
	background: #E2E2E2;
	

	

	
	background: -moz-linear-gradient(top, #E2E2E2 0%, #FEFEFE 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E2E2E2), color-stop(100%,#FEFEFE));
	background: -webkit-linear-gradient(top,  #E2E2E2 0%, #FEFEFE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #E2E2E2 0%, #FEFEFE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #E2E2E2 0%, #FEFEFE 100%); /* IE10+ */
	background: linear-gradient(to bottom, #E2E2E2 0%, #FEFEFE 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2E2E2', endColorstr=' #FEFEFE',GradientType=0 ); /* IE6-9 */
	

	
	}

.stacks_in_419697_3_counter:hover, .stacks_in_419697_3_fcounter:hover, %.id%_lcounter:hover, .stacks_in_419697_3_xcounter:hover {
	}

.stacks_in_419697_3_fcounter {
	
	}

.stacks_in_419697_3_lcounter {
	
	border-right: none !important;
	
	}

.stacks_in_419697_3_xcounter {
	
	border-right: none !important;
	
	}



#stacks_in_419697_3 {
	margin:  1px;
	padding:  2px;
}
/* @group Reset */

#stacks_in_327219 *,
#stacks_in_327219 *:before,
#stacks_in_327219 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_327219 {
	
}

.dataTables_wrapper .dataTables_filter input {
	margin-left: initial !important;
}

#stacks_in_327219 #seo-wrapper-stacks_in_327219 ul {
	padding: 0 0 0 20px;
	margin: 0;
	list-style: disc;
}

#stacks_in_327219 #seo-wrapper-stacks_in_327219 li {
	padding-left: 5px;
	margin: 0;
}

#preview-stacks_in_327219 {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index: 999;
}

h3.seorx {
	margin-top: 50px;
}

/* @end */


/**/

/* Edit mode styling */

/**/

/* @group Indexing status */

#indexingStatus-stacks_in_327219 {

}

#indexingStatus-stacks_in_327219 .statusDot {
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	margin-right: 10px;
	border-radius: 50%;
	border: 1px solid #000000;
}

#indexingStatus-stacks_in_327219 .statusDescription {
	margin-left: 30px;
	display: block;
}

#indexingStatus-stacks_in_327219.green .statusDot {
	background: green;
}

#indexingStatus-stacks_in_327219.amber .statusDot {
	background: #FFFF66;
}

#indexingStatus-stacks_in_327219.red .statusDot {
	background: red;
}

#indexingStatus-stacks_in_327219.green p.noGoogle,
#indexingStatus-stacks_in_327219.green p.none {
	display: none;
}

#indexingStatus-stacks_in_327219.amber p.all,
#indexingStatus-stacks_in_327219.amber p.none {
	display: none;
}

#indexingStatus-stacks_in_327219.red p.all,
#indexingStatus-stacks_in_327219.red p.noGoogle {
	display: none;
}

/* @end */
