/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Image BG Pro Stack' 
Style Sheet: fsrimagebgpro.css
Created: 22, October, 2012
Last Modified: 20, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_10_page5 {
	z-index: 40;
	min-height: 200px !important;
	_height: 200px;
}

.stacks_in_10_page5_headerBackground img {
	display: block;
	height: auto !important;
	max-width: 100% !important;
}

@media \0screen {
.stacks_in_10_page5_headerBackground img { 
	width: auto; /* for ie 8 */
	}
}

.stacks_in_10_page5_headerContent {
	position: relative;
	width: 100%;
	overflow: visible;
	margin-top: 0px;
	z-index: 50;
}

.stacks_in_10_page5_headerBackground {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	overflow: visible;
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 768px) {
.stacks_in_10_page5_headerBackground img {
	display: block;
	height: auto !important;
	max-width: 100% !important;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%; /* Firefox */
	-o-background-size: 100% 100%; /* Opera */
	-webkit-background-size: 100% 100%;/* Safari */
	-khtml-background-size: 100% 100%; /* Konqueror */
	}
}
#stacks_in_16_page5 {
	background-color: #3A3B3A;
}
/*
-------------------------------------------
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_13_page5 {
	max-width: 960px;
	min-width: 320px;
	margin: 0px auto !important;
}

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

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

#stacks_in_13_page5 {
	max-width: 100% !important;
	min-width: 50% !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_9_page5 {
	
}

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

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

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

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

}/*
-------------------------------------------
File: 'Blueball FreeStack Responsive' Nav Menu Res1
fsrnavmenures1.css Style Sheet
Created: 12, October, 2012
Last Modified: 12, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_946_page5 #navbar {	
	font-size: 1.00em;
	font-weight: 600;
}

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

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

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

#stacks_in_946_page5 #navbar ul li a, #stacks_in_946_page5 #navbar ul li a:visited {
	background: #CAE0C9;
	color: #3B3C3B;
	cursor: pointer;
	display: inline-block;
	font-size: 1.00em;
	font-weight: 600;
	padding: 0 65px 0 65px;
	text-decoration: none;
}

#stacks_in_946_page5 #navbar ul li a:hover {
	background: #FFFFFF;
	color: #3B3B3B;
}

#stacks_in_946_page5 #navbar ul li #current, #stacks_in_946_page5 #navbar ul li .currentAncestor {
	background: #CAE0C9;
	color: #3B3B3B;
}

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

#stacks_in_946_page5 #navbar ul li.hasChild > a {
	background-image: url(../retail_ni_files/arrow_down_white.png);
	background-position: 94% 50%;
	background-repeat: no-repeat;
	padding: 0 79px 0 65px;
}

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

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

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

/* Sub Menu Levels */

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

#stacks_in_946_page5 #navbar ul ul li {
	padding: 0;
	height: 32px;
	width: 200px;
	border-right: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#stacks_in_946_page5 #navbar ul ul li a, #navbar ul ul li a:visited {
	background: #CAE0C9;
	color: #3B3B3B;
	border-top: px solid #EFEFEF;
	font-size: 1.00em;
	font-weight: normal;
	height: 32px;
	padding: 0 14px 0 14px;
	margin: 0;
	text-shadow: none;
	width: 186px;
}

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

#stacks_in_946_page5 #navbar ul ul li a:hover {
	background: #FFFFFF;
	color: #3B3B3B;
	width: 186px;
	background-image: none;
}

#stacks_in_946_page5 #navbar ul ul li #current, #stacks_in_946_page5 #navbar ul ul li .currentAncestor {
	background: #CAE0C9;
	color: #FFFFFF;
	width: 186px;
}

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

#stacks_in_946_page5 #navbar ul ul li.hasChild > a {
	background-image: url(../retail_ni_files/arrow_right_white.png);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	width: 186px;
	padding: 0 14px 0 14px;
}

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

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

#stacks_in_946_page5 #navbar ul ul ul {
	top: 0;
	left: 214px;
}

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

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

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

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

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


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

@media screen and (max-width: 600px) {
	
.tinynav { 
   display: block; 
   width: 100% !important; 
   margin-top: 0px;
   font-size: 18px; 
}

#nav { 
    display: none; 
}


}


@media screen and (min-width: 601px) {

/* ensure #navbarbar is visible on desktop version */

#nav {
	display: block !important;
}

.tinynav { 
   display: none !important; 
}

}




#stacks_in_946_page5 {
	background-color: #C5DDCC;
	margin: 15px 0px 15px 0px;
}
/*
-------------------------------------------
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_310_page5 {
	max-width: 960px;
	min-width: 320px;
	margin: 0px auto !important;
}

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

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

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

}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(../retail_ni_files/nav-dark.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/* Added by WW - 10/02/2013 */

/* Basic settings */

#image-slider-container-stacks_in_354_page5 {
	position: relative;
	display: block;
	width: auto;
	overflow: visible;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

#image-slider-stacks_in_354_page5 {
	background: none;
	border: none;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	overflow: visible;
	padding: 4px;
}


#image-slider-stacks_in_354_page5 {
	background-color: #FFFFFF;
}


ul#flexSliderSlidesstacks_in_354_page5 {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#flexSliderSlidesstacks_in_354_page5 li {
	position: relative;
	padding: 0;
	margin: 0;
}

#image-slider-stacks_in_354_page5 img {
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
	height: auto;
	position: relative;
	z-index: 5;
	display: block;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

/* Directional Nav */

.flexslider .flex-next,
.flexslider .flex-prev {
	opacity: 0;
	filter: alpha(opacity = 0);
}

.flexslider:hover .flex-next {
	right: 15px;
	opacity: 1.00;
	filter: alpha(opacity = 100);
}

.flexslider:hover .flex-prev {
	left: 15px;
	opacity: 1.00;
	filter: alpha(opacity = 100);
}

/* Control Nav */
.flex-control-paging li a {
	background: #555555;
	opacity: 0.50;
	filter: alpha(opacity = 50);
	display: block;
}

.flex-control-paging li a:hover { 
	background: #333333;
	opacity: 0.70;
	filter: alpha(opacity = 70);
}

.flex-control-paging li a.flex-active { 
	background: #333333;
	opacity: 0.90;
	filter: alpha(opacity = 90);
}

/* Captions */

#image-slider-container-stacks_in_354_page5 .flex-caption {
	background:none; 
	zoom: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 15;
	width: 100%;
}
#image-slider-container-stacks_in_354_page5 .flex-caption-content {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 14px;
	line-height: 1.50em;
	position: relative;
	z-index: 25;
	padding: 10px;
}

#image-slider-container-stacks_in_354_page5 .captionBG {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.99;
	filter: alpha(opacity = 99);
	z-index: 20;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}



/* PaySnap v.2.0.2 Stylesheet (START) */


/* 2013-09-30 21:54 malsup */

#paysnap-debug-wrap {
    background-color: rgba(0,0,0,0.30);
    padding:8px;
    -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
    -moz-border-radius: 5px; /* FF1-3.6 */
    border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    overflow: auto;
}
#paysnap-debug {
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	border: 4px solid rgba(0,0,0.5);
	color: #333333;
}

.btn-paysnap{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn-paysnap:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-paysnap:hover,
.btn-paysnap:focus {
  color: #333333;
  text-decoration: none;
}

.btn-paysnap:active,
.btn-paysnap.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-paysnap.disabled,
.btn-paysnap[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-paysnap.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-paysnap.btn-sm,
.btn-paysnap.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-paysnap.btn-xs {
  padding: 1px 5px;
}

.btn-paysnap.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-paysnap.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-paysnap.btn-danger:hover,
.btn-paysnap.btn-danger:focus,
.btn-paysnap.btn-danger:active,
.btn-paysnap.btn-danger.active,
.open .dropdown-toggle.btn-paysnap.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-paysnap.btn-danger:active,
.btn-paysnap.btn-danger.active,
.open .dropdown-toggle.btn-paysnap.btn-danger {
  background-image: none;
}

.btn-paysnap.btn-danger.disabled,
.btn-paysnap.btn-danger[disabled],
fieldset[disabled] .btn-paysnap.btn-danger,
.btn-paysnap.btn-danger.disabled:hover,
.btn-paysnap.btn-danger[disabled]:hover,
fieldset[disabled] .btn-paysnap.btn-danger:hover,
.btn-paysnap.btn-danger.disabled:focus,
.btn-paysnap.btn-danger[disabled]:focus,
fieldset[disabled] .btn-paysnap.btn-danger:focus,
.btn-paysnap.btn-danger.disabled:active,
.btn-paysnap.btn-danger[disabled]:active,
fieldset[disabled] .btn-paysnap.btn-danger:active,
.btn-paysnap.btn-danger.disabled.active,
.btn-paysnap.btn-danger[disabled].active,
fieldset[disabled] .btn-paysnap.btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-paysnap.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-paysnap.btn-success:hover,
.btn-paysnap.btn-success:focus,
.btn-paysnap.btn-success:active,
.btn-paysnap.btn-success.active {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-paysnap.btn-success:active,
.btn-paysnap.btn-success.active {
  background-image: none;
}

.btn-paysnap.btn-success.disabled,
.btn-paysnap.btn-success[disabled] {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-paysnap.paysnap-co-btn {
	display: block;
	padding: 12px 24px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.33;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	     -o-user-select: none;
	        user-select: none;
}

#paysnap-container input[type="number"]::-webkit-outer-spin-button,
#paysnap-container input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

#paysnap-container .form-control:-moz-placeholder {
  color: #999999;
}

#paysnap-container .form-control::-moz-placeholder {
  color: #999999;
}

#paysnap-container .form-control:-ms-input-placeholder {
  color: #999999;
}

#paysnap-container .form-control::-webkit-input-placeholder {
  color: #999999;
}

#paysnap-container .form-control {
  display: block;
  width: 40px;
  height: 34px;
  padding:0 8px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}




/* BlockUI Styling (START) */

div.blockOverlay {	
}

.ps-overlay-footer {
  position: fixed;
  z-index: 1099;
  bottom: 15px;
  left: 15px;
  right: 15px;
  height: 28px;
  text-align: center;
  font-size: 11px;
}

.ps-overlay-footer > span {
	  color:#fff;
	  color:rgba(255,255,255,.25);
	  border:1px solid #fff;
	  border-color:rgba(255,255,255,.25);
	  border-radius: 3px;
	  padding:12px 8px;
}

div.paysnap-modal {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    top:50%;
    z-index: 1099;
    height: auto;
    margin-left: -20%;
    width: 40%;
    padding: 0;
}

div.paysnap-modal * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }



@media only screen and (min-width: 768px) {
    div.paysnap-modal {
        top: 30%;
    }
    div.paysnap-modal {
        margin-left: -20%;
        width: 40%;
    } 
}

@media (max-width: 480px) {

  .paysnap-modal, #paysnap-container {
    margin-top: 0 !important;
  	margin-left:0 !important;
  	width:auto !important;
	top:0 !important;
	left:0 !important;
	right:0 !important;
    zoom:0;
  }
  
  select:focus,textarea:focus,input:focus{font-size:16px;background:#eee}
}


#ps-modal-wrap-details {
    height: 100%;
    max-height: 100%;
} 

#ps-modal-wrap, #ps-modal-wrap-details {
    background-color: rgba(0,0,0,0.30);
    padding:8px;
    margin-left:auto;
    margin-right:auto;
    position:absolute;
    z-index:1;
    left: 0;
    right: 0;
    -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
    -moz-border-radius: 5px; /* FF1-3.6 */
    border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /*text-align: center;*/
    overflow: auto;
}

#ps-modal-heading, #ps-modal-heading-details {
    padding: 12px;
    background-color: #F1F1F1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight:bold;
    font-size: 16px;
    text-align: center;
}

#ps-modal-body, #ps-modal-body-details {
    padding: 0;
    background-color: #F1F1F1;
    -webkit-border-radius: 0 0 4px 4px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
    -moz-border-radius: 0 0 4px 4px; /* FF1-3.6 */
    border-radius: 0 0 4px 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    border-top: 1px solid #bababa;
    color: #555;
    font-size: 13px;

}

#ps-modal-body > div.inner, #ps-modal-body-details > div.inner {
	padding:20px;
}

#ps-modal-body-details {
    overflow: auto;
}

.btn-paysnap {
	display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
	color: #333;
	background-color: #ffffff;
	border-color: #ccc;
	min-width:80px;
}

.btn-paysnap:hover {
	background-color: #f1f1f1;
	border-color: #bbb;
}

.btn-paysnap:focus
{
	outline: none;
}

#ps-modal-body > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ps-modal-body textarea {
	background: #fff;
	padding: 6px;
}

#ps-modal-body a {
	color: #777;
}


button.paysnap-close-sheet {
	min-width:100px !important;
}

/* BlockUI Styling (END) */

p.ydps-error {
		padding: 6px 14px 7px 12px;
	    border: 1px solid #821b1b;
	    color: #ffffff;
	    text-shadow: 1px 1px 0 #46130f;
	    background: -webkit-gradient(linear, left bottom, left top, from(#db4b4b), color-stop(0.9, #db5b5b), to(#f7e0e0)) #db4b4b;
	    line-height: 14px;
	    font-size: 12px;
	    -webkit-border-radius: 9px;
	    -moz-border-radius: 9px;
	    border-radius: 9px;
	    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.17);
	}

div.paysnap-option > ul, div.paysnap-option > ol
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.paysnap-option > ol.horiz li
{
	float: left;
}

/* @group Cart */

#paysnap * {
	font-size: 12px;
}

#paysnap-wrapper{
}

#paysnap img {
	border: 0;
	padding: 0;
	margin: 4px;
}

#paysnap label{
	font-weight:bold;
}

#paysnap-footer {
	clear: both;
}

#paysnap .hidden {
	display: none;
}

#paysnap .paysnap-product-name{
	font-size:14px;
	font-weight:bold;
	margin: 4px 0;
	
}

.paysnap-detail-contents {
	padding: 20px;
	overflow: auto;
}

#paysnap {
	border-bottom: none;
	margin: 10px auto;
}

.cart-loader {
	background: transparent none repeat scroll 0 0;
	display: none;
	height: 40px;
	overflow: hidden;
	position: absolute;
	width: 40px;
	z-index: 5000;
}

.cart-loader div {
	background: transparent url(paysnap/cart_progress.png) no-repeat scroll 0 0;
	height: 480px;
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;
	z-index: 5001;
}

div.paysnap-content {
	overflow: auto;
	background: #ffffff;
    /*
background: -webkit-gradient(linear, left top, left bottom, from(#A1A1A1), to(#B5B5B5));
    background: -moz-linear-gradient(top,  #A1A1A1,  #B5B5B5);
*/
}

#paysnap-cart-empty {
	padding: 10px 10px;
	font-size: medium;
	margin-top:60px;
	color:#3C3C3C;
	text-align: center;
}

#paysnap-cart table {
	background-color: transparent;
	border-collapse: collapse;
	padding:4px;
}

#paysnap-cart th {
	padding: 5px
}

#paysnap-cart td {
	padding: 3px;
	vertical-align:top;
	padding:6px;
}

#paysnap-cart tr {
	border-bottom:1px solid #BFBFBF;
	border-top:1px solid #FFFFFF;
	background: #fff;
    /*
background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E1E1E1));
    background: -moz-linear-gradient(top,  #FFFFFF,  #E1E1E1);
*/
}

#paysnap-cart tr:last-child {
	border-bottom:1px solid #BABABA;
}



.paysnap-qty
{
	border-radius:5px;
	line-height:18px;
	border:1px solid #E1E1E1;
	margin: 4px 0 0 4px;
	width:40px;
}

#paysnap-cart td:first-child{
	width:60px;
}

#paysnap-cart td.paysnap-delete {
	padding: 12px 4px 0 4px;
	height: 24px;
	width: 24px;
	cursor:pointer;
	color:#E43C17;
	/* background: url(paysnap/icon24_trash.png) no-repeat 6px 8px; */
}

#paysnap-cart .paysnap-product-name {
	font-size: 14px;
	line-height:15px;
	font-weight: bold;
	display: block;
	text-align: left;
	color: #262626;
}

#paysnap-cart .paysnap-product-details {
	display: block;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	color: #727272;
}

#paysnap-cart .paysnap-row-total {
	color: #64991E;
	font-weight:bold;
}

.paysnap-number {
	text-align: center;
	font-size:14px;;
}



#paysnap-container {
    display: none;
	top: 20%;
	left:50%;
	position: fixed;
	width: 500px;
	margin:0;
    margin-left:-250px;
	padding: 0;
}

/* ----------------------------------------------------------------------------------------- */
/* rules for making cart height 100% in mobile */

/* same as @media rule above */
.ps-mobile #paysnap-container {
    margin-top: 0 !important;
    margin-left:0 !important;
    width:auto !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    zoom:0;
}

.ps-mobile #paysnap-container,
.ps-mobile #paysnap-container #ps-modal-wrap,
.ps-mobile #paysnap-container #ps-modal-body,
.ps-mobile #paysnap-container #paysnap-contents,
.ps-mobile #paysnap-container div.paysnap-content,
.ps-mobile #paysnap-cart,
.ps-mobile #paysnap-cart-contents
{ 
    height: 100%; 
    max-height: 100%; 
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.ps-mobile #ps-stretch { height: auto }

body.ps-mobile .ps-overlay-footer { display: none }

.ps-mobile #paysnap-cart-contents
.ps-mobile #paysnap-container #paysnap-cart,
{ height: auto }

/* ----------------------------------------------------------------------------------------- */


/* makes cart stick in pos ie6 */
* html #paysnap-container {
	top: expression((ignoreMe = document.documentElement.scrollTop || document.body.scrollTop) + 100 + 'px');
	position: absolute;
}



#paysnap-container iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -10;
	border: none;
	padding: 0;
	margin: 0;
}

* html #paysnap-container iframe {
	filter: alpha(opacity=0);
}



#paysnap-close, #paysnap-close-details{
	display: block;
	position:  absolute;
	width:30px;
	height: 30px;
	top: 20px;
	left: 20px;
	color:#CCC;
	font-weight:bold;
	font-size:18px;
	cursor: pointer;
}

#paysnap-contents {
	clear: left;
	position: relative;
	height: 200px;
}

div.paysnap-content {
	height: 200px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: hidden;
}

#paysnap-cart {
	width: 100%;
	height: 200px;
	overflow:hidden;	
}

#paysnap-cart.blur td {
/* IE specific */
  filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=10); 
	-ms-filter:blur(3px);
	-webkit-filter:blur(3px);
	-moz-filter:blur(3px);
	-o-filter:blur(3px);
	filter: blur(3px)
}

div.paysnap-cart-checkout {	

	padding: 12px;
	background: transparent;	
}

div.paysnap-cart-checkout .paysnap-co-btn i{
	
	display:inline-block;
	font-size: 24px;
	vertical-align: middle;
	
}

div.paysnap-content table {
	width: 100%;
	border-spacing: 0;
}


div.paysnap-div-bar{
	height:6px;
	border-top:#B5B5B5 1px solid;
	border-bottom:#929292 1px solid;
	background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
    background: -moz-linear-gradient(top,  #fff,  #ccc);
}


#paysnap-cart-msg {
	color: #333333;
	font-size: medium;
	padding: 8px;
}

#paysnap-cart-contents {
	width: 100%;
	height: 200px;
	max-height: 200px;
	overflow: auto;
	overflow-x: hidden;
	padding:0;
}

#paysnap-progress-bar
{
	position:absolute;
	width:100%;
	top:100px;
	left:0;
	text-align:center;
	background:transparent;
	z-index: 1999;
	display:none;

}

#paysnap-progress-bar > div {

	width:48px;
	padding:10px;
	background:transparent;
	margin:24px auto;
	
}

div.paysnap #paysnap-progress-bar > div > .progress {
	margin-bottom: 0 !important;
	}



/*
.paysnap-update-btn {
	height: 32px;
	width: 121px;
	margin: 0;
	padding: 0;
	background: transparent url('paysnap/update-btn.png') no-repeat;
}
*/

.paysnap-update-btn input {
	opacity: 0;
}

/* clearfix hacks */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

#paysnap-cart-title {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 7px;
}

#paysnap-cart-footer {
	width: 100%;
	position: relative;
	bottom: 0;
	left: 0;
	padding: 14px 4px 16px 4px;
	height: 12px;
	font-size: 11px;
}

#paysnap-cart-title, #paysnap-cart-footer {
	color: #303030;
	text-shadow: 1px 1px 0 #FFFFFF;
}

div.paysnap-cart-total {
	font-size:24px;
	line-height: 28px;
	font-style: italic;
	text-align: center;
	padding: 4px 0 8px 0;
	color: #fff;
    background: #64991E;
}


.paysnap-row-one {
	
}

.paysnap-row-two { margin-top:6px; }
/* @end */



/* @group Sheet */

.paysnap-sheet {
	width: 360px;
	padding: 20px;
	background: #fff;
	position: absolute;
	margin-top: -1px;
	top: 0;
	left: 40px;
	font-size: 1.2em;
	z-index: 2000;
	border: 1px solid #BABABA;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;
}

@media (max-width: 480px) {

    .paysnap-sheet {
        left: 0;
        width: 95%;
    }

}

.paysnap-sheet h3 {
	padding: 0 16px 2px;
	font-weight: bold;
	color: #FFFFFF;
}
 
.paysnap-sheet div {
	color: #FFFFFF;
	padding: 10px 16px 2px;
	margin: 2px;
}

/* @end */



@media screen and (max-device-width: 480px){
    /* All iPhone only CSS goes here */
    
    #paysnap-container {
		left:10px;
	}


}


label.paysnap-label{
	font-weight:bold;
	display: block;
}


div.blockMsg > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.blockMsg textarea {
	background: #fff;
	padding: 6px;
}

div.blockMsg a {
	color: #777;
}

div.blockMsg h3{ 
	font-size: 20px; 
	margin:4px 0;
	color:#333;
	font-weight: bold;
}

#stacks_in_306_page5 .ydps-debug {
	border-radius:  5px;
	border:  1px dashed silver;
	padding: 20px;
	background: #fff;
}


/* Paysnap icon font */
@font-face {
	font-family: 'paysnap';
	src:url('../retail_ni_files/paysnap/assets/font/paysnap.eot');
	src:url('../retail_ni_files/paysnap/assets/font/paysnap.eot?#iefix') format('embedded-opentype'),
		url('../retail_ni_files/paysnap/assets/font/paysnap.woff') format('woff'),
		url('../retail_ni_files/paysnap/assets/font/paysnap.ttf') format('truetype'),
		url('../retail_ni_files/paysnap/assets/font/paysnap.svg#paysnap') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'paysnap';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="ps-icon-"] {
*/
.ps-icon-yabdab-logo, .ps-icon-yabdab-smile, .ps-icon-refresh, .ps-icon-secure, .ps-icon-ok, .ps-icon-remove, .ps-icon-arrow-left, .ps-icon-arrow-right, .ps-icon-paypal-logo, .ps-icon-paypal, .ps-icon-basket, .ps-icon-responsive, .ps-icon-cart, .ps-icon-cart-2, .ps-icon-cart-3, .ps-icon-eye, .ps-icon-notify, .ps-icon-ban-circle, .ps-icon-ok-circle, .ps-icon-bitcoin, .ps-icon-won, .ps-icon-renminbi, .ps-icon-yen, .ps-icon-rupee, .ps-icon-dollar, .ps-icon-gbp, .ps-icon-euro, .ps-icon-remove-circle {
	font-family: 'paysnap';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.ps-icon-yabdab-logo:before {
	content: "\f118";
}
.ps-icon-yabdab-smile:before {
	content: "\f120";
}
.ps-icon-refresh:before {
	content: "\f021";
}
.ps-icon-secure:before {
	content: "\e00a";
}
.ps-icon-ok:before {
	content: "\f00c";
}
.ps-icon-remove:before {
	content: "\f00d";
}
.ps-icon-arrow-left:before {
	content: "\e018";
}
.ps-icon-arrow-right:before {
	content: "\e019";
}
.ps-icon-paypal-logo:before {
	content: "\e014";
}
.ps-icon-paypal:before {
	content: "\e01c";
}
.ps-icon-basket:before {
	content: "\e01d";
}
.ps-icon-responsive:before {
	content: "\e01e";
}
.ps-icon-cart:before {
	content: "\e01f";
}
.ps-icon-cart-2:before {
	content: "\e020";
}
.ps-icon-cart-3:before {
	content: "\e021";
}
.ps-icon-eye:before {
	content: "\e022";
}
.ps-icon-notify:before {
	content: "\e015";
}
.ps-icon-ban-circle:before {
	content: "\f05e";
}
.ps-icon-ok-circle:before {
	content: "\f05d";
}
.ps-icon-bitcoin:before {
	content: "\f15a";
}
.ps-icon-won:before {
	content: "\f159";
}
.ps-icon-renminbi:before {
	content: "\f158";
}
.ps-icon-yen:before {
	content: "\f157";
}
.ps-icon-rupee:before {
	content: "\f156";
}
.ps-icon-dollar:before {
	content: "\f155";
}
.ps-icon-gbp:before {
	content: "\f154";
}
.ps-icon-euro:before {
	content: "\f153";
}
.ps-icon-remove-circle:before {
	content: "\f05c";
}

.ps-icon-red {color: #d9534f;}
.ps-icon-2x{font-size:2em}
.ps-icon-3x{font-size:3em}
.ps-icon-4x{font-size:4em}
.ps-icon-5x{font-size:5em}


/* Animated rotating icon */
.ps-icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .ps-icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.btn-paysnap
{
	color: #103B62;
	background-color: #FFB33D;
	border-color: #FFB33D;
}

.btn-paysnap:hover
{
	color: #103B62;
	background-color: #FF9933;
	border-color: #FFB33D;
}


.paysnap-qty {
	width:40px !important;
}



/* Custom Start */
#paysnap-container, .btn-paysnap.paysnap-co-btn { font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; }

#ps-modal-body { background-color: #E3E3E3; border-color: #BABABA; border-width: 0; }

#ps-modal-body-details { 
	background-color: #FFFFFF; 
	border-width: 0;
}

#paysnap-cart-contents {
	background-color: #FFFFFF; border-color: #BABABA border-width:0;
}
#paysnap-cart-contents table,
#paysnap-cart-contents table tr,
#paysnap-cart tr:last-child {
	background: transparent;
	border-color: #BABABA;
	border-width: 0;
	border-bottom: 1px solid #BABABA;
}

#ps-modal-heading { font-size: 14px;
	background-color: #E3E3E3; color: #888888;
	border-width: 0; }

#ps-modal-heading-details { 
	font-size: 14px;
	color: #888888; 
	background-color: #FFFFFF;
}	
	
#paysnap-close, #paysnap-close-details { color: #CCCCCC; }
/*#ps-modal-body, #ps-modal-body-details { background-color:  ;}*/
#paysnap-cart .paysnap-product-name { color: #000000; font-size: 14px; line-height: 16px;}
#paysnap-cart .paysnap-product-details { color: #727272; font-size: 14px; line-height: 16px;}
#paysnap-cart .paysnap-row-total { color: #65982A; font-size: 14px; line-height: 16px; }
#paysnap-cart td.paysnap-delete { font-size: 14px; color: #E23E25; }
.ps-icon-refresh { color: #333333 !important; }
div.paysnap-cart-total { background-color: #65982A; color: #333333; font-size: 24px; border-color:#BABABA; border-width: 0; }
.btn-paysnap.paysnap-co-btn { color: #FFFFFF; background-color: #2391DB; border-color: #2391DB; }
.btn-paysnap.paysnap-co-btn:hover { color: #FFFFFF; background-color: #186CBA !important; border-color: #2391DB; }
	
div.paysnap .paysnap-sheet {
	border-color: #BABABA;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.ps-overlay-footer > span {
	border-color: #E3E3E3;
	color: #E3E3E3;
	font-size: 11px;
}

/* Custom End */
/* PaySnap v.2.0.2 Stylesheet (END) */
/* Resp 2 Column v1.6.3 Copyright 2013 Joe Workman */
#stacks_in_316_page5 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_316_page5 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_316_page5 #jwresp_col2_stacks_in_316_page5{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_316_page5 #jwresp_col1_stacks_in_316_page5,#stacks_in_316_page5 #jwresp_col2_stacks_in_316_page5{width:100%;float:none;display:block}#stacks_in_316_page5 #jwresp_col1_stacks_in_316_page5{margin-bottom:15px}}

#stacks_in_307_page5 {
	margin:  20px;
	padding:  20px;
}
/*
-------------------------------------------
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_314_page5 {
	
}

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

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

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

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

}
#stacks_in_314_page5 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* PaySnap Button v.2.0.0 Stylesheet (START) */
#stacks_in_309_page5 div.paysnap-button > .btn-paysnap
{
	color: #FFFFFF;
	background-color: #2391DB;
	border-color: #2391DB;
}

#stacks_in_309_page5 div.paysnap-button > .btn-paysnap:hover
{
	color: #FFFFFF;
	background-color: #186CBA;
	border-color: #2391DB;;
}

#stacks_in_309_page5 input[type="button"]:disabled, 
#stacks_in_309_page5 input[type="image"]:disabled,
#stacks_in_309_page5 button:disabled {
	opacity: .5;
	cursor: not-allowed !important;
}
/* PaySnap Button v.2.0.0 Stylesheet (END) */

#stacks_in_309_page5 {
	margin:  10px;
}

#stacks_in_337_page5 {
	margin:  20px;
	padding:  20px;
}
/*
-------------------------------------------
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_339_page5 {
	
}

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

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

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

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

}
#stacks_in_339_page5 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* PaySnap Button v.2.0.0 Stylesheet (START) */
#stacks_in_341_page5 div.paysnap-button > .btn-paysnap
{
	color: #FFFFFF;
	background-color: #2391DB;
	border-color: #2391DB;
}

#stacks_in_341_page5 div.paysnap-button > .btn-paysnap:hover
{
	color: #FFFFFF;
	background-color: #186CBA;
	border-color: #2391DB;;
}

#stacks_in_341_page5 input[type="button"]:disabled, 
#stacks_in_341_page5 input[type="image"]:disabled,
#stacks_in_341_page5 button:disabled {
	opacity: .5;
	cursor: not-allowed !important;
}
/* PaySnap Button v.2.0.0 Stylesheet (END) */

#stacks_in_341_page5 {
	margin:  10px;
}

#stacks_in_362_page5 {
	margin:  20px;
	padding:  20px;
}
/*
-------------------------------------------
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_364_page5 {
	
}

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

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

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

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

}
#stacks_in_364_page5 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* PaySnap Button v.2.0.0 Stylesheet (START) */
#stacks_in_366_page5 div.paysnap-button > .btn-paysnap
{
	color: #FFFFFF;
	background-color: #2391DB;
	border-color: #2391DB;
}

#stacks_in_366_page5 div.paysnap-button > .btn-paysnap:hover
{
	color: #FFFFFF;
	background-color: #186CBA;
	border-color: #2391DB;;
}

#stacks_in_366_page5 input[type="button"]:disabled, 
#stacks_in_366_page5 input[type="image"]:disabled,
#stacks_in_366_page5 button:disabled {
	opacity: .5;
	cursor: not-allowed !important;
}
/* PaySnap Button v.2.0.0 Stylesheet (END) */

#stacks_in_366_page5 {
	margin:  10px;
}

#stacks_in_387_page5 {
	margin:  20px;
	padding:  20px;
}
/*
-------------------------------------------
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_389_page5 {
	
}

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

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

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

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

}
#stacks_in_389_page5 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* PaySnap Button v.2.0.0 Stylesheet (START) */
#stacks_in_391_page5 div.paysnap-button > .btn-paysnap
{
	color: #FFFFFF;
	background-color: #2391DB;
	border-color: #2391DB;
}

#stacks_in_391_page5 div.paysnap-button > .btn-paysnap:hover
{
	color: #FFFFFF;
	background-color: #186CBA;
	border-color: #2391DB;;
}

#stacks_in_391_page5 input[type="button"]:disabled, 
#stacks_in_391_page5 input[type="image"]:disabled,
#stacks_in_391_page5 button:disabled {
	opacity: .5;
	cursor: not-allowed !important;
}
/* PaySnap Button v.2.0.0 Stylesheet (END) */

#stacks_in_391_page5 {
	margin:  10px;
}
