/* -- 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 -- *//* Start Liquid Columns stack CSS code */ .stacks_in_838column { float:left; display:inline; }.stacks_in_838one{	width: 50%;}.stacks_in_838two{	width: 50%;}.stacks_in_838three{	display: none;}.stacks_in_838first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_838middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_838first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_838middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_838one{		width: 100%;	}		.stacks_in_838two{		width: 100%;	}    }/* End Liquid Columns stack CSS code *//* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_8961swell{
		max-width: 400px;
	}
	.stacks_in_8961swell img{
		width: 100%;
		max-width: 400px;
		height: auto;
	}


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

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

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

#stacks_in_8961 .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_8961 .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_8961 .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_8961 .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_8961 .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_8961 .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_8961 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_8961 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_8961 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_8961 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_8961 .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 Responsive Shim stack CSS code */.stacks_in_1406shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_918shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_182shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1425 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1425 .theDivider1,
#simpleDivider_stacks_in_1425 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1425 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_1425.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1425.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1425 .theDivider2 {
	height: 1px;
}
#simpleDivider_stacks_in_1425.transparentOff .theDivider2 {
	background-color: #000000;
}
#simpleDivider_stacks_in_1425.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1425.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1425.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_8974>.s3_row {
	margin: 0 -10px;
}

#stacks_in_8974>.s3_row>.s3_column_left {
	width: 26.00%;
}

#stacks_in_8974>.s3_row>.s3_column_right {
	width: 74.000000%;
}




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










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



}



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


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


}






#stacks_in_8974 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	padding: 5px 10px 5px 10px;
}

#stacks_in_8969 {
	font-size: 122%;
}
/* Start Responsive Shim stack CSS code */.stacks_in_8980shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_8981 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_8981 .theDivider1,
#simpleDivider_stacks_in_8981 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_8981 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_8981.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_8981.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_8981 .theDivider2 {
	height: 1px;
}
#simpleDivider_stacks_in_8981.transparentOff .theDivider2 {
	background-color: #000000;
}
#simpleDivider_stacks_in_8981.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_8981.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_8981.bgImageOn .theDivider1 img {
	display: block;
}

/* Start Responsive Shim stack CSS code */.stacks_in_8982shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start 1dootab stack CSS code */#stacks_in_903wrapper{	position: relative;	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box;    /* Firefox, other Gecko */	box-sizing: border-box;         /* Opera/IE 8+ */}ul.stacks_in_903tabs {	margin: 0 !important;	padding: 0;	float: left;	list-style: none !important;	list-style-type: none !important;	height: 34px;	border-bottom: 1px solid #B3B3B3;	width: 100%;}ul.stacks_in_903tabs li {	float: left;	margin: 0;	cursor: pointer;	padding: 0px 21px;	height: 33px;	line-height: 33px !important;	border-top: 1px solid #D5D4D6;	border-right: 1px solid #D5D4D6;	/*border-bottom: 1px solid #B3B3B3;*/	border-left: 1px solid #D5D4D6;	background-color: #EFEFEF;	color: #658DC8;	overflow: hidden;	position: relative;	margin-left: 2px;	z-index: 1;	-webkit-border-top-left-radius: 4px;	-webkit-border-top-right-radius: 4px;	-moz-border-radius-topleft: 4px;	-moz-border-radius-topright: 4px;	border-top-left-radius: 4px;	border-top-right-radius: 4px;	white-space: nowrap;	font-size: 14px !important;	list-style: none !important;	list-style-type: none !important;} ul.stacks_in_903tabs li {	border: none;	background: transparent;}/*.tab_last { border-right: 1px solid #D5D4D6; }*/ul.stacks_in_903tabs li.tab_first { margin-left: 0px; }ul.stacks_in_903tabs li:hover {	color: #5179B4;}ul.stacks_in_903tabs li.active {	background-color: #FFFFFF;	color: #555555;	border-top: 1px solid #B3B3B3;	border-left: 1px solid #B3B3B3;	border-right: 1px solid #B3B3B3;	border-bottom: 1px solid #FFFFFF;	display: block;	z-index: 10;		-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */	-moz-box-sizing: content-box;    /* Firefox, other Gecko */	box-sizing: content-box;         /* Opera/IE 8+ */}.stacks_in_903tab_container {	position: relative;	border: 1px solid #B3B3B3;	border-top: none;	background: #FFFFFF;	overflow: auto;	-webkit-border-bottom-right-radius: 3px;	-webkit-border-bottom-left-radius: 3px;	-moz-border-radius-bottomright: 3px;	-moz-border-radius-bottomleft: 3px;	border-bottom-right-radius: 3px;	border-bottom-left-radius: 3px;		-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */	-moz-box-sizing: content-box;    /* Firefox, other Gecko */	box-sizing: content-box;         /* Opera/IE 8+ */}.stacks_in_903tab_content {	padding: 20px;	display: none;}.stacks_in_903tab_drawer_heading { display: none; }@media screen and (max-width: 480px) {	ul.stacks_in_903tabs {		border-bottom: none;	}	.stacks_in_903tabs {		display: none;	}	.stacks_in_903tab_drawer_heading {		background-color: #EFEFEF;		color: #658DC8;		border-top: 1px solid #B3B3B3;		margin: 0;		padding: 10px 20px;		display: block;		cursor: pointer;		-webkit-touch-callout: none;		-webkit-user-select: none;		-khtml-user-select: none;		-moz-user-select: none;		-ms-user-select: none;		user-select: none;		font-size: 14px !important;	}	.stacks_in_903tab_drawer_heading:first-child {		border-top: 0px;	}	.stacks_in_903d_active {		background-color: #B3B3B3;		color: #FFFFFF;		border-bottom: 1px solid #B3B3B3;	}	.stacks_in_903tab_container {	border: 1px solid #B3B3B3;	-webkit-border-radius: 4px;	-moz-border-radius: 4px;	border-radius: 4px;	}}/* End 1dootab stack CSS code */	
	/* start image list from doobox css */
	
	
	#stacks_in_995 .stacks_in_995imagelist {
		position: relative;
		list-style: none;
		list-style-type: none;
		margin:0px 0;
		
		z-index:1;
	}
	
	#stacks_in_995 .stacks_in_995listIcon {
		position: relative;
		float:left;
		z-index: 2;
	}
	
	#stacks_in_995 .stacks_in_995listIcon img{
		width:155px;
		height: auto;
	}
	
	
	#stacks_in_995 .stacks_in_995listTitle {

		margin-left:173px;
		padding-bottom: 5px;
		font-weight: bold;
		font-size: 115%;
	}
	
	
	#stacks_in_995 .stacks_in_995listContent {
		display: block;
		margin-left:173px;
		padding-top: 0px;
		padding-bottom: 18px;
	}
	
	.stacks_in_995breaker{
		margin: 0;
		padding: 0;
		height: 1px;
		clear: both;
	}
	
	
	/* end image list from doobox css */
	
#stacks_in_1010 {
	line-height: 2em;
}
	
	/* start image list from doobox css */
	
	
	#stacks_in_1097 .stacks_in_1097imagelist {
		position: relative;
		list-style: none;
		list-style-type: none;
		margin:0px 0;
		
		z-index:1;
	}
	
	#stacks_in_1097 .stacks_in_1097listIcon {
		position: relative;
		float:left;
		z-index: 2;
	}
	
	#stacks_in_1097 .stacks_in_1097listIcon img{
		width:155px;
		height: auto;
	}
	
	
	#stacks_in_1097 .stacks_in_1097listTitle {

		margin-left:173px;
		padding-bottom: 5px;
		font-weight: bold;
		font-size: 115%;
	}
	
	
	#stacks_in_1097 .stacks_in_1097listContent {
		display: block;
		margin-left:173px;
		padding-top: 0px;
		padding-bottom: 18px;
	}
	
	.stacks_in_1097breaker{
		margin: 0;
		padding: 0;
		height: 1px;
		clear: both;
	}
	
	
	/* end image list from doobox css */
		
	/* start image list from doobox css */
	
	
	#stacks_in_1195 .stacks_in_1195imagelist {
		position: relative;
		list-style: none;
		list-style-type: none;
		margin:10px 0;
		
		z-index:1;
	}
	
	#stacks_in_1195 .stacks_in_1195listIcon {
		position: relative;
		float:left;
		z-index: 2;
	}
	
	#stacks_in_1195 .stacks_in_1195listIcon img{
		width:155px;
		height: auto;
	}
	
	
	#stacks_in_1195 .stacks_in_1195listTitle {

		margin-left:173px;
		padding-bottom: 0px;
		font-weight: bold;
		font-size: 115%;
	}
	
	
	#stacks_in_1195 .stacks_in_1195listContent {
		display: block;
		margin-left:173px;
		padding-top: 0px;
		padding-bottom: 18px;
	}
	
	.stacks_in_1195breaker{
		margin: 0;
		padding: 0;
		height: 1px;
		clear: both;
	}
	
	
	/* end image list from doobox css */
	/* Start Responsive Shim stack CSS code */.stacks_in_5330shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_5324shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_5328 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_5328 .theDivider1,
#simpleDivider_stacks_in_5328 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_5328 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_5328.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_5328.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_5328 .theDivider2 {
	height: 1px;
}
#simpleDivider_stacks_in_5328.transparentOff .theDivider2 {
	background-color: #000000;
}
#simpleDivider_stacks_in_5328.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_5328.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_5328.bgImageOn .theDivider1 img {
	display: block;
}

/* Start Responsive Shim stack CSS code */.stacks_in_5329shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_5288 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_5288 .theDivider1,
#simpleDivider_stacks_in_5288 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_5288 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_5288.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_5288.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_5288 .theDivider2 {
	height: 1px;
}
#simpleDivider_stacks_in_5288.transparentOff .theDivider2 {
	background-color: #000000;
}
#simpleDivider_stacks_in_5288.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_5288.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_5288.bgImageOn .theDivider1 img {
	display: block;
}

/* Start Responsive Shim stack CSS code */.stacks_in_8842shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */
#stacks_in_8848 {
	padding: 0px 0px 5px 0px;
}
/**
 * CSS for RapidWeaver Masonry Stack
 * 
 * A dynamic grid image gallery stack for RapidWeaver
 * http://seydesign.com/masonry
 * 
 * Licensed under the GPL 2: http://www.gnu.org/licenses/gpl-2.0.html
 * Copyright 2013 Adam Merrifield
 */
#stacks_in_8937 .sdMasonry_frame {
margin:0 auto;
}

#stacks_in_8937 .sdMasonry_frame > div.stacks_out {
margin:1px 20px 20px 0;
width:242px;
border-radius:0px;
font-size:11px;
}



#stacks_in_8937 .sdMasonry_frame .sdMasonry_brick {
padding:15px 15px 0 ;
background-color:#FFFFFF;
}




/* if description is shown, the image radius is only applied at the top */
#stacks_in_8937 .sdMasonry_frame .sdMasonry_brick img {
padding: 0;
width:100%;
height:auto;
border-radius:-9px -9px 0 0;
}


#stacks_in_8937 .sdMasonry_frame .sdMasonry_desc {
display: block;
margin:15px -15px 0;
padding:1em;
border-radius:0 0 0px 0px;
background-color:#F2F0F0;
color:#8C7E7E;
font-size: 1em;
line-height: 1.7em;
}

#stacks_in_8937 .sdMasonry_frame .sdMasonry_desc a:link,
#stacks_in_8937 .sdMasonry_frame .sdMasonry_desc a:visited {
color:#78020E;
}

#stacks_in_8937 .sdMasonry_frame .sdMasonry_desc a:hover,
#stacks_in_8937 .sdMasonry_frame .sdMasonry_desc a:active {
color:#911B27;
}



#stacks_in_8937 .masonry,#stacks_in_8937 .masonry .masonry-brick {
-webkit-transition-duration:.7s;
-moz-transition-duration:.7s;
-ms-transition-duration:.7s;
-o-transition-duration:.7s;
transition-duration:.7s;
}

#stacks_in_8937 .masonry {
-webkit-transition-property:height,width;
-moz-transition-property:height,width;
-ms-transition-property:height,width;
-o-transition-property:height,width;
transition-property:height,width;
}

#stacks_in_8937 .masonry .masonry-brick {
-webkit-transition-property:left,right,top;
-moz-transition-property:left,right,top;
-ms-transition-property:left,right,top;
-o-transition-property:left,right,top;
transition-property:left,right,top;
}

/** 
 * fancyBox v2.1.4
 * 
 * source: fancyapps.com
 * license: fancyapps.com/fancybox/#license
 */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {
margin:0;
padding:0;
outline:none;
border:0;
vertical-align:top;
}

.fancybox-wrap {
position:absolute;
top:0;
left:0;
z-index:8020;
}

.fancybox-skin {
position:relative;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
background:#f9f9f9;
color:#444;
text-shadow:none;
}

.fancybox-opened {
z-index:8030;
}

.fancybox-opened .fancybox-skin {
-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);
-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);
box-shadow:0 10px 25px rgba(0,0,0,0.5);
}

.fancybox-outer,.fancybox-inner {
position:relative;
}

.fancybox-inner {
overflow:hidden;
}

.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling:touch;
}

.fancybox-error {
margin:0;
padding:15px;
color:#444;
white-space:nowrap;
font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-image,.fancybox-iframe {
display:block;
width:100%;
height:100%;
}

.fancybox-image {
max-width:100%;
max-height:100%;
}

#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
background-image:url(../files/images/fancybox_sprite.png);
}

#fancybox-loading {
position:fixed;
top:50%;
left:50%;
z-index:8060;
margin-top:-22px;
margin-left:-22px;
background-position:0 -108px;
opacity:.8;
cursor:pointer;
}

#fancybox-loading div {
width:44px;
height:44px;
background:url(../files/images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
position:absolute;
top:-18px;
right:-18px;
z-index:8040;
width:36px;
height:36px;
cursor:pointer;
}

.fancybox-nav {
position:absolute;
top:0;
z-index:8040;
width:40%;
height:100%;
background:transparent url(../files/images/blank.gif);
/* helps IE */
text-decoration:none;
cursor:pointer;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.fancybox-prev {
left:0;
}

.fancybox-next {
right:0;
}

.fancybox-nav span {
position:absolute;
top:50%;
z-index:8040;
visibility:hidden;
margin-top:-18px;
width:36px;
height:34px;
cursor:pointer;
}

.fancybox-prev span {
left:10px;
background-position:0 -36px;
}

.fancybox-next span {
right:10px;
background-position:0 -72px;
}

.fancybox-nav:hover span {
visibility:visible;
}

.fancybox-tmp {
position:absolute;
top:-99999px;
left:-99999px;
visibility:hidden;
overflow:visible!important;
max-width:99999px;
max-height:99999px;
}

/* Overlay helper */
.fancybox-lock {
overflow:hidden;
}

.fancybox-overlay {
position:absolute;
top:0;
left:0;
z-index:8010;
display:none;
overflow:hidden;
background:url(../files/images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
position:fixed;
right:0;
bottom:0;
}

.fancybox-lock .fancybox-overlay {
overflow:auto;
overflow-y:scroll;
}

/* Title helper */
.fancybox-title {
position:relative;
z-index:8050;
visibility:hidden;
text-shadow:none;
font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-opened .fancybox-title {
visibility:visible;
}

.fancybox-title-float-wrap {
position:absolute;
right:50%;
bottom:0;
z-index:8050;
margin-bottom:-35px;
text-align:center;
}

.fancybox-title-float-wrap .child {
display:inline-block;
margin-right:-100%;
padding:2px 20px;
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px;
background:transparent;
/* Fallback for web browsers that doesn't support RGBa */
background:rgba(0,0,0,0.8);
color:#FFF;
text-shadow:0 1px 2px #222;
white-space:nowrap;
font-weight:700;
line-height:24px;
}

.fancybox-title-outside-wrap {
position:relative;
margin-top:10px;
color:#fff;
}

.fancybox-title-inside-wrap {
padding-top:10px;
}

.fancybox-title-over-wrap {
position:absolute;
bottom:0;
left:0;
padding:10px;
background:#000;
background:rgba(0,0,0,.8);
color:#fff;
}

/* Start Responsive Shim stack CSS code */.stacks_in_3902shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_548 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_548 .theDivider1,
#simpleDivider_stacks_in_548 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_548 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_548.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_548.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_548 .theDivider2 {
	height: 1px;
}
#simpleDivider_stacks_in_548.transparentOff .theDivider2 {
	background-color: #000000;
}
#simpleDivider_stacks_in_548.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_548.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_548.bgImageOn .theDivider1 img {
	display: block;
}

