/* -- 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 -- */#stacks_in_11167>.s3_row {
	margin: 0 -10px;
}

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








  


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




	#stacks_in_11167>.s3_row  {
		margin: -10px;
	}
	#stacks_in_11167>.s3_row>.s3_column {
		padding: 10px;
		width:50%;
	}
	#stacks_in_11167>.s3_row>.s3_column_right {
		padding: 10px;
		width:100%;
	}



}



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


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





}




  
/* Start Liquid Columns stack CSS code */ .stacks_in_838column { float:left; display:inline; }.stacks_in_838one{	width: 30%;}.stacks_in_838two{	width: 70%;}.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 doobox image pop css */

/* ############################################################# */
/* ############# CSS BOTH EDIT AND PREVIEW ##################### */
/* ############################################################# */
.stacks_in_30074popBox{
	position: relative;
	display: block;
	margin: 10px auto 14px auto;
	padding: 10px;
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	max-width: 90%;
	display: none;
}

.stacks_in_30074popBox img{
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.stacks_in_30074popBoxClose{
	position: absolute;
	top:-11px;
	left: -12px;
	width: 26px;
	height: 26px;
	background: url(../files/imagepop_files/thex.png);
	cursor: pointer;
}

@media only screen and (max-width: 480px) {
.stacks_in_30074popBoxClose{
	top:  0px;
	left: 0px;
	width: 48px;
	height: 48px;
	background: url(../files/imagepop_files/thex2times.png);
}
}


.stacks_in_30074popThumbnail{
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	max-width: 300px;
	overflow: hidden;
	border: 0px solid #CCCCCC;
}

.stacks_in_30074popThumbnail img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.stacks_in_30074popThumbOverlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 300px;
	padding: 0;
	margin: 0;
	background: #000000;
	cursor: pointer;
	-moz-opacity:0; 
	filter:alpha(opacity=0); 
	opacity:0; 
}


/* ############################################################# */
/* ############# CSS PREVIEW MODE ONLY ######################### */
/* ############################################################# */


.stacks_in_30074popThumbOverlay{
	-moz-opacity:0; 
	filter:alpha(opacity=0); 
	opacity:0; 
	cursor: pointer;
	-webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.stacks_in_30074popThumbOverlay:hover{
	zoom: 1;
	-moz-opacity:.3; 
	filter:alpha(opacity=3); 
	opacity:.3; 
}



/* ############################################################# */
/* ############# CSS EDIT MODE ONLY ############################ */
/* ############################################################# */


/* end doobox image pop css */


#stacks_in_30074 {
	margin: 34px 0px 0px 0px;
}

#stacks_in_10853 {
	font-size: 71%;
}


/* Start doobox image pop css */

/* ############################################################# */
/* ############# CSS BOTH EDIT AND PREVIEW ##################### */
/* ############################################################# */
.stacks_in_1417popBox{
	position: relative;
	display: block;
	margin: 10px auto 14px auto;
	padding: 10px;
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	max-width: 90%;
	display: none;
}

.stacks_in_1417popBox img{
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.stacks_in_1417popBoxClose{
	position: absolute;
	top:-11px;
	left: -12px;
	width: 26px;
	height: 26px;
	background: url(../files/imagepop_files/thex.png);
	cursor: pointer;
}

@media only screen and (max-width: 480px) {
.stacks_in_1417popBoxClose{
	top:  0px;
	left: 0px;
	width: 48px;
	height: 48px;
	background: url(../files/imagepop_files/thex2times.png);
}
}


.stacks_in_1417popThumbnail{
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	max-width: 300px;
	overflow: hidden;
	border: 0px solid #CCCCCC;
}

.stacks_in_1417popThumbnail img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.stacks_in_1417popThumbOverlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 300px;
	padding: 0;
	margin: 0;
	background: #000000;
	cursor: pointer;
	-moz-opacity:0; 
	filter:alpha(opacity=0); 
	opacity:0; 
}


/* ############################################################# */
/* ############# CSS PREVIEW MODE ONLY ######################### */
/* ############################################################# */


.stacks_in_1417popThumbOverlay{
	-moz-opacity:0; 
	filter:alpha(opacity=0); 
	opacity:0; 
	cursor: pointer;
	-webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.stacks_in_1417popThumbOverlay:hover{
	zoom: 1;
	-moz-opacity:.3; 
	filter:alpha(opacity=3); 
	opacity:.3; 
}



/* ############################################################# */
/* ############# CSS EDIT MODE ONLY ############################ */
/* ############################################################# */


/* end doobox image pop css */


#stacks_in_1417 {
	margin: 34px 0px 0px 0px;
}

#stacks_in_10938 {
	font-size: 71%;
}


/* Start doobox image pop css */

/* ############################################################# */
/* ############# CSS BOTH EDIT AND PREVIEW ##################### */
/* ############################################################# */
.stacks_in_11180popBox{
	position: relative;
	display: block;
	margin: 10px auto 14px auto;
	padding: 10px;
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	max-width: 90%;
	display: none;
}

.stacks_in_11180popBox img{
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.stacks_in_11180popBoxClose{
	position: absolute;
	top:-11px;
	left: -12px;
	width: 26px;
	height: 26px;
	background: url(../files/imagepop_files/thex.png);
	cursor: pointer;
}

@media only screen and (max-width: 480px) {
.stacks_in_11180popBoxClose{
	top:  0px;
	left: 0px;
	width: 48px;
	height: 48px;
	background: url(../files/imagepop_files/thex2times.png);
}
}


.stacks_in_11180popThumbnail{
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	max-width: 300px;
	overflow: hidden;
	border: 0px solid #CCCCCC;
}

.stacks_in_11180popThumbnail img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.stacks_in_11180popThumbOverlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 300px;
	padding: 0;
	margin: 0;
	background: #000000;
	cursor: pointer;
	-moz-opacity:0; 
	filter:alpha(opacity=0); 
	opacity:0; 
}


/* ############################################################# */
/* ############# CSS PREVIEW MODE ONLY ######################### */
/* ############################################################# */


.stacks_in_11180popThumbOverlay{
	-moz-opacity:0; 
	filter:alpha(opacity=0); 
	opacity:0; 
	cursor: pointer;
	-webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.stacks_in_11180popThumbOverlay:hover{
	zoom: 1;
	-moz-opacity:.3; 
	filter:alpha(opacity=3); 
	opacity:.3; 
}



/* ############################################################# */
/* ############# CSS EDIT MODE ONLY ############################ */
/* ############################################################# */


/* end doobox image pop css */


#stacks_in_11180 {
	margin: 34px 0px 0px 0px;
}

#stacks_in_11174 {
	font-size: 71%;
}
/* Start Responsive Shim stack CSS code */.stacks_in_918shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#stacks_in_33815>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_33815 {
	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_33818 {
	font-size: 122%;
}
/* Start Responsive Shim stack CSS code */.stacks_in_33822shim{	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_33823 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_33823 .theDivider1,
#simpleDivider_stacks_in_33823 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_33823 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_33823.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_33823.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_33823 .theDivider2 {
	height: 1px;
}
#simpleDivider_stacks_in_33823.transparentOff .theDivider2 {
	background-color: #000000;
}
#simpleDivider_stacks_in_33823.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_33823.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_33823.bgImageOn .theDivider1 img {
	display: block;
}

/* Start Responsive Shim stack CSS code */.stacks_in_33824shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */
#stacks_in_33741 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  12px;
}
/* Start Fit My Video stack CSS code */.stacks_in_33760myvideo{	position: relative;	text-align: center;	max-width: 5000px;	margin: 0 auto 0 auto;}.stacks_in_33760dummy{	display: none;	height: 0;	margin: 0;	padding: 0;}.alert-danger{	background-color: #f2dede;	border-color: #ebcccc;	color: #a94442;	padding: 15px;	margin-bottom: 1rem;	border: 1px solid transparent;	border-radius: 4px;	text-align: left;}  /* End Fit My Video stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_33757shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */
#stacks_in_33707 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  12px;
}
#stacks_in_33711>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_33711 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  10px;
}
/* -- Start Swell Each css Template -- */

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

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

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


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


.stacks_in_33713swell-with-zoom .mfp-container,.stacks_in_33713swell-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_33713swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_33713swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_33713 .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_33713 .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_33713 .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_33713 .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_33713 .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_33713 .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_33713 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_33713 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_33713 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_33713 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_33713 .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_33716{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

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

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


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


.stacks_in_33716swell-with-zoom .mfp-container,.stacks_in_33716swell-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_33716swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_33716swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_33716 .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_33716 .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_33716 .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_33716 .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_33716 .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_33716 .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_33716 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_33716 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_33716 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_33716 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_33716 .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_10930shim{	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;
}

/* Start Responsive Shim stack CSS code */.stacks_in_1426shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start doo Tab 2 stack each CSS code */#stacks_in_12176wrapper{	position: relative;	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */}#stacks_in_12176 .dooTabContentTitle{	display: none;}ul.stacks_in_12176tabs {	position: relative;	margin: 0 !important;	padding: 0;	float: left;	list-style: none !important;	list-style-type: none !important;	height: 34px;	border-bottom: 1px solid rgba(179, 179, 179, 1.00);	width: 100%;	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */}ul.stacks_in_12176tabs li {	float: left;	margin: 0;	cursor: pointer;	padding: 0px 21px;	height: 33px;	line-height: 33px !important;	border-top: 1px solid rgba(179, 179, 179, 1.00);	border-right: 1px solid rgba(179, 179, 179, 1.00);	/*border-bottom: 1px solid rgba(179, 179, 179, 1.00);*/	border-left: 1px solid rgba(179, 179, 179, 1.00);	background-color: rgba(244, 244, 244, 1.00);	color: rgba(0, 128, 255, 1.00);	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;	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */}/*.tab_last { border-right: 1px solid ; }*/ul.stacks_in_12176tabs li.tab_first { margin-left: 0px; }ul.stacks_in_12176tabs li:hover {	color: rgba(0, 108, 235, 1.00);}ul.stacks_in_12176tabs li.active {	background-color: rgba(255, 255, 255, 1.00);	color: rgba(51, 51, 51, 1.00);	border-top: 1px solid rgba(179, 179, 179, 1.00);	border-left: 1px solid rgba(179, 179, 179, 1.00);	border-right: 1px solid rgba(179, 179, 179, 1.00);	display: block;	z-index: 10;	-webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: content-box !important;    /* Firefox, other Gecko */	box-sizing: content-box !important;         /* Opera/IE 8+ */}.stacks_in_12176tab_container {	position: relative;	border: 1px solid rgba(179, 179, 179, 1.00);	border-top: none;	background: rgba(255, 255, 255, 1.00);	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 !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: content-box !important;    /* Firefox, other Gecko */	box-sizing: content-box !important;         /* Opera/IE 8+ */}#stacks_in_12176 .dooTabContent {	padding: 20px;	display: none;}#stacks_in_12176 .tab_drawer_heading { display: none; }@media screen and (max-width: 480px) {	ul.stacks_in_12176tabs {		border-bottom: none;	}	.stacks_in_12176tabs {		display: none;	}	#stacks_in_12176 .tab_drawer_heading {		background-color: rgba(244, 244, 244, 1.00) !important;		color: rgba(0, 128, 255, 1.00) !important;		border-top: 1px solid rgba(179, 179, 179, 1.00);		margin: 0;		padding: 8px 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: 16px !important;	}	.stacks_in_12176tab_container > div:first-child .tab_drawer_heading {		border-top: 0px !important;	}	.stacks_in_12176_active {		background-color: rgba(255, 255, 255, 1.00) !important;		color: rgba(51, 51, 51, 1.00);		border-bottom: 1px solid rgba(179, 179, 179, 1.00);	}	.stacks_in_12176tab_container {	border: 1px solid rgba(179, 179, 179, 1.00) !important;	-webkit-border-radius: 4px;	-moz-border-radius: 4px;	border-radius: 4px;	}}/* End doo Tab 2 stack each CSS code *//* Start doo Tab 2 item stack each CSS code *//* End doo Tab 2 item stack each CSS code */	
	/* start image list from doobox css */
	
	
	#stacks_in_12182 .stacks_in_12182imagelist {
		position: relative;
		list-style: none;
		list-style-type: none;
		margin:0px 0;
		
		z-index:1;
	}
	
	#stacks_in_12182 .stacks_in_12182listIcon {
		position: relative;
		float:left;
		z-index: 2;
	}
	
	#stacks_in_12182 .stacks_in_12182listIcon img{
		width:155px;
		height: auto;
	}
	
	
	#stacks_in_12182 .stacks_in_12182listTitle {

		margin-left:173px;
		padding-bottom: 5px;
		font-weight: bold;
		font-size: 115%;
	}
	
	
	#stacks_in_12182 .stacks_in_12182listContent {
		display: block;
		margin-left:173px;
		padding-top: 0px;
		padding-bottom: 18px;
	}
	
	.stacks_in_12182breaker{
		margin: 0;
		padding: 0;
		height: 1px;
		clear: both;
	}
	
	
	/* end image list from doobox css */
	
#stacks_in_12187 {
	line-height: 2em;
}
/* Start doo Tab 2 item stack each CSS code *//* End doo Tab 2 item stack each CSS code */	
	/* start image list from doobox css */
	
	
	#stacks_in_12195 .stacks_in_12195imagelist {
		position: relative;
		list-style: none;
		list-style-type: none;
		margin:0px 0;
		
		z-index:1;
	}
	
	#stacks_in_12195 .stacks_in_12195listIcon {
		position: relative;
		float:left;
		z-index: 2;
	}
	
	#stacks_in_12195 .stacks_in_12195listIcon img{
		width:155px;
		height: auto;
	}
	
	
	#stacks_in_12195 .stacks_in_12195listTitle {

		margin-left:173px;
		padding-bottom: 5px;
		font-weight: bold;
		font-size: 115%;
	}
	
	
	#stacks_in_12195 .stacks_in_12195listContent {
		display: block;
		margin-left:173px;
		padding-top: 0px;
		padding-bottom: 18px;
	}
	
	.stacks_in_12195breaker{
		margin: 0;
		padding: 0;
		height: 1px;
		clear: both;
	}
	
	
	/* end image list from doobox css */
	/* Start doo Tab 2 item stack each CSS code *//* End doo Tab 2 item stack each CSS code */	
	/* 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 doo Tab 2 item stack each CSS code *//* End doo Tab 2 item stack each CSS code *//* Start doo Tab 2 item stack each CSS code *//* End doo Tab 2 item stack each CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_12427shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#toggleWrapper_stacks_in_12609 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_12609 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_12609:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_12609 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_12609 a:link:after,
	#toggleTrigger_stacks_in_12609 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_12609 {
		display: block !important;
	}
}
/* Start Responsive Shim stack CSS code */.stacks_in_12425shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#toggleWrapper_stacks_in_12558 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_12558 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_12558:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_12558 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_12558 a:link:after,
	#toggleTrigger_stacks_in_12558 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_12558 {
		display: block !important;
	}
}
/* Start Responsive Shim stack CSS code */.stacks_in_12420shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#toggleWrapper_stacks_in_12428 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_12428 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_12428:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_12428 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_12428 a:link:after,
	#toggleTrigger_stacks_in_12428 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_12428 {
		display: block !important;
	}
}
/* Start Responsive Shim stack CSS code */.stacks_in_12418shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#toggleWrapper_stacks_in_12531 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_12531 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_12531:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_12531 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_12531 a:link:after,
	#toggleTrigger_stacks_in_12531 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_12531 {
		display: block !important;
	}
}
/* Start Responsive Shim stack CSS code */.stacks_in_12305shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#toggleWrapper_stacks_in_12485 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_12485 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_12485:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_12485 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_12485 a:link:after,
	#toggleTrigger_stacks_in_12485 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_12485 {
		display: block !important;
	}
}
/* Start Responsive Shim stack CSS code */.stacks_in_12644shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#toggleWrapper_stacks_in_12659 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_12659 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_12659:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_12659 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_12659 a:link:after,
	#toggleTrigger_stacks_in_12659 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_12659 {
		display: block !important;
	}
}
/* Start Responsive Shim stack CSS code */.stacks_in_12303shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#toggleWrapper_stacks_in_12455 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_12455 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_12455:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_12455 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_12455 a:link:after,
	#toggleTrigger_stacks_in_12455 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_12455 {
		display: block !important;
	}
}
/* Start Responsive Shim stack CSS code */.stacks_in_5330shim{	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_8287 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_8287 .theDivider1,
#simpleDivider_stacks_in_8287 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_8287 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_8287.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_8287.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_8287 .theDivider2 {
	height: 1px;
}
#simpleDivider_stacks_in_8287.transparentOff .theDivider2 {
	background-color: #000000;
}
#simpleDivider_stacks_in_8287.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_8287.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_8287.bgImageOn .theDivider1 img {
	display: block;
}


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

#stacks_in_33796 {
	padding: 0px 0px 8px 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_9952 .sdMasonry_frame {
margin:0 auto;
}

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



#stacks_in_9952 .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_9952 .sdMasonry_frame .sdMasonry_brick img {
padding: 0;
width:100%;
height:auto;
border-radius:-9px -9px 0 0;
}


#stacks_in_9952 .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_9952 .sdMasonry_frame .sdMasonry_desc a:link,
#stacks_in_9952 .sdMasonry_frame .sdMasonry_desc a:visited {
color:#78020E;
}

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



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

#stacks_in_9952 .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_9952 .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_9132shim{	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_3662 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_3662 .theDivider1,
#simpleDivider_stacks_in_3662 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_3662 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_3662.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_3662.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_3662 .theDivider2 {
	height: 1px;
}
#simpleDivider_stacks_in_3662.transparentOff .theDivider2 {
	background-color: #000000;
}
#simpleDivider_stacks_in_3662.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_3662.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_3662.bgImageOn .theDivider1 img {
	display: block;
}

