
#stacks_in_3 {
	display:inline-block; width:100%; line-height: 0.950000em;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanTabs/
 * Support: support@1littledesigner.com
 * cleanTabs Version 3.9.3
 * Uses jQuery EasyTabs plugin 3.2.0 (licensing listed in script.js)
 */

/* ====================
 * CLEARFIX
 ====================== */
.clearfix:after,
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix,
.forceClearfix .panel-container div {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix,
* html .forceClearfix .panel-container div {
	height: 1%;
}
.clearfix,
.forceClearfix .panel-container div {
	display: block;
}
/* close commented backslash hack */
/* ====================
 * REMOVE INTRUSIVE CODING
 ====================== */
#tabContainer_stacks_in_4,
#tabContainer_stacks_in_4 .tab-container,
#tabContainer_stacks_in_4 .etabs,
#tabContainer_stacks_in_4 .tab,
#tabContainer_stacks_in_4 .tab a,
#tabContainer_stacks_in_4 .panel-container,
#tabContainer_stacks_in_4 .tabContent {
	margin: 0; 
	padding: 0;
	opacity: 1;
}
#tabContainer_stacks_in_4 li {
	margin-left: 0;
	margin-right: 0;
}
#tabContainer_stacks_in_4 li a {
	line-height: 2.1 !important;
}
#tabContainer_stacks_in_4 li a.active {
	line-height: 2.1 !important; 
	-webkit-backface-visible: visible !important;
}
#tabContainer_stacks_in_4 a,
#tabContainer_stacks_in_4 a:hover {
	text-decoration: none;
}
#tabContainer_stacks_in_4 .tab a,
#tabContainer_stacks_in_4 .tab a:focus,
#tabContainer_stacks_in_4 .tab a:active,
#tabContainer_stacks_in_4 .tab a:visited,
#tabContainer_stacks_in_4 .tab a:link {
	outline: none !important;
	border: none !important;
}
#tabContainer_stacks_in_4 li,
#tabContainer_stacks_in_4 li a {
	cursor: pointer;
}
/* ====================
 * TRANSPARENCY OPTION
 ====================== */
#tabContainer_stacks_in_4.borderTransparencyOn .tab,
.tabDemo #tabContainer_stacks_in_4.borderTransparencyOn .tab,
#tabContainer_stacks_in_4.borderTransparencyOn #tab-container ul.etabs,
#tabContainer_stacks_in_4.borderTransparencyOn #tab-container .panel-container,
.tabDemo #tabContainer_stacks_in_4.borderTransparencyOn #tab-container .panel-container {
	border: none !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
}
#tabContainer_stacks_in_4.tabTransparencyOn .tab,
.tabDemo #tabContainer_stacks_in_4.tabTransparencyOn .tab,
#tabContainer_stacks_in_4.tabTransparencyOn .tab:hover,
.tabDemo #tabContainer_stacks_in_4.tabTransparencyOn .tab:hover {
	background: none !important;
	background-color: none !important;
}
#tabContainer_stacks_in_4.contentTransparencyOn #tab-container .panel-container {
	background: none !important;
	background-color: none !important;
}
/* ====================
 * DEFAULT STYLING
 ====================== */
#tabContainer_stacks_in_4 {
	width: 98%;
	padding-right: 3px;
}
#tabContainer_stacks_in_4 #tab-container {
	min-width: 400px;
}
#tabContainer_stacks_in_4 .etabs { 
	margin: 0; 
	padding: 0; 
}
#tabContainer_stacks_in_4.controlTabWidthOn #tab-container ul.etabs li.tab {
	width: 150px;
}
#tabContainer_stacks_in_4 .tab, .tabDemo #tabContainer_stacks_in_4 .tab { 
	display: inline-block; 
	zoom: 1; 
	*display: inline; /* IE7 */
	background: #EEEEEE; 
	border: solid 1px #999999; 
	border-bottom: none;
	border-radius: 4px 4px 0 0; 
	-moz-border-radius: 4px 4px 0 0; 
	-webkit-border-radius: 4px 4px 0 0;
	
}
#tabContainer_stacks_in_4 #tab-container ul.etabs.firstTabPixels li.tab:first-child {
	margin-left: 0px;
}
#tabContainer_stacks_in_4 #tab-container ul.etabs.firstTabPerc li.tab:first-child {
	margin-left: 0%;
}
#tabContainer_stacks_in_4 #tab-container ul.etabs .tab:hover,
.tabDemo #tabContainer_stacks_in_4 #tab-container ul.etabs .tab:hover {
	background-color: #E0E0E0;
	border-color: #999999;
}
#tabContainer_stacks_in_4 #tab-container .tab a {
	position: relative;
	font-size: 14px; 
	line-height: 2em;
	display: block; 
	padding: 0 10px; 
	outline: none; 
	text-decoration: none;
}
#tabContainer_stacks_in_4.linkInheritOff #tab-container ul.etabs .tab a {
	color: #708090 !important;
}
#tabContainer_stacks_in_4.linkInheritOff #tab-container ul.etabs .tab a:hover { 
	text-decoration: none;
	color: #575860 !important;
}
#tabContainer_stacks_in_4 #tab-container ul.etabs .tab.active { 
	background: #FFFFFF; 
	padding-top: 6px; 
	position: relative; 
	top: 1px; 
	border-color: #666666; 
}
#tabContainer_stacks_in_4.linkInheritOff #tab-container ul.etabs .tab a.active { 
	font-weight: bold;
	color: #937D64 !important; 
}
#tabContainer_stacks_in_4.linkInheritOff #tab-container ul.etabs .tab a.active:hover {
	color: #5D4E3B !important;
}
#tabContainer_stacks_in_4 #tab-container .panel-container {
	background: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-radius: 0 4px 4px 4px; 
	-moz-border-radius: 0 4px 4px 4px; 
	-webkit-border-radius: 0 4px 4px 4px;
}
#tabContainer_stacks_in_4.textInheritOff #tab-container .panel-container {
	color: #333333 !important;
	font-size: 14px;
}
#tabContainer_stacks_in_4.borderTransparencyOff #tab-container .panel-container {
	border: solid #666666 1px; 
}
#tabContainer_stacks_in_4.linkInheritOff #tab-container .panel-container a {
	color: #4E78A0;
}
#tabContainer_stacks_in_4.linkInheritOff #tab-container .panel-container a:hover {
	color: #0D4F8B;
}
#tabContainer_stacks_in_4 .panel-container { 
	margin-bottom: 10px; 
}

/* ====================
 * TAB COUNT CONTROL
 * Adds display none depending on total count
 ====================== */
#tabContainer_stacks_in_4 .tabCounter1 .tabContent2, 
#tabContainer_stacks_in_4 .tabCounter1 .tabContent3, 
#tabContainer_stacks_in_4 .tabCounter1 .tabContent4, 
#tabContainer_stacks_in_4 .tabCounter1 .tabContent5, 
#tabContainer_stacks_in_4 .tabCounter1 .tabContent6, 
#tabContainer_stacks_in_4 .tabCounter1 .tabContent7, 
#tabContainer_stacks_in_4 .tabCounter1 .tabContent8, 
#tabContainer_stacks_in_4 .tabCounter1 .tabContent9, 
#tabContainer_stacks_in_4 .tabCounter1 .tabContent10, 
#tabContainer_stacks_in_4 .tabCounter1 .tabContent11, 
#tabContainer_stacks_in_4 .tabCounter1 .tabContent12,
#tabContainer_stacks_in_4 .tabCounter1 .tabContent13, 
#tabContainer_stacks_in_4 .tabCounter1 .tabContent14, 
#tabContainer_stacks_in_4 .tabCounter1 .tabContent15, 
#tabContainer_stacks_in_4 .tabCounter1 .tabContent16, 
#tabContainer_stacks_in_4 .tabCounter1 .tabContent17, 
#tabContainer_stacks_in_4 .tabCounter1 .tabContent18, 
#tabContainer_stacks_in_4 .tabCounter1 .tabContent19, 
#tabContainer_stacks_in_4 .tabCounter1 .tabContent20, 

#tabContainer_stacks_in_4 .tabCounter2 .tabContent3, 
#tabContainer_stacks_in_4 .tabCounter2 .tabContent4, 
#tabContainer_stacks_in_4 .tabCounter2 .tabContent5, 
#tabContainer_stacks_in_4 .tabCounter2 .tabContent6, 
#tabContainer_stacks_in_4 .tabCounter2 .tabContent7, 
#tabContainer_stacks_in_4 .tabCounter2 .tabContent8, 
#tabContainer_stacks_in_4 .tabCounter2 .tabContent9, 
#tabContainer_stacks_in_4 .tabCounter2 .tabContent10, 
#tabContainer_stacks_in_4 .tabCounter2 .tabContent11, 
#tabContainer_stacks_in_4 .tabCounter2 .tabContent12, 
#tabContainer_stacks_in_4 .tabCounter2 .tabContent13, 
#tabContainer_stacks_in_4 .tabCounter2 .tabContent14, 
#tabContainer_stacks_in_4 .tabCounter2 .tabContent15, 
#tabContainer_stacks_in_4 .tabCounter2 .tabContent16, 
#tabContainer_stacks_in_4 .tabCounter2 .tabContent17, 
#tabContainer_stacks_in_4 .tabCounter2 .tabContent18, 
#tabContainer_stacks_in_4 .tabCounter2 .tabContent19, 
#tabContainer_stacks_in_4 .tabCounter2 .tabContent20, 

#tabContainer_stacks_in_4 .tabCounter3 .tabContent4, 
#tabContainer_stacks_in_4 .tabCounter3 .tabContent5, 
#tabContainer_stacks_in_4 .tabCounter3 .tabContent6, 
#tabContainer_stacks_in_4 .tabCounter3 .tabContent7, 
#tabContainer_stacks_in_4 .tabCounter3 .tabContent8, 
#tabContainer_stacks_in_4 .tabCounter3 .tabContent9, 
#tabContainer_stacks_in_4 .tabCounter3 .tabContent10, 
#tabContainer_stacks_in_4 .tabCounter3 .tabContent11, 
#tabContainer_stacks_in_4 .tabCounter3 .tabContent12,
#tabContainer_stacks_in_4 .tabCounter3 .tabContent13, 
#tabContainer_stacks_in_4 .tabCounter3 .tabContent14, 
#tabContainer_stacks_in_4 .tabCounter3 .tabContent15, 
#tabContainer_stacks_in_4 .tabCounter3 .tabContent16, 
#tabContainer_stacks_in_4 .tabCounter3 .tabContent17, 
#tabContainer_stacks_in_4 .tabCounter3 .tabContent18, 
#tabContainer_stacks_in_4 .tabCounter3 .tabContent19, 
#tabContainer_stacks_in_4 .tabCounter3 .tabContent20, 

#tabContainer_stacks_in_4 .tabCounter4 .tabContent5, 
#tabContainer_stacks_in_4 .tabCounter4 .tabContent6, 
#tabContainer_stacks_in_4 .tabCounter4 .tabContent7, 
#tabContainer_stacks_in_4 .tabCounter4 .tabContent8, 
#tabContainer_stacks_in_4 .tabCounter4 .tabContent9, 
#tabContainer_stacks_in_4 .tabCounter4 .tabContent10, 
#tabContainer_stacks_in_4 .tabCounter4 .tabContent11, 
#tabContainer_stacks_in_4 .tabCounter4 .tabContent12, 
#tabContainer_stacks_in_4 .tabCounter4 .tabContent13, 
#tabContainer_stacks_in_4 .tabCounter4 .tabContent14, 
#tabContainer_stacks_in_4 .tabCounter4 .tabContent15, 
#tabContainer_stacks_in_4 .tabCounter4 .tabContent16, 
#tabContainer_stacks_in_4 .tabCounter4 .tabContent17, 
#tabContainer_stacks_in_4 .tabCounter4 .tabContent18, 
#tabContainer_stacks_in_4 .tabCounter4 .tabContent19, 
#tabContainer_stacks_in_4 .tabCounter4 .tabContent20, 

#tabContainer_stacks_in_4 .tabCounter5 .tabContent6, 
#tabContainer_stacks_in_4 .tabCounter5 .tabContent7, 
#tabContainer_stacks_in_4 .tabCounter5 .tabContent8, 
#tabContainer_stacks_in_4 .tabCounter5 .tabContent9, 
#tabContainer_stacks_in_4 .tabCounter5 .tabContent10, 
#tabContainer_stacks_in_4 .tabCounter5 .tabContent11, 
#tabContainer_stacks_in_4 .tabCounter5 .tabContent12, 
#tabContainer_stacks_in_4 .tabCounter5 .tabContent13, 
#tabContainer_stacks_in_4 .tabCounter5 .tabContent14, 
#tabContainer_stacks_in_4 .tabCounter5 .tabContent15, 
#tabContainer_stacks_in_4 .tabCounter5 .tabContent16, 
#tabContainer_stacks_in_4 .tabCounter5 .tabContent17, 
#tabContainer_stacks_in_4 .tabCounter5 .tabContent18, 
#tabContainer_stacks_in_4 .tabCounter5 .tabContent19, 
#tabContainer_stacks_in_4 .tabCounter5 .tabContent20, 

#tabContainer_stacks_in_4 .tabCounter6 .tabContent7, 
#tabContainer_stacks_in_4 .tabCounter6 .tabContent8, 
#tabContainer_stacks_in_4 .tabCounter6 .tabContent9, 
#tabContainer_stacks_in_4 .tabCounter6 .tabContent10, 
#tabContainer_stacks_in_4 .tabCounter6 .tabContent11, 
#tabContainer_stacks_in_4 .tabCounter6 .tabContent12, 
#tabContainer_stacks_in_4 .tabCounter6 .tabContent13, 
#tabContainer_stacks_in_4 .tabCounter6 .tabContent14, 
#tabContainer_stacks_in_4 .tabCounter6 .tabContent15, 
#tabContainer_stacks_in_4 .tabCounter6 .tabContent16, 
#tabContainer_stacks_in_4 .tabCounter6 .tabContent17, 
#tabContainer_stacks_in_4 .tabCounter6 .tabContent18, 
#tabContainer_stacks_in_4 .tabCounter6 .tabContent19, 
#tabContainer_stacks_in_4 .tabCounter6 .tabContent20, 

#tabContainer_stacks_in_4 .tabCounter7 .tabContent8, 
#tabContainer_stacks_in_4 .tabCounter7 .tabContent9, 
#tabContainer_stacks_in_4 .tabCounter7 .tabContent10, 
#tabContainer_stacks_in_4 .tabCounter7 .tabContent11, 
#tabContainer_stacks_in_4 .tabCounter7 .tabContent12, 
#tabContainer_stacks_in_4 .tabCounter7 .tabContent13, 
#tabContainer_stacks_in_4 .tabCounter7 .tabContent14, 
#tabContainer_stacks_in_4 .tabCounter7 .tabContent15, 
#tabContainer_stacks_in_4 .tabCounter7 .tabContent16, 
#tabContainer_stacks_in_4 .tabCounter7 .tabContent17, 
#tabContainer_stacks_in_4 .tabCounter7 .tabContent18, 
#tabContainer_stacks_in_4 .tabCounter7 .tabContent19, 
#tabContainer_stacks_in_4 .tabCounter7 .tabContent20, 

#tabContainer_stacks_in_4 .tabCounter8 .tabContent9, 
#tabContainer_stacks_in_4 .tabCounter8 .tabContent10, 
#tabContainer_stacks_in_4 .tabCounter8 .tabContent11, 
#tabContainer_stacks_in_4 .tabCounter8 .tabContent12, 
#tabContainer_stacks_in_4 .tabCounter8 .tabContent13, 
#tabContainer_stacks_in_4 .tabCounter8 .tabContent14, 
#tabContainer_stacks_in_4 .tabCounter8 .tabContent15, 
#tabContainer_stacks_in_4 .tabCounter8 .tabContent16, 
#tabContainer_stacks_in_4 .tabCounter8 .tabContent17, 
#tabContainer_stacks_in_4 .tabCounter8 .tabContent18, 
#tabContainer_stacks_in_4 .tabCounter8 .tabContent19, 
#tabContainer_stacks_in_4 .tabCounter8 .tabContent20, 

#tabContainer_stacks_in_4 .tabCounter9 .tabContent10, 
#tabContainer_stacks_in_4 .tabCounter9 .tabContent11, 
#tabContainer_stacks_in_4 .tabCounter9 .tabContent12, 
#tabContainer_stacks_in_4 .tabCounter9 .tabContent13, 
#tabContainer_stacks_in_4 .tabCounter9 .tabContent14, 
#tabContainer_stacks_in_4 .tabCounter9 .tabContent15, 
#tabContainer_stacks_in_4 .tabCounter9 .tabContent16, 
#tabContainer_stacks_in_4 .tabCounter9 .tabContent17, 
#tabContainer_stacks_in_4 .tabCounter9 .tabContent18, 
#tabContainer_stacks_in_4 .tabCounter9 .tabContent19, 
#tabContainer_stacks_in_4 .tabCounter9 .tabContent20, 

#tabContainer_stacks_in_4 .tabCounter10 .tabContent11, 
#tabContainer_stacks_in_4 .tabCounter10 .tabContent12,
#tabContainer_stacks_in_4 .tabCounter10 .tabContent13, 
#tabContainer_stacks_in_4 .tabCounter10 .tabContent14, 
#tabContainer_stacks_in_4 .tabCounter10 .tabContent15, 
#tabContainer_stacks_in_4 .tabCounter10 .tabContent16, 
#tabContainer_stacks_in_4 .tabCounter10 .tabContent17, 
#tabContainer_stacks_in_4 .tabCounter10 .tabContent18, 
#tabContainer_stacks_in_4 .tabCounter10 .tabContent19, 
#tabContainer_stacks_in_4 .tabCounter10 .tabContent20, 

#tabContainer_stacks_in_4 .tabCounter11 .tabContent12,
#tabContainer_stacks_in_4 .tabCounter11 .tabContent13, 
#tabContainer_stacks_in_4 .tabCounter11 .tabContent14, 
#tabContainer_stacks_in_4 .tabCounter11 .tabContent15, 
#tabContainer_stacks_in_4 .tabCounter11 .tabContent16, 
#tabContainer_stacks_in_4 .tabCounter11 .tabContent17, 
#tabContainer_stacks_in_4 .tabCounter11 .tabContent18, 
#tabContainer_stacks_in_4 .tabCounter11 .tabContent19, 
#tabContainer_stacks_in_4 .tabCounter11 .tabContent20, 

#tabContainer_stacks_in_4 .tabCounter12 .tabContent13, 
#tabContainer_stacks_in_4 .tabCounter12 .tabContent14, 
#tabContainer_stacks_in_4 .tabCounter12 .tabContent15, 
#tabContainer_stacks_in_4 .tabCounter12 .tabContent16, 
#tabContainer_stacks_in_4 .tabCounter12 .tabContent17, 
#tabContainer_stacks_in_4 .tabCounter12 .tabContent18, 
#tabContainer_stacks_in_4 .tabCounter12 .tabContent19, 
#tabContainer_stacks_in_4 .tabCounter12 .tabContent20,

#tabContainer_stacks_in_4 .tabCounter13 .tabContent14, 
#tabContainer_stacks_in_4 .tabCounter13 .tabContent15, 
#tabContainer_stacks_in_4 .tabCounter13 .tabContent16, 
#tabContainer_stacks_in_4 .tabCounter13 .tabContent17, 
#tabContainer_stacks_in_4 .tabCounter13 .tabContent18, 
#tabContainer_stacks_in_4 .tabCounter13 .tabContent19, 
#tabContainer_stacks_in_4 .tabCounter13 .tabContent20, 

#tabContainer_stacks_in_4 .tabCounter14 .tabContent15, 
#tabContainer_stacks_in_4 .tabCounter14 .tabContent16, 
#tabContainer_stacks_in_4 .tabCounter14 .tabContent17, 
#tabContainer_stacks_in_4 .tabCounter14 .tabContent18, 
#tabContainer_stacks_in_4 .tabCounter14 .tabContent19, 
#tabContainer_stacks_in_4 .tabCounter14 .tabContent20,

#tabContainer_stacks_in_4 .tabCounter15 .tabContent16, 
#tabContainer_stacks_in_4 .tabCounter15 .tabContent17, 
#tabContainer_stacks_in_4 .tabCounter15 .tabContent18, 
#tabContainer_stacks_in_4 .tabCounter15 .tabContent19, 
#tabContainer_stacks_in_4 .tabCounter15 .tabContent20, 

#tabContainer_stacks_in_4 .tabCounter16 .tabContent17, 
#tabContainer_stacks_in_4 .tabCounter16 .tabContent18, 
#tabContainer_stacks_in_4 .tabCounter16 .tabContent19, 
#tabContainer_stacks_in_4 .tabCounter16 .tabContent20, 

#tabContainer_stacks_in_4 .tabCounter17 .tabContent18, 
#tabContainer_stacks_in_4 .tabCounter17 .tabContent19, 
#tabContainer_stacks_in_4 .tabCounter17 .tabContent20, 

#tabContainer_stacks_in_4 .tabCounter18 .tabContent19, 
#tabContainer_stacks_in_4 .tabCounter18 .tabContent20, 

#tabContainer_stacks_in_4 .tabCounter19 .tabContent20 {
	display: none !important;
}
/* ====================
 * BACKEND
 ====================== */
.tabDemo #tabContainer_stacks_in_4 .panel-container div.tabContent div {
	padding-top: 5px;
}
.tabDemo #tabContainer_stacks_in_4 .tab {
	width: inherit;
}
/* ====================
 * THEMES
 ====================== */
#tabContainer_stacks_in_4 #tab-container.tabTheme2 ul.etabs .tab.active,
#tabContainer_stacks_in_4 #tab-container.tabTheme3 ul.etabs .tab.active {
	border-color: #666666;
}
#tabContainer_stacks_in_4 #tab-container.tabTheme2 ul.etabs {
	margin-bottom: 5px;
}
#tabContainer_stacks_in_4 #tab-container.tabTheme2 .panel-container {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#tabContainer_stacks_in_4 #tab-container.tabTheme2 ul.etabs .tab {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-bottom: solid 1px #999999;
}
#tabContainer_stacks_in_4 #tab-container.tabTheme2 ul.etabs .tab.active,
#tabContainer_stacks_in_4 #tab-container.tabTheme3 ul.etabs .tab.active,
#tabContainer_stacks_in_4 #tab-container.tabTheme7 ul.etabs .tab.active {
	padding-top: 1px; 
	padding-bottom: -1px;
}
#tabContainer_stacks_in_4 #tab-container.tabTheme3 ul.etabs {
	padding: 3px 4px; 
	border-right: solid 1px #666666; 
	border-left: solid 1px #666666;
	background: #FFFFFF;
}
#tabContainer_stacks_in_4 #tab-container.tabTheme3.tabsBottomOff ul.etabs {
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-top: solid 1px #666666; 
}
#tabContainer_stacks_in_4 #tab-container.tabTheme3.tabsBottomOn ul.etabs {
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-bottom: solid 1px #666666; 
}
#tabContainer_stacks_in_4 #tab-container.tabTheme3 ul.etabs .tab {
	border-bottom: solid 1px #999999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#tabContainer_stacks_in_4 #tab-container.tabTheme3.tabsBottomOff .panel-container {
	border-radius: 0 0 4px 4px;
	border-top: 0;
}
#tabContainer_stacks_in_4 #tab-container.tabTheme3.tabsBottomOn .panel-container {
	border-radius: 4px 4px 0 0;
	border-bottom: 0;
}
#tabContainer_stacks_in_4 #tab-container.tabTheme2.tabsBottomOn .panel-container,
#tabContainer_stacks_in_4 #tab-container.tabTheme3.tabsBottomOn .panel-container,
#tabContainer_stacks_in_4 #tab-container.tabTheme5.tabsBottomOn .panel-container,
#tabContainer_stacks_in_4 #tab-container.tabTheme6.tabsBottomOn .panel-container {
	margin-bottom: 0;
}  
#tabContainer_stacks_in_4 #tab-container.tabTheme4 .panel-container,
#tabContainer_stacks_in_4 #tab-container.tabTheme7 .panel-container {
	border-bottom: none;
}
#tabContainer_stacks_in_4 #tab-container.tabTheme4 .panel-container,
#tabContainer_stacks_in_4 #tab-container.tabTheme5 .panel-container,
#tabContainer_stacks_in_4 #tab-container.tabTheme6 .panel-container,
#tabContainer_stacks_in_4 #tab-container.tabTheme7 .panel-container {
	border-right: none;
	border-left: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#tabContainer_stacks_in_4 #tab-container.tabTheme5.tabsBottomOff .panel-container,
#tabContainer_stacks_in_4 #tab-container.tabTheme6.tabsBottomOff .panel-container {
	border-bottom: none;
}
#tabContainer_stacks_in_4 #tab-container.tabTheme5.tabsBottomOn .panel-container {
	border-top: none;
}
#tabContainer_stacks_in_4 #tab-container.tabTheme6.tabsBottomOn .panel-container {
	border: none;
	border-top: none;
	border-bottom: none;
}
#tabContainer_stacks_in_4 #tab-container.tabTheme4 ul.etabs .tab.marginOpt,
#tabContainer_stacks_in_4 #tab-container.tabTheme5 ul.etabs .tab.marginOpt,
#tabContainer_stacks_in_4 #tab-container.tabTheme6 ul.etabs .tab.marginOpt {
	margin-left: 10px;
}
#tabContainer_stacks_in_4 #tab-container.tabTheme5 ul.etabs .tab,
#tabContainer_stacks_in_4 #tab-container.tabTheme6 ul.etabs .tab,
#tabContainer_stacks_in_4 #tab-container.tabTheme7 ul.etabs .tab {
	border: none;
	background: none;
}
#tabContainer_stacks_in_4 #tab-container.tabTheme5.tabsBottomOff ul.etabs .tab.active {
	border-bottom: solid 5px #666666;
}
#tabContainer_stacks_in_4 #tab-container.tabTheme6.tabsBottomOff ul.etabs .tab.active {
	border-bottom: solid 5px #666666;
}
#tabContainer_stacks_in_4 #tab-container.tabTheme6.tabsBottomOff .panel-container {
	border-top: none;
}
#tabContainer_stacks_in_4 #tab-container.tabTheme5.tabsBottomOn ul.etabs .tab.active,
#tabContainer_stacks_in_4 #tab-container.tabTheme6.tabsBottomOn ul.etabs .tab.active {
	border-top: solid 5px #666666;
	top: 0;
}
#tabContainer_stacks_in_4 #tab-container.tabTheme5.tabsBottomOn ul.etabs .tab,
#tabContainer_stacks_in_4 #tab-container.tabTheme6.tabsBottomOn ul.etabs .tab {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#tabContainer_stacks_in_4 #tab-container.tabTheme7.themeDots1 ul.etabs li a {
	padding-bottom: 10px;
}
#tabContainer_stacks_in_4 #tab-container.tabTheme7.themeDots1 ul.etabs li a:after {
	content:'';
	position: absolute;
	left: 45%;
	bottom: -6px;
	width: 12px;
	height: 12px;
	background: #B9A68F;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
}
#tabContainer_stacks_in_4 #tab-container.tabTheme7.themeDots1 ul.etabs li a:hover:after,
#tabContainer_stacks_in_4 #tab-container.tabTheme7.themeDots1 ul.etabs li a.active:after {
	background: #70604C;
}
#tabContainer_stacks_in_4 #tab-container.tabTheme7.themeDots2 ul.etabs li a.active:after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 45%;
	margin-left: 24px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #B9A68F;
	margin: 0 auto;
	z-index: 0;
	
}
#tabContainer_stacks_in_4 #tab-container.tabTheme7.themeDots2 ul.etabs li a:hover:after,
#tabContainer_stacks_in_4 #tab-container.tabTheme7.themeDots2 ul.etabs li a.active:after {
	border-top-color: #70604C;
}
/* ====================
 * RESPONSIVENESS
 ====================== */

/* iPads */
@media (max-width : 768px) {
	#tabContainer_stacks_in_4.responsiveOn #tab-container.tabTheme1 ul.etabs .tab,
	#tabContainer_stacks_in_4.responsiveOn #tab-container.tabTheme2 ul.etabs .tab,
	#tabContainer_stacks_in_4.responsiveOn #tab-container.tabTheme3 ul.etabs .tab,
	#tabContainer_stacks_in_4.responsiveOn #tab-container.tabTheme4 ul.etabs .tab,
	#tabContainer_stacks_in_4.responsiveOn #tab-container.tabTheme5 ul.etabs .tab,
	#tabContainer_stacks_in_4.responsiveOn #tab-container.tabTheme6 ul.etabs .tab {
		width: 47%;
		margin: 1%;
		border-bottom: solid 1px #666666;
		border-radius: 4px; 
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;
	}
	#tabContainer_stacks_in_4.responsiveOn ul.etabs .tab.active {padding-top: 0;}
	#tabContainer_stacks_in_4.responsiveOn #tab-container.tabTheme4 ul.etabs .tab.marginOpt,
	#tabContainer_stacks_in_4.responsiveOn #tab-container.tabTheme5 ul.etabs .tab.marginOpt,
	#tabContainer_stacks_in_4.responsiveOn #tab-container.tabTheme6 ul.etabs .tab.marginOpt {
		margin-left: 1%;
	}
	#tabContainer_stacks_in_4.responsiveOn #tab-container.tabTheme5 ul.etabs .tab,
	#tabContainer_stacks_in_4.responsiveOn #tab-container.tabTheme6 ul.etabs .tab {
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	#tabContainer_stacks_in_4.responsiveOn #tab-container.tabTheme5 .panel-container {
		border-top: none;
	}
	#tabContainer_stacks_in_4 #tab-container ul.etabs.firstTabPixels li.tab:first-child {
		margin-left: 3px;
	}
	#tabContainer_stacks_in_4 #tab-container.tabTheme3 ul.etabs.firstTabPixels li.tab:first-child {
		margin-left: 6px;
	}
	#tabContainer_stacks_in_4 #tab-container ul.etabs .tab.active {
		padding-top: 0;
		top: 0;
	}
}

/* iPhones */
@media (max-width : 480px) {
	#tabContainer_stacks_in_4.responsiveOn #tab-container.tabTheme1 ul.etabs .tab,
	#tabContainer_stacks_in_4.responsiveOn #tab-container.tabTheme2 ul.etabs .tab,
	#tabContainer_stacks_in_4.responsiveOn #tab-container.tabTheme3 ul.etabs .tab,
	#tabContainer_stacks_in_4.responsiveOn #tab-container.tabTheme4 ul.etabs .tab,
	#tabContainer_stacks_in_4.responsiveOn #tab-container.tabTheme5 ul.etabs .tab,
	#tabContainer_stacks_in_4.responsiveOn #tab-container.tabTheme6 ul.etabs .tab {
		width: 98%;
	}
	#tabContainer_stacks_in_4.responsiveOn #tab-container.tabTheme7 .panel-container {
		border-top: none;
	}
	#tabContainer_stacks_in_4 #tab-container.tabTheme3 ul.etabs.firstTabPixels li.tab:first-child {
		margin-left: 3px;
	}
}
/*
 * Pure Grids
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.1
 * +New Option to match window height
 * +New Option to display over the top of other stacks (position absolute)
 */

#stacks_in_133 {
    overflow: visible;
}

.is-sticky .headroom {
    transition: transform 200ms linear;
}

.is-sticky .headroom--pinned {
    transform: translateY(0%);
}

.is-sticky .headroom--unpinned {
    transform: translateY(-100%);
}

.is-sticky > div {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#stacks_in_133 .pure-u-1 {
    -webkit-box-sizing: border-box;
 /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
         /* Opera/IE 8+ */
  
    padding-left: 0%;
      padding-right: 0%;
      padding-left: calc(0%/2);
      padding-right: calc(0%/2);
    ;
}

#stacks_in_133 .pure-u-1.child-1 {
    padding-left: 0;
}

#stacks_in_133 .pure-u-1.last-child {
    padding-right: 0;
}

@media (max-width: 767px) {

    #stacks_in_133 .pure-u-1 {
        padding-left: 0px;
    }

    #stacks_in_133 .pure-u-1 {
        padding-right: 0px;
    }
}

#stacks_in_133 .pure-u-md-off {
    display: none !important;
}

#stacks_in_133 > .pure-g {
    margin: 0 auto;
    max-width: 0px;
    
      max-width: none;
    
}





/*---------------------------------------------------------------------GRADIENTS*/







/*---------------------------------------------------------------------SHADOWS*/





























.pure-u-md-hide {display: none;}











#stacks_in_133 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin:  4px;
	padding:  4px;
}
/*
 * Pure Text
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.1.1
 * +link colors were not working
 */
#stacks_in_140 {
  overflow: visible;
}
#pureText_stacks_in_140 .insideText {
  
  
  
  
}













#pureText_stacks_in_140 a {
  color: #0078E7 !important;
  text-decoration: none;
}
#pureText_stacks_in_140 a:hover {
  color: #44BBFB !important;
}
/*
#pureText_stacks_in_140 p {
  margin: 0;
  padding: 0;
}
*/
#pureText_stacks_in_140 {
  position: relative;
  
  
  
  
  
  
}
/*
#pureText_stacks_in_140.fontSizeInheritOn {
  font-size: inherit;
}
#pureText_stacks_in_140.fontSizeInheritOff, #pureText_stacks_in_140.fontSizeInheritOff span {
  font-size: 16px !important;
  line-height: 16px;
}
#pureText_stacks_in_140.letterSpacingOn {
  letter-spacing: 0px;
}
#pureText_stacks_in_140.lineHeightOn, #pureText_stacks_in_140.lineHeightOn span {
  line-height: 20px !important;
}
*/
#pureText_stacks_in_140.rotateOn .insideText {
  -webkit-transform:rotate(270deg);
  -moz-transform:rotate(270deg);
  -o-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
  display: inline-block;
}
#pureText_stacks_in_140.optJustify {
  text-align: justify;
}

/*


#pureText_stacks_in_140 .insideText {
  font-weight: normal;
}

*/

#pureText_stacks_in_140 p.insideText,
#pureText_stacks_in_140 .insideText p,
#pureText_stacks_in_140 h1.insideText,
#pureText_stacks_in_140 h2.insideText,
#pureText_stacks_in_140 h3.insideText,
#pureText_stacks_in_140 h4.insideText,
#pureText_stacks_in_140 h5.insideText,
#pureText_stacks_in_140 h6.insideText {
  margin: 0;
  padding: 0;
}



#stacks_in_140 {
	margin:  4px;
	padding:  4px;
}
#stacks_in_144>.s3_row {
	margin: 0 -10px;
}

#stacks_in_144>.s3_row>.s3_column_left {
	width: 52.53%;
}

#stacks_in_144>.s3_row>.s3_column_right {
	width: 47.470001%;
}




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










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



}



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


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


}





/* 
 * Pure Images
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.1
 */
#stacks_in_147 {
	overflow: visible;
}
#stacks_in_147 img {
	
	width: 100%;
	height: auto;
		
	display: block;
}

/* --------------------------------------------------------------BORDER RADIUS*/
#stacks_in_147 > div, #stacks_in_147 img {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	
}
/* --------------------------------------------------------------SHADOW STYLES*/
#stacks_in_147 .standard {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.44);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.44);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.44);
}
#stacks_in_147 .bottom-s {
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
	   -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
	        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
}
#stacks_in_147 .corners {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_147 .corners:before, #stacks_in_147 .corners:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#stacks_in_147 .corners:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
#stacks_in_147 .left-corner {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_147 .left-corner:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#stacks_in_147 .right-corner {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_147 .right-corner:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}  

#stacks_in_147 .bent-bottom {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_147 .bent-bottom:before, #stacks_in_147 .bent-bottom:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_147 .bent-bottom:after {
	-webkit-transform: translate3d(0, 0, 0);
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}
#stacks_in_147 .bent-x {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_147 .bent-x:before, #stacks_in_147 .bent-x:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:3px;
    bottom:0px;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_147 .bent-x:after {
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}

#stacks_in_147 .bent-y {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_147 .bent-y:before, #stacks_in_147 .bent-y:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:2px;
    right:2px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_147 .bent-y:after  {
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}  

.image-source-link {
	color: #98C3D1;
}
/* --------------------------------------------------------------LIGHTBOX*/
.fluidbox {
	outline: none;
}
.fluidbox-overlay {
	cursor: pointer;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all .25s ease-in-out;
}
.fluidbox-wrap {
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
	position: relative;
	transition: all .25s ease-in-out;
}
.fluidbox-ghost {
	background-size: cover;
	background-position: center center;
	position: absolute;
	transition: all .25s ease-in-out;
}
	.fluidbox-closed .fluidbox-ghost {
		-webkit-transition-property: top, left, opacity, -webkit-transform;
		-moz-transition-property: top, left, opacity, -moz-transform;
		-o-transition-property: top, left, opacity, -o-transform;
		transition-property: top, left, opacity, transform;
		transition-delay: 0, 0, .25s, 0;
	}
	.fluidbox-closed .fluidbox-wrap img {
		transition-property: opacity;
		transition-delay: .25s;
		transition-duration: 0s;
	}

#stacks_in_147 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
/* 
 * Pure Images
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.1
 */
#stacks_in_149 {
	overflow: visible;
}
#stacks_in_149 img {
	
	width: 100%;
	height: auto;
		
	display: block;
}

/* --------------------------------------------------------------BORDER RADIUS*/
#stacks_in_149 > div, #stacks_in_149 img {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	
}
/* --------------------------------------------------------------SHADOW STYLES*/
#stacks_in_149 .standard {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.44);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.44);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.44);
}
#stacks_in_149 .bottom-s {
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
	   -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
	        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
}
#stacks_in_149 .corners {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_149 .corners:before, #stacks_in_149 .corners:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#stacks_in_149 .corners:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
#stacks_in_149 .left-corner {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_149 .left-corner:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#stacks_in_149 .right-corner {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_149 .right-corner:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}  

#stacks_in_149 .bent-bottom {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_149 .bent-bottom:before, #stacks_in_149 .bent-bottom:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_149 .bent-bottom:after {
	-webkit-transform: translate3d(0, 0, 0);
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}
#stacks_in_149 .bent-x {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_149 .bent-x:before, #stacks_in_149 .bent-x:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:3px;
    bottom:0px;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_149 .bent-x:after {
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}

#stacks_in_149 .bent-y {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_149 .bent-y:before, #stacks_in_149 .bent-y:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:2px;
    right:2px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_149 .bent-y:after  {
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}  

.image-source-link {
	color: #98C3D1;
}
/* --------------------------------------------------------------LIGHTBOX*/
.fluidbox {
	outline: none;
}
.fluidbox-overlay {
	cursor: pointer;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all .25s ease-in-out;
}
.fluidbox-wrap {
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
	position: relative;
	transition: all .25s ease-in-out;
}
.fluidbox-ghost {
	background-size: cover;
	background-position: center center;
	position: absolute;
	transition: all .25s ease-in-out;
}
	.fluidbox-closed .fluidbox-ghost {
		-webkit-transition-property: top, left, opacity, -webkit-transform;
		-moz-transition-property: top, left, opacity, -moz-transform;
		-o-transition-property: top, left, opacity, -o-transform;
		transition-property: top, left, opacity, transform;
		transition-delay: 0, 0, .25s, 0;
	}
	.fluidbox-closed .fluidbox-wrap img {
		transition-property: opacity;
		transition-delay: .25s;
		transition-duration: 0s;
	}

#stacks_in_149 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}

#stacks_in_151 {
	margin:  4px;
	padding:  4px;
}
/*
 * Pure Grids
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.1
 * +New Option to match window height
 * +New Option to display over the top of other stacks (position absolute)
 */

#stacks_in_173 {
    overflow: visible;
}

.is-sticky .headroom {
    transition: transform 200ms linear;
}

.is-sticky .headroom--pinned {
    transform: translateY(0%);
}

.is-sticky .headroom--unpinned {
    transform: translateY(-100%);
}

.is-sticky > div {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#stacks_in_173 .pure-u-1 {
    -webkit-box-sizing: border-box;
 /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
         /* Opera/IE 8+ */
  
    padding-left: 0%;
      padding-right: 0%;
      padding-left: calc(0%/2);
      padding-right: calc(0%/2);
    ;
}

#stacks_in_173 .pure-u-1.child-1 {
    padding-left: 0;
}

#stacks_in_173 .pure-u-1.last-child {
    padding-right: 0;
}

@media (max-width: 767px) {

    #stacks_in_173 .pure-u-1 {
        padding-left: 0px;
    }

    #stacks_in_173 .pure-u-1 {
        padding-right: 0px;
    }
}

#stacks_in_173 .pure-u-md-off {
    display: none !important;
}

#stacks_in_173 > .pure-g {
    margin: 0 auto;
    max-width: 0px;
    
      max-width: none;
    
}





/*---------------------------------------------------------------------GRADIENTS*/







/*---------------------------------------------------------------------SHADOWS*/





























.pure-u-md-hide {display: none;}











#stacks_in_173 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin:  4px;
	padding:  4px;
}
/*
 * Pure Text
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.1.1
 * +link colors were not working
 */
#stacks_in_174 {
  overflow: visible;
}
#pureText_stacks_in_174 .insideText {
  
  
  
  
}













#pureText_stacks_in_174 a {
  color: #0078E7 !important;
  text-decoration: none;
}
#pureText_stacks_in_174 a:hover {
  color: #44BBFB !important;
}
/*
#pureText_stacks_in_174 p {
  margin: 0;
  padding: 0;
}
*/
#pureText_stacks_in_174 {
  position: relative;
  
  
  
  
  
  
}
/*
#pureText_stacks_in_174.fontSizeInheritOn {
  font-size: inherit;
}
#pureText_stacks_in_174.fontSizeInheritOff, #pureText_stacks_in_174.fontSizeInheritOff span {
  font-size: 16px !important;
  line-height: 16px;
}
#pureText_stacks_in_174.letterSpacingOn {
  letter-spacing: 0px;
}
#pureText_stacks_in_174.lineHeightOn, #pureText_stacks_in_174.lineHeightOn span {
  line-height: 20px !important;
}
*/
#pureText_stacks_in_174.rotateOn .insideText {
  -webkit-transform:rotate(270deg);
  -moz-transform:rotate(270deg);
  -o-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
  display: inline-block;
}
#pureText_stacks_in_174.optJustify {
  text-align: justify;
}

/*


#pureText_stacks_in_174 .insideText {
  font-weight: normal;
}

*/

#pureText_stacks_in_174 p.insideText,
#pureText_stacks_in_174 .insideText p,
#pureText_stacks_in_174 h1.insideText,
#pureText_stacks_in_174 h2.insideText,
#pureText_stacks_in_174 h3.insideText,
#pureText_stacks_in_174 h4.insideText,
#pureText_stacks_in_174 h5.insideText,
#pureText_stacks_in_174 h6.insideText {
  margin: 0;
  padding: 0;
}



#stacks_in_174 {
	margin:  4px;
	padding:  4px;
}
#stacks_in_177>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





/* 
 * Pure Images
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.1
 */
#stacks_in_182 {
	overflow: visible;
}
#stacks_in_182 img {
	
	width: 100%;
	height: auto;
		
	display: block;
}

/* --------------------------------------------------------------BORDER RADIUS*/
#stacks_in_182 > div, #stacks_in_182 img {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	
}
/* --------------------------------------------------------------SHADOW STYLES*/
#stacks_in_182 .standard {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.44);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.44);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.44);
}
#stacks_in_182 .bottom-s {
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
	   -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
	        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
}
#stacks_in_182 .corners {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_182 .corners:before, #stacks_in_182 .corners:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#stacks_in_182 .corners:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
#stacks_in_182 .left-corner {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_182 .left-corner:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#stacks_in_182 .right-corner {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_182 .right-corner:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}  

#stacks_in_182 .bent-bottom {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_182 .bent-bottom:before, #stacks_in_182 .bent-bottom:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_182 .bent-bottom:after {
	-webkit-transform: translate3d(0, 0, 0);
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}
#stacks_in_182 .bent-x {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_182 .bent-x:before, #stacks_in_182 .bent-x:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:3px;
    bottom:0px;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_182 .bent-x:after {
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}

#stacks_in_182 .bent-y {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_182 .bent-y:before, #stacks_in_182 .bent-y:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:2px;
    right:2px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_182 .bent-y:after  {
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}  

.image-source-link {
	color: #98C3D1;
}
/* --------------------------------------------------------------LIGHTBOX*/
.fluidbox {
	outline: none;
}
.fluidbox-overlay {
	cursor: pointer;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all .25s ease-in-out;
}
.fluidbox-wrap {
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
	position: relative;
	transition: all .25s ease-in-out;
}
.fluidbox-ghost {
	background-size: cover;
	background-position: center center;
	position: absolute;
	transition: all .25s ease-in-out;
}
	.fluidbox-closed .fluidbox-ghost {
		-webkit-transition-property: top, left, opacity, -webkit-transform;
		-moz-transition-property: top, left, opacity, -moz-transform;
		-o-transition-property: top, left, opacity, -o-transform;
		transition-property: top, left, opacity, transform;
		transition-delay: 0, 0, .25s, 0;
	}
	.fluidbox-closed .fluidbox-wrap img {
		transition-property: opacity;
		transition-delay: .25s;
		transition-duration: 0s;
	}

#stacks_in_182 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
/* 
 * Pure Images
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.1
 */
#stacks_in_179 {
	overflow: visible;
}
#stacks_in_179 img {
	
	width: 100%;
	height: auto;
		
	display: block;
}

/* --------------------------------------------------------------BORDER RADIUS*/
#stacks_in_179 > div, #stacks_in_179 img {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	
}
/* --------------------------------------------------------------SHADOW STYLES*/
#stacks_in_179 .standard {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.44);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.44);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.44);
}
#stacks_in_179 .bottom-s {
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
	   -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
	        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
}
#stacks_in_179 .corners {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_179 .corners:before, #stacks_in_179 .corners:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#stacks_in_179 .corners:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
#stacks_in_179 .left-corner {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_179 .left-corner:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#stacks_in_179 .right-corner {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_179 .right-corner:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}  

#stacks_in_179 .bent-bottom {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_179 .bent-bottom:before, #stacks_in_179 .bent-bottom:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_179 .bent-bottom:after {
	-webkit-transform: translate3d(0, 0, 0);
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}
#stacks_in_179 .bent-x {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_179 .bent-x:before, #stacks_in_179 .bent-x:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:3px;
    bottom:0px;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_179 .bent-x:after {
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}

#stacks_in_179 .bent-y {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_179 .bent-y:before, #stacks_in_179 .bent-y:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:2px;
    right:2px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_179 .bent-y:after  {
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}  

.image-source-link {
	color: #98C3D1;
}
/* --------------------------------------------------------------LIGHTBOX*/
.fluidbox {
	outline: none;
}
.fluidbox-overlay {
	cursor: pointer;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all .25s ease-in-out;
}
.fluidbox-wrap {
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
	position: relative;
	transition: all .25s ease-in-out;
}
.fluidbox-ghost {
	background-size: cover;
	background-position: center center;
	position: absolute;
	transition: all .25s ease-in-out;
}
	.fluidbox-closed .fluidbox-ghost {
		-webkit-transition-property: top, left, opacity, -webkit-transform;
		-moz-transition-property: top, left, opacity, -moz-transform;
		-o-transition-property: top, left, opacity, -o-transform;
		transition-property: top, left, opacity, transform;
		transition-delay: 0, 0, .25s, 0;
	}
	.fluidbox-closed .fluidbox-wrap img {
		transition-property: opacity;
		transition-delay: .25s;
		transition-duration: 0s;
	}

#stacks_in_179 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}

#stacks_in_185 {
	margin:  4px;
	padding:  4px;
}
/*
 * Pure Grids
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.1
 * +New Option to match window height
 * +New Option to display over the top of other stacks (position absolute)
 */

#stacks_in_191 {
    overflow: visible;
}

.is-sticky .headroom {
    transition: transform 200ms linear;
}

.is-sticky .headroom--pinned {
    transform: translateY(0%);
}

.is-sticky .headroom--unpinned {
    transform: translateY(-100%);
}

.is-sticky > div {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#stacks_in_191 .pure-u-1 {
    -webkit-box-sizing: border-box;
 /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
         /* Opera/IE 8+ */
  
    padding-left: 0%;
      padding-right: 0%;
      padding-left: calc(0%/2);
      padding-right: calc(0%/2);
    ;
}

#stacks_in_191 .pure-u-1.child-1 {
    padding-left: 0;
}

#stacks_in_191 .pure-u-1.last-child {
    padding-right: 0;
}

@media (max-width: 767px) {

    #stacks_in_191 .pure-u-1 {
        padding-left: 0px;
    }

    #stacks_in_191 .pure-u-1 {
        padding-right: 0px;
    }
}

#stacks_in_191 .pure-u-md-off {
    display: none !important;
}

#stacks_in_191 > .pure-g {
    margin: 0 auto;
    max-width: 0px;
    
      max-width: none;
    
}





/*---------------------------------------------------------------------GRADIENTS*/







/*---------------------------------------------------------------------SHADOWS*/





























.pure-u-md-hide {display: none;}











#stacks_in_191 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin:  4px;
	padding:  4px;
}
/*
 * Pure Text
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.1.1
 * +link colors were not working
 */
#stacks_in_192 {
  overflow: visible;
}
#pureText_stacks_in_192 .insideText {
  
  
  
  
}













#pureText_stacks_in_192 a {
  color: #0078E7 !important;
  text-decoration: none;
}
#pureText_stacks_in_192 a:hover {
  color: #44BBFB !important;
}
/*
#pureText_stacks_in_192 p {
  margin: 0;
  padding: 0;
}
*/
#pureText_stacks_in_192 {
  position: relative;
  
  
  
  
  
  
}
/*
#pureText_stacks_in_192.fontSizeInheritOn {
  font-size: inherit;
}
#pureText_stacks_in_192.fontSizeInheritOff, #pureText_stacks_in_192.fontSizeInheritOff span {
  font-size: 16px !important;
  line-height: 16px;
}
#pureText_stacks_in_192.letterSpacingOn {
  letter-spacing: 0px;
}
#pureText_stacks_in_192.lineHeightOn, #pureText_stacks_in_192.lineHeightOn span {
  line-height: 20px !important;
}
*/
#pureText_stacks_in_192.rotateOn .insideText {
  -webkit-transform:rotate(270deg);
  -moz-transform:rotate(270deg);
  -o-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
  display: inline-block;
}
#pureText_stacks_in_192.optJustify {
  text-align: justify;
}

/*


#pureText_stacks_in_192 .insideText {
  font-weight: normal;
}

*/

#pureText_stacks_in_192 p.insideText,
#pureText_stacks_in_192 .insideText p,
#pureText_stacks_in_192 h1.insideText,
#pureText_stacks_in_192 h2.insideText,
#pureText_stacks_in_192 h3.insideText,
#pureText_stacks_in_192 h4.insideText,
#pureText_stacks_in_192 h5.insideText,
#pureText_stacks_in_192 h6.insideText {
  margin: 0;
  padding: 0;
}



#stacks_in_192 {
	margin:  4px;
	padding:  4px;
}
#stacks_in_195>.s3_row {
	margin: 0 -10px;
}

#stacks_in_195>.s3_row>.s3_column_left {
	width: 53.62%;
}

#stacks_in_195>.s3_row>.s3_column_right {
	width: 46.380001%;
}




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










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



}



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


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


}





/* 
 * Pure Images
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.1
 */
#stacks_in_200 {
	overflow: visible;
}
#stacks_in_200 img {
	
	width: 100%;
	height: auto;
		
	display: block;
}

/* --------------------------------------------------------------BORDER RADIUS*/
#stacks_in_200 > div, #stacks_in_200 img {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	
}
/* --------------------------------------------------------------SHADOW STYLES*/
#stacks_in_200 .standard {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.44);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.44);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.44);
}
#stacks_in_200 .bottom-s {
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
	   -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
	        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
}
#stacks_in_200 .corners {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_200 .corners:before, #stacks_in_200 .corners:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#stacks_in_200 .corners:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
#stacks_in_200 .left-corner {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_200 .left-corner:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#stacks_in_200 .right-corner {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_200 .right-corner:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}  

#stacks_in_200 .bent-bottom {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_200 .bent-bottom:before, #stacks_in_200 .bent-bottom:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_200 .bent-bottom:after {
	-webkit-transform: translate3d(0, 0, 0);
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}
#stacks_in_200 .bent-x {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_200 .bent-x:before, #stacks_in_200 .bent-x:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:3px;
    bottom:0px;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_200 .bent-x:after {
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}

#stacks_in_200 .bent-y {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_200 .bent-y:before, #stacks_in_200 .bent-y:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:2px;
    right:2px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_200 .bent-y:after  {
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}  

.image-source-link {
	color: #98C3D1;
}
/* --------------------------------------------------------------LIGHTBOX*/
.fluidbox {
	outline: none;
}
.fluidbox-overlay {
	cursor: pointer;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all .25s ease-in-out;
}
.fluidbox-wrap {
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
	position: relative;
	transition: all .25s ease-in-out;
}
.fluidbox-ghost {
	background-size: cover;
	background-position: center center;
	position: absolute;
	transition: all .25s ease-in-out;
}
	.fluidbox-closed .fluidbox-ghost {
		-webkit-transition-property: top, left, opacity, -webkit-transform;
		-moz-transition-property: top, left, opacity, -moz-transform;
		-o-transition-property: top, left, opacity, -o-transform;
		transition-property: top, left, opacity, transform;
		transition-delay: 0, 0, .25s, 0;
	}
	.fluidbox-closed .fluidbox-wrap img {
		transition-property: opacity;
		transition-delay: .25s;
		transition-duration: 0s;
	}
/* 
 * Pure Images
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.1
 */
#stacks_in_197 {
	overflow: visible;
}
#stacks_in_197 img {
	
	width: 100%;
	height: auto;
		
	display: block;
}

/* --------------------------------------------------------------BORDER RADIUS*/
#stacks_in_197 > div, #stacks_in_197 img {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	
}
/* --------------------------------------------------------------SHADOW STYLES*/
#stacks_in_197 .standard {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.44);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.44);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.44);
}
#stacks_in_197 .bottom-s {
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
	   -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
	        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
}
#stacks_in_197 .corners {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_197 .corners:before, #stacks_in_197 .corners:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#stacks_in_197 .corners:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
#stacks_in_197 .left-corner {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_197 .left-corner:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#stacks_in_197 .right-corner {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_197 .right-corner:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}  

#stacks_in_197 .bent-bottom {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_197 .bent-bottom:before, #stacks_in_197 .bent-bottom:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_197 .bent-bottom:after {
	-webkit-transform: translate3d(0, 0, 0);
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}
#stacks_in_197 .bent-x {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_197 .bent-x:before, #stacks_in_197 .bent-x:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:3px;
    bottom:0px;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_197 .bent-x:after {
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}

#stacks_in_197 .bent-y {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_197 .bent-y:before, #stacks_in_197 .bent-y:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:2px;
    right:2px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_197 .bent-y:after  {
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}  

.image-source-link {
	color: #98C3D1;
}
/* --------------------------------------------------------------LIGHTBOX*/
.fluidbox {
	outline: none;
}
.fluidbox-overlay {
	cursor: pointer;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all .25s ease-in-out;
}
.fluidbox-wrap {
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
	position: relative;
	transition: all .25s ease-in-out;
}
.fluidbox-ghost {
	background-size: cover;
	background-position: center center;
	position: absolute;
	transition: all .25s ease-in-out;
}
	.fluidbox-closed .fluidbox-ghost {
		-webkit-transition-property: top, left, opacity, -webkit-transform;
		-moz-transition-property: top, left, opacity, -moz-transform;
		-o-transition-property: top, left, opacity, -o-transform;
		transition-property: top, left, opacity, transform;
		transition-delay: 0, 0, .25s, 0;
	}
	.fluidbox-closed .fluidbox-wrap img {
		transition-property: opacity;
		transition-delay: .25s;
		transition-duration: 0s;
	}

#stacks_in_197 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}

#stacks_in_203 {
	margin:  4px;
	padding:  4px;
}
/*
 * Pure Grids
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.1
 * +New Option to match window height
 * +New Option to display over the top of other stacks (position absolute)
 */

#stacks_in_209 {
    overflow: visible;
}

.is-sticky .headroom {
    transition: transform 200ms linear;
}

.is-sticky .headroom--pinned {
    transform: translateY(0%);
}

.is-sticky .headroom--unpinned {
    transform: translateY(-100%);
}

.is-sticky > div {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#stacks_in_209 .pure-u-1 {
    -webkit-box-sizing: border-box;
 /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
         /* Opera/IE 8+ */
  
    padding-left: 0%;
      padding-right: 0%;
      padding-left: calc(0%/2);
      padding-right: calc(0%/2);
    ;
}

#stacks_in_209 .pure-u-1.child-1 {
    padding-left: 0;
}

#stacks_in_209 .pure-u-1.last-child {
    padding-right: 0;
}

@media (max-width: 767px) {

    #stacks_in_209 .pure-u-1 {
        padding-left: 0px;
    }

    #stacks_in_209 .pure-u-1 {
        padding-right: 0px;
    }
}

#stacks_in_209 .pure-u-md-off {
    display: none !important;
}

#stacks_in_209 > .pure-g {
    margin: 0 auto;
    max-width: 0px;
    
      max-width: none;
    
}





/*---------------------------------------------------------------------GRADIENTS*/







/*---------------------------------------------------------------------SHADOWS*/





























.pure-u-md-hide {display: none;}











#stacks_in_209 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin:  4px;
	padding:  4px;
}
/*
 * Pure Text
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.1.1
 * +link colors were not working
 */
#stacks_in_210 {
  overflow: visible;
}
#pureText_stacks_in_210 .insideText {
  
  
  
  
}













#pureText_stacks_in_210 a {
  color: #0078E7 !important;
  text-decoration: none;
}
#pureText_stacks_in_210 a:hover {
  color: #44BBFB !important;
}
/*
#pureText_stacks_in_210 p {
  margin: 0;
  padding: 0;
}
*/
#pureText_stacks_in_210 {
  position: relative;
  
  
  
  
  
  
}
/*
#pureText_stacks_in_210.fontSizeInheritOn {
  font-size: inherit;
}
#pureText_stacks_in_210.fontSizeInheritOff, #pureText_stacks_in_210.fontSizeInheritOff span {
  font-size: 16px !important;
  line-height: 16px;
}
#pureText_stacks_in_210.letterSpacingOn {
  letter-spacing: 0px;
}
#pureText_stacks_in_210.lineHeightOn, #pureText_stacks_in_210.lineHeightOn span {
  line-height: 20px !important;
}
*/
#pureText_stacks_in_210.rotateOn .insideText {
  -webkit-transform:rotate(270deg);
  -moz-transform:rotate(270deg);
  -o-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
  display: inline-block;
}
#pureText_stacks_in_210.optJustify {
  text-align: justify;
}

/*


#pureText_stacks_in_210 .insideText {
  font-weight: normal;
}

*/

#pureText_stacks_in_210 p.insideText,
#pureText_stacks_in_210 .insideText p,
#pureText_stacks_in_210 h1.insideText,
#pureText_stacks_in_210 h2.insideText,
#pureText_stacks_in_210 h3.insideText,
#pureText_stacks_in_210 h4.insideText,
#pureText_stacks_in_210 h5.insideText,
#pureText_stacks_in_210 h6.insideText {
  margin: 0;
  padding: 0;
}



#stacks_in_210 {
	margin:  4px;
	padding:  4px;
}
#stacks_in_213>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





/* 
 * Pure Images
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.1
 */
#stacks_in_218 {
	overflow: visible;
}
#stacks_in_218 img {
	
	width: 100%;
	height: auto;
		
	display: block;
}

/* --------------------------------------------------------------BORDER RADIUS*/
#stacks_in_218 > div, #stacks_in_218 img {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	
}
/* --------------------------------------------------------------SHADOW STYLES*/
#stacks_in_218 .standard {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.44);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.44);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.44);
}
#stacks_in_218 .bottom-s {
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
	   -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
	        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
}
#stacks_in_218 .corners {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_218 .corners:before, #stacks_in_218 .corners:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#stacks_in_218 .corners:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
#stacks_in_218 .left-corner {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_218 .left-corner:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#stacks_in_218 .right-corner {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_218 .right-corner:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}  

#stacks_in_218 .bent-bottom {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_218 .bent-bottom:before, #stacks_in_218 .bent-bottom:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_218 .bent-bottom:after {
	-webkit-transform: translate3d(0, 0, 0);
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}
#stacks_in_218 .bent-x {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_218 .bent-x:before, #stacks_in_218 .bent-x:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:3px;
    bottom:0px;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_218 .bent-x:after {
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}

#stacks_in_218 .bent-y {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_218 .bent-y:before, #stacks_in_218 .bent-y:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:2px;
    right:2px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_218 .bent-y:after  {
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}  

.image-source-link {
	color: #98C3D1;
}
/* --------------------------------------------------------------LIGHTBOX*/
.fluidbox {
	outline: none;
}
.fluidbox-overlay {
	cursor: pointer;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all .25s ease-in-out;
}
.fluidbox-wrap {
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
	position: relative;
	transition: all .25s ease-in-out;
}
.fluidbox-ghost {
	background-size: cover;
	background-position: center center;
	position: absolute;
	transition: all .25s ease-in-out;
}
	.fluidbox-closed .fluidbox-ghost {
		-webkit-transition-property: top, left, opacity, -webkit-transform;
		-moz-transition-property: top, left, opacity, -moz-transform;
		-o-transition-property: top, left, opacity, -o-transform;
		transition-property: top, left, opacity, transform;
		transition-delay: 0, 0, .25s, 0;
	}
	.fluidbox-closed .fluidbox-wrap img {
		transition-property: opacity;
		transition-delay: .25s;
		transition-duration: 0s;
	}

#stacks_in_218 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
/* 
 * Pure Images
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.1
 */
#stacks_in_215 {
	overflow: visible;
}
#stacks_in_215 img {
	
	width: 100%;
	height: auto;
		
	display: block;
}

/* --------------------------------------------------------------BORDER RADIUS*/
#stacks_in_215 > div, #stacks_in_215 img {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	
}
/* --------------------------------------------------------------SHADOW STYLES*/
#stacks_in_215 .standard {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.44);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.44);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.44);
}
#stacks_in_215 .bottom-s {
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
	   -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
	        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
}
#stacks_in_215 .corners {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_215 .corners:before, #stacks_in_215 .corners:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#stacks_in_215 .corners:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
#stacks_in_215 .left-corner {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_215 .left-corner:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#stacks_in_215 .right-corner {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_215 .right-corner:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}  

#stacks_in_215 .bent-bottom {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_215 .bent-bottom:before, #stacks_in_215 .bent-bottom:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_215 .bent-bottom:after {
	-webkit-transform: translate3d(0, 0, 0);
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}
#stacks_in_215 .bent-x {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_215 .bent-x:before, #stacks_in_215 .bent-x:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:3px;
    bottom:0px;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_215 .bent-x:after {
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}

#stacks_in_215 .bent-y {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_215 .bent-y:before, #stacks_in_215 .bent-y:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:2px;
    right:2px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_215 .bent-y:after  {
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}  

.image-source-link {
	color: #98C3D1;
}
/* --------------------------------------------------------------LIGHTBOX*/
.fluidbox {
	outline: none;
}
.fluidbox-overlay {
	cursor: pointer;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all .25s ease-in-out;
}
.fluidbox-wrap {
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
	position: relative;
	transition: all .25s ease-in-out;
}
.fluidbox-ghost {
	background-size: cover;
	background-position: center center;
	position: absolute;
	transition: all .25s ease-in-out;
}
	.fluidbox-closed .fluidbox-ghost {
		-webkit-transition-property: top, left, opacity, -webkit-transform;
		-moz-transition-property: top, left, opacity, -moz-transform;
		-o-transition-property: top, left, opacity, -o-transform;
		transition-property: top, left, opacity, transform;
		transition-delay: 0, 0, .25s, 0;
	}
	.fluidbox-closed .fluidbox-wrap img {
		transition-property: opacity;
		transition-delay: .25s;
		transition-duration: 0s;
	}

#stacks_in_215 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}

#stacks_in_221 {
	margin:  4px;
	padding:  4px;
}
/*
 * Pure Grids
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.1
 * +New Option to match window height
 * +New Option to display over the top of other stacks (position absolute)
 */

#stacks_in_227 {
    overflow: visible;
}

.is-sticky .headroom {
    transition: transform 200ms linear;
}

.is-sticky .headroom--pinned {
    transform: translateY(0%);
}

.is-sticky .headroom--unpinned {
    transform: translateY(-100%);
}

.is-sticky > div {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#stacks_in_227 .pure-u-1 {
    -webkit-box-sizing: border-box;
 /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
         /* Opera/IE 8+ */
  
    padding-left: 0%;
      padding-right: 0%;
      padding-left: calc(0%/2);
      padding-right: calc(0%/2);
    ;
}

#stacks_in_227 .pure-u-1.child-1 {
    padding-left: 0;
}

#stacks_in_227 .pure-u-1.last-child {
    padding-right: 0;
}

@media (max-width: 767px) {

    #stacks_in_227 .pure-u-1 {
        padding-left: 0px;
    }

    #stacks_in_227 .pure-u-1 {
        padding-right: 0px;
    }
}

#stacks_in_227 .pure-u-md-off {
    display: none !important;
}

#stacks_in_227 > .pure-g {
    margin: 0 auto;
    max-width: 0px;
    
      max-width: none;
    
}





/*---------------------------------------------------------------------GRADIENTS*/







/*---------------------------------------------------------------------SHADOWS*/





























.pure-u-md-hide {display: none;}











#stacks_in_227 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin:  4px;
	padding:  4px;
}
/*
 * Pure Text
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.1.1
 * +link colors were not working
 */
#stacks_in_228 {
  overflow: visible;
}
#pureText_stacks_in_228 .insideText {
  
  
  
  
}













#pureText_stacks_in_228 a {
  color: #0078E7 !important;
  text-decoration: none;
}
#pureText_stacks_in_228 a:hover {
  color: #44BBFB !important;
}
/*
#pureText_stacks_in_228 p {
  margin: 0;
  padding: 0;
}
*/
#pureText_stacks_in_228 {
  position: relative;
  
  
  
  
  
  
}
/*
#pureText_stacks_in_228.fontSizeInheritOn {
  font-size: inherit;
}
#pureText_stacks_in_228.fontSizeInheritOff, #pureText_stacks_in_228.fontSizeInheritOff span {
  font-size: 16px !important;
  line-height: 16px;
}
#pureText_stacks_in_228.letterSpacingOn {
  letter-spacing: 0px;
}
#pureText_stacks_in_228.lineHeightOn, #pureText_stacks_in_228.lineHeightOn span {
  line-height: 20px !important;
}
*/
#pureText_stacks_in_228.rotateOn .insideText {
  -webkit-transform:rotate(270deg);
  -moz-transform:rotate(270deg);
  -o-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
  display: inline-block;
}
#pureText_stacks_in_228.optJustify {
  text-align: justify;
}

/*


#pureText_stacks_in_228 .insideText {
  font-weight: normal;
}

*/

#pureText_stacks_in_228 p.insideText,
#pureText_stacks_in_228 .insideText p,
#pureText_stacks_in_228 h1.insideText,
#pureText_stacks_in_228 h2.insideText,
#pureText_stacks_in_228 h3.insideText,
#pureText_stacks_in_228 h4.insideText,
#pureText_stacks_in_228 h5.insideText,
#pureText_stacks_in_228 h6.insideText {
  margin: 0;
  padding: 0;
}



#stacks_in_228 {
	margin:  4px;
	padding:  4px;
}
#stacks_in_231>.s3_row {
	margin: 0 -10px;
}

#stacks_in_231>.s3_row>.s3_column_left {
	width: 52.53%;
}

#stacks_in_231>.s3_row>.s3_column_right {
	width: 47.470001%;
}




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










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



}



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


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


}





/* 
 * Pure Images
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.1
 */
#stacks_in_236 {
	overflow: visible;
}
#stacks_in_236 img {
	
	width: 100%;
	height: auto;
		
	display: block;
}

/* --------------------------------------------------------------BORDER RADIUS*/
#stacks_in_236 > div, #stacks_in_236 img {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	
}
/* --------------------------------------------------------------SHADOW STYLES*/
#stacks_in_236 .standard {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.44);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.44);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.44);
}
#stacks_in_236 .bottom-s {
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
	   -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
	        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
}
#stacks_in_236 .corners {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_236 .corners:before, #stacks_in_236 .corners:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#stacks_in_236 .corners:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
#stacks_in_236 .left-corner {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_236 .left-corner:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#stacks_in_236 .right-corner {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_236 .right-corner:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}  

#stacks_in_236 .bent-bottom {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_236 .bent-bottom:before, #stacks_in_236 .bent-bottom:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_236 .bent-bottom:after {
	-webkit-transform: translate3d(0, 0, 0);
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}
#stacks_in_236 .bent-x {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_236 .bent-x:before, #stacks_in_236 .bent-x:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:3px;
    bottom:0px;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_236 .bent-x:after {
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}

#stacks_in_236 .bent-y {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_236 .bent-y:before, #stacks_in_236 .bent-y:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:2px;
    right:2px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_236 .bent-y:after  {
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}  

.image-source-link {
	color: #98C3D1;
}
/* --------------------------------------------------------------LIGHTBOX*/
.fluidbox {
	outline: none;
}
.fluidbox-overlay {
	cursor: pointer;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all .25s ease-in-out;
}
.fluidbox-wrap {
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
	position: relative;
	transition: all .25s ease-in-out;
}
.fluidbox-ghost {
	background-size: cover;
	background-position: center center;
	position: absolute;
	transition: all .25s ease-in-out;
}
	.fluidbox-closed .fluidbox-ghost {
		-webkit-transition-property: top, left, opacity, -webkit-transform;
		-moz-transition-property: top, left, opacity, -moz-transform;
		-o-transition-property: top, left, opacity, -o-transform;
		transition-property: top, left, opacity, transform;
		transition-delay: 0, 0, .25s, 0;
	}
	.fluidbox-closed .fluidbox-wrap img {
		transition-property: opacity;
		transition-delay: .25s;
		transition-duration: 0s;
	}

#stacks_in_236 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
/* 
 * Pure Images
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.1
 */
#stacks_in_233 {
	overflow: visible;
}
#stacks_in_233 img {
	
	width: 100%;
	height: auto;
		
	display: block;
}

/* --------------------------------------------------------------BORDER RADIUS*/
#stacks_in_233 > div, #stacks_in_233 img {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	
}
/* --------------------------------------------------------------SHADOW STYLES*/
#stacks_in_233 .standard {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.44);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.44);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.44);
}
#stacks_in_233 .bottom-s {
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
	   -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
	        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.44);
}
#stacks_in_233 .corners {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_233 .corners:before, #stacks_in_233 .corners:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#stacks_in_233 .corners:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
#stacks_in_233 .left-corner {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_233 .left-corner:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#stacks_in_233 .right-corner {
  position: relative;
  opacity: .99;
  background: #fff;
}
#stacks_in_233 .right-corner:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0,0,0,0.44);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  box-shadow: 0 15px 10px rgba(0,0,0,0.44);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}  

#stacks_in_233 .bent-bottom {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_233 .bent-bottom:before, #stacks_in_233 .bent-bottom:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_233 .bent-bottom:after {
	-webkit-transform: translate3d(0, 0, 0);
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}
#stacks_in_233 .bent-x {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_233 .bent-x:before, #stacks_in_233 .bent-x:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:3px;
    bottom:0px;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_233 .bent-x:after {
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}

#stacks_in_233 .bent-y {
	background: #fff;
  	position:relative;  
  	opacity: .99;     
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#stacks_in_233 .bent-y:before, #stacks_in_233 .bent-y:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:2px;
    right:2px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
#stacks_in_233 .bent-y:after  {
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}  

.image-source-link {
	color: #98C3D1;
}
/* --------------------------------------------------------------LIGHTBOX*/
.fluidbox {
	outline: none;
}
.fluidbox-overlay {
	cursor: pointer;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all .25s ease-in-out;
}
.fluidbox-wrap {
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
	position: relative;
	transition: all .25s ease-in-out;
}
.fluidbox-ghost {
	background-size: cover;
	background-position: center center;
	position: absolute;
	transition: all .25s ease-in-out;
}
	.fluidbox-closed .fluidbox-ghost {
		-webkit-transition-property: top, left, opacity, -webkit-transform;
		-moz-transition-property: top, left, opacity, -moz-transform;
		-o-transition-property: top, left, opacity, -o-transform;
		transition-property: top, left, opacity, transform;
		transition-delay: 0, 0, .25s, 0;
	}
	.fluidbox-closed .fluidbox-wrap img {
		transition-property: opacity;
		transition-delay: .25s;
		transition-duration: 0s;
	}

#stacks_in_239 {
	margin:  4px;
	padding:  4px;
}
/*
 * Pure Grids
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.1
 * +New Option to match window height
 * +New Option to display over the top of other stacks (position absolute)
 */

#stacks_in_275 {
    overflow: visible;
}

.is-sticky .headroom {
    transition: transform 200ms linear;
}

.is-sticky .headroom--pinned {
    transform: translateY(0%);
}

.is-sticky .headroom--unpinned {
    transform: translateY(-100%);
}

.is-sticky > div {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#stacks_in_275 .pure-u-1 {
    -webkit-box-sizing: border-box;
 /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
         /* Opera/IE 8+ */
  
    padding-left: 0%;
      padding-right: 0%;
      padding-left: calc(0%/2);
      padding-right: calc(0%/2);
    ;
}

#stacks_in_275 .pure-u-1.child-1 {
    padding-left: 0;
}

#stacks_in_275 .pure-u-1.last-child {
    padding-right: 0;
}

@media (max-width: 767px) {

    #stacks_in_275 .pure-u-1 {
        padding-left: 0px;
    }

    #stacks_in_275 .pure-u-1 {
        padding-right: 0px;
    }
}

#stacks_in_275 .pure-u-md-off {
    display: none !important;
}

#stacks_in_275 > .pure-g {
    margin: 0 auto;
    max-width: 0px;
    
      max-width: none;
    
}





/*---------------------------------------------------------------------GRADIENTS*/







/*---------------------------------------------------------------------SHADOWS*/





























.pure-u-md-hide {display: none;}











#stacks_in_275 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin:  4px;
	padding:  4px;
}

#stacks_in_262 {
	margin:  4px;
	padding:  4px;
}
#stacks_in_268>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






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

#stacks_in_271 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}

#stacks_in_273 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}

#stacks_in_266 {
	margin:  5px;
	padding:  4px;
}
/*
 * Pure Grids
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.1
 * +New Option to match window height
 * +New Option to display over the top of other stacks (position absolute)
 */

#stacks_in_300 {
    overflow: visible;
}

.is-sticky .headroom {
    transition: transform 200ms linear;
}

.is-sticky .headroom--pinned {
    transform: translateY(0%);
}

.is-sticky .headroom--unpinned {
    transform: translateY(-100%);
}

.is-sticky > div {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#stacks_in_300 .pure-u-1 {
    -webkit-box-sizing: border-box;
 /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
         /* Opera/IE 8+ */
  
    padding-left: 0%;
      padding-right: 0%;
      padding-left: calc(0%/2);
      padding-right: calc(0%/2);
    ;
}

#stacks_in_300 .pure-u-1.child-1 {
    padding-left: 0;
}

#stacks_in_300 .pure-u-1.last-child {
    padding-right: 0;
}

@media (max-width: 767px) {

    #stacks_in_300 .pure-u-1 {
        padding-left: 0px;
    }

    #stacks_in_300 .pure-u-1 {
        padding-right: 0px;
    }
}

#stacks_in_300 .pure-u-md-off {
    display: none !important;
}

#stacks_in_300 > .pure-g {
    margin: 0 auto;
    max-width: 0px;
    
      max-width: none;
    
}





/*---------------------------------------------------------------------GRADIENTS*/







/*---------------------------------------------------------------------SHADOWS*/





























.pure-u-md-hide {display: none;}











#stacks_in_300 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin:  4px;
	padding:  4px;
}

#stacks_in_301 {
	margin:  4px;
	padding:  4px;
}
#stacks_in_304>.s3_row {
	margin: 0 -10px;
}

#stacks_in_304>.s3_row>.s3_column_left {
	width: 44.91%;
}

#stacks_in_304>.s3_row>.s3_column_right {
	width: 55.090000%;
}




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










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



}



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


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


}






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

#stacks_in_308 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}

#stacks_in_305 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}

#stacks_in_311 {
	margin:  5px;
	padding:  4px;
}
/*
 * Pure Grids
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.1
 * +New Option to match window height
 * +New Option to display over the top of other stacks (position absolute)
 */

#stacks_in_282 {
    overflow: visible;
}

.is-sticky .headroom {
    transition: transform 200ms linear;
}

.is-sticky .headroom--pinned {
    transform: translateY(0%);
}

.is-sticky .headroom--unpinned {
    transform: translateY(-100%);
}

.is-sticky > div {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#stacks_in_282 .pure-u-1 {
    -webkit-box-sizing: border-box;
 /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
         /* Opera/IE 8+ */
  
    padding-left: 0%;
      padding-right: 0%;
      padding-left: calc(0%/2);
      padding-right: calc(0%/2);
    ;
}

#stacks_in_282 .pure-u-1.child-1 {
    padding-left: 0;
}

#stacks_in_282 .pure-u-1.last-child {
    padding-right: 0;
}

@media (max-width: 767px) {

    #stacks_in_282 .pure-u-1 {
        padding-left: 0px;
    }

    #stacks_in_282 .pure-u-1 {
        padding-right: 0px;
    }
}

#stacks_in_282 .pure-u-md-off {
    display: none !important;
}

#stacks_in_282 > .pure-g {
    margin: 0 auto;
    max-width: 0px;
    
      max-width: none;
    
}





/*---------------------------------------------------------------------GRADIENTS*/







/*---------------------------------------------------------------------SHADOWS*/





























.pure-u-md-hide {display: none;}











#stacks_in_282 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin:  4px;
	padding:  4px;
}

#stacks_in_283 {
	margin:  4px;
	padding:  4px;
}
#stacks_in_286>.s3_row {
	margin: 0 -10px;
}

#stacks_in_286>.s3_row>.s3_column_left {
	width: 39.78%;
}

#stacks_in_286>.s3_row>.s3_column_right {
	width: 60.220001%;
}




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










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



}



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


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


}






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

#stacks_in_290 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}

#stacks_in_287 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}

#stacks_in_293 {
	margin:  5px;
	padding:  4px;
}
/*
 * Pure Text
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.1.1
 * +link colors were not working
 */
#stacks_in_260 {
  overflow: visible;
}
#pureText_stacks_in_260 .insideText {
  
  
  
  
}













#pureText_stacks_in_260 a {
  color: #0078E7 !important;
  text-decoration: none;
}
#pureText_stacks_in_260 a:hover {
  color: #44BBFB !important;
}
/*
#pureText_stacks_in_260 p {
  margin: 0;
  padding: 0;
}
*/
#pureText_stacks_in_260 {
  position: relative;
  
  
  
  
  
  
}
/*
#pureText_stacks_in_260.fontSizeInheritOn {
  font-size: inherit;
}
#pureText_stacks_in_260.fontSizeInheritOff, #pureText_stacks_in_260.fontSizeInheritOff span {
  font-size: 16px !important;
  line-height: 16px;
}
#pureText_stacks_in_260.letterSpacingOn {
  letter-spacing: 0px;
}
#pureText_stacks_in_260.lineHeightOn, #pureText_stacks_in_260.lineHeightOn span {
  line-height: 20px !important;
}
*/
#pureText_stacks_in_260.rotateOn .insideText {
  -webkit-transform:rotate(270deg);
  -moz-transform:rotate(270deg);
  -o-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
  display: inline-block;
}
#pureText_stacks_in_260.optJustify {
  text-align: justify;
}

/*


#pureText_stacks_in_260 .insideText {
  font-weight: normal;
}

*/

#pureText_stacks_in_260 p.insideText,
#pureText_stacks_in_260 .insideText p,
#pureText_stacks_in_260 h1.insideText,
#pureText_stacks_in_260 h2.insideText,
#pureText_stacks_in_260 h3.insideText,
#pureText_stacks_in_260 h4.insideText,
#pureText_stacks_in_260 h5.insideText,
#pureText_stacks_in_260 h6.insideText {
  margin: 0;
  padding: 0;
}


#stacks_in_386>.s3_row {
	margin: 0 -13px;
}

#stacks_in_386>.s3_row>.s3_column {
	padding: 0 13px;
}








  


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




	#stacks_in_386>.s3_row  {
		margin: -13px -13px;
	}
	#stacks_in_386>.s3_row>.s3_column {
		padding: 13px 13px;
		width:50%;
	}



}



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


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





}




  

#stacks_in_386 {
	background-color: rgba(61, 64, 85, 1.00);
	margin: 100px 0px 0px 0px;
	padding:  25px;
}

#stacks_in_412 {
	padding: 7px 0px 10px 0px;
}

#stacks_in_414 {
	display:inline-block; width:100%; line-height: 0.900000em;
}

#stacks_in_415 {
	padding: 15px 0px 0px 0px;
}

#stacks_in_416 {
	display:inline-block; width:100%; line-height: 0.800000em;
}

#stacks_in_407 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_411 {
	display:inline-block; width:100%; line-height: 0.900000em;
}

#stacks_in_402 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_406 {
	display:inline-block; width:100%; line-height: 0.900000em;
}

#stacks_in_387 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_390>.s3_row {
	margin: 0 -10px;
}

#stacks_in_390>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_390>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_390>.s3_row>.s3_column_right {
	width: 33.33%;
}

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








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



}



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


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


}




#stacks_out_391 {
	margin-left:0;
}

#stacks_in_417 {
	padding: 20px 0px 0px 0px;
}
