.stacks_top .stacks_top{overflow:visible}
#stacks_in_557,#stacks_in_557 .stacks_out,#stacks_in_557 .stacks_in{overflow:visible}#stacks_in_557{padding:0.15em 0}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_563 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_563 .theDivider1, #simpleDivider_stacks_in_563 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_563 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_563 .theDivider2 {
	height: 1px;
	background-color: #000000;
}


/* Start doobox pro columns css */
.stacks_in_782outerwrap{
border: 1px solid #808080;
}

.stacks_in_782leftcolumn {
  width: 100%;
  float:left;
  margin-right: -27%;
}

.stacks_in_782leftcolumn_inner {
margin-right: 27%;
border-right: 1px solid #808080;
padding: 15px;
}

.stacks_in_782rightcolumn {
  width: 27%;
  float: right;
}

.stacks_in_782rightcolumn_inner{
border-left: 1px solid #808080;
margin-left: -1px;
padding: 15px;
}

/* show or hide some borders */


 
.stacks_in_782outerwrap{
border-top: none;
}


 
.stacks_in_782outerwrap{
border-right: none;
}


 
.stacks_in_782outerwrap{
border-bottom: none;
}


 
.stacks_in_782outerwrap{
border-left: none;
}


/* end doobox pro columns css */  @media screen and (max-width:200px){#stacks_in_783{display:none}} 

#stacks_in_783 {
	margin: 0px 0px 50px 0px;
}

#stacks_in_784 {
	margin: 35px 0px 35px 0px;
}

#stacks_out_784 {
	width: 350px;
	margin-left:0;
}
/* 
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: support@1littledesigner.com
 * Verson: 1.0.0
 */

#simpleText_stacks_in_786 {
	color: #808080;
	font-size: inherit;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_786 a, #simpleText_stacks_in_786 a:link {
	color: #169EE6;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_786 a:visited {color: #169EE6;}
#simpleText_stacks_in_786 a:hover {
	color: #004080;
	transition: 1s all ease-in-out;
	-webkit-transition: 1s all ease-in-out;
	-moz-transition: 1s all ease-in-out;
	-o-transition: 1s all ease-in-out;
	-ms-transition: 1s all ease-in-out;
}
#simpleText_stacks_in_786 a:active {color: #004080;}
#simpleText_stacks_in_786 a:focus {color: #004080; outline: none !important;} /*Some browsers add an outline*/
#simpleText_stacks_in_786.optJustify {text-align: justify;}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_786 {font-size: ;}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_786 {font-size: inherit;}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_786 {font-size: inherit;}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_786 {font-size: inherit;}
}.share-btn-wrapper {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.share-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;                /* create nested flex container */
	justify-content: center;      /* center text horizontally */
	align-items: center;  
	text-decoration: none;
	padding: 5px;
    width:50px;
    height: 50px;
	border-radius: 0px;
	margin: 2px 7px 0 7px;
    padding: 18px 11px;
    
	font-size: 30px;
	
	
	color: #ffffff;
	border: none;
	
	
}

.share-btn.addThis {
	background: #f8694d;
}
.share-btn-wrapper a.share-btn.addThis:hover {
	text-decoration: none;
	color: #eeeeee;
	background: #f75b44;
}
.share-btn.diaspora {
	background: #999999;
}
.share-btn-wrapper a.share-btn.diaspora:hover {
	text-decoration: none;
	color: #eeeeee;
	background: #b3b3b3;
}
.share-btn.email {
	background: #444444;
}
.share-btn-wrapper a.share-btn.email:hover {
	text-decoration: none;
	color: #eeeeee;
	background: #a8a8a8;
}
.share-btn.facebook {
	background: #3B5998;
}
.share-btn-wrapper a.share-btn.facebook:hover {
	text-decoration: none;
	color: #eeeeee;
	background: #4273c8;
}
.share-btn.flattr {
	background: #7ea352;
}
.share-btn-wrapper a.share-btn.flattr:hover {
	text-decoration: none;
	color: #eeeeee;
	background: #f67c1a;
}
.share-btn.google-plus {
	background: #d34836;
}
.share-btn-wrapper a.share-btn.google-plus:hover {
	text-decoration: none;
	color: #eeeeee;
	background: #f75b44;
}
.share-btn.linkedin {
	background: #0077b5;
}
.share-btn-wrapper a.share-btn.linkedin:hover {
	text-decoration: none;
	color: #eeeeee;
	background: #0369a0;
}
.share-btn.pinterest {
	background: #bd081c;
}
.share-btn-wrapper a.share-btn.pinterest:hover {
	text-decoration: none;
	color: #eeeeee;
	background: rgba(189,8,28,0.8);
}
.share-btn.qzone {
	background: #2b82d9;
}
.share-btn-wrapper a.share-btn.qzone:hover {
	text-decoration: none;
	color: #eeeeee;
	background: #398fe6;
}
.share-btn.reddit {
	background: #ff4500;
}
.share-btn-wrapper a.share-btn.reddit:hover {
	text-decoration: none;
	color: #eeeeee;
	background: #ff6a33;
}
.share-btn.stumbleupon {
	background: #eb4924;
}
.share-btn-wrapper a.share-btn.stumbleupon:hover {
	text-decoration: none;
	color: #eeeeee;
	background: #ef7053;
}
.share-btn.telegram {
	background: #0088cc;
}
.share-btn-wrapper a.share-btn.telegram:hover {
	text-decoration: none;
	color: #eeeeee;
	background: #007dbb;
}
.share-btn.tencent-weibo {
	background: #26ACE0;
}
.share-btn-wrapper a.share-btn.tencent-weibo:hover {
	text-decoration: none;
	color: #eeeeee;
	background: #38bbeb;
}
.share-btn.threema {
	background: #333333;
}
.share-btn-wrapper a.share-btn.threema:hover {
	text-decoration: none;
	color: #eeeeee;
	background: #1f1f1f;
}
.share-btn.tumblr {
	background: #36465d;
}
.share-btn-wrapper a.share-btn.tumblr:hover {
	text-decoration: none;
	color: #eeeeee;
	background: #44546b;
}
.share-btn.twitter {
	background: #55acee;
}
.share-btn-wrapper a.share-btn.twitter:hover {
	text-decoration: none;
	color: #eeeeee;
	background: #32bbf5;
}
.share-btn.vk {
	background: #5d7fa4;
}
.share-btn-wrapper a.share-btn.vk:hover {
	text-decoration: none;
	color: #eeeeee;
	background: #678eb4;
}
.share-btn.weibo {
	background: #F56770;
}
.share-btn-wrapper a.share-btn.weibo:hover {
	text-decoration: none;
	color: #eeeeee;
	background: #fa7f8a;
}
.share-btn.whatsapp {
	background: #5cbe4a;
}
.share-btn-wrapper a.share-btn.whatsapp:hover {
	text-decoration: none;
	color: #eeeeee;
	background: #34af23;
}
.share-btn.xing {
	background: #126567;
}
.share-btn-wrapper a.share-btn.xing:hover {
	text-decoration: none;
	color: #eeeeee;
	background: #29888a;
}

/* Tabulous v1.2.7 Copyright @2010-2012 Joe Workman */
 #stacks_in_789 .coda-slider-wrapper,.coda-slider-wrapper-in,.coda-slider,.coda-nav-left,.panel,.panel-wrapper,.panel_out,.coda-nav-right{padding:0;margin:0}#stacks_in_789 .panel_title_stacks_in_789{display:none}#stacks_in_789 .coda-nav ul,.coda-nav li{padding:0!important;margin:0!important}#stacks_in_789 .coda-slider-wrapper-in{width:99%}#stacks_in_789 .coda-slider-wrapper{padding:20px 0}#stacks_in_789 .coda-slider-wrapper_no_shadow:before,#stacks_in_789 .coda-slider-wrapper_no_shadow:after{position:absolute;z-index:1;width:50%;height:20%;content:"";background:rgba(0,0,0,0.7)}#stacks_in_789 .coda-slider-wrapper_no_shadow:after{right:15px;left:auto}#stacks_in_789 .coda-slider-wrapper_no_shadow:before{right:auto;left:10px}#stacks_in_789 .coda-slider{z-index:2;background-color:transparent}#stacks_in_789 .coda-slider.nav-wrapper{padding-bottom:52px}#stacks_in_789 .coda-slider,#stacks_in_789 .coda-slider .panel{width:100%}#stacks_in_789 .coda-nav ul li a.current{background:#000000;color:#FFFFFF}#stacks_in_789 .coda-slider .panel-wrapper{padding:20px}#stacks_in_789 .coda-slider p.loading{display:none}#stacks_in_789 .coda-nav{width:100%;margin:0;padding:0}#stacks_in_789 .coda-nav ul{clear:both;display:block;overflow:visible;margin:auto;white-space:nowrap}#stacks_in_789 .coda-nav ul li{display:inline}#stacks_in_789 .coda-nav ul li a{font-size:14px;text-align:center;background:#999999;color:#FFFFFF;display:block;float:left;margin-right:1px;padding:3px 6px;text-decoration:none}#stacks_in_789 .coda-nav ul li:last-child a{margin-right:0}#stacks_in_789 .coda-slider-wrapper{clear:both;overflow:auto}#stacks_in_789 .coda-slider{float:left;overflow:hidden;position:relative}#stacks_in_789 .coda-slider .panel{display:block;float:left}#stacks_in_789 .coda-slider .panel-container{position:relative}#stacks_in_789 .top_tabs .coda-nav ul li:first-child a{-webkit-border-top-left-radius:0px;-moz-border-radius-topleft:0px;border-top-left-radius:0px}#stacks_in_789 .top_tabs .coda-nav ul li:last-child a{-webkit-border-top-right-radius:0px;-moz-border-radius-topright:0px;border-top-right-radius:0px}#stacks_in_789 .top_tabs .coda-slider{behavior:url(/PIE.htc);-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;-moz-border-radius-bottomright:0px;-moz-border-radius-bottomleft:0px;border-radius:0 0 0px 0px}#stacks_in_789 .top_tabs_no_shadow:before{margin:3px;-webkit-box-shadow:2px 15px 10px rgba(0,0,0,0.4);-moz-box-shadow:2px 15px 10px rgba(0,0,0,0.4);box-shadow:2px 15px 10px rgba(0,0,0,0.4);bottom:35px}#stacks_in_789 .top_tabs_no_shadow:after{margin:3px;-webkit-box-shadow:-5px 15px 10px rgba(0,0,0,0.4);-moz-box-shadow:-5px 15px 10px rgba(0,0,0,0.4);box-shadow:-5px 15px 10px rgba(0,0,0,0.4);bottom:35px}#stacks_in_789 .top_tabs_no_shadow:after{-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-o-transform:rotate(3deg)}#stacks_in_789 .top_tabs_no_shadow:before{-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-o-transform:rotate(-3deg)}#stacks_in_789 .bottom_tabs .coda-nav ul li:first-child a{-webkit-border-bottom-left-radius:0px;-moz-border-radius-bottomleft:0px;border-bottom-left-radius:0px}#stacks_in_789 .bottom_tabs .coda-nav ul li:last-child a{-webkit-border-bottom-right-radius:0px;-moz-border-radius-bottomright:0px;border-bottom-right-radius:0px}#stacks_in_789 .bottom_tabs .coda-slider{behavior:url(/PIE.htc);-webkit-border-top-right-radius:0px;-webkit-border-top-left-radius:0px;-moz-border-radius-topright:0px;-moz-border-radius-topleft:0px;border-top-right-radius:0px 0px 0 0}#stacks_in_789 .bottom_tabs_no_shadow:before{-webkit-box-shadow:2px -15px 10px rgba(0,0,0,0.7);-moz-box-shadow:2px -15px 10px rgba(0,0,0,0.7);box-shadow:2px -15px 10px rgba(0,0,0,0.7);top:40px}#stacks_in_789 .bottom_tabs_no_shadow:after{-webkit-box-shadow:-5px -15px 10px rgba(0,0,0,0.7);-moz-box-shadow:-5px -15px 10px rgba(0,0,0,0.7);box-shadow:-5px -15px 10px rgba(0,0,0,0.7);top:40px}#stacks_in_789 .bottom_tabs_no_shadow:after{-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-o-transform:rotate(-3deg)}#stacks_in_789 .bottom_tabs_no_shadow:before{-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-o-transform:rotate(3deg)}#stacks_in_789 .no_tabs .coda-slider{behavior:url(/PIE.htc);-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px} #stacks_in_789 .coda-nav-left,#stacks_in_789 .coda-nav-right{display:none;position:absolute;z-index:100;font-size:14px;font-weight:bold;text-shadow:0 -1px 1px rgba(0,0,0,0.25);font-family:Helvetica Neue,"Arial",Helvetica,Verdana,sans-serif}#stacks_in_789 .coda-nav-left{bottom:15px;left:15px}#stacks_in_789 .coda-nav-right{bottom:15px;right:15px}#stacks_in_789 .coda-nav-left a,#stacks_in_789 .coda-nav-right a{width:100%;color:#000000;text-decoration:none}#stacks_in_789 .coda-nav-left,#stacks_in_789 .coda-nav-right{float:left}#stacks_in_789 .coda-nav-left a,#stacks_in_789 .coda-nav-right a{z-index:100;display:none;text-align:center;text-decoration:none}


#stacks_in_789 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 1px 0px 0px 0px;
}
  @media screen and (max-width:100px){#stacks_in_861{display:none}} 
