/* -- Start Swell Page css Template -- */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


@-webkit-keyframes swellswing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swellswing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}




/* -- End Swell Page css Template -- */
.com_joeworkman_stacks_link_stack a{display:block;text-decoration:none!important;padding:0;margin:0}



/* IMPORT 12 COLUMN RESPONSIVE GS */
/*	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */


/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	behavior: url(/scripts/boxsizing.htc); 
	/*	If you need support for IE7 and lower make 
		sure the boxsizing.htc file is linked properly.
		More info here:  https://github.com/Schepp/box-sizing-polyfill */
}


/*	MAIN CONTAINER 
	Set the width to whatever you want the width of your site to be. */
#stacks_in_80 .mbcontainer { 
	/*max-width: 890px;*/
	/*margin: 0 auto; */
}



/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
#stacks_in_80 .container:after,
#stacks_in_80 .row:after, 
#stacks_in_80 .mbcol:after, 
#stacks_in_80 .clr:after, 
#stacks_in_80 .group:after { 
	content: ""; 
	display: table; 
	clear: both; 
}

/* 	DEFAULT ROW STYLES 
	Set bottom padding according to preference */
#stacks_in_80 .mbrow { padding-bottom: 0em;
}
			
								  
/* DEFAULT COLUMN STYLES */
#stacks_in_80 .mbcol { 
	display: block;
	float: left;
	width: 100%;
}

@media ( min-width : 768px ) {
	
	#stacks_in_80 .gutters .mbcol {
		margin-left: 2% !important;
	}
	
	#stacks_in_80 .gutters .mbcol:first-child { 
		margin-left: 0 !important; 
	}
}




/*	COLUMN WIDTH ON DISPLAYS +768px 
	You might need to play with media queries here to suite your design. */
@media ( min-width : 768px ) {
	#stacks_in_80 .mbspan_1 { margin:0; width: 8.33333333333%; }
	#stacks_in_80 .mbspan_2 { margin:0; width: 16.6666666667%; }
	#stacks_in_80 .mbspan_3 { margin:0; width: 25%; }
	#stacks_in_80 .mbspan_4 { margin:0; width: 33.3333333333%; }
	#stacks_in_80 .mbspan_5 { margin:0; width: 41.6666666667%; }
	#stacks_in_80 .mbspan_6 { margin:0; width: 50%; }
	#stacks_in_80 .mbspan_7 { margin:0; width: 58.3333333333%; }
	#stacks_in_80 .mbspan_8 { margin:0; width: 66.6666666667%; }
	#stacks_in_80 .mbspan_9 { margin:0; width: 75%; }
	#stacks_in_80 .mbspan_10 { margin:0; width: 83.3333333333%; }
	#stacks_in_80 .mbspan_11 { margin:0; width: 91.6666666667%; }
	#stacks_in_80 .mbspan_12 { margin:0; width: 100%; }
	
	#stacks_in_80 .gutters .mbspan_1 { margin:0; width: 6.5%; }
	#stacks_in_80 .gutters .mbspan_2 { margin:0; width: 15.0%; }
	#stacks_in_80 .gutters .mbspan_3 { margin:0; width: 23.5%; }
	#stacks_in_80 .gutters .mbspan_4 { margin:0; width: 32.0%; }
	#stacks_in_80 .gutters .mbspan_5 { margin:0; width: 40.5%; }
	#stacks_in_80 .gutters .mbspan_6 { margin:0; width: 49.0%; }
	#stacks_in_80 .gutters .mbspan_7 { margin:0; width: 57.5%; }
	#stacks_in_80 .gutters .mbspan_8 { margin:0; width: 66.0%; }
	#stacks_in_80 .gutters .mbspan_9 { margin:0; width: 74.5%; }
	#stacks_in_80 .gutters .mbspan_10 { margin:0; width: 83.0%; }
	#stacks_in_80 .gutters .mbspan_11 { margin:0; width: 91.5%; }
	#stacks_in_80 .gutters .mbspan_12 { margin:0; width: 100%; }
}
.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_6 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_6 {
		display: none !important;
	}
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_113 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_113 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_113:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_113 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_113 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_113 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_113 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_113 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_113 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_113 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_113 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_113 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_113 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_113 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_113 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_113 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_113 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_113 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_113 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_113 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_113 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_113 .column1 {
		width: 25.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_113 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_113 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_113 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_113 .column2 {
		width: 25.00%;
	}
}



/* If column 3 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_113 .column3 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_113 .column3 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_113 .column3 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_113 .column3 {
		width: 25.00%;
	}
}



/* If column 4 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_113 .column4 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_113 .column4 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_113 .column4 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_113 .column4 {
		width: 25.00%;
	}
}


















/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_113 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_113 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_113 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_113 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_113 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_113 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_113 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_113 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_113 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_113 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */
#adaptiveGridstacks_in_113 .gridCellInner {
	border: 2px solid #A1A26F;
	overflow: visible;
}
/*  */

/*  */
#adaptiveGridstacks_in_113 .gridCellInner {
	margin: 6px;
}
/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_113 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_113 .column1,
	#adaptiveGridstacks_in_113 .column2,
	#adaptiveGridstacks_in_113 .column3,
	#adaptiveGridstacks_in_113 .column4,
	#adaptiveGridstacks_in_113 .column5,
	#adaptiveGridstacks_in_113 .column6,
	#adaptiveGridstacks_in_113 .column7,
	#adaptiveGridstacks_in_113 .column8,
	#adaptiveGridstacks_in_113 .column9,
	#adaptiveGridstacks_in_113 .column10,
	#adaptiveGridstacks_in_113 .column11,
	#adaptiveGridstacks_in_113 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_113 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  *//* -- Start Swell Each css Template -- */

#stacks_in_130{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_130swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_130swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_130swell{
		max-width: 800px;
	}
	.stacks_in_130swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_130swell-with-zoom .mfp-container,.stacks_in_130swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 594.000000ms ease-out;
	-moz-transition: all 594.000000ms ease-out;
	-o-transition: all 594.000000ms ease-out;
	transition: all 594.000000ms ease-out;
}

.stacks_in_130swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_130swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_130swell-with-zoom.mfp-removing .mfp-container,.stacks_in_130swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_130 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_130 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_130 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_130 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_130 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_130 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_130 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_130 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_130 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_130 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_130 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_132{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_132swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_132swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_132swell{
		max-width: 800px;
	}
	.stacks_in_132swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_132swell-with-zoom .mfp-container,.stacks_in_132swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 594.000000ms ease-out;
	-moz-transition: all 594.000000ms ease-out;
	-o-transition: all 594.000000ms ease-out;
	transition: all 594.000000ms ease-out;
}

.stacks_in_132swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_132swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_132swell-with-zoom.mfp-removing .mfp-container,.stacks_in_132swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_132 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_132 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_132 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_132 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_132 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_132 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_132 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_132 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_132 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_132 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_132 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_134{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_134swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_134swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_134swell{
		max-width: 800px;
	}
	.stacks_in_134swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_134swell-with-zoom .mfp-container,.stacks_in_134swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 594.000000ms ease-out;
	-moz-transition: all 594.000000ms ease-out;
	-o-transition: all 594.000000ms ease-out;
	transition: all 594.000000ms ease-out;
}

.stacks_in_134swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_134swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_134swell-with-zoom.mfp-removing .mfp-container,.stacks_in_134swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_134 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_134 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_134 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_134 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_134 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_134 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_134 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_134 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_134 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_134 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_134 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_136{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_136swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_136swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_136swell{
		max-width: 800px;
	}
	.stacks_in_136swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_136swell-with-zoom .mfp-container,.stacks_in_136swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 594.000000ms ease-out;
	-moz-transition: all 594.000000ms ease-out;
	-o-transition: all 594.000000ms ease-out;
	transition: all 594.000000ms ease-out;
}

.stacks_in_136swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_136swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_136swell-with-zoom.mfp-removing .mfp-container,.stacks_in_136swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_136 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_136 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_136 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_136 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_136 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_136 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_136 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_136 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_136 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_136 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_136 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_146 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_146 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_146:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_146 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_146 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_146 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_146 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_146 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_146 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_146 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_146 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_146 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_146 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_146 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_146 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_146 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_146 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_146 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_146 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_146 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_146 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_146 .column1 {
		width: 25.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_146 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_146 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_146 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_146 .column2 {
		width: 25.00%;
	}
}



/* If column 3 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_146 .column3 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_146 .column3 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_146 .column3 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_146 .column3 {
		width: 25.00%;
	}
}



/* If column 4 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_146 .column4 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_146 .column4 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_146 .column4 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_146 .column4 {
		width: 25.00%;
	}
}


















/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_146 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_146 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_146 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_146 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_146 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_146 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_146 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_146 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_146 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_146 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */
#adaptiveGridstacks_in_146 .gridCellInner {
	border: 2px solid #A1A26F;
	overflow: visible;
}
/*  */

/*  */
#adaptiveGridstacks_in_146 .gridCellInner {
	margin: 6px;
}
/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_146 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_146 .column1,
	#adaptiveGridstacks_in_146 .column2,
	#adaptiveGridstacks_in_146 .column3,
	#adaptiveGridstacks_in_146 .column4,
	#adaptiveGridstacks_in_146 .column5,
	#adaptiveGridstacks_in_146 .column6,
	#adaptiveGridstacks_in_146 .column7,
	#adaptiveGridstacks_in_146 .column8,
	#adaptiveGridstacks_in_146 .column9,
	#adaptiveGridstacks_in_146 .column10,
	#adaptiveGridstacks_in_146 .column11,
	#adaptiveGridstacks_in_146 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_146 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  *//* -- Start Swell Each css Template -- */

#stacks_in_147{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_147swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_147swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_147swell{
		max-width: 800px;
	}
	.stacks_in_147swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_147swell-with-zoom .mfp-container,.stacks_in_147swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 594.000000ms ease-out;
	-moz-transition: all 594.000000ms ease-out;
	-o-transition: all 594.000000ms ease-out;
	transition: all 594.000000ms ease-out;
}

.stacks_in_147swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_147swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_147swell-with-zoom.mfp-removing .mfp-container,.stacks_in_147swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_147 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_147 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_147 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_147 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_147 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_147 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_147 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_147 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_147 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_147 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_147 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_150{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_150swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_150swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_150swell{
		max-width: 800px;
	}
	.stacks_in_150swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_150swell-with-zoom .mfp-container,.stacks_in_150swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 594.000000ms ease-out;
	-moz-transition: all 594.000000ms ease-out;
	-o-transition: all 594.000000ms ease-out;
	transition: all 594.000000ms ease-out;
}

.stacks_in_150swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_150swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_150swell-with-zoom.mfp-removing .mfp-container,.stacks_in_150swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_150 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_150 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_150 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_150 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_150 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_150 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_150 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_150 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_150 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_150 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_150 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_153{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_153swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_153swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_153swell{
		max-width: 800px;
	}
	.stacks_in_153swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_153swell-with-zoom .mfp-container,.stacks_in_153swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 594.000000ms ease-out;
	-moz-transition: all 594.000000ms ease-out;
	-o-transition: all 594.000000ms ease-out;
	transition: all 594.000000ms ease-out;
}

.stacks_in_153swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_153swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_153swell-with-zoom.mfp-removing .mfp-container,.stacks_in_153swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_153 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_153 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_153 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_153 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_153 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_153 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_153 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_153 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_153 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_153 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_153 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_156{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_156swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_156swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_156swell{
		max-width: 800px;
	}
	.stacks_in_156swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_156swell-with-zoom .mfp-container,.stacks_in_156swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 594.000000ms ease-out;
	-moz-transition: all 594.000000ms ease-out;
	-o-transition: all 594.000000ms ease-out;
	transition: all 594.000000ms ease-out;
}

.stacks_in_156swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_156swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_156swell-with-zoom.mfp-removing .mfp-container,.stacks_in_156swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_156 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_156 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_156 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_156 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_156 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_156 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_156 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_156 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_156 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_156 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_156 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_167 {
	height: 20.00px;
}




























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



/* IMPORT 12 COLUMN RESPONSIVE GS */
/*	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */


/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	behavior: url(/scripts/boxsizing.htc); 
	/*	If you need support for IE7 and lower make 
		sure the boxsizing.htc file is linked properly.
		More info here:  https://github.com/Schepp/box-sizing-polyfill */
}


/*	MAIN CONTAINER 
	Set the width to whatever you want the width of your site to be. */
#stacks_in_181 .mbcontainer { 
	/*max-width: 890px;*/
	/*margin: 0 auto; */
}



/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
#stacks_in_181 .container:after,
#stacks_in_181 .row:after, 
#stacks_in_181 .mbcol:after, 
#stacks_in_181 .clr:after, 
#stacks_in_181 .group:after { 
	content: ""; 
	display: table; 
	clear: both; 
}

/* 	DEFAULT ROW STYLES 
	Set bottom padding according to preference */
#stacks_in_181 .mbrow { padding-bottom: 0em;
}
			
								  
/* DEFAULT COLUMN STYLES */
#stacks_in_181 .mbcol { 
	display: block;
	float: left;
	width: 100%;
}

@media ( min-width : 768px ) {
	
	#stacks_in_181 .gutters .mbcol {
		margin-left: 2% !important;
	}
	
	#stacks_in_181 .gutters .mbcol:first-child { 
		margin-left: 0 !important; 
	}
}




/*	COLUMN WIDTH ON DISPLAYS +768px 
	You might need to play with media queries here to suite your design. */
@media ( min-width : 768px ) {
	#stacks_in_181 .mbspan_1 { margin:0; width: 8.33333333333%; }
	#stacks_in_181 .mbspan_2 { margin:0; width: 16.6666666667%; }
	#stacks_in_181 .mbspan_3 { margin:0; width: 25%; }
	#stacks_in_181 .mbspan_4 { margin:0; width: 33.3333333333%; }
	#stacks_in_181 .mbspan_5 { margin:0; width: 41.6666666667%; }
	#stacks_in_181 .mbspan_6 { margin:0; width: 50%; }
	#stacks_in_181 .mbspan_7 { margin:0; width: 58.3333333333%; }
	#stacks_in_181 .mbspan_8 { margin:0; width: 66.6666666667%; }
	#stacks_in_181 .mbspan_9 { margin:0; width: 75%; }
	#stacks_in_181 .mbspan_10 { margin:0; width: 83.3333333333%; }
	#stacks_in_181 .mbspan_11 { margin:0; width: 91.6666666667%; }
	#stacks_in_181 .mbspan_12 { margin:0; width: 100%; }
	
	#stacks_in_181 .gutters .mbspan_1 { margin:0; width: 6.5%; }
	#stacks_in_181 .gutters .mbspan_2 { margin:0; width: 15.0%; }
	#stacks_in_181 .gutters .mbspan_3 { margin:0; width: 23.5%; }
	#stacks_in_181 .gutters .mbspan_4 { margin:0; width: 32.0%; }
	#stacks_in_181 .gutters .mbspan_5 { margin:0; width: 40.5%; }
	#stacks_in_181 .gutters .mbspan_6 { margin:0; width: 49.0%; }
	#stacks_in_181 .gutters .mbspan_7 { margin:0; width: 57.5%; }
	#stacks_in_181 .gutters .mbspan_8 { margin:0; width: 66.0%; }
	#stacks_in_181 .gutters .mbspan_9 { margin:0; width: 74.5%; }
	#stacks_in_181 .gutters .mbspan_10 { margin:0; width: 83.0%; }
	#stacks_in_181 .gutters .mbspan_11 { margin:0; width: 91.5%; }
	#stacks_in_181 .gutters .mbspan_12 { margin:0; width: 100%; }
}#stacks_in_184 .boxgrid{position:relative;overflow:hidden;margin:0 auto;border-color:#000000;border-width:0px;border-style:solid}#stacks_in_184 .boxgrid .cover,#stacks_in_184 .boxgrid .back{position:absolute !important;top:0;width:100%}#stacks_in_184 .cover .imageStyle{z-index:10}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_201 {
	height: 10.00px;
}




























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

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_198 {
	height: 20.00px;
}




























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



/* IMPORT 12 COLUMN RESPONSIVE GS */
/*	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */


/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	behavior: url(/scripts/boxsizing.htc); 
	/*	If you need support for IE7 and lower make 
		sure the boxsizing.htc file is linked properly.
		More info here:  https://github.com/Schepp/box-sizing-polyfill */
}


/*	MAIN CONTAINER 
	Set the width to whatever you want the width of your site to be. */
#stacks_in_202 .mbcontainer { 
	/*max-width: 890px;*/
	/*margin: 0 auto; */
}



/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
#stacks_in_202 .container:after,
#stacks_in_202 .row:after, 
#stacks_in_202 .mbcol:after, 
#stacks_in_202 .clr:after, 
#stacks_in_202 .group:after { 
	content: ""; 
	display: table; 
	clear: both; 
}

/* 	DEFAULT ROW STYLES 
	Set bottom padding according to preference */
#stacks_in_202 .mbrow { padding-bottom: 0em;
}
			
								  
/* DEFAULT COLUMN STYLES */
#stacks_in_202 .mbcol { 
	display: block;
	float: left;
	width: 100%;
}

@media ( min-width : 768px ) {
	
	#stacks_in_202 .gutters .mbcol {
		margin-left: 2% !important;
	}
	
	#stacks_in_202 .gutters .mbcol:first-child { 
		margin-left: 0 !important; 
	}
}




/*	COLUMN WIDTH ON DISPLAYS +768px 
	You might need to play with media queries here to suite your design. */
@media ( min-width : 768px ) {
	#stacks_in_202 .mbspan_1 { margin:0; width: 8.33333333333%; }
	#stacks_in_202 .mbspan_2 { margin:0; width: 16.6666666667%; }
	#stacks_in_202 .mbspan_3 { margin:0; width: 25%; }
	#stacks_in_202 .mbspan_4 { margin:0; width: 33.3333333333%; }
	#stacks_in_202 .mbspan_5 { margin:0; width: 41.6666666667%; }
	#stacks_in_202 .mbspan_6 { margin:0; width: 50%; }
	#stacks_in_202 .mbspan_7 { margin:0; width: 58.3333333333%; }
	#stacks_in_202 .mbspan_8 { margin:0; width: 66.6666666667%; }
	#stacks_in_202 .mbspan_9 { margin:0; width: 75%; }
	#stacks_in_202 .mbspan_10 { margin:0; width: 83.3333333333%; }
	#stacks_in_202 .mbspan_11 { margin:0; width: 91.6666666667%; }
	#stacks_in_202 .mbspan_12 { margin:0; width: 100%; }
	
	#stacks_in_202 .gutters .mbspan_1 { margin:0; width: 6.5%; }
	#stacks_in_202 .gutters .mbspan_2 { margin:0; width: 15.0%; }
	#stacks_in_202 .gutters .mbspan_3 { margin:0; width: 23.5%; }
	#stacks_in_202 .gutters .mbspan_4 { margin:0; width: 32.0%; }
	#stacks_in_202 .gutters .mbspan_5 { margin:0; width: 40.5%; }
	#stacks_in_202 .gutters .mbspan_6 { margin:0; width: 49.0%; }
	#stacks_in_202 .gutters .mbspan_7 { margin:0; width: 57.5%; }
	#stacks_in_202 .gutters .mbspan_8 { margin:0; width: 66.0%; }
	#stacks_in_202 .gutters .mbspan_9 { margin:0; width: 74.5%; }
	#stacks_in_202 .gutters .mbspan_10 { margin:0; width: 83.0%; }
	#stacks_in_202 .gutters .mbspan_11 { margin:0; width: 91.5%; }
	#stacks_in_202 .gutters .mbspan_12 { margin:0; width: 100%; }
}/* -- Start Swell Each css Template -- */

#stacks_in_220{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_220swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_220swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_220swell{
		max-width: 800px;
	}
	.stacks_in_220swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_220swell-with-zoom .mfp-container,.stacks_in_220swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 594.000000ms ease-out;
	-moz-transition: all 594.000000ms ease-out;
	-o-transition: all 594.000000ms ease-out;
	transition: all 594.000000ms ease-out;
}

.stacks_in_220swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_220swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_220swell-with-zoom.mfp-removing .mfp-container,.stacks_in_220swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_220 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_220 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_220 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_220 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_220 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_220 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_220 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_220 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_220 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_220 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_220 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_214 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_214 {
		display: none !important;
	}
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_168 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_168 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_168:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_168 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_168 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_168 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_168 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_168 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_168 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_168 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_168 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_168 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_168 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_168 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_168 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_168 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_168 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_168 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_168 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_168 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_168 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_168 .column1 {
		width: 25.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_168 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_168 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_168 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_168 .column2 {
		width: 25.00%;
	}
}



/* If column 3 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_168 .column3 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_168 .column3 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_168 .column3 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_168 .column3 {
		width: 25.00%;
	}
}



/* If column 4 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_168 .column4 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_168 .column4 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_168 .column4 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_168 .column4 {
		width: 25.00%;
	}
}


















/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_168 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_168 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_168 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_168 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_168 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_168 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_168 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_168 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_168 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_168 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */
#adaptiveGridstacks_in_168 .gridCellInner {
	border: 2px solid #A1A26F;
	overflow: visible;
}
/*  */

/*  */
#adaptiveGridstacks_in_168 .gridCellInner {
	margin: 6px;
}
/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_168 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_168 .column1,
	#adaptiveGridstacks_in_168 .column2,
	#adaptiveGridstacks_in_168 .column3,
	#adaptiveGridstacks_in_168 .column4,
	#adaptiveGridstacks_in_168 .column5,
	#adaptiveGridstacks_in_168 .column6,
	#adaptiveGridstacks_in_168 .column7,
	#adaptiveGridstacks_in_168 .column8,
	#adaptiveGridstacks_in_168 .column9,
	#adaptiveGridstacks_in_168 .column10,
	#adaptiveGridstacks_in_168 .column11,
	#adaptiveGridstacks_in_168 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_168 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  *//* -- Start Swell Each css Template -- */

#stacks_in_169{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_169swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_169swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_169swell{
		max-width: 800px;
	}
	.stacks_in_169swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_169swell-with-zoom .mfp-container,.stacks_in_169swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 594.000000ms ease-out;
	-moz-transition: all 594.000000ms ease-out;
	-o-transition: all 594.000000ms ease-out;
	transition: all 594.000000ms ease-out;
}

.stacks_in_169swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_169swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_169swell-with-zoom.mfp-removing .mfp-container,.stacks_in_169swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_169 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_169 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_169 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_169 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_169 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_169 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_169 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_169 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_169 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_169 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_169 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_172{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_172swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_172swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_172swell{
		max-width: 800px;
	}
	.stacks_in_172swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_172swell-with-zoom .mfp-container,.stacks_in_172swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 594.000000ms ease-out;
	-moz-transition: all 594.000000ms ease-out;
	-o-transition: all 594.000000ms ease-out;
	transition: all 594.000000ms ease-out;
}

.stacks_in_172swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_172swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_172swell-with-zoom.mfp-removing .mfp-container,.stacks_in_172swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_172 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_172 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_172 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_172 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_172 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_172 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_172 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_172 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_172 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_172 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_172 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_175{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_175swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_175swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_175swell{
		max-width: 800px;
	}
	.stacks_in_175swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_175swell-with-zoom .mfp-container,.stacks_in_175swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 594.000000ms ease-out;
	-moz-transition: all 594.000000ms ease-out;
	-o-transition: all 594.000000ms ease-out;
	transition: all 594.000000ms ease-out;
}

.stacks_in_175swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_175swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_175swell-with-zoom.mfp-removing .mfp-container,.stacks_in_175swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_175 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_175 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_175 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_175 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_175 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_175 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_175 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_175 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_175 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_175 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_175 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_178{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_178swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_178swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_178swell{
		max-width: 800px;
	}
	.stacks_in_178swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_178swell-with-zoom .mfp-container,.stacks_in_178swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 594.000000ms ease-out;
	-moz-transition: all 594.000000ms ease-out;
	-o-transition: all 594.000000ms ease-out;
	transition: all 594.000000ms ease-out;
}

.stacks_in_178swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_178swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_178swell-with-zoom.mfp-removing .mfp-container,.stacks_in_178swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_178 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_178 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_178 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_178 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_178 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_178 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_178 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_178 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_178 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_178 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_178 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_9 {
	height: 40.00px;
}




























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

/* Start Obscure Email stack CSS code */.stacks_in_78_4topbar {	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_78_4mainarea {	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_78_4small{font-weight: normal;font-size: 12px;}.stacks_in_78_4centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_78_4centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code */#stacks_in_78_5 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_78_5 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:2px; 
border-top-color:#6E4B42; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}

#stacks_in_78_8 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_78_8 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:2px; 
border-top-color:#6E4B42; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_78_11 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_78_11 {
		display: none !important;
	}
}
#stacks_in_19 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_19 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:2px; 
border-top-color:#118040; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_77 {
	height: 40.00px;
}




























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


#stacks_in_68 {
	padding: 10px 0px 10px 0px;
}
/* Use this file for your stack CSS code */
/* CSS code only used in Stacks edit mode */

#stacks_in_71-stellar_stacks_help_area {
	width: 90%;
	min-height: 200px;
	border: 6px rgb(244, 168, 167) dashed;
	background: rgb(227, 241, 249);
	color: rgb(15, 20, 109);
	font-size: inherit;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: inherit;
	text-decoration: inherit;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0em;
	margin: 2%;
	padding: 2%;
}

#stacks_in_71-stellar_stacks_help_area h2 {
	text-align: center;
	text-transform: uppercase;
}

#stacks_in_71-stellar_stacks_help_area h3 {
	text-align: center;
	text-transform: uppercase;
}


#googlefontedstacks_in_71 {
	font-family:  !important;
	font-size: 80% !important;
	line-height: 120% !important;
	text-align: center !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #028244 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
		text-shadow: 0px 0px 0px #028244 !important;
	
	
}

#googlefontedstacks_in_71 h1 {
	font-family:  !important;
	font-size: 80% !important;
	line-height: 120% !important;
	text-align: center !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #028244 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
		text-shadow: 0px 0px 0px #028244 !important;
	
	
}

#googlefontedstacks_in_71 h2 {
	font-family:  !important;
	font-size: 80% !important;
	line-height: 120% !important;
	text-align: center !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #028244 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
		text-shadow: 0px 0px 0px #028244 !important;
	
	
}

#googlefontedstacks_in_71 h3 {
	font-family:  !important;
	font-size: 80% !important;
	line-height: 120% !important;
	text-align: center !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #028244 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
		text-shadow: 0px 0px 0px #028244 !important;
	
	

}

#googlefontedstacks_in_71 h4 {
	font-family:  !important;
	font-size: 80% !important;
	line-height: 120% !important;
	text-align: center !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #028244 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
		text-shadow: 0px 0px 0px #028244 !important;
	
	
}

#googlefontedstacks_in_71 h5 {
	font-family:  !important;
	font-size: 80% !important;
	line-height: 120% !important;
	text-align: center !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #028244 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
		text-shadow: 0px 0px 0px #028244 !important;
	
	
}

#googlefontedstacks_in_71 h6 {
	font-family:  !important;
	font-size: 80% !important;
	line-height: 120% !important;
	text-align: center !important;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	color: #028244 !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-shadow: 0px 0px 0px #BFBFBF !important;
	
		text-shadow: 0px 0px 0px #028244 !important;
	
	
}

#googlefontedstacks_in_71 a:link {
	color: #BFBFBF !important;
	
		text-decoration: none !important;
	
}

#googlefontedstacks_in_71 a:visited {
	color: #BFBFBF !important;
	
		text-decoration: none !important;
	
}

#googlefontedstacks_in_71 a:hover {
	color: #BFBFBF !important;
	
		text-decoration: none !important;
	
}


