/* buttons */

.filter-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  margin:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.filter-btn:before,
.filter-btn:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.filter-btn:focus,
.filter-btn:active:focus,
.filter-btn.active:focus,
.filter-btn.focus,
.filter-btn:active.focus,
.filter-btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.filter-btn:hover,
.filter-btn:focus,
.filter-btn.focus {
  color: #333333;
  text-decoration: none;
}
.filter-btn:active,
.filter-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.filter-btn.disabled,
.filter-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.filter-btn.disabled {
  pointer-events: none;
}

.filter-btn {
  color: #777777;
  background-color: #ffffff;
  border-color: #cccccc;
  text-shadow: none !important;
}
.filter-btn:focus,
.filter-btn.focus {
  color: #333333;
  background-color: transparent;
  border-color: #CCC;
  text-shadow: none !important;
}
.filter-btn:hover {
  color: #333333;
  background-color: transparent;
  border-color: #ccc;
  text-shadow: none !important;
}
.filter-btn:active,
.filter-btn.active {
  color: #54A8FA;
  background-color: transparent;
  border-color: #CCC;
  text-shadow: none !important;
}
.filter-btn:active:hover,
.filter-btn.active:hover,
.filter-btn:active:focus,
.filter-btn.active:focus,
.filter-btn:active.focus,
.filter-btn.active.focus {
  color: #54A8FA;
  background-color: transparent;
  border-color: #ccc;
  text-shadow: none !important;
}
.filter-btn:active,
.filter-btn.active {
  background-image: none;
}
.filter-btn.disabled,
.filter-btn[disabled],
.filter-btn.disabled:hover,
.filter-btn[disabled]:hover,
.filter-btn.disabled:focus,
.filter-btn[disabled]:focus,
.filter-btn.disabled.focus,
.filter-btn[disabled].focus,
.filter-btn.disabled:active,
.filter-btn[disabled]:active,
.filter-btn.disabled.active,
.filter-btn[disabled].active {
  background-color: #ffffff;
  border-color: #cccccc;
  text-shadow: none !important;
}


		
.filter-search {
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	width:100%;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* search input */
		
.filter-search:focus {
/* 	border-color: #66afe9; */
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}		

.filter-search:before,
.filter-search:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*placeholder */

.filter-search::-webkit-input-placeholder {
    color: #CCCCCC;
}
.filter-search:-moz-placeholder {
    color: #CCCCCC;
}
.filter-search::-moz-placeholder {
    color: #CCCCCC;
}
.filter-search:-ms-input-placeholder {
    color: #CCCCCC;
}

/* input groups */
	
	
.filter-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width:100%;
  padding-right:10px;
}

.filter-input-group > input {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.filter-input-group > .filter-form-control,
.filter-input-group > .filter-group-btn > .filter-btn {
  height:34px;
  padding: 6px 16px;
  border-radius: 4px;
}

.filter-group-btn,
.filter-input-group > input {
  display: table-cell;
}

.filter-group-btn:not(:first-child):not(:last-child),
.filter-input-group .filter-form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.filter-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.filter-input-group .filter-form-control:first-child,
.filter-group-btn.layout > .filter-btn:first-child,
.filter-group-btn.sort > .filter-btn:first-child,
.filter-group-btn > .filter-btn:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left:10px;
}

.filter-input-group .filter-form-control:last-child,
.filter-group-btn > .filter-btn:last-child,
.filter-group-btn:first-child > .filter-btn:not(:first-child),
.filter-group-btn:first-child > .filter-btn-group:not(:first-child) > .filter-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.filter-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  margin:0;
}
.filter-group-btn > .filter-btn {
  position: relative;
}
.filter-group-btn > .filter-btn + .filter-btn {
  margin-left: -1px;
}
.filter-group-btn > .filter-btn:hover,
.filter-group-btn > .filter-btn:focus,
.filter-group-btn > .filter-btn:active {
  z-index: 2;
}
.filter-group-btn:first-child > .filter-btn,
.filter-group-btn:first-child > .filter-btn-group {
  margin-right: -1px;
}
.filter-group-btn:last-child > .filter-btn,
.filter-group-btn:last-child > .filter-btn-group {
  z-index: 2;
  margin-left: -1px;
}




.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}

/* Vibracart Pro: Cart v1.9.0 by Vibralogix */
#embedvcp {
  display: block;
  position: relative}    
/* End Vibracart Pro: Cart */@media only screen and (min-width:0px){#stacks_in_191 h1,#stacks_in_191 div{line-height:1.00}}


#stacks_in_191 {
	margin:  2px;
	padding:  2px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_236shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */
#stacks_in_236 {
	background-color: rgba(21, 155, 254, 1.00);
	border: solid rgba(21, 155, 254, 1.00);
	border-width:  2px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	margin:  13px;
}
/* fix all the stupid foundation shit... */
#stacks_in_185 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* this makes the widths work as expected */	
#stacks_in_185 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_185 *:before,
#stacks_in_185 *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
		
/* clears */

#stacks_in_185 .clearfix:before,
#stacks_in_185 .clearfix:after {
  content: " ";
  display: table;
}
#stacks_in_185 .clearfix:after {
  clear: both;
}


#stacks_in_185 .filter-controls {
	display: block;
	clear: both;
}

#stacks_in_185-cat-buttons {
	text-align: left;
}

#stacks_in_185 input[type="text"] {
	margin:0;
	margin-bottom:0;
}


#stacks_in_185 a.category-filter {
	background: rgba(255, 255, 255, 1.00);
	color: rgba(119, 119, 119, 1.00);
	border: 1px solid rgba(204, 204, 204, 1.00);
	width:100%;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	border-radius:10px 10px 10px 10px;
	padding:8px 10px 8px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:4px 0;
}


#stacks_in_185 a.category-filter {
	width: auto;
	display:inline-block;
}


#stacks_in_185 a.category-filter:hover,
#stacks_in_185 a.category-filter:focus {
	background: rgba(239, 239, 239, 1.00);
	color: rgba(34, 34, 34, 1.00);
	border-color: rgba(204, 204, 204, 1.00);
}

#stacks_in_185 a.category-filter:active {
	background: rgba(204, 204, 204, 1.00);
	color: rgba(17, 17, 17, 1.00);
	border-color: rgba(204, 204, 204, 1.00);
}

#stacks_in_185 a.category-filter.active,
#stacks_in_185 a.category-filter.active:hover {
	background: rgba(239, 239, 239, 1.00);
	color: rgba(84, 168, 250, 1.00);
	border-color: rgba(204, 204, 204, 1.00);
}



/* Filter v.1.1.5 CSS */
@charset "UTF-8";

/* this makes the widths work as expected */	
#stacks_in_180 li,
#stacks_in_180 li > div > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_180 li:before,
#stacks_in_180 li:after,
#stacks_in_180 li > div > div:before,
#stacks_in_180 li > div > div:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
		
/* clears */

#stacks_in_180 .clearfix:before,
#stacks_in_180 .clearfix:after {
  content: " ";
  display: table;
}
#stacks_in_180 .clearfix:after {
  clear: both;
}


/* grid/pack styling */

#stacks_in_180-filter{
	position: relative;
}

#stacks_in_180 .filter-tags,
#stacks_in_180 .filter-sort {
	display:none;
}


/* clear fix */
#stacks_in_180-filter:after {
  content: '';
  display: block;
  clear: both;
}

#stacks_in_180 ul.filter-items
{
	margin:0 !important;
	padding:0 !important;
	list-style: none !important;
}





#stacks_in_180 ul.filter-items
{
	visibility: hidden;
	opacity:0;
	transition: visibility 0s 500ms, opacity 500ms linear;
}

#stacks_in_180 ul.filter-items.visible
{
	visibility: visible;
	opacity:1;
}


.filter-content > div {
	line-height: normal;
}
	    
ul.filter-items.grid > li,
ul.filter-items.pack > li {
	width:25%;
    display: block;
    text-align: left;
    vertical-align: top;
    float:none;
	padding:10px;
	margin:0;
}


ul.filter-items.grid > li > div,
ul.filter-items.pack > li > div {
	width: 100%; 
    display: inline-block;
    background: rgba(241, 241, 241, 1.00);
    border:  0px solid rgba(204, 204, 204, 0.00);
    text-align: left;
    vertical-align: top;
	border-radius: 4px;
	padding:0;
    *display: inline;
    *zoom: 1;
    font-family: inherit;
    font-size: inherit;
    line-height: 0;
}

ul.filter-items.grid >li>div>div {
	width: 100%; 
    display: inline-block;
    text-align: left;
    vertical-align: top;
	padding:10px 0px 10px 0px;
    *display: inline;
    *zoom: 1;
    font-family: inherit;
    font-size: inherit;
    line-height: 0;
}

.filter-img img {
	display: inline-block; /* added */
	overflow: visible;
	-webkit-text-size-adjust: none;
    font-family: inherit;
    font-size: 0;
    line-height: 0;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-bottom: 0;
    border-width:0;
    box-shadow: none;
}

ul.filter-items.grid >li .filter-img {
/* 	padding-bottom:10px; */
	position: relative;
    display: inline-block; /* added */
	overflow: visible;
	-webkit-text-size-adjust: none;
    font-family: inherit;
    font-size: 0;
    line-height: 0;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-bottom: 0;
    border-width:0;
    box-shadow: none;
}




@media (max-width: 767px) {
	ul.filter-items.grid li,
	ul.filter-items.pack li {
	 width: 100% !important;
	 }
}


/* list styling */

ul.filter-items.list {
   width: 100%;
   display: table;
}

ul.filter-items.list > li {
    width: 100%;
    display: table-row;
    background: rgba(241, 241, 241, 1.00);
    border-bottom: 0px solid rgba(204, 204, 204, 0.00);
    text-align: left;
    vertical-align: top;
    padding:10px 0px 10px 0px;
}

ul.filter-items.list > li > div.filter-img > img {
    min-width: 128px;
    width: auto;
    max-width: 100%;
    height: auto;
    background: none !important;
    padding: 0px !important;
    border-radius: 0px !important;
    border: 0px solid #808000 !important;
    margin-bottom: 0;
    border-width:0;
    box-shadow: none;
    
    /* no shadow */
}

ul.filter-items.list > li.filter-catalog .filter-img {
    display: table-cell;
    padding: 0 10px;
    min-width: 108px;
    text-align: center;
    width:30%;
    position: relative;
    overflow: hidden; /* added */
}

ul.filter-items.list > li .filter-img > img {
    
}

ul.filter-items.list li.filter-catalog .filter-content {
    display: table-cell;
    padding: 0 10px 10px;
    vertical-align: top;
    width:70%;
}

ul.filter-items.list > li.filter-gallery {
	text-align:center;
}

@media (max-width:767px) {

    ul.filter-items.list > li .filter-img,
    ul.filter-items.list > li .filter-content {
        width: 100%;
        display:block;
    }

}


/* FAQ Style */

ul.filter-items > li.filter-faq .filter-content {
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear;
    display:none;
}

ul.filter-items > li.filter-faq .filter-content.show {
	visibility: visible;
    opacity: 1;
    transition: opacity 1s linear;
}

ul.filter-items > li.filter-faq .filter-title {
	cursor: pointer;
}






/*! fancyBox v3.2.10 | fancyapps.com/fancybox/#license */
@charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}



/* Image Lightbox Hover Effect */

#stacks_in_180 a.filter-zoom
{
	width:100%;
	border-width:0;
}

#stacks_in_180 a.filter-zoom:before
{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	letter-spacing: 1px;
	font-size: 36px;
	padding: 0 0 0 2px;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	z-index: 20;
	color: #fff;
	opacity: 0;
	background:#000;
	background-color:rgba(0,0,0,.5);
	border-radius:25px;
	-webkit-transform: translateZ(100px) rotateY(55deg);
	transform: translateZ(100px) rotateY(55deg);
	-webkit-transition: opacity 250ms ease-out, -webkit-transform 300ms;
	transition: opacity 250ms ease-out, -webkit-transform 300ms;
	transition: transform 300ms, opacity 250ms ease-out;
	transition: transform 300ms, opacity 250ms ease-out, -webkit-transform 300ms
}

#stacks_in_180 a.filter-zoom:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width:20px;
	background-color: transparent;
	content: '';
	display: block;
	opacity: 0;
	z-index: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1)
}

#stacks_in_180  a:hover.filter-zoom{
	background-color:transparent !important;
}

#stacks_in_180 a:hover.filter-zoom:after,
#stacks_in_180 a:hover.filter-zoom:before
{
	opacity: 1;
}

#stacks_in_180 a:hover.filter-zoom:before {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

/* Start Gradient stack CSS code */

#stacks_in_307{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
	
	
	
	
	
	
		#stacks_in_307::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(22, 160, 255, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,   rgba(19, 109, 178, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(22, 160, 255, 1.00)),   color-stop(100%,rgba(19, 109, 178, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* W3C */
			background: linear-gradient(135deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(22, 160, 255, 1.00)', endColorstr='rgba(19, 109, 178, 1.00)',GradientType=1 );
		}
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_307 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
.blockOverlay.cartloom-modal{z-index:9000!important}#stacks_in_308 .expose_launcher{}.expose_expose{cursor:pointer}#expose_expose{display:none;z-index:9999;padding:15px;margin:0;overflow:visible;background-color:transparent;width:80%;max-width:800px;position:fixed;top:50%;left:50%;opacity:0;transition:all 0.5s ease;transform:translateY(-50%) translateX(-50%);height:auto;min-height:50px;box-shadow: 2px 2px 10px #1F1F1F;border-radius:10px;border-style:solid;border-width:0px;border-color:#000000;background-color:#FFFFFF;}#expose_expose img.youtube_poster{display:none}#expose_expose > a.close{z-index:1000000;background-image:url('../rw_common/plugins/stacks/expose-images/close.png');background-color:transparent !important;position:absolute;top:-12px;cursor:pointer;height:28px;width:28px;left:-12px;}
#stacks_in_339 h5,#stacks_in_339 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_339 h5 a,#stacks_in_339 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_339 h5 a:hover,#stacks_in_339 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_339 small,#stacks_in_339 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_339 .h-pro{padding:10px}#stacks_in_339 .h-pro{border-radius: 20px }#stacks_in_339 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_339 .h-pro{-webkit-box-shadow:0px 0px 4px 4px rgba(204, 204, 204, 1.00)  inset ;box-shadow:0px 0px 4px 4px rgba(204, 204, 204, 1.00)  inset }#stacks_in_339 .h-pro{display:inline-block;background:rgba(202, 222, 255, 1.00)}#stacks_in_339 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",sans-serif;font-weight:600;font-style:normal}#stacks_in_339 .hTxt{text-shadow:0px 4px 3px rgba(147, 147, 147, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30)}


#stacks_in_339 {
	margin: 7px 0px 7px 0px;
}

#stacks_in_342 {
	font-weight: bold;
}
/* RibbonThing by RapidWeaver Central  */

 #ribbonthingstacks_in_923 {
	width:auto;
	height: auto;
	position: relative;
	margin:9px;
	z-index: 1;
}

#stacks_in_923 .ribbon.rounded {
 	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	   	-moz-border-radius-topleft: 0px;
	   	-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
			border-bottom-right-radius: 10px;
			border-bottom-left-radius: 10px;
}


#stacks_in_923 .ribbon.rounded img{
 	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	   	-moz-border-radius-topleft: 0px;
	   	-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
}


#stacks_in_923 .ribbon-wrapper {
	width: 154px;
	height: 154px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}

#stacks_in_923 .ribbon-bg {
	position: relative;
	padding: 5px 0;
	left: -0px;
	top: 48px;
	width: 200px;
	font-size:  13px;
	color: #FFFFFF !important;
	text-align: center;
	text-shadow: 0 1px 0px #BFBFBF;
	text-transform: none;;
	text-shadow:none;
	letter-spacing:0px;;
	font-weight:normal;;
	background-color: #BFDC7A;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#B82017), to(#6C1712));
	background-image: -moz-linear-gradient(top, #B82017, #6C1712);
	background-image: -ms-linear-gradient(top, #B82017, #6C1712);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B82017), color-stop(100%, #6C1712));
	background-image: -webkit-linear-gradient(top, #B82017, #6C1712);
	background-image: -o-linear-gradient(top, #B82017, #6C1712);
	background-image: linear-gradient(top, #B82017, #6C1712);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B82017', endColorstr='#6C1712', GradientType=0);
	z-index: 2;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	   -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}


.static-bg1stacks_in_923 {
	background: #333333;
}

.static-bg2stacks_in_923 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_923 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_923 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_923 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}


.shadow-style0stacks_in_923 {
		-webkit-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
}

#stacks_in_923	.shadow-style1stacks_in_923  {
		-webkit-shadow: 0px 0px 6px rgba(0,0,0,0.50);
		   -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.50);
				box-shadow: 0px 0px 6px rgba(0,0,0,0.50);
}

#stacks_in_923	.shadow-style1stacks_in_923 {
			margin:11px;
}


#stacks_in_347 {
	background-color: rgba(228, 228, 228, 1.00);
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	margin:  3px;
	padding:  10px;
}
/* -- Start Textalign Each css Template -- */
#stacks_in_349 {
	text-align: right !important;
}




#stacks_in_349 img {
	margin: 0 0 0 auto !important;
}


@media only screen and (max-width: 768px) {
    #stacks_in_349 {
		text-align: right !important;
	}
	
	#stacks_in_349 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_349 img {
		margin: 0 0 0 auto !important;
	}
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_349 {
		text-align: right !important;
	}
	
	#stacks_in_349 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_349 img {
		margin: 0 0 0 auto !important;
	}
	
}
/* -- End Textalign Each css Template -- */
#stacks_in_349 {
	margin: 0px 20px 10px 0px;
}
#stacks_in_350>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_350 {
	padding: 5px 0px 0px 5px;
}
#stacks_in_310{overflow:visible;-webkit-font-smoothing:antialiased;}#stacks_in_310 .cycler_reel{position:relative;width:100%;overflow:hidden}#stacks_in_310{visibility:hidden}#stacks_in_310 .cycler_reel > div.stacks_out{width:100% !important}#stacks_in_310 .cycler_reel > div.stacks_out:first{visibility:visible}#stacks_in_310 .cycler_pager{text-align:center;cursor:pointer;z-index:100;display:block;position:absolute;width:100%}#stacks_in_310 .cycler_pager.none{display:none}#stacks_in_310 .cycler_pager a{margin:5px;padding:0;display:inline-block;text-align:center}#stacks_in_310 .cycler_pager.left{text-align:left}#stacks_in_310 .cycler_pager.right{text-align:right}#stacks_in_310 .cycler_pager.numbers.left.high,#stacks_in_310 .cycler_pager.numbers.left.low{width:42px}#stacks_in_310 .cycler_pager.sprite.left.high,#stacks_in_310 .cycler_pager.sprite.left.low{width:25px}#stacks_in_310 .cycler_pager.css_bullets.left.high,#stacks_in_310 .cycler_pager.css_bullets.left.low{width:32px}#stacks_in_310 .cycler_pager.numbers.right.high,#stacks_in_310 .cycler_pager.numbers.right.low{width:42px}#stacks_in_310 .cycler_pager.sprite.right.high,#stacks_in_310 .cycler_pager.sprite.right.low{width:25px}#stacks_in_310 .cycler_pager.css_bullets.right.high,#stacks_in_310 .cycler_pager.css_bullets.right.low{width:32px}#stacks_in_310 .cycler_pager.bottom,#stacks_in_310 .cycler_pager.low{bottom:0}#stacks_in_310 .cycler_pager.top,#stacks_in_310 .cycler_pager.high{top:0}#stacks_in_310 .cycler_pager.left{left:0}#stacks_in_310 .cycler_pager.right{right:0}#stacks_in_310 .cycler_pager.sprite a{text-indent:-9999px;width:15px;height:15px;background:url(../index_files/cycler-images/15x15-pop-blue.png) 0px 0px no-repeat;background-size:100%}#stacks_in_310 .cycler_pager.sprite a:hover{background-position:0px -15px}#stacks_in_310 .cycler_pager.sprite a.activeSlide{background-position:0px -30px}#stacks_in_310 .cycler_pager.numbers a{height:20px;width:20px;font-size:20px;padding:5px;background-color:#B7B7B7;border-radius:10px;-moz-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #606060;text-align:center;line-height:20px;color:#E50000;text-decoration:none;text-shadow:0px 1px 1px #FFFFFF;}#stacks_in_310 .cycler_pager.numbers a.activeSlide{color:#E50000;background-color:#606060}#stacks_in_310 .cycler_pager.css_bullets a{position:relative;margin:5px;display:inline-block;height:20px;width:20px;background-color:#B7B7B7;border-radius:12px;box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #606060;}#stacks_in_310 .cycler_pager.css_bullets a.hover,#stacks_in_310 .cycler_pager.css_bullets a:hover{background-color:#606060}#stacks_in_310 .cycler_pager.css_bullets span{display:block;visibility:hidden;margin:0 auto;text-indent:-9999px;height:10px;width:10px;top:5px;position:relative;background-color:#E50000;box-shadow:inset -5px 5px 10px rgba(0,0,0,0.2);border-radius:12px}#stacks_in_310 .cycler_pager.css_bullets a.activeSlide span{visibility:visible}#stacks_in_310 .cycler_pager.css_bullets a.activeSlide{background-color:#B7B7B7}
#stacks_in_320 h4,#stacks_in_320 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_320 h4 a,#stacks_in_320 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_320 h4 a:hover,#stacks_in_320 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_320 small,#stacks_in_320 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_320 .h-pro{padding:10px}#stacks_in_320 .h-pro{border-radius: 20px }#stacks_in_320 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_320 .h-pro{display:inline-block;background:rgba(228, 228, 228, 1.00)}#stacks_in_320 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",sans-serif;font-weight:400;font-style:italic}#stacks_in_320 .hTxt{text-shadow:0px 4px 3px rgba(147, 147, 147, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30)}


#stacks_in_320 {
	padding:  5px;
}
/* -- Start Textalign Each css Template -- */
#stacks_in_328 {
	text-align: right !important;
}




#stacks_in_328 img {
	margin: 0 0 0 auto !important;
}


@media only screen and (max-width: 768px) {
    #stacks_in_328 {
		text-align: right !important;
	}
	
	#stacks_in_328 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_328 img {
		margin: 0 0 0 auto !important;
	}
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_328 {
		text-align: right !important;
	}
	
	#stacks_in_328 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_328 img {
		margin: 0 0 0 auto !important;
	}
	
}
/* -- End Textalign Each css Template -- */
#stacks_in_328 {
	margin: 0px 20px 10px 0px;
}
#stacks_in_329>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#stacks_in_333 h5,#stacks_in_333 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_333 h5 a,#stacks_in_333 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_333 h5 a:hover,#stacks_in_333 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_333 small,#stacks_in_333 small div{color:rgba(111, 111, 111, 1.00)}

/* Start Gradient stack CSS code */

#stacks_in_439{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
	
	
	
	
	
	
		#stacks_in_439::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(255, 255, 0, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(-45deg,  rgba(255, 255, 0, 1.00) 0%, rgba(251, 0, 7, 1.00) 63%,  rgba(176, 0, 4, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255, 255, 0, 1.00)), color-stop(63%,rgba(251, 0, 7, 1.00)),  color-stop(100%,rgba(176, 0, 4, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(-45deg,  rgba(255, 255, 0, 1.00) 0%,rgba(251, 0, 7, 1.00) 63%,rgba(176, 0, 4, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(-45deg,  rgba(255, 255, 0, 1.00) 0%,rgba(251, 0, 7, 1.00) 63%,rgba(176, 0, 4, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(-45deg,  rgba(255, 255, 0, 1.00) 0%,rgba(251, 0, 7, 1.00) 63%,rgba(176, 0, 4, 1.00) 100%);
			/* W3C */
			background: linear-gradient(135deg,  rgba(255, 255, 0, 1.00) 0%,rgba(251, 0, 7, 1.00) 63%,rgba(176, 0, 4, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 0, 1.00)', endColorstr='rgba(176, 0, 4, 1.00)',GradientType=1 );
		}
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_439 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
#stacks_in_471 h5,#stacks_in_471 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_471 h5 a,#stacks_in_471 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_471 h5 a:hover,#stacks_in_471 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_471 small,#stacks_in_471 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_471 .h-pro{padding:10px}#stacks_in_471 .h-pro{border-radius: 20px }#stacks_in_471 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_471 .h-pro{-webkit-box-shadow:0px 0px 4px 4px rgba(204, 204, 204, 1.00)  inset ;box-shadow:0px 0px 4px 4px rgba(204, 204, 204, 1.00)  inset }#stacks_in_471 .h-pro{display:inline-block;background:rgba(202, 222, 255, 1.00)}#stacks_in_471 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",sans-serif;font-weight:600;font-style:normal}#stacks_in_471 .hTxt{text-shadow:0px 4px 3px rgba(147, 147, 147, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30)}


#stacks_in_471 {
	margin: 7px 0px 7px 0px;
}

#stacks_in_474 {
	font-weight: bold;
}
/* RibbonThing by RapidWeaver Central  */

 #ribbonthingstacks_in_512 {
	width:auto;
	height: auto;
	position: relative;
	margin:9px;
	z-index: 1;
}

#stacks_in_512 .ribbon.rounded {
 	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	   	-moz-border-radius-topleft: 0px;
	   	-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
			border-bottom-right-radius: 10px;
			border-bottom-left-radius: 10px;
}


#stacks_in_512 .ribbon.rounded img{
 	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	   	-moz-border-radius-topleft: 0px;
	   	-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
}


#stacks_in_512 .ribbon-wrapper {
	width: 154px;
	height: 154px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}

#stacks_in_512 .ribbon-bg {
	position: relative;
	padding: 5px 0;
	left: -0px;
	top: 48px;
	width: 200px;
	font-size:  13px;
	color: #FFFFFF !important;
	text-align: center;
	text-shadow: 0 1px 0px #BFBFBF;
	text-transform: none;;
	text-shadow:none;
	letter-spacing:0px;;
	font-weight:normal;;
	background-color: #BFDC7A;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#B82017), to(#6C1712));
	background-image: -moz-linear-gradient(top, #B82017, #6C1712);
	background-image: -ms-linear-gradient(top, #B82017, #6C1712);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B82017), color-stop(100%, #6C1712));
	background-image: -webkit-linear-gradient(top, #B82017, #6C1712);
	background-image: -o-linear-gradient(top, #B82017, #6C1712);
	background-image: linear-gradient(top, #B82017, #6C1712);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B82017', endColorstr='#6C1712', GradientType=0);
	z-index: 2;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	   -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}


.static-bg1stacks_in_512 {
	background: #333333;
}

.static-bg2stacks_in_512 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_512 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_512 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_512 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}


.shadow-style0stacks_in_512 {
		-webkit-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
}

#stacks_in_512	.shadow-style1stacks_in_512  {
		-webkit-shadow: 0px 0px 6px rgba(0,0,0,0.50);
		   -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.50);
				box-shadow: 0px 0px 6px rgba(0,0,0,0.50);
}

#stacks_in_512	.shadow-style1stacks_in_512 {
			margin:11px;
}

.blockOverlay.cartloom-modal{z-index:9000!important}#stacks_in_440 .expose_launcher{}.expose_draw{cursor:pointer}#expose_draw{display:none;z-index:9999;padding:15px;margin:0;overflow:visible;background-color:transparent;width:80%;max-width:800px;position:fixed;top:50%;left:50%;opacity:0;transition:all 0.5s ease;transform:translateY(-50%) translateX(-50%);height:auto;min-height:50px;box-shadow: 2px 2px 10px #1F1F1F;border-radius:10px;border-style:solid;border-width:0px;border-color:#000000;background-color:#FFFFFF;}#expose_draw img.youtube_poster{display:none}#expose_draw > a.close{z-index:1000000;background-image:url('../rw_common/plugins/stacks/expose-images/close.png');background-color:transparent !important;position:absolute;top:-12px;cursor:pointer;height:28px;width:28px;left:-12px;}

#stacks_in_477 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_479 {
	background-color: rgba(228, 228, 228, 1.00);
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	margin: 2px 3px 10px 3px;
	padding:  10px;
}
/* -- Start Textalign Each css Template -- */
#stacks_in_481 {
	text-align: right !important;
}




#stacks_in_481 img {
	margin: 0 0 0 auto !important;
}


@media only screen and (max-width: 768px) {
    #stacks_in_481 {
		text-align: right !important;
	}
	
	#stacks_in_481 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_481 img {
		margin: 0 0 0 auto !important;
	}
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_481 {
		text-align: right !important;
	}
	
	#stacks_in_481 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_481 img {
		margin: 0 0 0 auto !important;
	}
	
}
/* -- End Textalign Each css Template -- */
#stacks_in_481 {
	margin: 0px 20px -4px 0px;
}
#stacks_in_482>.s3_row {
	margin: 0 -0px;
}

#stacks_in_482>.s3_row>.s3_column_left {
	width: 56.00%;
}

#stacks_in_482>.s3_row>.s3_column_right {
	width: 44.000000%;
}




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










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



}



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


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


}






#stacks_in_482 {
	padding: 5px 0px 0px 0px;
}
#stacks_in_442{overflow:visible;-webkit-font-smoothing:antialiased;}#stacks_in_442 .cycler_reel{position:relative;width:100%;overflow:hidden}#stacks_in_442{visibility:hidden}#stacks_in_442 .cycler_reel > div.stacks_out{width:100% !important}#stacks_in_442 .cycler_reel > div.stacks_out:first{visibility:visible}#stacks_in_442 .cycler_pager{text-align:center;cursor:pointer;z-index:100;display:block;position:absolute;width:100%}#stacks_in_442 .cycler_pager.none{display:none}#stacks_in_442 .cycler_pager a{margin:5px;padding:0;display:inline-block;text-align:center}#stacks_in_442 .cycler_pager.left{text-align:left}#stacks_in_442 .cycler_pager.right{text-align:right}#stacks_in_442 .cycler_pager.numbers.left.high,#stacks_in_442 .cycler_pager.numbers.left.low{width:42px}#stacks_in_442 .cycler_pager.sprite.left.high,#stacks_in_442 .cycler_pager.sprite.left.low{width:25px}#stacks_in_442 .cycler_pager.css_bullets.left.high,#stacks_in_442 .cycler_pager.css_bullets.left.low{width:32px}#stacks_in_442 .cycler_pager.numbers.right.high,#stacks_in_442 .cycler_pager.numbers.right.low{width:42px}#stacks_in_442 .cycler_pager.sprite.right.high,#stacks_in_442 .cycler_pager.sprite.right.low{width:25px}#stacks_in_442 .cycler_pager.css_bullets.right.high,#stacks_in_442 .cycler_pager.css_bullets.right.low{width:32px}#stacks_in_442 .cycler_pager.bottom,#stacks_in_442 .cycler_pager.low{bottom:0}#stacks_in_442 .cycler_pager.top,#stacks_in_442 .cycler_pager.high{top:0}#stacks_in_442 .cycler_pager.left{left:0}#stacks_in_442 .cycler_pager.right{right:0}#stacks_in_442 .cycler_pager.sprite a{text-indent:-9999px;width:15px;height:15px;background:url(../index_files/cycler-images/15x15-pop-blue.png) 0px 0px no-repeat;background-size:100%}#stacks_in_442 .cycler_pager.sprite a:hover{background-position:0px -15px}#stacks_in_442 .cycler_pager.sprite a.activeSlide{background-position:0px -30px}#stacks_in_442 .cycler_pager.numbers a{height:20px;width:20px;font-size:20px;padding:5px;background-color:#B7B7B7;border-radius:10px;-moz-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #606060;text-align:center;line-height:20px;color:#E50000;text-decoration:none;text-shadow:0px 1px 1px #FFFFFF;}#stacks_in_442 .cycler_pager.numbers a.activeSlide{color:#E50000;background-color:#606060}#stacks_in_442 .cycler_pager.css_bullets a{position:relative;margin:5px;display:inline-block;height:20px;width:20px;background-color:#B7B7B7;border-radius:12px;box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #606060;}#stacks_in_442 .cycler_pager.css_bullets a.hover,#stacks_in_442 .cycler_pager.css_bullets a:hover{background-color:#606060}#stacks_in_442 .cycler_pager.css_bullets span{display:block;visibility:hidden;margin:0 auto;text-indent:-9999px;height:10px;width:10px;top:5px;position:relative;background-color:#E50000;box-shadow:inset -5px 5px 10px rgba(0,0,0,0.2);border-radius:12px}#stacks_in_442 .cycler_pager.css_bullets a.activeSlide span{visibility:visible}#stacks_in_442 .cycler_pager.css_bullets a.activeSlide{background-color:#B7B7B7}
#stacks_in_452 h4,#stacks_in_452 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_452 h4 a,#stacks_in_452 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_452 h4 a:hover,#stacks_in_452 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_452 small,#stacks_in_452 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_452 .h-pro{padding:10px}#stacks_in_452 .h-pro{border-radius: 20px }#stacks_in_452 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_452 .h-pro{display:inline-block;background:rgba(228, 228, 228, 1.00)}#stacks_in_452 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",sans-serif;font-weight:400;font-style:italic}#stacks_in_452 .hTxt{text-shadow:0px 4px 3px rgba(147, 147, 147, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30)}


#stacks_in_452 {
	padding:  5px;
}
/* -- Start Textalign Each css Template -- */
#stacks_in_460 {
	text-align: right !important;
}




#stacks_in_460 img {
	margin: 0 0 0 auto !important;
}


@media only screen and (max-width: 768px) {
    #stacks_in_460 {
		text-align: right !important;
	}
	
	#stacks_in_460 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_460 img {
		margin: 0 0 0 auto !important;
	}
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_460 {
		text-align: right !important;
	}
	
	#stacks_in_460 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_460 img {
		margin: 0 0 0 auto !important;
	}
	
}
/* -- End Textalign Each css Template -- */
#stacks_in_460 {
	margin: 0px 20px 7px 0px;
}
#stacks_in_461>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#stacks_in_465 h5,#stacks_in_465 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_465 h5 a,#stacks_in_465 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_465 h5 a:hover,#stacks_in_465 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_465 small,#stacks_in_465 small div{color:rgba(111, 111, 111, 1.00)}

/* Start Gradient stack CSS code */

#stacks_in_521{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
	
	
	
	
	
	
	
	
	
		#stacks_in_521::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(176, 0, 4, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(45deg,  rgba(176, 0, 4, 1.00) 0%, rgba(255, 39, 21, 1.00) 52%,  rgba(255, 255, 0, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(176, 0, 4, 1.00)), color-stop(52%,rgba(255, 39, 21, 1.00)),  color-stop(100%,rgba(255, 255, 0, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(45deg,  rgba(176, 0, 4, 1.00) 0%,rgba(255, 39, 21, 1.00) 52%,rgba(255, 255, 0, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(45deg,  rgba(176, 0, 4, 1.00) 0%,rgba(255, 39, 21, 1.00) 52%,rgba(255, 255, 0, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(45deg,  rgba(176, 0, 4, 1.00) 0%,rgba(255, 39, 21, 1.00) 52%,rgba(255, 255, 0, 1.00) 100%);
			/* W3C */
			background: linear-gradient(45deg,  rgba(176, 0, 4, 1.00) 0%,rgba(255, 39, 21, 1.00) 52%,rgba(255, 255, 0, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(176, 0, 4, 1.00)', endColorstr='rgba(255, 255, 0, 1.00)',GradientType=1 );
		}
	
	






/* End Gradient stack CSS code */
#stacks_in_521 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
.blockOverlay.cartloom-modal{z-index:9000!important}#stacks_in_522 .expose_launcher{}.expose_heroes{cursor:pointer}#expose_heroes{display:none;z-index:9999;padding:15px;margin:0;overflow:visible;background-color:transparent;width:80%;max-width:800px;position:fixed;top:50%;left:50%;opacity:0;transition:all 0.5s ease;transform:translateY(-50%) translateX(-50%);height:auto;min-height:50px;box-shadow: 2px 2px 10px #1F1F1F;border-radius:10px;border-style:solid;border-width:0px;border-color:#000000;background-color:#FFFFFF;}#expose_heroes img.youtube_poster{display:none}#expose_heroes > a.close{z-index:1000000;background-image:url('../rw_common/plugins/stacks/expose-images/close.png');background-color:transparent !important;position:absolute;top:-12px;cursor:pointer;height:28px;width:28px;left:-12px;}
#stacks_in_553 h5,#stacks_in_553 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_553 h5 a,#stacks_in_553 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_553 h5 a:hover,#stacks_in_553 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_553 small,#stacks_in_553 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_553 .h-pro{padding:10px}#stacks_in_553 .h-pro{border-radius: 20px }#stacks_in_553 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_553 .h-pro{-webkit-box-shadow:0px 0px 4px 4px rgba(204, 204, 204, 1.00)  inset ;box-shadow:0px 0px 4px 4px rgba(204, 204, 204, 1.00)  inset }#stacks_in_553 .h-pro{display:inline-block;background:rgba(212, 229, 255, 1.00)}#stacks_in_553 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",sans-serif;font-weight:600;font-style:normal}#stacks_in_553 .hTxt{text-shadow:0px 4px 3px rgba(147, 147, 147, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30)}


#stacks_in_553 {
	margin: 7px 0px 7px 0px;
}

#stacks_in_556 {
	font-weight: bold;
}

#stacks_in_559 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin:  3px;
}

#stacks_in_561 {
	background-color: rgba(228, 228, 228, 1.00);
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	margin:  3px;
	padding:  10px;
}
/* -- Start Textalign Each css Template -- */
#stacks_in_563 {
	text-align: right !important;
}




#stacks_in_563 img {
	margin: 0 0 0 auto !important;
}


@media only screen and (max-width: 768px) {
    #stacks_in_563 {
		text-align: right !important;
	}
	
	#stacks_in_563 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_563 img {
		margin: 0 0 0 auto !important;
	}
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_563 {
		text-align: right !important;
	}
	
	#stacks_in_563 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_563 img {
		margin: 0 0 0 auto !important;
	}
	
}
/* -- End Textalign Each css Template -- */
#stacks_in_563 {
	margin: 0px 20px -3px 0px;
}
#stacks_in_564>.s3_row {
	margin: 0 -0px;
}

#stacks_in_564>.s3_row>.s3_column_left {
	width: 56.00%;
}

#stacks_in_564>.s3_row>.s3_column_right {
	width: 44.000000%;
}




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










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



}



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


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


}






#stacks_in_564 {
	padding: 5px 0px 0px 0px;
}
#stacks_in_524{overflow:visible;-webkit-font-smoothing:antialiased;}#stacks_in_524 .cycler_reel{position:relative;width:100%;overflow:hidden}#stacks_in_524{visibility:hidden}#stacks_in_524 .cycler_reel > div.stacks_out{width:100% !important}#stacks_in_524 .cycler_reel > div.stacks_out:first{visibility:visible}#stacks_in_524 .cycler_pager{text-align:center;cursor:pointer;z-index:100;display:block;position:absolute;width:100%}#stacks_in_524 .cycler_pager.none{display:none}#stacks_in_524 .cycler_pager a{margin:5px;padding:0;display:inline-block;text-align:center}#stacks_in_524 .cycler_pager.left{text-align:left}#stacks_in_524 .cycler_pager.right{text-align:right}#stacks_in_524 .cycler_pager.numbers.left.high,#stacks_in_524 .cycler_pager.numbers.left.low{width:42px}#stacks_in_524 .cycler_pager.sprite.left.high,#stacks_in_524 .cycler_pager.sprite.left.low{width:25px}#stacks_in_524 .cycler_pager.css_bullets.left.high,#stacks_in_524 .cycler_pager.css_bullets.left.low{width:32px}#stacks_in_524 .cycler_pager.numbers.right.high,#stacks_in_524 .cycler_pager.numbers.right.low{width:42px}#stacks_in_524 .cycler_pager.sprite.right.high,#stacks_in_524 .cycler_pager.sprite.right.low{width:25px}#stacks_in_524 .cycler_pager.css_bullets.right.high,#stacks_in_524 .cycler_pager.css_bullets.right.low{width:32px}#stacks_in_524 .cycler_pager.bottom,#stacks_in_524 .cycler_pager.low{bottom:0}#stacks_in_524 .cycler_pager.top,#stacks_in_524 .cycler_pager.high{top:0}#stacks_in_524 .cycler_pager.left{left:0}#stacks_in_524 .cycler_pager.right{right:0}#stacks_in_524 .cycler_pager.sprite a{text-indent:-9999px;width:15px;height:15px;background:url(../index_files/cycler-images/15x15-pop-blue.png) 0px 0px no-repeat;background-size:100%}#stacks_in_524 .cycler_pager.sprite a:hover{background-position:0px -15px}#stacks_in_524 .cycler_pager.sprite a.activeSlide{background-position:0px -30px}#stacks_in_524 .cycler_pager.numbers a{height:20px;width:20px;font-size:20px;padding:5px;background-color:#B7B7B7;border-radius:10px;-moz-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #606060;text-align:center;line-height:20px;color:#E50000;text-decoration:none;text-shadow:0px 1px 1px #FFFFFF;}#stacks_in_524 .cycler_pager.numbers a.activeSlide{color:#E50000;background-color:#606060}#stacks_in_524 .cycler_pager.css_bullets a{position:relative;margin:5px;display:inline-block;height:20px;width:20px;background-color:#B7B7B7;border-radius:12px;box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #606060;}#stacks_in_524 .cycler_pager.css_bullets a.hover,#stacks_in_524 .cycler_pager.css_bullets a:hover{background-color:#606060}#stacks_in_524 .cycler_pager.css_bullets span{display:block;visibility:hidden;margin:0 auto;text-indent:-9999px;height:10px;width:10px;top:5px;position:relative;background-color:#E50000;box-shadow:inset -5px 5px 10px rgba(0,0,0,0.2);border-radius:12px}#stacks_in_524 .cycler_pager.css_bullets a.activeSlide span{visibility:visible}#stacks_in_524 .cycler_pager.css_bullets a.activeSlide{background-color:#B7B7B7}
#stacks_in_534 h4,#stacks_in_534 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_534 h4 a,#stacks_in_534 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_534 h4 a:hover,#stacks_in_534 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_534 small,#stacks_in_534 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_534 .h-pro{padding:10px}#stacks_in_534 .h-pro{border-radius: 20px }#stacks_in_534 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_534 .h-pro{display:inline-block;background:rgba(228, 228, 228, 1.00)}#stacks_in_534 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",sans-serif;font-weight:400;font-style:italic}#stacks_in_534 .hTxt{text-shadow:0px 4px 3px rgba(147, 147, 147, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30)}


#stacks_in_534 {
	padding:  5px;
}
/* -- Start Textalign Each css Template -- */
#stacks_in_542 {
	text-align: right !important;
}




#stacks_in_542 img {
	margin: 0 0 0 auto !important;
}


@media only screen and (max-width: 768px) {
    #stacks_in_542 {
		text-align: right !important;
	}
	
	#stacks_in_542 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_542 img {
		margin: 0 0 0 auto !important;
	}
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_542 {
		text-align: right !important;
	}
	
	#stacks_in_542 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_542 img {
		margin: 0 0 0 auto !important;
	}
	
}
/* -- End Textalign Each css Template -- */
#stacks_in_542 {
	margin: 0px 20px 10px 0px;
}
#stacks_in_543>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#stacks_in_547 h5,#stacks_in_547 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_547 h5 a,#stacks_in_547 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_547 h5 a:hover,#stacks_in_547 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_547 small,#stacks_in_547 small div{color:rgba(111, 111, 111, 1.00)}

/* Start Gradient stack CSS code */

#stacks_in_667{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
	
	
	
	
	
	
		#stacks_in_667::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(22, 160, 255, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,   rgba(19, 109, 178, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(22, 160, 255, 1.00)),   color-stop(100%,rgba(19, 109, 178, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* W3C */
			background: linear-gradient(135deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(22, 160, 255, 1.00)', endColorstr='rgba(19, 109, 178, 1.00)',GradientType=1 );
		}
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_667 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
.blockOverlay.cartloom-modal{z-index:9000!important}#stacks_in_668 .expose_launcher{}.expose_bracelet{cursor:pointer}#expose_bracelet{display:none;z-index:9999;padding:15px;margin:0;overflow:visible;background-color:transparent;width:80%;max-width:800px;position:fixed;top:50%;left:50%;opacity:0;transition:all 0.5s ease;transform:translateY(-50%) translateX(-50%);height:auto;min-height:50px;box-shadow: 2px 2px 10px #1F1F1F;border-radius:10px;border-style:solid;border-width:0px;border-color:#000000;background-color:#FFFFFF;}#expose_bracelet img.youtube_poster{display:none}#expose_bracelet > a.close{z-index:1000000;background-image:url('../rw_common/plugins/stacks/expose-images/close.png');background-color:transparent !important;position:absolute;top:-12px;cursor:pointer;height:28px;width:28px;left:-12px;}
#stacks_in_693 h5,#stacks_in_693 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_693 h5 a,#stacks_in_693 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_693 h5 a:hover,#stacks_in_693 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_693 small,#stacks_in_693 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_693 .h-pro{padding:10px}#stacks_in_693 .h-pro{border-radius: 20px }#stacks_in_693 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_693 .h-pro{-webkit-box-shadow:0px 0px 4px 4px rgba(204, 204, 204, 1.00)  inset ;box-shadow:0px 0px 4px 4px rgba(204, 204, 204, 1.00)  inset }#stacks_in_693 .h-pro{display:inline-block;background:rgba(202, 222, 255, 1.00)}#stacks_in_693 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",sans-serif;font-weight:600;font-style:normal}#stacks_in_693 .hTxt{text-shadow:0px 4px 3px rgba(147, 147, 147, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30)}


#stacks_in_693 {
	margin: 7px 0px 7px 0px;
}

#stacks_in_696 {
	font-weight: bold;
}

#stacks_in_736 {
	background-color: rgba(228, 228, 228, 1.00);
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	margin: 13px 3px 3px 3px;
	padding:  10px;
}
/* -- Start Textalign Each css Template -- */
#stacks_in_703 {
	text-align: right !important;
}




#stacks_in_703 img {
	margin: 0 0 0 auto !important;
}


@media only screen and (max-width: 768px) {
    #stacks_in_703 {
		text-align: right !important;
	}
	
	#stacks_in_703 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_703 img {
		margin: 0 0 0 auto !important;
	}
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_703 {
		text-align: right !important;
	}
	
	#stacks_in_703 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_703 img {
		margin: 0 0 0 auto !important;
	}
	
}
/* -- End Textalign Each css Template -- */
#stacks_in_703 {
	margin: 0px 20px 10px 0px;
}
#stacks_in_704>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_704 {
	padding: 5px 0px 0px 5px;
}
#stacks_in_964_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_964 a:link, #stacks_in_964 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_964 a:hover, #stacks_in_964 a:active {
	color:#FFFFFF;
}







#stacks_in_964 a:link, #stacks_in_964 a:visited {
	background-color:#FF9D46;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9D46), to(#A95E2A));
	border:1px solid #A95E2A;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_964 a:hover {
	background-color:#FFAA4B;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAA4B), to(#925124));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_964 a:active {
	background-color:#FF9D46;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



#stacks_in_670{overflow:visible;-webkit-font-smoothing:antialiased;}#stacks_in_670 .cycler_reel{position:relative;width:100%;overflow:hidden}#stacks_in_670{visibility:hidden}#stacks_in_670 .cycler_reel > div.stacks_out{width:100% !important}#stacks_in_670 .cycler_reel > div.stacks_out:first{visibility:visible}#stacks_in_670 .cycler_pager{text-align:center;cursor:pointer;z-index:100;display:block;position:absolute;width:100%}#stacks_in_670 .cycler_pager.none{display:none}#stacks_in_670 .cycler_pager a{margin:5px;padding:0;display:inline-block;text-align:center}#stacks_in_670 .cycler_pager.left{text-align:left}#stacks_in_670 .cycler_pager.right{text-align:right}#stacks_in_670 .cycler_pager.numbers.left.high,#stacks_in_670 .cycler_pager.numbers.left.low{width:42px}#stacks_in_670 .cycler_pager.sprite.left.high,#stacks_in_670 .cycler_pager.sprite.left.low{width:25px}#stacks_in_670 .cycler_pager.css_bullets.left.high,#stacks_in_670 .cycler_pager.css_bullets.left.low{width:32px}#stacks_in_670 .cycler_pager.numbers.right.high,#stacks_in_670 .cycler_pager.numbers.right.low{width:42px}#stacks_in_670 .cycler_pager.sprite.right.high,#stacks_in_670 .cycler_pager.sprite.right.low{width:25px}#stacks_in_670 .cycler_pager.css_bullets.right.high,#stacks_in_670 .cycler_pager.css_bullets.right.low{width:32px}#stacks_in_670 .cycler_pager.bottom,#stacks_in_670 .cycler_pager.low{bottom:0}#stacks_in_670 .cycler_pager.top,#stacks_in_670 .cycler_pager.high{top:0}#stacks_in_670 .cycler_pager.left{left:0}#stacks_in_670 .cycler_pager.right{right:0}#stacks_in_670 .cycler_pager.sprite a{text-indent:-9999px;width:15px;height:15px;background:url(../index_files/cycler-images/15x15-pop-blue.png) 0px 0px no-repeat;background-size:100%}#stacks_in_670 .cycler_pager.sprite a:hover{background-position:0px -15px}#stacks_in_670 .cycler_pager.sprite a.activeSlide{background-position:0px -30px}#stacks_in_670 .cycler_pager.numbers a{height:20px;width:20px;font-size:20px;padding:5px;background-color:#B7B7B7;border-radius:10px;-moz-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #606060;text-align:center;line-height:20px;color:#E50000;text-decoration:none;text-shadow:0px 1px 1px #FFFFFF;}#stacks_in_670 .cycler_pager.numbers a.activeSlide{color:#E50000;background-color:#606060}#stacks_in_670 .cycler_pager.css_bullets a{position:relative;margin:5px;display:inline-block;height:20px;width:20px;background-color:#B7B7B7;border-radius:12px;box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #606060;}#stacks_in_670 .cycler_pager.css_bullets a.hover,#stacks_in_670 .cycler_pager.css_bullets a:hover{background-color:#606060}#stacks_in_670 .cycler_pager.css_bullets span{display:block;visibility:hidden;margin:0 auto;text-indent:-9999px;height:10px;width:10px;top:5px;position:relative;background-color:#E50000;box-shadow:inset -5px 5px 10px rgba(0,0,0,0.2);border-radius:12px}#stacks_in_670 .cycler_pager.css_bullets a.activeSlide span{visibility:visible}#stacks_in_670 .cycler_pager.css_bullets a.activeSlide{background-color:#B7B7B7}
#stacks_in_674 h4,#stacks_in_674 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_674 h4 a,#stacks_in_674 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_674 h4 a:hover,#stacks_in_674 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_674 small,#stacks_in_674 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_674 .h-pro{padding:10px}#stacks_in_674 .h-pro{border-radius: 20px }#stacks_in_674 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_674 .h-pro{display:inline-block;background:rgba(228, 228, 228, 1.00)}#stacks_in_674 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",sans-serif;font-weight:400;font-style:italic}#stacks_in_674 .hTxt{text-shadow:0px 4px 3px rgba(147, 147, 147, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30)}


#stacks_in_674 {
	padding:  5px;
}
/* -- Start Textalign Each css Template -- */
#stacks_in_682 {
	text-align: right !important;
}




#stacks_in_682 img {
	margin: 0 0 0 auto !important;
}


@media only screen and (max-width: 768px) {
    #stacks_in_682 {
		text-align: right !important;
	}
	
	#stacks_in_682 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_682 img {
		margin: 0 0 0 auto !important;
	}
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_682 {
		text-align: right !important;
	}
	
	#stacks_in_682 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_682 img {
		margin: 0 0 0 auto !important;
	}
	
}
/* -- End Textalign Each css Template -- */
#stacks_in_682 {
	margin: 0px 20px 10px 0px;
}
#stacks_in_683>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#stacks_in_687 h5,#stacks_in_687 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_687 h5 a,#stacks_in_687 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_687 h5 a:hover,#stacks_in_687 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_687 small,#stacks_in_687 small div{color:rgba(111, 111, 111, 1.00)}


#stacks_in_681 {
	font-size: 83%;
}
/* Start Gradient stack CSS code */

#stacks_in_740{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
	
	
	
	
	
	
		#stacks_in_740::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(22, 160, 255, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,   rgba(19, 109, 178, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(22, 160, 255, 1.00)),   color-stop(100%,rgba(19, 109, 178, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* W3C */
			background: linear-gradient(135deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(22, 160, 255, 1.00)', endColorstr='rgba(19, 109, 178, 1.00)',GradientType=1 );
		}
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_740 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
.blockOverlay.cartloom-modal{z-index:9000!important}#stacks_in_741 .expose_launcher{}.expose_escape{cursor:pointer}#expose_escape{display:none;z-index:9999;padding:15px;margin:0;overflow:visible;background-color:transparent;width:80%;max-width:800px;position:fixed;top:50%;left:50%;opacity:0;transition:all 0.5s ease;transform:translateY(-50%) translateX(-50%);height:auto;min-height:50px;box-shadow: 2px 2px 10px #1F1F1F;border-radius:10px;border-style:solid;border-width:0px;border-color:#000000;background-color:#FFFFFF;}#expose_escape img.youtube_poster{display:none}#expose_escape > a.close{z-index:1000000;background-image:url('../rw_common/plugins/stacks/expose-images/close.png');background-color:transparent !important;position:absolute;top:-12px;cursor:pointer;height:28px;width:28px;left:-12px;}
#stacks_in_772 h5,#stacks_in_772 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_772 h5 a,#stacks_in_772 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_772 h5 a:hover,#stacks_in_772 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_772 small,#stacks_in_772 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_772 .h-pro{padding:10px}#stacks_in_772 .h-pro{border-radius: 20px }#stacks_in_772 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_772 .h-pro{-webkit-box-shadow:0px 0px 4px 4px rgba(204, 204, 204, 1.00)  inset ;box-shadow:0px 0px 4px 4px rgba(204, 204, 204, 1.00)  inset }#stacks_in_772 .h-pro{display:inline-block;background:rgba(212, 229, 255, 1.00)}#stacks_in_772 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",sans-serif;font-weight:600;font-style:normal}#stacks_in_772 .hTxt{text-shadow:0px 4px 3px rgba(147, 147, 147, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30)}


#stacks_in_772 {
	margin: 7px 0px 7px 0px;
}

#stacks_in_775 {
	font-weight: bold;
}

#stacks_in_778 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin:  3px;
}

#stacks_in_780 {
	background-color: rgba(228, 228, 228, 1.00);
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	margin: 10px 3px 10px 3px;
	padding:  10px;
}
/* -- Start Textalign Each css Template -- */
#stacks_in_782 {
	text-align: right !important;
}




#stacks_in_782 img {
	margin: 0 0 0 auto !important;
}


@media only screen and (max-width: 768px) {
    #stacks_in_782 {
		text-align: right !important;
	}
	
	#stacks_in_782 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_782 img {
		margin: 0 0 0 auto !important;
	}
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_782 {
		text-align: right !important;
	}
	
	#stacks_in_782 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_782 img {
		margin: 0 0 0 auto !important;
	}
	
}
/* -- End Textalign Each css Template -- */
#stacks_in_782 {
	margin: 0px 20px 10px 0px;
}
#stacks_in_783>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_783 {
	padding: 5px 0px 0px 5px;
}
#stacks_in_743{overflow:visible;-webkit-font-smoothing:antialiased;}#stacks_in_743 .cycler_reel{position:relative;width:100%;overflow:hidden}#stacks_in_743{visibility:hidden}#stacks_in_743 .cycler_reel > div.stacks_out{width:100% !important}#stacks_in_743 .cycler_reel > div.stacks_out:first{visibility:visible}#stacks_in_743 .cycler_pager{text-align:center;cursor:pointer;z-index:100;display:block;position:absolute;width:100%}#stacks_in_743 .cycler_pager.none{display:none}#stacks_in_743 .cycler_pager a{margin:5px;padding:0;display:inline-block;text-align:center}#stacks_in_743 .cycler_pager.left{text-align:left}#stacks_in_743 .cycler_pager.right{text-align:right}#stacks_in_743 .cycler_pager.numbers.left.high,#stacks_in_743 .cycler_pager.numbers.left.low{width:42px}#stacks_in_743 .cycler_pager.sprite.left.high,#stacks_in_743 .cycler_pager.sprite.left.low{width:25px}#stacks_in_743 .cycler_pager.css_bullets.left.high,#stacks_in_743 .cycler_pager.css_bullets.left.low{width:32px}#stacks_in_743 .cycler_pager.numbers.right.high,#stacks_in_743 .cycler_pager.numbers.right.low{width:42px}#stacks_in_743 .cycler_pager.sprite.right.high,#stacks_in_743 .cycler_pager.sprite.right.low{width:25px}#stacks_in_743 .cycler_pager.css_bullets.right.high,#stacks_in_743 .cycler_pager.css_bullets.right.low{width:32px}#stacks_in_743 .cycler_pager.bottom,#stacks_in_743 .cycler_pager.low{bottom:0}#stacks_in_743 .cycler_pager.top,#stacks_in_743 .cycler_pager.high{top:0}#stacks_in_743 .cycler_pager.left{left:0}#stacks_in_743 .cycler_pager.right{right:0}#stacks_in_743 .cycler_pager.sprite a{text-indent:-9999px;width:15px;height:15px;background:url(../index_files/cycler-images/15x15-pop-blue.png) 0px 0px no-repeat;background-size:100%}#stacks_in_743 .cycler_pager.sprite a:hover{background-position:0px -15px}#stacks_in_743 .cycler_pager.sprite a.activeSlide{background-position:0px -30px}#stacks_in_743 .cycler_pager.numbers a{height:20px;width:20px;font-size:20px;padding:5px;background-color:#B7B7B7;border-radius:10px;-moz-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #606060;text-align:center;line-height:20px;color:#E50000;text-decoration:none;text-shadow:0px 1px 1px #FFFFFF;}#stacks_in_743 .cycler_pager.numbers a.activeSlide{color:#E50000;background-color:#606060}#stacks_in_743 .cycler_pager.css_bullets a{position:relative;margin:5px;display:inline-block;height:20px;width:20px;background-color:#B7B7B7;border-radius:12px;box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #606060;}#stacks_in_743 .cycler_pager.css_bullets a.hover,#stacks_in_743 .cycler_pager.css_bullets a:hover{background-color:#606060}#stacks_in_743 .cycler_pager.css_bullets span{display:block;visibility:hidden;margin:0 auto;text-indent:-9999px;height:10px;width:10px;top:5px;position:relative;background-color:#E50000;box-shadow:inset -5px 5px 10px rgba(0,0,0,0.2);border-radius:12px}#stacks_in_743 .cycler_pager.css_bullets a.activeSlide span{visibility:visible}#stacks_in_743 .cycler_pager.css_bullets a.activeSlide{background-color:#B7B7B7}
#stacks_in_753 h4,#stacks_in_753 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_753 h4 a,#stacks_in_753 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_753 h4 a:hover,#stacks_in_753 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_753 small,#stacks_in_753 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_753 .h-pro{padding:10px}#stacks_in_753 .h-pro{border-radius: 20px }#stacks_in_753 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_753 .h-pro{display:inline-block;background:rgba(228, 228, 228, 1.00)}#stacks_in_753 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",sans-serif;font-weight:400;font-style:italic}#stacks_in_753 .hTxt{text-shadow:0px 4px 3px rgba(147, 147, 147, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30)}


#stacks_in_753 {
	padding:  5px;
}
/* -- Start Textalign Each css Template -- */
#stacks_in_761 {
	text-align: right !important;
}




#stacks_in_761 img {
	margin: 0 0 0 auto !important;
}


@media only screen and (max-width: 768px) {
    #stacks_in_761 {
		text-align: right !important;
	}
	
	#stacks_in_761 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_761 img {
		margin: 0 0 0 auto !important;
	}
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_761 {
		text-align: right !important;
	}
	
	#stacks_in_761 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_761 img {
		margin: 0 0 0 auto !important;
	}
	
}
/* -- End Textalign Each css Template -- */
#stacks_in_761 {
	margin: 0px 20px 10px 0px;
}
#stacks_in_762>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#stacks_in_766 h5,#stacks_in_766 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_766 h5 a,#stacks_in_766 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_766 h5 a:hover,#stacks_in_766 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_766 small,#stacks_in_766 small div{color:rgba(111, 111, 111, 1.00)}

/* Start Gradient stack CSS code */

#stacks_in_807{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
	
	
	
	
	
	
		#stacks_in_807::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(22, 160, 255, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,   rgba(19, 109, 178, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(22, 160, 255, 1.00)),   color-stop(100%,rgba(19, 109, 178, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* W3C */
			background: linear-gradient(135deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(22, 160, 255, 1.00)', endColorstr='rgba(19, 109, 178, 1.00)',GradientType=1 );
		}
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_807 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
#stacks_in_808 h5,#stacks_in_808 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_808 h5 a,#stacks_in_808 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_808 h5 a:hover,#stacks_in_808 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_808 small,#stacks_in_808 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_808 .h-pro{padding:10px}#stacks_in_808 .h-pro{border-radius: 20px }#stacks_in_808 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_808 .h-pro{-webkit-box-shadow:0px 0px 4px 4px rgba(204, 204, 204, 1.00)  inset ;box-shadow:0px 0px 4px 4px rgba(204, 204, 204, 1.00)  inset }#stacks_in_808 .h-pro{display:inline-block;background:rgba(202, 222, 255, 1.00)}#stacks_in_808 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",sans-serif;font-weight:600;font-style:normal}#stacks_in_808 .hTxt{text-shadow:0px 4px 3px rgba(147, 147, 147, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30)}


#stacks_in_808 {
	margin: 7px 0px 7px 0px;
}

#stacks_in_811 {
	font-weight: bold;
}
.blockOverlay.cartloom-modal{z-index:9000!important}#stacks_in_815 .expose_launcher{}.expose_decals{cursor:pointer}#expose_decals{display:none;z-index:9999;padding:15px;margin:0;overflow:visible;background-color:transparent;width:80%;max-width:800px;position:fixed;top:50%;left:50%;opacity:0;transition:all 0.5s ease;transform:translateY(-50%) translateX(-50%);height:auto;min-height:50px;box-shadow: 2px 2px 10px #1F1F1F;border-radius:10px;border-style:solid;border-width:0px;border-color:#000000;background-color:#FFFFFF;}#expose_decals img.youtube_poster{display:none}#expose_decals > a.close{z-index:1000000;background-image:url('../rw_common/plugins/stacks/expose-images/close.png');background-color:transparent !important;position:absolute;top:-12px;cursor:pointer;height:28px;width:28px;left:-12px;}

#stacks_in_842 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_845 {
	background-color: rgba(228, 228, 228, 1.00);
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	margin: 7px 3px 7px 3px;
	padding:  10px;
}
/* -- Start Textalign Each css Template -- */
#stacks_in_847 {
	text-align: right !important;
}




#stacks_in_847 img {
	margin: 0 0 0 auto !important;
}


@media only screen and (max-width: 768px) {
    #stacks_in_847 {
		text-align: right !important;
	}
	
	#stacks_in_847 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_847 img {
		margin: 0 0 0 auto !important;
	}
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_847 {
		text-align: right !important;
	}
	
	#stacks_in_847 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_847 img {
		margin: 0 0 0 auto !important;
	}
	
}
/* -- End Textalign Each css Template -- */
#stacks_in_847 {
	margin: 0px 20px 10px 0px;
}
#stacks_in_848>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_848 {
	padding: 5px 0px 0px 5px;
}
#stacks_in_971_2_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_971_2 a:link, #stacks_in_971_2 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_971_2 a:hover, #stacks_in_971_2 a:active {
	color:#FFFFFF;
}







#stacks_in_971_2 a:link, #stacks_in_971_2 a:visited {
	background-color:#FF9D46;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9D46), to(#A95E2A));
	border:1px solid #A95E2A;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_971_2 a:hover {
	background-color:#FFAA4B;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAA4B), to(#925124));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_971_2 a:active {
	background-color:#FF9D46;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



#stacks_in_817{overflow:visible;-webkit-font-smoothing:antialiased;}#stacks_in_817 .cycler_reel{position:relative;width:100%;overflow:hidden}#stacks_in_817{visibility:hidden}#stacks_in_817 .cycler_reel > div.stacks_out{width:100% !important}#stacks_in_817 .cycler_reel > div.stacks_out:first{visibility:visible}#stacks_in_817 .cycler_pager{text-align:center;cursor:pointer;z-index:100;display:block;position:absolute;width:100%}#stacks_in_817 .cycler_pager.none{display:none}#stacks_in_817 .cycler_pager a{margin:5px;padding:0;display:inline-block;text-align:center}#stacks_in_817 .cycler_pager.left{text-align:left}#stacks_in_817 .cycler_pager.right{text-align:right}#stacks_in_817 .cycler_pager.numbers.left.high,#stacks_in_817 .cycler_pager.numbers.left.low{width:42px}#stacks_in_817 .cycler_pager.sprite.left.high,#stacks_in_817 .cycler_pager.sprite.left.low{width:25px}#stacks_in_817 .cycler_pager.css_bullets.left.high,#stacks_in_817 .cycler_pager.css_bullets.left.low{width:32px}#stacks_in_817 .cycler_pager.numbers.right.high,#stacks_in_817 .cycler_pager.numbers.right.low{width:42px}#stacks_in_817 .cycler_pager.sprite.right.high,#stacks_in_817 .cycler_pager.sprite.right.low{width:25px}#stacks_in_817 .cycler_pager.css_bullets.right.high,#stacks_in_817 .cycler_pager.css_bullets.right.low{width:32px}#stacks_in_817 .cycler_pager.bottom,#stacks_in_817 .cycler_pager.low{bottom:0}#stacks_in_817 .cycler_pager.top,#stacks_in_817 .cycler_pager.high{top:0}#stacks_in_817 .cycler_pager.left{left:0}#stacks_in_817 .cycler_pager.right{right:0}#stacks_in_817 .cycler_pager.sprite a{text-indent:-9999px;width:15px;height:15px;background:url(../index_files/cycler-images/15x15-pop-blue.png) 0px 0px no-repeat;background-size:100%}#stacks_in_817 .cycler_pager.sprite a:hover{background-position:0px -15px}#stacks_in_817 .cycler_pager.sprite a.activeSlide{background-position:0px -30px}#stacks_in_817 .cycler_pager.numbers a{height:20px;width:20px;font-size:20px;padding:5px;background-color:#B7B7B7;border-radius:10px;-moz-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #606060;text-align:center;line-height:20px;color:#E50000;text-decoration:none;text-shadow:0px 1px 1px #FFFFFF;}#stacks_in_817 .cycler_pager.numbers a.activeSlide{color:#E50000;background-color:#606060}#stacks_in_817 .cycler_pager.css_bullets a{position:relative;margin:5px;display:inline-block;height:20px;width:20px;background-color:#B7B7B7;border-radius:12px;box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #606060;}#stacks_in_817 .cycler_pager.css_bullets a.hover,#stacks_in_817 .cycler_pager.css_bullets a:hover{background-color:#606060}#stacks_in_817 .cycler_pager.css_bullets span{display:block;visibility:hidden;margin:0 auto;text-indent:-9999px;height:10px;width:10px;top:5px;position:relative;background-color:#E50000;box-shadow:inset -5px 5px 10px rgba(0,0,0,0.2);border-radius:12px}#stacks_in_817 .cycler_pager.css_bullets a.activeSlide span{visibility:visible}#stacks_in_817 .cycler_pager.css_bullets a.activeSlide{background-color:#B7B7B7}
#stacks_in_823 h4,#stacks_in_823 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_823 h4 a,#stacks_in_823 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_823 h4 a:hover,#stacks_in_823 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_823 small,#stacks_in_823 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_823 .h-pro{padding:10px}#stacks_in_823 .h-pro{border-radius: 20px }#stacks_in_823 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_823 .h-pro{display:inline-block;background:rgba(228, 228, 228, 1.00)}#stacks_in_823 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",sans-serif;font-weight:400;font-style:italic}#stacks_in_823 .hTxt{text-shadow:0px 4px 3px rgba(147, 147, 147, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30)}


#stacks_in_823 {
	padding:  5px;
}
/* -- Start Textalign Each css Template -- */
#stacks_in_831 {
	text-align: right !important;
}




#stacks_in_831 img {
	margin: 0 0 0 auto !important;
}


@media only screen and (max-width: 768px) {
    #stacks_in_831 {
		text-align: right !important;
	}
	
	#stacks_in_831 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_831 img {
		margin: 0 0 0 auto !important;
	}
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_831 {
		text-align: right !important;
	}
	
	#stacks_in_831 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_831 img {
		margin: 0 0 0 auto !important;
	}
	
}
/* -- End Textalign Each css Template -- */
#stacks_in_831 {
	margin: 0px 20px 10px 0px;
}
#stacks_in_832>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#stacks_in_836 h5,#stacks_in_836 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_836 h5 a,#stacks_in_836 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_836 h5 a:hover,#stacks_in_836 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_836 small,#stacks_in_836 small div{color:rgba(111, 111, 111, 1.00)}

/* Start Gradient stack CSS code */

#stacks_in_974{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
	
	
	
	
	
	
		#stacks_in_974::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(22, 160, 255, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,   rgba(19, 109, 178, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(22, 160, 255, 1.00)),   color-stop(100%,rgba(19, 109, 178, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* W3C */
			background: linear-gradient(135deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(22, 160, 255, 1.00)', endColorstr='rgba(19, 109, 178, 1.00)',GradientType=1 );
		}
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_974 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
#stacks_in_975 h5,#stacks_in_975 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_975 h5 a,#stacks_in_975 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_975 h5 a:hover,#stacks_in_975 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_975 small,#stacks_in_975 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_975 .h-pro{padding:10px}#stacks_in_975 .h-pro{border-radius: 20px }#stacks_in_975 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_975 .h-pro{-webkit-box-shadow:0px 0px 4px 4px rgba(204, 204, 204, 1.00)  inset ;box-shadow:0px 0px 4px 4px rgba(204, 204, 204, 1.00)  inset }#stacks_in_975 .h-pro{display:inline-block;background:rgba(202, 222, 255, 1.00)}#stacks_in_975 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",sans-serif;font-weight:600;font-style:normal}#stacks_in_975 .hTxt{text-shadow:0px 4px 3px rgba(147, 147, 147, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30)}


#stacks_in_975 {
	margin: 7px 0px 7px 0px;
}

#stacks_in_978 {
	font-weight: bold;
}
.blockOverlay.cartloom-modal{z-index:9000!important}#stacks_in_981 .expose_launcher{}.expose_posters{cursor:pointer}#expose_posters{display:none;z-index:9999;padding:15px;margin:0;overflow:visible;background-color:transparent;width:80%;max-width:800px;position:fixed;top:50%;left:50%;opacity:0;transition:all 0.5s ease;transform:translateY(-50%) translateX(-50%);height:auto;min-height:50px;box-shadow: 2px 2px 10px #1F1F1F;border-radius:10px;border-style:solid;border-width:0px;border-color:#000000;background-color:#FFFFFF;}#expose_posters img.youtube_poster{display:none}#expose_posters > a.close{z-index:1000000;background-image:url('../rw_common/plugins/stacks/expose-images/close.png');background-color:transparent !important;position:absolute;top:-12px;cursor:pointer;height:28px;width:28px;left:-12px;}

#stacks_in_1007 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_1010 {
	background-color: rgba(228, 228, 228, 1.00);
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	margin: 7px 3px 7px 3px;
	padding:  10px;
}
/* -- Start Textalign Each css Template -- */
#stacks_in_1012 {
	text-align: right !important;
}




#stacks_in_1012 img {
	margin: 0 0 0 auto !important;
}


@media only screen and (max-width: 768px) {
    #stacks_in_1012 {
		text-align: right !important;
	}
	
	#stacks_in_1012 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_1012 img {
		margin: 0 0 0 auto !important;
	}
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_1012 {
		text-align: right !important;
	}
	
	#stacks_in_1012 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_1012 img {
		margin: 0 0 0 auto !important;
	}
	
}
/* -- End Textalign Each css Template -- */
#stacks_in_1012 {
	margin: 0px 20px 10px 0px;
}
#stacks_in_1013>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_1013 {
	padding: 5px 0px 0px 5px;
}
#stacks_in_1015_2_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_1015_2 a:link, #stacks_in_1015_2 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_1015_2 a:hover, #stacks_in_1015_2 a:active {
	color:#FFFFFF;
}







#stacks_in_1015_2 a:link, #stacks_in_1015_2 a:visited {
	background-color:#FF9D46;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9D46), to(#A95E2A));
	border:1px solid #A95E2A;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_1015_2 a:hover {
	background-color:#FFAA4B;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAA4B), to(#925124));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_1015_2 a:active {
	background-color:#FF9D46;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



#stacks_in_982{overflow:visible;-webkit-font-smoothing:antialiased;}#stacks_in_982 .cycler_reel{position:relative;width:100%;overflow:hidden}#stacks_in_982{visibility:hidden}#stacks_in_982 .cycler_reel > div.stacks_out{width:100% !important}#stacks_in_982 .cycler_reel > div.stacks_out:first{visibility:visible}#stacks_in_982 .cycler_pager{text-align:center;cursor:pointer;z-index:100;display:block;position:absolute;width:100%}#stacks_in_982 .cycler_pager.none{display:none}#stacks_in_982 .cycler_pager a{margin:5px;padding:0;display:inline-block;text-align:center}#stacks_in_982 .cycler_pager.left{text-align:left}#stacks_in_982 .cycler_pager.right{text-align:right}#stacks_in_982 .cycler_pager.numbers.left.high,#stacks_in_982 .cycler_pager.numbers.left.low{width:42px}#stacks_in_982 .cycler_pager.sprite.left.high,#stacks_in_982 .cycler_pager.sprite.left.low{width:25px}#stacks_in_982 .cycler_pager.css_bullets.left.high,#stacks_in_982 .cycler_pager.css_bullets.left.low{width:32px}#stacks_in_982 .cycler_pager.numbers.right.high,#stacks_in_982 .cycler_pager.numbers.right.low{width:42px}#stacks_in_982 .cycler_pager.sprite.right.high,#stacks_in_982 .cycler_pager.sprite.right.low{width:25px}#stacks_in_982 .cycler_pager.css_bullets.right.high,#stacks_in_982 .cycler_pager.css_bullets.right.low{width:32px}#stacks_in_982 .cycler_pager.bottom,#stacks_in_982 .cycler_pager.low{bottom:0}#stacks_in_982 .cycler_pager.top,#stacks_in_982 .cycler_pager.high{top:0}#stacks_in_982 .cycler_pager.left{left:0}#stacks_in_982 .cycler_pager.right{right:0}#stacks_in_982 .cycler_pager.sprite a{text-indent:-9999px;width:15px;height:15px;background:url(../index_files/cycler-images/15x15-pop-blue.png) 0px 0px no-repeat;background-size:100%}#stacks_in_982 .cycler_pager.sprite a:hover{background-position:0px -15px}#stacks_in_982 .cycler_pager.sprite a.activeSlide{background-position:0px -30px}#stacks_in_982 .cycler_pager.numbers a{height:20px;width:20px;font-size:20px;padding:5px;background-color:#B7B7B7;border-radius:10px;-moz-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #606060;text-align:center;line-height:20px;color:#E50000;text-decoration:none;text-shadow:0px 1px 1px #FFFFFF;}#stacks_in_982 .cycler_pager.numbers a.activeSlide{color:#E50000;background-color:#606060}#stacks_in_982 .cycler_pager.css_bullets a{position:relative;margin:5px;display:inline-block;height:20px;width:20px;background-color:#B7B7B7;border-radius:12px;box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #606060;}#stacks_in_982 .cycler_pager.css_bullets a.hover,#stacks_in_982 .cycler_pager.css_bullets a:hover{background-color:#606060}#stacks_in_982 .cycler_pager.css_bullets span{display:block;visibility:hidden;margin:0 auto;text-indent:-9999px;height:10px;width:10px;top:5px;position:relative;background-color:#E50000;box-shadow:inset -5px 5px 10px rgba(0,0,0,0.2);border-radius:12px}#stacks_in_982 .cycler_pager.css_bullets a.activeSlide span{visibility:visible}#stacks_in_982 .cycler_pager.css_bullets a.activeSlide{background-color:#B7B7B7}
#stacks_in_988 h4,#stacks_in_988 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_988 h4 a,#stacks_in_988 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_988 h4 a:hover,#stacks_in_988 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_988 small,#stacks_in_988 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_988 .h-pro{padding:10px}#stacks_in_988 .h-pro{border-radius: 20px }#stacks_in_988 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_988 .h-pro{display:inline-block;background:rgba(228, 228, 228, 1.00)}#stacks_in_988 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",sans-serif;font-weight:400;font-style:italic}#stacks_in_988 .hTxt{text-shadow:0px 4px 3px rgba(147, 147, 147, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30)}


#stacks_in_988 {
	padding:  5px;
}
/* -- Start Textalign Each css Template -- */
#stacks_in_996 {
	text-align: right !important;
}




#stacks_in_996 img {
	margin: 0 0 0 auto !important;
}


@media only screen and (max-width: 768px) {
    #stacks_in_996 {
		text-align: right !important;
	}
	
	#stacks_in_996 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_996 img {
		margin: 0 0 0 auto !important;
	}
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_996 {
		text-align: right !important;
	}
	
	#stacks_in_996 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_996 img {
		margin: 0 0 0 auto !important;
	}
	
}
/* -- End Textalign Each css Template -- */
#stacks_in_996 {
	margin: 0px 20px 10px 0px;
}
#stacks_in_997>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#stacks_in_1001 h5,#stacks_in_1001 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_1001 h5 a,#stacks_in_1001 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_1001 h5 a:hover,#stacks_in_1001 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_1001 small,#stacks_in_1001 small div{color:rgba(111, 111, 111, 1.00)}

/* Start Gradient stack CSS code */

#stacks_in_1100{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
	
	
	
	
	
	
		#stacks_in_1100::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(22, 160, 255, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,   rgba(19, 109, 178, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(22, 160, 255, 1.00)),   color-stop(100%,rgba(19, 109, 178, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* W3C */
			background: linear-gradient(135deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(22, 160, 255, 1.00)', endColorstr='rgba(19, 109, 178, 1.00)',GradientType=1 );
		}
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1100 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
#stacks_in_1101 h5,#stacks_in_1101 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_1101 h5 a,#stacks_in_1101 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_1101 h5 a:hover,#stacks_in_1101 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_1101 small,#stacks_in_1101 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1101 .h-pro{padding:10px}#stacks_in_1101 .h-pro{border-radius: 20px }#stacks_in_1101 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_1101 .h-pro{-webkit-box-shadow:0px 0px 4px 4px rgba(204, 204, 204, 1.00)  inset ;box-shadow:0px 0px 4px 4px rgba(204, 204, 204, 1.00)  inset }#stacks_in_1101 .h-pro{display:inline-block;background:rgba(202, 222, 255, 1.00)}#stacks_in_1101 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",sans-serif;font-weight:600;font-style:normal}#stacks_in_1101 .hTxt{text-shadow:0px 4px 3px rgba(147, 147, 147, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30)}


#stacks_in_1101 {
	margin: 7px 0px 7px 0px;
}

#stacks_in_1104 {
	font-weight: bold;
}
.blockOverlay.cartloom-modal{z-index:9000!important}#stacks_in_1107 .expose_launcher{}.expose_heroposters{cursor:pointer}#expose_heroposters{display:none;z-index:9999;padding:15px;margin:0;overflow:visible;background-color:transparent;width:80%;max-width:800px;position:fixed;top:50%;left:50%;opacity:0;transition:all 0.5s ease;transform:translateY(-50%) translateX(-50%);height:auto;min-height:50px;box-shadow: 2px 2px 10px #1F1F1F;border-radius:10px;border-style:solid;border-width:0px;border-color:#000000;background-color:#FFFFFF;}#expose_heroposters img.youtube_poster{display:none}#expose_heroposters > a.close{z-index:1000000;background-image:url('../rw_common/plugins/stacks/expose-images/close.png');background-color:transparent !important;position:absolute;top:-12px;cursor:pointer;height:28px;width:28px;left:-12px;}

#stacks_in_1201 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_1204 {
	background-color: rgba(228, 228, 228, 1.00);
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	margin: 7px 3px 7px 3px;
	padding:  10px;
}
/* -- Start Textalign Each css Template -- */
#stacks_in_1206 {
	text-align: right !important;
}




#stacks_in_1206 img {
	margin: 0 0 0 auto !important;
}


@media only screen and (max-width: 768px) {
    #stacks_in_1206 {
		text-align: right !important;
	}
	
	#stacks_in_1206 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_1206 img {
		margin: 0 0 0 auto !important;
	}
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_1206 {
		text-align: right !important;
	}
	
	#stacks_in_1206 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_1206 img {
		margin: 0 0 0 auto !important;
	}
	
}
/* -- End Textalign Each css Template -- */
#stacks_in_1206 {
	margin: 0px 20px 10px 0px;
}
#stacks_in_1207>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_1207 {
	padding: 5px 0px 0px 5px;
}
#stacks_in_1209_2_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_1209_2 a:link, #stacks_in_1209_2 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_1209_2 a:hover, #stacks_in_1209_2 a:active {
	color:#FFFFFF;
}







#stacks_in_1209_2 a:link, #stacks_in_1209_2 a:visited {
	background-color:#FF9D46;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9D46), to(#A95E2A));
	border:1px solid #A95E2A;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_1209_2 a:hover {
	background-color:#FFAA4B;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAA4B), to(#925124));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_1209_2 a:active {
	background-color:#FF9D46;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



#stacks_in_1108{overflow:visible;-webkit-font-smoothing:antialiased;}#stacks_in_1108 .cycler_reel{position:relative;width:100%;overflow:hidden}#stacks_in_1108{visibility:hidden}#stacks_in_1108 .cycler_reel > div.stacks_out{width:100% !important}#stacks_in_1108 .cycler_reel > div.stacks_out:first{visibility:visible}#stacks_in_1108 .cycler_pager{text-align:center;cursor:pointer;z-index:100;display:block;position:absolute;width:100%}#stacks_in_1108 .cycler_pager.none{display:none}#stacks_in_1108 .cycler_pager a{margin:5px;padding:0;display:inline-block;text-align:center}#stacks_in_1108 .cycler_pager.left{text-align:left}#stacks_in_1108 .cycler_pager.right{text-align:right}#stacks_in_1108 .cycler_pager.numbers.left.high,#stacks_in_1108 .cycler_pager.numbers.left.low{width:42px}#stacks_in_1108 .cycler_pager.sprite.left.high,#stacks_in_1108 .cycler_pager.sprite.left.low{width:25px}#stacks_in_1108 .cycler_pager.css_bullets.left.high,#stacks_in_1108 .cycler_pager.css_bullets.left.low{width:32px}#stacks_in_1108 .cycler_pager.numbers.right.high,#stacks_in_1108 .cycler_pager.numbers.right.low{width:42px}#stacks_in_1108 .cycler_pager.sprite.right.high,#stacks_in_1108 .cycler_pager.sprite.right.low{width:25px}#stacks_in_1108 .cycler_pager.css_bullets.right.high,#stacks_in_1108 .cycler_pager.css_bullets.right.low{width:32px}#stacks_in_1108 .cycler_pager.bottom,#stacks_in_1108 .cycler_pager.low{bottom:0}#stacks_in_1108 .cycler_pager.top,#stacks_in_1108 .cycler_pager.high{top:0}#stacks_in_1108 .cycler_pager.left{left:0}#stacks_in_1108 .cycler_pager.right{right:0}#stacks_in_1108 .cycler_pager.sprite a{text-indent:-9999px;width:15px;height:15px;background:url(../index_files/cycler-images/15x15-pop-blue.png) 0px 0px no-repeat;background-size:100%}#stacks_in_1108 .cycler_pager.sprite a:hover{background-position:0px -15px}#stacks_in_1108 .cycler_pager.sprite a.activeSlide{background-position:0px -30px}#stacks_in_1108 .cycler_pager.numbers a{height:20px;width:20px;font-size:20px;padding:5px;background-color:#B7B7B7;border-radius:10px;-moz-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #606060;text-align:center;line-height:20px;color:#E50000;text-decoration:none;text-shadow:0px 1px 1px #FFFFFF;}#stacks_in_1108 .cycler_pager.numbers a.activeSlide{color:#E50000;background-color:#606060}#stacks_in_1108 .cycler_pager.css_bullets a{position:relative;margin:5px;display:inline-block;height:20px;width:20px;background-color:#B7B7B7;border-radius:12px;box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #606060;}#stacks_in_1108 .cycler_pager.css_bullets a.hover,#stacks_in_1108 .cycler_pager.css_bullets a:hover{background-color:#606060}#stacks_in_1108 .cycler_pager.css_bullets span{display:block;visibility:hidden;margin:0 auto;text-indent:-9999px;height:10px;width:10px;top:5px;position:relative;background-color:#E50000;box-shadow:inset -5px 5px 10px rgba(0,0,0,0.2);border-radius:12px}#stacks_in_1108 .cycler_pager.css_bullets a.activeSlide span{visibility:visible}#stacks_in_1108 .cycler_pager.css_bullets a.activeSlide{background-color:#B7B7B7}
#stacks_in_1182 h4,#stacks_in_1182 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_1182 h4 a,#stacks_in_1182 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_1182 h4 a:hover,#stacks_in_1182 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_1182 small,#stacks_in_1182 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1182 .h-pro{padding:10px}#stacks_in_1182 .h-pro{border-radius: 20px }#stacks_in_1182 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_1182 .h-pro{display:inline-block;background:rgba(228, 228, 228, 1.00)}#stacks_in_1182 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",sans-serif;font-weight:400;font-style:italic}#stacks_in_1182 .hTxt{text-shadow:0px 4px 3px rgba(147, 147, 147, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30)}


#stacks_in_1182 {
	padding:  5px;
}
/* -- Start Textalign Each css Template -- */
#stacks_in_1190 {
	text-align: right !important;
}




#stacks_in_1190 img {
	margin: 0 0 0 auto !important;
}


@media only screen and (max-width: 768px) {
    #stacks_in_1190 {
		text-align: right !important;
	}
	
	#stacks_in_1190 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_1190 img {
		margin: 0 0 0 auto !important;
	}
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_1190 {
		text-align: right !important;
	}
	
	#stacks_in_1190 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_1190 img {
		margin: 0 0 0 auto !important;
	}
	
}
/* -- End Textalign Each css Template -- */
#stacks_in_1190 {
	margin: 0px 20px 10px 0px;
}
#stacks_in_1191>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#stacks_in_1195 h5,#stacks_in_1195 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_1195 h5 a,#stacks_in_1195 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_1195 h5 a:hover,#stacks_in_1195 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_1195 small,#stacks_in_1195 small div{color:rgba(111, 111, 111, 1.00)}

/* Start Gradient stack CSS code */

#stacks_in_1216{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
	
	
	
	
	
	
		#stacks_in_1216::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(22, 160, 255, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,   rgba(19, 109, 178, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(22, 160, 255, 1.00)),   color-stop(100%,rgba(19, 109, 178, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* W3C */
			background: linear-gradient(135deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(22, 160, 255, 1.00)', endColorstr='rgba(19, 109, 178, 1.00)',GradientType=1 );
		}
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1216 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
#stacks_in_1217 h5,#stacks_in_1217 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_1217 h5 a,#stacks_in_1217 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_1217 h5 a:hover,#stacks_in_1217 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_1217 small,#stacks_in_1217 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1217 .h-pro{padding:10px}#stacks_in_1217 .h-pro{border-radius: 20px }#stacks_in_1217 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_1217 .h-pro{-webkit-box-shadow:0px 0px 4px 4px rgba(204, 204, 204, 1.00)  inset ;box-shadow:0px 0px 4px 4px rgba(204, 204, 204, 1.00)  inset }#stacks_in_1217 .h-pro{display:inline-block;background:rgba(202, 222, 255, 1.00)}#stacks_in_1217 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",sans-serif;font-weight:600;font-style:normal}#stacks_in_1217 .hTxt{text-shadow:0px 4px 3px rgba(147, 147, 147, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30)}


#stacks_in_1217 {
	margin: 7px 0px 7px 0px;
}

#stacks_in_1220 {
	font-weight: bold;
}
.blockOverlay.cartloom-modal{z-index:9000!important}#stacks_in_1223 .expose_launcher{}.expose_hexagonsticker{cursor:pointer}#expose_hexagonsticker{display:none;z-index:9999;padding:15px;margin:0;overflow:visible;background-color:transparent;width:80%;max-width:800px;position:fixed;top:50%;left:50%;opacity:0;transition:all 0.5s ease;transform:translateY(-50%) translateX(-50%);height:auto;min-height:50px;box-shadow: 2px 2px 10px #1F1F1F;border-radius:10px;border-style:solid;border-width:0px;border-color:#000000;background-color:#FFFFFF;}#expose_hexagonsticker img.youtube_poster{display:none}#expose_hexagonsticker > a.close{z-index:1000000;background-image:url('../rw_common/plugins/stacks/expose-images/close.png');background-color:transparent !important;position:absolute;top:-12px;cursor:pointer;height:28px;width:28px;left:-12px;}

#stacks_in_1249 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_1252 {
	background-color: rgba(228, 228, 228, 1.00);
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	margin: 7px 3px 7px 3px;
	padding:  10px;
}
/* -- Start Textalign Each css Template -- */
#stacks_in_1254 {
	text-align: right !important;
}




#stacks_in_1254 img {
	margin: 0 0 0 auto !important;
}


@media only screen and (max-width: 768px) {
    #stacks_in_1254 {
		text-align: right !important;
	}
	
	#stacks_in_1254 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_1254 img {
		margin: 0 0 0 auto !important;
	}
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_1254 {
		text-align: right !important;
	}
	
	#stacks_in_1254 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_1254 img {
		margin: 0 0 0 auto !important;
	}
	
}
/* -- End Textalign Each css Template -- */
#stacks_in_1254 {
	margin: 0px 20px 10px 0px;
}
#stacks_in_1255>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_1255 {
	padding: 5px 0px 0px 5px;
}
#stacks_in_1257_2_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_1257_2 a:link, #stacks_in_1257_2 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_1257_2 a:hover, #stacks_in_1257_2 a:active {
	color:#FFFFFF;
}







#stacks_in_1257_2 a:link, #stacks_in_1257_2 a:visited {
	background-color:#FF9D46;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9D46), to(#A95E2A));
	border:1px solid #A95E2A;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_1257_2 a:hover {
	background-color:#FFAA4B;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAA4B), to(#925124));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_1257_2 a:active {
	background-color:#FF9D46;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



#stacks_in_1224{overflow:visible;-webkit-font-smoothing:antialiased;}#stacks_in_1224 .cycler_reel{position:relative;width:100%;overflow:hidden}#stacks_in_1224{visibility:hidden}#stacks_in_1224 .cycler_reel > div.stacks_out{width:100% !important}#stacks_in_1224 .cycler_reel > div.stacks_out:first{visibility:visible}#stacks_in_1224 .cycler_pager{text-align:center;cursor:pointer;z-index:100;display:block;position:absolute;width:100%}#stacks_in_1224 .cycler_pager.none{display:none}#stacks_in_1224 .cycler_pager a{margin:5px;padding:0;display:inline-block;text-align:center}#stacks_in_1224 .cycler_pager.left{text-align:left}#stacks_in_1224 .cycler_pager.right{text-align:right}#stacks_in_1224 .cycler_pager.numbers.left.high,#stacks_in_1224 .cycler_pager.numbers.left.low{width:42px}#stacks_in_1224 .cycler_pager.sprite.left.high,#stacks_in_1224 .cycler_pager.sprite.left.low{width:25px}#stacks_in_1224 .cycler_pager.css_bullets.left.high,#stacks_in_1224 .cycler_pager.css_bullets.left.low{width:32px}#stacks_in_1224 .cycler_pager.numbers.right.high,#stacks_in_1224 .cycler_pager.numbers.right.low{width:42px}#stacks_in_1224 .cycler_pager.sprite.right.high,#stacks_in_1224 .cycler_pager.sprite.right.low{width:25px}#stacks_in_1224 .cycler_pager.css_bullets.right.high,#stacks_in_1224 .cycler_pager.css_bullets.right.low{width:32px}#stacks_in_1224 .cycler_pager.bottom,#stacks_in_1224 .cycler_pager.low{bottom:0}#stacks_in_1224 .cycler_pager.top,#stacks_in_1224 .cycler_pager.high{top:0}#stacks_in_1224 .cycler_pager.left{left:0}#stacks_in_1224 .cycler_pager.right{right:0}#stacks_in_1224 .cycler_pager.sprite a{text-indent:-9999px;width:15px;height:15px;background:url(../index_files/cycler-images/15x15-pop-blue.png) 0px 0px no-repeat;background-size:100%}#stacks_in_1224 .cycler_pager.sprite a:hover{background-position:0px -15px}#stacks_in_1224 .cycler_pager.sprite a.activeSlide{background-position:0px -30px}#stacks_in_1224 .cycler_pager.numbers a{height:20px;width:20px;font-size:20px;padding:5px;background-color:#B7B7B7;border-radius:10px;-moz-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #606060;text-align:center;line-height:20px;color:#E50000;text-decoration:none;text-shadow:0px 1px 1px #FFFFFF;}#stacks_in_1224 .cycler_pager.numbers a.activeSlide{color:#E50000;background-color:#606060}#stacks_in_1224 .cycler_pager.css_bullets a{position:relative;margin:5px;display:inline-block;height:20px;width:20px;background-color:#B7B7B7;border-radius:12px;box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #606060;}#stacks_in_1224 .cycler_pager.css_bullets a.hover,#stacks_in_1224 .cycler_pager.css_bullets a:hover{background-color:#606060}#stacks_in_1224 .cycler_pager.css_bullets span{display:block;visibility:hidden;margin:0 auto;text-indent:-9999px;height:10px;width:10px;top:5px;position:relative;background-color:#E50000;box-shadow:inset -5px 5px 10px rgba(0,0,0,0.2);border-radius:12px}#stacks_in_1224 .cycler_pager.css_bullets a.activeSlide span{visibility:visible}#stacks_in_1224 .cycler_pager.css_bullets a.activeSlide{background-color:#B7B7B7}
#stacks_in_1230 h4,#stacks_in_1230 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_1230 h4 a,#stacks_in_1230 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_1230 h4 a:hover,#stacks_in_1230 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_1230 small,#stacks_in_1230 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1230 .h-pro{padding:10px}#stacks_in_1230 .h-pro{border-radius: 20px }#stacks_in_1230 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_1230 .h-pro{display:inline-block;background:rgba(228, 228, 228, 1.00)}#stacks_in_1230 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",sans-serif;font-weight:400;font-style:italic}#stacks_in_1230 .hTxt{text-shadow:0px 4px 3px rgba(147, 147, 147, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30)}


#stacks_in_1230 {
	padding:  5px;
}
/* -- Start Textalign Each css Template -- */
#stacks_in_1238 {
	text-align: right !important;
}




#stacks_in_1238 img {
	margin: 0 0 0 auto !important;
}


@media only screen and (max-width: 768px) {
    #stacks_in_1238 {
		text-align: right !important;
	}
	
	#stacks_in_1238 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_1238 img {
		margin: 0 0 0 auto !important;
	}
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_1238 {
		text-align: right !important;
	}
	
	#stacks_in_1238 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_1238 img {
		margin: 0 0 0 auto !important;
	}
	
}
/* -- End Textalign Each css Template -- */
#stacks_in_1238 {
	margin: 0px 20px 10px 0px;
}
#stacks_in_1239>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#stacks_in_1243 h5,#stacks_in_1243 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_1243 h5 a,#stacks_in_1243 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_1243 h5 a:hover,#stacks_in_1243 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_1243 small,#stacks_in_1243 small div{color:rgba(111, 111, 111, 1.00)}

/* Start Gradient stack CSS code */

#stacks_in_1288{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
	
	
	
	
	
	
		#stacks_in_1288::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(22, 160, 255, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,   rgba(19, 109, 178, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(22, 160, 255, 1.00)),   color-stop(100%,rgba(19, 109, 178, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* W3C */
			background: linear-gradient(135deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(22, 160, 255, 1.00)', endColorstr='rgba(19, 109, 178, 1.00)',GradientType=1 );
		}
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1288 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
.blockOverlay.cartloom-modal{z-index:9000!important}#stacks_in_1289 .expose_launcher{}.expose_AssessmentCode{cursor:pointer}#expose_AssessmentCode{display:none;z-index:9999;padding:15px;margin:0;overflow:visible;background-color:transparent;width:80%;max-width:800px;position:fixed;top:50%;left:50%;opacity:0;transition:all 0.5s ease;transform:translateY(-50%) translateX(-50%);height:auto;min-height:50px;box-shadow: 2px 2px 10px #1F1F1F;border-radius:10px;border-style:solid;border-width:0px;border-color:#000000;background-color:#FFFFFF;}#expose_AssessmentCode img.youtube_poster{display:none}#expose_AssessmentCode > a.close{z-index:1000000;background-image:url('../rw_common/plugins/stacks/expose-images/close.png');background-color:transparent !important;position:absolute;top:-12px;cursor:pointer;height:28px;width:28px;left:-12px;}
#stacks_in_1324 h5,#stacks_in_1324 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_1324 h5 a,#stacks_in_1324 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_1324 h5 a:hover,#stacks_in_1324 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_1324 small,#stacks_in_1324 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1324 .h-pro{padding:10px}#stacks_in_1324 .h-pro{border-radius: 20px }#stacks_in_1324 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_1324 .h-pro{-webkit-box-shadow:0px 0px 4px 4px rgba(204, 204, 204, 1.00)  inset ;box-shadow:0px 0px 4px 4px rgba(204, 204, 204, 1.00)  inset }#stacks_in_1324 .h-pro{display:inline-block;background:rgba(202, 222, 255, 1.00)}#stacks_in_1324 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",sans-serif;font-weight:600;font-style:normal}#stacks_in_1324 .hTxt{text-shadow:0px 4px 3px rgba(147, 147, 147, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30)}


#stacks_in_1324 {
	margin: 7px 0px 7px 0px;
}

#stacks_in_1327 {
	font-weight: bold;
}

#stacks_in_1332 {
	background-color: rgba(228, 228, 228, 1.00);
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	margin: 13px 3px 3px 3px;
	padding:  10px;
}
/* -- Start Textalign Each css Template -- */
#stacks_in_1334 {
	text-align: right !important;
}




#stacks_in_1334 img {
	margin: 0 0 0 auto !important;
}


@media only screen and (max-width: 768px) {
    #stacks_in_1334 {
		text-align: right !important;
	}
	
	#stacks_in_1334 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_1334 img {
		margin: 0 0 0 auto !important;
	}
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_1334 {
		text-align: right !important;
	}
	
	#stacks_in_1334 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_1334 img {
		margin: 0 0 0 auto !important;
	}
	
}
/* -- End Textalign Each css Template -- */
#stacks_in_1334 {
	margin: 0px 20px 10px 0px;
}
#stacks_in_1335>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_1335 {
	padding: 5px 0px 0px 5px;
}
#stacks_in_1337_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_1337 a:link, #stacks_in_1337 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_1337 a:hover, #stacks_in_1337 a:active {
	color:#FFFFFF;
}







#stacks_in_1337 a:link, #stacks_in_1337 a:visited {
	background-color:#FF9D46;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9D46), to(#A95E2A));
	border:1px solid #A95E2A;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_1337 a:hover {
	background-color:#FFAA4B;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAA4B), to(#925124));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_1337 a:active {
	background-color:#FF9D46;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



#stacks_in_1291{overflow:visible;-webkit-font-smoothing:antialiased;}#stacks_in_1291 .cycler_reel{position:relative;width:100%;overflow:hidden}#stacks_in_1291{visibility:hidden}#stacks_in_1291 .cycler_reel > div.stacks_out{width:100% !important}#stacks_in_1291 .cycler_reel > div.stacks_out:first{visibility:visible}#stacks_in_1291 .cycler_pager{text-align:center;cursor:pointer;z-index:100;display:block;position:absolute;width:100%}#stacks_in_1291 .cycler_pager.none{display:none}#stacks_in_1291 .cycler_pager a{margin:5px;padding:0;display:inline-block;text-align:center}#stacks_in_1291 .cycler_pager.left{text-align:left}#stacks_in_1291 .cycler_pager.right{text-align:right}#stacks_in_1291 .cycler_pager.numbers.left.high,#stacks_in_1291 .cycler_pager.numbers.left.low{width:42px}#stacks_in_1291 .cycler_pager.sprite.left.high,#stacks_in_1291 .cycler_pager.sprite.left.low{width:25px}#stacks_in_1291 .cycler_pager.css_bullets.left.high,#stacks_in_1291 .cycler_pager.css_bullets.left.low{width:32px}#stacks_in_1291 .cycler_pager.numbers.right.high,#stacks_in_1291 .cycler_pager.numbers.right.low{width:42px}#stacks_in_1291 .cycler_pager.sprite.right.high,#stacks_in_1291 .cycler_pager.sprite.right.low{width:25px}#stacks_in_1291 .cycler_pager.css_bullets.right.high,#stacks_in_1291 .cycler_pager.css_bullets.right.low{width:32px}#stacks_in_1291 .cycler_pager.bottom,#stacks_in_1291 .cycler_pager.low{bottom:0}#stacks_in_1291 .cycler_pager.top,#stacks_in_1291 .cycler_pager.high{top:0}#stacks_in_1291 .cycler_pager.left{left:0}#stacks_in_1291 .cycler_pager.right{right:0}#stacks_in_1291 .cycler_pager.sprite a{text-indent:-9999px;width:15px;height:15px;background:url(../index_files/cycler-images/15x15-pop-blue.png) 0px 0px no-repeat;background-size:100%}#stacks_in_1291 .cycler_pager.sprite a:hover{background-position:0px -15px}#stacks_in_1291 .cycler_pager.sprite a.activeSlide{background-position:0px -30px}#stacks_in_1291 .cycler_pager.numbers a{height:20px;width:20px;font-size:20px;padding:5px;background-color:#B7B7B7;border-radius:10px;-moz-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #606060;text-align:center;line-height:20px;color:#E50000;text-decoration:none;text-shadow:0px 1px 1px #FFFFFF;}#stacks_in_1291 .cycler_pager.numbers a.activeSlide{color:#E50000;background-color:#606060}#stacks_in_1291 .cycler_pager.css_bullets a{position:relative;margin:5px;display:inline-block;height:20px;width:20px;background-color:#B7B7B7;border-radius:12px;box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #606060;}#stacks_in_1291 .cycler_pager.css_bullets a.hover,#stacks_in_1291 .cycler_pager.css_bullets a:hover{background-color:#606060}#stacks_in_1291 .cycler_pager.css_bullets span{display:block;visibility:hidden;margin:0 auto;text-indent:-9999px;height:10px;width:10px;top:5px;position:relative;background-color:#E50000;box-shadow:inset -5px 5px 10px rgba(0,0,0,0.2);border-radius:12px}#stacks_in_1291 .cycler_pager.css_bullets a.activeSlide span{visibility:visible}#stacks_in_1291 .cycler_pager.css_bullets a.activeSlide{background-color:#B7B7B7}
#stacks_in_1305 h4,#stacks_in_1305 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_1305 h4 a,#stacks_in_1305 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_1305 h4 a:hover,#stacks_in_1305 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_1305 small,#stacks_in_1305 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1305 .h-pro{padding:10px}#stacks_in_1305 .h-pro{border-radius: 20px }#stacks_in_1305 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_1305 .h-pro{display:inline-block;background:rgba(228, 228, 228, 1.00)}#stacks_in_1305 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",sans-serif;font-weight:400;font-style:italic}#stacks_in_1305 .hTxt{text-shadow:0px 4px 3px rgba(147, 147, 147, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30)}


#stacks_in_1305 {
	padding:  5px;
}
/* -- Start Textalign Each css Template -- */
#stacks_in_1311 {
	text-align: right !important;
}




#stacks_in_1311 img {
	margin: 0 0 0 auto !important;
}


@media only screen and (max-width: 768px) {
    #stacks_in_1311 {
		text-align: right !important;
	}
	
	#stacks_in_1311 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_1311 img {
		margin: 0 0 0 auto !important;
	}
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_1311 {
		text-align: right !important;
	}
	
	#stacks_in_1311 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_1311 img {
		margin: 0 0 0 auto !important;
	}
	
}
/* -- End Textalign Each css Template -- */
#stacks_in_1311 {
	margin: 0px 20px 10px 0px;
}
#stacks_in_1312>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#stacks_in_1316 h5,#stacks_in_1316 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_1316 h5 a,#stacks_in_1316 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_1316 h5 a:hover,#stacks_in_1316 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_1316 small,#stacks_in_1316 small div{color:rgba(111, 111, 111, 1.00)}


#stacks_in_1323 {
	font-size: 83%;
}
/* Start Gradient stack CSS code */

#stacks_in_1355{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
	
	
	
	
	
	
		#stacks_in_1355::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(22, 160, 255, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,   rgba(19, 109, 178, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(22, 160, 255, 1.00)),   color-stop(100%,rgba(19, 109, 178, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(-45deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* W3C */
			background: linear-gradient(135deg,  rgba(22, 160, 255, 1.00) 0%,rgba(19, 109, 178, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(22, 160, 255, 1.00)', endColorstr='rgba(19, 109, 178, 1.00)',GradientType=1 );
		}
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1355 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
#stacks_in_1356 h5,#stacks_in_1356 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_1356 h5 a,#stacks_in_1356 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_1356 h5 a:hover,#stacks_in_1356 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_1356 small,#stacks_in_1356 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1356 .h-pro{padding:10px}#stacks_in_1356 .h-pro{border-radius: 20px }#stacks_in_1356 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_1356 .h-pro{-webkit-box-shadow:0px 0px 4px 4px rgba(204, 204, 204, 1.00)  inset ;box-shadow:0px 0px 4px 4px rgba(204, 204, 204, 1.00)  inset }#stacks_in_1356 .h-pro{display:inline-block;background:rgba(202, 222, 255, 1.00)}#stacks_in_1356 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",sans-serif;font-weight:600;font-style:normal}#stacks_in_1356 .hTxt{text-shadow:0px 4px 3px rgba(147, 147, 147, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30)}


#stacks_in_1356 {
	margin: 7px 0px 7px 0px;
}

#stacks_in_1359 {
	font-weight: bold;
}
.blockOverlay.cartloom-modal{z-index:9000!important}#stacks_in_1362 .expose_launcher{}.expose_OriginalColorDecal{cursor:pointer}#expose_OriginalColorDecal{display:none;z-index:9999;padding:15px;margin:0;overflow:visible;background-color:transparent;width:80%;max-width:800px;position:fixed;top:50%;left:50%;opacity:0;transition:all 0.5s ease;transform:translateY(-50%) translateX(-50%);height:auto;min-height:50px;box-shadow: 2px 2px 10px #1F1F1F;border-radius:10px;border-style:solid;border-width:0px;border-color:#000000;background-color:#FFFFFF;}#expose_OriginalColorDecal img.youtube_poster{display:none}#expose_OriginalColorDecal > a.close{z-index:1000000;background-image:url('../rw_common/plugins/stacks/expose-images/close.png');background-color:transparent !important;position:absolute;top:-12px;cursor:pointer;height:28px;width:28px;left:-12px;}

#stacks_in_1392 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_1395 {
	background-color: rgba(228, 228, 228, 1.00);
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	margin: 7px 3px 7px 3px;
	padding:  10px;
}
/* -- Start Textalign Each css Template -- */
#stacks_in_1397 {
	text-align: right !important;
}




#stacks_in_1397 img {
	margin: 0 0 0 auto !important;
}


@media only screen and (max-width: 768px) {
    #stacks_in_1397 {
		text-align: right !important;
	}
	
	#stacks_in_1397 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_1397 img {
		margin: 0 0 0 auto !important;
	}
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_1397 {
		text-align: right !important;
	}
	
	#stacks_in_1397 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_1397 img {
		margin: 0 0 0 auto !important;
	}
	
}
/* -- End Textalign Each css Template -- */
#stacks_in_1397 {
	margin: 0px 20px 10px 0px;
}
#stacks_in_1398>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_1398 {
	padding: 5px 0px 0px 5px;
}
#stacks_in_1400_2_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_1400_2 a:link, #stacks_in_1400_2 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_1400_2 a:hover, #stacks_in_1400_2 a:active {
	color:#FFFFFF;
}







#stacks_in_1400_2 a:link, #stacks_in_1400_2 a:visited {
	background-color:#FF9D46;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9D46), to(#A95E2A));
	border:1px solid #A95E2A;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_1400_2 a:hover {
	background-color:#FFAA4B;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAA4B), to(#925124));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_1400_2 a:active {
	background-color:#FF9D46;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



#stacks_in_1363{overflow:visible;-webkit-font-smoothing:antialiased;}#stacks_in_1363 .cycler_reel{position:relative;width:100%;overflow:hidden}#stacks_in_1363{visibility:hidden}#stacks_in_1363 .cycler_reel > div.stacks_out{width:100% !important}#stacks_in_1363 .cycler_reel > div.stacks_out:first{visibility:visible}#stacks_in_1363 .cycler_pager{text-align:center;cursor:pointer;z-index:100;display:block;position:absolute;width:100%}#stacks_in_1363 .cycler_pager.none{display:none}#stacks_in_1363 .cycler_pager a{margin:5px;padding:0;display:inline-block;text-align:center}#stacks_in_1363 .cycler_pager.left{text-align:left}#stacks_in_1363 .cycler_pager.right{text-align:right}#stacks_in_1363 .cycler_pager.numbers.left.high,#stacks_in_1363 .cycler_pager.numbers.left.low{width:42px}#stacks_in_1363 .cycler_pager.sprite.left.high,#stacks_in_1363 .cycler_pager.sprite.left.low{width:25px}#stacks_in_1363 .cycler_pager.css_bullets.left.high,#stacks_in_1363 .cycler_pager.css_bullets.left.low{width:32px}#stacks_in_1363 .cycler_pager.numbers.right.high,#stacks_in_1363 .cycler_pager.numbers.right.low{width:42px}#stacks_in_1363 .cycler_pager.sprite.right.high,#stacks_in_1363 .cycler_pager.sprite.right.low{width:25px}#stacks_in_1363 .cycler_pager.css_bullets.right.high,#stacks_in_1363 .cycler_pager.css_bullets.right.low{width:32px}#stacks_in_1363 .cycler_pager.bottom,#stacks_in_1363 .cycler_pager.low{bottom:0}#stacks_in_1363 .cycler_pager.top,#stacks_in_1363 .cycler_pager.high{top:0}#stacks_in_1363 .cycler_pager.left{left:0}#stacks_in_1363 .cycler_pager.right{right:0}#stacks_in_1363 .cycler_pager.sprite a{text-indent:-9999px;width:15px;height:15px;background:url(../index_files/cycler-images/15x15-pop-blue.png) 0px 0px no-repeat;background-size:100%}#stacks_in_1363 .cycler_pager.sprite a:hover{background-position:0px -15px}#stacks_in_1363 .cycler_pager.sprite a.activeSlide{background-position:0px -30px}#stacks_in_1363 .cycler_pager.numbers a{height:20px;width:20px;font-size:20px;padding:5px;background-color:#B7B7B7;border-radius:10px;-moz-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #606060;text-align:center;line-height:20px;color:#E50000;text-decoration:none;text-shadow:0px 1px 1px #FFFFFF;}#stacks_in_1363 .cycler_pager.numbers a.activeSlide{color:#E50000;background-color:#606060}#stacks_in_1363 .cycler_pager.css_bullets a{position:relative;margin:5px;display:inline-block;height:20px;width:20px;background-color:#B7B7B7;border-radius:12px;box-shadow:inset 0px 0px 1px rgba(0,0,0,0.2);border:1px solid #606060;}#stacks_in_1363 .cycler_pager.css_bullets a.hover,#stacks_in_1363 .cycler_pager.css_bullets a:hover{background-color:#606060}#stacks_in_1363 .cycler_pager.css_bullets span{display:block;visibility:hidden;margin:0 auto;text-indent:-9999px;height:10px;width:10px;top:5px;position:relative;background-color:#E50000;box-shadow:inset -5px 5px 10px rgba(0,0,0,0.2);border-radius:12px}#stacks_in_1363 .cycler_pager.css_bullets a.activeSlide span{visibility:visible}#stacks_in_1363 .cycler_pager.css_bullets a.activeSlide{background-color:#B7B7B7}
#stacks_in_1373 h4,#stacks_in_1373 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_1373 h4 a,#stacks_in_1373 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_1373 h4 a:hover,#stacks_in_1373 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_1373 small,#stacks_in_1373 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1373 .h-pro{padding:10px}#stacks_in_1373 .h-pro{border-radius: 20px }#stacks_in_1373 .h-pro{border-width: 0px ;border-color:rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00) rgba(102, 102, 102, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_1373 .h-pro{display:inline-block;background:rgba(228, 228, 228, 1.00)}#stacks_in_1373 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"",sans-serif;font-weight:400;font-style:italic}#stacks_in_1373 .hTxt{text-shadow:0px 4px 3px rgba(147, 147, 147, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30),0px 4px 10px rgba(192, 192, 192, 0.30)}


#stacks_in_1373 {
	padding:  5px;
}
/* -- Start Textalign Each css Template -- */
#stacks_in_1381 {
	text-align: right !important;
}




#stacks_in_1381 img {
	margin: 0 0 0 auto !important;
}


@media only screen and (max-width: 768px) {
    #stacks_in_1381 {
		text-align: right !important;
	}
	
	#stacks_in_1381 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_1381 img {
		margin: 0 0 0 auto !important;
	}
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_1381 {
		text-align: right !important;
	}
	
	#stacks_in_1381 img {
		margin: 0 auto !important;
	}
	
	
	
	
	#stacks_in_1381 img {
		margin: 0 0 0 auto !important;
	}
	
}
/* -- End Textalign Each css Template -- */
#stacks_in_1381 {
	margin: 0px 20px 10px 0px;
}
#stacks_in_1382>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#stacks_in_1386 h5,#stacks_in_1386 div{color:rgba(18, 99, 161, 1.00)}#stacks_in_1386 h5 a,#stacks_in_1386 div a{color:rgba(18, 99, 161, 1.00)}#stacks_in_1386 h5 a:hover,#stacks_in_1386 div a:hover{color:rgba(13, 74, 120, 1.00)}#stacks_in_1386 small,#stacks_in_1386 small div{color:rgba(111, 111, 111, 1.00)}

