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

/* @end */

/* @group General / CSS reset */

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

#freeStyleWrapperstacks_in_p3442_n3516_page0 a {
	outline: none;
}

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

#freeStyleWrapperstacks_in_p3442_n3516_page0 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_p3442_n3516_page0 {
	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_p3442_n3516_page0 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 33%;
}

#overlayFillstacks_in_p3442_n3516_page0 {
	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_p3442_n3516_page0 {
	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_p3442_n3516_page0 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_p3442_n3516_page0,
	#overlayContentstacks_in_p3442_n3516_page0 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_p3442_n3516_page0 {
	background-color: rgba(127, 127, 127, 1.00);
}
#stacks_in_p3442_n4958_page0>.s3_row {
	margin: 0 -10px;
}

#stacks_in_p3442_n4958_page0>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_p3442_n4958_page0>.s3_row>.s3_column_center {
	width: 60.000000%;
}

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




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







  


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




}



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


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


}




  

#stacks_in_p3442_n4958_page0 {
	background-color: rgba(58, 15, 62, 0.73);
}

#stacks_in_p3442_n4960_page0 {
	margin: 10px 0px 5px 10px;
}

#stacks_in_p3442_n4961_page0 {
	word-spacing: -3px;
	font-size: 50%;
	font-weight: bolder;
}

#stacks_in_p3442_n4963_page0 {
	margin: 10px 0px 5px 15px;
}

#stacks_in_p3442_n4964_page0 {
	word-spacing: -3px;
	font-weight: bolder;
}

#stacks_in_p3442_n4966_page0 {
	margin: 10px 10px 5px 0px;
}

#stacks_in_p3442_n4967_page0 {
	word-spacing: -3px;
	font-weight: bolder;
}
#stacks_in_p3442_n5234_page0>.s3_row {
	margin: 0 -10px;
}

#stacks_in_p3442_n5234_page0>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_p3442_n5234_page0>.s3_row>.s3_column_center {
	width: 60.000000%;
}

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




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







  


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




}



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


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


}




  

#stacks_in_p3442_n5234_page0 {
	background-color: rgba(58, 15, 62, 0.73);
}

#stacks_in_p3442_n5236_page0 {
	margin: 10px 0px 5px 10px;
}

#stacks_in_p3442_n5237_page0 {
	word-spacing: -3px;
	font-size: 50%;
	font-weight: bolder;
}

#stacks_in_p3442_n5239_page0 {
	margin: 10px 0px 5px 15px;
}

#stacks_in_p3442_n5240_page0 {
	word-spacing: -3px;
	font-weight: bolder;
}

#stacks_in_p3442_n5242_page0 {
	margin: 10px 10px 5px 0px;
}

#stacks_in_p3442_n5243_page0 {
	word-spacing: -3px;
	font-weight: bolder;
}
#stacks_in_p3442_n4898_page0>.s3_row {
	margin: 0 -10px;
}

#stacks_in_p3442_n4898_page0>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_p3442_n4898_page0>.s3_row>.s3_column_center {
	width: 60.000000%;
}

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




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







  


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




}



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


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


}




  

#stacks_in_p3442_n4898_page0 {
	background-color: rgba(58, 15, 62, 0.73);
}

#stacks_in_p3442_n4900_page0 {
	margin: 10px 0px 5px 10px;
}

#stacks_in_p3442_n4901_page0 {
	word-spacing: -3px;
	font-size: 50%;
	font-weight: bolder;
}

#stacks_in_p3442_n4903_page0 {
	margin: 10px 0px 5px 15px;
}

#stacks_in_p3442_n4904_page0 {
	word-spacing: -3px;
	font-weight: bolder;
}

#stacks_in_p3442_n4906_page0 {
	margin: 10px 10px 5px 0px;
}

#stacks_in_p3442_n4907_page0 {
	word-spacing: -3px;
	font-weight: bolder;
}
#stacks_in_p3442_n4868_page0>.s3_row {
	margin: 0 -10px;
}

#stacks_in_p3442_n4868_page0>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_p3442_n4868_page0>.s3_row>.s3_column_center {
	width: 60.000000%;
}

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




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







  


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




}



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


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


}




  

#stacks_in_p3442_n4868_page0 {
	background-color: rgba(58, 15, 62, 0.73);
}

#stacks_in_p3442_n4870_page0 {
	margin: 10px 0px 5px 10px;
}

#stacks_in_p3442_n4871_page0 {
	word-spacing: -3px;
	font-size: 50%;
	font-weight: bolder;
}

#stacks_in_p3442_n4873_page0 {
	margin: 10px 0px 5px 15px;
}

#stacks_in_p3442_n4874_page0 {
	word-spacing: -3px;
	font-weight: bolder;
}

#stacks_in_p3442_n4876_page0 {
	margin: 10px 10px 5px 0px;
}

#stacks_in_p3442_n4877_page0 {
	word-spacing: -3px;
	font-weight: bolder;
}


.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_p3442_n3588_page0 {
	height: 40px;
}










#stacks_in_p3442_n3588_page0 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_6076_page0{text-align:justify}

#stacks_in_6076_page0 {
	margin: 60px 10px 60px 10px;
}

#stacks_in_6077_page0 {
	font-size: 125%;
	font-weight: bold;
}
.cbp-ig-grid *, .cbp-ig-grid *:after, .cbp-ig-grid *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
	-webkit-font-smoothing: antialiased;
}

html {
	-webkit-text-size-adjust:none!important;
}

/* General grid styles */
.cbp-ig-grid.stacks_in_p7690_n7783_page0 {
	list-style: none;
	padding: 0 0 50px 0;
	margin: 0;
	font-size: 100%;
}

/* Clear floats */
.cbp-ig-grid:before, 
.cbp-ig-grid:after { 
	content: " "; 
	display: table; 
}

.cbp-ig-grid:after { 
	clear: both; 
}

/* grid item */
.cbp-ig-grid.stacks_in_p7690_n7783_page0 li {
	width: 33.333%;
	float: left;
	height: 420px;
	text-align: center;
	border-top: 1px solid #808080;
	list-style-type: none!important;
	margin: 0px!important;
	padding: 0px!important;
}

/* we are using a combination of borders and box shadows to control the grid lines */
.cbp-ig-grid.stacks_in_p7690_n7783_page0 li:nth-child(-n+3){
	border-top: none;
}

.cbp-ig-grid.stacks_in_p7690_n7783_page0 li:nth-child(3n-1),
.cbp-ig-grid.stacks_in_p7690_n7783_page0 li:nth-child(3n-2) {
	box-shadow: 1px 0 0 #808080;
}



/* anchor style */
.cbp-ig-grid.stacks_in_p7690_n7783_page0 li > a {
	display: block;
	height: 100%;
	color: #262436;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
	text-decoration: none!important;
}

h3.cbp-ig-title.stacks_in_p7690_n7783_page0 {
	color: #262436!important;
	text-decoration: none;
	border-bottom: 0;
}

.cbp-ig-grid a {
	text-decoration: none!important;
}

.cbp-ig-icon {
	padding: 30px 0 0 0;
	display: block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.cbp-ig-icon img {
	max-width: 280px;
	height: auto;
	max-height: 260px;
	width: auto;
	padding-bottom: 40px;
}

/* title element */
.cbp-ig-grid.stacks_in_p7690_n7783_page0 .cbp-ig-title {
	margin: 20px 0 20px 0;
	padding: 10px 0 0 0;
	font-size: 2em;
	position: relative;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.cbp-ig-grid.stacks_in_p7690_n7783_page0 .cbp-ig-title:before {
	content: '';
	position: absolute;
	background: #D4896A;
	width: 160px;
	height: 3px;
	top: 0px;
	left: 50%;
	margin: -10px 0 0 -80px;
	-webkit-transition: margin-top 0.2s; /* top or translate does not seem to work in Firefox */
	-moz-transition: margin-top 0.2s;
	transition: margin-top 0.2s;
}

.cbp-ig-grid.stacks_in_p7690_n7783_page0 .cbp-ig-category {
	text-transform: uppercase;
	display: inline-block;
	font-size: 1em;
	letter-spacing: 1px;
	color: #9F6C66;
	-webkit-transform: translateY(10px);
	-moz-transform: -moz-translateY(10px);
	-ms-transform: -ms-translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	-webkit-transition: transform 0.3s, opacity 0.2s;
}

.cbp-ig-grid li:hover .cbp-ig-category,
.touch .cbp-ig-grid li .cbp-ig-category {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hover styles */

.cbp-ig-grid.stacks_in_p7690_n7783_page0 li > a:hover {
	background: #503C53;
	text-decoration: none;
}

.cbp-ig-grid li > a:hover .cbp-ig-icon {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.cbp-ig-grid li > a:hover,
.cbp-ig-grid li > a:hover .cbp-ig-icon:before,
.cbp-ig-grid li > a:hover .cbp-ig-title.stacks_in_p7690_n7783_page0 {
	color: #9F6C66!important;
}

.cbp-ig-grid li > a:hover .cbp-ig-title {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.cbp-ig-grid.stacks_in_p7690_n7783_page0 li > a:hover .cbp-ig-title:before {
	background: #9F6C66;
	margin-top: 80px;
}


@media screen and (max-width: 62.75em) {
	.cbp-ig-grid.stacks_in_p7690_n7783_page0 li {
		width: 50%;
	}

	/* reset the grid lines */
	.cbp-ig-grid.stacks_in_p7690_n7783_page0 li:nth-child(-n+3){
		border-top: 1px solid #808080;
	}

	.cbp-ig-grid.stacks_in_p7690_n7783_page0 li:nth-child(3n-1),
	.cbp-ig-grid.stacks_in_p7690_n7783_page0 li:nth-child(3n-2) {
		box-shadow: none;
	}

	.cbp-ig-grid.stacks_in_p7690_n7783_page0 li:nth-child(-n+2){
		border-top: none;
	}

	.cbp-ig-grid.stacks_in_p7690_n7783_page0 li:nth-child(2n-1) {
		box-shadow: 1px 0 0 #808080;
	}
}

@media screen and (max-width: 41.6em) { 
	.cbp-ig-grid.stacks_in_p7690_n7783_page0 li {
		width: 100%;
	}

	.cbp-ig-grid.stacks_in_p7690_n7783_page0 li:nth-child(-n+2){
		border-top: 1px solid #808080;
	}

	.cbp-ig-grid.stacks_in_p7690_n7783_page0 li:nth-child(2n-1) {
		box-shadow: none
	}

	.cbp-ig-grid.stacks_in_p7690_n7783_page0 li:first-child {
		border-top: none;
	}
}

@media screen and (max-width: 25em) { 
	.cbp-ig-grid.stacks_in_p7690_n7783_page0 {
		font-size: 80%;
	}

	.cbp-ig-grid.stacks_in_p7690_n7783_page0 .cbp-ig-category {
		margin-top: 20px;
	}
}


/*  EDIT TEXT  */


/* Grid Setup

li.three.four, li.three.five, li.three.six, li.three.seven, li.three.eight, li.three.nine, li.three.ten, li.three.eleven, li.three.twelve  {
	display: none!important;
}

li.six.seven, li.six.eight, li.six.nine, li.six.ten, li.six.eleven, li.six.twelve {
	display: none!important;
}

li.nines.ten, li.nines.eleven, li.nines.twelve {
	display: none!important;
}
 */




.spacerStack {
	height: 40px;
}

#spacerStackstacks_in_p3742_n3758_page0 {
	height: 40px;
}










#stacks_out_p3742_n3756_page0 {
	margin-right:0;
}

#stacks_in_p3742_n3756_page0 {
	margin: 5px 10px 0px 0px;
	padding:  12px;
}
#stacks_in_p3742_n3751_page0>.s3_row {
	margin: 0 -10px;
}

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

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




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







  


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



}



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


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


}




  

#stacks_in_p3742_n3751_page0 {
	background-color: rgba(58, 15, 62, 0.73);
}

#stacks_in_p3742_n3753_page0 {
	margin: 15px 0px 15px 10px;
}

#stacks_in_p3742_n3754_page0 {
	display:inline-block; width:100%; line-height: 1.170000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 113%;
	font-weight: bold;
}
#stacks_in_p3742_n4838_page0>.s3_row {
	margin: 0 -10px;
}

#stacks_in_p3742_n4838_page0>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_p3742_n4838_page0>.s3_row>.s3_column_center {
	width: 60.000000%;
}

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




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







  


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




}



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


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


}




  

#stacks_in_p3742_n4838_page0 {
	background-color: rgba(58, 15, 62, 0.73);
}

#stacks_in_p3742_n4840_page0 {
	margin: 0px 0px 5px 10px;
}

#stacks_in_p3742_n4841_page0 {
	word-spacing: -3px;
	font-size: 50%;
	font-weight: bolder;
}

#stacks_in_p3742_n4843_page0 {
	margin: 0px 0px 5px 15px;
}

#stacks_in_p3742_n4844_page0 {
	word-spacing: -3px;
	font-weight: bolder;
}

#stacks_in_p3742_n4846_page0 {
	margin: 0px 10px 5px 0px;
}

#stacks_in_p3742_n4847_page0 {
	word-spacing: -3px;
	font-weight: bolder;
}
