/* Start Owl stack page CSS code *//*  * 	Core Owl Carousel CSS File *	v1.3.2 *//* clearfix */.owl-carousel .owl-wrapper:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;}/* display none until init */.owl-carousel{	display: none;	position: relative;	width: 100%;	-ms-touch-action: pan-y;}.owl-carousel .owl-wrapper{	display: none;	position: relative;	-webkit-transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-wrapper-outer{	overflow: hidden;	position: relative;	width: 100%;}.owl-carousel .owl-wrapper-outer.autoHeight{	-webkit-transition: height 500ms ease-in-out;	-moz-transition: height 500ms ease-in-out;	-ms-transition: height 500ms ease-in-out;	-o-transition: height 500ms ease-in-out;	transition: height 500ms ease-in-out;}	.owl-carousel .owl-item{	float: left;}.owl-controls .owl-page,.owl-controls .owl-buttons div{	cursor: pointer;}.owl-controls {	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}/* mouse grab icon */.grabbing {     cursor:url(grabbing.png) 8 8, move;}/* fix */.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{	-webkit-backface-visibility: hidden;	-moz-backface-visibility:    hidden;	-ms-backface-visibility:     hidden;  -webkit-transform: translate3d(0,0,0);  -moz-transform: translate3d(0,0,0);  -ms-transform: translate3d(0,0,0);}/*  *  Owl Carousel CSS3 Transitions  *  v1.3.2 */.owl-origin {	-webkit-perspective: 1200px;	-webkit-perspective-origin-x : 50%;	-webkit-perspective-origin-y : 50%;	-moz-perspective : 1200px;	-moz-perspective-origin-x : 50%;	-moz-perspective-origin-y : 50%;	perspective : 1200px;}/* fade */.owl-fade-out {  z-index: 10;  -webkit-animation: fadeOut .7s both ease;  -moz-animation: fadeOut .7s both ease;  animation: fadeOut .7s both ease;}.owl-fade-in {  -webkit-animation: fadeIn .7s both ease;  -moz-animation: fadeIn .7s both ease;  animation: fadeIn .7s both ease;}/* backSlide */.owl-backSlide-out {  -webkit-animation: backSlideOut 1s both ease;  -moz-animation: backSlideOut 1s both ease;  animation: backSlideOut 1s both ease;}.owl-backSlide-in {  -webkit-animation: backSlideIn 1s both ease;  -moz-animation: backSlideIn 1s both ease;  animation: backSlideIn 1s both ease;}/* goDown */.owl-goDown-out {  -webkit-animation: scaleToFade .7s ease both;  -moz-animation: scaleToFade .7s ease both;  animation: scaleToFade .7s ease both;}.owl-goDown-in {  -webkit-animation: goDown .6s ease both;  -moz-animation: goDown .6s ease both;  animation: goDown .6s ease both;}/* scaleUp */.owl-fadeUp-in {  -webkit-animation: scaleUpFrom .5s ease both;  -moz-animation: scaleUpFrom .5s ease both;  animation: scaleUpFrom .5s ease both;}.owl-fadeUp-out {  -webkit-animation: scaleUpTo .5s ease both;  -moz-animation: scaleUpTo .5s ease both;  animation: scaleUpTo .5s ease both;}/* Keyframes *//*empty*/@-webkit-keyframes empty {  0% {opacity: 1}}@-moz-keyframes empty {  0% {opacity: 1}}@keyframes empty {  0% {opacity: 1}}@-webkit-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-moz-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-webkit-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-moz-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-webkit-keyframes backSlideOut {  25% { opacity: .5; -webkit-transform: translateZ(-500px); }  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }}@-moz-keyframes backSlideOut {  25% { opacity: .5; -moz-transform: translateZ(-500px); }  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }}@keyframes backSlideOut {  25% { opacity: .5; transform: translateZ(-500px); }  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }}@-webkit-keyframes backSlideIn {  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -webkit-transform: translateZ(-500px); }  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }}@-moz-keyframes backSlideIn {  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -moz-transform: translateZ(-500px); }  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }}@keyframes backSlideIn {  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; transform: translateZ(-500px); }  100% { opacity: 1; transform: translateZ(0) translateX(0); }}@-webkit-keyframes scaleToFade {  to { opacity: 0; -webkit-transform: scale(.8); }}@-moz-keyframes scaleToFade {  to { opacity: 0; -moz-transform: scale(.8); }}@keyframes scaleToFade {  to { opacity: 0; transform: scale(.8); }}@-webkit-keyframes goDown {  from { -webkit-transform: translateY(-100%); }}@-moz-keyframes goDown {  from { -moz-transform: translateY(-100%); }}@keyframes goDown {  from { transform: translateY(-100%); }}@-webkit-keyframes scaleUpFrom {  from { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpFrom {  from { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpFrom {  from { opacity: 0; transform: scale(1.5); }}@-webkit-keyframes scaleUpTo {  to { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpTo {  to { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpTo {  to { opacity: 0; transform: scale(1.5); }}/* End Owl stack page CSS code */a.block-link{display:block;text-decoration:none !important;padding:0;margin:0;color:inherit}a.block-link:link,a.block-link:visited,a.block-link:hover,a.block-link:active{color:inherit}
@charset "UTF-8";.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);-ms-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);-ms-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}


@-webkit-keyframes puffIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(2,2);
    -webkit-filter: blur(2px);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1,1);
    -webkit-filter: blur(0px);
  }
}
@keyframes puffIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2,2);
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1,1);
    filter: blur(0px);
  }
}
@-webkit-keyframes vanishIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(2, 2);
    -webkit-filter: blur(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}
@keyframes vanishIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    -webkit-filter: blur(90px);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}

.puffIn {
  -webkit-animation-name: puffIn;
  animation-name: puffIn;
}
.puffOut {
  -webkit-animation-name: puffOut;
  animation-name: puffOut;
}
.vanishIn {
  -webkit-animation-name: vanishIn;
  animation-name: vanishIn;
}/* TRIGGER FONT */

@font-face {
  font-family: 'trigger';
  src: url('../files/trigger_font/trigger.eot?57958819');
  src: url('../files/trigger_font/trigger.eot?57958819#iefix') format('embedded-opentype'),
       url('../files/trigger_font/trigger.woff?57958819') format('woff'),
       url('../files/trigger_font/trigger.ttf?57958819') format('truetype'),
       url('../files/trigger_font/trigger.svg?57958819#trigger') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'trigger';
    src: url('../font/trigger.svg?60643705#trigger') format('svg');
  }
}
*/

 
 [class^="trigger-"]:before, [class*=" trigger-"]:before {
  font-family: "trigger";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
     
  /* fix buttons height, for twitter bootstrap */
  /*line-height: 1em;*/
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.trigger-plus-squared:before { content: '\e800'; } /* '' */
.trigger-minus-squared:before { content: '\e801'; } /* '' */
.trigger-plus-squared-alt:before { content: '\e802'; } /* '' */
.trigger-minus-squared-alt:before { content: '\e803'; } /* '' */
.trigger-cancel-1:before { content: '\e804'; } /* '' */
.trigger-ok:before { content: '\e805'; } /* '' */
.trigger-ok-circled:before { content: '\e806'; } /* '' */
.trigger-cancel-circled:before { content: '\e807'; } /* '' */
.trigger-ok-circled2:before { content: '\e808'; } /* '' */
.trigger-cancel-circled2:before { content: '\e809'; } /* '' */
.trigger-ok-squared:before { content: '\e80a'; } /* '' */
.trigger-plus-circled:before { content: '\e80b'; } /* '' */
.trigger-minus-circled:before { content: '\e80c'; } /* '' */
.trigger-toggle-off:before { content: '\e80d'; } /* '' */
.trigger-toggle-on:before { content: '\e80e'; } /* '' */
.trigger-cog:before { content: '\e80f'; } /* '' */
.trigger-info-circled:before { content: '\e810'; } /* '' */
.trigger-help-circled:before { content: '\e811'; } /* '' */
.trigger-eye:before { content: '\e812'; } /* '' */
.trigger-eye-off:before { content: '\e813'; } /* '' */
.trigger-code-1:before { content: '\e814'; } /* '' */
.trigger-chat:before { content: '\e815'; } /* '' */
.trigger-chat-empty:before { content: '\e816'; } /* '' */
.trigger-down-open-1:before { content: '\e817'; } /* '' */
.trigger-up-open-1:before { content: '\e818'; } /* '' */
.trigger-star:before { content: '\e819'; } /* '' */
.trigger-star-empty:before { content: '\e81a'; } /* '' */
.trigger-heart:before { content: '\e81b'; } /* '' */
.trigger-heart-empty:before { content: '\e81c'; } /* '' */
.trigger-plus-1:before { content: '\e81d'; } /* '' */
.trigger-minus-1:before { content: '\e81e'; } /* '' */
.trigger-help-1:before { content: '\e81f'; } /* '' */
.trigger-info-1:before { content: '\e820'; } /* '' */
.trigger-mail:before { content: '\e821'; } /* '' */
.trigger-mail-squared:before { content: '\e822'; } /* '' */
.trigger-export-alt:before { content: '\e823'; } /* '' */
.trigger-export:before { content: '\e824'; } /* '' */
.trigger-menu-1:before { content: '\e825'; } /* '' */
#stacks_in_273310 {
	margin: 20px 25px 0px 0px;
}

#stacks_out_273310 {
	width: 245px;
}
/* Start Gradient stack CSS code */

#stacks_in_273314{
	/* 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_273314::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(52, 73, 127, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(-45deg,  rgba(52, 73, 127, 1.00) 0%,   rgba(32, 45, 76, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(52, 73, 127, 1.00)),   color-stop(100%,rgba(32, 45, 76, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(-45deg,  rgba(52, 73, 127, 1.00) 0%,rgba(32, 45, 76, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(-45deg,  rgba(52, 73, 127, 1.00) 0%,rgba(32, 45, 76, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(-45deg,  rgba(52, 73, 127, 1.00) 0%,rgba(32, 45, 76, 1.00) 100%);
			/* W3C */
			background: linear-gradient(135deg,  rgba(52, 73, 127, 1.00) 0%,rgba(32, 45, 76, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(52, 73, 127, 1.00)', endColorstr='rgba(32, 45, 76, 1.00)',GradientType=1 );
		}
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_273314 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_273314 {
	width: 260px;
}
/* -- Start Anchor Each css Template -- */



.stacks_in_273316editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_273316editInfo i{
	vertical-align: middle;
}

.stacks_in_273316editInfo:before{
content:"#da1";
float: right;
}

.stacks_in_273316editInfo:after{
content:"";
display: table;
clear: both;
}

.stacks_in_273316topOffset{
	position: relative;
	height: 50;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}

.stacks_in_273316topOffset:after{
	content: "Top Offset";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #7f8c8d;
}




/* -- End Anchor Each css Template -- */#stacks_in_273322>.s3_row {
	margin: 0 -2px;
}

#stacks_in_273322>.s3_row>.s3_column_left {
	width: 29.06%;
}

#stacks_in_273322>.s3_row>.s3_column_right {
	width: 70.940002%;
}




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










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



}



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



}






#stacks_in_273324 {
	padding: 0px 6px 0px 7px;
}

#stacks_out_273324 {
	margin-left:0;
}

#stacks_in_273327 {
	padding: 11px 0px 3px 0px;
}

#stacks_in_273329 {
	padding: 0px 10px 10px 10px;
}
/* -- Start Anchor Each css Template -- */



.stacks_in_273331editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_273331editInfo i{
	vertical-align: middle;
}

.stacks_in_273331editInfo:before{
content:"#da2";
float: right;
}

.stacks_in_273331editInfo:after{
content:"";
display: table;
clear: both;
}

.stacks_in_273331topOffset{
	position: relative;
	height: 50;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}

.stacks_in_273331topOffset:after{
	content: "Top Offset";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #7f8c8d;
}




/* -- End Anchor Each css Template -- */
#stacks_in_273333 {
	background-color: rgba(31, 43, 72, 1.00);
	border: solid rgba(33, 66, 86, 1.00);
	border-width:  1px;
	margin:  5px;
}

#stacks_in_273337 {
	padding: 6px 0px 5px 9px;
}

#stacks_out_273337 {
	width: 40px;
	float: left;
}

#stacks_in_273339 {
	padding: 11px 0px 6px 10px;
}
/* Start Gradient stack CSS code */

#stacks_in_273341{
	/* 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_273341::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(127, 14, 227, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(-45deg,  rgba(127, 14, 227, 1.00) 0%,   rgba(190, 49, 233, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(127, 14, 227, 1.00)),   color-stop(100%,rgba(190, 49, 233, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(-45deg,  rgba(127, 14, 227, 1.00) 0%,rgba(190, 49, 233, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(-45deg,  rgba(127, 14, 227, 1.00) 0%,rgba(190, 49, 233, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(-45deg,  rgba(127, 14, 227, 1.00) 0%,rgba(190, 49, 233, 1.00) 100%);
			/* W3C */
			background: linear-gradient(135deg,  rgba(127, 14, 227, 1.00) 0%,rgba(190, 49, 233, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(127, 14, 227, 1.00)', endColorstr='rgba(190, 49, 233, 1.00)',GradientType=1 );
		}
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_273341 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_273341 {
	width: 260px;
}
/* -- Start Anchor Each css Template -- */



.stacks_in_273343editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_273343editInfo i{
	vertical-align: middle;
}

.stacks_in_273343editInfo:before{
content:"#da3";
float: right;
}

.stacks_in_273343editInfo:after{
content:"";
display: table;
clear: both;
}

.stacks_in_273343topOffset{
	position: relative;
	height: 50;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}

.stacks_in_273343topOffset:after{
	content: "Top Offset";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #7f8c8d;
}




/* -- End Anchor Each css Template -- */#stacks_in_273347>.s3_row {
	margin: 0 -2px;
}

#stacks_in_273347>.s3_row>.s3_column_left {
	width: 29.06%;
}

#stacks_in_273347>.s3_row>.s3_column_right {
	width: 70.940002%;
}




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










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



}



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



}






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

#stacks_in_273349 {
	padding: 0px 12px 0px 15px;
}

#stacks_out_273349 {
	margin-left:0;
}

#stacks_in_273352 {
	padding: 12px 0px 0px 0px;
}

#stacks_in_273354 {
	padding: 8px 10px 10px 10px;
}
/* Start Gradient stack CSS code */

#stacks_in_273356{
	/* 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_273356::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(71, 121, 225, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(-45deg,  rgba(71, 121, 225, 1.00) 0%,   rgba(47, 78, 143, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(71, 121, 225, 1.00)),   color-stop(100%,rgba(47, 78, 143, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(-45deg,  rgba(71, 121, 225, 1.00) 0%,rgba(47, 78, 143, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(-45deg,  rgba(71, 121, 225, 1.00) 0%,rgba(47, 78, 143, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(-45deg,  rgba(71, 121, 225, 1.00) 0%,rgba(47, 78, 143, 1.00) 100%);
			/* W3C */
			background: linear-gradient(135deg,  rgba(71, 121, 225, 1.00) 0%,rgba(47, 78, 143, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(71, 121, 225, 1.00)', endColorstr='rgba(47, 78, 143, 1.00)',GradientType=1 );
		}
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_273356 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_273356 {
	width: 260px;
}
/* -- Start Anchor Each css Template -- */



.stacks_in_273358editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_273358editInfo i{
	vertical-align: middle;
}

.stacks_in_273358editInfo:before{
content:"#da4";
float: right;
}

.stacks_in_273358editInfo:after{
content:"";
display: table;
clear: both;
}

.stacks_in_273358topOffset{
	position: relative;
	height: 50;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}

.stacks_in_273358topOffset:after{
	content: "Top Offset";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #7f8c8d;
}




/* -- End Anchor Each css Template -- */#stacks_in_273362>.s3_row {
	margin: 0 -2px;
}

#stacks_in_273362>.s3_row>.s3_column_left {
	width: 29.06%;
}

#stacks_in_273362>.s3_row>.s3_column_right {
	width: 70.940002%;
}




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










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



}



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



}






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

#stacks_in_273364 {
	padding: 0px 12px 0px 15px;
}

#stacks_out_273364 {
	margin-left:0;
}

#stacks_in_273367 {
	padding: 12px 0px 0px 0px;
}

#stacks_in_273369 {
	padding: 8px 10px 10px 10px;
}

#stacks_in_273371 {
	background-color: rgba(193, 197, 203, 1.00);
    background-image: url("07C757D7-0409-4F6F-AC82-BB2033A801DF.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#stacks_in_273373 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 1750px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/
}

@media screen and (max-width: 1200px) {
#stacks_in_273373 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_273373 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_273373 .r_maxwidth {

display:block;
width: 100%; width: auto; !important;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/

}}

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

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








  


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






}



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






}




  

#stacks_out_273375 {
	width: 280px;
	margin-right:0;
}
#stacks_in_273377 .trigger_newsletter {
	cursor: pointer;
	display: inline-block;
	color: #D0D0D0;

	
	font-size: 26px;
	line-height: 26px;
	

	padding-left: 1px;
}

#stacks_in_273377 .toggle_open .closed_icon {
	display: none;
}

#stacks_in_273377 .toggle_closed .open_icon {
	display: none;
}

#stacks_in_273377 .toggle_open .closed_image {
	display: none;
}

#stacks_in_273377 .toggle_closed .open_image {
	display: none;
}



#stacks_in_273377 {
	position: relative;
	text-align: center;
}

#stacks_in_273377 .trigger_label,
#stacks_in_273377 .trigger_label_open {
	font-size: 11px;
	color: #D0D0D0;
	margin-left: 4px;
	
	line-height: 26px;
	vertical-align: top;
	
}

#stacks_in_273377 .trigger_label_open {
	display: none;
}

#stacks_in_273377 {
	padding: 9px 0px 9px 0px;
}
#stacks_in_273379 .trigger_twitterthemes {
	cursor: pointer;
	display: inline-block;
	color: #FFFFFF;

	

	padding-left: 1px;
}

#stacks_in_273379 .toggle_open .closed_icon {
	display: none;
}

#stacks_in_273379 .toggle_closed .open_icon {
	display: none;
}

#stacks_in_273379 .toggle_open .closed_image {
	display: none;
}

#stacks_in_273379 .toggle_closed .open_image {
	display: none;
}



#stacks_in_273379 {
	position: relative;
	text-align: center;
}

#stacks_in_273379 .trigger_label,
#stacks_in_273379 .trigger_label_open {
	font-size: 11px;
	color: #D1D1D1;
	margin-left: 4px;
	
	vertical-align: middle;
	
}

#stacks_in_273379 .trigger_label_open {
	display: none;
}

#stacks_in_273379 {
	border: solid rgba(255, 255, 255, 0.30);
	border-width: 0px 0px 0px 1px;
	padding: 9px 0px 8px 6px;
}

#stacks_in_273381 {
	border: solid rgba(255, 255, 255, 0.30);
	border-width: 0px 0px 0px 1px;
	padding: 10px 7px 9px 7px;
}

#stacks_out_273381 {
	margin-left:0;
}

#stacks_in_273384 {
	border: solid rgba(255, 255, 255, 0.30);
	border-width: 0px 0px 0px 1px;
	padding: 10px 7px 9px 7px;
}

#stacks_out_273384 {
	margin-right:0;
}

#stacks_in_273386 {
	padding: 0px 10px 30px 10px;
}

#stacks_out_273386 {
	margin-right:0;
}

#stacks_in_273392 {
	padding:  10px;
}

#stacks_out_273392 {
	width: 50px;
	float: left;
}

#stacks_in_273394 {
	margin: 16px 0px 0px 0px;
}

#stacks_out_273394 {
	width: 100px;
	float: left;
}
  #stacks_in_273398{display:none}@media screen and (max-width:1030px){#stacks_in_273398{display:block}} 

#stacks_in_274759 {
	margin: 0px 0px 0px 20px;
}

#stacks_out_274759 {
	width: 65px;
	float: left;
}

#stacks_in_273400 {
	padding: 5px 0px 0px 0px;
}

#stacks_out_273400 {
	width: 250px;
	float: left;
	margin-left:0;
}

#stacks_in_273402 {
	padding: 5px 0px 0px 22px;
}

#stacks_in_273404 {
	position: relative;
	display: block;
}

.newsletter {
	position: relative;
	
	
}






	
	#stacks_in_273404 .cpsl_newsletter {
		padding: 0px;
	}
	





#stacks_out_273404 {
	width: 74%;
}

#stacks_in_273406 {
	background-color: rgba(39, 60, 89, 0.89);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 0px 8px 30px 8px;
}
#stacks_in_273408>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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



}






#stacks_in_273408 {
	padding: 10px 0px 0px 0px;
}
/* 
Formsnap v.3.0.11 Stylesheet 
MODIFIED: 2019/10/16 10:27:16
*/




/* live edits to work in formsnap */
#stacks_in_277747 .control-group.incase,
#stacks_in_277747 .yd-radio-checkbox,
#stacks_in_277747 .yd-file
{
  width:100%;
  margin: 0px 0px 25px 0px !important;
}



#stacks_in_277747, #stacks_out_277747, .stacks_top, #%id# .out
{
	 overflow: visible;
 }

/* custom overrides */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9A9A9A;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9A9A9A;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #9A9A9A;
}

#stacks_in_277747 .control-group .img-drop, 
#stacks_in_277747 .control-group .incase-box, 
#stacks_in_277747 .control-group input:not(.and-up), 
#stacks_in_277747 .control-group select, 
#stacks_in_277747 .control-group textarea {
  font-family: "Roboto Mono", monospace;
  font-size: 14px;
  color: #616161;
  border-color: #CFCFCF;
  border-width: 1px;
  background-color: #FFFFFF;
}

#stacks_in_277747 .control-group.incase input:focus, 
#stacks_in_277747 .control-group.incase select:focus, 
#stacks_in_277747 .control-group.incase textarea:focus {
  border-color: #CFCFCF;
  outline: 0;
  box-shadow: none;
}

/* #stacks_in_277747  .yd-file:before {
  background-color: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
  color: #616161;
} */

#stacks_in_277747  .yd-file .yd-file-in {
  background: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
/*  border: 1px solid #dbdbdb;*/
}

#stacks_in_277747 .yd-rating.yd-no-label .yd-star-menu {
  padding-top:6px;
}

#stacks_in_277747  .yd-rating .yd-rating-in {
  background: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
/*  border: 1px solid #dbdbdb;*/
}

#stacks_in_277747 .yd-file.yd-no-label .selected-file {
  padding-top:6px;
}

#stacks_in_277747  .yd-required {
  color: #8E2F2E;
}

#stacks_in_277747 .yd-sub-text {
  color: #999999;
  font-size: 13px;
}

#stacks_in_277747 .yd-border {
  border-color: #CFCFCF;
  border-width: 1px;
}

#stacks_in_277747 .yd-trumbowyg .trumbowyg-button-pane {
  background:  #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
}

#stacks_in_277747 .trumbowyg-button-pane button {
  background:  #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
  color: #616161;
}
#stacks_in_277747 .yd-trumbowyg {
  background:  #FFFFFF;
  background-color:  #FFFFFF;
}

#stacks_in_277747 .yd-trumbowyg .trumbowyg-editor {
  background:  #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
}

#stacks_in_277747 .trumbowyg-button-pane button.trumbowyg-active, 
#stacks_in_277747 .trumbowyg-button-pane button:not(.trumbowyg-disable):focus, 
#stacks_in_277747 .trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
  background-color: transparent;
}


#stacks_in_277747 .parsley-errors-list li,
#stacks_in_277747 .yd-invalid-msg {
  color:#8E2F2E;
  font-size:14px;
}

#stacks_in_277747 button.yd-btn {
  background: #FFFFFF;
  color: #222222;
  font-size: 15px;
  padding: 10px 10px;
  font-family: "Roboto Mono", monospace;
}

#stacks_in_277747 button.yd-btn:disabled,
#stacks_in_277747 button.yd-btn[disabled]{
  opacity:.5;
  cursor: not-allowed !important;
}

#stacks_in_277747 button.yd-btn:hover {
  background: #E6E6E6;
}

#stacks_in_277747 button.yd-btn.yd-primary {
  background: #5771A2;
  color: #FFFFFF;
  font-size:  15px;
}

#stacks_in_277747 button.yd-btn.yd-primary:hover {
  background: #3E5889;
}

#stacks_in_277747 .refresh-captcha {
  background-color: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
  color: #5771A2;
  border-bottom-width: 0;
/*  border: 1px solid #DBDBDB;*/
}


#stacks_in_277747 .accent-color, 
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator, 
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator, 
#stacks_in_277747 .control-group.incase label, 
#stacks_in_277747 div[class^=yd-]>div>label {
color: #5771A2;
/* font-size:  11px;
font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif"; */
}

input.yd-star:checked ~ label.yd-star:before {
  color:#5771A2;
  transition: all .25s;
}

input.yd-rating-star-5:checked ~ label.yd-star:before {
  color:#5771A2;
}


#stacks_in_277747 .control-group.incase label, 
#stacks_in_277747 div[class^=yd-]>div>label {
color: #5771A2;
font-size:  11px;
font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
}

.yd-add-item {
	font-size:  11px;
  font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif"; /* same size as labels */
}

#stacks_in_277747 .fs-checkbox-label{
	color: #616173;
	font-size:  14px;
}

#stacks_in_277747 .yd-file:before { color: #5771A2; }

#stacks_in_277747 .fs-checkbox-label{
	color: #616173;
	font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
}

#stacks_in_277747 .radio_checkbox li a{;
  font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
  font-size:  14px;
}

#stacks_in_277747 .control-group.incase .incase-box, 
#stacks_in_277747 .control-group.incase input, 
#stacks_in_277747 .control-group.incase select, 
#stacks_in_277747 .control-group.incase textarea{
	color: #616161;
	font-size:  14px;
	font-family: "Roboto Mono", monospace;
  border-color: #CFCFCF;
  border-width: 1px;
  /* padding-top: %input-padding-top%; */
}

/* select down arrow color */
#stacks_in_277747 .control-group.yd-select>div:after {
  border-top: 6px solid #CFCFCF;
}


#stacks_in_277747 .fs-checkbox-radio .fs-checkbox-flag, 
#stacks_in_277747 .rangeslider__fill {
background: #5771A2;
}

#stacks_in_277747 .fs-checkbox-flag:before {
  border-color: #5771A2;
}

#stacks_in_277747 .steps .yd-step.current {
  border-color: #CFCFCF;
}

#stacks_in_277747 .yd-step-dots ul li i.fa { color:#CFCFCF !important; }
#stacks_in_277747 .yd-step-dots ul li.active i.fa { color:#5771A2 !important; }

/* mobile buttons */
.calentim-container-mobile .calentim-input .calentim-footer button.calentim-cancel {
	color: #5771A2;
	border: 1px solid #5771A2;
}

.calentim-container-mobile .calentim-input .calentim-footer button.calentim-apply {
	background: #5771A2;
	border: 1px solid #5771A2
}


.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end:hover,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span:hover, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected:hover, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start:hover, 
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start:hover, 
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected:hover, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start, 
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start, 
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected {
background: #5771A2; border-color: #5771A2;
}

 .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span {
    background:#3E5889; color:#fff;
    }

		/* hight light color */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected), 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) {
	background-color: #9DB7E8;
	}
 .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) span {
		background-color: #9DB7E8;
		}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today {
		color: #5771A2;
		}

.calentim-container .calentim-input, .calentim-container-mobile .calentim-input {
  border-color: #CFCFCF;
/*  border-width: 1px;*/
}

/* light pre-select color on drag */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected), 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) {
  background-color: #A7C1F2;
  }

/* selected day inner span */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span {
  background: #5771A2;
  }

/* hide top pointer */
#stacks_in_277747 .calentim-box-arrow-top:before {
  border-color: rgba(184,184,184,0);
  border-bottom-color:  #CFCFCF;
}

/* header link hover */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-month-switch:hover, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-year-switch:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-month-switch:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-year-switch:hover{
  color: #5771A2;
}

/* month selected */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month.current {
  background: #5771A2;
}

/* month hover */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month:hover
 {
  background: #708ABB;
}

/* year selected */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next.current, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev.current, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year.current {
  background: #5771A2;
}

/* year carets */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev {
  color: #5771A2;
}

/* year hover */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next:hover, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev:hover, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year:hover {
  background: #708ABB;
}

/* Alerts */

#stacks_in_277747 .yd-alert {
  font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
}

#stacks_in_277747 .rangeslider__value-bubble {
	background-color: #5771A2;
}

#stacks_in_277747 .rangeslider__value-bubble::before {
	border-top: 6px solid #5771A2;
}

#stacks_in_277747 .color-well {
	position:absolute; top:26px; left:11px; width:12px; height:12px; border-radius:3px;
}



/* .yd-error.yd-textarea .yd-counter
{
	bottom: 34px !important;
} */
.yd-error .yd-tooltip {
	bottom: 38px !important;
}

#stacks_in_277747 .form-navigation  {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: -ms-grid;
  /* for shitty ie support */
  display: grid;
  -ms-grid-columns: 12 1fr;
  grid-template-columns: repeat(12, 1fr);
	grid-gap: 20px; 
}

#stacks_in_277747 .form-navigation .fs-col-1,
#stacks_in_277747 .form-navigation .fs-col-2,
#stacks_in_277747 .form-navigation .fs-col-3,
#stacks_in_277747 .form-navigation .fs-col-4,
#stacks_in_277747 .form-navigation .fs-col-5,
#stacks_in_277747 .form-navigation .fs-col-6,
#stacks_in_277747 .form-navigation .fs-col-7,
#stacks_in_277747 .form-navigation .fs-col-8,
#stacks_in_277747 .form-navigation .fs-col-9,
#stacks_in_277747 .form-navigation .fs-col-10,
#stacks_in_277747 .form-navigation .fs-col-11,
#stacks_in_277747 .form-navigation .fs-col-12 {
  -ms-grid-column: 12;
  -ms-grid-row: 1;
  grid-column: span 12; }

@media (min-width: 600px) {
  #stacks_in_277747 .form-navigation .fs-col-1 {
    -ms-grid-column: 1;
    grid-column: span 1; }
		#stacks_in_277747 .form-navigation .fs-col-2 {
    -ms-grid-column: 2;
    grid-column: span 2; }
		#stacks_in_277747 .form-navigation .fs-col-3 {
    -ms-grid-column: 3;
    grid-column: span 3; }
		#stacks_in_277747 .form-navigation .fs-col-4 {
    -ms-grid-column: 4;
    grid-column: span 4; }
		#stacks_in_277747 .form-navigation .fs-col-5 {
    -ms-grid-column: 5;
    grid-column: span 5; }
		#stacks_in_277747 .form-navigation .fs-col-6 {
    -ms-grid-column: 6;
    grid-column: span 6; }
		#stacks_in_277747 .form-navigation .fs-col-7 {
    -ms-grid-column: 7;
    grid-column: span 7; }
		#stacks_in_277747 .form-navigation .fs-col-8 {
    -ms-grid-column: 8;
    grid-column: span 8; }
		#stacks_in_277747 .form-navigation .fs-col-9 {
    -ms-grid-column: 9;
    grid-column: span 9; }
		#stacks_in_277747 .form-navigation .fs-col-10 {
    -ms-grid-column: 10;
    grid-column: span 10; }
		#stacks_in_277747 .form-navigation .fs-col-11 {
    -ms-grid-column: 11;
    grid-column: span 11; }
		#stacks_in_277747 .form-navigation .fs-col-12 {
    -ms-grid-column: 12;
    grid-column: span 12; } }

	#stacks_in_277747 .form-navigation:not(:first-child) {
  margin: 20px 0 20px 0; }

  
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .incase.control-group {
    float: none !important; }
		#stacks_in_277747 .form-navigation .fs-grid-container {
    display: block; }
		#stacks_in_277747 .form-navigation .fs-col-1,
		#stacks_in_277747 .form-navigation .fs-col-2,
		#stacks_in_277747 .form-navigation .fs-col-3,
		#stacks_in_277747 .form-navigation .fs-col-4,
		#stacks_in_277747 .form-navigation .fs-col-5,
		#stacks_in_277747 .form-navigation .fs-col-6,
		#stacks_in_277747 .form-navigation .fs-col-7,
		#stacks_in_277747 .form-navigation .fs-col-8,
		#stacks_in_277747 .form-navigation .fs-col-9,
		#stacks_in_277747 .form-navigation .fs-col-10,
		#stacks_in_277747 .form-navigation .fs-col-11,
		#stacks_in_277747 .form-navigation .fs-col-12 {
    width: 100%;
		margin: 10px auto; } 
	}


	/* modal custom colors */
  #stacks_in_277747 .yd-overlay{background: rgba(0, 0, 0, 0.80);}
  #stacks_in_277747 .yd-content{background:rgba(255, 255, 255, 1.00);color:rgba(70, 69, 69, 1.00);}
  #stacks_in_277747 .yd-content h3{border-bottom-color: rgba(0, 0, 0, 0.15);}
  #stacks_in_277747 .yd-content .yd-body{border-bottom-color: rgba(0, 0, 0, 0.15);}
  #stacks_in_277747 .yd-modal.error .yd-content h3{color:rgba(70, 69, 69, 1.00);}
  #stacks_in_277747 .yd-modal.success .yd-content h3{color:rgba(70, 69, 69, 1.00);}
  #stacks_in_277747 .yd-modal-show.yd-effect-12 ~ .yd-overlay {background: rgba(255, 255, 255, 1.00)} 
  #stacks_in_277747 .yd-modal-show.yd-effect-16 ~ .yd-overlay {background: rgba(0, 0, 0, 0.80);}
  #stacks_in_277747 .yd-modal.process .yd-content button { display:none !important; }

/* loader */

#stacks_in_277747 .yd-loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
#stacks_in_277747 .yd-loader div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #5771A2;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
#stacks_in_277747 .yd-loader div:nth-child(1) {
  left: 6px;
  animation: yd-loader1 0.6s infinite;
}
#stacks_in_277747 .yd-loader div:nth-child(2) {
  left: 6px;
  animation: yd-loader2 0.6s infinite;
}
#stacks_in_277747 .yd-loader div:nth-child(3) {
  left: 26px;
  animation: yd-loader2 0.6s infinite;
}
#stacks_in_277747 .yd-loader div:nth-child(4) {
  left: 45px;
  animation: yd-loader3 0.6s infinite;
}
@keyframes yd-loader1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes yd-loader3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes yd-loader2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}



 
#stacks_in_277747 {
	margin: 30px 0px 0px 0px;
}
 
a.formsnap-reset:hover,
a.formsnap-reset:focus{
	cursor: pointer;
}
 
#stacks_out_273413 {
	width: 175px;
}
/* Start Obscure Email stack CSS code */.stacks_in_273415topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_273415mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_273415small{font-weight: normal;font-size: 12px;}.stacks_in_273415centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_273415centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code */#stacks_in_273419 .trigger_unsubscription-form-panel {
	cursor: pointer;
	display: inline-block;
	color: #FFFFFF;

	
	font-size: 14px;
	line-height: 14px;
	

	padding-left: 1px;
}

#stacks_in_273419 .toggle_open .closed_icon {
	display: none;
}

#stacks_in_273419 .toggle_closed .open_icon {
	display: none;
}

#stacks_in_273419 .toggle_open .closed_image {
	display: none;
}

#stacks_in_273419 .toggle_closed .open_image {
	display: none;
}



#stacks_in_273419 {
	position: relative;
	text-align: left;
}

#stacks_in_273419 .trigger_label,
#stacks_in_273419 .trigger_label_open {
	font-size: 15px;
	color: #FFFFFF;
	margin-left: 4px;
	
	line-height: 14px;
	vertical-align: top;
	
}

#stacks_in_273419 .trigger_label_open {
	display: none;
}

#stacks_in_273419 {
	padding: 2px 0px 0px 0px;
}
#stacks_in_273420 .trigger_newsletter {
	cursor: pointer;
	display: inline-block;
	color: #FFFFFF;

	
	font-size: 33px;
	line-height: 33px;
	

	padding-left: 1px;
}

#stacks_in_273420 .toggle_open .closed_icon {
	display: none;
}

#stacks_in_273420 .toggle_closed .open_icon {
	display: none;
}

#stacks_in_273420 .toggle_open .closed_image {
	display: none;
}

#stacks_in_273420 .toggle_closed .open_image {
	display: none;
}



#stacks_in_273420 {
	position: relative;
	text-align: center;
}

#stacks_in_273420 .trigger_label,
#stacks_in_273420 .trigger_label_open {
	font-size: 18px;
	color: #515151;
	margin-left: 4px;
	
	line-height: 33px;
	vertical-align: top;
	
}

#stacks_in_273420 .trigger_label_open {
	display: none;
}

#stacks_in_273420 {
	padding: 30px 0px 30px 0px;
}

#stacks_out_273420 {
	width: 72px;
}

#stacks_in_273421 {
	position: relative;
	display: block;
}

.unsubscription-form-panel {
	position: relative;
	
	
}






	
	#stacks_in_273421 .cpsl_unsubscription-form-panel {
		padding: 0px;
	}
	





#stacks_in_273423 {
	padding: 30px 0px 0px 0px;
}
#stacks_in_273425 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 520px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/
}

@media screen and (max-width: 1200px) {
#stacks_in_273425 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_273425 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_273425 .r_maxwidth {

}}


#stacks_in_278728 {
	background-color: rgba(40, 54, 80, 0.83);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 10px 10px 20px 10px;
}
/* 
Formsnap v.3.0.11 Stylesheet 
MODIFIED: 2019/10/16 10:27:16
*/




/* live edits to work in formsnap */
#stacks_in_277741 .control-group.incase,
#stacks_in_277741 .yd-radio-checkbox,
#stacks_in_277741 .yd-file
{
  width:100%;
  margin: 0px 0px 25px 0px !important;
}



#stacks_in_277741, #stacks_out_277741, .stacks_top, #%id# .out
{
	 overflow: visible;
 }

/* custom overrides */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9A9A9A;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9A9A9A;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #9A9A9A;
}

#stacks_in_277741 .control-group .img-drop, 
#stacks_in_277741 .control-group .incase-box, 
#stacks_in_277741 .control-group input:not(.and-up), 
#stacks_in_277741 .control-group select, 
#stacks_in_277741 .control-group textarea {
  font-family: "Roboto Mono", monospace;
  font-size: 14px;
  color: #616161;
  border-color: #CFCFCF;
  border-width: 1px;
  background-color: #FFFFFF;
}

#stacks_in_277741 .control-group.incase input:focus, 
#stacks_in_277741 .control-group.incase select:focus, 
#stacks_in_277741 .control-group.incase textarea:focus {
  border-color: #CFCFCF;
  outline: 0;
  box-shadow: none;
}

/* #stacks_in_277741  .yd-file:before {
  background-color: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
  color: #616161;
} */

#stacks_in_277741  .yd-file .yd-file-in {
  background: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
/*  border: 1px solid #dbdbdb;*/
}

#stacks_in_277741 .yd-rating.yd-no-label .yd-star-menu {
  padding-top:6px;
}

#stacks_in_277741  .yd-rating .yd-rating-in {
  background: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
/*  border: 1px solid #dbdbdb;*/
}

#stacks_in_277741 .yd-file.yd-no-label .selected-file {
  padding-top:6px;
}

#stacks_in_277741  .yd-required {
  color: #8E2F2E;
}

#stacks_in_277741 .yd-sub-text {
  color: #999999;
  font-size: 13px;
}

#stacks_in_277741 .yd-border {
  border-color: #CFCFCF;
  border-width: 1px;
}

#stacks_in_277741 .yd-trumbowyg .trumbowyg-button-pane {
  background:  #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
}

#stacks_in_277741 .trumbowyg-button-pane button {
  background:  #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
  color: #616161;
}
#stacks_in_277741 .yd-trumbowyg {
  background:  #FFFFFF;
  background-color:  #FFFFFF;
}

#stacks_in_277741 .yd-trumbowyg .trumbowyg-editor {
  background:  #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
}

#stacks_in_277741 .trumbowyg-button-pane button.trumbowyg-active, 
#stacks_in_277741 .trumbowyg-button-pane button:not(.trumbowyg-disable):focus, 
#stacks_in_277741 .trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
  background-color: transparent;
}


#stacks_in_277741 .parsley-errors-list li,
#stacks_in_277741 .yd-invalid-msg {
  color:#8E2F2E;
  font-size:14px;
}

#stacks_in_277741 button.yd-btn {
  background: #FFFFFF;
  color: #222222;
  font-size: 15px;
  padding: 10px 10px;
  font-family: "Roboto Mono", monospace;
}

#stacks_in_277741 button.yd-btn:disabled,
#stacks_in_277741 button.yd-btn[disabled]{
  opacity:.5;
  cursor: not-allowed !important;
}

#stacks_in_277741 button.yd-btn:hover {
  background: #E6E6E6;
}

#stacks_in_277741 button.yd-btn.yd-primary {
  background: #5771A2;
  color: #FFFFFF;
  font-size:  15px;
}

#stacks_in_277741 button.yd-btn.yd-primary:hover {
  background: #3E5889;
}

#stacks_in_277741 .refresh-captcha {
  background-color: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
  color: #5771A2;
  border-bottom-width: 0;
/*  border: 1px solid #DBDBDB;*/
}


#stacks_in_277741 .accent-color, 
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator, 
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator, 
#stacks_in_277741 .control-group.incase label, 
#stacks_in_277741 div[class^=yd-]>div>label {
color: #5771A2;
/* font-size:  11px;
font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif"; */
}

input.yd-star:checked ~ label.yd-star:before {
  color:#5771A2;
  transition: all .25s;
}

input.yd-rating-star-5:checked ~ label.yd-star:before {
  color:#5771A2;
}


#stacks_in_277741 .control-group.incase label, 
#stacks_in_277741 div[class^=yd-]>div>label {
color: #5771A2;
font-size:  11px;
font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
}

.yd-add-item {
	font-size:  11px;
  font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif"; /* same size as labels */
}

#stacks_in_277741 .fs-checkbox-label{
	color: #616173;
	font-size:  14px;
}

#stacks_in_277741 .yd-file:before { color: #5771A2; }

#stacks_in_277741 .fs-checkbox-label{
	color: #616173;
	font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
}

#stacks_in_277741 .radio_checkbox li a{;
  font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
  font-size:  14px;
}

#stacks_in_277741 .control-group.incase .incase-box, 
#stacks_in_277741 .control-group.incase input, 
#stacks_in_277741 .control-group.incase select, 
#stacks_in_277741 .control-group.incase textarea{
	color: #616161;
	font-size:  14px;
	font-family: "Roboto Mono", monospace;
  border-color: #CFCFCF;
  border-width: 1px;
  /* padding-top: %input-padding-top%; */
}

/* select down arrow color */
#stacks_in_277741 .control-group.yd-select>div:after {
  border-top: 6px solid #CFCFCF;
}


#stacks_in_277741 .fs-checkbox-radio .fs-checkbox-flag, 
#stacks_in_277741 .rangeslider__fill {
background: #5771A2;
}

#stacks_in_277741 .fs-checkbox-flag:before {
  border-color: #5771A2;
}

#stacks_in_277741 .steps .yd-step.current {
  border-color: #CFCFCF;
}

#stacks_in_277741 .yd-step-dots ul li i.fa { color:#CFCFCF !important; }
#stacks_in_277741 .yd-step-dots ul li.active i.fa { color:#5771A2 !important; }

/* mobile buttons */
.calentim-container-mobile .calentim-input .calentim-footer button.calentim-cancel {
	color: #5771A2;
	border: 1px solid #5771A2;
}

.calentim-container-mobile .calentim-input .calentim-footer button.calentim-apply {
	background: #5771A2;
	border: 1px solid #5771A2
}


.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end:hover,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span:hover, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected:hover, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start:hover, 
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start:hover, 
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected:hover, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start, 
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start, 
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected {
background: #5771A2; border-color: #5771A2;
}

 .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span {
    background:#3E5889; color:#fff;
    }

		/* hight light color */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected), 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) {
	background-color: #9DB7E8;
	}
 .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) span {
		background-color: #9DB7E8;
		}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today {
		color: #5771A2;
		}

.calentim-container .calentim-input, .calentim-container-mobile .calentim-input {
  border-color: #CFCFCF;
/*  border-width: 1px;*/
}

/* light pre-select color on drag */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected), 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) {
  background-color: #A7C1F2;
  }

/* selected day inner span */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span {
  background: #5771A2;
  }

/* hide top pointer */
#stacks_in_277741 .calentim-box-arrow-top:before {
  border-color: rgba(184,184,184,0);
  border-bottom-color:  #CFCFCF;
}

/* header link hover */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-month-switch:hover, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-year-switch:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-month-switch:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-year-switch:hover{
  color: #5771A2;
}

/* month selected */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month.current {
  background: #5771A2;
}

/* month hover */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month:hover
 {
  background: #708ABB;
}

/* year selected */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next.current, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev.current, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year.current {
  background: #5771A2;
}

/* year carets */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev {
  color: #5771A2;
}

/* year hover */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next:hover, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev:hover, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year:hover {
  background: #708ABB;
}

/* Alerts */

#stacks_in_277741 .yd-alert {
  font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
}

#stacks_in_277741 .rangeslider__value-bubble {
	background-color: #5771A2;
}

#stacks_in_277741 .rangeslider__value-bubble::before {
	border-top: 6px solid #5771A2;
}

#stacks_in_277741 .color-well {
	position:absolute; top:26px; left:11px; width:12px; height:12px; border-radius:3px;
}



/* .yd-error.yd-textarea .yd-counter
{
	bottom: 34px !important;
} */
.yd-error .yd-tooltip {
	bottom: 38px !important;
}

#stacks_in_277741 .form-navigation  {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: -ms-grid;
  /* for shitty ie support */
  display: grid;
  -ms-grid-columns: 12 1fr;
  grid-template-columns: repeat(12, 1fr);
	grid-gap: 20px; 
}

#stacks_in_277741 .form-navigation .fs-col-1,
#stacks_in_277741 .form-navigation .fs-col-2,
#stacks_in_277741 .form-navigation .fs-col-3,
#stacks_in_277741 .form-navigation .fs-col-4,
#stacks_in_277741 .form-navigation .fs-col-5,
#stacks_in_277741 .form-navigation .fs-col-6,
#stacks_in_277741 .form-navigation .fs-col-7,
#stacks_in_277741 .form-navigation .fs-col-8,
#stacks_in_277741 .form-navigation .fs-col-9,
#stacks_in_277741 .form-navigation .fs-col-10,
#stacks_in_277741 .form-navigation .fs-col-11,
#stacks_in_277741 .form-navigation .fs-col-12 {
  -ms-grid-column: 12;
  -ms-grid-row: 1;
  grid-column: span 12; }

@media (min-width: 600px) {
  #stacks_in_277741 .form-navigation .fs-col-1 {
    -ms-grid-column: 1;
    grid-column: span 1; }
		#stacks_in_277741 .form-navigation .fs-col-2 {
    -ms-grid-column: 2;
    grid-column: span 2; }
		#stacks_in_277741 .form-navigation .fs-col-3 {
    -ms-grid-column: 3;
    grid-column: span 3; }
		#stacks_in_277741 .form-navigation .fs-col-4 {
    -ms-grid-column: 4;
    grid-column: span 4; }
		#stacks_in_277741 .form-navigation .fs-col-5 {
    -ms-grid-column: 5;
    grid-column: span 5; }
		#stacks_in_277741 .form-navigation .fs-col-6 {
    -ms-grid-column: 6;
    grid-column: span 6; }
		#stacks_in_277741 .form-navigation .fs-col-7 {
    -ms-grid-column: 7;
    grid-column: span 7; }
		#stacks_in_277741 .form-navigation .fs-col-8 {
    -ms-grid-column: 8;
    grid-column: span 8; }
		#stacks_in_277741 .form-navigation .fs-col-9 {
    -ms-grid-column: 9;
    grid-column: span 9; }
		#stacks_in_277741 .form-navigation .fs-col-10 {
    -ms-grid-column: 10;
    grid-column: span 10; }
		#stacks_in_277741 .form-navigation .fs-col-11 {
    -ms-grid-column: 11;
    grid-column: span 11; }
		#stacks_in_277741 .form-navigation .fs-col-12 {
    -ms-grid-column: 12;
    grid-column: span 12; } }

	#stacks_in_277741 .form-navigation:not(:first-child) {
  margin: 20px 0 20px 0; }

  
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .incase.control-group {
    float: none !important; }
		#stacks_in_277741 .form-navigation .fs-grid-container {
    display: block; }
		#stacks_in_277741 .form-navigation .fs-col-1,
		#stacks_in_277741 .form-navigation .fs-col-2,
		#stacks_in_277741 .form-navigation .fs-col-3,
		#stacks_in_277741 .form-navigation .fs-col-4,
		#stacks_in_277741 .form-navigation .fs-col-5,
		#stacks_in_277741 .form-navigation .fs-col-6,
		#stacks_in_277741 .form-navigation .fs-col-7,
		#stacks_in_277741 .form-navigation .fs-col-8,
		#stacks_in_277741 .form-navigation .fs-col-9,
		#stacks_in_277741 .form-navigation .fs-col-10,
		#stacks_in_277741 .form-navigation .fs-col-11,
		#stacks_in_277741 .form-navigation .fs-col-12 {
    width: 100%;
		margin: 10px auto; } 
	}


	/* modal custom colors */
  #stacks_in_277741 .yd-overlay{background: rgba(0, 0, 0, 0.80);}
  #stacks_in_277741 .yd-content{background:rgba(255, 255, 255, 1.00);color:rgba(70, 69, 69, 1.00);}
  #stacks_in_277741 .yd-content h3{border-bottom-color: rgba(0, 0, 0, 0.15);}
  #stacks_in_277741 .yd-content .yd-body{border-bottom-color: rgba(0, 0, 0, 0.15);}
  #stacks_in_277741 .yd-modal.error .yd-content h3{color:rgba(70, 69, 69, 1.00);}
  #stacks_in_277741 .yd-modal.success .yd-content h3{color:rgba(70, 69, 69, 1.00);}
  #stacks_in_277741 .yd-modal-show.yd-effect-12 ~ .yd-overlay {background: rgba(255, 255, 255, 1.00)} 
  #stacks_in_277741 .yd-modal-show.yd-effect-16 ~ .yd-overlay {background: rgba(0, 0, 0, 0.80);}
  #stacks_in_277741 .yd-modal.process .yd-content button { display:none !important; }

/* loader */

#stacks_in_277741 .yd-loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
#stacks_in_277741 .yd-loader div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #5771A2;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
#stacks_in_277741 .yd-loader div:nth-child(1) {
  left: 6px;
  animation: yd-loader1 0.6s infinite;
}
#stacks_in_277741 .yd-loader div:nth-child(2) {
  left: 6px;
  animation: yd-loader2 0.6s infinite;
}
#stacks_in_277741 .yd-loader div:nth-child(3) {
  left: 26px;
  animation: yd-loader2 0.6s infinite;
}
#stacks_in_277741 .yd-loader div:nth-child(4) {
  left: 45px;
  animation: yd-loader3 0.6s infinite;
}
@keyframes yd-loader1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes yd-loader3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes yd-loader2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}



    
a.formsnap-reset:hover,
a.formsnap-reset:focus{
	cursor: pointer;
}
 
#stacks_in_277737 {
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
}

#stacks_out_277737 {
	width: 260px;
}
/* Start Obscure Email stack CSS code */.stacks_in_277740topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_277740mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_277740small{font-weight: normal;font-size: 12px;}.stacks_in_277740centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_277740centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code */#stacks_in_273428 .trigger_unsubscription {
	cursor: pointer;
	display: inline-block;
	color: #FFFFFF;

	
	font-size: 33px;
	line-height: 33px;
	

	padding-left: 1px;
}

#stacks_in_273428 .toggle_open .closed_icon {
	display: none;
}

#stacks_in_273428 .toggle_closed .open_icon {
	display: none;
}

#stacks_in_273428 .toggle_open .closed_image {
	display: none;
}

#stacks_in_273428 .toggle_closed .open_image {
	display: none;
}



#stacks_in_273428 {
	position: relative;
	text-align: center;
}

#stacks_in_273428 .trigger_label,
#stacks_in_273428 .trigger_label_open {
	font-size: 18px;
	color: #515151;
	margin-left: 4px;
	
	line-height: 33px;
	vertical-align: top;
	
}

#stacks_in_273428 .trigger_label_open {
	display: none;
}

#stacks_in_273428 {
	padding: 30px 0px 30px 0px;
}

#stacks_out_273428 {
	width: 72px;
}
#stacks_in_273429 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 1100px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;

}

@media screen and (max-width: 1200px) {
#stacks_in_273429 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_273429 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_273429 .r_maxwidth {

display:block;
width: 100%; width: auto; !important;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/

}}


#stacks_in_273431 {
	position: relative;
	display: block;
}

.twitterthemes {
	position: relative;
	
	
}






	
	#stacks_in_273431 .cpsl_twitterthemes {
		padding: 0px;
	}
	





#stacks_out_273431 {
	width: 90%;
}
#stacks_in_273433>.s3_row {
	margin: 0 -0px;
}

#stacks_in_273433>.s3_row>.s3_column_left {
	width: 50.34%;
}

#stacks_in_273433>.s3_row>.s3_column_right {
	width: 49.660000%;
}




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










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


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


}



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



}






#stacks_in_273433 {
	padding: 50px 0px 0px 0px;
}
#stacks_in_283834 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 250px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/
}

@media screen and (max-width: 1200px) {
#stacks_in_283834 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_283834 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_283834 .r_maxwidth {

display:block;
width: 100%; width: auto; !important;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/

}}

#stacks_in_273442 .trigger_twitterthemes {
	cursor: pointer;
	display: inline-block;
	color: #FFFFFF;

	
	font-size: 33px;
	line-height: 33px;
	

	padding-left: 1px;
}

#stacks_in_273442 .toggle_open .closed_icon {
	display: none;
}

#stacks_in_273442 .toggle_closed .open_icon {
	display: none;
}

#stacks_in_273442 .toggle_open .closed_image {
	display: none;
}

#stacks_in_273442 .toggle_closed .open_image {
	display: none;
}



#stacks_in_273442 {
	position: relative;
	text-align: center;
}

#stacks_in_273442 .trigger_label,
#stacks_in_273442 .trigger_label_open {
	font-size: 18px;
	color: #515151;
	margin-left: 4px;
	
	line-height: 33px;
	vertical-align: top;
	
}

#stacks_in_273442 .trigger_label_open {
	display: none;
}

#stacks_in_273442 {
	padding: 30px 0px 30px 0px;
}

#stacks_out_273442 {
	width: 72px;
}

#stacks_in_273443 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_273443 {
	width: 250px;
}
#wrapper_stacks_in_284771{position:fixed;top:-5000px;left:0px;width:100%;height:auto;background:#AD57EB;opacity:.95;z-index:999;-webkit-box-shadow:0px 1px 15px #000000;box-shadow:0px 1px 15px #000000;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}#wrapper_stacks_in_284771:hover{background:#914AC5;opacity:1;}#content_stacks_in_284771{position:relative;color:#FFFFFF;font-size:size_px;height:auto;width:90%;padding:5px;margin:0 auto;cursor:pointer;}#close_stacks_in_284771{position:absolute;top:0;right:0;cursor:pointer;z-index:8999}
#stacks_in_284772>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






#stacks_in_284772 {
	padding: 5px 5px 5px 5px;
}

#stacks_out_284772 {
	margin-left:0;
}

#stacks_out_284775 {
	width: 226px;
	float: left;
	margin-right:0;
}

#stacks_out_284778 {
	margin-right:0;
}

#stacks_in_283111 {
	background-color: rgba(43, 60, 103, 1.00);
}
#stacks_in_273454 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 1300px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/
}

@media screen and (max-width: 1200px) {
#stacks_in_273454 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_273454 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_273454 .r_maxwidth {

display:block;
width: 100%; width: auto; !important;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/

}}


#stacks_in_273454 {
	padding: 30px 20px 0px 20px;
}
/* -- Start Anchor Each css Template -- */


.stacks_in_273449anchorStack{
	height: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
}


.stacks_in_273449editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_273449editInfo i{
	vertical-align: middle;
}

.stacks_in_273449editInfo:before{
content:"#da1";
float: right;
}

.stacks_in_273449editInfo:after{
content:"";
display: table;
clear: both;
}

.stacks_in_273449topOffset{
	position: relative;
	height: 50;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}

.stacks_in_273449topOffset:after{
	content: "Top Offset";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #7f8c8d;
}




/* -- End Anchor Each css Template -- *//* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_278554{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */
#stacks_in_278544 {
	padding: 0px 0px 30px 0px;
}

#stacks_out_278544 {
	width: 250px;
}
/* Start dooMax stack CSS code */#stacks_in_278542, .stacks_in_278542MaxWidthContainer{	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;}    .stacks_in_278542MaxWidthContainer{	    max-width: 100%;	}    .stacks_in_278542MaxWidthContainer{		margin: 0 auto 0 auto;	}@media only screen and (max-width: 1024px) {				    .stacks_in_278542MaxWidthContainer{		    max-width: 97%;		}						    .stacks_in_278542MaxWidthContainer{			margin: 0 0 0 auto;		}				}@media only screen and (max-width: 600px) {				    .stacks_in_278542MaxWidthContainer{		    max-width: 93%;		}						    .stacks_in_278542MaxWidthContainer{			margin: 0 0 0 auto;		}				}/* End dooMax stack CSS code */
#stacks_in_278542 {
	padding:  5px;
}
/* Start Hunter 3 Navigation stack each CSS code */.stacks_in_277907clearer{	clear: both;	height: 0;	margin: 0;	padding: 0;}#stacks_in_277907 .hunterItemPad{	height: 22px !important;	margin: 0 !important;	padding: 0 !important;}/* Filter Bar Styling                      *//* ####################################### */#stacks_in_277907 .huntFilterbar{position: relative;display: block;margin-bottom: 25px;}#stacks_in_277907 .huntFilterbar span{	display: inline-block;}#stacks_in_277907 .huntFilterbar span a, #stacks_in_277907 .huntFilterbar span a:active, #stacks_in_277907 .huntFilterbar span a:visited{	display: inline-block;	color: #FFFFFF !important;	text-decoration: none !important;	border-radius: 2px;	}#stacks_in_277907 .huntFilterbar span a:hover{	color: #FFFFFF !important;	text-decoration: none !important;}#stacks_in_277907 .huntFilterbar span a.huntcurrent{	color: #FFFFFF !important;}#stacks_in_277907 .huntFilterbar{padding: 0 12px 8px 12px;background: #F2F2F2;border-radius: 2px;}#stacks_in_277907 .huntFilterbar span{	margin: 0 14px 0 0;}#stacks_in_277907 .huntFilterbar span a{	padding: 8px 20px 8px 20px;	margin: 8px 0 0 0;	font-size: 85% !important;	line-height: 85% !important;}#stacks_in_277907 .huntFilterbar span a.huntcurrent{	color: #FFFFFF !important;	background: #4686D4;}#stacks_in_277907 .huntFilterbar span a, #stacks_in_277907 .huntFilterbar span a:active, #stacks_in_277907 .huntFilterbar span a:visited{	background: #36649D;	border-radius: 2px;}#stacks_in_277907 .huntFilterbar span a:hover{	background: #4686D4;}/* End Hunter 3 Navigation stack each CSS code */
#stacks_in_277907 {
	-moz-border-radius:  2px;
	-webkit-border-radius:  2px;
	border-radius:  2px;
	padding: 0px 0px 50px 0px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_277909{	margin: 0 !important;	padding: 0 !important;}.stacks_in_277909topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_277909 {
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_277912{	margin: 0 !important;	padding: 0 !important;}.stacks_in_277912topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_277912 {
	width: 98%;
	margin-right:0;
}

#stacks_in_277915 {
	margin: 0px 0px 0px 5px;
}

#stacks_out_277915 {
	width: 65px;
	float: left;
}

#stacks_in_277918 {
	padding: 5px 0px 25px 7px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_277921{	margin: 0 !important;	padding: 0 !important;}.stacks_in_277921topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_277921 {
	width: 98%;
	margin-right:0;
}

#stacks_in_277924 {
	margin: 0px 0px 0px 5px;
}

#stacks_out_277924 {
	width: 65px;
	float: left;
}

#stacks_in_277927 {
	padding: 5px 0px 25px 7px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_277930{	margin: 0 !important;	padding: 0 !important;}.stacks_in_277930topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_277930 {
	width: 98%;
	margin-right:0;
}

#stacks_in_277933 {
	margin: 0px 0px 0px 5px;
}

#stacks_out_277933 {
	width: 65px;
	float: left;
}

#stacks_in_277936 {
	padding: 5px 0px 25px 7px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_277939{	margin: 0 !important;	padding: 0 !important;}.stacks_in_277939topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_277939 {
	width: 98%;
	margin-right:0;
}

#stacks_in_277942 {
	margin: 0px 0px 0px 5px;
}

#stacks_out_277942 {
	width: 65px;
	float: left;
}

#stacks_in_277945 {
	padding: 5px 0px 25px 7px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_277948{	margin: 0 !important;	padding: 0 !important;}.stacks_in_277948topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_277948 {
	width: 98%;
	margin-right:0;
}

#stacks_in_277951 {
	margin: 0px 0px 0px 5px;
}

#stacks_out_277951 {
	width: 65px;
	float: left;
}

#stacks_in_277954 {
	padding: 5px 0px 25px 7px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_277957{	margin: 0 !important;	padding: 0 !important;}.stacks_in_277957topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_277957 {
	width: 98%;
	margin-right:0;
}

#stacks_in_277960 {
	margin: 0px 0px 0px 5px;
}

#stacks_out_277960 {
	width: 125px;
	float: left;
}

#stacks_in_277963 {
	padding: 5px 0px 25px 7px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_277966{	margin: 0 !important;	padding: 0 !important;}.stacks_in_277966topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_277966 {
	width: 98%;
	margin-right:0;
}

#stacks_in_277969 {
	margin: 0px 0px 0px 5px;
}

#stacks_out_277969 {
	width: 65px;
	float: left;
}

#stacks_in_277972 {
	padding: 5px 0px 25px 7px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_277975{	margin: 0 !important;	padding: 0 !important;}.stacks_in_277975topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_277975 {
	width: 98%;
	margin-right:0;
}

#stacks_in_278576 {
	margin: 0px 0px 0px 5px;
}

#stacks_out_278576 {
	width: 65px;
	float: left;
}

#stacks_in_278000 {
	padding: 5px 0px 25px 7px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_278003{	margin: 0 !important;	padding: 0 !important;}.stacks_in_278003topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_278003 {
	width: 98%;
	margin-right:0;
}

#stacks_in_278578 {
	margin: 0px 0px 0px 5px;
}

#stacks_out_278578 {
	width: 65px;
	float: left;
}

#stacks_in_278009 {
	padding: 5px 0px 25px 7px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_278518{	margin: 0 !important;	padding: 0 !important;}.stacks_in_278518topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_278518 {
	width: 98%;
	margin-right:0;
}

#stacks_in_278580 {
	margin: 0px 0px 0px 5px;
}

#stacks_out_278580 {
	width: 65px;
	float: left;
}

#stacks_in_278524 {
	padding: 5px 0px 25px 7px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_278556{	margin: 0 !important;	padding: 0 !important;}.stacks_in_278556topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_278556 {
	width: 98%;
	margin-right:0;
}

#stacks_in_278559 {
	margin: 0px 0px 0px 5px;
}

#stacks_out_278559 {
	width: 65px;
	float: left;
}

#stacks_in_278562 {
	padding: 5px 0px 25px 7px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_278012{	margin: 0 !important;	padding: 0 !important;}.stacks_in_278012topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_278012 {
	width: 320px;
	float: left;
	margin-right:0;
}
/* Start Gradient stack CSS code */

#stacks_in_278536{
	/* 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_278536::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(58, 82, 144, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(-45deg,  rgba(58, 82, 144, 1.00) 0%,   rgba(32, 45, 76, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(58, 82, 144, 1.00)),   color-stop(100%,rgba(32, 45, 76, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(-45deg,  rgba(58, 82, 144, 1.00) 0%,rgba(32, 45, 76, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(-45deg,  rgba(58, 82, 144, 1.00) 0%,rgba(32, 45, 76, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(-45deg,  rgba(58, 82, 144, 1.00) 0%,rgba(32, 45, 76, 1.00) 100%);
			/* W3C */
			background: linear-gradient(135deg,  rgba(58, 82, 144, 1.00) 0%,rgba(32, 45, 76, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(58, 82, 144, 1.00)', endColorstr='rgba(32, 45, 76, 1.00)',GradientType=1 );
		}
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_278538 {
	margin: 6px 0px 4px 0px;
	padding: 0px 10px 0px 13px;
}

#stacks_out_278538 {
	width: 58%;
}

#stacks_in_278537 {
	padding: 0px 0px 4px 18px;
}
#stacks_in_284784>.s3_row {
	margin: 0 -0px;
}

#stacks_in_284784>.s3_row>.s3_column_left {
	width: 22.89%;
}

#stacks_in_284784>.s3_row>.s3_column_right {
	width: 77.110001%;
}




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










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



}



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



}






#stacks_in_284784 {
	padding: 11px 0px 16px 0px;
}

#stacks_out_284791 {
	width: 31px;
}

#stacks_in_284787 {
	padding: 5px 0px 0px 0px;
}

#stacks_in_284794 {
	padding: 0px 0px 15px 18px;
}

#stacks_in_282371 {
	padding: 31px 18px 29px 19px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_283873{	margin: 0 !important;	padding: 0 !important;}.stacks_in_283873topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_283873 {
	width: 320px;
	float: left;
}
#stacks_in_283877>.s3_row {
	margin: 0 -0px;
}

#stacks_in_283877>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_283877>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_283877 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_283882 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_283882 {
	width: 45px;
	margin-left:0;
}

#stacks_in_283879 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_284884 {
  position: relative;
  z-index: 1;
}
#stacks_in_284884, #stacks_out_284884, #slice_mez_284884, #stacks_in_284884 {
  overflow: visible;
}
#stacks_in_284884 .float-notice {
  -webkit-animation: floatNoticestacks_in_284884 500ms ease-in-out infinite;
  animation: floatNoticestacks_in_284884 500ms ease-in-out infinite;
  display: inline-block;
  position: absolute;
  z-index: 2;
  
  
  right: 10px;
  
  
  bottom: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  pointer-events: none;
  border-radius: 3px;
  background: rgba(169, 46, 240, 1.00);
  color: rgba(252, 252, 252, 1.00);
  font-family: inherit;
  
  padding: 5px 8px;
  font-size: 14px;
  line-height: 14px;
  
}


@-webkit-keyframes floatNoticestacks_in_284884 {
  0% {
    -webkit-transform: translatey(16px);
    transform: translatey(16px);
    
    
  }
  50% {
    -webkit-transform: translatey16px);
      transform: translatey(16px);
    
    
  }
  100% {
    -webkit-transform: translatey(16px);
    transform: translatey(16px);
    
    
  }
}

@keyframes floatNoticestacks_in_284884 {
  0% {
    -webkit-transform: translatey(16px);
    transform: translatey(16px);
    
    
  }
  50% {
    -webkit-transform: translatey16px);
    transform: translatey(16px);
    
    
  }
  100% {
    -webkit-transform: translatey(16px);
    transform: translatey(16px);
    
    
  }
}



#stacks_in_283918 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(200, 87, 219, 1.00);
	border-width:  4px;
	padding: 22px 0px 22px 0px;
}

#stacks_in_283920 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_283920 {
	width: 220px;
}
#stacks_in_283894>.s3_row {
	margin: 0 -0px;
}

#stacks_in_283894>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_283894>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_283894 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_283892 {
	margin-right:0;
}

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

#stacks_out_283896 {
	width: 48px;
	margin-right:0;
}
#stacks_in_283901>.s3_row {
	margin: 0 -0px;
}

#stacks_in_283901>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_283901>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_283908 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_283908 {
	width: 96%;
	margin-right:0;
}

#stacks_in_284078 {
	background-color: rgba(192, 49, 248, 1.00);
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
	margin: 4px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
}

#stacks_out_284078 {
	width: 74px;
	margin-left:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_278211{	margin: 0 !important;	padding: 0 !important;}.stacks_in_278211topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_278211 {
	width: 320px;
	float: left;
}
#stacks_in_278214>.s3_row {
	margin: 0 -0px;
}

#stacks_in_278214>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_278214>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_278214 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_278219 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_278219 {
	width: 45px;
	margin-left:0;
}

#stacks_in_278216 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_284652 {
  position: relative;
  z-index: 1;
}
#stacks_in_284652, #stacks_out_284652, #slice_mez_284652, #stacks_in_284652 {
  overflow: visible;
}
#stacks_in_284652 .float-notice {
  -webkit-animation: floatNoticestacks_in_284652 500ms ease-in-out infinite;
  animation: floatNoticestacks_in_284652 500ms ease-in-out infinite;
  display: inline-block;
  position: absolute;
  z-index: 2;
  
  
  right: 10px;
  
  
  bottom: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  pointer-events: none;
  border-radius: 3px;
  background: rgba(62, 152, 69, 1.00);
  color: rgba(252, 252, 252, 1.00);
  font-family: inherit;
  
  padding: 5px 8px;
  font-size: 14px;
  line-height: 14px;
  
}


@-webkit-keyframes floatNoticestacks_in_284652 {
  0% {
    -webkit-transform: translatey(16px);
    transform: translatey(16px);
    
    
  }
  50% {
    -webkit-transform: translatey16px);
      transform: translatey(16px);
    
    
  }
  100% {
    -webkit-transform: translatey(16px);
    transform: translatey(16px);
    
    
  }
}

@keyframes floatNoticestacks_in_284652 {
  0% {
    -webkit-transform: translatey(16px);
    transform: translatey(16px);
    
    
  }
  50% {
    -webkit-transform: translatey16px);
    transform: translatey(16px);
    
    
  }
  100% {
    -webkit-transform: translatey(16px);
    transform: translatey(16px);
    
    
  }
}



#stacks_in_282251 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(62, 152, 69, 1.00);
	border-width:  4px;
	padding: 16px 0px 15px 0px;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_284644 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_284644 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #666666;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_284644 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_284644 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_284644 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #666666;}#stacks_in_284644 .owl-theme .owl-controls .owl-page.active span,#stacks_in_284644 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_284644 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_284644 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_284644outerwrapper{	max-width: 750px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_284644owl-stack{	height:0px;}#stacks_in_284644owl-stack .stacks_in_284644item img{display: block;width: 100%;height: auto;}#stacks_in_284644imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_in_284644 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_284644 {
	width: 220px;
}

#stacks_in_284645 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_in_284647 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_in_284648 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_in_284649 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
#stacks_in_277984>.s3_row {
	margin: 0 -0px;
}

#stacks_in_277984>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_277984>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_277984 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_278239 {
	margin-right:0;
}

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

#stacks_out_278236 {
	width: 48px;
	margin-right:0;
}
#stacks_in_278242>.s3_row {
	margin: 0 -0px;
}

#stacks_in_278242>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_278242>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_278248 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_278248 {
	width: 96%;
	margin-right:0;
}

#stacks_in_284686 {
	background-color: rgba(99, 163, 95, 1.00);
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
	margin: 4px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
}

#stacks_out_284686 {
	width: 74px;
	margin-left:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_280034{	margin: 0 !important;	padding: 0 !important;}.stacks_in_280034topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_280034 {
	width: 320px;
	float: left;
}
#stacks_in_280037>.s3_row {
	margin: 0 -0px;
}

#stacks_in_280037>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_280037>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_280037 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_280042 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_280042 {
	width: 45px;
	margin-left:0;
}

#stacks_in_280039 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_280047 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 26px 0px 26px 0px;
}

#stacks_in_280050 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_280050 {
	width: 230px;
}
#stacks_in_280063>.s3_row {
	margin: 0 -0px;
}

#stacks_in_280063>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_280063>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_280063 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_280068 {
	margin-right:0;
}

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

#stacks_out_280065 {
	width: 48px;
	margin-right:0;
}
#stacks_in_280071>.s3_row {
	margin: 0 -0px;
}

#stacks_in_280071>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_280071>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_280077 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_280077 {
	width: 96%;
	margin-right:0;
}

#stacks_in_280075 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_280075 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_282697{	margin: 0 !important;	padding: 0 !important;}.stacks_in_282697topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_282697 {
	width: 320px;
	float: left;
}
#stacks_in_282701>.s3_row {
	margin: 0 -0px;
}

#stacks_in_282701>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_282701>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_282701 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_282706 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_282706 {
	width: 45px;
	margin-left:0;
}

#stacks_in_282703 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_284805 {
  position: relative;
  z-index: 1;
}
#stacks_in_284805, #stacks_out_284805, #slice_mez_284805, #stacks_in_284805 {
  overflow: visible;
}
#stacks_in_284805 .float-notice {
  -webkit-animation: floatNoticestacks_in_284805 500ms ease-in-out infinite;
  animation: floatNoticestacks_in_284805 500ms ease-in-out infinite;
  display: inline-block;
  position: absolute;
  z-index: 2;
  
  
  right: 10px;
  
  
  bottom: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  pointer-events: none;
  border-radius: 3px;
  background: rgba(62, 152, 69, 1.00);
  color: rgba(252, 252, 252, 1.00);
  font-family: inherit;
  
  padding: 5px 8px;
  font-size: 14px;
  line-height: 14px;
  
}


@-webkit-keyframes floatNoticestacks_in_284805 {
  0% {
    -webkit-transform: translatey(16px);
    transform: translatey(16px);
    
    
  }
  50% {
    -webkit-transform: translatey16px);
      transform: translatey(16px);
    
    
  }
  100% {
    -webkit-transform: translatey(16px);
    transform: translatey(16px);
    
    
  }
}

@keyframes floatNoticestacks_in_284805 {
  0% {
    -webkit-transform: translatey(16px);
    transform: translatey(16px);
    
    
  }
  50% {
    -webkit-transform: translatey16px);
    transform: translatey(16px);
    
    
  }
  100% {
    -webkit-transform: translatey(16px);
    transform: translatey(16px);
    
    
  }
}



#stacks_in_282711 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(62, 152, 69, 1.00);
	border-width:  4px;
	padding: 25px 0px 25px 0px;
}

#stacks_in_282713 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_282713 {
	width: 220px;
}
#stacks_in_282717>.s3_row {
	margin: 0 -0px;
}

#stacks_in_282717>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_282717>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_282717 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_282722 {
	margin-right:0;
}

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

#stacks_out_282719 {
	width: 48px;
	margin-right:0;
}
#stacks_in_282725>.s3_row {
	margin: 0 -0px;
}

#stacks_in_282725>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_282725>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_282731 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_282731 {
	width: 96%;
	margin-right:0;
}

#stacks_in_283569 {
	background-color: rgba(99, 163, 95, 1.00);
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
	margin: 4px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
}

#stacks_out_283569 {
	width: 74px;
	margin-left:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_281927{	margin: 0 !important;	padding: 0 !important;}.stacks_in_281927topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_281927 {
	width: 320px;
	float: left;
}
#stacks_in_281931>.s3_row {
	margin: 0 -0px;
}

#stacks_in_281931>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_281931>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_281931 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_281936 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_281936 {
	width: 45px;
	margin-left:0;
}

#stacks_in_281933 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_281996 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 27px 0px 27px 0px;
}

#stacks_in_281944 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_281944 {
	width: 220px;
}
#stacks_in_281960>.s3_row {
	margin: 0 -0px;
}

#stacks_in_281960>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_281960>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_281960 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_281965 {
	margin-right:0;
}

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

#stacks_out_281962 {
	width: 48px;
	margin-right:0;
}
#stacks_in_281968>.s3_row {
	margin: 0 -0px;
}

#stacks_in_281968>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_281968>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_281976 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_281976 {
	width: 96%;
	margin-right:0;
}

#stacks_in_281974 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_281974 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_282757{	margin: 0 !important;	padding: 0 !important;}.stacks_in_282757topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_282757 {
	width: 320px;
	float: left;
}
#stacks_in_282761>.s3_row {
	margin: 0 -0px;
}

#stacks_in_282761>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_282761>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_282761 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_282766 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_282766 {
	width: 45px;
	margin-left:0;
}

#stacks_in_282763 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_282771 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 28px 0px 28px 0px;
}

#stacks_in_282773 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_282773 {
	width: 220px;
}

#stacks_in_283823_1 {
  position: relative;
  z-index: 1;
}
#stacks_in_283823_1, #stacks_out_283823_1, #slice_mez_283823_1, #stacks_in_283823_1 {
  overflow: visible;
}
#stacks_in_283823_1 .float-notice {
  -webkit-animation: floatNoticestacks_in_283823_1 500ms ease-in-out infinite;
  animation: floatNoticestacks_in_283823_1 500ms ease-in-out infinite;
  display: inline-block;
  position: absolute;
  z-index: 2;
  
  
  right: 10px;
  
  
  bottom: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  pointer-events: none;
  border-radius: 2px;
  background: rgba(95, 133, 202, 1.00);
  color: rgba(252, 252, 252, 1.00);
  font-family: inherit;
  
  padding: 5px 8px;
  font-size: 14px;
  line-height: 14px;
  
}


@-webkit-keyframes floatNoticestacks_in_283823_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
      transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}

@keyframes floatNoticestacks_in_283823_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
    transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}


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

#stacks_in_282777>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_282777>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_282777 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_282782 {
	margin-right:0;
}

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

#stacks_out_282779 {
	width: 48px;
	margin-right:0;
}
#stacks_in_282785>.s3_row {
	margin: 0 -0px;
}

#stacks_in_282785>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_282785>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_282791 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_282791 {
	width: 96%;
	margin-right:0;
}

#stacks_in_282789 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_282789 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_283134{	margin: 0 !important;	padding: 0 !important;}.stacks_in_283134topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_283134 {
	width: 320px;
	float: left;
}
#stacks_in_283138>.s3_row {
	margin: 0 -0px;
}

#stacks_in_283138>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_283138>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_283138 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_283143 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_283143 {
	width: 45px;
	margin-left:0;
}

#stacks_in_283140 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_283148 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 28px 0px 26px 0px;
}

#stacks_in_283150 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_283150 {
	width: 220px;
}
#stacks_in_283154>.s3_row {
	margin: 0 -0px;
}

#stacks_in_283154>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_283154>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_283154 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_283159 {
	margin-right:0;
}

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

#stacks_out_283156 {
	width: 48px;
	margin-right:0;
}
#stacks_in_283162>.s3_row {
	margin: 0 -0px;
}

#stacks_in_283162>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_283162>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_283170 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_283170 {
	width: 96%;
	margin-right:0;
}

#stacks_in_284128 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_284128 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_282915{	margin: 0 !important;	padding: 0 !important;}.stacks_in_282915topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_282915 {
	width: 320px;
	float: left;
}
#stacks_in_282919>.s3_row {
	margin: 0 -0px;
}

#stacks_in_282919>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_282919>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_282919 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_282924 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_282924 {
	width: 45px;
	margin-left:0;
}

#stacks_in_282921 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_282929 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 27px 0px 26px 0px;
}

#stacks_in_282931 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_282931 {
	width: 220px;
}
#stacks_in_282935>.s3_row {
	margin: 0 -0px;
}

#stacks_in_282935>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_282935>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_282935 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_282940 {
	margin-right:0;
}

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

#stacks_out_282937 {
	width: 48px;
	margin-right:0;
}
#stacks_in_282943>.s3_row {
	margin: 0 -0px;
}

#stacks_in_282943>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_282943>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_282949 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_282949 {
	width: 96%;
	margin-right:0;
}

#stacks_in_284183 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_284183 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_283703{	margin: 0 !important;	padding: 0 !important;}.stacks_in_283703topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_283703 {
	width: 320px;
	float: left;
}
#stacks_in_283707>.s3_row {
	margin: 0 -0px;
}

#stacks_in_283707>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_283707>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_283707 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_283712 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_283712 {
	width: 45px;
	margin-left:0;
}

#stacks_in_283709 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_283715 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 27px 0px 27px 0px;
}

#stacks_in_283716 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_283716 {
	width: 220px;
}
#stacks_in_283720>.s3_row {
	margin: 0 -0px;
}

#stacks_in_283720>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_283720>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_283720 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_283725 {
	margin-right:0;
}

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

#stacks_out_283722 {
	width: 48px;
	margin-right:0;
}
#stacks_in_283728>.s3_row {
	margin: 0 -0px;
}

#stacks_in_283728>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_283728>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_283735 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_283735 {
	width: 96%;
	margin-right:0;
}

#stacks_in_283914 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_283914 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_284030{	margin: 0 !important;	padding: 0 !important;}.stacks_in_284030topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_284030 {
	width: 320px;
	float: left;
}
#stacks_in_284034>.s3_row {
	margin: 0 -0px;
}

#stacks_in_284034>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_284034>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_284034 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_284039 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_284039 {
	width: 45px;
	margin-left:0;
}

#stacks_in_284036 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_284045 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 27px 0px 27px 0px;
}

#stacks_in_284047 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_284047 {
	width: 220px;
}
#stacks_in_284051>.s3_row {
	margin: 0 -0px;
}

#stacks_in_284051>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_284051>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_284051 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_284043 {
	margin-right:0;
}

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

#stacks_out_284053 {
	width: 48px;
	margin-right:0;
}
#stacks_in_284058>.s3_row {
	margin: 0 -0px;
}

#stacks_in_284058>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_284058>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_284066 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_284066 {
	width: 96%;
	margin-right:0;
}

#stacks_in_284121 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_284121 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_282576{	margin: 0 !important;	padding: 0 !important;}.stacks_in_282576topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_282576 {
	width: 320px;
	float: left;
}
#stacks_in_282580>.s3_row {
	margin: 0 -0px;
}

#stacks_in_282580>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_282580>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_282580 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_282585 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_282585 {
	width: 45px;
	margin-left:0;
}

#stacks_in_282582 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_282590 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 20px 0px 20px 0px;
}

#stacks_in_282592 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_282592 {
	width: 220px;
}
#stacks_in_282596>.s3_row {
	margin: 0 -0px;
}

#stacks_in_282596>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_282596>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_282596 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_282601 {
	margin-right:0;
}

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

#stacks_out_282598 {
	width: 48px;
	margin-right:0;
}
#stacks_in_282604>.s3_row {
	margin: 0 -0px;
}

#stacks_in_282604>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_282604>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_282612 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_282612 {
	width: 96%;
	margin-right:0;
}

#stacks_in_284361 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_284361 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_283981{	margin: 0 !important;	padding: 0 !important;}.stacks_in_283981topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_283981 {
	width: 320px;
	float: left;
}
#stacks_in_283985>.s3_row {
	margin: 0 -0px;
}

#stacks_in_283985>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_283985>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_283985 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_283990 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_283990 {
	width: 45px;
	margin-left:0;
}

#stacks_in_283987 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_283996 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 27px 0px 27px 0px;
}

#stacks_in_283998 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_283998 {
	width: 220px;
}
#stacks_in_284002>.s3_row {
	margin: 0 -0px;
}

#stacks_in_284002>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_284002>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_284002 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_283994 {
	margin-right:0;
}

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

#stacks_out_284004 {
	width: 48px;
	margin-right:0;
}
#stacks_in_284009>.s3_row {
	margin: 0 -0px;
}

#stacks_in_284009>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_284009>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_284017 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_284017 {
	width: 96%;
	margin-right:0;
}

#stacks_in_284354 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_284354 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_283023{	margin: 0 !important;	padding: 0 !important;}.stacks_in_283023topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_283023 {
	width: 320px;
	float: left;
}
#stacks_in_283027>.s3_row {
	margin: 0 -0px;
}

#stacks_in_283027>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_283027>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_283027 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_283032 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_283032 {
	width: 45px;
	margin-left:0;
}

#stacks_in_283029 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_283037 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 28px 0px 26px 0px;
}

#stacks_in_283039 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_283039 {
	width: 220px;
}
#stacks_in_283043>.s3_row {
	margin: 0 -0px;
}

#stacks_in_283043>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_283043>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_283043 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_283048 {
	margin-right:0;
}

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

#stacks_out_283045 {
	width: 48px;
	margin-right:0;
}
#stacks_in_283051>.s3_row {
	margin: 0 -0px;
}

#stacks_in_283051>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_283051>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_283059 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_283059 {
	width: 96%;
	margin-right:0;
}

#stacks_in_283057 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_283057 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_282633{	margin: 0 !important;	padding: 0 !important;}.stacks_in_282633topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_282633 {
	width: 320px;
	float: left;
}
#stacks_in_282637>.s3_row {
	margin: 0 -0px;
}

#stacks_in_282637>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_282637>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_282637 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_282642 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_282642 {
	width: 45px;
	margin-left:0;
}

#stacks_in_282639 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_282647 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 28px 0px 28px 0px;
}

#stacks_in_282649 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_282649 {
	width: 220px;
}
#stacks_in_282653>.s3_row {
	margin: 0 -0px;
}

#stacks_in_282653>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_282653>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_282653 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_282658 {
	margin-right:0;
}

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

#stacks_out_282655 {
	width: 48px;
	margin-right:0;
}
#stacks_in_282794>.s3_row {
	margin: 0 -0px;
}

#stacks_in_282794>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_282794>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_282802 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_282802 {
	width: 96%;
	margin-right:0;
}

#stacks_in_282984 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_282984 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_283192{	margin: 0 !important;	padding: 0 !important;}.stacks_in_283192topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_283192 {
	width: 320px;
	float: left;
}
#stacks_in_283196>.s3_row {
	margin: 0 -0px;
}

#stacks_in_283196>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_283196>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_283196 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_283201 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_283201 {
	width: 45px;
	margin-left:0;
}

#stacks_in_283198 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_283206 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 28px 0px 26px 0px;
}

#stacks_in_283208 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_283208 {
	width: 220px;
}
#stacks_in_283212>.s3_row {
	margin: 0 -0px;
}

#stacks_in_283212>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_283212>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_283212 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_283217 {
	margin-right:0;
}

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

#stacks_out_283214 {
	width: 48px;
	margin-right:0;
}
#stacks_in_283220>.s3_row {
	margin: 0 -0px;
}

#stacks_in_283220>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_283220>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_283228 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_283228 {
	width: 96%;
	margin-right:0;
}

#stacks_in_284145 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_284145 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_282070{	margin: 0 !important;	padding: 0 !important;}.stacks_in_282070topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_282070 {
	width: 320px;
	float: left;
}
#stacks_in_282074>.s3_row {
	margin: 0 -0px;
}

#stacks_in_282074>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_282074>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_282074 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_282079 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_282079 {
	width: 45px;
	margin-left:0;
}

#stacks_in_282076 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_282247 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 27px 0px 27px 0px;
}

#stacks_in_282087 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_282087 {
	width: 220px;
}
#stacks_in_282098>.s3_row {
	margin: 0 -0px;
}

#stacks_in_282098>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_282098>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_282098 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_282103 {
	margin-right:0;
}

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

#stacks_out_282100 {
	width: 48px;
	margin-right:0;
}
#stacks_in_282106>.s3_row {
	margin: 0 -0px;
}

#stacks_in_282106>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_282106>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_282114 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_282114 {
	width: 96%;
	margin-right:0;
}

#stacks_in_284134 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_284134 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_278023{	margin: 0 !important;	padding: 0 !important;}.stacks_in_278023topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_278023 {
	width: 320px;
	float: left;
}
#stacks_in_278026>.s3_row {
	margin: 0 -0px;
}

#stacks_in_278026>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_278026>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_278026 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_278031 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_278031 {
	width: 45px;
	margin-left:0;
}

#stacks_in_278028 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_282277 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 29px 0px 29px 0px;
}

#stacks_in_278039 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_278039 {
	width: 220px;
}
#stacks_in_278052>.s3_row {
	margin: 0 -0px;
}

#stacks_in_278052>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_278052>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_278052 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_277978 {
	margin-right:0;
}

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

#stacks_out_278054 {
	width: 48px;
	margin-right:0;
}
#stacks_in_278059>.s3_row {
	margin: 0 -0px;
}

#stacks_in_278059>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_278059>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_278065 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_278065 {
	width: 96%;
	margin-right:0;
}

#stacks_in_284151 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_284151 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_282483{	margin: 0 !important;	padding: 0 !important;}.stacks_in_282483topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_282483 {
	width: 320px;
	float: left;
}
#stacks_in_282487>.s3_row {
	margin: 0 -0px;
}

#stacks_in_282487>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_282487>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_282487 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_282492 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_282492 {
	width: 45px;
	margin-left:0;
}

#stacks_in_282489 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_282497 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 24px 0px 21px 0px;
}

#stacks_in_282499 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_282499 {
	width: 220px;
}
#stacks_in_282503>.s3_row {
	margin: 0 -0px;
}

#stacks_in_282503>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_282503>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_282503 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_282508 {
	margin-right:0;
}

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

#stacks_out_282505 {
	width: 48px;
	margin-right:0;
}
#stacks_in_282511>.s3_row {
	margin: 0 -0px;
}

#stacks_in_282511>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_282511>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_282517 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_282517 {
	width: 96%;
	margin-right:0;
}

#stacks_in_282616 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_282616 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_278406{	margin: 0 !important;	padding: 0 !important;}.stacks_in_278406topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_278406 {
	width: 320px;
	float: left;
}
#stacks_in_278409>.s3_row {
	margin: 0 -0px;
}

#stacks_in_278409>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_278409>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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


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


}






#stacks_in_278409 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_278414 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_278414 {
	width: 45px;
	margin-left:0;
}

#stacks_in_278411 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_282309 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 24px 0px 24px 0px;
}

#stacks_in_278417 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_278417 {
	width: 220px;
}
#stacks_in_277992>.s3_row {
	margin: 0 -0px;
}

#stacks_in_277992>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_277992>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_277992 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_278431 {
	margin-right:0;
}

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

#stacks_out_278428 {
	width: 48px;
	margin-right:0;
}
#stacks_in_278434>.s3_row {
	margin: 0 -0px;
}

#stacks_in_278434>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_278434>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_278440 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_278440 {
	width: 96%;
	margin-right:0;
}

#stacks_in_278438 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_278438 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_278069{	margin: 0 !important;	padding: 0 !important;}.stacks_in_278069topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_278069 {
	width: 320px;
	float: left;
}
#stacks_in_278072>.s3_row {
	margin: 0 -0px;
}

#stacks_in_278072>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_278072>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_278072 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_278077 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_278077 {
	width: 45px;
	margin-left:0;
}

#stacks_in_278074 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_282281 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 42px 0px 42px 0px;
}

#stacks_in_278085 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	padding: 1px 0px 0px 0px;
}

#stacks_out_278085 {
	width: 250px;
}
#stacks_in_277979>.s3_row {
	margin: 0 -0px;
}

#stacks_in_277979>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_277979>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_277979 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_278104 {
	margin-right:0;
}

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

#stacks_out_278101 {
	width: 48px;
	margin-right:0;
}
#stacks_in_278107>.s3_row {
	margin: 0 -0px;
}

#stacks_in_278107>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_278107>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_278113 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_278113 {
	width: 96%;
	margin-right:0;
}

#stacks_in_284140 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_284140 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_280443{	margin: 0 !important;	padding: 0 !important;}.stacks_in_280443topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_280443 {
	width: 320px;
	float: left;
}
#stacks_in_280446>.s3_row {
	margin: 0 -0px;
}

#stacks_in_280446>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_280446>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_280446 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_280451 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_280451 {
	width: 45px;
	margin-left:0;
}

#stacks_in_280448 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_282273 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 29px 0px 29px 0px;
}

#stacks_in_280459 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_280459 {
	width: 220px;
}
#stacks_in_280472>.s3_row {
	margin: 0 -0px;
}

#stacks_in_280472>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_280472>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_280472 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_280477 {
	margin-right:0;
}

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

#stacks_out_280474 {
	width: 48px;
	margin-right:0;
}
#stacks_in_280480>.s3_row {
	margin: 0 -0px;
}

#stacks_in_280480>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_280480>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_280486 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_280486 {
	width: 96%;
	margin-right:0;
}

#stacks_in_284158 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_284158 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_278252{	margin: 0 !important;	padding: 0 !important;}.stacks_in_278252topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_278252 {
	width: 320px;
	float: left;
}
#stacks_in_278255>.s3_row {
	margin: 0 -0px;
}

#stacks_in_278255>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_278255>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_278255 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_278260 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_278260 {
	width: 45px;
	margin-left:0;
}

#stacks_in_278257 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_282289 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 24px 0px 24px 0px;
}

#stacks_out_278264 {
	width: 220px;
}
#stacks_in_277985>.s3_row {
	margin: 0 -0px;
}

#stacks_in_277985>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_277985>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_277985 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_278278 {
	margin-right:0;
}

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

#stacks_out_278275 {
	width: 48px;
	margin-right:0;
}
#stacks_in_278281>.s3_row {
	margin: 0 -0px;
}

#stacks_in_278281>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_278281>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_278287 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_278287 {
	width: 96%;
	margin-right:0;
}

#stacks_in_282317 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_282317 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_278291{	margin: 0 !important;	padding: 0 !important;}.stacks_in_278291topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_278291 {
	width: 320px;
	float: left;
}
#stacks_in_278294>.s3_row {
	margin: 0 -0px;
}

#stacks_in_278294>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_278294>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_278294 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_278299 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_278299 {
	width: 45px;
	margin-left:0;
}

#stacks_in_278296 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_282293 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 24px 0px 24px 0px;
}

#stacks_in_278303 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_278303 {
	width: 220px;
}

#stacks_in_283182_1 {
  position: relative;
  z-index: 1;
}
#stacks_in_283182_1, #stacks_out_283182_1, #slice_mez_283182_1, #stacks_in_283182_1 {
  overflow: visible;
}
#stacks_in_283182_1 .float-notice {
  -webkit-animation: floatNoticestacks_in_283182_1 500ms ease-in-out infinite;
  animation: floatNoticestacks_in_283182_1 500ms ease-in-out infinite;
  display: inline-block;
  position: absolute;
  z-index: 2;
  
  
  right: 10px;
  
  
  bottom: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  pointer-events: none;
  border-radius: 2px;
  background: rgba(95, 133, 202, 1.00);
  color: rgba(252, 252, 252, 1.00);
  font-family: inherit;
  
  padding: 5px 8px;
  font-size: 14px;
  line-height: 14px;
  
}


@-webkit-keyframes floatNoticestacks_in_283182_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
      transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}

@keyframes floatNoticestacks_in_283182_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
    transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}


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

#stacks_in_277986>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_277986>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_277986 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_278317 {
	margin-right:0;
}

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

#stacks_out_278314 {
	width: 48px;
	margin-right:0;
}
#stacks_in_278320>.s3_row {
	margin: 0 -0px;
}

#stacks_in_278320>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_278320>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_278326 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_278326 {
	width: 96%;
	margin-right:0;
}

#stacks_in_282321 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_282321 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_278330{	margin: 0 !important;	padding: 0 !important;}.stacks_in_278330topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_278330 {
	width: 320px;
	float: left;
}
#stacks_in_278333>.s3_row {
	margin: 0 -0px;
}

#stacks_in_278333>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_278333>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_278333 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_278338 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_278338 {
	width: 45px;
	margin-left:0;
}

#stacks_in_278335 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_282297 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 24px 0px 24px 0px;
}

#stacks_out_278341 {
	width: 220px;
}
#stacks_in_277988>.s3_row {
	margin: 0 -0px;
}

#stacks_in_277988>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_277988>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_277988 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_278355 {
	margin-right:0;
}

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

#stacks_out_278352 {
	width: 48px;
	margin-right:0;
}
#stacks_in_278358>.s3_row {
	margin: 0 -0px;
}

#stacks_in_278358>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_278358>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_278364 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_278364 {
	width: 96%;
	margin-right:0;
}

#stacks_in_282823 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_282823 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_278368{	margin: 0 !important;	padding: 0 !important;}.stacks_in_278368topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_278368 {
	width: 320px;
	float: left;
}
#stacks_in_278371>.s3_row {
	margin: 0 -0px;
}

#stacks_in_278371>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_278371>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_278371 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_278376 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_278376 {
	width: 45px;
	margin-left:0;
}

#stacks_in_278373 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_282301 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 18px 0px 18px 0px;
}

#stacks_in_278379 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_278379 {
	width: 240px;
}
#stacks_in_277990>.s3_row {
	margin: 0 -0px;
}

#stacks_in_277990>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_277990>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_277990 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_278393 {
	margin-right:0;
}

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

#stacks_out_278390 {
	width: 48px;
	margin-right:0;
}
#stacks_in_278396>.s3_row {
	margin: 0 -0px;
}

#stacks_in_278396>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_278396>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_278402 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_278402 {
	width: 96%;
	margin-right:0;
}

#stacks_in_278400 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_278400 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_278444{	margin: 0 !important;	padding: 0 !important;}.stacks_in_278444topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_278444 {
	width: 320px;
	float: left;
}
#stacks_in_278447>.s3_row {
	margin: 0 -0px;
}

#stacks_in_278447>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_278447>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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


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


}






#stacks_in_278447 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_278452 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_278452 {
	width: 45px;
	margin-left:0;
}

#stacks_in_278449 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_282305 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 24px 0px 24px 0px;
}

#stacks_in_278462 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	padding: 1px 0px 0px 0px;
}

#stacks_out_278462 {
	width: 220px;
}

#stacks_in_283122_1 {
  position: relative;
  z-index: 1;
}
#stacks_in_283122_1, #stacks_out_283122_1, #slice_mez_283122_1, #stacks_in_283122_1 {
  overflow: visible;
}
#stacks_in_283122_1 .float-notice {
  -webkit-animation: floatNoticestacks_in_283122_1 500ms ease-in-out infinite;
  animation: floatNoticestacks_in_283122_1 500ms ease-in-out infinite;
  display: inline-block;
  position: absolute;
  z-index: 2;
  
  
  right: 10px;
  
  
  bottom: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  pointer-events: none;
  border-radius: 2px;
  background: rgba(95, 133, 202, 1.00);
  color: rgba(252, 252, 252, 1.00);
  font-family: inherit;
  
  padding: 5px 8px;
  font-size: 14px;
  line-height: 14px;
  
}


@-webkit-keyframes floatNoticestacks_in_283122_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
      transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}

@keyframes floatNoticestacks_in_283122_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
    transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}


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

#stacks_in_277994>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_277994>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_277994 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_278471 {
	margin-right:0;
}

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

#stacks_out_278468 {
	width: 48px;
	margin-right:0;
}
#stacks_in_278474>.s3_row {
	margin: 0 -0px;
}

#stacks_in_278474>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_278474>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_278480 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_278480 {
	width: 96%;
	margin-right:0;
}

#stacks_in_279321 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_279321 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_277907 #stacks_in_278669{	margin: 0 !important;	padding: 0 !important;}.stacks_in_278669topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_278669 {
	width: 320px;
	float: left;
}
#stacks_in_278672>.s3_row {
	margin: 0 -0px;
}

#stacks_in_278672>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_278672>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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



}






#stacks_in_278672 {
	background-color: rgba(37, 37, 37, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 0px 15px 13px;
}

#stacks_in_278677 {
	margin: 13px 0px 0px 0px;
}

#stacks_out_278677 {
	width: 45px;
	margin-left:0;
}

#stacks_in_278674 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_282265 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 29px 0px 29px 0px;
}

#stacks_in_278686 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_278686 {
	width: 220px;
}
#stacks_in_278699>.s3_row {
	margin: 0 -0px;
}

#stacks_in_278699>.s3_row>.s3_column_left {
	width: 80.00%;
}

#stacks_in_278699>.s3_row>.s3_column_right {
	width: 20.000000%;
}




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










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



}



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



}






#stacks_in_278699 {
	padding: 4px 9px 0px 10px;
}

#stacks_out_278680 {
	margin-right:0;
}

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

#stacks_out_278701 {
	width: 48px;
	margin-right:0;
}
#stacks_in_278706>.s3_row {
	margin: 0 -0px;
}

#stacks_in_278706>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_278706>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_278712 {
	padding: 14px 10px 23px 5px;
}

#stacks_out_278712 {
	width: 96%;
	margin-right:0;
}

#stacks_in_282694 {
	padding: 10px 15px 20px 0px;
}

#stacks_out_282694 {
	width: 100px;
	margin-right:0;
}
/* -- Start Anchor Each css Template -- */


.stacks_in_273709anchorStack{
	height: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
}


.stacks_in_273709editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_273709editInfo i{
	vertical-align: middle;
}

.stacks_in_273709editInfo:before{
content:"#da2";
float: right;
}

.stacks_in_273709editInfo:after{
content:"";
display: table;
clear: both;
}

.stacks_in_273709topOffset{
	position: relative;
	height: 50;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}

.stacks_in_273709topOffset:after{
	content: "Top Offset";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #7f8c8d;
}




/* -- End Anchor Each css Template -- */
#stacks_in_283436 {
	background-color: rgba(23, 31, 52, 1.00);
	margin: 0px 0px 30px 0px;
}
#stacks_in_283437 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 1700px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;

}

@media screen and (max-width: 1200px) {
#stacks_in_283437 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_283437 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_283437 .r_maxwidth {

display:block;
width: 100%; width: auto; !important;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/

}}

#stacks_in_283438 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_283438 .jwresp_col{overflow:hidden;margin:0;width:38%; float:left;}#stacks_in_283438 #jwresp_col2_stacks_in_283438{ float:right; width:62%}@media screen and (max-width:1600px){#stacks_in_283438 #jwresp_col1_stacks_in_283438,#stacks_in_283438 #jwresp_col2_stacks_in_283438{width:100%;float:none;display:block}#stacks_in_283438 #jwresp_col1_stacks_in_283438{margin-bottom:0px}}
#stacks_in_283439 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 620px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;

}

@media screen and (max-width: 1200px) {
#stacks_in_283439 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_283439 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_283439 .r_maxwidth {

}}

/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_283441{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */
#stacks_in_283442 {
	padding: 15px 0px 3px 0px;
}

#stacks_in_283445 {
	padding: 0px 5px 5px 15px;
}
#stacks_in_283448 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_283448 .jwresp_col{overflow:hidden;margin:0;width:21%; float:left;}#stacks_in_283448 #jwresp_col2_stacks_in_283448{ float:right; width:79%}@media screen and (max-width:600px){#stacks_in_283448 #jwresp_col1_stacks_in_283448,#stacks_in_283448 #jwresp_col2_stacks_in_283448{width:100%;float:none;display:block}#stacks_in_283448 #jwresp_col1_stacks_in_283448{margin-bottom:0px}}

#stacks_in_283448 {
	padding: 5px 0px 0px 0px;
}
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_283449{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */  @media screen and (max-width:600px){#stacks_in_283450{display:none}} 

#stacks_in_283451 {
	padding: 0px 0px 5px 0px;
}

#stacks_out_283451 {
	width: 72px;
	margin-right:0;
}
#stacks_in_283456 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 360px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;

}

@media screen and (max-width: 1200px) {
#stacks_in_283456 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_283456 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_283456 .r_maxwidth {

display:block;
width: 100%; width: auto; !important;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/

}}


#stacks_in_283457 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_283460 {
	margin: 0px 0px 9px 0px;
}
#stacks_in_283464 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_283464 .jwresp_col{overflow:hidden;margin:0;width:43%; float:left;}#stacks_in_283464 #jwresp_col2_stacks_in_283464{ float:right; width:57%}@media screen and (max-width:1030px){#stacks_in_283464 #jwresp_col1_stacks_in_283464,#stacks_in_283464 #jwresp_col2_stacks_in_283464{width:100%;float:none;display:block}#stacks_in_283464 #jwresp_col1_stacks_in_283464{margin-bottom:0px}}

#stacks_in_283464 {
	background-color: rgba(31, 43, 72, 1.00);
}

#stacks_in_283467 {
	padding: 31px 0px 10px 16px;
}

#stacks_in_283470 {
	padding: 3px 0px 26px 20px;
}

#stacks_in_283472 {
	background-color: rgba(81, 157, 95, 1.00);
}
#stacks_in_283473>.s3_row {
	margin: 0 -0px;
}

#stacks_in_283473>.s3_row>.s3_column_left {
	width: 53.66%;
}

#stacks_in_283473>.s3_row>.s3_column_right {
	width: 46.340000%;
}




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










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



}



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



}






#stacks_in_283473 {
	padding: 10px 0px 15px 0px;
}

#stacks_out_283473 {
	width: 300px;
	margin-left:0;
}
#stacks_in_283482>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






#stacks_in_283482 {
	padding: 9px 0px 0px 20px;
}

#stacks_out_283482 {
	margin-left:0;
}
#stacks_in_283487>.s3_row {
	margin: 0 -12px;
}

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

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




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










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



}



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



}






#stacks_in_283492 {
	padding: 5px 0px 0px 0px;
}

#stacks_out_283492 {
	width: 40px;
	margin-left:0;
}

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

#stacks_out_283489 {
	width: 25px;
	float: left;
	margin-left:0;
}

#stacks_out_283484 {
	width: 60px;
	margin-left:0;
}

#stacks_in_283475 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}

#stacks_out_283475 {
	margin-left:0;
}

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

#stacks_in_283497 {
    background-image: url("DA77CD67-E9CD-4460-8472-3ADBD8FDBA50.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#stacks_in_283440 {
	padding: 49px 0px 0px 0px;
}
#stacks_in_283501 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 388px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;

}

@media screen and (max-width: 1200px) {
#stacks_in_283501 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_283501 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_283501 .r_maxwidth {

display:block;
width: 100%; width: auto; !important;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/

}}


#stacks_in_283501 {
	padding: 0px 10px 6px 10px;
}
#stacks_in_283502>.s3_row {
	margin: 0 -0px;
}

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

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

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

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








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



}



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



}




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

#stacks_in_283506 {
	padding: 14px 0px 0px 0px;
}

#stacks_out_283506 {
	width: 80%;
	margin-left:0;
}

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

#stacks_out_283504 {
	width: 70%;
	margin-left:0;
}
#stacks_in_283513 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 380px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;

}

@media screen and (max-width: 1200px) {
#stacks_in_283513 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_283513 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_283513 .r_maxwidth {

display:block;
width: 100%; width: auto; !important;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/

}}


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

#stacks_in_283514 {
	padding: 0px 0px 29px 0px;
}
/* Start dooMax stack CSS code */#stacks_in_273824, .stacks_in_273824MaxWidthContainer{	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;}    .stacks_in_273824MaxWidthContainer{	    max-width: 100%;	}    .stacks_in_273824MaxWidthContainer{		margin: 0 auto 0 auto;	}@media only screen and (max-width: 1024px) {				    .stacks_in_273824MaxWidthContainer{		    max-width: 97%;		}						    .stacks_in_273824MaxWidthContainer{			margin: 0 0 0 auto;		}				}@media only screen and (max-width: 600px) {				    .stacks_in_273824MaxWidthContainer{		    max-width: 93%;		}						    .stacks_in_273824MaxWidthContainer{			margin: 0 0 0 auto;		}				}/* End dooMax stack CSS code */
#stacks_in_284769 {
	padding: 0px 0px 30px 0px;
}

#stacks_out_284769 {
	width: 250px;
}
/* -- Start Anchor Each css Template -- */


.stacks_in_273826anchorStack{
	height: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
}


.stacks_in_273826editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_273826editInfo i{
	vertical-align: middle;
}

.stacks_in_273826editInfo:before{
content:"#da3";
float: right;
}

.stacks_in_273826editInfo:after{
content:"";
display: table;
clear: both;
}

.stacks_in_273826topOffset{
	position: relative;
	height: 50;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}

.stacks_in_273826topOffset:after{
	content: "Top Offset";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #7f8c8d;
}




/* -- End Anchor Each css Template -- *//* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_278546{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */
#stacks_in_273827 {
	padding: 28px 0px 16px 0px;
}

#stacks_in_274706 {
	padding: 0px 0px 18px 0px;
}

#stacks_out_274706 {
	width: 250px;
}
/* Start Hunter 3 Navigation stack each CSS code */.stacks_in_273829clearer{	clear: both;	height: 0;	margin: 0;	padding: 0;}#stacks_in_273829 .hunterItemPad{	height: 23px !important;	margin: 0 !important;	padding: 0 !important;}/* Filter Bar Styling                      *//* ####################################### */#stacks_in_273829 .huntFilterbar{position: relative;display: block;margin-bottom: 25px;}#stacks_in_273829 .huntFilterbar span{	display: inline-block;}#stacks_in_273829 .huntFilterbar span a, #stacks_in_273829 .huntFilterbar span a:active, #stacks_in_273829 .huntFilterbar span a:visited{	display: inline-block;	color: #FFFFFF !important;	text-decoration: none !important;	border-radius: 2px;	}#stacks_in_273829 .huntFilterbar span a:hover{	color: #FFFFFF !important;	text-decoration: none !important;}#stacks_in_273829 .huntFilterbar span a.huntcurrent{	color: #FFFFFF !important;}#stacks_in_273829 .huntFilterbar{padding: 0 12px 8px 12px;background: #F2F2F2;border-radius: 2px;}#stacks_in_273829 .huntFilterbar span{	margin: 0 14px 0 0;}#stacks_in_273829 .huntFilterbar span a{	padding: 8px 20px 8px 20px;	margin: 8px 0 0 0;	font-size: 85% !important;	line-height: 85% !important;}#stacks_in_273829 .huntFilterbar span a.huntcurrent{	color: #FFFFFF !important;	background: #B884EC;}#stacks_in_273829 .huntFilterbar span a, #stacks_in_273829 .huntFilterbar span a:active, #stacks_in_273829 .huntFilterbar span a:visited{	background: #A43CEA;	border-radius: 2px;}#stacks_in_273829 .huntFilterbar span a:hover{	background: #B884EC;}/* End Hunter 3 Navigation stack each CSS code */
#stacks_in_273829 {
	-moz-border-radius:  2px;
	-webkit-border-radius:  2px;
	border-radius:  2px;
	padding: 0px 0px 50px 0px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_273832{	margin: 0 !important;	padding: 0 !important;}.stacks_in_273832topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_273832 {
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_273862{	margin: 0 !important;	padding: 0 !important;}.stacks_in_273862topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_273862 {
	width: 98%;
	margin-right:0;
}

#stacks_in_273867 {
	margin: 0px 0px 0px 5px;
}

#stacks_out_273867 {
	width: 65px;
	float: left;
}

#stacks_in_273869 {
	padding: 15px 0px 25px 0px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_273880{	margin: 0 !important;	padding: 0 !important;}.stacks_in_273880topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_273880 {
	width: 98%;
	margin-right:0;
}

#stacks_in_273885 {
	margin: 0px 0px 0px 5px;
}

#stacks_out_273885 {
	width: 65px;
	float: left;
}

#stacks_in_273887 {
	padding: 15px 0px 25px 0px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_273853{	margin: 0 !important;	padding: 0 !important;}.stacks_in_273853topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_273853 {
	width: 98%;
	margin-right:0;
}

#stacks_in_273858 {
	margin: 0px 0px 0px 5px;
}

#stacks_out_273858 {
	width: 65px;
	float: left;
}

#stacks_in_273860 {
	padding: 15px 0px 25px 0px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_273871{	margin: 0 !important;	padding: 0 !important;}.stacks_in_273871topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_273871 {
	width: 98%;
	margin-right:0;
}

#stacks_in_273876 {
	margin: 0px 10px 0px 5px;
	padding: 0px 3px 0px 3px;
}

#stacks_out_273876 {
	width: 80px;
	float: left;
}

#stacks_in_273878 {
	padding: 15px 0px 25px 0px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_273835{	margin: 0 !important;	padding: 0 !important;}.stacks_in_273835topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_273835 {
	width: 98%;
	margin-right:0;
}

#stacks_in_273840 {
	margin: 0px 0px 0px 5px;
}

#stacks_out_273840 {
	width: 65px;
	float: left;
}

#stacks_in_273842 {
	padding: 15px 0px 25px 0px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_273844{	margin: 0 !important;	padding: 0 !important;}.stacks_in_273844topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_273844 {
	width: 98%;
	margin-right:0;
}

#stacks_in_273849 {
	margin: 0px 0px 0px 5px;
}

#stacks_out_273849 {
	width: 65px;
	float: left;
}

#stacks_in_273851 {
	padding: 15px 0px 25px 0px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_273889{	margin: 0 !important;	padding: 0 !important;}.stacks_in_273889topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_273889 {
	width: 98%;
	margin-right:0;
}

#stacks_in_273894 {
	margin: 0px 0px 0px 5px;
}

#stacks_out_273894 {
	width: 65px;
	float: left;
}

#stacks_in_273896 {
	padding: 15px 0px 25px 0px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_273898{	margin: 0 !important;	padding: 0 !important;}.stacks_in_273898topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_273898 {
	width: 98%;
	margin-right:0;
}

#stacks_in_273903 {
	margin: 0px 0px 0px 5px;
}

#stacks_out_273903 {
	width: 65px;
	float: left;
}

#stacks_in_273905 {
	padding: 15px 0px 25px 0px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_273907{	margin: 0 !important;	padding: 0 !important;}.stacks_in_273907topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_273907 {
	width: 98%;
	margin-right:0;
}

#stacks_in_273912 {
	margin: 0px 0px 0px 5px;
}

#stacks_out_273912 {
	width: 65px;
	float: left;
}

#stacks_in_273914 {
	padding: 15px 0px 25px 0px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_273916{	margin: 0 !important;	padding: 0 !important;}.stacks_in_273916topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_273916 {
	width: 98%;
	margin-right:0;
}

#stacks_in_273921 {
	margin: 0px 0px 0px 5px;
}

#stacks_out_273921 {
	width: 65px;
	float: left;
}

#stacks_in_273923 {
	padding: 15px 0px 25px 0px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_273934{	margin: 0 !important;	padding: 0 !important;}.stacks_in_273934topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_273934 {
	width: 98%;
	margin-right:0;
}

#stacks_in_273939 {
	margin: 0px 0px 0px 5px;
}

#stacks_out_273939 {
	width: 65px;
	float: left;
}

#stacks_in_273941 {
	padding: 15px 0px 25px 0px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_273943{	margin: 0 !important;	padding: 0 !important;}.stacks_in_273943topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_273943 {
	width: 98%;
	margin-right:0;
}

#stacks_in_273948 {
	margin: 0px 0px 0px 5px;
}

#stacks_out_273948 {
	width: 65px;
	float: left;
}

#stacks_in_273950 {
	padding: 15px 0px 5px 0px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_273952{	margin: 0 !important;	padding: 0 !important;}.stacks_in_273952topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_273952 {
	width: 98%;
	margin-right:0;
}

#stacks_in_273957 {
	margin: 0px 0px 0px 5px;
}

#stacks_out_273957 {
	width: 65px;
	float: left;
}

#stacks_in_273959 {
	padding: 15px 0px 25px 0px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_281275{	margin: 0 !important;	padding: 0 !important;}.stacks_in_281275topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_281275 {
	width: 98%;
	margin-right:0;
}

#stacks_in_281286 {
	margin: 19px 22px 13px 0px;
}

#stacks_out_281286 {
	width: 100px;
	float: left;
	margin-left:0;
}

#stacks_in_281281 {
	padding: 15px 0px 5px 0px;
}
#stacks_in_281305 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 634px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/
}

@media screen and (max-width: 1200px) {
#stacks_in_281305 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_281305 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_281305 .r_maxwidth {

}}


#stacks_in_281306 {
	margin: 10px 0px 0px 0px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_273961{	margin: 0 !important;	padding: 0 !important;}.stacks_in_273961topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_273961 {
	width: 320px;
	float: left;
	margin-right:0;
}
/* Start Gradient stack CSS code */

#stacks_in_273966{
	/* 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_273966::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(126, 13, 227, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(-45deg,  rgba(126, 13, 227, 1.00) 0%,   rgba(190, 49, 233, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(126, 13, 227, 1.00)),   color-stop(100%,rgba(190, 49, 233, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(-45deg,  rgba(126, 13, 227, 1.00) 0%,rgba(190, 49, 233, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(-45deg,  rgba(126, 13, 227, 1.00) 0%,rgba(190, 49, 233, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(-45deg,  rgba(126, 13, 227, 1.00) 0%,rgba(190, 49, 233, 1.00) 100%);
			/* W3C */
			background: linear-gradient(135deg,  rgba(126, 13, 227, 1.00) 0%,rgba(190, 49, 233, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(126, 13, 227, 1.00)', endColorstr='rgba(190, 49, 233, 1.00)',GradientType=1 );
		}
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_273966 {
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
#stacks_in_273968>.s3_row {
	margin: 0 -2px;
}

#stacks_in_273968>.s3_row>.s3_column_left {
	width: 29.06%;
}

#stacks_in_273968>.s3_row>.s3_column_right {
	width: 70.940002%;
}




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










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



}



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



}






#stacks_in_273968 {
	padding: 8px 0px 8px 0px;
}

#stacks_in_273970 {
	padding: 0px 12px 0px 15px;
}

#stacks_out_273970 {
	margin-left:0;
}

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

#stacks_in_273975 {
	padding: 15px 3px 22px 18px;
}

#stacks_in_273979 {
	padding: 26px 18px 0px 19px;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_279405{	margin: 0 !important;	padding: 0 !important;}.stacks_in_279405topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_279405 {
	width: 320px;
	float: left;
}

#stacks_in_284853 {
  position: relative;
  z-index: 1;
}
#stacks_in_284853, #stacks_out_284853, #slice_mez_284853, #stacks_in_284853 {
  overflow: visible;
}
#stacks_in_284853 .float-notice {
  -webkit-animation: floatNoticestacks_in_284853 500ms ease-in-out infinite;
  animation: floatNoticestacks_in_284853 500ms ease-in-out infinite;
  display: inline-block;
  position: absolute;
  z-index: 2;
  
  
  right: 10px;
  
  
  bottom: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  pointer-events: none;
  border-radius: 3px;
  background: rgba(169, 46, 240, 1.00);
  color: rgba(252, 252, 252, 1.00);
  font-family: inherit;
  
  padding: 3px 8px;
  font-size: 14px;
  line-height: 14px;
  
}


@-webkit-keyframes floatNoticestacks_in_284853 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
      transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}

@keyframes floatNoticestacks_in_284853 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
    transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}



#stacks_in_279410 {
	border: solid rgba(169, 46, 240, 1.00);
	border-width:  4px;
}
#stacks_in_279414>.s3_row {
	margin: 0 -0px;
}

#stacks_in_279414>.s3_row>.s3_column_left {
	width: 73.40%;
}

#stacks_in_279414>.s3_row>.s3_column_right {
	width: 26.599998%;
}




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










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



}



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



}






#stacks_in_279414 {
	padding: 10px 15px 10px 20px;
}

#stacks_out_279419 {
	margin-right:0;
}

#stacks_in_279416 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_279416 {
	width: 50px;
	margin-right:0;
}
#stacks_in_279422>.s3_row {
	margin: 0 -0px;
}

#stacks_in_279422>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_279422>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_279428 {
	padding: 15px 10px 20px 0px;
}

#stacks_out_279428 {
	width: 96%;
	margin-right:0;
}

#stacks_in_281319 {
	background-color: rgba(192, 49, 248, 1.00);
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
	margin: 4px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
}

#stacks_out_281319 {
	width: 74px;
	margin-left:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_274011{	margin: 0 !important;	padding: 0 !important;}.stacks_in_274011topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_274011 {
	width: 320px;
	float: left;
}
#stacks_in_274020>.s3_row {
	margin: 0 -0px;
}

#stacks_in_274020>.s3_row>.s3_column_left {
	width: 63.77%;
}

#stacks_in_274020>.s3_row>.s3_column_right {
	width: 36.230000%;
}




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










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



}



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



}






#stacks_in_274020 {
	padding: 10px 9px 10px 15px;
}

#stacks_out_274022 {
	margin-right:0;
}

#stacks_in_274025 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_274025 {
	width: 50px;
	margin-right:0;
}
#stacks_in_274027>.s3_row {
	margin: 0 -0px;
}

#stacks_in_274027>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_274027>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_274029 {
	padding: 15px 10px 20px 0px;
}

#stacks_out_274029 {
	width: 96%;
	margin-right:0;
}

#stacks_in_274034 {
	padding: 13px 15px 20px 0px;
}

#stacks_out_274034 {
	width: 100px;
	margin-right:0;
}

#stacks_in_284740_1 {
  position: relative;
  z-index: 1;
}
#stacks_in_284740_1, #stacks_out_284740_1, #slice_mez_284740_1, #stacks_in_284740_1 {
  overflow: visible;
}
#stacks_in_284740_1 .float-notice {
  -webkit-animation: floatNoticestacks_in_284740_1 500ms ease-in-out infinite;
  animation: floatNoticestacks_in_284740_1 500ms ease-in-out infinite;
  display: inline-block;
  position: absolute;
  z-index: 2;
  
  
  right: 10px;
  
  
  bottom: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  pointer-events: none;
  border-radius: 2px;
  background: rgba(95, 133, 202, 1.00);
  color: rgba(252, 252, 252, 1.00);
  font-family: inherit;
  
  padding: 5px 8px;
  font-size: 14px;
  line-height: 14px;
  
}


@-webkit-keyframes floatNoticestacks_in_284740_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
      transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}

@keyframes floatNoticestacks_in_284740_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
    transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}


/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_274063{	margin: 0 !important;	padding: 0 !important;}.stacks_in_274063topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_274063 {
	width: 320px;
	float: left;
}
#stacks_in_274074>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






#stacks_in_274074 {
	padding: 10px 15px 10px 20px;
}

#stacks_out_274076 {
	margin-right:0;
}

#stacks_in_274079 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_274079 {
	width: 50px;
	margin-right:0;
}
#stacks_in_274081>.s3_row {
	margin: 0 -0px;
}

#stacks_in_274081>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_274081>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_274083 {
	padding: 15px 10px 20px 0px;
}

#stacks_out_274083 {
	width: 96%;
	margin-right:0;
}

#stacks_in_274088 {
	padding: 13px 15px 20px 0px;
}

#stacks_out_274088 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_280337{	margin: 0 !important;	padding: 0 !important;}.stacks_in_280337topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_280337 {
	width: 320px;
	float: left;
}
#stacks_in_280346>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






#stacks_in_280346 {
	padding: 10px 15px 10px 20px;
}

#stacks_out_280351 {
	margin-right:0;
}

#stacks_in_280348 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_280348 {
	width: 50px;
	margin-right:0;
}
#stacks_in_280354>.s3_row {
	margin: 0 -0px;
}

#stacks_in_280354>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_280354>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_280360 {
	padding: 15px 10px 20px 0px;
}

#stacks_out_280360 {
	width: 96%;
	margin-right:0;
}

#stacks_in_280358 {
	padding: 13px 15px 20px 0px;
}

#stacks_out_280358 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_275404{	margin: 0 !important;	padding: 0 !important;}.stacks_in_275404topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_275404 {
	width: 320px;
	float: left;
}
#stacks_in_275413>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






#stacks_in_275413 {
	padding: 10px 15px 10px 20px;
}

#stacks_out_275418 {
	margin-right:0;
}

#stacks_in_275415 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_275415 {
	width: 50px;
	margin-right:0;
}
#stacks_in_275421>.s3_row {
	margin: 0 -0px;
}

#stacks_in_275421>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_275421>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_275427 {
	padding: 15px 10px 20px 0px;
}

#stacks_out_275427 {
	width: 96%;
	margin-right:0;
}

#stacks_in_284402 {
	padding: 13px 15px 20px 0px;
}

#stacks_out_284402 {
	width: 100px;
	margin-right:0;
}

#stacks_in_284690_1 {
  position: relative;
  z-index: 1;
}
#stacks_in_284690_1, #stacks_out_284690_1, #slice_mez_284690_1, #stacks_in_284690_1 {
  overflow: visible;
}
#stacks_in_284690_1 .float-notice {
  -webkit-animation: floatNoticestacks_in_284690_1 500ms ease-in-out infinite;
  animation: floatNoticestacks_in_284690_1 500ms ease-in-out infinite;
  display: inline-block;
  position: absolute;
  z-index: 2;
  
  
  right: 10px;
  
  
  bottom: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  pointer-events: none;
  border-radius: 2px;
  background: rgba(95, 133, 202, 1.00);
  color: rgba(252, 252, 252, 1.00);
  font-family: inherit;
  
  padding: 5px 8px;
  font-size: 14px;
  line-height: 14px;
  
}


@-webkit-keyframes floatNoticestacks_in_284690_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
      transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}

@keyframes floatNoticestacks_in_284690_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
    transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}


/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_281552{	margin: 0 !important;	padding: 0 !important;}.stacks_in_281552topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_281552 {
	width: 320px;
	float: left;
}
#stacks_in_281561>.s3_row {
	margin: 0 -0px;
}

#stacks_in_281561>.s3_row>.s3_column_left {
	width: 67.39%;
}

#stacks_in_281561>.s3_row>.s3_column_right {
	width: 32.610001%;
}




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










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



}



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



}






#stacks_in_281561 {
	padding: 10px 15px 10px 20px;
}

#stacks_out_281566 {
	margin-right:0;
}

#stacks_in_281563 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_281563 {
	width: 50px;
	margin-right:0;
}
#stacks_in_281569>.s3_row {
	margin: 0 -0px;
}

#stacks_in_281569>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_281569>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_281577 {
	padding: 15px 10px 20px 0px;
}

#stacks_out_281577 {
	width: 96%;
	margin-right:0;
}

#stacks_in_281575 {
	padding: 13px 15px 20px 0px;
}

#stacks_out_281575 {
	width: 100px;
	margin-right:0;
}

#stacks_in_284766_1 {
  position: relative;
  z-index: 1;
}
#stacks_in_284766_1, #stacks_out_284766_1, #slice_mez_284766_1, #stacks_in_284766_1 {
  overflow: visible;
}
#stacks_in_284766_1 .float-notice {
  -webkit-animation: floatNoticestacks_in_284766_1 500ms ease-in-out infinite;
  animation: floatNoticestacks_in_284766_1 500ms ease-in-out infinite;
  display: inline-block;
  position: absolute;
  z-index: 2;
  
  
  right: 10px;
  
  
  bottom: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  pointer-events: none;
  border-radius: 2px;
  background: rgba(95, 133, 202, 1.00);
  color: rgba(252, 252, 252, 1.00);
  font-family: inherit;
  
  padding: 5px 8px;
  font-size: 14px;
  line-height: 14px;
  
}


@-webkit-keyframes floatNoticestacks_in_284766_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
      transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}

@keyframes floatNoticestacks_in_284766_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
    transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}


/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_273981{	margin: 0 !important;	padding: 0 !important;}.stacks_in_273981topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_273981 {
	width: 320px;
	float: left;
}
#stacks_in_273992>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






#stacks_in_273992 {
	padding: 10px 15px 10px 20px;
}

#stacks_out_273994 {
	margin-right:0;
}

#stacks_in_273997 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_273997 {
	width: 50px;
	margin-right:0;
}
#stacks_in_273999>.s3_row {
	margin: 0 -0px;
}

#stacks_in_273999>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_273999>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_274001 {
	padding: 15px 10px 20px 0px;
}

#stacks_out_274001 {
	width: 96%;
	margin-right:0;
}

#stacks_in_284378 {
	padding: 13px 15px 20px 0px;
}

#stacks_out_284378 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_283596{	margin: 0 !important;	padding: 0 !important;}.stacks_in_283596topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_283596 {
	width: 320px;
	float: left;
}
#stacks_in_283606>.s3_row {
	margin: 0 -0px;
}

#stacks_in_283606>.s3_row>.s3_column_left {
	width: 67.39%;
}

#stacks_in_283606>.s3_row>.s3_column_right {
	width: 32.610001%;
}




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










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



}



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



}






#stacks_in_283606 {
	padding: 10px 15px 10px 20px;
}

#stacks_out_283611 {
	margin-right:0;
}

#stacks_in_283608 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_283608 {
	width: 50px;
	margin-right:0;
}
#stacks_in_283614>.s3_row {
	margin: 0 -0px;
}

#stacks_in_283614>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_283614>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_283622 {
	padding: 15px 10px 20px 0px;
}

#stacks_out_283622 {
	width: 96%;
	margin-right:0;
}

#stacks_in_283620 {
	padding: 13px 15px 20px 0px;
}

#stacks_out_283620 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_274267{	margin: 0 !important;	padding: 0 !important;}.stacks_in_274267topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_274267 {
	width: 320px;
	float: left;
}
#stacks_in_274280>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






#stacks_in_274280 {
	padding: 10px 15px 10px 20px;
}

#stacks_out_274282 {
	margin-right:0;
}

#stacks_in_274285 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_274285 {
	width: 50px;
	margin-right:0;
}
#stacks_in_274287>.s3_row {
	margin: 0 -0px;
}

#stacks_in_274287>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_274287>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_274289 {
	padding: 15px 10px 20px 0px;
}

#stacks_out_274289 {
	width: 96%;
	margin-right:0;
}

#stacks_in_274294 {
	padding: 13px 15px 20px 0px;
}

#stacks_out_274294 {
	width: 100px;
	margin-right:0;
}

#stacks_in_284693_1 {
  position: relative;
  z-index: 1;
}
#stacks_in_284693_1, #stacks_out_284693_1, #slice_mez_284693_1, #stacks_in_284693_1 {
  overflow: visible;
}
#stacks_in_284693_1 .float-notice {
  -webkit-animation: floatNoticestacks_in_284693_1 500ms ease-in-out infinite;
  animation: floatNoticestacks_in_284693_1 500ms ease-in-out infinite;
  display: inline-block;
  position: absolute;
  z-index: 2;
  
  
  right: 10px;
  
  
  bottom: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  pointer-events: none;
  border-radius: 2px;
  background: rgba(95, 133, 202, 1.00);
  color: rgba(252, 252, 252, 1.00);
  font-family: inherit;
  
  padding: 5px 8px;
  font-size: 14px;
  line-height: 14px;
  
}


@-webkit-keyframes floatNoticestacks_in_284693_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
      transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}

@keyframes floatNoticestacks_in_284693_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
    transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}


/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_284531{	margin: 0 !important;	padding: 0 !important;}.stacks_in_284531topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_284531 {
	width: 320px;
	float: left;
}
#stacks_in_284541>.s3_row {
	margin: 0 -0px;
}

#stacks_in_284541>.s3_row>.s3_column_left {
	width: 63.87%;
}

#stacks_in_284541>.s3_row>.s3_column_right {
	width: 36.130001%;
}




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










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



}



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



}






#stacks_in_284541 {
	padding: 10px 8px 10px 26px;
}

#stacks_out_284546 {
	margin-right:0;
}

#stacks_in_284543 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_284543 {
	width: 50px;
	margin-right:0;
}
#stacks_in_284549>.s3_row {
	margin: 0 -0px;
}

#stacks_in_284549>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_284549>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_284553 {
	padding: 15px 10px 20px 0px;
}

#stacks_out_284553 {
	width: 96%;
	margin-right:0;
}

#stacks_in_284550 {
	padding: 13px 15px 20px 0px;
}

#stacks_out_284550 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_274117{	margin: 0 !important;	padding: 0 !important;}.stacks_in_274117topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_274117 {
	width: 320px;
	float: left;
}
#stacks_in_274128>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






#stacks_in_274128 {
	padding: 10px 15px 10px 20px;
}

#stacks_out_274130 {
	margin-right:0;
}

#stacks_in_274133 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_274133 {
	width: 50px;
	margin-right:0;
}
#stacks_in_274135>.s3_row {
	margin: 0 -0px;
}

#stacks_in_274135>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_274135>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_274137 {
	padding: 15px 10px 20px 0px;
}

#stacks_out_274137 {
	width: 96%;
	margin-right:0;
}

#stacks_in_284822 {
	padding: 13px 15px 20px 0px;
}

#stacks_out_284822 {
	width: 100px;
	margin-right:0;
}

#stacks_in_284696_1 {
  position: relative;
  z-index: 1;
}
#stacks_in_284696_1, #stacks_out_284696_1, #slice_mez_284696_1, #stacks_in_284696_1 {
  overflow: visible;
}
#stacks_in_284696_1 .float-notice {
  -webkit-animation: floatNoticestacks_in_284696_1 500ms ease-in-out infinite;
  animation: floatNoticestacks_in_284696_1 500ms ease-in-out infinite;
  display: inline-block;
  position: absolute;
  z-index: 2;
  
  
  right: 10px;
  
  
  bottom: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  pointer-events: none;
  border-radius: 2px;
  background: rgba(95, 133, 202, 1.00);
  color: rgba(252, 252, 252, 1.00);
  font-family: inherit;
  
  padding: 5px 8px;
  font-size: 14px;
  line-height: 14px;
  
}


@-webkit-keyframes floatNoticestacks_in_284696_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
      transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}

@keyframes floatNoticestacks_in_284696_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
    transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}


/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_274090{	margin: 0 !important;	padding: 0 !important;}.stacks_in_274090topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_274090 {
	width: 320px;
	float: left;
}
#stacks_in_274099>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






#stacks_in_274099 {
	padding: 10px 15px 10px 20px;
}

#stacks_out_274101 {
	margin-right:0;
}

#stacks_in_274104 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_274104 {
	width: 50px;
	margin-right:0;
}
#stacks_in_274106>.s3_row {
	margin: 0 -0px;
}

#stacks_in_274106>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_274106>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_274108 {
	padding: 15px 10px 20px 0px;
}

#stacks_out_274108 {
	width: 96%;
	margin-right:0;
}

#stacks_in_284393 {
	padding: 13px 15px 20px 0px;
}

#stacks_out_284393 {
	width: 100px;
	margin-right:0;
}

#stacks_in_284699_1 {
  position: relative;
  z-index: 1;
}
#stacks_in_284699_1, #stacks_out_284699_1, #slice_mez_284699_1, #stacks_in_284699_1 {
  overflow: visible;
}
#stacks_in_284699_1 .float-notice {
  -webkit-animation: floatNoticestacks_in_284699_1 500ms ease-in-out infinite;
  animation: floatNoticestacks_in_284699_1 500ms ease-in-out infinite;
  display: inline-block;
  position: absolute;
  z-index: 2;
  
  
  right: 10px;
  
  
  bottom: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  pointer-events: none;
  border-radius: 2px;
  background: rgba(95, 133, 202, 1.00);
  color: rgba(252, 252, 252, 1.00);
  font-family: inherit;
  
  padding: 5px 8px;
  font-size: 14px;
  line-height: 14px;
  
}


@-webkit-keyframes floatNoticestacks_in_284699_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
      transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}

@keyframes floatNoticestacks_in_284699_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
    transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}


/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_274194{	margin: 0 !important;	padding: 0 !important;}.stacks_in_274194topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_274194 {
	width: 320px;
	float: left;
}
#stacks_in_274205>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






#stacks_in_274205 {
	padding: 10px 15px 10px 20px;
}

#stacks_out_274207 {
	margin-right:0;
}

#stacks_in_274210 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_274210 {
	width: 50px;
	margin-right:0;
}
#stacks_in_274212>.s3_row {
	margin: 0 -0px;
}

#stacks_in_274212>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_274212>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_274214 {
	padding: 15px 10px 20px 0px;
}

#stacks_out_274214 {
	width: 96%;
	margin-right:0;
}

#stacks_in_274217 {
	padding: 13px 15px 20px 0px;
}

#stacks_out_274217 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_275584{	margin: 0 !important;	padding: 0 !important;}.stacks_in_275584topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_275584 {
	width: 320px;
	float: left;
}
#stacks_in_275593>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






#stacks_in_275593 {
	padding: 10px 15px 10px 20px;
}

#stacks_out_275598 {
	margin-right:0;
}

#stacks_in_275595 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_275595 {
	width: 50px;
	margin-right:0;
}
#stacks_in_275601>.s3_row {
	margin: 0 -0px;
}

#stacks_in_275601>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_275601>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_275607 {
	padding: 15px 10px 20px 0px;
}

#stacks_out_275607 {
	width: 96%;
	margin-right:0;
}

#stacks_in_284386 {
	padding: 13px 15px 20px 0px;
}

#stacks_out_284386 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_274296{	margin: 0 !important;	padding: 0 !important;}.stacks_in_274296topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_274296 {
	width: 320px;
	float: left;
}
#stacks_in_274305>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






#stacks_in_274305 {
	padding: 10px 15px 10px 20px;
}

#stacks_out_274307 {
	margin-right:0;
}

#stacks_in_274310 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_274310 {
	width: 50px;
	margin-right:0;
}
#stacks_in_274312>.s3_row {
	margin: 0 -0px;
}

#stacks_in_274312>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_274312>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}





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

#stacks_in_278636>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_278636>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_274314 {
	padding: 15px 10px 20px 0px;
}

#stacks_out_274314 {
	width: 96%;
	margin-right:0;
}

#stacks_in_284382 {
	padding: 13px 15px 20px 0px;
}

#stacks_out_284382 {
	width: 100px;
	margin-right:0;
}

#stacks_in_284701_1 {
  position: relative;
  z-index: 1;
}
#stacks_in_284701_1, #stacks_out_284701_1, #slice_mez_284701_1, #stacks_in_284701_1 {
  overflow: visible;
}
#stacks_in_284701_1 .float-notice {
  -webkit-animation: floatNoticestacks_in_284701_1 500ms ease-in-out infinite;
  animation: floatNoticestacks_in_284701_1 500ms ease-in-out infinite;
  display: inline-block;
  position: absolute;
  z-index: 2;
  
  
  right: 10px;
  
  
  bottom: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  pointer-events: none;
  border-radius: 2px;
  background: rgba(95, 133, 202, 1.00);
  color: rgba(252, 252, 252, 1.00);
  font-family: inherit;
  
  padding: 5px 8px;
  font-size: 14px;
  line-height: 14px;
  
}


@-webkit-keyframes floatNoticestacks_in_284701_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
      transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}

@keyframes floatNoticestacks_in_284701_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
    transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}


/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_274367{	margin: 0 !important;	padding: 0 !important;}.stacks_in_274367topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_274367 {
	width: 320px;
	float: left;
}
#stacks_in_274376>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






#stacks_in_274376 {
	padding: 10px 15px 10px 20px;
}

#stacks_out_274378 {
	margin-right:0;
}

#stacks_in_274381 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_274381 {
	width: 50px;
	margin-right:0;
}
#stacks_in_274383>.s3_row {
	margin: 0 -0px;
}

#stacks_in_274383>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_274383>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_274385 {
	padding: 15px 10px 20px 0px;
}

#stacks_out_274385 {
	width: 96%;
	margin-right:0;
}

#stacks_in_274388 {
	padding: 13px 15px 20px 0px;
}

#stacks_out_274388 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_274036{	margin: 0 !important;	padding: 0 !important;}.stacks_in_274036topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_274036 {
	width: 320px;
	float: left;
}
#stacks_in_274047>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






#stacks_in_274047 {
	padding: 10px 15px 10px 20px;
}

#stacks_out_274049 {
	margin-right:0;
}

#stacks_in_274052 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_274052 {
	width: 50px;
	margin-right:0;
}
#stacks_in_274054>.s3_row {
	margin: 0 -0px;
}

#stacks_in_274054>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_274054>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_274056 {
	padding: 15px 10px 20px 0px;
}

#stacks_out_274056 {
	width: 96%;
	margin-right:0;
}

#stacks_in_284397 {
	padding: 13px 15px 20px 0px;
}

#stacks_out_284397 {
	width: 100px;
	margin-right:0;
}
/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_274219{	margin: 0 !important;	padding: 0 !important;}.stacks_in_274219topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_274219 {
	width: 320px;
	float: left;
}
#stacks_in_274228>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






#stacks_in_274228 {
	padding: 10px 15px 10px 20px;
}

#stacks_out_274230 {
	margin-right:0;
}

#stacks_in_274233 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_274233 {
	width: 50px;
	margin-right:0;
}
#stacks_in_275387>.s3_row {
	margin: 0 -0px;
}

#stacks_in_275387>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_275387>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_274237 {
	padding: 15px 10px 20px 0px;
}

#stacks_out_274237 {
	width: 96%;
	margin-right:0;
}

#stacks_in_282561 {
	padding: 13px 15px 20px 0px;
}

#stacks_out_282561 {
	width: 100px;
	margin-right:0;
}

#stacks_in_284704_1 {
  position: relative;
  z-index: 1;
}
#stacks_in_284704_1, #stacks_out_284704_1, #slice_mez_284704_1, #stacks_in_284704_1 {
  overflow: visible;
}
#stacks_in_284704_1 .float-notice {
  -webkit-animation: floatNoticestacks_in_284704_1 500ms ease-in-out infinite;
  animation: floatNoticestacks_in_284704_1 500ms ease-in-out infinite;
  display: inline-block;
  position: absolute;
  z-index: 2;
  
  
  right: 10px;
  
  
  bottom: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  pointer-events: none;
  border-radius: 2px;
  background: rgba(95, 133, 202, 1.00);
  color: rgba(252, 252, 252, 1.00);
  font-family: inherit;
  
  padding: 5px 8px;
  font-size: 14px;
  line-height: 14px;
  
}


@-webkit-keyframes floatNoticestacks_in_284704_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
      transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}

@keyframes floatNoticestacks_in_284704_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
    transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}


/* Start Hunter 3 Row Item stack each CSS code */#stacks_in_273829 #stacks_in_274488{	margin: 0 !important;	padding: 0 !important;}.stacks_in_274488topbar{	display:none;	height: 0;	margin: 0;	padding: 0;}/* End Hunter 3 Row Item stack each CSS code */
#stacks_out_274488 {
	width: 320px;
	float: left;
}
#stacks_in_274499>.s3_row {
	margin: 0 -0px;
}

#stacks_in_274499>.s3_row>.s3_column_left {
	width: 64.04%;
}

#stacks_in_274499>.s3_row>.s3_column_right {
	width: 35.959999%;
}




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










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



}



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



}






#stacks_in_274499 {
	padding: 10px 9px 10px 14px;
}

#stacks_out_274501 {
	margin-right:0;
}

#stacks_in_274504 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_274504 {
	width: 50px;
	margin-right:0;
}
#stacks_in_274506>.s3_row {
	margin: 0 -0px;
}

#stacks_in_274506>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_274506>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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



}






#stacks_in_274508 {
	padding: 15px 10px 20px 0px;
}

#stacks_out_274508 {
	width: 96%;
	margin-right:0;
}

#stacks_in_274513 {
	padding: 13px 15px 20px 0px;
}

#stacks_out_274513 {
	width: 100px;
	margin-right:0;
}
/* -- Start Anchor Each css Template -- */


.stacks_in_274517anchorStack{
	height: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
}


.stacks_in_274517editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_274517editInfo i{
	vertical-align: middle;
}

.stacks_in_274517editInfo:before{
content:"#da4";
float: right;
}

.stacks_in_274517editInfo:after{
content:"";
display: table;
clear: both;
}

.stacks_in_274517topOffset{
	position: relative;
	height: 50;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}

.stacks_in_274517topOffset:after{
	content: "Top Offset";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #7f8c8d;
}




/* -- End Anchor Each css Template -- *//* Start Gradient stack CSS code */

#stacks_in_274521{
	/* 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_274521::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(44, 73, 136, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(-45deg,  rgba(44, 73, 136, 1.00) 0%,   rgba(35, 56, 103, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(44, 73, 136, 1.00)),   color-stop(100%,rgba(35, 56, 103, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(-45deg,  rgba(44, 73, 136, 1.00) 0%,rgba(35, 56, 103, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(-45deg,  rgba(44, 73, 136, 1.00) 0%,rgba(35, 56, 103, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(-45deg,  rgba(44, 73, 136, 1.00) 0%,rgba(35, 56, 103, 1.00) 100%);
			/* W3C */
			background: linear-gradient(135deg,  rgba(44, 73, 136, 1.00) 0%,rgba(35, 56, 103, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(44, 73, 136, 1.00)', endColorstr='rgba(35, 56, 103, 1.00)',GradientType=1 );
		}
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_274521 {
	margin: 0px 0px 30px 0px;
}
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_274661{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */
#stacks_in_274694 {
	padding: 0px 0px 30px 0px;
}

#stacks_out_274694 {
	width: 250px;
}

#stacks_in_274523 {
	padding: 28px 0px 19px 25px;
}

#stacks_in_274696 {
	padding: 0px 0px 25px 0px;
}

#stacks_out_274696 {
	width: 250px;
}
.isotope,.isotope .isotope-item{-webkit-transition-duration:.8s;-moz-transition-duration:.8s;-o-transition-duration:.8s;transition-duration:.8s}.isotope{-webkit-transition-property:height,width;-moz-transition-property:height,width;-o-transition-property:height,width;transition-property:height,width}.isotope .isotope-item{-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform,opacity;-o-transition-property:top,left,opacity;transition-property:transform,opacity}.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition{-webkit-transition-duration:0s;-moz-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}#stacks_in_274525 .fluid_cell{margin:25px;float:right;overflow:hidden;position:relative;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px} #stacks_in_274525 .stamp{float:right;width:250px;height:200px}  #stacks_in_274525 .fluid_cell{width:310px} 

#stacks_in_274525 {
	margin: 0px 0px 70px 0px;
	padding:  15px;
}

#stacks_in_284226 {
	background-color: rgba(48, 82, 180, 1.00);
}

#stacks_out_284226 {
	width: 290px;
	margin-left:0;
}
#stacks_in_274531>.s3_row {
	margin: 0 -2px;
}

#stacks_in_274531>.s3_row>.s3_column_left {
	width: 29.06%;
}

#stacks_in_274531>.s3_row>.s3_column_right {
	width: 70.940002%;
}




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










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



}



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



}






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

#stacks_in_274533 {
	padding: 0px 12px 0px 14px;
}

#stacks_out_274533 {
	margin-left:0;
}

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

#stacks_in_274538 {
	padding: 9px 3px 11px 18px;
}
#stacks_in_274540>.s3_row {
	margin: 0 -0px;
}

#stacks_in_274540>.s3_row>.s3_column_left {
	width: 21.00%;
}

#stacks_in_274540>.s3_row>.s3_column_right {
	width: 79.000000%;
}




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










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



}



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



}






#stacks_in_274540 {
	background-color: rgba(83, 160, 84, 1.00);
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	padding: 11px 0px 13px 5px;
}

#stacks_out_274542 {
	width: 60px;
	margin-left:0;
}

#stacks_in_274545 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}

#stacks_out_274545 {
	margin-left:0;
}

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

#stacks_in_274805_1 {
  position: relative;
  z-index: 1;
}
#stacks_in_274805_1, #stacks_out_274805_1, #slice_mez_274805_1, #stacks_in_274805_1 {
  overflow: visible;
}
#stacks_in_274805_1 .float-notice {
  -webkit-animation: floatNoticestacks_in_274805_1 500ms ease-in-out infinite;
  animation: floatNoticestacks_in_274805_1 500ms ease-in-out infinite;
  display: inline-block;
  position: absolute;
  z-index: 2;
  
  
  right: 10px;
  
  
  bottom: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  pointer-events: none;
  border-radius: 2px;
  background: rgba(83, 150, 77, 1.00);
  color: rgba(252, 252, 252, 1.00);
  font-family: inherit;
  
  padding: 5px 8px;
  font-size: 16px;
  line-height: 16px;
  
}


@-webkit-keyframes floatNoticestacks_in_274805_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
      transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}

@keyframes floatNoticestacks_in_274805_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
    transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}



#stacks_out_279778 {
	width: 290px;
	margin-left:0;
}
#stacks_in_279783>.s3_row {
	margin: 0 -0px;
}

#stacks_in_279783>.s3_row>.s3_column_left {
	width: 76.21%;
}

#stacks_in_279783>.s3_row>.s3_column_right {
	width: 23.790001%;
}




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










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



}



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



}






#stacks_in_279783 {
	padding: 20px 15px 20px 20px;
}

#stacks_out_279787 {
	margin-right:0;
}

#stacks_in_279784 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_279784 {
	width: 50px;
	margin-right:0;
}

#stacks_out_274566 {
	width: 290px;
	float: left;
}
#stacks_in_274572>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






#stacks_in_274572 {
	padding: 20px 15px 20px 20px;
}

#stacks_out_274574 {
	margin-right:0;
}

#stacks_in_274577 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_274577 {
	width: 50px;
	margin-right:0;
}

#stacks_out_277161 {
	width: 290px;
	margin-left:0;
}
#stacks_in_277166>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






#stacks_in_277166 {
	padding: 20px 15px 20px 20px;
}

#stacks_out_277170 {
	margin-right:0;
}

#stacks_in_277167 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_277167 {
	width: 50px;
	margin-right:0;
}

#stacks_out_274594 {
	width: 290px;
	float: left;
}
#stacks_in_284214>.s3_row {
	margin: 0 -0px;
}

#stacks_in_284214>.s3_row>.s3_column_left {
	width: 55.20%;
}

#stacks_in_284214>.s3_row>.s3_column_right {
	width: 44.799999%;
}




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










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



}



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



}






#stacks_in_284214 {
	padding: 20px 15px 20px 20px;
}

#stacks_out_284219 {
	margin-right:0;
}

#stacks_in_284216 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_284216 {
	width: 50px;
	margin-right:0;
}

#stacks_in_284207_1 {
  position: relative;
  z-index: 1;
}
#stacks_in_284207_1, #stacks_out_284207_1, #slice_mez_284207_1, #stacks_in_284207_1 {
  overflow: visible;
}
#stacks_in_284207_1 .float-notice {
  -webkit-animation: floatNoticestacks_in_284207_1 500ms ease-in-out infinite;
  animation: floatNoticestacks_in_284207_1 500ms ease-in-out infinite;
  display: inline-block;
  position: absolute;
  z-index: 2;
  
  
  right: 10px;
  
  
  bottom: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  pointer-events: none;
  border-radius: 2px;
  background: rgba(95, 133, 202, 1.00);
  color: rgba(252, 252, 252, 1.00);
  font-family: inherit;
  
  padding: 5px 8px;
  font-size: 14px;
  line-height: 14px;
  
}


@-webkit-keyframes floatNoticestacks_in_284207_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
      transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}

@keyframes floatNoticestacks_in_284207_1 {
  0% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
  50% {
    -webkit-transform: translatey30px);
    transform: translatey(30px);
    
    
  }
  100% {
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
    
    
  }
}



#stacks_out_278879 {
	width: 290px;
	float: left;
}
#stacks_in_278884>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






#stacks_in_278884 {
	padding: 20px 15px 20px 20px;
}

#stacks_out_278888 {
	margin-right:0;
}

#stacks_in_278885 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_278885 {
	width: 50px;
	margin-right:0;
}

#stacks_out_277202 {
	width: 290px;
	margin-left:0;
}
#stacks_in_277207>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






#stacks_in_277207 {
	padding: 20px 15px 20px 20px;
}

#stacks_out_277211 {
	margin-right:0;
}

#stacks_in_277208 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_277208 {
	width: 50px;
	margin-right:0;
}

#stacks_out_279791 {
	width: 290px;
	float: left;
}
#stacks_in_279798>.s3_row {
	margin: 0 -0px;
}

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

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




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










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



}



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



}






#stacks_in_279798 {
	padding: 20px 15px 20px 20px;
}

#stacks_out_279802 {
	margin-right:0;
}

#stacks_in_279799 {
	margin: 1px 0px 0px 0px;
}

#stacks_out_279799 {
	width: 50px;
	margin-right:0;
}


/* Start doobox Chauffeur css */

.stacks_in_274656wrapper{
width: 35px;
margin: 0 auto;

display : none;

opacity:0.7;
}

.stacks_in_274656bulter{
cursor: pointer;
border: 1px solid #1F1F1F;
background: #333333;
width: 35px;
height: 35px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #FEFDFF;
text-align: center;
line-height: 35px;
margin: 5px;
z-index: 1000001;
background: #333333;
}


.stacks_in_274656bulter i {
	display: block;
	margin: 0 auto 0 auto;
	font-size: 20px;
	line-height: 33px; 
	vertical-align: middle;
}


.stacks_in_274656bulter:hover{
color: #EAE9EB;
background: #424242; /* Old browsers */
}

/* end doobox Chauffeur css */

