.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}
/* @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_362 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_362 [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_362 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_362 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_362 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_362 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

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

#freeStyleWrapperstacks_in_362 a {
	outline: none;
}

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

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

/* @end */

%[if 0 ]%

/* @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_362 {
	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_362 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 25%;
}

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

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

/* @end */

@media screen and (max-width: 569px) {
	#freeStyleOverlaystacks_in_362 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_362,
	#overlayContentstacks_in_362 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_362 {
	-moz-border-radius:  9px;
	-webkit-border-radius:  9px;
	border-radius:  9px;
}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_175 #myExtraContent4,
#ExtraContentPlusstacks_in_175 #fs {
	display: none;
}

#stacks_in_249{overflow:visible;-webkit-font-smoothing:antialiased;}#stacks_in_249 .cycler_reel{position:relative;width:100%;overflow:hidden}#stacks_in_249{visibility:hidden}#stacks_in_249 .cycler_reel > div.stacks_out{width:100% !important}#stacks_in_249 .cycler_reel > div.stacks_out:first{visibility:visible}#stacks_in_249 .cycler_nav{cursor:pointer;z-index:101;display:block;width:40px;height:40px;position:absolute;background:url(../files/nav_image-249.png) 0px 0px no-repeat;background-size:100%;top:40%;}#stacks_in_249 .cycler_nav.prev{left:0px;background-position:0px 0px}#stacks_in_249 .cycler_nav.prev:hover{background-position:0px -40px}#stacks_in_249 .cycler_nav.prev:active{background-position:0px -80px}#stacks_in_249 .cycler_nav.next{right:0px;background-position:0px -120px}#stacks_in_249 .cycler_nav.next:hover{background-position:0px -160px}#stacks_in_249 .cycler_nav.next:active{background-position:0px -200px}#stacks_in_249 .cycler_pager{text-align:center;cursor:pointer;z-index:100;display:block;position:absolute;width:100%}#stacks_in_249 .cycler_pager.none{display:none}#stacks_in_249 .cycler_pager a{margin:5px;padding:0;display:inline-block;text-align:center}#stacks_in_249 .cycler_pager.left{text-align:left}#stacks_in_249 .cycler_pager.right{text-align:right}#stacks_in_249 .cycler_pager.numbers.left.high,#stacks_in_249 .cycler_pager.numbers.left.low{width:42px}#stacks_in_249 .cycler_pager.sprite.left.high,#stacks_in_249 .cycler_pager.sprite.left.low{width:25px}#stacks_in_249 .cycler_pager.css_bullets.left.high,#stacks_in_249 .cycler_pager.css_bullets.left.low{width:22px}#stacks_in_249 .cycler_pager.numbers.right.high,#stacks_in_249 .cycler_pager.numbers.right.low{width:42px}#stacks_in_249 .cycler_pager.sprite.right.high,#stacks_in_249 .cycler_pager.sprite.right.low{width:25px}#stacks_in_249 .cycler_pager.css_bullets.right.high,#stacks_in_249 .cycler_pager.css_bullets.right.low{width:22px}#stacks_in_249 .cycler_pager.bottom,#stacks_in_249 .cycler_pager.low{bottom:0}#stacks_in_249 .cycler_pager.top,#stacks_in_249 .cycler_pager.high{top:0}#stacks_in_249 .cycler_pager.left{left:0}#stacks_in_249 .cycler_pager.right{right:0}#stacks_in_249 .cycler_pager.sprite a{text-indent:-9999px;width:15px;height:15px;background:url(../files/cycler-images/15x15-pop-blue.png) 0px 0px no-repeat;background-size:100%}#stacks_in_249 .cycler_pager.sprite a:hover{background-position:0px -15px}#stacks_in_249 .cycler_pager.sprite a.activeSlide{background-position:0px -30px}#stacks_in_249 .cycler_pager.numbers a{height:20px;width:20px;font-size:20px;padding:5px;background-color:#B7B7B7;border-radius:10px;-moz-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #606060;text-align:center;line-height:20px;color:#E50000;text-decoration:none;text-shadow:0px 1px 1px #FFFFFF;}#stacks_in_249 .cycler_pager.numbers a.activeSlide{color:#E50000;background-color:#606060}#stacks_in_249 .cycler_pager.css_bullets a{position:relative;margin:5px;display:inline-block;height:10px;width:10px;background-color:#408002;border-radius:10px;box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #118002;}#stacks_in_249 .cycler_pager.css_bullets a.hover,#stacks_in_249 .cycler_pager.css_bullets a:hover{background-color:#FD8008}#stacks_in_249 .cycler_pager.css_bullets span{display:block;visibility:hidden;margin:0 auto;text-indent:-9999px;height:6px;width:6px;top:2px;position:relative;background-color:#FB0207;box-shadow:inset -5px 5px 10px rgba(0,0,0,0.2);border-radius:10px}#stacks_in_249 .cycler_pager.css_bullets a.activeSlide span{visibility:visible}#stacks_in_249 .cycler_pager.css_bullets a.activeSlide{background-color:#408002}

#stacks_in_249 {
	margin:  2px;
	padding:  2px;
}
#stacks_in_1175>.s3_row {
	margin: 0 -2px;
}

#stacks_in_1175>.s3_row>.s3_column_left {
	width: 34.37%;
}

#stacks_in_1175>.s3_row>.s3_column_center {
	width: 40.600006%;
}

#stacks_in_1175>.s3_row>.s3_column_right {
	width: 25.03%;
}

#stacks_in_1175>.s3_row>.s3_column {
	padding: 0 2px;
}








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



}



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



}




#stacks_in_1175 {
	margin:  2px;
	padding:  2px;
}
#stacks_in_1185>.s3_row {
	margin: 0 -2px;
}

#stacks_in_1185>.s3_row>.s3_column_left {
	width: 34.37%;
}

#stacks_in_1185>.s3_row>.s3_column_center {
	width: 40.600006%;
}

#stacks_in_1185>.s3_row>.s3_column_right {
	width: 25.03%;
}

#stacks_in_1185>.s3_row>.s3_column {
	padding: 0 2px;
}








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



}



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



}




#stacks_in_1185 {
	margin:  2px;
	padding:  2px;
}
#stacks_in_1110>.s3_row {
	margin: 0 -2px;
}

#stacks_in_1110>.s3_row>.s3_column_left {
	width: 34.37%;
}

#stacks_in_1110>.s3_row>.s3_column_center {
	width: 40.600006%;
}

#stacks_in_1110>.s3_row>.s3_column_right {
	width: 25.03%;
}

#stacks_in_1110>.s3_row>.s3_column {
	padding: 0 2px;
}








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



}



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



}




#stacks_in_1110 {
	margin:  2px;
	padding:  2px;
}
#stacks_in_1152>.s3_row {
	margin: 0 -2px;
}

#stacks_in_1152>.s3_row>.s3_column_left {
	width: 34.37%;
}

#stacks_in_1152>.s3_row>.s3_column_center {
	width: 40.600006%;
}

#stacks_in_1152>.s3_row>.s3_column_right {
	width: 25.03%;
}

#stacks_in_1152>.s3_row>.s3_column {
	padding: 0 2px;
}








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



}



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



}




#stacks_in_1152 {
	margin:  2px;
	padding:  2px;
}
#stacks_in_817>.s3_row {
	margin: 0 -2px;
}

#stacks_in_817>.s3_row>.s3_column_left {
	width: 40.00%;
}

#stacks_in_817>.s3_row>.s3_column_center {
	width: 40.000000%;
}

#stacks_in_817>.s3_row>.s3_column_right {
	width: 20.00%;
}

#stacks_in_817>.s3_row>.s3_column {
	padding: 0 2px;
}








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



}



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



}




#stacks_in_817 {
	margin:  2px;
	padding:  2px;
}
#stacks_in_426 h2,#stacks_in_426 div{color:rgba(43, 84, 9, 1.00)}#stacks_in_426 h2 a,#stacks_in_426 div a{color:rgba(43, 84, 9, 1.00)}#stacks_in_426 h2 a:hover,#stacks_in_426 div a:hover{color:rgba(32, 63, 6, 1.00)}#stacks_in_426 small,#stacks_in_426 small div{color:rgba(111, 111, 111, 1.00)}


#stacks_in_133 {
	margin:  4px;
	padding:  4px;
}
/*
1.9.0

 */
#stacks_in_357 * {
  box-sizing: border-box;
}
#stacks_in_357 *:focus {outline:none;}
.searchingstacks_in_357 .stacks_top,
.searchingstacks_in_357 .stacks_in,
.searchingstacks_in_357 .stacks_out {
  overflow: visible;
}
#stacks_in_357 .jQueryNote {
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 20px;
}
.stacks_in_357_pages { display: none;}
#stacks_in_357_tipue_search_input,
.live-search-input {
  font-size: 16px;
  width: 100%;
  height: 30px;
  line-height: 28px;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.3);
  background-color: #fff;
  padding: 0px 15px 0px 15px;/* leaving room for search icon */
  position: relative;
  z-index: 9998;
}
#stacks_in_357_tipue_search_content,
.live-search-content {
  display: none;
  padding: 20px;
  min-height: 80px;
  position: absolute;
  margin: 20px 0px;
  z-index: 9997;
  width: 100%;
  box-sizing: border-box;
}

#stacks_in_357_tipue_search_input,
.live-search-input {
  padding: 0px 15px 0px 35px;
}
#stacks_in_357 form > svg,
.live-search-form > svg {
  width: 14px;
  height: 30px;
  fill: #999;
  position: absolute;
  left: 18px;
  text-align: right;
  top: 0px;
  z-index: 9999;
}
/**/
/**/
/**/
/**/
/**/
/**/
#stacks_in_357_tipue_search_content,
.live-search-content {
  padding: 5px;
  margin: 0px 0px 20px 0px;
  background: transparent !important;
  max-height: 0;
  overflow: hidden;
  transition: all 300ms linear;
  opacity: 0;
}
.searchingstacks_in_357 #stacks_in_357_tipue_search_content,
.searchingstacks_in_357.live-search-content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 300ms linear;
  opacity: 1;
  position: relative;
  max-height: 2000px;
}
/**/
/**/
#stacks_in_357_tipue_search_content,
.live-search-content {
  box-shadow: 0px 0px 0px 1000px rgba(0,0,0,0.3);
}
/**/
/**/
/**/
/**/



/*
Tipue Search 5.0
Copyright (c) 2015 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
#stacks_in_357_tipue_search_content .h01, mark,
.live-search-content .h01 {
  background: yellow;
}
.searchingstacks_in_357 #stacks_in_357_tipue_search_content,
.searchingstacks_in_357.live-search-content {
  display: block !important;
}
#stacks_in_357_tipue_search_warning {
  margin: 7px 0;
  display: none;
}
.showWarning #stacks_in_357_tipue_search_warning {
display: block;
}

.tipue_search_content_title
{
  margin-top: 23px;
}
.tipue_search_content_title a
{
  text-decoration: none;
}
.tipue_search_content_title a:hover
{

}
.tipue_search_content_url{
  word-wrap: break-word;
  hyphens: auto;
}
.tipue_search_content_url a{

  text-decoration: none;
}
.tipue_search_content_url a:hover{

}
.tipue_search_content_text{

  word-wrap: break-word;
  hyphens: auto;
  margin-top: 3px;
}
.tipue_search_content_debug{

  margin: 5px 0;
}
.h01{

  font-weight: 400;
}

#stacks_in_357_tipue_search_foot{
  margin: 51px 0 21px 0;
}
#stacks_in_357_tipue_search_foot_boxes{
  padding: 0;
  margin: 0;
}
#stacks_in_357_tipue_search_foot_boxes li
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  cursor:pointer;
}
#stacks_in_357_tipue_search_foot_boxes li a{
  padding: 10px 17px 11px 17px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-decoration: none;
  text-align: center;
}
#stacks_in_357_tipue_search_foot_boxes li.current{
  padding: 10px 17px 11px 17px;
  background: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-align: center;
}
#stacks_in_357_tipue_search_foot_boxes li a:hover{
  background: #f6f6f6;
}
/* spinner */
.tipue_search_spinner svg polyline,
.tipue_search_spinner svg path {
    stroke: #555555;
}
.tipue_search_spinner {
	width: 110px;
	position: absolute;
	color: #555555;
    top: 0px;
    right: 0px;
    left: auto;
    display: grid;
    text-align: right;
    grid-template-columns: 30px 1fr;
    justify-content: space-between;
}
.tipue_search_spinner .ts-count-wrap {
	padding: 20px 20px 20px 0px;
}
.tipue_search_spinner svg {
	align-self: center;
    height: 30px;
    width: 30px;
    padding: 0px;
    animation-name: ts-spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes ts-spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
#stacks_in_357_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  margin-top: 3px;
}
#stacks_in_357_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  margin-top: 8px;
}
/**/
#stacks_in_357_tipue_search_content,
.live-search-content {
  color: #555555;
  background-color: #FFFFFF;
  font-family: inherit;
}
#stacks_in_357_tipue_search_content:after,
.live-search-content:after {
  border-color: transparent transparent #FFFFFF transparent;
}
#stacks_in_357_tipue_search_content .tipue_search_content_title a,
.live-search-content .tipue_search_content_title a {
  color: #3795CF;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  font-family: inherit;
}
#stacks_in_357_tipue_search_content .tipue_search_content_title a:hover,
.live-search-content .tipue_search_content_title a:hover {
  color: #67C5FF;
}
#stacks_in_357_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
#stacks_in_357_tipue_search_content .tipue_search_content_url a,
.live-search-content .tipue_search_content_url a {
  color: #3795CF;
}
#stacks_in_357_tipue_search_content .tipue_search_content_url a:hover,
.live-search-content .tipue_search_content_url a:hover {
  color: #67C5FF;
}
#stacks_in_357_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.tipue_search_content_debug{

}
#stacks_in_357_tipue_search_content .h01,
.live-search-content .h01 {
  background: #FFFF00;
}

#stacks_in_357_tipue_search_foot_boxes li a {
  background-color: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 1px;
  color: #555555;
}
#stacks_in_357_tipue_search_foot_boxes li.current{
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 1px;
  color: #3795CF;
}
#stacks_in_357_tipue_search_foot_boxes li a:hover{
  background: rgba(0,0,0,0.05);
}
#stacks_in_357_tipue_search_warning a{

}
#stacks_in_357_tipue_search_warning a:hover{

}
#stacks_in_357_tipue_search_results_count{

}
/**/

@-webkit-keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@media all and (max-width: 1280px) {
  .menu-loaded.menu-active main {
    padding-left: 80px;
  }
  .sidebar-mobile-active.menu-loaded main {
    padding-left: 80px;
  }
}

#stacks_in_357 .additional-pages,
#stacks_in_357 .excluded-pages {
  display: none;
}

#slice_mez_361 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_361.selected {
  border-color: #2680fc !important;
}
#slice_mez_361 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_361 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_361 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_361.hidden > #stacks_in_361 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_610 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_610.selected {
  border-color: #2680fc !important;
}
#slice_mez_610 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_610 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_610 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_610.hidden > #stacks_in_610 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}

#stacks_in_38 {
	margin:  4px;
	padding:  4px;
}
#stacks_in_136{visibility:hidden}

#stacks_in_138 {
	margin:  4px;
	padding:  4px;
}

#stacks_in_140 {
	margin:  4px;
	padding:  4px;
}
