/*
 * baguetteboxcss
 */

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.0
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}

/* @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_967_page31 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_967_page31 [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_967_page31 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_967_page31 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_967_page31 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_967_page31 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

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

#freeStyleWrapperstacks_in_967_page31 a {
	outline: none;
}

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

#freeStyleWrapperstacks_in_967_page31 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_967_page31 {
	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_967_page31 {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 55;
	display: block;
	width: 50%;
}

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

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

/* @end */

@media screen and (max-width: 320px) {
	#freeStyleOverlaystacks_in_967_page31 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_967_page31,
	#overlayContentstacks_in_967_page31 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_967_page31 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	padding:  10px;
}

#stacks_in_970_page31 {
	display:inline-block; width:100%; line-height: 0.950000em;
	font-size: 80%;
}

#stacks_in_692_page31 {
	margin: 0px 20px 0px 20px;
	padding: 0px 20px 0px 20px;
}
/*  Searcher2 Content Stack v2.0.0 by Stack-Its  Last updated 6.2012  */

.searcher_stack-its_stacks_in_1008_page31 {
    margin-top: 20px;
    margin-bottom: 20px}

.butwrap_searcher_stack-its {
    display: none}

.butwrap_searcher_stack-its_showbutton {
    display: block}

.contentbutton_searcher_stack-its {
	display:block}
	
.contentbutton_searcher_stack-its_showbuttton {	
	display: block}

/*  End Searcher2 Content Stack  *//*  Searcher2 Control Stack v2.0.0 by Stack-Its  Last updated 6.2012  */

#SearcherAppend_stacks_in_1007_page31 {
	display: block;
	position:relative}
	
#Searcher_Stack-ItsContainer_stacks_in_1007_page31 {
	display: block;
	position:relative;
	margin: 0 0 0 0;
	padding-left: 0px;
	padding-bottom: 5px;
	height: auto}

#SearcherFunction_stacks_in_1007_page31 #select_searcher_stacks_in_1007_page31 {
	display: block;
	margin: 1px 0;
	color: #9E9E9E;
	text-shadow: #FFFFFF 1px 1px 1px;
	font-size: 1.2em;
	background:  url(../index_files/images/search_mag_glass.png) no-repeat center;
	background-position: 85px;
	outline: none}
	
#SearcherFunction_stacks_in_1007_page31 div.ac_conteiner {
    display:block;
    position:relative;
    width: 102px;
	height: 20px;
	padding-right: 2px;
	color: #7f7f7f;
	text-shadow: #ffffff 1px 1px 1px;
	letter-spacing: 1px;
    border: 1px solid #ABADB3;
	background-color: #E6E6E6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 1px #ffffff, 0px -1px 2px #ABADB3;
	box-shadow: 0px 1px 1px #ffffff, 0px -1px 2px #ABADB3}

#SearcherFunction_stacks_in_1007_page31 input#select_searcher_stacks_in_1007_page31 {
	display:block;
	margin-left: 1px;
	width: 100px;
	letter-spacing: 1px;
	font-family: inherit}

div.searcherlabel_stacks_in_1007_page31 {
	display: block;
	padding: 0px;
	padding-bottom: 5px;
	color: #9E9E9E;
	font-family: inherit;
	font-size: 1.40em;
	letter-spacing: 1px;
	text-shadow: #424242 1px 1px 1px}

#SearcherBar_stacks_in_1007_page31 .ac_img {
	display: none;
	position:relative;
	width: 18px;
	background: url('../index_files/images/select_close-white.png');
	;
	;
	;
	;
	;
	;
	;
	;
	;
	;
	;
	background-repeat: no-repeat;
	height: 20px;
	float:right;
	cursor: pointer}

#SearcherBar_stacks_in_1007_page31 .ac_results {
	display: none;
	position: relative;
	/* margin-left: -1px !important; */ /*all*/
	_margin-left:-4px !important; /*ie8*/
	_margin-left:-2px;            /*ie6*/
	_margin-top: -2px !important; /*ieX*/
	margin-top: 0px;
	top: 5px !important;
	left: 0px !important;
    padding: 0;
	width: 194px !important;
	height: 90px;
	color: #9e9e9e;
	background-color: #e6e6e6;
	list-style: none;
	overflow-x: hidden;
	overflow-y: auto;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	border: 2px solid gray;
	-webkit-box-shadow: 0px 1px 1px #ffffff, 0px -1px 0px #a49fa9;
	box-shadow: 0px 1px 1px #ffffff, 0px -1px 0px #a49fa9;
	z-index: 10000}

#SearcherBar_stacks_in_1007_page31 .ac_results div {
	padding-left: 2px;
	color: #E4E4E4;
	font-size:1.15em;
	font-family: inherit;
	text-shadow: #575757 1px 1px 1px;
	border-bottom: 1px #B8B8B8 solid;
	white-space: nowrap;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#D8D8D8), to(#656565));
	background-image: -moz-linear-gradient(top, #D8D8D8, #656565);
	background-image: -ms-linear-gradient(top, #D8D8D8, #656565);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D8D8D8), color-stop(100%, #656565));
	background-image: -o-linear-gradient(top, #D8D8D8, #656565);
	background-image: linear-gradient(top, #D8D8D8, #656565); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8D8D8', endColorstr='#656565')}

#SearcherBar_stacks_in_1007_page31 .ac_input {
	text-indent:2px;
	font-size:1em;
	font-family:sans-serif;
	float: left;
	padding:1px;
	border: 0 !important;
	height: 18px;
	margin: 1px}

input#select_searcher_stacks_in_1007_page31.ac_input {width: 78px}

#SearcherBar_stacks_in_1007_page31 .ac_over {
	cursor: pointer;
	background-color: #3399ff;
	color: #FFFFFF !important}

#SearcherBar_stacks_in_1007_page31 .ac_match {
	text-decoration: underline;
	color: inherit;
	margin: 0;
	padding: 0}

html:first-child #SearcherBar_stacks_in_1007_page31 .ac_results {
/* opera <9.5 does not support css3 property overflow-y */
	overflow: auto}

ul#searcher_stack-its_outerhtml {
    display:inline-block;
    position:relative;
    height:auto;
    width:100%;
    margin-left:0px}
	
li[id^="order"] {
    display:inline-block;
    position:relative;
    float:left;
    margin-top: 40px;
    list-style-type: none}
	
.butwrap_searcher_stack-its_showbutton {
    display: block;
    position:absolute;
	margin-bottom: 15px;
	bottom: -50px;
	left: 160px;
	width:12%;
    border: 0px solid #E0E0E0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: transparent !important;
	overflow:hidden;
	-webkit-box-shadow: inset -3px -3px 3px #7b7b7b, 2px 3px 5px #5C5C5C;
	box-shadow: inset -3px -3px 3px #7b7b7b, 2px 3px 5px #5C5C5C}
	
#Searcher_Stack-ItsContentAppend .butwrap_searcher_stack-its_showbutton {
    display:block;
    position:relative;
    width:25%}
	
.butwrap_searcher_stack-its_showbutton:hover {	
	-webkit-box-shadow: inset -3px -3px 3px  #7b7b7b, inset 1px -1px 3px  #ffffff, 2px 2px 4px #5C5C5C !important;
	box-shadow: inset -3px -3px 3px #7b7b7b, inset 1px -1px 3px #ffffff, 2px 2px 4px #5C5C5C !important;
	background-color: transparent !important}
	
.contentbutton_searcher_stack-its_showbutton {
	display: block;
	position:relative;
	padding: 4px 6px 7px 6px;
	width:auto;
	color: #3C3C3C !important;
	background-color:transparent;
	text-decoration:none;
	font-family: inherit;
	font-size: 1.10em;
	text-align:center !important;
	line-height: 1em;
	text-shadow: #FFFFFF 0px 1px 2px, #888888 0px -1px 2px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#E0E0E0), to(#686868));
	background-image: -moz-linear-gradient(top, #E0E0E0, #686868);
	background-image: -ms-linear-gradient(top, #E0E0E0, #686868);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E0E0E0), color-stop(100%, #686868));
	background-image: -o-linear-gradient(top, #E0E0E0, #686868);
	background-image: linear-gradient(top, #E0E0E0, #686868);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0E0E0', endColorstr='#686868')}

.contentbutton_searcher_stack-its_showbutton a:link, .contentbutton_searcher_stack-its_showbutton a:visited, .contentbutton_searcher_stack-its_showbutton a:hover  {
	color: #3C3C3C !important;
	text-decoration: none;
	background-color: transparent !important}
	
.contentbutton_searcher_stack-its {
  display: none}
  
#Searcher_Stack-ItsControlAppend {
  display:block;
  position:relative;
  width: 200px !important}

/*  End Searcher2 Control Stack  */




.poster-top {
    padding-top: 0px;
}


#stacks_in_694_page31 img {
    max-width: 100%;
    height: auto;
}


.poster-pagination {
    text-align: center;
}


.poster-pagination {
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.poster-pagination a {
    text-decoration: none;
}



.poster-title, .poster-title a {
    color: rgba(230, 230, 230, 1.00) !important;
}
.poster-title a:hover {
    color: rgba(172, 172, 172, 1.00) !important;
}


.poster-title, .poster-title a {
    margin: 5px 0px 0px 0px !important;
}




.poster-list-item {
    transition: background-color 500ms;
    
    
    
    
}

.poster-item {
    
    max-width: 90% !important;
    
}

.poster-list-item:hover {
    
}

.poster-body {
    
}





/* For edit and !edit mode */

.poster-title a:hover {
    text-decoration: none !important;
}

.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-justify {
    text-align: justify !important;
}

.poster-external-link::after {
    font-family: FontAwesome;
    content: "\f08e";
    margin-left: 1rem;
    font-size: smaller;
}


/* Social */

.poster-social {
    font-size: 1rem;
    text-align: left;
    line-height: 1rem;
}

.poster-social a {
    text-decoration: none;
    margin-right: 0.5rem;
}



.poster-share::after {
    font-family: FontAwesome;
    
    color: #808080;
    
    
    content: "\f1e0";
    
}



.poster-facebook::after {
    font-family: FontAwesome;
    
    color: #01257A;
    
    
    content: "\f09a";
    
}



.poster-twitter::after {
    font-family: FontAwesome;
    
    color: #55ACEE;
    
    
    content: "\f099";
    
}



.poster-pinterest::after {
    font-family: FontAwesome;
    
    color: #BD2026;
    
    
    content: "\f231";
    
}



.poster-linkedin::after {
    font-family: FontAwesome;
    
    color: #2E8CD7;
    
    
    content: "\f0e1";
    
}


.poster-xing {
    display: none;
}


.poster-xing::after {
    font-family: FontAwesome;
    
    color: #1A7576;
    
    
    content: "\f168";
    
}



.poster-envelope::after {
    font-family: FontAwesome;
    
    color: #000000;
    
    
    content: "\f003";
    
}

.poster-thumbnail {
    margin-left: auto;
    margin-right: auto;
}

.poster-thumbnail-caption {
    margin-top: 5px;
}

.poster-item article {
    float: none !important;
    width: 100% !important;
}

#stacks_out_694_page31 {
	width: 90%;
}

#stacks_in_694_page31 {
	padding:  10px;
}









*[id^='stacks_in_687_page31'] .poster-readmore {
    display: none !important;
}





*[id^='stacks_in_687_page31'] .blog-entry-author {
    display: none !important;
}













#stacks_in_973_page31 .blog-entry-author {
    display: none !important;
}



