
#stacks_in_338 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_339 {
	font-size: 101%;
}
/*
 * 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_4942 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_4942 .theDivider1, #simpleDivider_stacks_in_4942 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_4942 .theDivider1 {
	border-top: solid 1px #A30035;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_4942 .theDivider2 {
	height: 4px;
	background-color: #E0E0E0;
}

/* Start Launcher stack CSS code */

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


.stacks_in_4905lightbox{
	cursor: pointer;
}
.stacks_in_4905lightboxContents{
	display: none;
}




.stacks_in_4905launcherWrapper{
	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_4905launcherWrapper a{
	text-decoration: none;
}

.stacks_in_4905help{
	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_4905helpTitle{
	font-size: 1.4em;
	font-weight: bold;
}

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

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

.stacks_in_4905helpLabel{
	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_4905vbox-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_4908center{
	display: block;
	margin: 0 auto 0 auto;
}

.stacks_in_4908editWrapper{
	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_4908 img{
	max-width: 100%;
	height: auto;
}

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

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

.stacks_in_4908pathLabel: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_343 {
	margin: 0px 0px 30px 0px;
}
/*
 * 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_4945 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_4945 .theDivider1, #simpleDivider_stacks_in_4945 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_4945 .theDivider1 {
	border-top: solid 1px #A30035;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_4945 .theDivider2 {
	height: 4px;
	background-color: #E0E0E0;
}

#stacks_in_347 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_347 .stacks_right {
	float:right;
	width:49%;
}
/* Start Launcher stack CSS code */

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


.stacks_in_4912lightbox{
	cursor: pointer;
}
.stacks_in_4912lightboxContents{
	display: none;
}




.stacks_in_4912launcherWrapper{
	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_4912launcherWrapper a{
	text-decoration: none;
}

.stacks_in_4912help{
	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_4912helpTitle{
	font-size: 1.4em;
	font-weight: bold;
}

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

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

.stacks_in_4912helpLabel{
	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_4912vbox-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_4912 {
	margin: 0px 0px 30px 0px;
}

/* Start Launcher stack CSS code */

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


.stacks_in_4915lightbox{
	cursor: pointer;
}
.stacks_in_4915lightboxContents{
	display: none;
}




.stacks_in_4915launcherWrapper{
	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_4915launcherWrapper a{
	text-decoration: none;
}

.stacks_in_4915help{
	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_4915helpTitle{
	font-size: 1.4em;
	font-weight: bold;
}

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

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

.stacks_in_4915helpLabel{
	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_4915vbox-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_4915 {
	margin: 0px 0px 30px 0px;
}
/*
 * 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_4948 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_4948 .theDivider1, #simpleDivider_stacks_in_4948 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_4948 .theDivider1 {
	border-top: solid 1px #A30035;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_4948 .theDivider2 {
	height: 4px;
	background-color: #E0E0E0;
}

#stacks_in_354 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_354 .stacks_right {
	float:right;
	width:49%;
}
/* Start Launcher stack CSS code */

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


.stacks_in_4918lightbox{
	cursor: pointer;
}
.stacks_in_4918lightboxContents{
	display: none;
}




.stacks_in_4918launcherWrapper{
	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_4918launcherWrapper a{
	text-decoration: none;
}

.stacks_in_4918help{
	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_4918helpTitle{
	font-size: 1.4em;
	font-weight: bold;
}

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

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

.stacks_in_4918helpLabel{
	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_4918vbox-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_4918 {
	margin: 0px 0px 30px 0px;
}

/* Start Launcher stack CSS code */

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


.stacks_in_4921lightbox{
	cursor: pointer;
}
.stacks_in_4921lightboxContents{
	display: none;
}




.stacks_in_4921launcherWrapper{
	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_4921launcherWrapper a{
	text-decoration: none;
}

.stacks_in_4921help{
	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_4921helpTitle{
	font-size: 1.4em;
	font-weight: bold;
}

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

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

.stacks_in_4921helpLabel{
	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_4921vbox-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_4921 {
	margin: 0px 0px 30px 0px;
}
/*
 * 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_4951 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_4951 .theDivider1, #simpleDivider_stacks_in_4951 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_4951 .theDivider1 {
	border-top: solid 1px #A30035;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_4951 .theDivider2 {
	height: 4px;
	background-color: #E0E0E0;
}
  #stacks_in_5173{visibility:hidden}

#stacks_in_5175 {
	margin: 0px 0px 0px 5px;
	padding: 10px 0px 10px 0px;
}

#stacks_in_5177 {
	font-size: 120%;
}
  #stacks_in_5179{visibility:hidden}

#stacks_in_5182 {
	background-color: rgba(230, 246, 255, 1.00);
	margin: 0px 0px 20px 0px;
}
#stacks_in_5184 .sirecowrapper {
display: block;
padding-top: 0% !important;
padding-bottom: 0% !important;


height:auto;


/*Custom CSS;*/
}

#stacks_in_5184 .sirecowrapper a {/*Custom CSS;*/}
#stacks_in_5184 .sirecowrapper a:hover {/*Custom CSS;*/}

#stacks_in_5184 .sirecocontainer {
display: block;
max-width: 1060px; 
margin-left: auto;
margin-right:auto;
/*Custom CSS;*/
}

#stacks_in_5184 .sirecocontainer img {

	padding: 0px 0px 0px 0px;
}


#stacks_in_5184 .sirecobefit {
margin-left: -10px;
margin-right: -10px;
}

#stacks_in_5184 .sirecospacer {
margin-left: 10px;
margin-right: 10px;
}

#stacks_in_5184 .sireco:first-of-type {
float: left;

											/*3columnspecial*/





}
#stacks_in_5184 .sireco {



											/*3columnspecial*/





	width: 20%;






	display: block; 
	float: left; clear: none;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#stacks_in_5184 .sireco:last-of-type {
float: right; clear: right;

											/*3columnspecial*/




}

#stacks_in_5184 .sireco_bottomslice {
	text-align: center;
	padding: 5%;
	/*Custom CSS;*/
}


@media handheld, only screen and (max-width: 680px) {
#stacks_in_5184 .sirecobefit {
margin-left: 10px;
margin-right: 10px;
}
#stacks_in_5184 .sireco {
	width: 100%;
	padding: 25px;
				
}
#stacks_in_5184 .sireco:first-of-type {
	width: 100%;
	padding: 25px; 
				
/*Custom CSS;*/
}
#stacks_in_5184 .sireco:last-of-type { 
	width: 100%;
	padding: 25px; 
				
	/*Custom CSS;*/
}

#stacks_in_5184 .sireco:nth-of-type(2n) {
 
}

#stacks_in_5184 .sirecocontainer {

}

#stacks_in_5184 .sirecowrapper {



height:auto !important;


/*Custom CSS;*/
}

#stacks_in_5184 .sireco_bottomslice {
	/*Custom CSS;*/
}

}



#stacks_in_5184 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 30px 30px 30px 30px;
	padding: 20px 20px 20px 20px;
}

#stacks_in_5191 {
	font-size: 80%;
}

#stacks_in_5198 {
	font-size: 80%;
}

#stacks_in_5205 {
	font-size: 80%;
}

#stacks_in_5212 {
	font-size: 80%;
}

#stacks_in_5219 {
	font-size: 80%;
}
#stacks_in_5221 .sirecowrapper {
display: block;
padding-top: 0% !important;
padding-bottom: 0% !important;


height:auto;


/*Custom CSS;*/
}

#stacks_in_5221 .sirecowrapper a {/*Custom CSS;*/}
#stacks_in_5221 .sirecowrapper a:hover {/*Custom CSS;*/}

#stacks_in_5221 .sirecocontainer {
display: block;
max-width: 1200px; 
margin-left: auto;
margin-right:auto;
/*Custom CSS;*/
}

#stacks_in_5221 .sirecocontainer img {

	padding: 0px 0px 0px 0px;
}


#stacks_in_5221 .sirecobefit {
margin-left: -10px;
margin-right: -10px;
}

#stacks_in_5221 .sirecospacer {
margin-left: 10px;
margin-right: 10px;
}

#stacks_in_5221 .sireco:first-of-type {
float: left;

											/*3columnspecial*/





}
#stacks_in_5221 .sireco {



											/*3columnspecial*/



	width: 25%;








	display: block; 
	float: left; clear: none;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#stacks_in_5221 .sireco:last-of-type {
float: right; clear: right;

											/*3columnspecial*/




}

#stacks_in_5221 .sireco_bottomslice {
	text-align: center;
	padding: 5%;
	/*Custom CSS;*/
}


@media handheld, only screen and (max-width: 680px) {
#stacks_in_5221 .sirecobefit {
margin-left: 10px;
margin-right: 10px;
}
#stacks_in_5221 .sireco {
	width: 100%;
	padding: 25px;
				
}
#stacks_in_5221 .sireco:first-of-type {
	width: 100%;
	padding: 25px; 
				
/*Custom CSS;*/
}
#stacks_in_5221 .sireco:last-of-type { 
	width: 100%;
	padding: 25px; 
				
	/*Custom CSS;*/
}

#stacks_in_5221 .sireco:nth-of-type(2n) {
 
}

#stacks_in_5221 .sirecocontainer {

}

#stacks_in_5221 .sirecowrapper {



height:auto !important;


/*Custom CSS;*/
}

#stacks_in_5221 .sireco_bottomslice {
	/*Custom CSS;*/
}

}



#stacks_in_5221 {
	background-color: rgba(230, 246, 255, 1.00);
	margin: 10px 0px 10px 0px;
	padding:  20px;
}

#stacks_in_5222 {
	margin: 0px 0px 27px 0px;
}

#stacks_in_5226 {
	font-size: 79%;
}

#stacks_in_5227 {
	margin: 0px 0px 30px 0px;
}

#stacks_in_5231 {
	font-size: 79%;
}

#stacks_in_5232 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_5236 {
	font-size: 80%;
}

#stacks_in_5237 {
	margin: 0px 0px 8px 0px;
}

#stacks_in_5241 {
	font-size: 79%;
}

#stacks_in_5242 {
	background-color: rgba(230, 246, 255, 1.00);
	margin: 20px 0px 30px 0px;
}

#stacks_in_5243 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 30px 30px 30px 30px;
	padding:  20px;
}
#stacks_in_5247 .sirecowrapper {
display: block;
padding-top: 0% !important;
padding-bottom: 0% !important;


height:auto;


/*Custom CSS;*/
}

#stacks_in_5247 .sirecowrapper a {/*Custom CSS;*/}
#stacks_in_5247 .sirecowrapper a:hover {/*Custom CSS;*/}

#stacks_in_5247 .sirecocontainer {
display: block;
max-width: 1200px; 
margin-left: auto;
margin-right:auto;
/*Custom CSS;*/
}

#stacks_in_5247 .sirecocontainer img {

	padding: 0px 0px 0px 0px;
}


#stacks_in_5247 .sirecobefit {
margin-left: -10px;
margin-right: -10px;
}

#stacks_in_5247 .sirecospacer {
margin-left: 10px;
margin-right: 10px;
}

#stacks_in_5247 .sireco:first-of-type {
float: left;

											/*3columnspecial*/





}
#stacks_in_5247 .sireco {



											/*3columnspecial*/



	width: 25%;








	display: block; 
	float: left; clear: none;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#stacks_in_5247 .sireco:last-of-type {
float: right; clear: right;

											/*3columnspecial*/




}

#stacks_in_5247 .sireco_bottomslice {
	text-align: center;
	padding: 5%;
	/*Custom CSS;*/
}


@media handheld, only screen and (max-width: 680px) {
#stacks_in_5247 .sirecobefit {
margin-left: 10px;
margin-right: 10px;
}
#stacks_in_5247 .sireco {
	width: 100%;
	padding: 25px;
				
}
#stacks_in_5247 .sireco:first-of-type {
	width: 100%;
	padding: 25px; 
				
/*Custom CSS;*/
}
#stacks_in_5247 .sireco:last-of-type { 
	width: 100%;
	padding: 25px; 
				
	/*Custom CSS;*/
}

#stacks_in_5247 .sireco:nth-of-type(2n) {
 
}

#stacks_in_5247 .sirecocontainer {

}

#stacks_in_5247 .sirecowrapper {



height:auto !important;


/*Custom CSS;*/
}

#stacks_in_5247 .sireco_bottomslice {
	/*Custom CSS;*/
}

}



#stacks_in_5247 {
	background-color: rgba(230, 246, 255, 1.00);
	padding:  20px;
}

#stacks_in_5249 {
	margin: 0px 0px 27px 0px;
}

#stacks_in_5254 {
	font-size: 80%;
}

#stacks_in_5261 {
	font-size: 80%;
}

#stacks_in_5268 {
	font-size: 80%;
}

#stacks_in_5270 {
	margin: 0px 0px 8px 0px;
}

#stacks_in_5275 {
	font-size: 80%;
}
