 a.anchor{height:0!important;font-size:0!important;line-height:0!important;padding:0!important;margin:0!important} 
.com_joeworkman_stacks_link_stack a{display:block;text-decoration:none!important;padding:0;margin:0}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}/*
-------------------------------------------
Stack: Blueball FreeStack Responsive Max Width Stack
Style Sheet: fsrmaxwidth.css
Created: 23, October 2012
Last Modified: 10, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4545_page26 {
	max-width: 960px;
	min-width: 320px;
	margin: 0px auto !important;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4545_page26 {
	max-width: 100% !important;
	min-width: 50% !important;
}

}

#stacks_in_4547_page26 {
	background-color: rgba(255, 255, 255, 1.00);
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Sticky Stack' 
Style Sheet: fsrsticky.css
Created: 04, June, 2014
Last Modified: 29, June 2014
Author: Charlie Lockhart/Blueball Design LLC
www.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4585_page26 {

}

#stacks_in_4585_page26 .stacks_in_4585_page26_sticky {
	display: block;
	height: auto;
	max-width: 960px;
	width: 100%;
	position: relative;
	z-index: 999;
}

.stickUp {
	max-width: 960px;
	z-index: 999;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_4585_page26 .stacks_in_4585_page26_sticky, .stickUp { 
	display: block;
	max-width: 100%;

}
}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Add-Ons Pack 1'
fsrnavmenures3.css style sheet
Created: 21, May, 2013
Last Modified: 03, September, 2015
Version: 1.5
Author: Blueball Design/Charlie Lockhart
www.blueballdesign.com
Copyright 2013-2015 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#navbar {
	display: block !important;	
	height: auto;
	font-size: 1.00em;
	font-weight: 600;
}

#nav ul {
	bottom: 0;
	left: 0;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
}

*:first-child+html #nav ul {
	height: 40px !important;
}

#nav ul li {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 40px;
	border-right: 0px solid #FFFFFF;
	width: auto;
}

#nav ul li a, #nav ul li a:visited {
	background: #000000;
	color: #F9FEFF;
	cursor: pointer;
	display: inline-block;
	font-size: 1.00em;
	font-weight: 600;
	padding: 0 14px 0 14px;
	text-decoration: none;
}

#nav ul li a:hover {
	background: #FEC21E;
	color: #FFFFFF;
}

#nav ul li #current {
	background-color: #005DB3;
	color: #FFFFFF;
}

#nav ul li .currentAncestor {
	color: #FFFFFF;
}

#nav ul li a:hover > ul {
	position: relative;
	display: inline-block;
}

#nav ul li.hasChild > a:after {
	content: "\f107";
	float: none;
	margin-left: 6px;
	font-family: "FontAwesome";
	vertical-align: top;
	padding: 0 0 0 8px;
}

#nav li:first-child > a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li:last-child > a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav ul li:last-child {
	border-right: 0px;
}

/* Sub Menu Levels */

#nav ul ul {
	display: none;
	left: 0;
	line-height: 40px;
	margin: 0;
	position: absolute;
	top: 39px;
	width: 200px;
	z-index: 999;
	text-align: left;
}

#nav ul ul li {
	display: block;
	padding: 0;
	height: 40px;
	width: 200px;
	border-right: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav ul ul li a, #nav ul ul li a:visited {
	background: #252525;
	color: #FFFFFF;
	border-top: px solid #EFEFEF;
	font-size: 1.00em;
	font-weight: normal;
	height: 40px;
	padding: 0 14px 0 14px;
	margin: 0;
	text-shadow: none;
	width: 186px;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
}

*:first-child+html #nav ul ul li a, #nav ul ul li a:visited {
	padding: 0 14px 0 14px;
	line-height: 40px !important;
	width: 186px !important;
}

#nav ul ul li a:hover {
	background: #005DB3;
	color: #FFFFFF;
	width: 186px;
	background-image: none;
}

#nav ul ul li #current, #nav ul ul li .currentAncestor {
	background: #005DB3;
	color: #FFFFFF;
}

#nav ul ul li:last-child > a {
	border-bottom: 1px solid #EFEFEF;
}

#nav ul ul li.hasChild > a:after {
	content: "\f105";
	display:inline-block;
	float: right;
	margin-left: 6px;
	margin-right: 0;
	font-family: "FontAwesome";
	vertical-align: top;
	padding: 0 0 0 8px;
}

#nav li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav ul ul ul {
	top: 0;
	left: 214px;
}

*:first-child+html #nav ul ul ul {
	top: 0;
	left: 214px !important;
}

#nav li li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}


/************************************************************************************
MOBILE
*************************************************************************************/

/* #######################################################################

	meanMenu
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {
	
#navbar, #nav { 
    display: none; 
    visibility: collapse;
    height: 0px;
}

#pagecontainer, #pagewrapper {
	overflow: hidden !important;
}

@-moz-document url-prefix() {
    #pagecontainer, #pagewrapper {
	overflow: visible !important;
}
}

}

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar { 
float: left;
width: 100%;
position: relative;
background: #000000;
padding: 4px 0 0 0;
min-height: 48px;
z-index: 99999;
}

.mean-container a.meanmenu-reveal {
width: 22px;
height: 22px;
padding: 16px 13px 10px 16px;
position: absolute;
top: 0;
right: 0;
color: #FFFFFF;
cursor: pointer;
text-decoration: none;
font-size: 16px;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: block;
font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
display: block;
background: #FFFFFF;
height: 3px;
margin-top: 3px;
}

.mean-container a:hover.meanmenu-reveal span {
display: block;
background: #FFFFFF;
height: 3px;
margin-top: 3px;
}

.mean-container .mean-nav { 
float: left;
width: 100%;
background: #000000;
margin-top: 48px;
}

.mean-container .mean-nav ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none;
}
.mean-container .mean-nav ul li {
position: relative;
float: left;
width: 100%;
}
.mean-container .mean-nav ul li a {
display: block;
float: left;
width: 90%;
padding: 1em 5%;
margin: 0;
text-align: left;
color: #FFFFFF;
border-bottom: 1px solid #F1F1F1;
text-decoration: none;
text-transform: none;
}

.mean-container .mean-nav ul li:first-child a {
border-top: 1px solid #F1F1F1;	
}

.mean-container .mean-nav ul li #current {
	background-color: #005DB3;
	color: #FFFFFF;
}

.mean-container .mean-nav ul li li a {
width: 80%;
padding: 1em 10%;
border-bottom: 1px solid #F1F1F1;
/*border-bottom: 1px solid #f1f1f1;*/
opacity: 0.75; 
filter: alpha(opacity=75);
text-shadow: none !important;
visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
border-bottom: none;
margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
width: 70%;
padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
width: 60%;
padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
width: 50%;
padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover { 
color: #FFFFFF;
background: #005DB3;
/*original hover background: #252525;*/
}
.mean-container .mean-nav ul li a.mean-expand {
width: 26px;
height: 26px;
border: none !important;
padding: 12px !important;
text-align: center;
position: absolute;
right: 0;
top: 0;
font-size: 20px !important;
z-index: 2;
font-weight: 700;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: none;
}
.mean-container .mean-push { 
float: left;
width: 100%;
padding: 0;
margin: 0;
clear: both; 
}
.mean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0;
}





#stacks_in_4587_page26 {
	background-color: rgba(1, 2, 2, 1.00);
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 0px 0px 1px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_88771_page26 {
	
}

#stacks_in_88771_page26 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_88771_page26 img {
	float: none;
	max-width: 100% !important;
	min-width: 40% !important;
	height: auto !important;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive 3 Column Stack' 
Style Sheet: fsr3columns.css Style Sheet
Created: 4, January 2013
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_7635_page26 #fsr_3colwrap_stacks_in_7635_page26 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_7635_page26 #fsr_3colwrap_stacks_in_7635_page26 #fsr_left3col_stacks_in_7635_page26 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_7635_page26 #fsr_3colwrap_stacks_in_7635_page26 #fsr_left3col_stacks_in_7635_page26 .left3colpad_stacks_in_7635_page26 {
	padding: 0px 0px 100px 0px;
}

#stacks_in_7635_page26 #fsr_3colwrap_stacks_in_7635_page26 #fsr_center3col_stacks_in_7635_page26 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_7635_page26 #fsr_3colwrap_stacks_in_7635_page26 #fsr_right3col_stacks_in_7635_page26 .right3colpad_stacks_in_7635_page26 {
	padding: 0px 0px 100px 0px;
}

#stacks_in_7635_page26 #fsr_3colwrap_stacks_in_7635_page26 #fsr_right3col_stacks_in_7635_page26 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_7635_page26 #fsr_3colwrap_stacks_in_7635_page26 #fsr_center3col_stacks_in_7635_page26 .center3colpad_stacks_in_7635_page26 {
	padding: 0px 0px 100px 0px;
}


/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_7635_page26 #fsr_3colwrap_stacks_in_7635_page26 #fsr_left3col_stacks_in_7635_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_7635_page26 #fsr_3colwrap_stacks_in_7635_page26 #fsr_left3col_stacks_in_7635_page26 .left3colpad_stacks_in_7635_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7635_page26 #fsr_3colwrap_stacks_in_7635_page26 #fsr_center3col_stacks_in_7635_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_7635_page26 #fsr_3colwrap_stacks_in_7635_page26 #fsr_center3col_stacks_in_7635_page26 .center3colpad_stacks_in_7635_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_7635_page26 #fsr_3colwrap_stacks_in_7635_page26 #fsr_right3col_stacks_in_7635_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_7635_page26 #fsr_3colwrap_stacks_in_7635_page26 #fsr_right3col_stacks_in_7635_page26 .right3colpad_stacks_in_7635_page26 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_7635_page26 {
	background-color: rgba(254, 194, 30, 1.00);
}
#toggleWrapper_stacks_in_7637_page26 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_7637_page26 {
	padding: 20px;
	margin: 0;
	background: #FEC21E;
	font-weight: normal;
	display: block;
	position: relative;
	color: #010101;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_7637_page26:hover { 
	color: #E34021;
	cursor: pointer; 
}

#toggleContainer_stacks_in_7637_page26 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #FEC21E;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_7637_page26 a:link:after,
	#toggleTrigger_stacks_in_7637_page26 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_7637_page26 {
		display: block !important;
	}
}

#stacks_in_7643_page26 {
	display:inline-block; width:100%; line-height: 2.000000em;
}
#toggleWrapper_stacks_in_7645_page26 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_7645_page26 {
	padding: 20px;
	margin: 0;
	background: #FEC21E;
	font-weight: normal;
	display: block;
	position: relative;
	color: #000000;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_7645_page26:hover { 
	color: #E34021;
	cursor: pointer; 
}

#toggleContainer_stacks_in_7645_page26 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #FEC21E;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_7645_page26 a:link:after,
	#toggleTrigger_stacks_in_7645_page26 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_7645_page26 {
		display: block !important;
	}
}

#stacks_in_7651_page26 {
	display:inline-block; width:100%; line-height: 2.000000em;
}
#toggleWrapper_stacks_in_7653_page26 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_7653_page26 {
	padding: 20px;
	margin: 0;
	background: #FEC21E;
	font-weight: normal;
	display: block;
	position: relative;
	color: #010101;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_7653_page26:hover { 
	color: #E34021;
	cursor: pointer; 
}

#toggleContainer_stacks_in_7653_page26 {
	display: none;
	margin-top: 0px;
	padding: 20px;
	overflow: hidden;
	background: #FEC21E;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_7653_page26 a:link:after,
	#toggleTrigger_stacks_in_7653_page26 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_7653_page26 {
		display: block !important;
	}
}

#stacks_in_7659_page26 {
	display:inline-block; width:100%; line-height: 2.000000em;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Stack' 
Style Sheet: fsrreposition.css Style Sheet
Created: 26, August 2013
Last Modified: 28, July 2015
Version: 1.5
Author: Blueball Design/Charlie Lockhart
www.blueballdesign.com
Copyright 2013-2015 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4933_page26 {
	padding: 0% 0% 0% 0%;
	margin: 0% 11% 0% 0%;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {
	
#stacks_in_4933_page26 { 
    padding: 0% 0% 0% 0%;
    margin: 0% 0% 0% 0%;
}
}
input#stacks_in_5070_page26.pay-submit{width:auto;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;height:56px;line-height:36px;border:0;margin:0;padding:0 20px;color:#FFFFFF!important;font-size:16px;text-transform:none;background:#9C0A19;width:auto;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}input#stacks_in_5070_page26.pay-submit:hover{background-color:#EE4D41!important;color:#FFFFFF!important;cursor:pointer;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s;-webkit-appearance:none;-moz-appearance:none;appearance:none}
#stacks_in_5070_page26 {
	margin: 2px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Stack' 
Style Sheet: fsrreposition.css Style Sheet
Created: 26, August 2013
Last Modified: 28, July 2015
Version: 1.5
Author: Blueball Design/Charlie Lockhart
www.blueballdesign.com
Copyright 2013-2015 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4935_page26 {
	padding: 0% 0% 0% 0%;
	margin: 0% 15% 0% 0%;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {
	
#stacks_in_4935_page26 { 
    padding: 0% 0% 0% 0%;
    margin: 0% 3% 0% 0%;
}
}

#stacks_in_3624_page26 {
	margin: 8px 0px 0px 0px;
}

#stacks_in_1794_page26 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 3px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive 3 Column Stack' 
Style Sheet: fsr3columns.css Style Sheet
Created: 4, January 2013
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4625_page26 #fsr_3colwrap_stacks_in_4625_page26 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4625_page26 #fsr_3colwrap_stacks_in_4625_page26 #fsr_left3col_stacks_in_4625_page26 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_4625_page26 #fsr_3colwrap_stacks_in_4625_page26 #fsr_left3col_stacks_in_4625_page26 .left3colpad_stacks_in_4625_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4625_page26 #fsr_3colwrap_stacks_in_4625_page26 #fsr_center3col_stacks_in_4625_page26 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_4625_page26 #fsr_3colwrap_stacks_in_4625_page26 #fsr_right3col_stacks_in_4625_page26 .right3colpad_stacks_in_4625_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4625_page26 #fsr_3colwrap_stacks_in_4625_page26 #fsr_right3col_stacks_in_4625_page26 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_4625_page26 #fsr_3colwrap_stacks_in_4625_page26 #fsr_center3col_stacks_in_4625_page26 .center3colpad_stacks_in_4625_page26 {
	padding: 0px 0px 0px 0px;
}


/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4625_page26 #fsr_3colwrap_stacks_in_4625_page26 #fsr_left3col_stacks_in_4625_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4625_page26 #fsr_3colwrap_stacks_in_4625_page26 #fsr_left3col_stacks_in_4625_page26 .left3colpad_stacks_in_4625_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4625_page26 #fsr_3colwrap_stacks_in_4625_page26 #fsr_center3col_stacks_in_4625_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4625_page26 #fsr_3colwrap_stacks_in_4625_page26 #fsr_center3col_stacks_in_4625_page26 .center3colpad_stacks_in_4625_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4625_page26 #fsr_3colwrap_stacks_in_4625_page26 #fsr_right3col_stacks_in_4625_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4625_page26 #fsr_3colwrap_stacks_in_4625_page26 #fsr_right3col_stacks_in_4625_page26 .right3colpad_stacks_in_4625_page26 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4625_page26 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}

#stacks_in_12532_page26 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 5px 0px 0px 71px;
}
/* Start Viewr stack CSS code */#stacks_in_4627_page26 .editHeader {height:2em;border:1px solid #A8B1BC;border-bottom:1px solid #5B5B5A;border-radius:3px 3px 0 0;background-color:#E4E4E4;background-image:-webkit-linear-gradient(top,#E3E3E3,#ABABAB);color:#424242;text-align:center;text-shadow:rgba(255,255,255,0.5) 0 1px 1px;font-weight:400;font-size:1.3em;font-family:"Lucida Grande",sans-serif;line-height:2em;} .editHeader h1 {font-size: 20px; } #stacks_in_4627_page26 .viewritem { border:2px solid #A8B1BC; padding: 4px;border-top-style:none;border-radius:3px;background: #E6E5E7;-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .3);                box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .3);} #stacks_in_4627_page26 .editWrapper {display:;border:1px solid #A8B1BC;border-top-style:none;border-radius:0 0 3px 3px;background: ##F2F1F3;}#stacks_in_4627_page26 .editHeader b { padding-left: 7px; font-size: 10px !important; }%[endif]%.stacks_in_4627_page26swipebox-overflow-hidden {  overflow: hidden!important;}#swipebox-overlay img {  border: none!important;}#swipebox-overlay {  width: 100%;  height: 100%;  position: fixed;  top: 0;  left: 0;  opacity: 0;  z-index: 9999999999999999;  overflow: hidden;  display: none;  -webkit-user-select: none;  -moz-user-select: none;  user-select: none;}#swipebox-slider {  height: 100%;  left: 0;  top: 0;  width: 100%;  white-space: nowrap;  position: absolute;}#swipebox-slider .slide {  background: url(../files/viewrAssets/loader.gif) no-repeat center center;  height: 100%;  line-height: 1px;  text-align: center;  width: 100%;  display: inline-block;}#swipebox-slider .slide:before {  content: "";  display: inline-block;  height: 50%;  width: 1px;  margin-right: -1px;}#swipebox-slider .slide img {  display: inline-block;  max-height: 100%;  max-width: 100%;  width: auto;  height: auto;  vertical-align: middle;}#swipebox-action, #swipebox-caption {  position: absolute;  left: 0;  z-index: 999;  height: 50px;  width: 100%;}#swipebox-action {  bottom: -50px;}#swipebox-action.visible-bars {  bottom: 0;}#swipebox-action.force-visible-bars {  bottom: 0!important;}#swipebox-caption {  top: -50px;  text-align: center;}#swipebox-caption.visible-bars {  top: 0;}#swipebox-caption.force-visible-bars {  top: 0!important;}#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,#swipebox-action #swipebox-close {  background-image: url(../files/viewrAssets/icons.png);  background-repeat: no-repeat;  border: none!important;  text-decoration: none!important;  cursor: pointer;  position: absolute;  width: 50px;  height: 50px;  top: 0;}#swipebox-action #swipebox-close {  background-position: 15px 12px;  left: 40px;}#swipebox-action #swipebox-prev {  background-position: -32px 13px;  right: 100px;}#swipebox-action #swipebox-next {  background-position: -78px 13px;  right: 40px;}#swipebox-action #swipebox-prev.disabled,#swipebox-action #swipebox-next.disabled {  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);  opacity: 0.3;}#swipebox-slider.rightSpring {  -moz-animation: rightSpring 0.3s;  -webkit-animation: rightSpring 0.3s;}#swipebox-slider.leftSpring {  -moz-animation: leftSpring 0.3s;  -webkit-animation: leftSpring 0.3s;}@-moz-keyframes rightSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: -30px;  }  100% {    margin-left: 0px;  }}@-moz-keyframes leftSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: 30px;  }  100% {    margin-left: 0px;  }}@-webkit-keyframes rightSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: -30px;  }  100% {    margin-left: 0px;  }}@-webkit-keyframes leftSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: 30px;  }  100% {    margin-left: 0px;  }}/* Skin --------------------------*/#swipebox-overlay {    background: rgba(0,0,0,0.5);}#swipebox-action, #swipebox-caption {  text-shadow: 1px 1px 1px black;  background-color: rgba(0,0,0,0.8);  -webkit-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;  -moz-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;  box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);  opacity: 0.95;}#swipebox-action {  -webkit-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;  -moz-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;  box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;}#swipebox-caption {  color: white!important;  font-size: 15px;  line-height: 43px;  font-family: Helvetica, Arial, sans-serif;}/* End Viewr stack CSS code */
#stacks_in_4627_page26 {
	margin: 3px 0px 3px 0px;
}
/* @group Main Slider & Reset */

#refinedSliderWrapperstacks_in_40280_page26 {
	max-width: 2000px;
	margin: 0 auto;
}

#refinedSliderWrapperstacks_in_40280_page26 img {
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
	border-radius: 5px;
}

#refinedSliderWrapperstacks_in_40280_page26 .nivo-slice {
	z-index: 20;
}

.nivo-controlNav img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}

#refinedSliderWrapperstacks_in_40280_page26 a,
#refinedSliderWrapperstacks_in_40280_page26 a:visited,
#refinedSliderWrapperstacks_in_40280_page26 a:hover,
#refinedSliderWrapperstacks_in_40280_page26 a:active,
#refinedSliderWrapperstacks_in_40280_page26 a:focus {
	border: none;
	outline: none;
}

#refinedSliderWrapperstacks_in_40280_page26 a.nullLink {
	cursor: default;
}

#refinedSliderWrapperstacks_in_40280_page26 a.refinedSliderLink {
	z-index: 30;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Directional Navigation */

#refinedSliderWrapperstacks_in_40280_page26 .nivo-directionNav {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;*/
}

#refinedSliderWrapperstacks_in_40280_page26 .nivo-directionNav a {
	font-size: 64px;
	padding: 2.50%;
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.50;
	transition: all 300ms ease-in-out;
	z-index: 30;
}

#refinedSliderWrapperstacks_in_40280_page26 .nivo-directionNav a [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
}

#refinedSliderWrapperstacks_in_40280_page26 .nivo-directionNav a:hover,
#refinedSliderWrapperstacks_in_40280_page26 .nivo-directionNav a:focus,
#refinedSliderWrapperstacks_in_40280_page26 .nivo-directionNav a:active {
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_40280_page26 .nivo-directionNav a:hover [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}

#refinedSliderWrapperstacks_in_40280_page26 .nivo-directionNav a.nivo-prevNav {
	top: 40%;
}

#refinedSliderWrapperstacks_in_40280_page26 .nivo-directionNav a.nivo-nextNav {
	top: 40%;
}

@media screen and (max-width: 580px) {
	#refinedSliderWrapperstacks_in_40280_page26 .nivo-directionNav {
		/* New */
		display: none !important;
	}
}

/* @end */

/* @group Navigation None */

/*  */

/* @end */

/* @group Navigation Bullets */

/*  */

/* @end */

/* @group Navigation Numbers */

/*  */

/* @end */

/* @group Navigation Thumbnails */

/*  */

#refinedSliderWrapperstacks_in_40280_page26 .nivo-controlNav {
	display: block;
	position: relative;
	text-align: center;
	margin-left: -5px;
	margin-right: -5px;
}

#refinedSliderWrapperstacks_in_40280_page26 .nivo-controlNav a {
	border: none;
	outline: none;
	background: none;
	opacity: 0.50;
	transition: all 300ms ease-in-out;
	display: inline-block;
	width: 10%;
	padding: 5px;
}

#refinedSliderWrapperstacks_in_40280_page26 .nivo-controlNav a:hover {
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_40280_page26 .nivo-controlNav a.active {
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_40280_page26 .nivo-controlNav a img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_40280_page26 .nivo-controlNav {
		display: none !important;
	}
}

/*  */

/* @end */

/* @group Layered Navigation */

/*  */

/* @end */

/* @group Captions */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#refinedSliderWrapperstacks_in_40280_page26 .nivo-caption {
	display: none !important;
}

/*  */

/*  */

/*  */

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_40280_page26 .nivo-caption {
		display: none !important;
	}
}

/* @end */

/* @group RefinedSlider Edit Mode */

/*  */

/* @end */
#toggleWrapper_stacks_in_9949_page26 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_9949_page26 {
	padding: 20px;
	margin: 0;
	background: #FFFFFF;
	font-weight: normal;
	display: block;
	position: relative;
	color: #030303;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_9949_page26:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_9949_page26 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #FFFFFF;
	color: #030303;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_9949_page26 a:link:after,
	#toggleTrigger_stacks_in_9949_page26 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_9949_page26 {
		display: block !important;
	}
}
#stacks_in_9951_page26{text-align:justify}
#stacks_in_9954_page26{text-align:justify}
input#stacks_in_12008_page26.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#1542E8; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_12008_page26.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.pay select{
padding:5px 5px 5px 5px;
-webkit-appearance: button;
-webkit-border-radius: px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px;
-webkit-padding-start: 2px;
-webkit-user-select: none;
-moz-border-radius: px;
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);

-moz-padding-end: 5px;
-moz-padding-start: 2px;
-moz-user-select: none;
background-size: 35px 20px;
background-position: center right;
background-repeat: no-repeat;
border:  px solid;
color: ;
background-color: ;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}


select {
	font-size: 13px;
	display: inline-block;
	color: #222;
	vertical-align: top;
	height: 30px;
	line-height: 22px;
	padding: 2px;
	padding: initial;
	border: 1px solid #ccc;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	margin-bottom: 20px;
}

.pay select, .pay select:focus{
outline:none;
height: 41px;
font-size: 16px;
width: 93%!important;

padding:5px 5px 5px 5px;
-webkit-appearance: button;
-webkit-border-radius: px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px;
-webkit-padding-start: 2px;
-webkit-user-select: none;
-moz-border-radius: px;
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);

-moz-padding-end: 5px;
-moz-padding-start: 2px;
-moz-user-select: none;
background-size: 35px 20px;
background-position: center right;
background-repeat: no-repeat;
border:  px solid;
color: ;
background-color: ;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

label {
	margin-left: 0px!important;
}

#PPMiniCart .minicart-attributes {
	line-height: 32px!important;
}
#stacks_in_12008_page26 {
	margin: 8px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive 3 Column Stack' 
Style Sheet: fsr3columns.css Style Sheet
Created: 4, January 2013
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4671_page26 #fsr_3colwrap_stacks_in_4671_page26 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4671_page26 #fsr_3colwrap_stacks_in_4671_page26 #fsr_left3col_stacks_in_4671_page26 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_4671_page26 #fsr_3colwrap_stacks_in_4671_page26 #fsr_left3col_stacks_in_4671_page26 .left3colpad_stacks_in_4671_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4671_page26 #fsr_3colwrap_stacks_in_4671_page26 #fsr_center3col_stacks_in_4671_page26 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_4671_page26 #fsr_3colwrap_stacks_in_4671_page26 #fsr_right3col_stacks_in_4671_page26 .right3colpad_stacks_in_4671_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4671_page26 #fsr_3colwrap_stacks_in_4671_page26 #fsr_right3col_stacks_in_4671_page26 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_4671_page26 #fsr_3colwrap_stacks_in_4671_page26 #fsr_center3col_stacks_in_4671_page26 .center3colpad_stacks_in_4671_page26 {
	padding: 0px 0px 0px 0px;
}


/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4671_page26 #fsr_3colwrap_stacks_in_4671_page26 #fsr_left3col_stacks_in_4671_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4671_page26 #fsr_3colwrap_stacks_in_4671_page26 #fsr_left3col_stacks_in_4671_page26 .left3colpad_stacks_in_4671_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4671_page26 #fsr_3colwrap_stacks_in_4671_page26 #fsr_center3col_stacks_in_4671_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4671_page26 #fsr_3colwrap_stacks_in_4671_page26 #fsr_center3col_stacks_in_4671_page26 .center3colpad_stacks_in_4671_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4671_page26 #fsr_3colwrap_stacks_in_4671_page26 #fsr_right3col_stacks_in_4671_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4671_page26 #fsr_3colwrap_stacks_in_4671_page26 #fsr_right3col_stacks_in_4671_page26 .right3colpad_stacks_in_4671_page26 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4671_page26 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}

#stacks_in_12541_page26 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 5px 0px 0px 71px;
}
/* Start Viewr stack CSS code */#stacks_in_4673_page26 .editHeader {height:2em;border:1px solid #A8B1BC;border-bottom:1px solid #5B5B5A;border-radius:3px 3px 0 0;background-color:#E4E4E4;background-image:-webkit-linear-gradient(top,#E3E3E3,#ABABAB);color:#424242;text-align:center;text-shadow:rgba(255,255,255,0.5) 0 1px 1px;font-weight:400;font-size:1.3em;font-family:"Lucida Grande",sans-serif;line-height:2em;} .editHeader h1 {font-size: 20px; } #stacks_in_4673_page26 .viewritem { border:2px solid #A8B1BC; padding: 4px;border-top-style:none;border-radius:3px;background: #E6E5E7;-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .3);                box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .3);} #stacks_in_4673_page26 .editWrapper {display:;border:1px solid #A8B1BC;border-top-style:none;border-radius:0 0 3px 3px;background: ##F2F1F3;}#stacks_in_4673_page26 .editHeader b { padding-left: 7px; font-size: 10px !important; }%[endif]%.stacks_in_4673_page26swipebox-overflow-hidden {  overflow: hidden!important;}#swipebox-overlay img {  border: none!important;}#swipebox-overlay {  width: 100%;  height: 100%;  position: fixed;  top: 0;  left: 0;  opacity: 0;  z-index: 9999999999999999;  overflow: hidden;  display: none;  -webkit-user-select: none;  -moz-user-select: none;  user-select: none;}#swipebox-slider {  height: 100%;  left: 0;  top: 0;  width: 100%;  white-space: nowrap;  position: absolute;}#swipebox-slider .slide {  background: url(../files/viewrAssets/loader.gif) no-repeat center center;  height: 100%;  line-height: 1px;  text-align: center;  width: 100%;  display: inline-block;}#swipebox-slider .slide:before {  content: "";  display: inline-block;  height: 50%;  width: 1px;  margin-right: -1px;}#swipebox-slider .slide img {  display: inline-block;  max-height: 100%;  max-width: 100%;  width: auto;  height: auto;  vertical-align: middle;}#swipebox-action, #swipebox-caption {  position: absolute;  left: 0;  z-index: 999;  height: 50px;  width: 100%;}#swipebox-action {  bottom: -50px;}#swipebox-action.visible-bars {  bottom: 0;}#swipebox-action.force-visible-bars {  bottom: 0!important;}#swipebox-caption {  top: -50px;  text-align: center;}#swipebox-caption.visible-bars {  top: 0;}#swipebox-caption.force-visible-bars {  top: 0!important;}#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,#swipebox-action #swipebox-close {  background-image: url(../files/viewrAssets/icons.png);  background-repeat: no-repeat;  border: none!important;  text-decoration: none!important;  cursor: pointer;  position: absolute;  width: 50px;  height: 50px;  top: 0;}#swipebox-action #swipebox-close {  background-position: 15px 12px;  left: 40px;}#swipebox-action #swipebox-prev {  background-position: -32px 13px;  right: 100px;}#swipebox-action #swipebox-next {  background-position: -78px 13px;  right: 40px;}#swipebox-action #swipebox-prev.disabled,#swipebox-action #swipebox-next.disabled {  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);  opacity: 0.3;}#swipebox-slider.rightSpring {  -moz-animation: rightSpring 0.3s;  -webkit-animation: rightSpring 0.3s;}#swipebox-slider.leftSpring {  -moz-animation: leftSpring 0.3s;  -webkit-animation: leftSpring 0.3s;}@-moz-keyframes rightSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: -30px;  }  100% {    margin-left: 0px;  }}@-moz-keyframes leftSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: 30px;  }  100% {    margin-left: 0px;  }}@-webkit-keyframes rightSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: -30px;  }  100% {    margin-left: 0px;  }}@-webkit-keyframes leftSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: 30px;  }  100% {    margin-left: 0px;  }}/* Skin --------------------------*/#swipebox-overlay {    background: rgba(0,0,0,0.5);}#swipebox-action, #swipebox-caption {  text-shadow: 1px 1px 1px black;  background-color: rgba(0,0,0,0.8);  -webkit-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;  -moz-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;  box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);  opacity: 0.95;}#swipebox-action {  -webkit-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;  -moz-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;  box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;}#swipebox-caption {  color: white!important;  font-size: 15px;  line-height: 43px;  font-family: Helvetica, Arial, sans-serif;}/* End Viewr stack CSS code */
#stacks_in_4673_page26 {
	margin: 3px 0px 3px 0px;
}
/* @group Main Slider & Reset */

#refinedSliderWrapperstacks_in_40288_page26 {
	max-width: 2000px;
	margin: 0 auto;
}

#refinedSliderWrapperstacks_in_40288_page26 img {
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
	border-radius: 5px;
}

#refinedSliderWrapperstacks_in_40288_page26 .nivo-slice {
	z-index: 20;
}

.nivo-controlNav img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}

#refinedSliderWrapperstacks_in_40288_page26 a,
#refinedSliderWrapperstacks_in_40288_page26 a:visited,
#refinedSliderWrapperstacks_in_40288_page26 a:hover,
#refinedSliderWrapperstacks_in_40288_page26 a:active,
#refinedSliderWrapperstacks_in_40288_page26 a:focus {
	border: none;
	outline: none;
}

#refinedSliderWrapperstacks_in_40288_page26 a.nullLink {
	cursor: default;
}

#refinedSliderWrapperstacks_in_40288_page26 a.refinedSliderLink {
	z-index: 30;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Directional Navigation */

#refinedSliderWrapperstacks_in_40288_page26 .nivo-directionNav {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;*/
}

#refinedSliderWrapperstacks_in_40288_page26 .nivo-directionNav a {
	font-size: 64px;
	padding: 2.50%;
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.50;
	transition: all 300ms ease-in-out;
	z-index: 30;
}

#refinedSliderWrapperstacks_in_40288_page26 .nivo-directionNav a [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
}

#refinedSliderWrapperstacks_in_40288_page26 .nivo-directionNav a:hover,
#refinedSliderWrapperstacks_in_40288_page26 .nivo-directionNav a:focus,
#refinedSliderWrapperstacks_in_40288_page26 .nivo-directionNav a:active {
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_40288_page26 .nivo-directionNav a:hover [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}

#refinedSliderWrapperstacks_in_40288_page26 .nivo-directionNav a.nivo-prevNav {
	top: 40%;
}

#refinedSliderWrapperstacks_in_40288_page26 .nivo-directionNav a.nivo-nextNav {
	top: 40%;
}

@media screen and (max-width: 580px) {
	#refinedSliderWrapperstacks_in_40288_page26 .nivo-directionNav {
		/* New */
		display: none !important;
	}
}

/* @end */

/* @group Navigation None */

/*  */

/* @end */

/* @group Navigation Bullets */

/*  */

/* @end */

/* @group Navigation Numbers */

/*  */

/* @end */

/* @group Navigation Thumbnails */

/*  */

#refinedSliderWrapperstacks_in_40288_page26 .nivo-controlNav {
	display: block;
	position: relative;
	text-align: center;
	margin-left: -5px;
	margin-right: -5px;
}

#refinedSliderWrapperstacks_in_40288_page26 .nivo-controlNav a {
	border: none;
	outline: none;
	background: none;
	opacity: 0.50;
	transition: all 300ms ease-in-out;
	display: inline-block;
	width: 10%;
	padding: 5px;
}

#refinedSliderWrapperstacks_in_40288_page26 .nivo-controlNav a:hover {
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_40288_page26 .nivo-controlNav a.active {
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_40288_page26 .nivo-controlNav a img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_40288_page26 .nivo-controlNav {
		display: none !important;
	}
}

/*  */

/* @end */

/* @group Layered Navigation */

/*  */

/* @end */

/* @group Captions */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#refinedSliderWrapperstacks_in_40288_page26 .nivo-caption {
	display: none !important;
}

/*  */

/*  */

/*  */

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_40288_page26 .nivo-caption {
		display: none !important;
	}
}

/* @end */

/* @group RefinedSlider Edit Mode */

/*  */

/* @end */
#toggleWrapper_stacks_in_9979_page26 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_9979_page26 {
	padding: 20px;
	margin: 0;
	background: #FFFFFF;
	font-weight: normal;
	display: block;
	position: relative;
	color: #030303;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_9979_page26:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_9979_page26 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #FFFFFF;
	color: #030303;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_9979_page26 a:link:after,
	#toggleTrigger_stacks_in_9979_page26 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_9979_page26 {
		display: block !important;
	}
}
#stacks_in_9981_page26{text-align:justify}
#stacks_in_9984_page26{text-align:justify}
input#stacks_in_12122_page26.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#1542E8; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_12122_page26.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.pay select{
padding:5px 5px 5px 5px;
-webkit-appearance: button;
-webkit-border-radius: px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px;
-webkit-padding-start: 2px;
-webkit-user-select: none;
-moz-border-radius: px;
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);

-moz-padding-end: 5px;
-moz-padding-start: 2px;
-moz-user-select: none;
background-size: 35px 20px;
background-position: center right;
background-repeat: no-repeat;
border:  px solid;
color: ;
background-color: ;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}


select {
	font-size: 13px;
	display: inline-block;
	color: #222;
	vertical-align: top;
	height: 30px;
	line-height: 22px;
	padding: 2px;
	padding: initial;
	border: 1px solid #ccc;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	margin-bottom: 20px;
}

.pay select, .pay select:focus{
outline:none;
height: 41px;
font-size: 16px;
width: 93%!important;

padding:5px 5px 5px 5px;
-webkit-appearance: button;
-webkit-border-radius: px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px;
-webkit-padding-start: 2px;
-webkit-user-select: none;
-moz-border-radius: px;
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);

-moz-padding-end: 5px;
-moz-padding-start: 2px;
-moz-user-select: none;
background-size: 35px 20px;
background-position: center right;
background-repeat: no-repeat;
border:  px solid;
color: ;
background-color: ;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

label {
	margin-left: 0px!important;
}

#PPMiniCart .minicart-attributes {
	line-height: 32px!important;
}
#stacks_in_12122_page26 {
	margin: 8px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive 3 Column Stack' 
Style Sheet: fsr3columns.css Style Sheet
Created: 4, January 2013
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4717_page26 #fsr_3colwrap_stacks_in_4717_page26 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4717_page26 #fsr_3colwrap_stacks_in_4717_page26 #fsr_left3col_stacks_in_4717_page26 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_4717_page26 #fsr_3colwrap_stacks_in_4717_page26 #fsr_left3col_stacks_in_4717_page26 .left3colpad_stacks_in_4717_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4717_page26 #fsr_3colwrap_stacks_in_4717_page26 #fsr_center3col_stacks_in_4717_page26 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_4717_page26 #fsr_3colwrap_stacks_in_4717_page26 #fsr_right3col_stacks_in_4717_page26 .right3colpad_stacks_in_4717_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4717_page26 #fsr_3colwrap_stacks_in_4717_page26 #fsr_right3col_stacks_in_4717_page26 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_4717_page26 #fsr_3colwrap_stacks_in_4717_page26 #fsr_center3col_stacks_in_4717_page26 .center3colpad_stacks_in_4717_page26 {
	padding: 0px 0px 0px 0px;
}


/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4717_page26 #fsr_3colwrap_stacks_in_4717_page26 #fsr_left3col_stacks_in_4717_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4717_page26 #fsr_3colwrap_stacks_in_4717_page26 #fsr_left3col_stacks_in_4717_page26 .left3colpad_stacks_in_4717_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4717_page26 #fsr_3colwrap_stacks_in_4717_page26 #fsr_center3col_stacks_in_4717_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4717_page26 #fsr_3colwrap_stacks_in_4717_page26 #fsr_center3col_stacks_in_4717_page26 .center3colpad_stacks_in_4717_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4717_page26 #fsr_3colwrap_stacks_in_4717_page26 #fsr_right3col_stacks_in_4717_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4717_page26 #fsr_3colwrap_stacks_in_4717_page26 #fsr_right3col_stacks_in_4717_page26 .right3colpad_stacks_in_4717_page26 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4717_page26 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}

#stacks_in_12566_page26 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 5px 0px 0px 71px;
}
/* Start Viewr stack CSS code */#stacks_in_4719_page26 .editHeader {height:2em;border:1px solid #A8B1BC;border-bottom:1px solid #5B5B5A;border-radius:3px 3px 0 0;background-color:#E4E4E4;background-image:-webkit-linear-gradient(top,#E3E3E3,#ABABAB);color:#424242;text-align:center;text-shadow:rgba(255,255,255,0.5) 0 1px 1px;font-weight:400;font-size:1.3em;font-family:"Lucida Grande",sans-serif;line-height:2em;} .editHeader h1 {font-size: 20px; } #stacks_in_4719_page26 .viewritem { border:2px solid #A8B1BC; padding: 4px;border-top-style:none;border-radius:3px;background: #E6E5E7;-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .3);                box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .3);} #stacks_in_4719_page26 .editWrapper {display:;border:1px solid #A8B1BC;border-top-style:none;border-radius:0 0 3px 3px;background: ##F2F1F3;}#stacks_in_4719_page26 .editHeader b { padding-left: 7px; font-size: 10px !important; }%[endif]%.stacks_in_4719_page26swipebox-overflow-hidden {  overflow: hidden!important;}#swipebox-overlay img {  border: none!important;}#swipebox-overlay {  width: 100%;  height: 100%;  position: fixed;  top: 0;  left: 0;  opacity: 0;  z-index: 9999999999999999;  overflow: hidden;  display: none;  -webkit-user-select: none;  -moz-user-select: none;  user-select: none;}#swipebox-slider {  height: 100%;  left: 0;  top: 0;  width: 100%;  white-space: nowrap;  position: absolute;}#swipebox-slider .slide {  background: url(../files/viewrAssets/loader.gif) no-repeat center center;  height: 100%;  line-height: 1px;  text-align: center;  width: 100%;  display: inline-block;}#swipebox-slider .slide:before {  content: "";  display: inline-block;  height: 50%;  width: 1px;  margin-right: -1px;}#swipebox-slider .slide img {  display: inline-block;  max-height: 100%;  max-width: 100%;  width: auto;  height: auto;  vertical-align: middle;}#swipebox-action, #swipebox-caption {  position: absolute;  left: 0;  z-index: 999;  height: 50px;  width: 100%;}#swipebox-action {  bottom: -50px;}#swipebox-action.visible-bars {  bottom: 0;}#swipebox-action.force-visible-bars {  bottom: 0!important;}#swipebox-caption {  top: -50px;  text-align: center;}#swipebox-caption.visible-bars {  top: 0;}#swipebox-caption.force-visible-bars {  top: 0!important;}#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,#swipebox-action #swipebox-close {  background-image: url(../files/viewrAssets/icons.png);  background-repeat: no-repeat;  border: none!important;  text-decoration: none!important;  cursor: pointer;  position: absolute;  width: 50px;  height: 50px;  top: 0;}#swipebox-action #swipebox-close {  background-position: 15px 12px;  left: 40px;}#swipebox-action #swipebox-prev {  background-position: -32px 13px;  right: 100px;}#swipebox-action #swipebox-next {  background-position: -78px 13px;  right: 40px;}#swipebox-action #swipebox-prev.disabled,#swipebox-action #swipebox-next.disabled {  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);  opacity: 0.3;}#swipebox-slider.rightSpring {  -moz-animation: rightSpring 0.3s;  -webkit-animation: rightSpring 0.3s;}#swipebox-slider.leftSpring {  -moz-animation: leftSpring 0.3s;  -webkit-animation: leftSpring 0.3s;}@-moz-keyframes rightSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: -30px;  }  100% {    margin-left: 0px;  }}@-moz-keyframes leftSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: 30px;  }  100% {    margin-left: 0px;  }}@-webkit-keyframes rightSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: -30px;  }  100% {    margin-left: 0px;  }}@-webkit-keyframes leftSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: 30px;  }  100% {    margin-left: 0px;  }}/* Skin --------------------------*/#swipebox-overlay {    background: rgba(0,0,0,0.5);}#swipebox-action, #swipebox-caption {  text-shadow: 1px 1px 1px black;  background-color: rgba(0,0,0,0.8);  -webkit-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;  -moz-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;  box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);  opacity: 0.95;}#swipebox-action {  -webkit-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;  -moz-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;  box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;}#swipebox-caption {  color: white!important;  font-size: 15px;  line-height: 43px;  font-family: Helvetica, Arial, sans-serif;}/* End Viewr stack CSS code */
#stacks_in_4719_page26 {
	margin: 3px 0px 3px 0px;
}
/* @group Main Slider & Reset */

#refinedSliderWrapperstacks_in_40296_page26 {
	max-width: 2000px;
	margin: 0 auto;
}

#refinedSliderWrapperstacks_in_40296_page26 img {
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
	border-radius: 5px;
}

#refinedSliderWrapperstacks_in_40296_page26 .nivo-slice {
	z-index: 20;
}

.nivo-controlNav img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}

#refinedSliderWrapperstacks_in_40296_page26 a,
#refinedSliderWrapperstacks_in_40296_page26 a:visited,
#refinedSliderWrapperstacks_in_40296_page26 a:hover,
#refinedSliderWrapperstacks_in_40296_page26 a:active,
#refinedSliderWrapperstacks_in_40296_page26 a:focus {
	border: none;
	outline: none;
}

#refinedSliderWrapperstacks_in_40296_page26 a.nullLink {
	cursor: default;
}

#refinedSliderWrapperstacks_in_40296_page26 a.refinedSliderLink {
	z-index: 30;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Directional Navigation */

#refinedSliderWrapperstacks_in_40296_page26 .nivo-directionNav {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;*/
}

#refinedSliderWrapperstacks_in_40296_page26 .nivo-directionNav a {
	font-size: 64px;
	padding: 2.50%;
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.50;
	transition: all 300ms ease-in-out;
	z-index: 30;
}

#refinedSliderWrapperstacks_in_40296_page26 .nivo-directionNav a [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
}

#refinedSliderWrapperstacks_in_40296_page26 .nivo-directionNav a:hover,
#refinedSliderWrapperstacks_in_40296_page26 .nivo-directionNav a:focus,
#refinedSliderWrapperstacks_in_40296_page26 .nivo-directionNav a:active {
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_40296_page26 .nivo-directionNav a:hover [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}

#refinedSliderWrapperstacks_in_40296_page26 .nivo-directionNav a.nivo-prevNav {
	top: 40%;
}

#refinedSliderWrapperstacks_in_40296_page26 .nivo-directionNav a.nivo-nextNav {
	top: 40%;
}

@media screen and (max-width: 580px) {
	#refinedSliderWrapperstacks_in_40296_page26 .nivo-directionNav {
		/* New */
		display: none !important;
	}
}

/* @end */

/* @group Navigation None */

/*  */

/* @end */

/* @group Navigation Bullets */

/*  */

/* @end */

/* @group Navigation Numbers */

/*  */

/* @end */

/* @group Navigation Thumbnails */

/*  */

#refinedSliderWrapperstacks_in_40296_page26 .nivo-controlNav {
	display: block;
	position: relative;
	text-align: center;
	margin-left: -5px;
	margin-right: -5px;
}

#refinedSliderWrapperstacks_in_40296_page26 .nivo-controlNav a {
	border: none;
	outline: none;
	background: none;
	opacity: 0.50;
	transition: all 300ms ease-in-out;
	display: inline-block;
	width: 10%;
	padding: 5px;
}

#refinedSliderWrapperstacks_in_40296_page26 .nivo-controlNav a:hover {
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_40296_page26 .nivo-controlNav a.active {
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_40296_page26 .nivo-controlNav a img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_40296_page26 .nivo-controlNav {
		display: none !important;
	}
}

/*  */

/* @end */

/* @group Layered Navigation */

/*  */

/* @end */

/* @group Captions */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#refinedSliderWrapperstacks_in_40296_page26 .nivo-caption {
	display: none !important;
}

/*  */

/*  */

/*  */

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_40296_page26 .nivo-caption {
		display: none !important;
	}
}

/* @end */

/* @group RefinedSlider Edit Mode */

/*  */

/* @end */
#toggleWrapper_stacks_in_10044_page26 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_10044_page26 {
	padding: 20px;
	margin: 0;
	background: #FFFFFF;
	font-weight: normal;
	display: block;
	position: relative;
	color: #030303;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_10044_page26:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_10044_page26 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #FFFFFF;
	color: #030303;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_10044_page26 a:link:after,
	#toggleTrigger_stacks_in_10044_page26 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_10044_page26 {
		display: block !important;
	}
}
#stacks_in_10046_page26{text-align:justify}
#stacks_in_10052_page26{text-align:justify}
input#stacks_in_12126_page26.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#1542E8; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_12126_page26.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.pay select{
padding:5px 5px 5px 5px;
-webkit-appearance: button;
-webkit-border-radius: px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px;
-webkit-padding-start: 2px;
-webkit-user-select: none;
-moz-border-radius: px;
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);

-moz-padding-end: 5px;
-moz-padding-start: 2px;
-moz-user-select: none;
background-size: 35px 20px;
background-position: center right;
background-repeat: no-repeat;
border:  px solid;
color: ;
background-color: ;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}


select {
	font-size: 13px;
	display: inline-block;
	color: #222;
	vertical-align: top;
	height: 30px;
	line-height: 22px;
	padding: 2px;
	padding: initial;
	border: 1px solid #ccc;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	margin-bottom: 20px;
}

.pay select, .pay select:focus{
outline:none;
height: 41px;
font-size: 16px;
width: 93%!important;

padding:5px 5px 5px 5px;
-webkit-appearance: button;
-webkit-border-radius: px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px;
-webkit-padding-start: 2px;
-webkit-user-select: none;
-moz-border-radius: px;
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);

-moz-padding-end: 5px;
-moz-padding-start: 2px;
-moz-user-select: none;
background-size: 35px 20px;
background-position: center right;
background-repeat: no-repeat;
border:  px solid;
color: ;
background-color: ;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

label {
	margin-left: 0px!important;
}

#PPMiniCart .minicart-attributes {
	line-height: 32px!important;
}
#stacks_in_12126_page26 {
	margin: 8px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive 3 Column Stack' 
Style Sheet: fsr3columns.css Style Sheet
Created: 4, January 2013
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4818_page26 #fsr_3colwrap_stacks_in_4818_page26 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4818_page26 #fsr_3colwrap_stacks_in_4818_page26 #fsr_left3col_stacks_in_4818_page26 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_4818_page26 #fsr_3colwrap_stacks_in_4818_page26 #fsr_left3col_stacks_in_4818_page26 .left3colpad_stacks_in_4818_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4818_page26 #fsr_3colwrap_stacks_in_4818_page26 #fsr_center3col_stacks_in_4818_page26 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_4818_page26 #fsr_3colwrap_stacks_in_4818_page26 #fsr_right3col_stacks_in_4818_page26 .right3colpad_stacks_in_4818_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4818_page26 #fsr_3colwrap_stacks_in_4818_page26 #fsr_right3col_stacks_in_4818_page26 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_4818_page26 #fsr_3colwrap_stacks_in_4818_page26 #fsr_center3col_stacks_in_4818_page26 .center3colpad_stacks_in_4818_page26 {
	padding: 0px 0px 0px 0px;
}


/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4818_page26 #fsr_3colwrap_stacks_in_4818_page26 #fsr_left3col_stacks_in_4818_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4818_page26 #fsr_3colwrap_stacks_in_4818_page26 #fsr_left3col_stacks_in_4818_page26 .left3colpad_stacks_in_4818_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4818_page26 #fsr_3colwrap_stacks_in_4818_page26 #fsr_center3col_stacks_in_4818_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4818_page26 #fsr_3colwrap_stacks_in_4818_page26 #fsr_center3col_stacks_in_4818_page26 .center3colpad_stacks_in_4818_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4818_page26 #fsr_3colwrap_stacks_in_4818_page26 #fsr_right3col_stacks_in_4818_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4818_page26 #fsr_3colwrap_stacks_in_4818_page26 #fsr_right3col_stacks_in_4818_page26 .right3colpad_stacks_in_4818_page26 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4818_page26 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* Start Viewr stack CSS code */#stacks_in_4820_page26 .editHeader {height:2em;border:1px solid #A8B1BC;border-bottom:1px solid #5B5B5A;border-radius:3px 3px 0 0;background-color:#E4E4E4;background-image:-webkit-linear-gradient(top,#E3E3E3,#ABABAB);color:#424242;text-align:center;text-shadow:rgba(255,255,255,0.5) 0 1px 1px;font-weight:400;font-size:1.3em;font-family:"Lucida Grande",sans-serif;line-height:2em;} .editHeader h1 {font-size: 20px; } #stacks_in_4820_page26 .viewritem { border:2px solid #A8B1BC; padding: 4px;border-top-style:none;border-radius:3px;background: #E6E5E7;-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .3);                box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .3);} #stacks_in_4820_page26 .editWrapper {display:;border:1px solid #A8B1BC;border-top-style:none;border-radius:0 0 3px 3px;background: ##F2F1F3;}#stacks_in_4820_page26 .editHeader b { padding-left: 7px; font-size: 10px !important; }%[endif]%.stacks_in_4820_page26swipebox-overflow-hidden {  overflow: hidden!important;}#swipebox-overlay img {  border: none!important;}#swipebox-overlay {  width: 100%;  height: 100%;  position: fixed;  top: 0;  left: 0;  opacity: 0;  z-index: 9999999999999999;  overflow: hidden;  display: none;  -webkit-user-select: none;  -moz-user-select: none;  user-select: none;}#swipebox-slider {  height: 100%;  left: 0;  top: 0;  width: 100%;  white-space: nowrap;  position: absolute;}#swipebox-slider .slide {  background: url(../files/viewrAssets/loader.gif) no-repeat center center;  height: 100%;  line-height: 1px;  text-align: center;  width: 100%;  display: inline-block;}#swipebox-slider .slide:before {  content: "";  display: inline-block;  height: 50%;  width: 1px;  margin-right: -1px;}#swipebox-slider .slide img {  display: inline-block;  max-height: 100%;  max-width: 100%;  width: auto;  height: auto;  vertical-align: middle;}#swipebox-action, #swipebox-caption {  position: absolute;  left: 0;  z-index: 999;  height: 50px;  width: 100%;}#swipebox-action {  bottom: -50px;}#swipebox-action.visible-bars {  bottom: 0;}#swipebox-action.force-visible-bars {  bottom: 0!important;}#swipebox-caption {  top: -50px;  text-align: center;}#swipebox-caption.visible-bars {  top: 0;}#swipebox-caption.force-visible-bars {  top: 0!important;}#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,#swipebox-action #swipebox-close {  background-image: url(../files/viewrAssets/icons.png);  background-repeat: no-repeat;  border: none!important;  text-decoration: none!important;  cursor: pointer;  position: absolute;  width: 50px;  height: 50px;  top: 0;}#swipebox-action #swipebox-close {  background-position: 15px 12px;  left: 40px;}#swipebox-action #swipebox-prev {  background-position: -32px 13px;  right: 100px;}#swipebox-action #swipebox-next {  background-position: -78px 13px;  right: 40px;}#swipebox-action #swipebox-prev.disabled,#swipebox-action #swipebox-next.disabled {  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);  opacity: 0.3;}#swipebox-slider.rightSpring {  -moz-animation: rightSpring 0.3s;  -webkit-animation: rightSpring 0.3s;}#swipebox-slider.leftSpring {  -moz-animation: leftSpring 0.3s;  -webkit-animation: leftSpring 0.3s;}@-moz-keyframes rightSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: -30px;  }  100% {    margin-left: 0px;  }}@-moz-keyframes leftSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: 30px;  }  100% {    margin-left: 0px;  }}@-webkit-keyframes rightSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: -30px;  }  100% {    margin-left: 0px;  }}@-webkit-keyframes leftSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: 30px;  }  100% {    margin-left: 0px;  }}/* Skin --------------------------*/#swipebox-overlay {    background: rgba(0,0,0,0.5);}#swipebox-action, #swipebox-caption {  text-shadow: 1px 1px 1px black;  background-color: rgba(0,0,0,0.8);  -webkit-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;  -moz-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;  box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);  opacity: 0.95;}#swipebox-action {  -webkit-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;  -moz-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;  box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;}#swipebox-caption {  color: white!important;  font-size: 15px;  line-height: 43px;  font-family: Helvetica, Arial, sans-serif;}/* End Viewr stack CSS code */
#stacks_in_4820_page26 {
	margin: 3px 0px 3px 0px;
}
/* @group Main Slider & Reset */

#refinedSliderWrapperstacks_in_40309_page26 {
	max-width: 2000px;
	margin: 0 auto;
}

#refinedSliderWrapperstacks_in_40309_page26 img {
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
	border-radius: 5px;
}

#refinedSliderWrapperstacks_in_40309_page26 .nivo-slice {
	z-index: 20;
}

.nivo-controlNav img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}

#refinedSliderWrapperstacks_in_40309_page26 a,
#refinedSliderWrapperstacks_in_40309_page26 a:visited,
#refinedSliderWrapperstacks_in_40309_page26 a:hover,
#refinedSliderWrapperstacks_in_40309_page26 a:active,
#refinedSliderWrapperstacks_in_40309_page26 a:focus {
	border: none;
	outline: none;
}

#refinedSliderWrapperstacks_in_40309_page26 a.nullLink {
	cursor: default;
}

#refinedSliderWrapperstacks_in_40309_page26 a.refinedSliderLink {
	z-index: 30;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Directional Navigation */

#refinedSliderWrapperstacks_in_40309_page26 .nivo-directionNav {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;*/
}

#refinedSliderWrapperstacks_in_40309_page26 .nivo-directionNav a {
	font-size: 64px;
	padding: 2.50%;
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.50;
	transition: all 300ms ease-in-out;
	z-index: 30;
}

#refinedSliderWrapperstacks_in_40309_page26 .nivo-directionNav a [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
}

#refinedSliderWrapperstacks_in_40309_page26 .nivo-directionNav a:hover,
#refinedSliderWrapperstacks_in_40309_page26 .nivo-directionNav a:focus,
#refinedSliderWrapperstacks_in_40309_page26 .nivo-directionNav a:active {
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_40309_page26 .nivo-directionNav a:hover [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}

#refinedSliderWrapperstacks_in_40309_page26 .nivo-directionNav a.nivo-prevNav {
	top: 40%;
}

#refinedSliderWrapperstacks_in_40309_page26 .nivo-directionNav a.nivo-nextNav {
	top: 40%;
}

@media screen and (max-width: 580px) {
	#refinedSliderWrapperstacks_in_40309_page26 .nivo-directionNav {
		/* New */
		display: none !important;
	}
}

/* @end */

/* @group Navigation None */

/*  */

/* @end */

/* @group Navigation Bullets */

/*  */

/* @end */

/* @group Navigation Numbers */

/*  */

/* @end */

/* @group Navigation Thumbnails */

/*  */

#refinedSliderWrapperstacks_in_40309_page26 .nivo-controlNav {
	display: block;
	position: relative;
	text-align: center;
	margin-left: -5px;
	margin-right: -5px;
}

#refinedSliderWrapperstacks_in_40309_page26 .nivo-controlNav a {
	border: none;
	outline: none;
	background: none;
	opacity: 0.50;
	transition: all 300ms ease-in-out;
	display: inline-block;
	width: 10%;
	padding: 5px;
}

#refinedSliderWrapperstacks_in_40309_page26 .nivo-controlNav a:hover {
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_40309_page26 .nivo-controlNav a.active {
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_40309_page26 .nivo-controlNav a img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_40309_page26 .nivo-controlNav {
		display: none !important;
	}
}

/*  */

/* @end */

/* @group Layered Navigation */

/*  */

/* @end */

/* @group Captions */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#refinedSliderWrapperstacks_in_40309_page26 .nivo-caption {
	display: none !important;
}

/*  */

/*  */

/*  */

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_40309_page26 .nivo-caption {
		display: none !important;
	}
}

/* @end */

/* @group RefinedSlider Edit Mode */

/*  */

/* @end */
#toggleWrapper_stacks_in_10077_page26 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_10077_page26 {
	padding: 20px;
	margin: 0;
	background: #FFFFFF;
	font-weight: normal;
	display: block;
	position: relative;
	color: #030303;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_10077_page26:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_10077_page26 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #FFFFFF;
	color: #030303;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_10077_page26 a:link:after,
	#toggleTrigger_stacks_in_10077_page26 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_10077_page26 {
		display: block !important;
	}
}
#stacks_in_10079_page26{text-align:justify}
#stacks_in_10082_page26{text-align:justify}
input#stacks_in_12130_page26.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#1542E8; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_12130_page26.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.pay select{
padding:5px 5px 5px 5px;
-webkit-appearance: button;
-webkit-border-radius: px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px;
-webkit-padding-start: 2px;
-webkit-user-select: none;
-moz-border-radius: px;
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);

-moz-padding-end: 5px;
-moz-padding-start: 2px;
-moz-user-select: none;
background-size: 35px 20px;
background-position: center right;
background-repeat: no-repeat;
border:  px solid;
color: ;
background-color: ;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}


select {
	font-size: 13px;
	display: inline-block;
	color: #222;
	vertical-align: top;
	height: 30px;
	line-height: 22px;
	padding: 2px;
	padding: initial;
	border: 1px solid #ccc;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	margin-bottom: 20px;
}

.pay select, .pay select:focus{
outline:none;
height: 41px;
font-size: 16px;
width: 93%!important;

padding:5px 5px 5px 5px;
-webkit-appearance: button;
-webkit-border-radius: px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px;
-webkit-padding-start: 2px;
-webkit-user-select: none;
-moz-border-radius: px;
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);

-moz-padding-end: 5px;
-moz-padding-start: 2px;
-moz-user-select: none;
background-size: 35px 20px;
background-position: center right;
background-repeat: no-repeat;
border:  px solid;
color: ;
background-color: ;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

label {
	margin-left: 0px!important;
}

#PPMiniCart .minicart-attributes {
	line-height: 32px!important;
}
#stacks_in_12130_page26 {
	margin: 8px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive 3 Column Stack' 
Style Sheet: fsr3columns.css Style Sheet
Created: 4, January 2013
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4864_page26 #fsr_3colwrap_stacks_in_4864_page26 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4864_page26 #fsr_3colwrap_stacks_in_4864_page26 #fsr_left3col_stacks_in_4864_page26 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_4864_page26 #fsr_3colwrap_stacks_in_4864_page26 #fsr_left3col_stacks_in_4864_page26 .left3colpad_stacks_in_4864_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4864_page26 #fsr_3colwrap_stacks_in_4864_page26 #fsr_center3col_stacks_in_4864_page26 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_4864_page26 #fsr_3colwrap_stacks_in_4864_page26 #fsr_right3col_stacks_in_4864_page26 .right3colpad_stacks_in_4864_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4864_page26 #fsr_3colwrap_stacks_in_4864_page26 #fsr_right3col_stacks_in_4864_page26 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_4864_page26 #fsr_3colwrap_stacks_in_4864_page26 #fsr_center3col_stacks_in_4864_page26 .center3colpad_stacks_in_4864_page26 {
	padding: 0px 0px 0px 0px;
}


/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4864_page26 #fsr_3colwrap_stacks_in_4864_page26 #fsr_left3col_stacks_in_4864_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4864_page26 #fsr_3colwrap_stacks_in_4864_page26 #fsr_left3col_stacks_in_4864_page26 .left3colpad_stacks_in_4864_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4864_page26 #fsr_3colwrap_stacks_in_4864_page26 #fsr_center3col_stacks_in_4864_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4864_page26 #fsr_3colwrap_stacks_in_4864_page26 #fsr_center3col_stacks_in_4864_page26 .center3colpad_stacks_in_4864_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4864_page26 #fsr_3colwrap_stacks_in_4864_page26 #fsr_right3col_stacks_in_4864_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4864_page26 #fsr_3colwrap_stacks_in_4864_page26 #fsr_right3col_stacks_in_4864_page26 .right3colpad_stacks_in_4864_page26 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4864_page26 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 0px 0px;
}
/* Start Viewr stack CSS code */#stacks_in_4866_page26 .editHeader {height:2em;border:1px solid #A8B1BC;border-bottom:1px solid #5B5B5A;border-radius:3px 3px 0 0;background-color:#E4E4E4;background-image:-webkit-linear-gradient(top,#E3E3E3,#ABABAB);color:#424242;text-align:center;text-shadow:rgba(255,255,255,0.5) 0 1px 1px;font-weight:400;font-size:1.3em;font-family:"Lucida Grande",sans-serif;line-height:2em;} .editHeader h1 {font-size: 20px; } #stacks_in_4866_page26 .viewritem { border:2px solid #A8B1BC; padding: 4px;border-top-style:none;border-radius:3px;background: #E6E5E7;-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .3);                box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .3);} #stacks_in_4866_page26 .editWrapper {display:;border:1px solid #A8B1BC;border-top-style:none;border-radius:0 0 3px 3px;background: ##F2F1F3;}#stacks_in_4866_page26 .editHeader b { padding-left: 7px; font-size: 10px !important; }%[endif]%.stacks_in_4866_page26swipebox-overflow-hidden {  overflow: hidden!important;}#swipebox-overlay img {  border: none!important;}#swipebox-overlay {  width: 100%;  height: 100%;  position: fixed;  top: 0;  left: 0;  opacity: 0;  z-index: 9999999999999999;  overflow: hidden;  display: none;  -webkit-user-select: none;  -moz-user-select: none;  user-select: none;}#swipebox-slider {  height: 100%;  left: 0;  top: 0;  width: 100%;  white-space: nowrap;  position: absolute;}#swipebox-slider .slide {  background: url(../files/viewrAssets/loader.gif) no-repeat center center;  height: 100%;  line-height: 1px;  text-align: center;  width: 100%;  display: inline-block;}#swipebox-slider .slide:before {  content: "";  display: inline-block;  height: 50%;  width: 1px;  margin-right: -1px;}#swipebox-slider .slide img {  display: inline-block;  max-height: 100%;  max-width: 100%;  width: auto;  height: auto;  vertical-align: middle;}#swipebox-action, #swipebox-caption {  position: absolute;  left: 0;  z-index: 999;  height: 50px;  width: 100%;}#swipebox-action {  bottom: -50px;}#swipebox-action.visible-bars {  bottom: 0;}#swipebox-action.force-visible-bars {  bottom: 0!important;}#swipebox-caption {  top: -50px;  text-align: center;}#swipebox-caption.visible-bars {  top: 0;}#swipebox-caption.force-visible-bars {  top: 0!important;}#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,#swipebox-action #swipebox-close {  background-image: url(../files/viewrAssets/icons.png);  background-repeat: no-repeat;  border: none!important;  text-decoration: none!important;  cursor: pointer;  position: absolute;  width: 50px;  height: 50px;  top: 0;}#swipebox-action #swipebox-close {  background-position: 15px 12px;  left: 40px;}#swipebox-action #swipebox-prev {  background-position: -32px 13px;  right: 100px;}#swipebox-action #swipebox-next {  background-position: -78px 13px;  right: 40px;}#swipebox-action #swipebox-prev.disabled,#swipebox-action #swipebox-next.disabled {  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);  opacity: 0.3;}#swipebox-slider.rightSpring {  -moz-animation: rightSpring 0.3s;  -webkit-animation: rightSpring 0.3s;}#swipebox-slider.leftSpring {  -moz-animation: leftSpring 0.3s;  -webkit-animation: leftSpring 0.3s;}@-moz-keyframes rightSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: -30px;  }  100% {    margin-left: 0px;  }}@-moz-keyframes leftSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: 30px;  }  100% {    margin-left: 0px;  }}@-webkit-keyframes rightSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: -30px;  }  100% {    margin-left: 0px;  }}@-webkit-keyframes leftSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: 30px;  }  100% {    margin-left: 0px;  }}/* Skin --------------------------*/#swipebox-overlay {    background: rgba(0,0,0,0.5);}#swipebox-action, #swipebox-caption {  text-shadow: 1px 1px 1px black;  background-color: rgba(0,0,0,0.8);  -webkit-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;  -moz-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;  box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);  opacity: 0.95;}#swipebox-action {  -webkit-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;  -moz-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;  box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;}#swipebox-caption {  color: white!important;  font-size: 15px;  line-height: 43px;  font-family: Helvetica, Arial, sans-serif;}/* End Viewr stack CSS code */
#stacks_in_4866_page26 {
	margin: 3px 0px 3px 0px;
}
/* @group Main Slider & Reset */

#refinedSliderWrapperstacks_in_40317_page26 {
	max-width: 2000px;
	margin: 0 auto;
}

#refinedSliderWrapperstacks_in_40317_page26 img {
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
	border-radius: 5px;
}

#refinedSliderWrapperstacks_in_40317_page26 .nivo-slice {
	z-index: 20;
}

.nivo-controlNav img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}

#refinedSliderWrapperstacks_in_40317_page26 a,
#refinedSliderWrapperstacks_in_40317_page26 a:visited,
#refinedSliderWrapperstacks_in_40317_page26 a:hover,
#refinedSliderWrapperstacks_in_40317_page26 a:active,
#refinedSliderWrapperstacks_in_40317_page26 a:focus {
	border: none;
	outline: none;
}

#refinedSliderWrapperstacks_in_40317_page26 a.nullLink {
	cursor: default;
}

#refinedSliderWrapperstacks_in_40317_page26 a.refinedSliderLink {
	z-index: 30;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Directional Navigation */

#refinedSliderWrapperstacks_in_40317_page26 .nivo-directionNav {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;*/
}

#refinedSliderWrapperstacks_in_40317_page26 .nivo-directionNav a {
	font-size: 64px;
	padding: 2.50%;
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.50;
	transition: all 300ms ease-in-out;
	z-index: 30;
}

#refinedSliderWrapperstacks_in_40317_page26 .nivo-directionNav a [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
}

#refinedSliderWrapperstacks_in_40317_page26 .nivo-directionNav a:hover,
#refinedSliderWrapperstacks_in_40317_page26 .nivo-directionNav a:focus,
#refinedSliderWrapperstacks_in_40317_page26 .nivo-directionNav a:active {
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_40317_page26 .nivo-directionNav a:hover [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}

#refinedSliderWrapperstacks_in_40317_page26 .nivo-directionNav a.nivo-prevNav {
	top: 40%;
}

#refinedSliderWrapperstacks_in_40317_page26 .nivo-directionNav a.nivo-nextNav {
	top: 40%;
}

@media screen and (max-width: 580px) {
	#refinedSliderWrapperstacks_in_40317_page26 .nivo-directionNav {
		/* New */
		display: none !important;
	}
}

/* @end */

/* @group Navigation None */

/*  */

/* @end */

/* @group Navigation Bullets */

/*  */

/* @end */

/* @group Navigation Numbers */

/*  */

/* @end */

/* @group Navigation Thumbnails */

/*  */

#refinedSliderWrapperstacks_in_40317_page26 .nivo-controlNav {
	display: block;
	position: relative;
	text-align: center;
	margin-left: -5px;
	margin-right: -5px;
}

#refinedSliderWrapperstacks_in_40317_page26 .nivo-controlNav a {
	border: none;
	outline: none;
	background: none;
	opacity: 0.50;
	transition: all 300ms ease-in-out;
	display: inline-block;
	width: 10%;
	padding: 5px;
}

#refinedSliderWrapperstacks_in_40317_page26 .nivo-controlNav a:hover {
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_40317_page26 .nivo-controlNav a.active {
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_40317_page26 .nivo-controlNav a img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_40317_page26 .nivo-controlNav {
		display: none !important;
	}
}

/*  */

/* @end */

/* @group Layered Navigation */

/*  */

/* @end */

/* @group Captions */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#refinedSliderWrapperstacks_in_40317_page26 .nivo-caption {
	display: none !important;
}

/*  */

/*  */

/*  */

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_40317_page26 .nivo-caption {
		display: none !important;
	}
}

/* @end */

/* @group RefinedSlider Edit Mode */

/*  */

/* @end */
#toggleWrapper_stacks_in_10107_page26 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_10107_page26 {
	padding: 20px;
	margin: 0;
	background: #FFFFFF;
	font-weight: normal;
	display: block;
	position: relative;
	color: #030303;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_10107_page26:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_10107_page26 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #FFFFFF;
	color: #030303;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_10107_page26 a:link:after,
	#toggleTrigger_stacks_in_10107_page26 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_10107_page26 {
		display: block !important;
	}
}
#stacks_in_10109_page26{text-align:justify}
#stacks_in_10112_page26{text-align:justify}
input#stacks_in_12134_page26.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#1542E8; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_12134_page26.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.pay select{
padding:5px 5px 5px 5px;
-webkit-appearance: button;
-webkit-border-radius: px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px;
-webkit-padding-start: 2px;
-webkit-user-select: none;
-moz-border-radius: px;
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);

-moz-padding-end: 5px;
-moz-padding-start: 2px;
-moz-user-select: none;
background-size: 35px 20px;
background-position: center right;
background-repeat: no-repeat;
border:  px solid;
color: ;
background-color: ;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}


select {
	font-size: 13px;
	display: inline-block;
	color: #222;
	vertical-align: top;
	height: 30px;
	line-height: 22px;
	padding: 2px;
	padding: initial;
	border: 1px solid #ccc;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	margin-bottom: 20px;
}

.pay select, .pay select:focus{
outline:none;
height: 41px;
font-size: 16px;
width: 93%!important;

padding:5px 5px 5px 5px;
-webkit-appearance: button;
-webkit-border-radius: px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px;
-webkit-padding-start: 2px;
-webkit-user-select: none;
-moz-border-radius: px;
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);

-moz-padding-end: 5px;
-moz-padding-start: 2px;
-moz-user-select: none;
background-size: 35px 20px;
background-position: center right;
background-repeat: no-repeat;
border:  px solid;
color: ;
background-color: ;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

label {
	margin-left: 0px!important;
}

#PPMiniCart .minicart-attributes {
	line-height: 32px!important;
}
#stacks_in_12134_page26 {
	margin: 8px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive 3 Column Stack' 
Style Sheet: fsr3columns.css Style Sheet
Created: 4, January 2013
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4910_page26 #fsr_3colwrap_stacks_in_4910_page26 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4910_page26 #fsr_3colwrap_stacks_in_4910_page26 #fsr_left3col_stacks_in_4910_page26 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_4910_page26 #fsr_3colwrap_stacks_in_4910_page26 #fsr_left3col_stacks_in_4910_page26 .left3colpad_stacks_in_4910_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4910_page26 #fsr_3colwrap_stacks_in_4910_page26 #fsr_center3col_stacks_in_4910_page26 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_4910_page26 #fsr_3colwrap_stacks_in_4910_page26 #fsr_right3col_stacks_in_4910_page26 .right3colpad_stacks_in_4910_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4910_page26 #fsr_3colwrap_stacks_in_4910_page26 #fsr_right3col_stacks_in_4910_page26 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_4910_page26 #fsr_3colwrap_stacks_in_4910_page26 #fsr_center3col_stacks_in_4910_page26 .center3colpad_stacks_in_4910_page26 {
	padding: 0px 0px 0px 0px;
}


/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4910_page26 #fsr_3colwrap_stacks_in_4910_page26 #fsr_left3col_stacks_in_4910_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4910_page26 #fsr_3colwrap_stacks_in_4910_page26 #fsr_left3col_stacks_in_4910_page26 .left3colpad_stacks_in_4910_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4910_page26 #fsr_3colwrap_stacks_in_4910_page26 #fsr_center3col_stacks_in_4910_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4910_page26 #fsr_3colwrap_stacks_in_4910_page26 #fsr_center3col_stacks_in_4910_page26 .center3colpad_stacks_in_4910_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4910_page26 #fsr_3colwrap_stacks_in_4910_page26 #fsr_right3col_stacks_in_4910_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4910_page26 #fsr_3colwrap_stacks_in_4910_page26 #fsr_right3col_stacks_in_4910_page26 .right3colpad_stacks_in_4910_page26 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4910_page26 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 1px 0px;
}
/* Start Viewr stack CSS code */#stacks_in_4912_page26 .editHeader {height:2em;border:1px solid #A8B1BC;border-bottom:1px solid #5B5B5A;border-radius:3px 3px 0 0;background-color:#E4E4E4;background-image:-webkit-linear-gradient(top,#E3E3E3,#ABABAB);color:#424242;text-align:center;text-shadow:rgba(255,255,255,0.5) 0 1px 1px;font-weight:400;font-size:1.3em;font-family:"Lucida Grande",sans-serif;line-height:2em;} .editHeader h1 {font-size: 20px; } #stacks_in_4912_page26 .viewritem { border:2px solid #A8B1BC; padding: 4px;border-top-style:none;border-radius:3px;background: #E6E5E7;-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .3);                box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .3);} #stacks_in_4912_page26 .editWrapper {display:;border:1px solid #A8B1BC;border-top-style:none;border-radius:0 0 3px 3px;background: ##F2F1F3;}#stacks_in_4912_page26 .editHeader b { padding-left: 7px; font-size: 10px !important; }%[endif]%.stacks_in_4912_page26swipebox-overflow-hidden {  overflow: hidden!important;}#swipebox-overlay img {  border: none!important;}#swipebox-overlay {  width: 100%;  height: 100%;  position: fixed;  top: 0;  left: 0;  opacity: 0;  z-index: 9999999999999999;  overflow: hidden;  display: none;  -webkit-user-select: none;  -moz-user-select: none;  user-select: none;}#swipebox-slider {  height: 100%;  left: 0;  top: 0;  width: 100%;  white-space: nowrap;  position: absolute;}#swipebox-slider .slide {  background: url(../files/viewrAssets/loader.gif) no-repeat center center;  height: 100%;  line-height: 1px;  text-align: center;  width: 100%;  display: inline-block;}#swipebox-slider .slide:before {  content: "";  display: inline-block;  height: 50%;  width: 1px;  margin-right: -1px;}#swipebox-slider .slide img {  display: inline-block;  max-height: 100%;  max-width: 100%;  width: auto;  height: auto;  vertical-align: middle;}#swipebox-action, #swipebox-caption {  position: absolute;  left: 0;  z-index: 999;  height: 50px;  width: 100%;}#swipebox-action {  bottom: -50px;}#swipebox-action.visible-bars {  bottom: 0;}#swipebox-action.force-visible-bars {  bottom: 0!important;}#swipebox-caption {  top: -50px;  text-align: center;}#swipebox-caption.visible-bars {  top: 0;}#swipebox-caption.force-visible-bars {  top: 0!important;}#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,#swipebox-action #swipebox-close {  background-image: url(../files/viewrAssets/icons.png);  background-repeat: no-repeat;  border: none!important;  text-decoration: none!important;  cursor: pointer;  position: absolute;  width: 50px;  height: 50px;  top: 0;}#swipebox-action #swipebox-close {  background-position: 15px 12px;  left: 40px;}#swipebox-action #swipebox-prev {  background-position: -32px 13px;  right: 100px;}#swipebox-action #swipebox-next {  background-position: -78px 13px;  right: 40px;}#swipebox-action #swipebox-prev.disabled,#swipebox-action #swipebox-next.disabled {  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);  opacity: 0.3;}#swipebox-slider.rightSpring {  -moz-animation: rightSpring 0.3s;  -webkit-animation: rightSpring 0.3s;}#swipebox-slider.leftSpring {  -moz-animation: leftSpring 0.3s;  -webkit-animation: leftSpring 0.3s;}@-moz-keyframes rightSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: -30px;  }  100% {    margin-left: 0px;  }}@-moz-keyframes leftSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: 30px;  }  100% {    margin-left: 0px;  }}@-webkit-keyframes rightSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: -30px;  }  100% {    margin-left: 0px;  }}@-webkit-keyframes leftSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: 30px;  }  100% {    margin-left: 0px;  }}/* Skin --------------------------*/#swipebox-overlay {    background: rgba(0,0,0,0.5);}#swipebox-action, #swipebox-caption {  text-shadow: 1px 1px 1px black;  background-color: rgba(0,0,0,0.8);  -webkit-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;  -moz-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;  box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);  opacity: 0.95;}#swipebox-action {  -webkit-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;  -moz-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;  box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;}#swipebox-caption {  color: white!important;  font-size: 15px;  line-height: 43px;  font-family: Helvetica, Arial, sans-serif;}/* End Viewr stack CSS code */
#stacks_in_4912_page26 {
	margin: 3px 0px 3px 0px;
}
/* @group Main Slider & Reset */

#refinedSliderWrapperstacks_in_40325_page26 {
	max-width: 2000px;
	margin: 0 auto;
}

#refinedSliderWrapperstacks_in_40325_page26 img {
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
	border-radius: 5px;
}

#refinedSliderWrapperstacks_in_40325_page26 .nivo-slice {
	z-index: 20;
}

.nivo-controlNav img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}

#refinedSliderWrapperstacks_in_40325_page26 a,
#refinedSliderWrapperstacks_in_40325_page26 a:visited,
#refinedSliderWrapperstacks_in_40325_page26 a:hover,
#refinedSliderWrapperstacks_in_40325_page26 a:active,
#refinedSliderWrapperstacks_in_40325_page26 a:focus {
	border: none;
	outline: none;
}

#refinedSliderWrapperstacks_in_40325_page26 a.nullLink {
	cursor: default;
}

#refinedSliderWrapperstacks_in_40325_page26 a.refinedSliderLink {
	z-index: 30;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Directional Navigation */

#refinedSliderWrapperstacks_in_40325_page26 .nivo-directionNav {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;*/
}

#refinedSliderWrapperstacks_in_40325_page26 .nivo-directionNav a {
	font-size: 64px;
	padding: 2.50%;
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.50;
	transition: all 300ms ease-in-out;
	z-index: 30;
}

#refinedSliderWrapperstacks_in_40325_page26 .nivo-directionNav a [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
}

#refinedSliderWrapperstacks_in_40325_page26 .nivo-directionNav a:hover,
#refinedSliderWrapperstacks_in_40325_page26 .nivo-directionNav a:focus,
#refinedSliderWrapperstacks_in_40325_page26 .nivo-directionNav a:active {
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_40325_page26 .nivo-directionNav a:hover [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}

#refinedSliderWrapperstacks_in_40325_page26 .nivo-directionNav a.nivo-prevNav {
	top: 40%;
}

#refinedSliderWrapperstacks_in_40325_page26 .nivo-directionNav a.nivo-nextNav {
	top: 40%;
}

@media screen and (max-width: 580px) {
	#refinedSliderWrapperstacks_in_40325_page26 .nivo-directionNav {
		/* New */
		display: none !important;
	}
}

/* @end */

/* @group Navigation None */

/*  */

/* @end */

/* @group Navigation Bullets */

/*  */

/* @end */

/* @group Navigation Numbers */

/*  */

/* @end */

/* @group Navigation Thumbnails */

/*  */

#refinedSliderWrapperstacks_in_40325_page26 .nivo-controlNav {
	display: block;
	position: relative;
	text-align: center;
	margin-left: -5px;
	margin-right: -5px;
}

#refinedSliderWrapperstacks_in_40325_page26 .nivo-controlNav a {
	border: none;
	outline: none;
	background: none;
	opacity: 0.50;
	transition: all 300ms ease-in-out;
	display: inline-block;
	width: 10%;
	padding: 5px;
}

#refinedSliderWrapperstacks_in_40325_page26 .nivo-controlNav a:hover {
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_40325_page26 .nivo-controlNav a.active {
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_40325_page26 .nivo-controlNav a img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_40325_page26 .nivo-controlNav {
		display: none !important;
	}
}

/*  */

/* @end */

/* @group Layered Navigation */

/*  */

/* @end */

/* @group Captions */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#refinedSliderWrapperstacks_in_40325_page26 .nivo-caption {
	display: none !important;
}

/*  */

/*  */

/*  */

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_40325_page26 .nivo-caption {
		display: none !important;
	}
}

/* @end */

/* @group RefinedSlider Edit Mode */

/*  */

/* @end */
#toggleWrapper_stacks_in_10137_page26 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_10137_page26 {
	padding: 20px;
	margin: 0;
	background: #FFFFFF;
	font-weight: normal;
	display: block;
	position: relative;
	color: #030303;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_10137_page26:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_10137_page26 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #FFFFFF;
	color: #030303;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_10137_page26 a:link:after,
	#toggleTrigger_stacks_in_10137_page26 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_10137_page26 {
		display: block !important;
	}
}
#stacks_in_10139_page26{text-align:justify}
#stacks_in_10142_page26{text-align:justify}
input#stacks_in_12138_page26.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#1542E8; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_12138_page26.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.pay select{
padding:5px 5px 5px 5px;
-webkit-appearance: button;
-webkit-border-radius: px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px;
-webkit-padding-start: 2px;
-webkit-user-select: none;
-moz-border-radius: px;
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);

-moz-padding-end: 5px;
-moz-padding-start: 2px;
-moz-user-select: none;
background-size: 35px 20px;
background-position: center right;
background-repeat: no-repeat;
border:  px solid;
color: ;
background-color: ;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}


select {
	font-size: 13px;
	display: inline-block;
	color: #222;
	vertical-align: top;
	height: 30px;
	line-height: 22px;
	padding: 2px;
	padding: initial;
	border: 1px solid #ccc;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	margin-bottom: 20px;
}

.pay select, .pay select:focus{
outline:none;
height: 41px;
font-size: 16px;
width: 93%!important;

padding:5px 5px 5px 5px;
-webkit-appearance: button;
-webkit-border-radius: px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px;
-webkit-padding-start: 2px;
-webkit-user-select: none;
-moz-border-radius: px;
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);

-moz-padding-end: 5px;
-moz-padding-start: 2px;
-moz-user-select: none;
background-size: 35px 20px;
background-position: center right;
background-repeat: no-repeat;
border:  px solid;
color: ;
background-color: ;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

label {
	margin-left: 0px!important;
}

#PPMiniCart .minicart-attributes {
	line-height: 32px!important;
}
#stacks_in_12138_page26 {
	margin: 8px 0px 0px 0px;
}

#stacks_in_1796_page26 {
	margin: 4px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive 3 Column Stack' 
Style Sheet: fsr3columns.css Style Sheet
Created: 4, January 2013
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4958_page26 #fsr_3colwrap_stacks_in_4958_page26 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_4958_page26 #fsr_3colwrap_stacks_in_4958_page26 #fsr_left3col_stacks_in_4958_page26 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_4958_page26 #fsr_3colwrap_stacks_in_4958_page26 #fsr_left3col_stacks_in_4958_page26 .left3colpad_stacks_in_4958_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4958_page26 #fsr_3colwrap_stacks_in_4958_page26 #fsr_center3col_stacks_in_4958_page26 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_4958_page26 #fsr_3colwrap_stacks_in_4958_page26 #fsr_right3col_stacks_in_4958_page26 .right3colpad_stacks_in_4958_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4958_page26 #fsr_3colwrap_stacks_in_4958_page26 #fsr_right3col_stacks_in_4958_page26 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_4958_page26 #fsr_3colwrap_stacks_in_4958_page26 #fsr_center3col_stacks_in_4958_page26 .center3colpad_stacks_in_4958_page26 {
	padding: 0px 0px 0px 0px;
}


/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_4958_page26 #fsr_3colwrap_stacks_in_4958_page26 #fsr_left3col_stacks_in_4958_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4958_page26 #fsr_3colwrap_stacks_in_4958_page26 #fsr_left3col_stacks_in_4958_page26 .left3colpad_stacks_in_4958_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4958_page26 #fsr_3colwrap_stacks_in_4958_page26 #fsr_center3col_stacks_in_4958_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4958_page26 #fsr_3colwrap_stacks_in_4958_page26 #fsr_center3col_stacks_in_4958_page26 .center3colpad_stacks_in_4958_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_4958_page26 #fsr_3colwrap_stacks_in_4958_page26 #fsr_right3col_stacks_in_4958_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_4958_page26 #fsr_3colwrap_stacks_in_4958_page26 #fsr_right3col_stacks_in_4958_page26 .right3colpad_stacks_in_4958_page26 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_4958_page26 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 1px 0px 1px 0px;
}

#stacks_in_12474_page26 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 5px 0px 0px 71px;
}
/* Start Viewr stack CSS code */#stacks_in_4960_page26 .editHeader {height:2em;border:1px solid #A8B1BC;border-bottom:1px solid #5B5B5A;border-radius:3px 3px 0 0;background-color:#E4E4E4;background-image:-webkit-linear-gradient(top,#E3E3E3,#ABABAB);color:#424242;text-align:center;text-shadow:rgba(255,255,255,0.5) 0 1px 1px;font-weight:400;font-size:1.3em;font-family:"Lucida Grande",sans-serif;line-height:2em;} .editHeader h1 {font-size: 20px; } #stacks_in_4960_page26 .viewritem { border:2px solid #A8B1BC; padding: 4px;border-top-style:none;border-radius:3px;background: #E6E5E7;-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .3);                box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .3);} #stacks_in_4960_page26 .editWrapper {display:;border:1px solid #A8B1BC;border-top-style:none;border-radius:0 0 3px 3px;background: ##F2F1F3;}#stacks_in_4960_page26 .editHeader b { padding-left: 7px; font-size: 10px !important; }%[endif]%.stacks_in_4960_page26swipebox-overflow-hidden {  overflow: hidden!important;}#swipebox-overlay img {  border: none!important;}#swipebox-overlay {  width: 100%;  height: 100%;  position: fixed;  top: 0;  left: 0;  opacity: 0;  z-index: 9999999999999999;  overflow: hidden;  display: none;  -webkit-user-select: none;  -moz-user-select: none;  user-select: none;}#swipebox-slider {  height: 100%;  left: 0;  top: 0;  width: 100%;  white-space: nowrap;  position: absolute;}#swipebox-slider .slide {  background: url(../files/viewrAssets/loader.gif) no-repeat center center;  height: 100%;  line-height: 1px;  text-align: center;  width: 100%;  display: inline-block;}#swipebox-slider .slide:before {  content: "";  display: inline-block;  height: 50%;  width: 1px;  margin-right: -1px;}#swipebox-slider .slide img {  display: inline-block;  max-height: 100%;  max-width: 100%;  width: auto;  height: auto;  vertical-align: middle;}#swipebox-action, #swipebox-caption {  position: absolute;  left: 0;  z-index: 999;  height: 50px;  width: 100%;}#swipebox-action {  bottom: -50px;}#swipebox-action.visible-bars {  bottom: 0;}#swipebox-action.force-visible-bars {  bottom: 0!important;}#swipebox-caption {  top: -50px;  text-align: center;}#swipebox-caption.visible-bars {  top: 0;}#swipebox-caption.force-visible-bars {  top: 0!important;}#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,#swipebox-action #swipebox-close {  background-image: url(../files/viewrAssets/icons.png);  background-repeat: no-repeat;  border: none!important;  text-decoration: none!important;  cursor: pointer;  position: absolute;  width: 50px;  height: 50px;  top: 0;}#swipebox-action #swipebox-close {  background-position: 15px 12px;  left: 40px;}#swipebox-action #swipebox-prev {  background-position: -32px 13px;  right: 100px;}#swipebox-action #swipebox-next {  background-position: -78px 13px;  right: 40px;}#swipebox-action #swipebox-prev.disabled,#swipebox-action #swipebox-next.disabled {  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);  opacity: 0.3;}#swipebox-slider.rightSpring {  -moz-animation: rightSpring 0.3s;  -webkit-animation: rightSpring 0.3s;}#swipebox-slider.leftSpring {  -moz-animation: leftSpring 0.3s;  -webkit-animation: leftSpring 0.3s;}@-moz-keyframes rightSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: -30px;  }  100% {    margin-left: 0px;  }}@-moz-keyframes leftSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: 30px;  }  100% {    margin-left: 0px;  }}@-webkit-keyframes rightSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: -30px;  }  100% {    margin-left: 0px;  }}@-webkit-keyframes leftSpring {  0% {    margin-left: 0px;  }  50% {    margin-left: 30px;  }  100% {    margin-left: 0px;  }}/* Skin --------------------------*/#swipebox-overlay {    background: rgba(0,0,0,0.5);}#swipebox-action, #swipebox-caption {  text-shadow: 1px 1px 1px black;  background-color: rgba(0,0,0,0.8);  -webkit-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;  -moz-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;  box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);  opacity: 0.95;}#swipebox-action {  -webkit-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;  -moz-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;  box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;}#swipebox-caption {  color: white!important;  font-size: 15px;  line-height: 43px;  font-family: Helvetica, Arial, sans-serif;}/* End Viewr stack CSS code */
#stacks_in_4960_page26 {
	margin: 3px 0px 3px 0px;
}
/* @group Main Slider & Reset */

#refinedSliderWrapperstacks_in_40333_page26 {
	max-width: 2000px;
	margin: 0 auto;
}

#refinedSliderWrapperstacks_in_40333_page26 img {
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
	border-radius: 5px;
}

#refinedSliderWrapperstacks_in_40333_page26 .nivo-slice {
	z-index: 20;
}

.nivo-controlNav img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}

#refinedSliderWrapperstacks_in_40333_page26 a,
#refinedSliderWrapperstacks_in_40333_page26 a:visited,
#refinedSliderWrapperstacks_in_40333_page26 a:hover,
#refinedSliderWrapperstacks_in_40333_page26 a:active,
#refinedSliderWrapperstacks_in_40333_page26 a:focus {
	border: none;
	outline: none;
}

#refinedSliderWrapperstacks_in_40333_page26 a.nullLink {
	cursor: default;
}

#refinedSliderWrapperstacks_in_40333_page26 a.refinedSliderLink {
	z-index: 30;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Directional Navigation */

#refinedSliderWrapperstacks_in_40333_page26 .nivo-directionNav {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;*/
}

#refinedSliderWrapperstacks_in_40333_page26 .nivo-directionNav a {
	font-size: 64px;
	padding: 2.50%;
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.50;
	transition: all 300ms ease-in-out;
	z-index: 30;
}

#refinedSliderWrapperstacks_in_40333_page26 .nivo-directionNav a [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
}

#refinedSliderWrapperstacks_in_40333_page26 .nivo-directionNav a:hover,
#refinedSliderWrapperstacks_in_40333_page26 .nivo-directionNav a:focus,
#refinedSliderWrapperstacks_in_40333_page26 .nivo-directionNav a:active {
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_40333_page26 .nivo-directionNav a:hover [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}

#refinedSliderWrapperstacks_in_40333_page26 .nivo-directionNav a.nivo-prevNav {
	top: 40%;
}

#refinedSliderWrapperstacks_in_40333_page26 .nivo-directionNav a.nivo-nextNav {
	top: 40%;
}

@media screen and (max-width: 580px) {
	#refinedSliderWrapperstacks_in_40333_page26 .nivo-directionNav {
		/* New */
		display: none !important;
	}
}

/* @end */

/* @group Navigation None */

/*  */

/* @end */

/* @group Navigation Bullets */

/*  */

/* @end */

/* @group Navigation Numbers */

/*  */

/* @end */

/* @group Navigation Thumbnails */

/*  */

#refinedSliderWrapperstacks_in_40333_page26 .nivo-controlNav {
	display: block;
	position: relative;
	text-align: center;
	margin-left: -5px;
	margin-right: -5px;
}

#refinedSliderWrapperstacks_in_40333_page26 .nivo-controlNav a {
	border: none;
	outline: none;
	background: none;
	opacity: 0.50;
	transition: all 300ms ease-in-out;
	display: inline-block;
	width: 10%;
	padding: 5px;
}

#refinedSliderWrapperstacks_in_40333_page26 .nivo-controlNav a:hover {
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_40333_page26 .nivo-controlNav a.active {
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_40333_page26 .nivo-controlNav a img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_40333_page26 .nivo-controlNav {
		display: none !important;
	}
}

/*  */

/* @end */

/* @group Layered Navigation */

/*  */

/* @end */

/* @group Captions */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#refinedSliderWrapperstacks_in_40333_page26 .nivo-caption {
	display: none !important;
}

/*  */

/*  */

/*  */

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_40333_page26 .nivo-caption {
		display: none !important;
	}
}

/* @end */

/* @group RefinedSlider Edit Mode */

/*  */

/* @end */
#toggleWrapper_stacks_in_10167_page26 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_10167_page26 {
	padding: 20px;
	margin: 0;
	background: #FFFFFF;
	font-weight: normal;
	display: block;
	position: relative;
	color: #030303;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_10167_page26:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_10167_page26 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #FFFFFF;
	color: #030303;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_10167_page26 a:link:after,
	#toggleTrigger_stacks_in_10167_page26 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_10167_page26 {
		display: block !important;
	}
}
#stacks_in_10169_page26{text-align:justify}
#stacks_in_10172_page26{text-align:justify}
input#stacks_in_4968_page26.pay-submit  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:56px; 
	line-height:36px; 
	border:none; 
	margin:0; 
	padding:0 20px; 
	color:#FFFFFF!important; 
	font-size:1.0em; 
	text-transform:none; 
	background:#2138C7; 
	width:auto; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input#stacks_in_4968_page26.pay-submit:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


#stacks_in_4968_page26 {
	margin: 8px 0px 0px 0px;
	padding:  20px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Hide Show Stack' 
Style Sheet: fsrmobilehideshow.css Style Sheet
Created: 10, June 2014
Last Modified: 29, June 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/


/************************************************************************************
DESKTOP
*************************************************************************************/


#stacks_in_8689_page26desktopcontent {
	display: block;
	height: auto;
	max-width: 100%;
}




#stacks_in_8689_page26mobilecontent { 
	display: none;
}




/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_8689_page26mobilecontent { 
	display: block;
	height: auto;
	max-width: 100%;
}

#stacks_in_8689_page26desktopcontent {
	display: none;
}

}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_8829_page26 #fsr_colwrap_stacks_in_8829_page26 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_8829_page26 #fsr_colwrap_stacks_in_8829_page26 #fsr_leftcol_stacks_in_8829_page26 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_8829_page26 #fsr_colwrap_stacks_in_8829_page26 #fsr_leftcol_stacks_in_8829_page26 .leftcolpad_stacks_in_8829_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_8829_page26 #fsr_colwrap_stacks_in_8829_page26 #fsr_rightcol_stacks_in_8829_page26 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8829_page26 #fsr_colwrap_stacks_in_8829_page26 #fsr_rightcol_stacks_in_8829_page26 .rightcolpad_stacks_in_8829_page26 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_8829_page26 #fsr_colwrap_stacks_in_8829_page26 #fsr_leftcol_stacks_in_8829_page26 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8829_page26 #fsr_colwrap_stacks_in_8829_page26 #fsr_leftcol_stacks_in_8829_page26 .leftcolpad_stacks_in_8829_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_8829_page26 #fsr_colwrap_stacks_in_8829_page26 #fsr_rightcol_stacks_in_8829_page26 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8829_page26 #fsr_colwrap_stacks_in_8829_page26 #fsr_rightcol_stacks_in_8829_page26 .rightcolpad_stacks_in_8829_page26 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_8829_page26 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px 60px 0px 64px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_8831_page26 #fsr_colwrap_stacks_in_8831_page26 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_8831_page26 #fsr_colwrap_stacks_in_8831_page26 #fsr_leftcol_stacks_in_8831_page26 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_8831_page26 #fsr_colwrap_stacks_in_8831_page26 #fsr_leftcol_stacks_in_8831_page26 .leftcolpad_stacks_in_8831_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_8831_page26 #fsr_colwrap_stacks_in_8831_page26 #fsr_rightcol_stacks_in_8831_page26 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8831_page26 #fsr_colwrap_stacks_in_8831_page26 #fsr_rightcol_stacks_in_8831_page26 .rightcolpad_stacks_in_8831_page26 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_8831_page26 #fsr_colwrap_stacks_in_8831_page26 #fsr_leftcol_stacks_in_8831_page26 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8831_page26 #fsr_colwrap_stacks_in_8831_page26 #fsr_leftcol_stacks_in_8831_page26 .leftcolpad_stacks_in_8831_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_8831_page26 #fsr_colwrap_stacks_in_8831_page26 #fsr_rightcol_stacks_in_8831_page26 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8831_page26 #fsr_colwrap_stacks_in_8831_page26 #fsr_rightcol_stacks_in_8831_page26 .rightcolpad_stacks_in_8831_page26 {
	padding: 0px 0px 0px 0px;
}

}/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_8833_page26 #fsr_colwrap_stacks_in_8833_page26 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_8833_page26 #fsr_colwrap_stacks_in_8833_page26 #fsr_leftcol_stacks_in_8833_page26 {
	float: left;
	display: block;
	width: 10%;
	height: auto;
	margin: 0;
}

#stacks_in_8833_page26 #fsr_colwrap_stacks_in_8833_page26 #fsr_leftcol_stacks_in_8833_page26 .leftcolpad_stacks_in_8833_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_8833_page26 #fsr_colwrap_stacks_in_8833_page26 #fsr_rightcol_stacks_in_8833_page26 {
	float: right;
	display: block;
	width: 90%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8833_page26 #fsr_colwrap_stacks_in_8833_page26 #fsr_rightcol_stacks_in_8833_page26 .rightcolpad_stacks_in_8833_page26 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_8833_page26 #fsr_colwrap_stacks_in_8833_page26 #fsr_leftcol_stacks_in_8833_page26 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8833_page26 #fsr_colwrap_stacks_in_8833_page26 #fsr_leftcol_stacks_in_8833_page26 .leftcolpad_stacks_in_8833_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_8833_page26 #fsr_colwrap_stacks_in_8833_page26 #fsr_rightcol_stacks_in_8833_page26 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8833_page26 #fsr_colwrap_stacks_in_8833_page26 #fsr_rightcol_stacks_in_8833_page26 .rightcolpad_stacks_in_8833_page26 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_8833_page26 {
	margin: 4px 0px 3px 0px;
}
#stacks_in_8836_page26{text-align:justify}

#stacks_in_8836_page26 {
	margin: 10px 0px 0px 86px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_8839_page26 #fsr_colwrap_stacks_in_8839_page26 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_8839_page26 #fsr_colwrap_stacks_in_8839_page26 #fsr_leftcol_stacks_in_8839_page26 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_8839_page26 #fsr_colwrap_stacks_in_8839_page26 #fsr_leftcol_stacks_in_8839_page26 .leftcolpad_stacks_in_8839_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_8839_page26 #fsr_colwrap_stacks_in_8839_page26 #fsr_rightcol_stacks_in_8839_page26 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8839_page26 #fsr_colwrap_stacks_in_8839_page26 #fsr_rightcol_stacks_in_8839_page26 .rightcolpad_stacks_in_8839_page26 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_8839_page26 #fsr_colwrap_stacks_in_8839_page26 #fsr_leftcol_stacks_in_8839_page26 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8839_page26 #fsr_colwrap_stacks_in_8839_page26 #fsr_leftcol_stacks_in_8839_page26 .leftcolpad_stacks_in_8839_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_8839_page26 #fsr_colwrap_stacks_in_8839_page26 #fsr_rightcol_stacks_in_8839_page26 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8839_page26 #fsr_colwrap_stacks_in_8839_page26 #fsr_rightcol_stacks_in_8839_page26 .rightcolpad_stacks_in_8839_page26 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_8839_page26 {
	margin: 4px 0px 6px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_8843_page26 {
	
}

#stacks_in_8843_page26 img {
	float: none;
	max-width: 25% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_8843_page26 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}
#stacks_in_8843_page26 {
	margin: 9px 0px 2px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_8848_page26 {
	
}

#stacks_in_8848_page26 img {
	float: none;
	max-width: 25% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_8848_page26 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}
#stacks_in_8848_page26 {
	margin: 9px 0px 2px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_8851_page26 #fsr_colwrap_stacks_in_8851_page26 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_8851_page26 #fsr_colwrap_stacks_in_8851_page26 #fsr_leftcol_stacks_in_8851_page26 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_8851_page26 #fsr_colwrap_stacks_in_8851_page26 #fsr_leftcol_stacks_in_8851_page26 .leftcolpad_stacks_in_8851_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_8851_page26 #fsr_colwrap_stacks_in_8851_page26 #fsr_rightcol_stacks_in_8851_page26 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8851_page26 #fsr_colwrap_stacks_in_8851_page26 #fsr_rightcol_stacks_in_8851_page26 .rightcolpad_stacks_in_8851_page26 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_8851_page26 #fsr_colwrap_stacks_in_8851_page26 #fsr_leftcol_stacks_in_8851_page26 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8851_page26 #fsr_colwrap_stacks_in_8851_page26 #fsr_leftcol_stacks_in_8851_page26 .leftcolpad_stacks_in_8851_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_8851_page26 #fsr_colwrap_stacks_in_8851_page26 #fsr_rightcol_stacks_in_8851_page26 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8851_page26 #fsr_colwrap_stacks_in_8851_page26 #fsr_rightcol_stacks_in_8851_page26 .rightcolpad_stacks_in_8851_page26 {
	padding: 0px 0px 0px 0px;
}

}/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_8853_page26 #fsr_colwrap_stacks_in_8853_page26 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_8853_page26 #fsr_colwrap_stacks_in_8853_page26 #fsr_leftcol_stacks_in_8853_page26 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_8853_page26 #fsr_colwrap_stacks_in_8853_page26 #fsr_leftcol_stacks_in_8853_page26 .leftcolpad_stacks_in_8853_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_8853_page26 #fsr_colwrap_stacks_in_8853_page26 #fsr_rightcol_stacks_in_8853_page26 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8853_page26 #fsr_colwrap_stacks_in_8853_page26 #fsr_rightcol_stacks_in_8853_page26 .rightcolpad_stacks_in_8853_page26 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_8853_page26 #fsr_colwrap_stacks_in_8853_page26 #fsr_leftcol_stacks_in_8853_page26 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8853_page26 #fsr_colwrap_stacks_in_8853_page26 #fsr_leftcol_stacks_in_8853_page26 .leftcolpad_stacks_in_8853_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_8853_page26 #fsr_colwrap_stacks_in_8853_page26 #fsr_rightcol_stacks_in_8853_page26 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8853_page26 #fsr_colwrap_stacks_in_8853_page26 #fsr_rightcol_stacks_in_8853_page26 .rightcolpad_stacks_in_8853_page26 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_8853_page26 {
	margin: 4px 0px 6px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_8857_page26 {
	
}

#stacks_in_8857_page26 img {
	float: none;
	max-width: 25% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_8857_page26 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}
#stacks_in_8857_page26 {
	margin: 9px 0px 2px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_8862_page26 {
	
}

#stacks_in_8862_page26 img {
	float: none;
	max-width: 25% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_8862_page26 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}
#stacks_in_8862_page26 {
	margin: 9px 0px 1px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_8865_page26 #fsr_colwrap_stacks_in_8865_page26 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_8865_page26 #fsr_colwrap_stacks_in_8865_page26 #fsr_leftcol_stacks_in_8865_page26 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_8865_page26 #fsr_colwrap_stacks_in_8865_page26 #fsr_leftcol_stacks_in_8865_page26 .leftcolpad_stacks_in_8865_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_8865_page26 #fsr_colwrap_stacks_in_8865_page26 #fsr_rightcol_stacks_in_8865_page26 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8865_page26 #fsr_colwrap_stacks_in_8865_page26 #fsr_rightcol_stacks_in_8865_page26 .rightcolpad_stacks_in_8865_page26 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_8865_page26 #fsr_colwrap_stacks_in_8865_page26 #fsr_leftcol_stacks_in_8865_page26 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8865_page26 #fsr_colwrap_stacks_in_8865_page26 #fsr_leftcol_stacks_in_8865_page26 .leftcolpad_stacks_in_8865_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_8865_page26 #fsr_colwrap_stacks_in_8865_page26 #fsr_rightcol_stacks_in_8865_page26 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8865_page26 #fsr_colwrap_stacks_in_8865_page26 #fsr_rightcol_stacks_in_8865_page26 .rightcolpad_stacks_in_8865_page26 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_8865_page26 {
	margin: 4px 0px 6px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_8869_page26 {
	
}

#stacks_in_8869_page26 img {
	float: none;
	max-width: 25% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_8869_page26 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}
#stacks_in_8869_page26 {
	margin: 9px 0px 0px 0px;
}

#stacks_in_8983_page26 {
	border: solid rgba(193, 193, 193, 1.00);
	border-width: 0px 0px 1px 0px;
	padding: 0px 0px 3px 0px;
}
#stacks_in_6468_page26{text-align:justify}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive 3 Column Stack' 
Style Sheet: fsr3columns.css Style Sheet
Created: 4, January 2013
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_8985_page26 #fsr_3colwrap_stacks_in_8985_page26 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_8985_page26 #fsr_3colwrap_stacks_in_8985_page26 #fsr_left3col_stacks_in_8985_page26 {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_8985_page26 #fsr_3colwrap_stacks_in_8985_page26 #fsr_left3col_stacks_in_8985_page26 .left3colpad_stacks_in_8985_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_8985_page26 #fsr_3colwrap_stacks_in_8985_page26 #fsr_center3col_stacks_in_8985_page26 {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 33.33%;
	padding: 0;
}

#stacks_in_8985_page26 #fsr_3colwrap_stacks_in_8985_page26 #fsr_right3col_stacks_in_8985_page26 .right3colpad_stacks_in_8985_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_8985_page26 #fsr_3colwrap_stacks_in_8985_page26 #fsr_right3col_stacks_in_8985_page26 {
	float: left;
	display: inline;
	width: 33.33%;
	margin: 0;
	padding: 0;
}

#stacks_in_8985_page26 #fsr_3colwrap_stacks_in_8985_page26 #fsr_center3col_stacks_in_8985_page26 .center3colpad_stacks_in_8985_page26 {
	padding: 0px 0px 0px 0px;
}


/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_8985_page26 #fsr_3colwrap_stacks_in_8985_page26 #fsr_left3col_stacks_in_8985_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_8985_page26 #fsr_3colwrap_stacks_in_8985_page26 #fsr_left3col_stacks_in_8985_page26 .left3colpad_stacks_in_8985_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_8985_page26 #fsr_3colwrap_stacks_in_8985_page26 #fsr_center3col_stacks_in_8985_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_8985_page26 #fsr_3colwrap_stacks_in_8985_page26 #fsr_center3col_stacks_in_8985_page26 .center3colpad_stacks_in_8985_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_8985_page26 #fsr_3colwrap_stacks_in_8985_page26 #fsr_right3col_stacks_in_8985_page26 {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#stacks_in_8985_page26 #fsr_3colwrap_stacks_in_8985_page26 #fsr_right3col_stacks_in_8985_page26 .right3colpad_stacks_in_8985_page26 {
	padding: 0px 0px 0px 0px;
}

}
#stacks_in_8985_page26 {
	padding: 0px 60px 18px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_8987_page26 #fsr_colwrap_stacks_in_8987_page26 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_8987_page26 #fsr_colwrap_stacks_in_8987_page26 #fsr_leftcol_stacks_in_8987_page26 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_8987_page26 #fsr_colwrap_stacks_in_8987_page26 #fsr_leftcol_stacks_in_8987_page26 .leftcolpad_stacks_in_8987_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_8987_page26 #fsr_colwrap_stacks_in_8987_page26 #fsr_rightcol_stacks_in_8987_page26 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8987_page26 #fsr_colwrap_stacks_in_8987_page26 #fsr_rightcol_stacks_in_8987_page26 .rightcolpad_stacks_in_8987_page26 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_8987_page26 #fsr_colwrap_stacks_in_8987_page26 #fsr_leftcol_stacks_in_8987_page26 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8987_page26 #fsr_colwrap_stacks_in_8987_page26 #fsr_leftcol_stacks_in_8987_page26 .leftcolpad_stacks_in_8987_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_8987_page26 #fsr_colwrap_stacks_in_8987_page26 #fsr_rightcol_stacks_in_8987_page26 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8987_page26 #fsr_colwrap_stacks_in_8987_page26 #fsr_rightcol_stacks_in_8987_page26 .rightcolpad_stacks_in_8987_page26 {
	padding: 0px 0px 0px 0px;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_8992_page26 {
	
}

#stacks_in_8992_page26 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_8992_page26 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_8995_page26 #fsr_colwrap_stacks_in_8995_page26 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_8995_page26 #fsr_colwrap_stacks_in_8995_page26 #fsr_leftcol_stacks_in_8995_page26 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_8995_page26 #fsr_colwrap_stacks_in_8995_page26 #fsr_leftcol_stacks_in_8995_page26 .leftcolpad_stacks_in_8995_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_8995_page26 #fsr_colwrap_stacks_in_8995_page26 #fsr_rightcol_stacks_in_8995_page26 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8995_page26 #fsr_colwrap_stacks_in_8995_page26 #fsr_rightcol_stacks_in_8995_page26 .rightcolpad_stacks_in_8995_page26 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_8995_page26 #fsr_colwrap_stacks_in_8995_page26 #fsr_leftcol_stacks_in_8995_page26 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8995_page26 #fsr_colwrap_stacks_in_8995_page26 #fsr_leftcol_stacks_in_8995_page26 .leftcolpad_stacks_in_8995_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_8995_page26 #fsr_colwrap_stacks_in_8995_page26 #fsr_rightcol_stacks_in_8995_page26 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_8995_page26 #fsr_colwrap_stacks_in_8995_page26 #fsr_rightcol_stacks_in_8995_page26 .rightcolpad_stacks_in_8995_page26 {
	padding: 0px 0px 0px 0px;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_8999_page26 {
	
}

#stacks_in_8999_page26 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_8999_page26 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_9004_page26 {
	
}

#stacks_in_9004_page26 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_9004_page26 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_9007_page26 #fsr_colwrap_stacks_in_9007_page26 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_9007_page26 #fsr_colwrap_stacks_in_9007_page26 #fsr_leftcol_stacks_in_9007_page26 {
	float: left;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
}

#stacks_in_9007_page26 #fsr_colwrap_stacks_in_9007_page26 #fsr_leftcol_stacks_in_9007_page26 .leftcolpad_stacks_in_9007_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9007_page26 #fsr_colwrap_stacks_in_9007_page26 #fsr_rightcol_stacks_in_9007_page26 {
	float: right;
	display: block;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9007_page26 #fsr_colwrap_stacks_in_9007_page26 #fsr_rightcol_stacks_in_9007_page26 .rightcolpad_stacks_in_9007_page26 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_9007_page26 #fsr_colwrap_stacks_in_9007_page26 #fsr_leftcol_stacks_in_9007_page26 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9007_page26 #fsr_colwrap_stacks_in_9007_page26 #fsr_leftcol_stacks_in_9007_page26 .leftcolpad_stacks_in_9007_page26 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_9007_page26 #fsr_colwrap_stacks_in_9007_page26 #fsr_rightcol_stacks_in_9007_page26 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_9007_page26 #fsr_colwrap_stacks_in_9007_page26 #fsr_rightcol_stacks_in_9007_page26 .rightcolpad_stacks_in_9007_page26 {
	padding: 0px 0px 0px 0px;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_9011_page26 {
	
}

#stacks_in_9011_page26 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_9011_page26 img {
	float: none;
	max-width: 10% !important;
	min-width: 10% !important;
	height: auto !important;
}

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image Stack' 
Style Sheet: fsrimage.css
Created: 05, November, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_9016_page26 {
	
}

#stacks_in_9016_page26 img {
	float: none;
	max-width: 100% !important;
	height: auto !important;
	padding: 0;
	margin: 0 auto;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_9016_page26 img {
	float: none;
	max-width: 100% !important;
	min-width: 10% !important;
	height: auto !important;
}

}/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Stack' 
Style Sheet: fsrreposition.css Style Sheet
Created: 26, August 2013
Last Modified: 28, July 2015
Version: 1.5
Author: Blueball Design/Charlie Lockhart
www.blueballdesign.com
Copyright 2013-2015 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_47470_page26 {
	padding: 0% 0% 1% 0%;
	margin: 0% 0% 0% 43%;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_47470_page26 { 
    padding: 0% 0% 0% 24%;
    margin: 0% 0% 0% 10%;
}
}
#stacks_in_43498_page26{text-align:justify}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Reposition Alt Stack' 
Style Sheet: fsrrepositionalt.css Style Sheet
Created: 26, August 2013
Last Modified: 03, June 2014
Author: Blueball Design LLC/Charlie Lockhart
http://freestackresponsive.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_43500_page26 {
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 22%;
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 768px) {
	
#stacks_in_43500_page26 { 
    padding: 1% 0% 0% 0%;
    margin: 0% 0% 0% 6%;
}
}
/* @group CSS Reset */

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

#shareStackWrapperstacks_in_43497_page26 ul#shareStackArraystacks_in_43497_page26 {
	padding: 0;
	margin: 0;
	list-style: none;
	height: auto;
	overflow: auto;
	text-align: left;
}

#shareStackWrapperstacks_in_43497_page26 [class^="fa fa-"] {
	line-height: 40px;
	color: inherit;
}

/* @end */

/* @group Positioning */

/* @group Absolute Positioning */

/*  */

/* @end */

/* @group Fixed Positioning */

/*  */

/* @end */

/*  */

/* @group Relative Positioning */

#shareStackWrapperstacks_in_43497_page26 {
	position: relative;
	width: 100%;
}

/*  */

/* @end */





/* @end */

/* @group Buttons */

#shareStackWrapperstacks_in_43497_page26 ul#shareStackArraystacks_in_43497_page26 li.shareStackItem {
	padding: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline-block;
	text-align: center;
	font-size: 28px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	position: relative;
	transition: opacity 300ms ease-in-out;
	border-radius: 0px;
	opacity: 0.99;
	list-style: none;
	overflow: hidden;
}

#shareStackWrapperstacks_in_43497_page26 ul#shareStackArraystacks_in_43497_page26 li.shareStackItem:hover {
	opacity: 0.85;
}

#shareStackWrapperstacks_in_43497_page26 ul#shareStackArraystacks_in_43497_page26 li.shareStackItem a {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
}

/* @end */

/* @group Responsive */

#shareStackWrapperstacks_in_43497_page26 ul#shareStackArraystacks_in_43497_page26 {
	display: none;
}

@media screen and (min-width: 200px) and (max-width: 100000px) {
	#shareStackWrapperstacks_in_43497_page26 ul#shareStackArraystacks_in_43497_page26 {
		display: block;
	}
}

/* @end */

/* @group Icons */

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-baidustacks_in_43497_page26 {
	background: #FF4749;
	color: #0000ff;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-bloggerstacks_in_43497_page26 {
	background: #F3881F;
	color: #ffffff;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-deliciousstacks_in_43497_page26 {
	background: #0c83e8;
	color: #ffffff;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-diggstacks_in_43497_page26 {
	background: #000000;
	color: #ffffff;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-facebookstacks_in_43497_page26 {
	background: #406fac;
	color: #ffffff;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-googleplusstacks_in_43497_page26 {
	background: #e15540;
	color: #ffffff;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-linkedinstacks_in_43497_page26 {
	background: #0182bd;
	color: #ffffff;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-livejournalstacks_in_43497_page26 {
	background: #083B51;
	color: #9AECFF;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-myspacestacks_in_43497_page26 {
	background: #032087;
	color: #ffffff;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-odnoklassnikistacks_in_43497_page26 {
	background: #E76E23;
	color: #ffffff;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-pocketstacks_in_43497_page26 {
	background: #DC2447;
	color: #ffffff;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-redditstacks_in_43497_page26 {
	background: #d3e6f8;
	color: #000000;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-renrenstacks_in_43497_page26 {
	background: #f5f5f5;
	color: #0164b4;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-stumbleuponstacks_in_43497_page26 {
	background: #ed5328;
	color: #ffffff;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-tumblrstacks_in_43497_page26 {
	background: #3c4f67;
	color: #ffffff;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-twitterstacks_in_43497_page26 {
	background: #44A6FD;
	color: #ffffff;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-viadeostacks_in_43497_page26 {
	background: #333333;
	color: #E88B25;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-vkontaktestacks_in_43497_page26 {
	background: #557fab;
	color: #ffffff;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-weibostacks_in_43497_page26 {
	background: #db2f2d;
	color: #ffffff;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-xingstacks_in_43497_page26 {
	background: #D0D607;
	color: #0A5256;
}

/* Utility icons */

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-emailstacks_in_43497_page26 {
	background: #cdcdcd;
	color: #333333;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-printstacks_in_43497_page26 {
	background: #808080;
	color: #ffffff;
}

/* Custom Icons */

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-customonestacks_in_43497_page26 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-customtwostacks_in_43497_page26 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-customthreestacks_in_43497_page26 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-customfourstacks_in_43497_page26 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_43497_page26 #shareStackItem-customfivestacks_in_43497_page26 {
	background: #FF8000;
	color: #333333;
}

/* @end */

@media print {
	#shareStackWrapperstacks_in_43497_page26 {
		display: none !important;
	}
}

/* @group Edit Mode Styling */

/*  */

/* @end */
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Breadcrumb Stack' 
Style Sheet: fsrbreadcrumb.css
Created: 27, May, 2012
Last Modified: 05, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_9877_page26 {
}

#stacks_in_9877_page26 #breadcrumbcontainer {
	line-height: 1.00em;
	text-align: center;
}


#stacks_in_9877_page26 {
	margin: 12px 0px 4px 0px;
	padding:  5px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Footer' 
Style Sheet: fsrfooter.css
Created: 25, October, 2010
Last Modified: 10, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_5417_page26 {
}

#stacks_in_5417_page26 #footer {
	font-size: 0.95em;
	line-height: 1.20em;
	width: 100%;
}



#stacks_in_5417_page26 {
	margin:  4px;
	padding:  5px;
}
#PPMiniCart {
	z-index: 99999;
}


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

#PPMiniCart form {
max-width: 380px!important;
margin-left: -150px!important;
width: 280px!important;
font-size: 0.8em!important;
}

#PPMiniCart {
top: 10%!important;
}

#PPMiniCart ul {
	width: 260px!important;
	font-size: 0.9em!important;

}

#PPMiniCart .minicart-quantity {
width: 15px!important;
}

#PPMiniCart .minicart-remove {
width: 12px!important;
height: 19px;
font-size: 11px!important;
opacity: 0.70;
cursor: pointer;
}

#PPMiniCart .minicart-details-quantity {
width: 12%!important;
}

#PPMiniCart .minicart-subtotal {
position: relative!important;
left: 0px!important;
font-size: 16px;
padding-top: 10px!important;
}

#PPMiniCart .minicart-submit {
right: 0px!important;
}

}