/* Start Stats stack CSS code */.stacks_in_4484stats, .stacks_in_4484pagetitle{	display: none;}.stacks_in_4484instructwrapper{	position: relative;	background: url("../files/newstatsbg.png") repeat-x;	height: 100px;	-webkit-border-radius: 4px;	-moz-border-radius: 4px;	border-radius: 4px;}.stacks_in_4484instruct{	position: absolute;	text-align: center;	bottom: 0px;	left: 0px;	right: 0px;	color: #fff;	font-weight: bold;	font-family: Arial, Helvetica, sans-serif;	background: rgba(0, 0, 0, 0.6);	padding: 4px 10px 5px 10px;} /* End if record mode */ /* End if admin mode *//* End Stats stack CSS code *//* Start Video Plus stack CSS code */.stacks_in_11225overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_11225leftCol{	position: absolute;	width: 70%;	height: 100%;	top:0;	left: 0;	right: 30%;	overflow: scroll;	margin-left: -70%;	transition: all 0.6s ease;}.stacks_in_11225leftcolTable{	position: relative;	display: table;	width: 100%;	height: 100%;}.stacks_in_11225leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_11225leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_11225rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;}.stacks_in_11225rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_11225theX{	display: none;	position: absolute;	width: 33px;	height: 33px;	top: 20px;	right: 20px;}@media all and (max-width: 768px) {	.stacks_in_11225overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_11225leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_11225leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_11225leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_11225leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_11225rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_11225rightcolContent{		margin: auto;	}}			.stacks_in_11225posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_11225posterWrapper img:hover{	cursor: pointer;}.stacks_in_11225rightcolContentInner img{	max-width: 100%;	height: auto;}.stacks_in_11225videoButton{	position: absolute;	top: 50%;	left: 50%;	width: 70px;	height: auto;	transform: translate(-50%,-50%);}/* End Video Plus stack CSS code *//*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_11146 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_11146 .theDivider1,
#simpleDivider_stacks_in_11146 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_11146 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_11146.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #333333;
}
#simpleDivider_stacks_in_11146.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_11146 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_11146.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_11146.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_11146.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_11146.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_11185{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_11185 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_11185 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_11185 .c+.c .count{margin-left: 4px;}
#stacks_in_11185.s3 .c.s2_3 .count,#stacks_in_11185.s4 .c.s2_4 .count,#stacks_in_11185.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_11185.s2 .c.s1_2 .c-pad,#stacks_in_11185.s3 .c.s1_3 .c-pad,#stacks_in_11185.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_11185.s3 .c.s2_3 .c-pad,#stacks_in_11185.s4 .c.s2_4 .c-pad,#stacks_in_11185.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_11185.s2 .c.s2_2 .c-pad,#stacks_in_11185.s3 .c.s3_3 .c-pad,#stacks_in_11185.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_11185 .c+.c .count,
	#stacks_in_11185.s3 .c.s2_3 .count,
	#stacks_in_11185.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_11185 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_11185 .c:first-child,#stacks_in_11185.s4 .c.s1_4,#stacks_in_11185.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_11185 .c:last-child,#stacks_in_11185.s4 .c.s3_4,#stacks_in_11185.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_11185.s2 .c-pad,#stacks_in_11185.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_11185.s4 .c.s2_4 .count,
	#stacks_in_11185.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_11185.s4 .c {width: 49.2%;}
	#stacks_in_11185.s4 .c.s1_4 .c-pad,#stacks_in_11185.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_11185.s4 .c.s2_4 .c-pad,#stacks_in_11185.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_11185 .count{ margin-left: 0 !important;}
	#stacks_in_11185 .c .c-pad{padding: 0 !important;}
	#stacks_in_11185.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_11185 {
	padding:  20px;
}

#stacks_in_7058 {
	border: solid rgba(51, 51, 51, 1.00);
	border-width:  1px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_11164 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_11164 .theDivider1,
#simpleDivider_stacks_in_11164 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_11164 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_11164.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #333333;
}
#simpleDivider_stacks_in_11164.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_11164 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_11164.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_11164.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_11164.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_11164.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_11217{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_11217 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_11217 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_11217 .c+.c .count{margin-left: 4px;}
#stacks_in_11217.s3 .c.s2_3 .count,#stacks_in_11217.s4 .c.s2_4 .count,#stacks_in_11217.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_11217.s2 .c.s1_2 .c-pad,#stacks_in_11217.s3 .c.s1_3 .c-pad,#stacks_in_11217.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_11217.s3 .c.s2_3 .c-pad,#stacks_in_11217.s4 .c.s2_4 .c-pad,#stacks_in_11217.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_11217.s2 .c.s2_2 .c-pad,#stacks_in_11217.s3 .c.s3_3 .c-pad,#stacks_in_11217.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_11217 .c+.c .count,
	#stacks_in_11217.s3 .c.s2_3 .count,
	#stacks_in_11217.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_11217 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_11217 .c:first-child,#stacks_in_11217.s4 .c.s1_4,#stacks_in_11217.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_11217 .c:last-child,#stacks_in_11217.s4 .c.s3_4,#stacks_in_11217.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_11217.s2 .c-pad,#stacks_in_11217.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_11217.s4 .c.s2_4 .count,
	#stacks_in_11217.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_11217.s4 .c {width: 49.2%;}
	#stacks_in_11217.s4 .c.s1_4 .c-pad,#stacks_in_11217.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_11217.s4 .c.s2_4 .c-pad,#stacks_in_11217.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_11217 .count{ margin-left: 0 !important;}
	#stacks_in_11217 .c .c-pad{padding: 0 !important;}
	#stacks_in_11217.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_11155{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_11155 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_11155 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_11155 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_11155.s3 .c.s2_3 .count,#stacks_in_11155.s4 .c.s2_4 .count,#stacks_in_11155.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_11155.s2 .c.s1_2 .c-pad,#stacks_in_11155.s3 .c.s1_3 .c-pad,#stacks_in_11155.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_11155.s3 .c.s2_3 .c-pad,#stacks_in_11155.s4 .c.s2_4 .c-pad,#stacks_in_11155.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_11155.s2 .c.s2_2 .c-pad,#stacks_in_11155.s3 .c.s3_3 .c-pad,#stacks_in_11155.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_11155 .c+.c .count,
	#stacks_in_11155.s3 .c.s2_3 .count,
	#stacks_in_11155.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_11155 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_11155 .c:first-child,#stacks_in_11155.s4 .c.s1_4,#stacks_in_11155.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_11155 .c:last-child,#stacks_in_11155.s4 .c.s3_4,#stacks_in_11155.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_11155.s2 .c-pad,#stacks_in_11155.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_11155.s4 .c.s2_4 .count,
	#stacks_in_11155.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_11155.s4 .c {width: 49.2%;}
	#stacks_in_11155.s4 .c.s1_4 .c-pad,#stacks_in_11155.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_11155.s4 .c.s2_4 .c-pad,#stacks_in_11155.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_11155 .count{ margin-left: 0 !important;}
	#stacks_in_11155 .c .c-pad{padding: 0 !important;}
	#stacks_in_11155.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_11155 {
	padding:  20px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_11179 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_11179 .theDivider1,
#simpleDivider_stacks_in_11179 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_11179 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_11179.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #191919;
	border-bottom-color: #333333;
}
#simpleDivider_stacks_in_11179.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_11179 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_11179.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_11179.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_11179.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_11179.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_11183 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_11183 .theDivider1,
#simpleDivider_stacks_in_11183 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_11183 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_11183.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #191919;
	border-bottom-color: #333333;
}
#simpleDivider_stacks_in_11183.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_11183 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_11183.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_11183.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_11183.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_11183.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_3534 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_3534 .theDivider1,
#simpleDivider_stacks_in_3534 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_3534 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_3534.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #191919;
	border-bottom-color: #333333;
}
#simpleDivider_stacks_in_3534.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_3534 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_3534.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_3534.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_3534.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_3534.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_4875{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_4875 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_4875 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_4875 .c+.c .count{margin-left: 4px;}
#stacks_in_4875.s3 .c.s2_3 .count,#stacks_in_4875.s4 .c.s2_4 .count,#stacks_in_4875.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_4875.s2 .c.s1_2 .c-pad,#stacks_in_4875.s3 .c.s1_3 .c-pad,#stacks_in_4875.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_4875.s3 .c.s2_3 .c-pad,#stacks_in_4875.s4 .c.s2_4 .c-pad,#stacks_in_4875.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_4875.s2 .c.s2_2 .c-pad,#stacks_in_4875.s3 .c.s3_3 .c-pad,#stacks_in_4875.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_4875 .c+.c .count,
	#stacks_in_4875.s3 .c.s2_3 .count,
	#stacks_in_4875.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_4875 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_4875 .c:first-child,#stacks_in_4875.s4 .c.s1_4,#stacks_in_4875.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_4875 .c:last-child,#stacks_in_4875.s4 .c.s3_4,#stacks_in_4875.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_4875.s2 .c-pad,#stacks_in_4875.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_4875.s4 .c.s2_4 .count,
	#stacks_in_4875.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_4875.s4 .c {width: 49.2%;}
	#stacks_in_4875.s4 .c.s1_4 .c-pad,#stacks_in_4875.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_4875.s4 .c.s2_4 .c-pad,#stacks_in_4875.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_4875 .count{ margin-left: 0 !important;}
	#stacks_in_4875 .c .c-pad{padding: 0 !important;}
	#stacks_in_4875.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_6395{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6395 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6395 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6395 .c+.c .count{margin-left: 4px;}
#stacks_in_6395.s3 .c.s2_3 .count,#stacks_in_6395.s4 .c.s2_4 .count,#stacks_in_6395.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6395.s2 .c.s1_2 .c-pad,#stacks_in_6395.s3 .c.s1_3 .c-pad,#stacks_in_6395.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_6395.s3 .c.s2_3 .c-pad,#stacks_in_6395.s4 .c.s2_4 .c-pad,#stacks_in_6395.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_6395.s2 .c.s2_2 .c-pad,#stacks_in_6395.s3 .c.s3_3 .c-pad,#stacks_in_6395.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6395 .c+.c .count,
	#stacks_in_6395.s3 .c.s2_3 .count,
	#stacks_in_6395.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6395 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6395 .c:first-child,#stacks_in_6395.s4 .c.s1_4,#stacks_in_6395.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6395 .c:last-child,#stacks_in_6395.s4 .c.s3_4,#stacks_in_6395.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6395.s2 .c-pad,#stacks_in_6395.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6395.s4 .c.s2_4 .count,
	#stacks_in_6395.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_6395.s4 .c {width: 49.2%;}
	#stacks_in_6395.s4 .c.s1_4 .c-pad,#stacks_in_6395.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_6395.s4 .c.s2_4 .c-pad,#stacks_in_6395.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6395 .count{ margin-left: 0 !important;}
	#stacks_in_6395 .c .c-pad{padding: 0 !important;}
	#stacks_in_6395.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
/* Start Notify stack CSS code */#doonotify-notice-wrapper {	position:fixed;	top:20px;	right:20px;	width:301px;	z-index:999999;}.doonotify-item-wrapper {	position:relative;	margin:0 0 10px 0;	background:url('../files/notifyAssets/ie-spacer.gif'); /* ie7/8 fix */ }.doonotify-top {	background:url(../files/notifyAssets/doonotify.png) no-repeat left -30px;	height:10px;	z-index:9999999;}.doonotify-item {	display:block;	background:rgba(0,0,0,0.8);	color:#eee;	padding:12px 11px 18px 11px;	font-family:arial !important;	-webkit-border-radius: 4px;	-moz-border-radius: 4px;	border-radius: 4px;	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box;    /* Firefox, other Gecko */	box-sizing: border-box;         /* Opera/IE 8+ */	text-align: left;}.hover .doonotify-item {	padding:10px 11px 18px 9px;	border: 2px solid #ffffff;}.stacks_in_7787hidden-image{	width: 48px;	height: 48px;	overflow: hidden;}.stacks_in_7787hidden-image img{	width: 100%;	height: auto;}.doonotify-image {	width:48px;	height:48px;	float:left;	margin-right: 10px;	overflow: hidden;}.doonotify-image img {	width:100%;	height:auto;}.doonotify-with-image,.doonotify-without-image {	padding:0;}.doonotify-with-image {	width:216px;	float:left;}.doonotify-item p {	padding:0;	margin:0;	word-wrap:break-word !important;	font-size: 13px;	font-weight: 400 !important;	line-height: normal !important;}.doonotify-close {	display:none;	position:absolute;	top:5px;	left:3px;	background:url(../files/notifyAssets/doonotify.png) no-repeat left top;	cursor:pointer;	width:30px;	height:30px;	text-indent:-9999em;    z-index:9999999;}.doonotify-title {	font-size:14px !important;	line-height: normal !important;	font-weight:bold !important;	padding:0 0 7px 0;	display:block;	text-shadow:1px 1px 0 #000; /* Not supported by IE :( */	text-align: left;}/* for the light (white) version of the doonotify notice */.doonotify-light .doonotify-item {    background:rgba(255,255,255,0.8);    color: #222 !important;}.doonotify-light .doonotify-title {    text-shadow: none;    text-align: left;}.doonotify-light .doonotify-item:hover {	border: 2px solid #2d2d2d;}.stacks_in_7787clear{	clear:both;	height: 0;	margin: 0;	padding: 0;}@media all and (max-width: 1024px) {.doonotify-close {	display:block;	left:100%;	margin-left: -32px;}#doonotify-notice-wrapper {	position:fixed;	top:0px;	left:0px;	width:100%;}.doonotify-item, .doonotify-light .doonotify-item {	-webkit-border-radius: 0px;	-moz-border-radius: 0px;	border-radius: 0px;}.hover .doonotify-item {	padding:12px 11px 18px 11px;	border: none;}.doonotify-light .doonotify-item:hover {	padding:12px 11px 18px 11px;	border: none;}} /* end media query */#stacks_in_7787 div{	display: none;	height: 0;	margin: 0;	padding: 0;}/* End Notify stack CSS code */