
#stacks_in_148984 {
	margin: 0px 0px 20px 0px;
}
/* Start Gradient stack CSS code */

#stacks_in_148986{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	#stacks_in_148986::before{
		content:"";
		top:0;
		left:0;
		bottom:0;
		right:0;
		position:absolute;
		
		opacity:1;
		
		/* Old browsers */
		background: rgba(110, 178, 222, 1.00);
		/* FF3.6+ */
		background: -moz-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,   rgba(46, 66, 114, 1.00) 100%);
		/* Chrome,Safari4+ */
		background: -webkit-gradient(radial, 50% 50%, color-stop(0%,rgba(110, 178, 222, 1.00)),   color-stop(100%,rgba(46, 66, 114, 1.00)));
		/* Chrome10+,Safari5.1+ */
		background: -webkit-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* Opera 11.10+ */
		background: -o-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* IE10+ */
		background: -ms-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* W3C */
		background: radial-gradient(ellipse at 50% 50%,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* IE6-9 fallback on horizontal gradient */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
	}
	






/* End Gradient stack CSS code */
#stacks_in_148986 {
	padding:  15px;
}

/* Start Launcher stack CSS code */

#stacks_in_148987 img{
	max-width: 100%;
	height: auto;
}


.stacks_in_148987lightbox{
	cursor: pointer;
}
.stacks_in_148987lightboxContents{
	display: none;
}




.stacks_in_148987launcherWrapper{
	border: 6px solid #E24159;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.stacks_in_148987launcherWrapper a{
	text-decoration: none;
}

.stacks_in_148987help{
	display: none;
	border-left: 6px solid #E24159;
	border-right: 6px solid #E24159;
	background: #3398DB;
	color: #fff;
	padding: 20px;
	font-size: 14px;
	padding-left: 50px;
	
}

.stacks_in_148987helpTitle{
	font-size: 1.4em;
	font-weight: bold;
}

.stacks_in_148987launcherLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_148987galleryLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_148987helpLabel{
	display: block;
	position: absolute;
	top:3px;
	left: 0;
	z-index: 1000001;
}



/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body{
    -webkit-overflow-scrolling:touch;
}
/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay{
    background: rgba(0,0,0,0.85); 
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000002;
    overflow: hidden;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.relativo{
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
/* ----- preloader ----- */
.vbox-preloader{
    position:fixed; 
    width:36px; 
    height:36px;
    left:50%; 
    top:50%; 
    margin-left:-18px; 
    margin-top:-18px;
    background: url(../files/launcherAssets/preload.gif) center center no-repeat;
    text-indent: -100px;
    overflow: hidden;
}

/* ----- navigation ----- */
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;
    display: block;
    background: url(../files/launcherAssets/close.gif) no-repeat #161617;
    background-position:10px center;
    color: #fff;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-next, .vbox-prev{
    cursor: pointer;
    position: fixed;
    top: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-prev{
    left: 10px;
    background: url(../files/launcherAssets/prev.gif) center center no-repeat;
}
.vbox-next{
    right: 10px;
    background: url(../files/launcherAssets/next.gif) center center no-repeat;
}

.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    padding: 6px 40px;
    overflow: hidden;
    background: #161617;
    position: fixed;
    display: none;
    top: -1px;
    left: 0;

}
.vbox-num{
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    height: 40px;
    display: block;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    background: #161617;
    display: none;
}
/* ------- inline window ------ */
.vbox-inline{
    display: inline-block;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: scroll;
}

/* ------- Video window ------ */
.videoframe{
    width: 420px;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: scroll;
}

/* ------- Video & iFrames window ------ */
.venoframe{
    border: none;
    width: 960px;
    height: 720px;
    overflow: scroll;
}
@media (max-width: 992px) {
    .venoframe{
        width: 640px;
        height: 480px;
    }
}
@media (max-width: 767px) {
    .venoframe{
        width: 420px;
        height: 315px;
    }
}
@media (max-width: 460px) {
    .vbox-inline{
        width: 100%;
    }

    .venoframe{
        width: 100%;
        height: 260px;
    }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-container{
    position: relative;
    background: #000;
    width: 98%;
    max-width: 1024px;
    margin: 0 auto;
}
.stacks_in_148987vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.vwrap{
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    height: auto;
    overflow: hidden;
    z-index: 1000001;
}

/* End Launcher stack CSS code */
/* Start Image stack CSS code */

.stacks_in_148991center{
	display: block;
	margin: 0 auto 0 auto;
}

.stacks_in_148991editWrapper{
	border: 6px solid #95A5A5;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url("../files/geometry.png");
	margin: 10px;
}

#stacks_in_148991 img{
	max-width: 100%;
	height: auto;
}

.stacks_in_148991imageLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_148991pathLabel{
	display: block;
	position: absolute;
	top:10px;
	right: 10px;
	z-index: 1000001;
}

.stacks_in_148991pathLabel:not(:empty){
	padding: 3px 10px 3px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #95A5A5;
	color: #fff;
	max-width: 50%;
	text-align: right;
	overflow: hidden;
}


/* End Image stack CSS code */
#stacks_in_148994 {
	margin: 20px 0px 30px 0px;
}

#stacks_in_148995 {
	font-size: 69%;
}
/*
 * 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_149077 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_149077 .theDivider1, #simpleDivider_stacks_in_149077 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_149077 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_149077 .theDivider2 {
	height: 1px;
	background-color: #6EB2DE;
}

#stacks_in_149063 {
	margin: 0px 0px 20px 0px;
}
/* Start Gradient stack CSS code */

#stacks_in_149066{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	#stacks_in_149066::before{
		content:"";
		top:0;
		left:0;
		bottom:0;
		right:0;
		position:absolute;
		
		opacity:1;
		
		/* Old browsers */
		background: rgba(110, 178, 222, 1.00);
		/* FF3.6+ */
		background: -moz-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,   rgba(46, 66, 114, 1.00) 100%);
		/* Chrome,Safari4+ */
		background: -webkit-gradient(radial, 50% 50%, color-stop(0%,rgba(110, 178, 222, 1.00)),   color-stop(100%,rgba(46, 66, 114, 1.00)));
		/* Chrome10+,Safari5.1+ */
		background: -webkit-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* Opera 11.10+ */
		background: -o-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* IE10+ */
		background: -ms-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* W3C */
		background: radial-gradient(ellipse at 50% 50%,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* IE6-9 fallback on horizontal gradient */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
	}
	






/* End Gradient stack CSS code */
#stacks_in_149066 {
	padding:  15px;
}

/* Start Launcher stack CSS code */

#stacks_in_149067 img{
	max-width: 100%;
	height: auto;
}


.stacks_in_149067lightbox{
	cursor: pointer;
}
.stacks_in_149067lightboxContents{
	display: none;
}




.stacks_in_149067launcherWrapper{
	border: 6px solid #E24159;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.stacks_in_149067launcherWrapper a{
	text-decoration: none;
}

.stacks_in_149067help{
	display: none;
	border-left: 6px solid #E24159;
	border-right: 6px solid #E24159;
	background: #3398DB;
	color: #fff;
	padding: 20px;
	font-size: 14px;
	padding-left: 50px;
	
}

.stacks_in_149067helpTitle{
	font-size: 1.4em;
	font-weight: bold;
}

.stacks_in_149067launcherLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_149067galleryLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_149067helpLabel{
	display: block;
	position: absolute;
	top:3px;
	left: 0;
	z-index: 1000001;
}



/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body{
    -webkit-overflow-scrolling:touch;
}
/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay{
    background: rgba(0,0,0,0.85); 
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000002;
    overflow: hidden;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.relativo{
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
/* ----- preloader ----- */
.vbox-preloader{
    position:fixed; 
    width:36px; 
    height:36px;
    left:50%; 
    top:50%; 
    margin-left:-18px; 
    margin-top:-18px;
    background: url(../files/launcherAssets/preload.gif) center center no-repeat;
    text-indent: -100px;
    overflow: hidden;
}

/* ----- navigation ----- */
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;
    display: block;
    background: url(../files/launcherAssets/close.gif) no-repeat #161617;
    background-position:10px center;
    color: #fff;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-next, .vbox-prev{
    cursor: pointer;
    position: fixed;
    top: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-prev{
    left: 10px;
    background: url(../files/launcherAssets/prev.gif) center center no-repeat;
}
.vbox-next{
    right: 10px;
    background: url(../files/launcherAssets/next.gif) center center no-repeat;
}

.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    padding: 6px 40px;
    overflow: hidden;
    background: #161617;
    position: fixed;
    display: none;
    top: -1px;
    left: 0;

}
.vbox-num{
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    height: 40px;
    display: block;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    background: #161617;
    display: none;
}
/* ------- inline window ------ */
.vbox-inline{
    display: inline-block;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: scroll;
}

/* ------- Video window ------ */
.videoframe{
    width: 420px;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: scroll;
}

/* ------- Video & iFrames window ------ */
.venoframe{
    border: none;
    width: 960px;
    height: 720px;
    overflow: scroll;
}
@media (max-width: 992px) {
    .venoframe{
        width: 640px;
        height: 480px;
    }
}
@media (max-width: 767px) {
    .venoframe{
        width: 420px;
        height: 315px;
    }
}
@media (max-width: 460px) {
    .vbox-inline{
        width: 100%;
    }

    .venoframe{
        width: 100%;
        height: 260px;
    }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-container{
    position: relative;
    background: #000;
    width: 98%;
    max-width: 1024px;
    margin: 0 auto;
}
.stacks_in_149067vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.vwrap{
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    height: auto;
    overflow: hidden;
    z-index: 1000001;
}

/* End Launcher stack CSS code */
/* Start Image stack CSS code */

.stacks_in_149071center{
	display: block;
	margin: 0 auto 0 auto;
}

.stacks_in_149071editWrapper{
	border: 6px solid #95A5A5;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url("../files/geometry.png");
	margin: 10px;
}

#stacks_in_149071 img{
	max-width: 100%;
	height: auto;
}

.stacks_in_149071imageLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_149071pathLabel{
	display: block;
	position: absolute;
	top:10px;
	right: 10px;
	z-index: 1000001;
}

.stacks_in_149071pathLabel:not(:empty){
	padding: 3px 10px 3px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #95A5A5;
	color: #fff;
	max-width: 50%;
	text-align: right;
	overflow: hidden;
}


/* End Image stack CSS code */
#stacks_in_149078 {
	margin: 20px 0px 30px 0px;
}

#stacks_in_149079 {
	font-size: 69%;
}
/*
 * 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_149061 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_149061 .theDivider1, #simpleDivider_stacks_in_149061 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_149061 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_149061 .theDivider2 {
	height: 1px;
	background-color: #6EB2DE;
}

#stacks_in_149048 {
	margin: 0px 0px 20px 0px;
}
/* Start Gradient stack CSS code */

#stacks_in_149050{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	#stacks_in_149050::before{
		content:"";
		top:0;
		left:0;
		bottom:0;
		right:0;
		position:absolute;
		
		opacity:1;
		
		/* Old browsers */
		background: rgba(110, 178, 222, 1.00);
		/* FF3.6+ */
		background: -moz-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,   rgba(46, 66, 114, 1.00) 100%);
		/* Chrome,Safari4+ */
		background: -webkit-gradient(radial, 50% 50%, color-stop(0%,rgba(110, 178, 222, 1.00)),   color-stop(100%,rgba(46, 66, 114, 1.00)));
		/* Chrome10+,Safari5.1+ */
		background: -webkit-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* Opera 11.10+ */
		background: -o-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* IE10+ */
		background: -ms-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* W3C */
		background: radial-gradient(ellipse at 50% 50%,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* IE6-9 fallback on horizontal gradient */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
	}
	






/* End Gradient stack CSS code */
#stacks_in_149050 {
	padding:  15px;
}

/* Start Launcher stack CSS code */

#stacks_in_149052 img{
	max-width: 100%;
	height: auto;
}


.stacks_in_149052lightbox{
	cursor: pointer;
}
.stacks_in_149052lightboxContents{
	display: none;
}




.stacks_in_149052launcherWrapper{
	border: 6px solid #E24159;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.stacks_in_149052launcherWrapper a{
	text-decoration: none;
}

.stacks_in_149052help{
	display: none;
	border-left: 6px solid #E24159;
	border-right: 6px solid #E24159;
	background: #3398DB;
	color: #fff;
	padding: 20px;
	font-size: 14px;
	padding-left: 50px;
	
}

.stacks_in_149052helpTitle{
	font-size: 1.4em;
	font-weight: bold;
}

.stacks_in_149052launcherLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_149052galleryLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_149052helpLabel{
	display: block;
	position: absolute;
	top:3px;
	left: 0;
	z-index: 1000001;
}



/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body{
    -webkit-overflow-scrolling:touch;
}
/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay{
    background: rgba(0,0,0,0.85); 
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000002;
    overflow: hidden;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.relativo{
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
/* ----- preloader ----- */
.vbox-preloader{
    position:fixed; 
    width:36px; 
    height:36px;
    left:50%; 
    top:50%; 
    margin-left:-18px; 
    margin-top:-18px;
    background: url(../files/launcherAssets/preload.gif) center center no-repeat;
    text-indent: -100px;
    overflow: hidden;
}

/* ----- navigation ----- */
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;
    display: block;
    background: url(../files/launcherAssets/close.gif) no-repeat #161617;
    background-position:10px center;
    color: #fff;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-next, .vbox-prev{
    cursor: pointer;
    position: fixed;
    top: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-prev{
    left: 10px;
    background: url(../files/launcherAssets/prev.gif) center center no-repeat;
}
.vbox-next{
    right: 10px;
    background: url(../files/launcherAssets/next.gif) center center no-repeat;
}

.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    padding: 6px 40px;
    overflow: hidden;
    background: #161617;
    position: fixed;
    display: none;
    top: -1px;
    left: 0;

}
.vbox-num{
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    height: 40px;
    display: block;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    background: #161617;
    display: none;
}
/* ------- inline window ------ */
.vbox-inline{
    display: inline-block;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: scroll;
}

/* ------- Video window ------ */
.videoframe{
    width: 420px;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: scroll;
}

/* ------- Video & iFrames window ------ */
.venoframe{
    border: none;
    width: 960px;
    height: 720px;
    overflow: scroll;
}
@media (max-width: 992px) {
    .venoframe{
        width: 640px;
        height: 480px;
    }
}
@media (max-width: 767px) {
    .venoframe{
        width: 420px;
        height: 315px;
    }
}
@media (max-width: 460px) {
    .vbox-inline{
        width: 100%;
    }

    .venoframe{
        width: 100%;
        height: 260px;
    }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-container{
    position: relative;
    background: #000;
    width: 98%;
    max-width: 1024px;
    margin: 0 auto;
}
.stacks_in_149052vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.vwrap{
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    height: auto;
    overflow: hidden;
    z-index: 1000001;
}

/* End Launcher stack CSS code */
/* Start Image stack CSS code */

.stacks_in_149057center{
	display: block;
	margin: 0 auto 0 auto;
}

.stacks_in_149057editWrapper{
	border: 6px solid #95A5A5;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url("../files/geometry.png");
	margin: 10px;
}

#stacks_in_149057 img{
	max-width: 100%;
	height: auto;
}

.stacks_in_149057imageLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_149057pathLabel{
	display: block;
	position: absolute;
	top:10px;
	right: 10px;
	z-index: 1000001;
}

.stacks_in_149057pathLabel:not(:empty){
	padding: 3px 10px 3px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #95A5A5;
	color: #fff;
	max-width: 50%;
	text-align: right;
	overflow: hidden;
}


/* End Image stack CSS code */
#stacks_in_149080 {
	margin: 20px 0px 30px 0px;
}

#stacks_in_149081 {
	font-size: 69%;
}
/*
 * 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_149045 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_149045 .theDivider1, #simpleDivider_stacks_in_149045 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_149045 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_149045 .theDivider2 {
	height: 1px;
	background-color: #6EB2DE;
}

#stacks_in_149032 {
	margin: 0px 0px 20px 0px;
}
/* Start Gradient stack CSS code */

#stacks_in_149034{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	#stacks_in_149034::before{
		content:"";
		top:0;
		left:0;
		bottom:0;
		right:0;
		position:absolute;
		
		opacity:1;
		
		/* Old browsers */
		background: rgba(110, 178, 222, 1.00);
		/* FF3.6+ */
		background: -moz-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,   rgba(46, 66, 114, 1.00) 100%);
		/* Chrome,Safari4+ */
		background: -webkit-gradient(radial, 50% 50%, color-stop(0%,rgba(110, 178, 222, 1.00)),   color-stop(100%,rgba(46, 66, 114, 1.00)));
		/* Chrome10+,Safari5.1+ */
		background: -webkit-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* Opera 11.10+ */
		background: -o-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* IE10+ */
		background: -ms-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* W3C */
		background: radial-gradient(ellipse at 50% 50%,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* IE6-9 fallback on horizontal gradient */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
	}
	






/* End Gradient stack CSS code */
#stacks_in_149034 {
	padding:  15px;
}

/* Start Launcher stack CSS code */

#stacks_in_149036 img{
	max-width: 100%;
	height: auto;
}


.stacks_in_149036lightbox{
	cursor: pointer;
}
.stacks_in_149036lightboxContents{
	display: none;
}




.stacks_in_149036launcherWrapper{
	border: 6px solid #E24159;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.stacks_in_149036launcherWrapper a{
	text-decoration: none;
}

.stacks_in_149036help{
	display: none;
	border-left: 6px solid #E24159;
	border-right: 6px solid #E24159;
	background: #3398DB;
	color: #fff;
	padding: 20px;
	font-size: 14px;
	padding-left: 50px;
	
}

.stacks_in_149036helpTitle{
	font-size: 1.4em;
	font-weight: bold;
}

.stacks_in_149036launcherLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_149036galleryLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_149036helpLabel{
	display: block;
	position: absolute;
	top:3px;
	left: 0;
	z-index: 1000001;
}



/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body{
    -webkit-overflow-scrolling:touch;
}
/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay{
    background: rgba(0,0,0,0.85); 
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000002;
    overflow: hidden;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.relativo{
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
/* ----- preloader ----- */
.vbox-preloader{
    position:fixed; 
    width:36px; 
    height:36px;
    left:50%; 
    top:50%; 
    margin-left:-18px; 
    margin-top:-18px;
    background: url(../files/launcherAssets/preload.gif) center center no-repeat;
    text-indent: -100px;
    overflow: hidden;
}

/* ----- navigation ----- */
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;
    display: block;
    background: url(../files/launcherAssets/close.gif) no-repeat #161617;
    background-position:10px center;
    color: #fff;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-next, .vbox-prev{
    cursor: pointer;
    position: fixed;
    top: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-prev{
    left: 10px;
    background: url(../files/launcherAssets/prev.gif) center center no-repeat;
}
.vbox-next{
    right: 10px;
    background: url(../files/launcherAssets/next.gif) center center no-repeat;
}

.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    padding: 6px 40px;
    overflow: hidden;
    background: #161617;
    position: fixed;
    display: none;
    top: -1px;
    left: 0;

}
.vbox-num{
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    height: 40px;
    display: block;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    background: #161617;
    display: none;
}
/* ------- inline window ------ */
.vbox-inline{
    display: inline-block;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: scroll;
}

/* ------- Video window ------ */
.videoframe{
    width: 420px;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: scroll;
}

/* ------- Video & iFrames window ------ */
.venoframe{
    border: none;
    width: 960px;
    height: 720px;
    overflow: scroll;
}
@media (max-width: 992px) {
    .venoframe{
        width: 640px;
        height: 480px;
    }
}
@media (max-width: 767px) {
    .venoframe{
        width: 420px;
        height: 315px;
    }
}
@media (max-width: 460px) {
    .vbox-inline{
        width: 100%;
    }

    .venoframe{
        width: 100%;
        height: 260px;
    }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-container{
    position: relative;
    background: #000;
    width: 98%;
    max-width: 1024px;
    margin: 0 auto;
}
.stacks_in_149036vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.vwrap{
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    height: auto;
    overflow: hidden;
    z-index: 1000001;
}

/* End Launcher stack CSS code */
/* Start Image stack CSS code */

.stacks_in_149041center{
	display: block;
	margin: 0 auto 0 auto;
}

.stacks_in_149041editWrapper{
	border: 6px solid #95A5A5;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url("../files/geometry.png");
	margin: 10px;
}

#stacks_in_149041 img{
	max-width: 100%;
	height: auto;
}

.stacks_in_149041imageLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_149041pathLabel{
	display: block;
	position: absolute;
	top:10px;
	right: 10px;
	z-index: 1000001;
}

.stacks_in_149041pathLabel:not(:empty){
	padding: 3px 10px 3px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #95A5A5;
	color: #fff;
	max-width: 50%;
	text-align: right;
	overflow: hidden;
}


/* End Image stack CSS code */
#stacks_in_149082 {
	margin: 20px 0px 30px 0px;
}

#stacks_in_149083 {
	font-size: 69%;
}
/*
 * 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_149013 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_149013 .theDivider1, #simpleDivider_stacks_in_149013 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_149013 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_149013 .theDivider2 {
	height: 1px;
	background-color: #6EB2DE;
}

#stacks_in_148999 {
	margin: 0px 0px 20px 0px;
}
/* Start Gradient stack CSS code */

#stacks_in_149001{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	#stacks_in_149001::before{
		content:"";
		top:0;
		left:0;
		bottom:0;
		right:0;
		position:absolute;
		
		opacity:1;
		
		/* Old browsers */
		background: rgba(110, 178, 222, 1.00);
		/* FF3.6+ */
		background: -moz-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,   rgba(46, 66, 114, 1.00) 100%);
		/* Chrome,Safari4+ */
		background: -webkit-gradient(radial, 50% 50%, color-stop(0%,rgba(110, 178, 222, 1.00)),   color-stop(100%,rgba(46, 66, 114, 1.00)));
		/* Chrome10+,Safari5.1+ */
		background: -webkit-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* Opera 11.10+ */
		background: -o-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* IE10+ */
		background: -ms-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* W3C */
		background: radial-gradient(ellipse at 50% 50%,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* IE6-9 fallback on horizontal gradient */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
	}
	






/* End Gradient stack CSS code */
#stacks_in_149001 {
	padding:  15px;
}

/* Start Launcher stack CSS code */

#stacks_in_149002 img{
	max-width: 100%;
	height: auto;
}


.stacks_in_149002lightbox{
	cursor: pointer;
}
.stacks_in_149002lightboxContents{
	display: none;
}




.stacks_in_149002launcherWrapper{
	border: 6px solid #E24159;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.stacks_in_149002launcherWrapper a{
	text-decoration: none;
}

.stacks_in_149002help{
	display: none;
	border-left: 6px solid #E24159;
	border-right: 6px solid #E24159;
	background: #3398DB;
	color: #fff;
	padding: 20px;
	font-size: 14px;
	padding-left: 50px;
	
}

.stacks_in_149002helpTitle{
	font-size: 1.4em;
	font-weight: bold;
}

.stacks_in_149002launcherLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_149002galleryLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_149002helpLabel{
	display: block;
	position: absolute;
	top:3px;
	left: 0;
	z-index: 1000001;
}



/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body{
    -webkit-overflow-scrolling:touch;
}
/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay{
    background: rgba(0,0,0,0.85); 
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000002;
    overflow: hidden;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.relativo{
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
/* ----- preloader ----- */
.vbox-preloader{
    position:fixed; 
    width:36px; 
    height:36px;
    left:50%; 
    top:50%; 
    margin-left:-18px; 
    margin-top:-18px;
    background: url(../files/launcherAssets/preload.gif) center center no-repeat;
    text-indent: -100px;
    overflow: hidden;
}

/* ----- navigation ----- */
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;
    display: block;
    background: url(../files/launcherAssets/close.gif) no-repeat #161617;
    background-position:10px center;
    color: #fff;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-next, .vbox-prev{
    cursor: pointer;
    position: fixed;
    top: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-prev{
    left: 10px;
    background: url(../files/launcherAssets/prev.gif) center center no-repeat;
}
.vbox-next{
    right: 10px;
    background: url(../files/launcherAssets/next.gif) center center no-repeat;
}

.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    padding: 6px 40px;
    overflow: hidden;
    background: #161617;
    position: fixed;
    display: none;
    top: -1px;
    left: 0;

}
.vbox-num{
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    height: 40px;
    display: block;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    background: #161617;
    display: none;
}
/* ------- inline window ------ */
.vbox-inline{
    display: inline-block;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: scroll;
}

/* ------- Video window ------ */
.videoframe{
    width: 420px;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: scroll;
}

/* ------- Video & iFrames window ------ */
.venoframe{
    border: none;
    width: 960px;
    height: 720px;
    overflow: scroll;
}
@media (max-width: 992px) {
    .venoframe{
        width: 640px;
        height: 480px;
    }
}
@media (max-width: 767px) {
    .venoframe{
        width: 420px;
        height: 315px;
    }
}
@media (max-width: 460px) {
    .vbox-inline{
        width: 100%;
    }

    .venoframe{
        width: 100%;
        height: 260px;
    }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-container{
    position: relative;
    background: #000;
    width: 98%;
    max-width: 1024px;
    margin: 0 auto;
}
.stacks_in_149002vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.vwrap{
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    height: auto;
    overflow: hidden;
    z-index: 1000001;
}

/* End Launcher stack CSS code */
/* Start Image stack CSS code */

.stacks_in_149006center{
	display: block;
	margin: 0 auto 0 auto;
}

.stacks_in_149006editWrapper{
	border: 6px solid #95A5A5;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url("../files/geometry.png");
	margin: 10px;
}

#stacks_in_149006 img{
	max-width: 100%;
	height: auto;
}

.stacks_in_149006imageLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_149006pathLabel{
	display: block;
	position: absolute;
	top:10px;
	right: 10px;
	z-index: 1000001;
}

.stacks_in_149006pathLabel:not(:empty){
	padding: 3px 10px 3px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #95A5A5;
	color: #fff;
	max-width: 50%;
	text-align: right;
	overflow: hidden;
}


/* End Image stack CSS code */
#stacks_in_149084 {
	margin: 20px 0px 30px 0px;
}

#stacks_in_149085 {
	font-size: 69%;
}
/*
 * 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_10055 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_10055 .theDivider1, #simpleDivider_stacks_in_10055 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_10055 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_10055 .theDivider2 {
	height: 1px;
	background-color: #6EB2DE;
}

#stacks_in_148980 {
	margin: 0px 0px 20px 0px;
}
/* Start Gradient stack CSS code */

#stacks_in_9978{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	#stacks_in_9978::before{
		content:"";
		top:0;
		left:0;
		bottom:0;
		right:0;
		position:absolute;
		
		opacity:1;
		
		/* Old browsers */
		background: rgba(110, 178, 222, 1.00);
		/* FF3.6+ */
		background: -moz-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,   rgba(46, 66, 114, 1.00) 100%);
		/* Chrome,Safari4+ */
		background: -webkit-gradient(radial, 50% 50%, color-stop(0%,rgba(110, 178, 222, 1.00)),   color-stop(100%,rgba(46, 66, 114, 1.00)));
		/* Chrome10+,Safari5.1+ */
		background: -webkit-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* Opera 11.10+ */
		background: -o-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* IE10+ */
		background: -ms-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* W3C */
		background: radial-gradient(ellipse at 50% 50%,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* IE6-9 fallback on horizontal gradient */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
	}
	






/* End Gradient stack CSS code */
#stacks_in_9978 {
	padding:  15px;
}

/* Start Launcher stack CSS code */

#stacks_in_10056 img{
	max-width: 100%;
	height: auto;
}


.stacks_in_10056lightbox{
	cursor: pointer;
}
.stacks_in_10056lightboxContents{
	display: none;
}




.stacks_in_10056launcherWrapper{
	border: 6px solid #E24159;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.stacks_in_10056launcherWrapper a{
	text-decoration: none;
}

.stacks_in_10056help{
	display: none;
	border-left: 6px solid #E24159;
	border-right: 6px solid #E24159;
	background: #3398DB;
	color: #fff;
	padding: 20px;
	font-size: 14px;
	padding-left: 50px;
	
}

.stacks_in_10056helpTitle{
	font-size: 1.4em;
	font-weight: bold;
}

.stacks_in_10056launcherLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_10056galleryLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_10056helpLabel{
	display: block;
	position: absolute;
	top:3px;
	left: 0;
	z-index: 1000001;
}



/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body{
    -webkit-overflow-scrolling:touch;
}
/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay{
    background: rgba(0,0,0,0.85); 
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000002;
    overflow: hidden;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.relativo{
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
/* ----- preloader ----- */
.vbox-preloader{
    position:fixed; 
    width:36px; 
    height:36px;
    left:50%; 
    top:50%; 
    margin-left:-18px; 
    margin-top:-18px;
    background: url(../files/launcherAssets/preload.gif) center center no-repeat;
    text-indent: -100px;
    overflow: hidden;
}

/* ----- navigation ----- */
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;
    display: block;
    background: url(../files/launcherAssets/close.gif) no-repeat #161617;
    background-position:10px center;
    color: #fff;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-next, .vbox-prev{
    cursor: pointer;
    position: fixed;
    top: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-prev{
    left: 10px;
    background: url(../files/launcherAssets/prev.gif) center center no-repeat;
}
.vbox-next{
    right: 10px;
    background: url(../files/launcherAssets/next.gif) center center no-repeat;
}

.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    padding: 6px 40px;
    overflow: hidden;
    background: #161617;
    position: fixed;
    display: none;
    top: -1px;
    left: 0;

}
.vbox-num{
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    height: 40px;
    display: block;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    background: #161617;
    display: none;
}
/* ------- inline window ------ */
.vbox-inline{
    display: inline-block;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: scroll;
}

/* ------- Video window ------ */
.videoframe{
    width: 420px;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: scroll;
}

/* ------- Video & iFrames window ------ */
.venoframe{
    border: none;
    width: 960px;
    height: 720px;
    overflow: scroll;
}
@media (max-width: 992px) {
    .venoframe{
        width: 640px;
        height: 480px;
    }
}
@media (max-width: 767px) {
    .venoframe{
        width: 420px;
        height: 315px;
    }
}
@media (max-width: 460px) {
    .vbox-inline{
        width: 100%;
    }

    .venoframe{
        width: 100%;
        height: 260px;
    }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-container{
    position: relative;
    background: #000;
    width: 98%;
    max-width: 1024px;
    margin: 0 auto;
}
.stacks_in_10056vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.vwrap{
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    height: auto;
    overflow: hidden;
    z-index: 1000001;
}

/* End Launcher stack CSS code */
/* Start Image stack CSS code */

.stacks_in_10059center{
	display: block;
	margin: 0 auto 0 auto;
}

.stacks_in_10059editWrapper{
	border: 6px solid #95A5A5;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url("../files/geometry.png");
	margin: 10px;
}

#stacks_in_10059 img{
	max-width: 100%;
	height: auto;
}

.stacks_in_10059imageLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_10059pathLabel{
	display: block;
	position: absolute;
	top:10px;
	right: 10px;
	z-index: 1000001;
}

.stacks_in_10059pathLabel:not(:empty){
	padding: 3px 10px 3px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #95A5A5;
	color: #fff;
	max-width: 50%;
	text-align: right;
	overflow: hidden;
}


/* End Image stack CSS code */
#stacks_in_149086 {
	margin: 20px 0px 30px 0px;
}

#stacks_in_149087 {
	font-size: 69%;
}
/*
 * 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_10040 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_10040 .theDivider1, #simpleDivider_stacks_in_10040 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_10040 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_10040 .theDivider2 {
	height: 1px;
	background-color: #6EB2DE;
}

#stacks_in_10023 {
	margin: 0px 0px 20px 0px;
}
/* Start Gradient stack CSS code */

#stacks_in_10012{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	#stacks_in_10012::before{
		content:"";
		top:0;
		left:0;
		bottom:0;
		right:0;
		position:absolute;
		
		opacity:1;
		
		/* Old browsers */
		background: rgba(110, 178, 222, 1.00);
		/* FF3.6+ */
		background: -moz-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,   rgba(46, 66, 114, 1.00) 100%);
		/* Chrome,Safari4+ */
		background: -webkit-gradient(radial, 50% 50%, color-stop(0%,rgba(110, 178, 222, 1.00)),   color-stop(100%,rgba(46, 66, 114, 1.00)));
		/* Chrome10+,Safari5.1+ */
		background: -webkit-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* Opera 11.10+ */
		background: -o-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* IE10+ */
		background: -ms-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* W3C */
		background: radial-gradient(ellipse at 50% 50%,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* IE6-9 fallback on horizontal gradient */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
	}
	






/* End Gradient stack CSS code */
#stacks_in_10012 {
	padding:  15px;
}

/* Start Launcher stack CSS code */

#stacks_in_10025 img{
	max-width: 100%;
	height: auto;
}


.stacks_in_10025lightbox{
	cursor: pointer;
}
.stacks_in_10025lightboxContents{
	display: none;
}




.stacks_in_10025launcherWrapper{
	border: 6px solid #E24159;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.stacks_in_10025launcherWrapper a{
	text-decoration: none;
}

.stacks_in_10025help{
	display: none;
	border-left: 6px solid #E24159;
	border-right: 6px solid #E24159;
	background: #3398DB;
	color: #fff;
	padding: 20px;
	font-size: 14px;
	padding-left: 50px;
	
}

.stacks_in_10025helpTitle{
	font-size: 1.4em;
	font-weight: bold;
}

.stacks_in_10025launcherLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_10025galleryLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_10025helpLabel{
	display: block;
	position: absolute;
	top:3px;
	left: 0;
	z-index: 1000001;
}



/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body{
    -webkit-overflow-scrolling:touch;
}
/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay{
    background: rgba(0,0,0,0.85); 
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000002;
    overflow: hidden;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.relativo{
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
/* ----- preloader ----- */
.vbox-preloader{
    position:fixed; 
    width:36px; 
    height:36px;
    left:50%; 
    top:50%; 
    margin-left:-18px; 
    margin-top:-18px;
    background: url(../files/launcherAssets/preload.gif) center center no-repeat;
    text-indent: -100px;
    overflow: hidden;
}

/* ----- navigation ----- */
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;
    display: block;
    background: url(../files/launcherAssets/close.gif) no-repeat #161617;
    background-position:10px center;
    color: #fff;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-next, .vbox-prev{
    cursor: pointer;
    position: fixed;
    top: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-prev{
    left: 10px;
    background: url(../files/launcherAssets/prev.gif) center center no-repeat;
}
.vbox-next{
    right: 10px;
    background: url(../files/launcherAssets/next.gif) center center no-repeat;
}

.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    padding: 6px 40px;
    overflow: hidden;
    background: #161617;
    position: fixed;
    display: none;
    top: -1px;
    left: 0;

}
.vbox-num{
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    height: 40px;
    display: block;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    background: #161617;
    display: none;
}
/* ------- inline window ------ */
.vbox-inline{
    display: inline-block;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: scroll;
}

/* ------- Video window ------ */
.videoframe{
    width: 420px;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: scroll;
}

/* ------- Video & iFrames window ------ */
.venoframe{
    border: none;
    width: 960px;
    height: 720px;
    overflow: scroll;
}
@media (max-width: 992px) {
    .venoframe{
        width: 640px;
        height: 480px;
    }
}
@media (max-width: 767px) {
    .venoframe{
        width: 420px;
        height: 315px;
    }
}
@media (max-width: 460px) {
    .vbox-inline{
        width: 100%;
    }

    .venoframe{
        width: 100%;
        height: 260px;
    }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-container{
    position: relative;
    background: #000;
    width: 98%;
    max-width: 1024px;
    margin: 0 auto;
}
.stacks_in_10025vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.vwrap{
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    height: auto;
    overflow: hidden;
    z-index: 1000001;
}

/* End Launcher stack CSS code */
#stacks_in_10020 {
	margin:  30px;
}
/* Start Launcher Video stack CSS code */

.stacks_in_10028center{
	display: block;
	margin: 0 auto 0 auto;
}

.stacks_in_10028editWrapper{
	border: 6px solid #95A5A5;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url("../files/geometry.png");
	margin: 10px;
}

#stacks_in_10028 img{
	max-width: 100%;
	height: auto;
}

.stacks_in_10028iframeLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_10028pathLabel{
	display: block;
	position: absolute;
	top:10px;
	right: 10px;
	z-index: 1000001;
	font-size: 12px;
}

.stacks_in_10028pathLabel:not(:empty){
	padding: 3px 10px 3px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #95A5A5;
	color: #fff;
	max-width: 50%;
	text-align: right;
	overflow: hidden;
}



.stacks_in_10028pathLabel:empty:before{
	content:"Add a URL";
	padding: 3px 10px 3px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #E0415A;
	color: #fff;
	max-width: 50%;
	text-align: right;
	overflow: hidden;
}


/* End Launcher Video stack CSS code *//*
 * 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_8462 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_8462 .theDivider1, #simpleDivider_stacks_in_8462 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_8462 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_8462 .theDivider2 {
	height: 1px;
	background-color: #6EB2DE;
}

#stacks_in_8450 {
	margin: 0px 0px 20px 0px;
}
/* Start Gradient stack CSS code */

#stacks_in_10044{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	#stacks_in_10044::before{
		content:"";
		top:0;
		left:0;
		bottom:0;
		right:0;
		position:absolute;
		
		opacity:1;
		
		/* Old browsers */
		background: rgba(110, 178, 222, 1.00);
		/* FF3.6+ */
		background: -moz-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,   rgba(46, 66, 114, 1.00) 100%);
		/* Chrome,Safari4+ */
		background: -webkit-gradient(radial, 50% 50%, color-stop(0%,rgba(110, 178, 222, 1.00)),   color-stop(100%,rgba(46, 66, 114, 1.00)));
		/* Chrome10+,Safari5.1+ */
		background: -webkit-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* Opera 11.10+ */
		background: -o-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* IE10+ */
		background: -ms-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* W3C */
		background: radial-gradient(ellipse at 50% 50%,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* IE6-9 fallback on horizontal gradient */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
	}
	






/* End Gradient stack CSS code */
#stacks_in_10044 {
	padding:  15px;
}

/* Start Launcher stack CSS code */

#stacks_in_10063 img{
	max-width: 100%;
	height: auto;
}


.stacks_in_10063lightbox{
	cursor: pointer;
}
.stacks_in_10063lightboxContents{
	display: none;
}




.stacks_in_10063launcherWrapper{
	border: 6px solid #E24159;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.stacks_in_10063launcherWrapper a{
	text-decoration: none;
}

.stacks_in_10063help{
	display: none;
	border-left: 6px solid #E24159;
	border-right: 6px solid #E24159;
	background: #3398DB;
	color: #fff;
	padding: 20px;
	font-size: 14px;
	padding-left: 50px;
	
}

.stacks_in_10063helpTitle{
	font-size: 1.4em;
	font-weight: bold;
}

.stacks_in_10063launcherLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_10063galleryLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_10063helpLabel{
	display: block;
	position: absolute;
	top:3px;
	left: 0;
	z-index: 1000001;
}



/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body{
    -webkit-overflow-scrolling:touch;
}
/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay{
    background: rgba(0,0,0,0.85); 
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000002;
    overflow: hidden;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.relativo{
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
/* ----- preloader ----- */
.vbox-preloader{
    position:fixed; 
    width:36px; 
    height:36px;
    left:50%; 
    top:50%; 
    margin-left:-18px; 
    margin-top:-18px;
    background: url(../files/launcherAssets/preload.gif) center center no-repeat;
    text-indent: -100px;
    overflow: hidden;
}

/* ----- navigation ----- */
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;
    display: block;
    background: url(../files/launcherAssets/close.gif) no-repeat #161617;
    background-position:10px center;
    color: #fff;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-next, .vbox-prev{
    cursor: pointer;
    position: fixed;
    top: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-prev{
    left: 10px;
    background: url(../files/launcherAssets/prev.gif) center center no-repeat;
}
.vbox-next{
    right: 10px;
    background: url(../files/launcherAssets/next.gif) center center no-repeat;
}

.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    padding: 6px 40px;
    overflow: hidden;
    background: #161617;
    position: fixed;
    display: none;
    top: -1px;
    left: 0;

}
.vbox-num{
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    height: 40px;
    display: block;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    background: #161617;
    display: none;
}
/* ------- inline window ------ */
.vbox-inline{
    display: inline-block;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: scroll;
}

/* ------- Video window ------ */
.videoframe{
    width: 420px;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: scroll;
}

/* ------- Video & iFrames window ------ */
.venoframe{
    border: none;
    width: 960px;
    height: 720px;
    overflow: scroll;
}
@media (max-width: 992px) {
    .venoframe{
        width: 640px;
        height: 480px;
    }
}
@media (max-width: 767px) {
    .venoframe{
        width: 420px;
        height: 315px;
    }
}
@media (max-width: 460px) {
    .vbox-inline{
        width: 100%;
    }

    .venoframe{
        width: 100%;
        height: 260px;
    }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-container{
    position: relative;
    background: #000;
    width: 98%;
    max-width: 1024px;
    margin: 0 auto;
}
.stacks_in_10063vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.vwrap{
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    height: auto;
    overflow: hidden;
    z-index: 1000001;
}

/* End Launcher stack CSS code */
/* Start Image stack CSS code */

.stacks_in_10067center{
	display: block;
	margin: 0 auto 0 auto;
}

.stacks_in_10067editWrapper{
	border: 6px solid #95A5A5;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url("../files/geometry.png");
	margin: 10px;
}

#stacks_in_10067 img{
	max-width: 100%;
	height: auto;
}

.stacks_in_10067imageLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_10067pathLabel{
	display: block;
	position: absolute;
	top:10px;
	right: 10px;
	z-index: 1000001;
}

.stacks_in_10067pathLabel:not(:empty){
	padding: 3px 10px 3px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #95A5A5;
	color: #fff;
	max-width: 50%;
	text-align: right;
	overflow: hidden;
}


/* End Image stack CSS code */
#stacks_in_149088 {
	margin: 20px 0px 30px 0px;
}

#stacks_in_149089 {
	font-size: 69%;
}
/*
 * 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_10041 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_10041 .theDivider1, #simpleDivider_stacks_in_10041 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_10041 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_10041 .theDivider2 {
	height: 1px;
	background-color: #6EB2DE;
}

#stacks_in_10042 {
	margin: 0px 0px 20px 0px;
}
/* Start Gradient stack CSS code */

#stacks_in_9988{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	#stacks_in_9988::before{
		content:"";
		top:0;
		left:0;
		bottom:0;
		right:0;
		position:absolute;
		
		opacity:1;
		
		/* Old browsers */
		background: rgba(110, 178, 222, 1.00);
		/* FF3.6+ */
		background: -moz-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,   rgba(46, 66, 114, 1.00) 100%);
		/* Chrome,Safari4+ */
		background: -webkit-gradient(radial, 50% 50%, color-stop(0%,rgba(110, 178, 222, 1.00)),   color-stop(100%,rgba(46, 66, 114, 1.00)));
		/* Chrome10+,Safari5.1+ */
		background: -webkit-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* Opera 11.10+ */
		background: -o-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* IE10+ */
		background: -ms-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* W3C */
		background: radial-gradient(ellipse at 50% 50%,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* IE6-9 fallback on horizontal gradient */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
	}
	






/* End Gradient stack CSS code */
#stacks_in_9988 {
	padding:  15px;
}

/* Start Launcher stack CSS code */

#stacks_in_10070 img{
	max-width: 100%;
	height: auto;
}


.stacks_in_10070lightbox{
	cursor: pointer;
}
.stacks_in_10070lightboxContents{
	display: none;
}




.stacks_in_10070launcherWrapper{
	border: 6px solid #E24159;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.stacks_in_10070launcherWrapper a{
	text-decoration: none;
}

.stacks_in_10070help{
	display: none;
	border-left: 6px solid #E24159;
	border-right: 6px solid #E24159;
	background: #3398DB;
	color: #fff;
	padding: 20px;
	font-size: 14px;
	padding-left: 50px;
	
}

.stacks_in_10070helpTitle{
	font-size: 1.4em;
	font-weight: bold;
}

.stacks_in_10070launcherLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_10070galleryLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_10070helpLabel{
	display: block;
	position: absolute;
	top:3px;
	left: 0;
	z-index: 1000001;
}



/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body{
    -webkit-overflow-scrolling:touch;
}
/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay{
    background: rgba(0,0,0,0.85); 
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000002;
    overflow: hidden;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.relativo{
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
/* ----- preloader ----- */
.vbox-preloader{
    position:fixed; 
    width:36px; 
    height:36px;
    left:50%; 
    top:50%; 
    margin-left:-18px; 
    margin-top:-18px;
    background: url(../files/launcherAssets/preload.gif) center center no-repeat;
    text-indent: -100px;
    overflow: hidden;
}

/* ----- navigation ----- */
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;
    display: block;
    background: url(../files/launcherAssets/close.gif) no-repeat #161617;
    background-position:10px center;
    color: #fff;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-next, .vbox-prev{
    cursor: pointer;
    position: fixed;
    top: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-prev{
    left: 10px;
    background: url(../files/launcherAssets/prev.gif) center center no-repeat;
}
.vbox-next{
    right: 10px;
    background: url(../files/launcherAssets/next.gif) center center no-repeat;
}

.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    padding: 6px 40px;
    overflow: hidden;
    background: #161617;
    position: fixed;
    display: none;
    top: -1px;
    left: 0;

}
.vbox-num{
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    height: 40px;
    display: block;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    background: #161617;
    display: none;
}
/* ------- inline window ------ */
.vbox-inline{
    display: inline-block;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: scroll;
}

/* ------- Video window ------ */
.videoframe{
    width: 420px;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: scroll;
}

/* ------- Video & iFrames window ------ */
.venoframe{
    border: none;
    width: 960px;
    height: 720px;
    overflow: scroll;
}
@media (max-width: 992px) {
    .venoframe{
        width: 640px;
        height: 480px;
    }
}
@media (max-width: 767px) {
    .venoframe{
        width: 420px;
        height: 315px;
    }
}
@media (max-width: 460px) {
    .vbox-inline{
        width: 100%;
    }

    .venoframe{
        width: 100%;
        height: 260px;
    }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-container{
    position: relative;
    background: #000;
    width: 98%;
    max-width: 1024px;
    margin: 0 auto;
}
.stacks_in_10070vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.vwrap{
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    height: auto;
    overflow: hidden;
    z-index: 1000001;
}

/* End Launcher stack CSS code */
/* Start Image stack CSS code */

.stacks_in_10074center{
	display: block;
	margin: 0 auto 0 auto;
}

.stacks_in_10074editWrapper{
	border: 6px solid #95A5A5;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url("../files/geometry.png");
	margin: 10px;
}

#stacks_in_10074 img{
	max-width: 100%;
	height: auto;
}

.stacks_in_10074imageLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_10074pathLabel{
	display: block;
	position: absolute;
	top:10px;
	right: 10px;
	z-index: 1000001;
}

.stacks_in_10074pathLabel:not(:empty){
	padding: 3px 10px 3px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #95A5A5;
	color: #fff;
	max-width: 50%;
	text-align: right;
	overflow: hidden;
}


/* End Image stack CSS code */
#stacks_in_149090 {
	margin: 20px 0px 30px 0px;
}

#stacks_in_149091 {
	font-size: 69%;
}
/*
 * 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_8250 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_8250 .theDivider1, #simpleDivider_stacks_in_8250 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_8250 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_8250 .theDivider2 {
	height: 1px;
	background-color: #6EB2DE;
}

#stacks_in_369 {
	margin: 0px 0px 20px 0px;
}
/* Start Gradient stack CSS code */

#stacks_in_9998{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	#stacks_in_9998::before{
		content:"";
		top:0;
		left:0;
		bottom:0;
		right:0;
		position:absolute;
		
		opacity:1;
		
		/* Old browsers */
		background: rgba(110, 178, 222, 1.00);
		/* FF3.6+ */
		background: -moz-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,   rgba(46, 66, 114, 1.00) 100%);
		/* Chrome,Safari4+ */
		background: -webkit-gradient(radial, 50% 50%, color-stop(0%,rgba(110, 178, 222, 1.00)),   color-stop(100%,rgba(46, 66, 114, 1.00)));
		/* Chrome10+,Safari5.1+ */
		background: -webkit-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* Opera 11.10+ */
		background: -o-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* IE10+ */
		background: -ms-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* W3C */
		background: radial-gradient(ellipse at 50% 50%,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* IE6-9 fallback on horizontal gradient */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
	}
	






/* End Gradient stack CSS code */
#stacks_in_9998 {
	padding:  15px;
}

/* Start Launcher stack CSS code */

#stacks_in_10077 img{
	max-width: 100%;
	height: auto;
}


.stacks_in_10077lightbox{
	cursor: pointer;
}
.stacks_in_10077lightboxContents{
	display: none;
}




.stacks_in_10077launcherWrapper{
	border: 6px solid #E24159;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.stacks_in_10077launcherWrapper a{
	text-decoration: none;
}

.stacks_in_10077help{
	display: none;
	border-left: 6px solid #E24159;
	border-right: 6px solid #E24159;
	background: #3398DB;
	color: #fff;
	padding: 20px;
	font-size: 14px;
	padding-left: 50px;
	
}

.stacks_in_10077helpTitle{
	font-size: 1.4em;
	font-weight: bold;
}

.stacks_in_10077launcherLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_10077galleryLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_10077helpLabel{
	display: block;
	position: absolute;
	top:3px;
	left: 0;
	z-index: 1000001;
}



/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body{
    -webkit-overflow-scrolling:touch;
}
/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay{
    background: rgba(0,0,0,0.85); 
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000002;
    overflow: hidden;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.relativo{
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
/* ----- preloader ----- */
.vbox-preloader{
    position:fixed; 
    width:36px; 
    height:36px;
    left:50%; 
    top:50%; 
    margin-left:-18px; 
    margin-top:-18px;
    background: url(../files/launcherAssets/preload.gif) center center no-repeat;
    text-indent: -100px;
    overflow: hidden;
}

/* ----- navigation ----- */
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;
    display: block;
    background: url(../files/launcherAssets/close.gif) no-repeat #161617;
    background-position:10px center;
    color: #fff;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-next, .vbox-prev{
    cursor: pointer;
    position: fixed;
    top: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-prev{
    left: 10px;
    background: url(../files/launcherAssets/prev.gif) center center no-repeat;
}
.vbox-next{
    right: 10px;
    background: url(../files/launcherAssets/next.gif) center center no-repeat;
}

.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    padding: 6px 40px;
    overflow: hidden;
    background: #161617;
    position: fixed;
    display: none;
    top: -1px;
    left: 0;

}
.vbox-num{
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    height: 40px;
    display: block;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    background: #161617;
    display: none;
}
/* ------- inline window ------ */
.vbox-inline{
    display: inline-block;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: scroll;
}

/* ------- Video window ------ */
.videoframe{
    width: 420px;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: scroll;
}

/* ------- Video & iFrames window ------ */
.venoframe{
    border: none;
    width: 960px;
    height: 720px;
    overflow: scroll;
}
@media (max-width: 992px) {
    .venoframe{
        width: 640px;
        height: 480px;
    }
}
@media (max-width: 767px) {
    .venoframe{
        width: 420px;
        height: 315px;
    }
}
@media (max-width: 460px) {
    .vbox-inline{
        width: 100%;
    }

    .venoframe{
        width: 100%;
        height: 260px;
    }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-container{
    position: relative;
    background: #000;
    width: 98%;
    max-width: 1024px;
    margin: 0 auto;
}
.stacks_in_10077vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.vwrap{
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    height: auto;
    overflow: hidden;
    z-index: 1000001;
}

/* End Launcher stack CSS code */
/* Start Image stack CSS code */

.stacks_in_10081center{
	display: block;
	margin: 0 auto 0 auto;
}

.stacks_in_10081editWrapper{
	border: 6px solid #95A5A5;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url("../files/geometry.png");
	margin: 10px;
}

#stacks_in_10081 img{
	max-width: 100%;
	height: auto;
}

.stacks_in_10081imageLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_10081pathLabel{
	display: block;
	position: absolute;
	top:10px;
	right: 10px;
	z-index: 1000001;
}

.stacks_in_10081pathLabel:not(:empty){
	padding: 3px 10px 3px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #95A5A5;
	color: #fff;
	max-width: 50%;
	text-align: right;
	overflow: hidden;
}


/* End Image stack CSS code */
#stacks_in_149092 {
	margin: 20px 0px 30px 0px;
}

#stacks_in_149093 {
	font-size: 69%;
}
/*
 * 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_8465 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_8465 .theDivider1, #simpleDivider_stacks_in_8465 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_8465 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_8465 .theDivider2 {
	height: 1px;
	background-color: #6EB2DE;
}

#stacks_in_8318 {
	margin: 0px 0px 20px 0px;
}
/* Start Gradient stack CSS code */

#stacks_in_10010{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	#stacks_in_10010::before{
		content:"";
		top:0;
		left:0;
		bottom:0;
		right:0;
		position:absolute;
		
		opacity:1;
		
		/* Old browsers */
		background: rgba(110, 178, 222, 1.00);
		/* FF3.6+ */
		background: -moz-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,   rgba(46, 66, 114, 1.00) 100%);
		/* Chrome,Safari4+ */
		background: -webkit-gradient(radial, 50% 50%, color-stop(0%,rgba(110, 178, 222, 1.00)),   color-stop(100%,rgba(46, 66, 114, 1.00)));
		/* Chrome10+,Safari5.1+ */
		background: -webkit-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* Opera 11.10+ */
		background: -o-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* IE10+ */
		background: -ms-radial-gradient(50% 50%, ellipse cover,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* W3C */
		background: radial-gradient(ellipse at 50% 50%,  rgba(110, 178, 222, 1.00) 0%,rgba(46, 66, 114, 1.00) 100%);
		/* IE6-9 fallback on horizontal gradient */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
	}
	






/* End Gradient stack CSS code */
#stacks_in_10010 {
	padding:  15px;
}

/* Start Launcher stack CSS code */

#stacks_in_10084 img{
	max-width: 100%;
	height: auto;
}


.stacks_in_10084lightbox{
	cursor: pointer;
}
.stacks_in_10084lightboxContents{
	display: none;
}




.stacks_in_10084launcherWrapper{
	border: 6px solid #E24159;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.stacks_in_10084launcherWrapper a{
	text-decoration: none;
}

.stacks_in_10084help{
	display: none;
	border-left: 6px solid #E24159;
	border-right: 6px solid #E24159;
	background: #3398DB;
	color: #fff;
	padding: 20px;
	font-size: 14px;
	padding-left: 50px;
	
}

.stacks_in_10084helpTitle{
	font-size: 1.4em;
	font-weight: bold;
}

.stacks_in_10084launcherLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_10084galleryLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_10084helpLabel{
	display: block;
	position: absolute;
	top:3px;
	left: 0;
	z-index: 1000001;
}



/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body{
    -webkit-overflow-scrolling:touch;
}
/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay{
    background: rgba(0,0,0,0.85); 
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000002;
    overflow: hidden;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.relativo{
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
/* ----- preloader ----- */
.vbox-preloader{
    position:fixed; 
    width:36px; 
    height:36px;
    left:50%; 
    top:50%; 
    margin-left:-18px; 
    margin-top:-18px;
    background: url(../files/launcherAssets/preload.gif) center center no-repeat;
    text-indent: -100px;
    overflow: hidden;
}

/* ----- navigation ----- */
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;
    display: block;
    background: url(../files/launcherAssets/close.gif) no-repeat #161617;
    background-position:10px center;
    color: #fff;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-next, .vbox-prev{
    cursor: pointer;
    position: fixed;
    top: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-prev{
    left: 10px;
    background: url(../files/launcherAssets/prev.gif) center center no-repeat;
}
.vbox-next{
    right: 10px;
    background: url(../files/launcherAssets/next.gif) center center no-repeat;
}

.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    padding: 6px 40px;
    overflow: hidden;
    background: #161617;
    position: fixed;
    display: none;
    top: -1px;
    left: 0;

}
.vbox-num{
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    height: 40px;
    display: block;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    background: #161617;
    display: none;
}
/* ------- inline window ------ */
.vbox-inline{
    display: inline-block;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: scroll;
}

/* ------- Video window ------ */
.videoframe{
    width: 420px;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: scroll;
}

/* ------- Video & iFrames window ------ */
.venoframe{
    border: none;
    width: 960px;
    height: 720px;
    overflow: scroll;
}
@media (max-width: 992px) {
    .venoframe{
        width: 640px;
        height: 480px;
    }
}
@media (max-width: 767px) {
    .venoframe{
        width: 420px;
        height: 315px;
    }
}
@media (max-width: 460px) {
    .vbox-inline{
        width: 100%;
    }

    .venoframe{
        width: 100%;
        height: 260px;
    }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-container{
    position: relative;
    background: #000;
    width: 98%;
    max-width: 1024px;
    margin: 0 auto;
}
.stacks_in_10084vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.vwrap{
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    height: auto;
    overflow: hidden;
    z-index: 1000001;
}

/* End Launcher stack CSS code */
/* Start Image stack CSS code */

.stacks_in_10088center{
	display: block;
	margin: 0 auto 0 auto;
}

.stacks_in_10088editWrapper{
	border: 6px solid #95A5A5;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url("../files/geometry.png");
	margin: 10px;
}

#stacks_in_10088 img{
	max-width: 100%;
	height: auto;
}

.stacks_in_10088imageLabel{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000001;
}

.stacks_in_10088pathLabel{
	display: block;
	position: absolute;
	top:10px;
	right: 10px;
	z-index: 1000001;
}

.stacks_in_10088pathLabel:not(:empty){
	padding: 3px 10px 3px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #95A5A5;
	color: #fff;
	max-width: 50%;
	text-align: right;
	overflow: hidden;
}


/* End Image stack CSS code */
#stacks_in_149094 {
	margin: 20px 0px 30px 0px;
}

#stacks_in_149095 {
	font-size: 69%;
}
/*
 * 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_8468 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_8468 .theDivider1, #simpleDivider_stacks_in_8468 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_8468 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_8468 .theDivider2 {
	height: 1px;
	background-color: #6EB2DE;
}
  #stacks_in_149015{visibility:hidden}

#stacks_in_149017 {
	margin: 0px 0px 0px 5px;
}

#stacks_in_149018 {
	margin: 5px 0px 10px 20px;
	padding: 5px 0px 10px 10px;
}

#stacks_in_149019 {
	word-spacing: 10px;
	font-size: 121%;
}


/* Start doobox Chauffeur css */

.stacks_in_149024wrapper{
width: 50px;
margin: 0 auto;

display : none;

opacity:0.7;
}

.stacks_in_149024bulter{
cursor: pointer;
border: 1px solid #5A9ECA;
background: #6EB2DE;
width: 50px;
height: 50px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #1B2C4A;
text-align: center;
line-height: 50px;
margin: 5px;
z-index: 1000001;
background: #6EB2DE;
}


.stacks_in_149024bulter i {
	display: block;
	margin: 0 auto 0 auto;
	font-size: 20px;
	line-height: 48px; 
	vertical-align: middle;
}


.stacks_in_149024bulter:hover{
color: #071836;
background: #7DC1ED; /* Old browsers */
}

/* end doobox Chauffeur css */

/* Start doobox anchor css */








.stacks_in_149025anchor1 {

}

.stacks_in_149025anchor2 {

}


/* end doobox anchor css *//*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 21, November, 2010
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_149026headerSpacer {
	display: block;
	width:  1px;
	height: 200px;
	background: transparent;
}