/* Start Gradient stack CSS code */

#stacks_in_9952{
	/* 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_9952::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_7786 .stacks_left {
	float:left;
	width:33%;
}

#stacks_in_7786 .stacks_right {
	float:right;
	width:67%;
}
#stacks_in_7786 {
	padding:  20px;
}

/* Start Launcher stack CSS code */

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


.stacks_in_7793lightbox{
	cursor: pointer;
}
.stacks_in_7793lightboxContents{
	display: none;
}




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

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

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

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

.stacks_in_7793helpLabel{
	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_7793vbox-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_7793 {
	margin: 0px 20px 0px 0px;
}
/* Start Launcher Video stack CSS code */

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

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

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

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

.stacks_in_7801pathLabel: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_7801pathLabel: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_149020 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_149020 .theDivider1, #simpleDivider_stacks_in_149020 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_149020 .theDivider1 {
	border-top: solid 1px #6EB2DE;
	border-bottom: solid 1px #B3CFD7;
}
#simpleDivider_stacks_in_149020 .theDivider2 {
	height: 1px;
	background-color: #6EB2DE;
}

#stacks_in_149020 {
	margin: 0px 5px 0px 5px;
}
/* Start Gradient stack CSS code */

#stacks_in_9960{
	/* 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_9960::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_9960 {
	padding:  15px;
}

#stacks_in_61 {
	padding:  20px;
}
/*
 * 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_149021 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_149021 .theDivider1, #simpleDivider_stacks_in_149021 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_149021 .theDivider1 {
	border-top: solid 1px #6EB2DE;
	border-bottom: solid 1px #B3CFD7;
}
#simpleDivider_stacks_in_149021 .theDivider2 {
	height: 1px;
	background-color: #6EB2DE;
}

#stacks_in_149021 {
	margin: 0px 5px 0px 5px;
}
/* Start Gradient stack CSS code */

#stacks_in_9968{
	/* 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_9968::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_9968 {
	padding:  15px;
}

#stacks_in_65 {
	padding:  20px;
}
/*
 * 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_149022 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_149022 .theDivider1, #simpleDivider_stacks_in_149022 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_149022 .theDivider1 {
	border-top: solid 1px #6EB2DE;
	border-bottom: solid 1px #B3CFD7;
}
#simpleDivider_stacks_in_149022 .theDivider2 {
	height: 1px;
	background-color: #6EB2DE;
}

#stacks_in_149022 {
	margin: 0px 5px 0px 5px;
}
/* Start Gradient stack CSS code */

#stacks_in_9976{
	/* 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_9976::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_9976 {
	padding:  15px;
}

#stacks_in_67 {
	padding:  20px;
}
/*
 * 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_149023 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_149023 .theDivider1, #simpleDivider_stacks_in_149023 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_149023 .theDivider1 {
	border-top: solid 1px #6EB2DE;
	border-bottom: solid 1px #B3CFD7;
}
#simpleDivider_stacks_in_149023 .theDivider2 {
	height: 1px;
	background-color: #6EB2DE;
}

#stacks_in_149023 {
	margin: 0px 5px 0px 5px;
}
/* Start Gradient stack CSS code */

#stacks_in_9984{
	/* 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_9984::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_9984 {
	padding:  15px;
}

#stacks_in_69 {
	padding:  20px;
}
  #stacks_in_149001{visibility:hidden}

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

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

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


/* Start doobox Chauffeur css */

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

display : none;

opacity:0.7;
}

.stacks_in_149010bulter{
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_149010bulter i {
	display: block;
	margin: 0 auto 0 auto;
	font-size: 20px;
	line-height: 48px; 
	vertical-align: middle;
}


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

/* end doobox Chauffeur css */

/* Start doobox anchor css */








.stacks_in_149011anchor1 {

}

.stacks_in_149011anchor2 {

}


/* 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_149012headerSpacer {
	display: block;
	width:  1px;
	height: 200px;
	background: transparent;
}