/* Start Owl stack page CSS code *//*  * 	Core Owl Carousel CSS File *	v1.3.2 *//* clearfix */.owl-carousel .owl-wrapper:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;}/* display none until init */.owl-carousel{	display: none;	position: relative;	width: 100%;	-ms-touch-action: pan-y;}.owl-carousel .owl-wrapper{	display: none;	position: relative;	-webkit-transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-wrapper-outer{	overflow: hidden;	position: relative;	width: 100%;}.owl-carousel .owl-wrapper-outer.autoHeight{	-webkit-transition: height 500ms ease-in-out;	-moz-transition: height 500ms ease-in-out;	-ms-transition: height 500ms ease-in-out;	-o-transition: height 500ms ease-in-out;	transition: height 500ms ease-in-out;}	.owl-carousel .owl-item{	float: left;}.owl-controls .owl-page,.owl-controls .owl-buttons div{	cursor: pointer;}.owl-controls {	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}/* mouse grab icon */.grabbing {     cursor:url(grabbing.png) 8 8, move;}/* fix */.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{	-webkit-backface-visibility: hidden;	-moz-backface-visibility:    hidden;	-ms-backface-visibility:     hidden;  -webkit-transform: translate3d(0,0,0);  -moz-transform: translate3d(0,0,0);  -ms-transform: translate3d(0,0,0);}/*  *  Owl Carousel CSS3 Transitions  *  v1.3.2 */.owl-origin {	-webkit-perspective: 1200px;	-webkit-perspective-origin-x : 50%;	-webkit-perspective-origin-y : 50%;	-moz-perspective : 1200px;	-moz-perspective-origin-x : 50%;	-moz-perspective-origin-y : 50%;	perspective : 1200px;}/* fade */.owl-fade-out {  z-index: 10;  -webkit-animation: fadeOut .7s both ease;  -moz-animation: fadeOut .7s both ease;  animation: fadeOut .7s both ease;}.owl-fade-in {  -webkit-animation: fadeIn .7s both ease;  -moz-animation: fadeIn .7s both ease;  animation: fadeIn .7s both ease;}/* backSlide */.owl-backSlide-out {  -webkit-animation: backSlideOut 1s both ease;  -moz-animation: backSlideOut 1s both ease;  animation: backSlideOut 1s both ease;}.owl-backSlide-in {  -webkit-animation: backSlideIn 1s both ease;  -moz-animation: backSlideIn 1s both ease;  animation: backSlideIn 1s both ease;}/* goDown */.owl-goDown-out {  -webkit-animation: scaleToFade .7s ease both;  -moz-animation: scaleToFade .7s ease both;  animation: scaleToFade .7s ease both;}.owl-goDown-in {  -webkit-animation: goDown .6s ease both;  -moz-animation: goDown .6s ease both;  animation: goDown .6s ease both;}/* scaleUp */.owl-fadeUp-in {  -webkit-animation: scaleUpFrom .5s ease both;  -moz-animation: scaleUpFrom .5s ease both;  animation: scaleUpFrom .5s ease both;}.owl-fadeUp-out {  -webkit-animation: scaleUpTo .5s ease both;  -moz-animation: scaleUpTo .5s ease both;  animation: scaleUpTo .5s ease both;}/* Keyframes *//*empty*/@-webkit-keyframes empty {  0% {opacity: 1}}@-moz-keyframes empty {  0% {opacity: 1}}@keyframes empty {  0% {opacity: 1}}@-webkit-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-moz-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-webkit-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-moz-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-webkit-keyframes backSlideOut {  25% { opacity: .5; -webkit-transform: translateZ(-500px); }  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }}@-moz-keyframes backSlideOut {  25% { opacity: .5; -moz-transform: translateZ(-500px); }  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }}@keyframes backSlideOut {  25% { opacity: .5; transform: translateZ(-500px); }  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }}@-webkit-keyframes backSlideIn {  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -webkit-transform: translateZ(-500px); }  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }}@-moz-keyframes backSlideIn {  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -moz-transform: translateZ(-500px); }  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }}@keyframes backSlideIn {  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; transform: translateZ(-500px); }  100% { opacity: 1; transform: translateZ(0) translateX(0); }}@-webkit-keyframes scaleToFade {  to { opacity: 0; -webkit-transform: scale(.8); }}@-moz-keyframes scaleToFade {  to { opacity: 0; -moz-transform: scale(.8); }}@keyframes scaleToFade {  to { opacity: 0; transform: scale(.8); }}@-webkit-keyframes goDown {  from { -webkit-transform: translateY(-100%); }}@-moz-keyframes goDown {  from { -moz-transform: translateY(-100%); }}@keyframes goDown {  from { transform: translateY(-100%); }}@-webkit-keyframes scaleUpFrom {  from { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpFrom {  from { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpFrom {  from { opacity: 0; transform: scale(1.5); }}@-webkit-keyframes scaleUpTo {  to { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpTo {  to { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpTo {  to { opacity: 0; transform: scale(1.5); }}/* End Owl stack page CSS code *//* Start doo Caffeine stack Page CSS code */body {-webkit-font-smoothing: antialiased}/** * Featherlight - ultra slim jQuery lightbox * Version 1.3.3 - http://noelboss.github.io/featherlight/ * * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com) * MIT Licensed.**/@media all {    .featherlight {        display: none;        position: fixed;        top: 0;        right: 0;        bottom: 0;        left: 0;        z-index: 2147483647;        text-align: center;        white-space: nowrap;        cursor: pointer;        background: #333;        background: rgba(0, 0, 0, 0)    }    .featherlight:last-of-type {        background: rgba(0, 0, 0, .8)    }    .featherlight:before {        content: '';        display: inline-block;        height: 100%;        vertical-align: middle;        margin-right: -.25em    }    .featherlight .featherlight-content {        position: relative;        text-align: left;        vertical-align: middle;        display: inline-block;        overflow: auto;        padding: 0;        min-width: 30%;        margin-left: 5%;        margin-right: 5%;        max-height: 95%;        background: #fff;        cursor: auto;        white-space: normal;        -webkit-box-sizing: border-box;		-moz-box-sizing: border-box;		box-sizing: border-box;    }    .featherlight .featherlight-inner {	    position: relative;        display: block;        -webkit-box-sizing: border-box;		-moz-box-sizing: border-box;		box-sizing: border-box;		margin: 0;		padding: 0;    }    .featherlight .featherlight-close-icon {        position: absolute;        z-index: 9999;        top: 0;        right: 0;        line-height: 25px;        width: 25px;        cursor: pointer;        text-align: center;        font-family: Arial, sans-serif;        background: #fff;        background: rgba(255, 255, 255, .3);        color: #000    }    .featherlight-image {        max-width: 100%;    }        .featherlight-iframe .featherlight-content {        border-bottom: 0;        padding: 0    }    .featherlight iframe {        border: 0    }}@media only screen and (max-width:1024px) {    .featherlight .featherlight-content {        margin-left: 10px;        margin-right: 10px;        max-height: 98%;        padding: 10px 10px 0;        border-bottom: 10px solid transparent    }}/* End doo Caffeine stack Page CSS code */#stacks_in_2705>.s3_row {
	margin: 0 -0px;
}

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

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




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










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


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


}



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



}






#stacks_in_2705 {
	padding: 0px 10px 35px 10px;
}

#stacks_out_2707 {
	margin-right:0;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_3297 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_3297 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #666666;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_3297 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_3297 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_3297 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #666666;}#stacks_in_3297 .owl-theme .owl-controls .owl-page.active span,#stacks_in_3297 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_3297 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_3297 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_3297outerwrapper{	max-width: 1000px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_3297owl-stack{	height:0px;}#stacks_in_3297owl-stack .stacks_in_3297item img{display: block;width: 100%;height: auto;}#stacks_in_3297imagewell{height: 0px;}/* End Owl stack CSS code */
#stacks_in_3295 {
	padding: 0px 10px 0px 10px;
}
/* Start Liquid Columns stack CSS code */ .stacks_in_4311column { float:left; display:inline; }.stacks_in_4311one{	width: 10%;}.stacks_in_4311two{	width: 90%;}.stacks_in_4311three{	display: none;}.stacks_in_4311first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4311middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4311first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4311middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4311one{		width: 100%;	}		.stacks_in_4311two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4311 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4314 {
	font-size: 120%;
}

#stacks_in_4318 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4319wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4319 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4319 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4319 .doo-lazy-image{	display: none;}			#stacks_in_4319 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4383column { float:left; display:inline; }.stacks_in_4383one{	width: 10%;}.stacks_in_4383two{	width: 90%;}.stacks_in_4383three{	display: none;}.stacks_in_4383first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4383middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4383first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4383middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4383one{		width: 100%;	}		.stacks_in_4383two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4383 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4386 {
	font-size: 120%;
}

#stacks_in_4390 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4391wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4391 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4391 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4391 .doo-lazy-image{	display: none;}			#stacks_in_4391 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4371column { float:left; display:inline; }.stacks_in_4371one{	width: 10%;}.stacks_in_4371two{	width: 90%;}.stacks_in_4371three{	display: none;}.stacks_in_4371first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4371middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4371first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4371middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4371one{		width: 100%;	}		.stacks_in_4371two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4371 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4374 {
	font-size: 120%;
}

#stacks_in_4378 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4379wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4379 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4379 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4379 .doo-lazy-image{	display: none;}			#stacks_in_4379 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4359column { float:left; display:inline; }.stacks_in_4359one{	width: 10%;}.stacks_in_4359two{	width: 90%;}.stacks_in_4359three{	display: none;}.stacks_in_4359first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4359middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4359first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4359middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4359one{		width: 100%;	}		.stacks_in_4359two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4359 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4362 {
	font-size: 120%;
}

#stacks_in_4366 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4367wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4367 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4367 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4367 .doo-lazy-image{	display: none;}			#stacks_in_4367 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4347column { float:left; display:inline; }.stacks_in_4347one{	width: 10%;}.stacks_in_4347two{	width: 90%;}.stacks_in_4347three{	display: none;}.stacks_in_4347first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4347middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4347first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4347middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4347one{		width: 100%;	}		.stacks_in_4347two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4347 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4350 {
	font-size: 120%;
}

#stacks_in_4354 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4355wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4355 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4355 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4355 .doo-lazy-image{	display: none;}			#stacks_in_4355 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4299column { float:left; display:inline; }.stacks_in_4299one{	width: 10%;}.stacks_in_4299two{	width: 90%;}.stacks_in_4299three{	display: none;}.stacks_in_4299first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4299middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4299first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4299middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4299one{		width: 100%;	}		.stacks_in_4299two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4299 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4302 {
	font-size: 120%;
}

#stacks_in_4306 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4307wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4307 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4307 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4307 .doo-lazy-image{	display: none;}			#stacks_in_4307 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4031column { float:left; display:inline; }.stacks_in_4031one{	width: 10%;}.stacks_in_4031two{	width: 90%;}.stacks_in_4031three{	display: none;}.stacks_in_4031first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4031middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4031first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4031middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4031one{		width: 100%;	}		.stacks_in_4031two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4031 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4033 {
	font-size: 120%;
}

#stacks_in_4037 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4038wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4038 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4038 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4038 .doo-lazy-image{	display: none;}			#stacks_in_4038 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4335column { float:left; display:inline; }.stacks_in_4335one{	width: 10%;}.stacks_in_4335two{	width: 90%;}.stacks_in_4335three{	display: none;}.stacks_in_4335first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4335middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4335first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4335middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4335one{		width: 100%;	}		.stacks_in_4335two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4335 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4338 {
	font-size: 120%;
}

#stacks_in_4342 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4343wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4343 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4343 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4343 .doo-lazy-image{	display: none;}			#stacks_in_4343 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4323column { float:left; display:inline; }.stacks_in_4323one{	width: 10%;}.stacks_in_4323two{	width: 90%;}.stacks_in_4323three{	display: none;}.stacks_in_4323first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4323middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4323first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4323middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4323one{		width: 100%;	}		.stacks_in_4323two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4323 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4326 {
	font-size: 120%;
}

#stacks_in_4330 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4331wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4331 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4331 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4331 .doo-lazy-image{	display: none;}			#stacks_in_4331 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4275column { float:left; display:inline; }.stacks_in_4275one{	width: 10%;}.stacks_in_4275two{	width: 90%;}.stacks_in_4275three{	display: none;}.stacks_in_4275first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4275middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4275first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4275middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4275one{		width: 100%;	}		.stacks_in_4275two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4275 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4278 {
	font-size: 120%;
}

#stacks_in_4282 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4283wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4283 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4283 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4283 .doo-lazy-image{	display: none;}			#stacks_in_4283 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4287column { float:left; display:inline; }.stacks_in_4287one{	width: 10%;}.stacks_in_4287two{	width: 90%;}.stacks_in_4287three{	display: none;}.stacks_in_4287first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4287middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4287first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4287middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4287one{		width: 100%;	}		.stacks_in_4287two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4287 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4290 {
	font-size: 120%;
}

#stacks_in_4294 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4295wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4295 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4295 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4295 .doo-lazy-image{	display: none;}			#stacks_in_4295 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4251column { float:left; display:inline; }.stacks_in_4251one{	width: 10%;}.stacks_in_4251two{	width: 90%;}.stacks_in_4251three{	display: none;}.stacks_in_4251first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4251middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4251first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4251middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4251one{		width: 100%;	}		.stacks_in_4251two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4251 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4254 {
	font-size: 120%;
}

#stacks_in_4258 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4259wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4259 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4259 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4259 .doo-lazy-image{	display: none;}			#stacks_in_4259 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4227column { float:left; display:inline; }.stacks_in_4227one{	width: 10%;}.stacks_in_4227two{	width: 90%;}.stacks_in_4227three{	display: none;}.stacks_in_4227first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4227middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4227first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4227middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4227one{		width: 100%;	}		.stacks_in_4227two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4227 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4230 {
	font-size: 120%;
}

#stacks_in_4234 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4235wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4235 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4235 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4235 .doo-lazy-image{	display: none;}			#stacks_in_4235 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4239column { float:left; display:inline; }.stacks_in_4239one{	width: 10%;}.stacks_in_4239two{	width: 90%;}.stacks_in_4239three{	display: none;}.stacks_in_4239first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4239middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4239first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4239middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4239one{		width: 100%;	}		.stacks_in_4239two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4239 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4242 {
	font-size: 120%;
}

#stacks_in_4246 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4247wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4247 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4247 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4247 .doo-lazy-image{	display: none;}			#stacks_in_4247 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4215column { float:left; display:inline; }.stacks_in_4215one{	width: 10%;}.stacks_in_4215two{	width: 90%;}.stacks_in_4215three{	display: none;}.stacks_in_4215first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4215middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4215first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4215middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4215one{		width: 100%;	}		.stacks_in_4215two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4215 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4218 {
	font-size: 120%;
}

#stacks_in_4222 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4223wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4223 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4223 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4223 .doo-lazy-image{	display: none;}			#stacks_in_4223 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4203column { float:left; display:inline; }.stacks_in_4203one{	width: 10%;}.stacks_in_4203two{	width: 90%;}.stacks_in_4203three{	display: none;}.stacks_in_4203first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4203middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4203first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4203middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4203one{		width: 100%;	}		.stacks_in_4203two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4203 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4206 {
	font-size: 120%;
}

#stacks_in_4210 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4211wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4211 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4211 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4211 .doo-lazy-image{	display: none;}			#stacks_in_4211 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4187column { float:left; display:inline; }.stacks_in_4187one{	width: 10%;}.stacks_in_4187two{	width: 90%;}.stacks_in_4187three{	display: none;}.stacks_in_4187first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4187middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4187first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4187middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4187one{		width: 100%;	}		.stacks_in_4187two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4187 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4190 {
	font-size: 120%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4194Calligrapher{			font-size: 120% !important;			color: #800080 !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_4194Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4194Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4194Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4194Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4194Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4194Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4194Calligrapher h6, .stacks_in_4194Calligrapher h5, .stacks_in_4194Calligrapher h4, .stacks_in_4194Calligrapher h3, .stacks_in_4194Calligrapher h2, .stacks_in_4194Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4194Calligrapher, .stacks_in_4194Calligrapher h1, .stacks_in_4194Calligrapher h2, .stacks_in_4194Calligrapher h3, .stacks_in_4194Calligrapher h4, .stacks_in_4194Calligrapher h5, .stacks_in_4194Calligrapher h6{	font-family: "Nanum Gothic" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4194targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4194Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4194Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4194Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4194Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4198 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4199wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4199 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4199 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4199 .doo-lazy-image{	display: none;}			#stacks_in_4199 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4171column { float:left; display:inline; }.stacks_in_4171one{	width: 10%;}.stacks_in_4171two{	width: 90%;}.stacks_in_4171three{	display: none;}.stacks_in_4171first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4171middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4171first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4171middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4171one{		width: 100%;	}		.stacks_in_4171two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4171 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4174 {
	font-size: 120%;
}

#stacks_in_4178 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4179wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4179 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4179 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4179 .doo-lazy-image{	display: none;}			#stacks_in_4179 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4159column { float:left; display:inline; }.stacks_in_4159one{	width: 10%;}.stacks_in_4159two{	width: 90%;}.stacks_in_4159three{	display: none;}.stacks_in_4159first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4159middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4159first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4159middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4159one{		width: 100%;	}		.stacks_in_4159two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4159 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4162 {
	font-size: 120%;
}

#stacks_in_4166 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4167wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4167 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4167 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4167 .doo-lazy-image{	display: none;}			#stacks_in_4167 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4147column { float:left; display:inline; }.stacks_in_4147one{	width: 10%;}.stacks_in_4147two{	width: 90%;}.stacks_in_4147three{	display: none;}.stacks_in_4147first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4147middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4147first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4147middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4147one{		width: 100%;	}		.stacks_in_4147two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4147 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4150 {
	font-size: 120%;
}

#stacks_in_4154 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4155wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4155 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4155 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4155 .doo-lazy-image{	display: none;}			#stacks_in_4155 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4135column { float:left; display:inline; }.stacks_in_4135one{	width: 10%;}.stacks_in_4135two{	width: 90%;}.stacks_in_4135three{	display: none;}.stacks_in_4135first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4135middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4135first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4135middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4135one{		width: 100%;	}		.stacks_in_4135two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4135 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4138 {
	font-size: 120%;
}

#stacks_in_4142 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4143wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4143 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4143 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4143 .doo-lazy-image{	display: none;}			#stacks_in_4143 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4123column { float:left; display:inline; }.stacks_in_4123one{	width: 10%;}.stacks_in_4123two{	width: 90%;}.stacks_in_4123three{	display: none;}.stacks_in_4123first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4123middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4123first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4123middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4123one{		width: 100%;	}		.stacks_in_4123two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4123 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4126 {
	font-size: 120%;
}

#stacks_in_4130 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4131wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4131 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4131 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4131 .doo-lazy-image{	display: none;}			#stacks_in_4131 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4111column { float:left; display:inline; }.stacks_in_4111one{	width: 10%;}.stacks_in_4111two{	width: 90%;}.stacks_in_4111three{	display: none;}.stacks_in_4111first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4111middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4111first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4111middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4111one{		width: 100%;	}		.stacks_in_4111two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4111 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4114 {
	font-size: 120%;
}

#stacks_in_4118 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4119wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4119 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4119 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4119 .doo-lazy-image{	display: none;}			#stacks_in_4119 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4087column { float:left; display:inline; }.stacks_in_4087one{	width: 10%;}.stacks_in_4087two{	width: 90%;}.stacks_in_4087three{	display: none;}.stacks_in_4087first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4087middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4087first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4087middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4087one{		width: 100%;	}		.stacks_in_4087two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4087 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4090 {
	font-size: 120%;
}

#stacks_in_4094 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4095wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4095 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4095 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4095 .doo-lazy-image{	display: none;}			#stacks_in_4095 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4099column { float:left; display:inline; }.stacks_in_4099one{	width: 10%;}.stacks_in_4099two{	width: 90%;}.stacks_in_4099three{	display: none;}.stacks_in_4099first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4099middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4099first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4099middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4099one{		width: 100%;	}		.stacks_in_4099two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4099 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4102 {
	font-size: 120%;
}

#stacks_in_4106 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4107wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4107 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4107 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4107 .doo-lazy-image{	display: none;}			#stacks_in_4107 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4075column { float:left; display:inline; }.stacks_in_4075one{	width: 10%;}.stacks_in_4075two{	width: 90%;}.stacks_in_4075three{	display: none;}.stacks_in_4075first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4075middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4075first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4075middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4075one{		width: 100%;	}		.stacks_in_4075two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4075 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4077 {
	font-size: 120%;
}

#stacks_in_4081 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4082wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4082 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4082 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4082 .doo-lazy-image{	display: none;}			#stacks_in_4082 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4061column { float:left; display:inline; }.stacks_in_4061one{	width: 10%;}.stacks_in_4061two{	width: 90%;}.stacks_in_4061three{	display: none;}.stacks_in_4061first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4061middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4061first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4061middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4061one{		width: 100%;	}		.stacks_in_4061two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4061 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4063 {
	font-size: 120%;
}

#stacks_in_4067 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4068wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4068 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4068 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4068 .doo-lazy-image{	display: none;}			#stacks_in_4068 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4019column { float:left; display:inline; }.stacks_in_4019one{	width: 10%;}.stacks_in_4019two{	width: 90%;}.stacks_in_4019three{	display: none;}.stacks_in_4019first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4019middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4019first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4019middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4019one{		width: 100%;	}		.stacks_in_4019two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4019 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4021 {
	font-size: 120%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_4055Calligrapher{			font-size: 120% !important;			color: #800080 !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_4055Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4055Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4055Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4055Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4055Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4055Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_4055Calligrapher h6, .stacks_in_4055Calligrapher h5, .stacks_in_4055Calligrapher h4, .stacks_in_4055Calligrapher h3, .stacks_in_4055Calligrapher h2, .stacks_in_4055Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_4055Calligrapher, .stacks_in_4055Calligrapher h1, .stacks_in_4055Calligrapher h2, .stacks_in_4055Calligrapher h3, .stacks_in_4055Calligrapher h4, .stacks_in_4055Calligrapher h5, .stacks_in_4055Calligrapher h6{	font-family: "Nanum Gothic" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_4055targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_4055Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_4055Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_4055Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_4055Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_4025 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4026wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4026 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4026 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4026 .doo-lazy-image{	display: none;}			#stacks_in_4026 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4043column { float:left; display:inline; }.stacks_in_4043one{	width: 10%;}.stacks_in_4043two{	width: 90%;}.stacks_in_4043three{	display: none;}.stacks_in_4043first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4043middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4043first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4043middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4043one{		width: 100%;	}		.stacks_in_4043two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4043 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4045 {
	font-size: 120%;
}

#stacks_in_4049 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4050wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4050 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4050 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4050 .doo-lazy-image{	display: none;}			#stacks_in_4050 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_4007column { float:left; display:inline; }.stacks_in_4007one{	width: 10%;}.stacks_in_4007two{	width: 90%;}.stacks_in_4007three{	display: none;}.stacks_in_4007first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_4007middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_4007first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_4007middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_4007one{		width: 100%;	}		.stacks_in_4007two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_4007 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_4009 {
	font-size: 120%;
}

#stacks_in_4013 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4014wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4014 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4014 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4014 .doo-lazy-image{	display: none;}			#stacks_in_4014 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3995column { float:left; display:inline; }.stacks_in_3995one{	width: 10%;}.stacks_in_3995two{	width: 90%;}.stacks_in_3995three{	display: none;}.stacks_in_3995first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3995middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3995first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3995middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3995one{		width: 100%;	}		.stacks_in_3995two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3995 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_3997 {
	font-size: 120%;
}

#stacks_in_4001 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_4002wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_4002 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_4002 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_4002 .doo-lazy-image{	display: none;}			#stacks_in_4002 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3983column { float:left; display:inline; }.stacks_in_3983one{	width: 10%;}.stacks_in_3983two{	width: 90%;}.stacks_in_3983three{	display: none;}.stacks_in_3983first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3983middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3983first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3983middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3983one{		width: 100%;	}		.stacks_in_3983two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3983 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_3985 {
	font-size: 120%;
}

#stacks_in_3989 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3990wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3990 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3990 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3990 .doo-lazy-image{	display: none;}			#stacks_in_3990 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3967column { float:left; display:inline; }.stacks_in_3967one{	width: 10%;}.stacks_in_3967two{	width: 90%;}.stacks_in_3967three{	display: none;}.stacks_in_3967first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3967middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3967first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3967middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3967one{		width: 100%;	}		.stacks_in_3967two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3967 {
	margin:  16px;
	padding: 0px 10px 30px 30px;
}

#stacks_in_3969 {
	font-size: 120%;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_3973Calligrapher{			font-size: 120% !important;			color: #800080 !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_3973Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3973Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3973Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3973Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3973Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3973Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3973Calligrapher h6, .stacks_in_3973Calligrapher h5, .stacks_in_3973Calligrapher h4, .stacks_in_3973Calligrapher h3, .stacks_in_3973Calligrapher h2, .stacks_in_3973Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_3973Calligrapher, .stacks_in_3973Calligrapher h1, .stacks_in_3973Calligrapher h2, .stacks_in_3973Calligrapher h3, .stacks_in_3973Calligrapher h4, .stacks_in_3973Calligrapher h5, .stacks_in_3973Calligrapher h6{	font-family: "Nanum Gothic" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_3973targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_3973Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_3973Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_3973Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_3973Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_3977 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3978wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3978 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3978 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3978 .doo-lazy-image{	display: none;}			#stacks_in_3978 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3951column { float:left; display:inline; }.stacks_in_3951one{	width: 10%;}.stacks_in_3951two{	width: 90%;}.stacks_in_3951three{	display: none;}.stacks_in_3951first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3951middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3951first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3951middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3951one{		width: 100%;	}		.stacks_in_3951two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3951 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3953 {
	font-size: 120%;
}

#stacks_in_3957 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3958wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3958 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3958 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3958 .doo-lazy-image{	display: none;}			#stacks_in_3958 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3939column { float:left; display:inline; }.stacks_in_3939one{	width: 10%;}.stacks_in_3939two{	width: 90%;}.stacks_in_3939three{	display: none;}.stacks_in_3939first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3939middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3939first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3939middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3939one{		width: 100%;	}		.stacks_in_3939two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3939 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3941 {
	font-size: 120%;
}

#stacks_in_3945 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3946wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3946 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3946 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3946 .doo-lazy-image{	display: none;}			#stacks_in_3946 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3905column { float:left; display:inline; }.stacks_in_3905one{	width: 10%;}.stacks_in_3905two{	width: 90%;}.stacks_in_3905three{	display: none;}.stacks_in_3905first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3905middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3905first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3905middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3905one{		width: 100%;	}		.stacks_in_3905two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3905 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3907 {
	font-size: 120%;
}

#stacks_in_3911 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3912wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3912 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3912 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3912 .doo-lazy-image{	display: none;}			#stacks_in_3912 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3917column { float:left; display:inline; }.stacks_in_3917one{	width: 10%;}.stacks_in_3917two{	width: 90%;}.stacks_in_3917three{	display: none;}.stacks_in_3917first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3917middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3917first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3917middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3917one{		width: 100%;	}		.stacks_in_3917two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3917 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3919 {
	font-size: 120%;
}

#stacks_in_3923 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3924wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3924 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3924 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3924 .doo-lazy-image{	display: none;}			#stacks_in_3924 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3893column { float:left; display:inline; }.stacks_in_3893one{	width: 10%;}.stacks_in_3893two{	width: 90%;}.stacks_in_3893three{	display: none;}.stacks_in_3893first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3893middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3893first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3893middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3893one{		width: 100%;	}		.stacks_in_3893two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3893 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3895 {
	font-size: 120%;
}

#stacks_in_3899 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3900wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3900 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3900 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3900 .doo-lazy-image{	display: none;}			#stacks_in_3900 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3881column { float:left; display:inline; }.stacks_in_3881one{	width: 10%;}.stacks_in_3881two{	width: 90%;}.stacks_in_3881three{	display: none;}.stacks_in_3881first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3881middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3881first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3881middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3881one{		width: 100%;	}		.stacks_in_3881two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3881 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3883 {
	font-size: 120%;
}

#stacks_in_3887 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3888wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3888 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3888 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3888 .doo-lazy-image{	display: none;}			#stacks_in_3888 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3869column { float:left; display:inline; }.stacks_in_3869one{	width: 10%;}.stacks_in_3869two{	width: 90%;}.stacks_in_3869three{	display: none;}.stacks_in_3869first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3869middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3869first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3869middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3869one{		width: 100%;	}		.stacks_in_3869two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3869 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3871 {
	font-size: 120%;
}

#stacks_in_3875 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3876wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3876 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3876 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3876 .doo-lazy-image{	display: none;}			#stacks_in_3876 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3857column { float:left; display:inline; }.stacks_in_3857one{	width: 10%;}.stacks_in_3857two{	width: 90%;}.stacks_in_3857three{	display: none;}.stacks_in_3857first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3857middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3857first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3857middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3857one{		width: 100%;	}		.stacks_in_3857two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3857 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3859 {
	font-size: 120%;
}

#stacks_in_3863 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3864wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3864 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3864 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3864 .doo-lazy-image{	display: none;}			#stacks_in_3864 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3845column { float:left; display:inline; }.stacks_in_3845one{	width: 10%;}.stacks_in_3845two{	width: 90%;}.stacks_in_3845three{	display: none;}.stacks_in_3845first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3845middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3845first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3845middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3845one{		width: 100%;	}		.stacks_in_3845two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3845 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3847 {
	font-size: 120%;
}

#stacks_in_3851 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3852wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3852 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3852 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3852 .doo-lazy-image{	display: none;}			#stacks_in_3852 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3807column { float:left; display:inline; }.stacks_in_3807one{	width: 10%;}.stacks_in_3807two{	width: 90%;}.stacks_in_3807three{	display: none;}.stacks_in_3807first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3807middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3807first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3807middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3807one{		width: 100%;	}		.stacks_in_3807two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3807 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3809 {
	font-size: 120%;
}

#stacks_in_3813 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3814wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3814 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3814 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3814 .doo-lazy-image{	display: none;}			#stacks_in_3814 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3795column { float:left; display:inline; }.stacks_in_3795one{	width: 10%;}.stacks_in_3795two{	width: 90%;}.stacks_in_3795three{	display: none;}.stacks_in_3795first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3795middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3795first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3795middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3795one{		width: 100%;	}		.stacks_in_3795two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3795 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3797 {
	font-size: 120%;
}

#stacks_in_3801 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3802wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3802 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3802 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3802 .doo-lazy-image{	display: none;}			#stacks_in_3802 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3747column { float:left; display:inline; }.stacks_in_3747one{	width: 10%;}.stacks_in_3747two{	width: 90%;}.stacks_in_3747three{	display: none;}.stacks_in_3747first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3747middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3747first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3747middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3747one{		width: 100%;	}		.stacks_in_3747two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3747 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3749 {
	font-size: 120%;
}

#stacks_in_3753 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3754wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3754 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3754 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3754 .doo-lazy-image{	display: none;}			#stacks_in_3754 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3759column { float:left; display:inline; }.stacks_in_3759one{	width: 10%;}.stacks_in_3759two{	width: 90%;}.stacks_in_3759three{	display: none;}.stacks_in_3759first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3759middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3759first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3759middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3759one{		width: 100%;	}		.stacks_in_3759two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3759 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3761 {
	font-size: 120%;
}

#stacks_in_3765 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3766wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3766 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3766 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3766 .doo-lazy-image{	display: none;}			#stacks_in_3766 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3331column { float:left; display:inline; }.stacks_in_3331one{	width: 10%;}.stacks_in_3331two{	width: 90%;}.stacks_in_3331three{	display: none;}.stacks_in_3331first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3331middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3331first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3331middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3331one{		width: 100%;	}		.stacks_in_3331two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3331 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3328 {
	font-size: 120%;
}

#stacks_in_3587 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3585wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3585 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3585 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3585 .doo-lazy-image{	display: none;}			#stacks_in_3585 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3671column { float:left; display:inline; }.stacks_in_3671one{	width: 10%;}.stacks_in_3671two{	width: 90%;}.stacks_in_3671three{	display: none;}.stacks_in_3671first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3671middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3671first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3671middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3671one{		width: 100%;	}		.stacks_in_3671two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3671 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3673 {
	font-size: 120%;
}

#stacks_in_3677 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3678wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3678 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3678 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3678 .doo-lazy-image{	display: none;}			#stacks_in_3678 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3659column { float:left; display:inline; }.stacks_in_3659one{	width: 10%;}.stacks_in_3659two{	width: 90%;}.stacks_in_3659three{	display: none;}.stacks_in_3659first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3659middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3659first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3659middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3659one{		width: 100%;	}		.stacks_in_3659two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3659 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3661 {
	font-size: 120%;
}

#stacks_in_3665 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3666wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3666 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3666 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3666 .doo-lazy-image{	display: none;}			#stacks_in_3666 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3375column { float:left; display:inline; }.stacks_in_3375one{	width: 10%;}.stacks_in_3375two{	width: 90%;}.stacks_in_3375three{	display: none;}.stacks_in_3375first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3375middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3375first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3375middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3375one{		width: 100%;	}		.stacks_in_3375two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3375 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3377 {
	font-size: 120%;
}

#stacks_in_3589 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3590wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3590 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3590 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3590 .doo-lazy-image{	display: none;}			#stacks_in_3590 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3383column { float:left; display:inline; }.stacks_in_3383one{	width: 10%;}.stacks_in_3383two{	width: 90%;}.stacks_in_3383three{	display: none;}.stacks_in_3383first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3383middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3383first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3383middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3383one{		width: 100%;	}		.stacks_in_3383two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3383 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3385 {
	font-size: 120%;
}

#stacks_in_3593 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3594wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3594 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3594 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3594 .doo-lazy-image{	display: none;}			#stacks_in_3594 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3391column { float:left; display:inline; }.stacks_in_3391one{	width: 10%;}.stacks_in_3391two{	width: 90%;}.stacks_in_3391three{	display: none;}.stacks_in_3391first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3391middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3391first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3391middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3391one{		width: 100%;	}		.stacks_in_3391two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3391 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3393 {
	font-size: 120%;
}

#stacks_in_3605 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3606wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3606 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3606 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3606 .doo-lazy-image{	display: none;}			#stacks_in_3606 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3399column { float:left; display:inline; }.stacks_in_3399one{	width: 10%;}.stacks_in_3399two{	width: 90%;}.stacks_in_3399three{	display: none;}.stacks_in_3399first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3399middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3399first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3399middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3399one{		width: 100%;	}		.stacks_in_3399two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3399 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3401 {
	font-size: 120%;
}

#stacks_in_3609 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3610wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3610 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3610 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3610 .doo-lazy-image{	display: none;}			#stacks_in_3610 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3407column { float:left; display:inline; }.stacks_in_3407one{	width: 10%;}.stacks_in_3407two{	width: 90%;}.stacks_in_3407three{	display: none;}.stacks_in_3407first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3407middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3407first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3407middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3407one{		width: 100%;	}		.stacks_in_3407two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3407 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3409 {
	font-size: 120%;
}

#stacks_in_3613 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3614wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3614 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3614 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3614 .doo-lazy-image{	display: none;}			#stacks_in_3614 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3415column { float:left; display:inline; }.stacks_in_3415one{	width: 10%;}.stacks_in_3415two{	width: 90%;}.stacks_in_3415three{	display: none;}.stacks_in_3415first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3415middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3415first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3415middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3415one{		width: 100%;	}		.stacks_in_3415two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3415 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3417 {
	font-size: 120%;
}

#stacks_in_3625 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3626wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3626 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3626 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3626 .doo-lazy-image{	display: none;}			#stacks_in_3626 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3423column { float:left; display:inline; }.stacks_in_3423one{	width: 10%;}.stacks_in_3423two{	width: 90%;}.stacks_in_3423three{	display: none;}.stacks_in_3423first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3423middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3423first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3423middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3423one{		width: 100%;	}		.stacks_in_3423two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3423 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3425 {
	font-size: 120%;
}

#stacks_in_3629 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3630wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3630 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3630 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3630 .doo-lazy-image{	display: none;}			#stacks_in_3630 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3431column { float:left; display:inline; }.stacks_in_3431one{	width: 10%;}.stacks_in_3431two{	width: 90%;}.stacks_in_3431three{	display: none;}.stacks_in_3431first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3431middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3431first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3431middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3431one{		width: 100%;	}		.stacks_in_3431two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3431 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3433 {
	font-size: 120%;
}

#stacks_in_3635 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3636wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3636 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3636 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3636 .doo-lazy-image{	display: none;}			#stacks_in_3636 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3439column { float:left; display:inline; }.stacks_in_3439one{	width: 10%;}.stacks_in_3439two{	width: 90%;}.stacks_in_3439three{	display: none;}.stacks_in_3439first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3439middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3439first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3439middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3439one{		width: 100%;	}		.stacks_in_3439two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3439 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3441 {
	font-size: 120%;
}

#stacks_in_3783 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3784wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3784 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3784 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3784 .doo-lazy-image{	display: none;}			#stacks_in_3784 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3447column { float:left; display:inline; }.stacks_in_3447one{	width: 10%;}.stacks_in_3447two{	width: 90%;}.stacks_in_3447three{	display: none;}.stacks_in_3447first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3447middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3447first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3447middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3447one{		width: 100%;	}		.stacks_in_3447two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3447 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3449 {
	font-size: 120%;
}

#stacks_in_3643 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3644wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3644 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3644 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3644 .doo-lazy-image{	display: none;}			#stacks_in_3644 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3455column { float:left; display:inline; }.stacks_in_3455one{	width: 10%;}.stacks_in_3455two{	width: 90%;}.stacks_in_3455three{	display: none;}.stacks_in_3455first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3455middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3455first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3455middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3455one{		width: 100%;	}		.stacks_in_3455two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3455 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3457 {
	font-size: 120%;
}

#stacks_in_3647 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3648wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3648 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3648 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3648 .doo-lazy-image{	display: none;}			#stacks_in_3648 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3463column { float:left; display:inline; }.stacks_in_3463one{	width: 10%;}.stacks_in_3463two{	width: 90%;}.stacks_in_3463three{	display: none;}.stacks_in_3463first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3463middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3463first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3463middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3463one{		width: 100%;	}		.stacks_in_3463two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3463 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3465 {
	font-size: 120%;
}

#stacks_in_3935 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3936wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3936 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3936 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3936 .doo-lazy-image{	display: none;}			#stacks_in_3936 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3471column { float:left; display:inline; }.stacks_in_3471one{	width: 10%;}.stacks_in_3471two{	width: 90%;}.stacks_in_3471three{	display: none;}.stacks_in_3471first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3471middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3471first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3471middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3471one{		width: 100%;	}		.stacks_in_3471two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3471 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3473 {
	font-size: 120%;
}

#stacks_in_3791 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3792wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3792 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3792 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3792 .doo-lazy-image{	display: none;}			#stacks_in_3792 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3479column { float:left; display:inline; }.stacks_in_3479one{	width: 10%;}.stacks_in_3479two{	width: 90%;}.stacks_in_3479three{	display: none;}.stacks_in_3479first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3479middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3479first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3479middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3479one{		width: 100%;	}		.stacks_in_3479two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3479 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3481 {
	font-size: 120%;
}

#stacks_in_3695 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3696wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3696 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3696 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3696 .doo-lazy-image{	display: none;}			#stacks_in_3696 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3487column { float:left; display:inline; }.stacks_in_3487one{	width: 10%;}.stacks_in_3487two{	width: 90%;}.stacks_in_3487three{	display: none;}.stacks_in_3487first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3487middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3487first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3487middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3487one{		width: 100%;	}		.stacks_in_3487two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3487 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3489 {
	font-size: 120%;
}

#stacks_in_3699 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3700wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3700 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3700 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3700 .doo-lazy-image{	display: none;}			#stacks_in_3700 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3495column { float:left; display:inline; }.stacks_in_3495one{	width: 10%;}.stacks_in_3495two{	width: 90%;}.stacks_in_3495three{	display: none;}.stacks_in_3495first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3495middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3495first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3495middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3495one{		width: 100%;	}		.stacks_in_3495two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3495 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3497 {
	font-size: 120%;
}

#stacks_in_3931 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3932wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3932 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3932 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3932 .doo-lazy-image{	display: none;}			#stacks_in_3932 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3503column { float:left; display:inline; }.stacks_in_3503one{	width: 10%;}.stacks_in_3503two{	width: 90%;}.stacks_in_3503three{	display: none;}.stacks_in_3503first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3503middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3503first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3503middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3503one{		width: 100%;	}		.stacks_in_3503two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3503 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3505 {
	font-size: 120%;
}

#stacks_in_3707 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3708wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3708 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3708 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3708 .doo-lazy-image{	display: none;}			#stacks_in_3708 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3511column { float:left; display:inline; }.stacks_in_3511one{	width: 10%;}.stacks_in_3511two{	width: 90%;}.stacks_in_3511three{	display: none;}.stacks_in_3511first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3511middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3511first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3511middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3511one{		width: 100%;	}		.stacks_in_3511two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3511 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3513 {
	font-size: 120%;
}

#stacks_in_3711 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3712wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3712 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3712 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3712 .doo-lazy-image{	display: none;}			#stacks_in_3712 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3519column { float:left; display:inline; }.stacks_in_3519one{	width: 10%;}.stacks_in_3519two{	width: 90%;}.stacks_in_3519three{	display: none;}.stacks_in_3519first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3519middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3519first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3519middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3519one{		width: 100%;	}		.stacks_in_3519two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3519 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3521 {
	font-size: 120%;
}

#stacks_in_3715 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3716wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3716 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3716 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3716 .doo-lazy-image{	display: none;}			#stacks_in_3716 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3527column { float:left; display:inline; }.stacks_in_3527one{	width: 10%;}.stacks_in_3527two{	width: 90%;}.stacks_in_3527three{	display: none;}.stacks_in_3527first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3527middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3527first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3527middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3527one{		width: 100%;	}		.stacks_in_3527two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3527 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3529 {
	font-size: 120%;
}

#stacks_in_3719 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3720wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3720 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3720 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3720 .doo-lazy-image{	display: none;}			#stacks_in_3720 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3535column { float:left; display:inline; }.stacks_in_3535one{	width: 10%;}.stacks_in_3535two{	width: 90%;}.stacks_in_3535three{	display: none;}.stacks_in_3535first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3535middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3535first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3535middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3535one{		width: 100%;	}		.stacks_in_3535two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3535 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3537 {
	font-size: 120%;
}

#stacks_in_3723 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3724wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3724 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3724 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3724 .doo-lazy-image{	display: none;}			#stacks_in_3724 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3543column { float:left; display:inline; }.stacks_in_3543one{	width: 10%;}.stacks_in_3543two{	width: 90%;}.stacks_in_3543three{	display: none;}.stacks_in_3543first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3543middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3543first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3543middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3543one{		width: 100%;	}		.stacks_in_3543two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3543 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3545 {
	font-size: 120%;
}

#stacks_in_3727 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3728wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3728 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3728 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3728 .doo-lazy-image{	display: none;}			#stacks_in_3728 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3551column { float:left; display:inline; }.stacks_in_3551one{	width: 10%;}.stacks_in_3551two{	width: 90%;}.stacks_in_3551three{	display: none;}.stacks_in_3551first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3551middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3551first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3551middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3551one{		width: 100%;	}		.stacks_in_3551two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3551 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3553 {
	font-size: 120%;
}
/* Start Liquid Columns stack CSS code */ .stacks_in_3559column { float:left; display:inline; }.stacks_in_3559one{	width: 10%;}.stacks_in_3559two{	width: 90%;}.stacks_in_3559three{	display: none;}.stacks_in_3559first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3559middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3559first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3559middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3559one{		width: 100%;	}		.stacks_in_3559two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3559 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3561 {
	font-size: 120%;
}

#stacks_in_3735 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3736wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3736 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3736 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3736 .doo-lazy-image{	display: none;}			#stacks_in_3736 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3567column { float:left; display:inline; }.stacks_in_3567one{	width: 10%;}.stacks_in_3567two{	width: 90%;}.stacks_in_3567three{	display: none;}.stacks_in_3567first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3567middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3567first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3567middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3567one{		width: 100%;	}		.stacks_in_3567two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3567 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3569 {
	font-size: 120%;
}

#stacks_in_3739 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3740wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3740 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3740 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3740 .doo-lazy-image{	display: none;}			#stacks_in_3740 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code *//* Start Liquid Columns stack CSS code */ .stacks_in_3575column { float:left; display:inline; }.stacks_in_3575one{	width: 10%;}.stacks_in_3575two{	width: 90%;}.stacks_in_3575three{	display: none;}.stacks_in_3575first{	padding-left: 0;	padding-right: 10px;	padding-bottom: 0;}.stacks_in_3575middle{	padding-left: 10px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 480px) {	.stacks_in_3575first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3575middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}			.stacks_in_3575one{		width: 100%;	}		.stacks_in_3575two{		width: 100%;	}    }/* End Liquid Columns stack CSS code */
#stacks_in_3575 {
	padding: 0px 10px 30px 30px;
}

#stacks_in_3577 {
	font-size: 120%;
}

#stacks_in_3743 {
	padding: 10px 10px 10px 10px;
}
/* Start doo Caffeine stack CSS code */#stacks_in_3744wrapper{	display: block;	margin: 0 auto 0 0;	max-width: 250px;	overflow: hidden !important;}#stacks_in_3744 .imageStyle{	display: block;	margin: 0 auto 0 0;	width: 100%;	max-width: 250px;	height: auto;}#stacks_in_3744 .doo-lazy-image{	display: block;	width: 100%;	height: auto;	margin: 0 auto 0 0;	min-height: 100%;	max-width: 250px;	opacity: 0;	-moz-transition: opacity .5s ease; 	-webkit-transition: opacity .5s ease;   	-ms-transition: opacity .5s ease;  	-o-transition: opacity .5s ease;   	transition: opacity .5s ease; }#stacks_in_3744 .doo-lazy-image{	display: none;}			#stacks_in_3744 .doo-lazy-image:hover{			-webkit-transform:scale(1.1); /* Safari and Chrome */		    -moz-transform:scale(1.1); /* Firefox */		    -ms-transform:scale(1.1); /* IE 9 */		    -o-transform:scale(1.1); /* Opera */		     transform:scale(1.1);		}			/* End doo Caffeine stack CSS code */#stacks_in_3835>.s3_row {
	margin: 0 -10px;
}

#stacks_in_3835>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_3835>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_3835>.s3_row>.s3_column_right {
	width: 33.33%;
}

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








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


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


}



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


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


}




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

#stacks_in_3836 {
	padding: 5px 10px 10px 20px;
}

#stacks_in_3839 {
	border: solid rgba(191, 191, 191, 1.00);
	border-width: 0px 0px 0px 1px;
	padding: 5px 20px 10px 20px;
}

#stacks_in_3842 {
	border: solid rgba(191, 191, 191, 1.00);
	border-width: 0px 0px 0px 1px;
	padding: 5px 20px 10px 20px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_3830Calligrapher{			font-size: 120% !important;			color: #333333 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: -1px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: center !important;		}				.stacks_in_3830Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3830Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3830Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3830Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3830Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3830Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_3830Calligrapher h6, .stacks_in_3830Calligrapher h5, .stacks_in_3830Calligrapher h4, .stacks_in_3830Calligrapher h3, .stacks_in_3830Calligrapher h2, .stacks_in_3830Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_3830Calligrapher, .stacks_in_3830Calligrapher h1, .stacks_in_3830Calligrapher h2, .stacks_in_3830Calligrapher h3, .stacks_in_3830Calligrapher h4, .stacks_in_3830Calligrapher h5, .stacks_in_3830Calligrapher h6{	font-family: "Nanum Gothic" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_3830targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_3830Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_3830Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_3830Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_3830Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_3830 {
	padding: 20px 10px 20px 20px;
}
#stacks_in_1928>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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



}






#stacks_in_1925 {
	background-color: rgba(230, 230, 230, 1.00);
	border: solid rgba(191, 191, 191, 1.00);
	border-width:  1px;
	padding:  20px;
}

#stacks_out_1925 {
	width: 290px;
	margin-left:0;
}
