/*
-------------------------------------------
Stack: Blueball FreeStack Responsive Max Width Stack
Style Sheet: fsrmaxwidth.css
Created: 23, October 2012
Last Modified: 10, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1097_page7 {
	max-width: 960px;
	min-width: 320px;
	margin: 0px auto !important;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_1097_page7 {
	max-width: 100% !important;
	min-width: 50% !important;
}

}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Logo Stack' 
Style Sheet: fsrlogo.css
Created: 25, October, 2012
Last Modified: 11, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/


#stacks_in_1099_page7 {
	text-align: center;
}

#logo {
	background: transparent;
}

#logo img {
	position:  relative;
	height: auto !important;
	max-width: 100% !important;
	overflow: hidden;
}

/* Smartphones (landscape) ----------- */
@media screen and (max-width: 600px) {
	
#stacks_in_1099_page7 {
	text-align: center;
}
	
#logo img {
	height: auto !important;
	max-width: 75% !important;
}
}



#stacks_in_1099_page7 {
	margin:  11px;
	padding:  11px;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive' Nav Menu Res2 
fsrnavmenures2.css Style Sheet
Created: 29, October, 2012
Last Modified: 12, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#navbar {	
	font-size: 0.85em;
	font-weight: 400;

}

#navbar ul {
	bottom: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
}

*:first-child+html #navbar ul {
	height: 40px !important;
}

#navbar ul li {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 40px;
	border-right: 0px solid #FFFFFF;
	width: auto;
}

#navbar ul li a, #navbar ul li a:visited {
	background: url() top left repeat-x;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 0.85em;
	font-weight: 400;
	padding: 0 45px 0 45px;
	text-decoration: none;
}

#navbar ul li a:hover {
	background: url() top left repeat-x;
	color: #CCCCCC;
}

#navbar ul li #current, #navbar ul li .currentAncestor {
	background: url() top left repeat-x;
	color: #FFFFFF;
}

#navbar ul li a:hover > ul {
	position: relative;
	display: inline-block;
}

#navbar ul li.hasChild > a {
	padding: 0 45px 0 45px;
}

#navbar li:first-child > a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#navbar li:last-child > a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#navbar ul li:last-child {
	border-right: 0px;
}

/* Sub Menu Levels */

#navbar ul ul {
	display: none;
	height: 26px;
	left: 0;
	line-height: 26px;
	margin: 0;
	position: absolute;
	top: 40px;
	width: 200px;
	z-index: 999;
	text-align: left;
}

#navbar ul ul li {
	padding: 0;
	height: 26px;
	width: 200px;
	border-right: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#navbar ul ul li a, #navbar ul ul li a:visited {
	background: #333333;
	color: #FFFFFF;
	border-top: px solid #EFEFEF;
	font-size: 0.75em;
	font-weight: normal;
	height: 26px;
	padding: 0 14px 0 14px;
	margin: 0;
	text-shadow: none;
	width: 186px;
}

*:first-child+html #navbar ul ul li a, #navbar ul ul li a:visited {
	padding: 0 14px 0 14px;
	line-height: 26px !important;
	width: 186px !important;
}

#navbar ul ul li a:hover {
	background: #000000;
	color: #CCCCCC;
	width: 186px;
	background-image: none;
}

#navbar ul ul li #current, #navbar ul ul li .currentAncestor {
	background: #000000;
	color: #FFFFFF;
	width: 186px;
}

#navbar ul ul li:last-child > a {
	border-bottom: 1px solid #EFEFEF;
}

#navbar ul ul li.hasChild > a {
	background-image: url(../optima3_files/arrow_right_white.png);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	width: 186px;
	padding: 0 14px 0 14px;
}

#navbar li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#navbar li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#navbar ul ul ul {
	top: 0;
	left: 214px;
}

*:first-child+html #navbar ul ul ul {
	top: 0;
	left: 214px !important;
}

#navbar li li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#navbar li li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#navbar li li li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#navbar li li li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}


/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 600px) {
	
.tinynav { 
   display: block; 
   width: 100% !important; 
   margin-top: 0px;
   font-size: 18px; 
}

#nav { 
    display: none;
}



}


@media screen and (min-width: 601px) {

/* ensure #navbarbar is visible on desktop version */

#nav {
	display: block !important;
}

.tinynav { 
   display: none !important; 
}

}



/* Start Montage stack CSS code */#stacks_in_1385_page7 img {	max-width: 10000% !important;}.stacks_in_1385_page7clone{	width: auto !important;}.stacks_in_1385_page7loadingcontainer{	display:block;	height: 250px;	background: #000000;	margin: 20px 0 20px 0;}.stacks_in_1385_page7am-outerwrapper{			max-width: auto;				position: relative;	padding: 2px;}#stacks_in_1385_page7am-container{}.stacks_in_1385_page7am-wrapper{    float:left;    position:relative;    overflow:hidden;}.stacks_in_1385_page7am-wrapper img{    position:absolute;    outline:none;}.stacks_in_1385_page7imageoverlay{display: none;position: absolute;width: 100%;left: 0px;bottom: 0px;color: #f4f4f4;border-top: 1px solid #666666;background: #45484d; /* Old browsers */background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */background: linear-gradient(top, #45484d 0%,#000000 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */opacity: 0.8;z-index: 1000001;}.stacks_in_1385_page7overlaytext{position: relative;padding: 8px 14px 8px 12px;	}.stacks_in_1385_page7completeimageoverlay{display: none;position: absolute;width: 100%;height:100%;left: 0px;top: 0px;text-align: center;color: #ffffff;background: #000000;opacity: 0;text-shadow: none !important;z-index: 1000001;}.stacks_in_1385_page7zoomoverlay{display: none;position: absolute;width: 100%;height:100%;left: 0px;top: 0px;text-align: center;background: url(../optima3_files/montageAssets/zoom.png) no-repeat;background-position:center center;opacity: 0;z-index: 1000001;}#stacks_in_1385_page7 a{	text-decoration: none !important;	color: #ffffff !important;}#stacks_in_1385_page7 a:hover{	text-decoration: none !important;	color: #ffffff !important;}.stacks_in_1385_page7clearer{	clear: both;}.stacks_in_1385_page7popupcontrolbar{	display: none;	position: fixed !important;	left: 0px;	bottom: 0px !important;	height: 52px;	width: 100%;	border-top: 1px solid #4C4C4C;	z-index: 1000000;	background: #45484d; /* Old browsers */background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */background: linear-gradient(top, #45484d 0%,#000000 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */cursor: pointer;opacity: 0.7;}.stacks_in_1385_page7xbutton{	width: 40px;	height: 40px;	margin: 8px auto 0 auto;	padding: 0;	background: url(../optima3_files/montageAssets/x.png);	cursor: pointer;}/* End Montage stack CSS code */
#stacks_in_1385_page7 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(152, 155, 130, 1.00);
	border-width:  6px;
	padding: 10px 30px 10px 30px;
}
  #stacks_in_741_page7{display:none}
/* Start FhpxMontage stack CSS code */#stacks_in_2906_page7{	max-width: 100%;}.stacks_in_2906_page7galleryWrapper{	position: relative;	overflow: hidden;	height: 0;	border-right: 5px solid #FFFFFF;	margin: 0 auto 0 auto;}.stacks_in_2906_page7gallery{	position: relative;	width: 104%;}.stacks_in_2906_page7loading{	display: none;	position: relative;    background: rgba(0,0,0,0.1);    padding-top: 40px;    padding-bottom: 40px;}.stacks_in_2906_page7loaderWrapper{	position: relative;	width: 150px;	background: #000000;	-webkit-border-radius: 4px;	-moz-border-radius: 4px;	border-radius: 4px;	margin: 0 auto 0 auto;	padding: 0;	padding-top: 34px;	padding-bottom: 34px;}.stacks_in_2906_page7loaderWrapper img{	position: relative;	display: block;	-webkit-border-radius: 68px;	-moz-border-radius: 68px;	border-radius: 68px;	margin: 0 auto 0 auto;}#stacks_in_2906_page7 img{    cursor: pointer;    margin: 0;    vertical-align: top;}.stacks_in_2906_page7fhpximage:hover{	opacity: 0.9;}    /*! stacks_in_2906_page7swipebox v1.2.6 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/stacks_in_2906_page7swipebox */html.stacks_in_2906_page7swipebox-html.stacks_in_2906_page7swipebox-touch{overflow:hidden!important}#stacks_in_2906_page7swipebox-overlay img{border:none!important}#stacks_in_2906_page7swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}#stacks_in_2906_page7swipebox-slider{height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none}#stacks_in_2906_page7swipebox-slider .slide{background:url(../optima3_files/fhpxmontageAssets/loader.gif) no-repeat center center;height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#stacks_in_2906_page7swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#stacks_in_2906_page7swipebox-slider .slide .stacks_in_2906_page7swipebox-video-container,#stacks_in_2906_page7swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#stacks_in_2906_page7swipebox-slider .slide .stacks_in_2906_page7swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}#stacks_in_2906_page7swipebox-slider .slide .stacks_in_2906_page7swipebox-video-container .stacks_in_2906_page7swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#stacks_in_2906_page7swipebox-slider .slide .stacks_in_2906_page7swipebox-video-container .stacks_in_2906_page7swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#stacks_in_2906_page7swipebox-action,#stacks_in_2906_page7swipebox-caption{position:absolute;left:0;z-index:999;height:50px;width:100%}#stacks_in_2906_page7swipebox-action{bottom:-50px}#stacks_in_2906_page7swipebox-action.visible-bars{-webkit-transform:translateY(-50px);-moz-transform:translateY(-50px);-ms-transform:translateY(-50px);-o-transform:translateY(-50px);transform:translateY(-50px)}#stacks_in_2906_page7swipebox-action #stacks_in_2906_page7swipebox-close,#stacks_in_2906_page7swipebox-action #stacks_in_2906_page7swipebox-next,#stacks_in_2906_page7swipebox-action #stacks_in_2906_page7swipebox-prev{background-image:url(../optima3_files/fhpxmontageAssets/controls.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;position:absolute;width:50px;height:50px;top:0}#stacks_in_2906_page7swipebox-action #stacks_in_2906_page7swipebox-prev{background-position:-32px 13px;right:100px}#stacks_in_2906_page7swipebox-action #stacks_in_2906_page7swipebox-next{background-position:-78px 13px;right:40px}#stacks_in_2906_page7swipebox-action #stacks_in_2906_page7swipebox-close{background-position:15px 12px;left:40px}#stacks_in_2906_page7swipebox-action #stacks_in_2906_page7swipebox-next.disabled,#stacks_in_2906_page7swipebox-action #stacks_in_2906_page7swipebox-prev.disabled{opacity:.3}#stacks_in_2906_page7swipebox-caption{top:-50px;text-align:center}#stacks_in_2906_page7swipebox-caption.visible-bars{-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-ms-transform:translateY(50px);-o-transform:translateY(50px);transform:translateY(50px)}#stacks_in_2906_page7swipebox-slider.rightSpring{-moz-animation:rightSpring .3s;-webkit-animation:rightSpring .3s}#stacks_in_2906_page7swipebox-slider.leftSpring{-moz-animation:leftSpring .3s;-webkit-animation:leftSpring .3s}@-moz-keyframes rightSpring{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}@-moz-keyframes leftSpring{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}@-webkit-keyframes rightSpring{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}@-webkit-keyframes leftSpring{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}@media screen and (max-width:800px){#stacks_in_2906_page7swipebox-action #stacks_in_2906_page7swipebox-close{left:0}#stacks_in_2906_page7swipebox-action #stacks_in_2906_page7swipebox-prev{right:60px}#stacks_in_2906_page7swipebox-action #stacks_in_2906_page7swipebox-next{right:0}}#stacks_in_2906_page7swipebox-overlay{background:#0d0d0d}#stacks_in_2906_page7swipebox-action,#stacks_in_2906_page7swipebox-caption{text-shadow:1px 1px 1px #000;background-color:#0d0d0d;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#0d0d0d),color-stop(100%,#000));background-image:-webkit-linear-gradient(#0d0d0d,#000);background-image:-moz-linear-gradient(#0d0d0d,#000);background-image:-o-linear-gradient(#0d0d0d,#000);background-image:linear-gradient(#0d0d0d,#000);opacity:.95}#stacks_in_2906_page7swipebox-action{border-top:1px solid rgba(255,255,255,.2)}#stacks_in_2906_page7swipebox-caption{border-bottom:1px solid rgba(255,255,255,.2);color:#fff!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif}  .stacks_in_2906_page7fhpxError{	background: #ff0000;	padding: 40px;	color: #ffffff;	font-size: 16px;}.stacks_in_2906_page7fhpxError span{	font-size: 22px;	font-weight: bold;}/* ios 7 workaround for the swipebox height */@media screen and (max-width: 480px) {    #stacks_in_2906_page7swipebox-action {        top: 0px !important;        bottom: auto !important;        border-bottom:1px solid rgba(255,255,255,.2);        border-top: none;    }            #stacks_in_2906_page7swipebox-caption {        bottom: 0px !important;        top: auto !important;        border-top:1px solid rgba(255,255,255,.2);        border-bottom: none;    }}/* End FhpxMontage stack CSS code *//*
-------------------------------------------
File: 'Blueball FreeStack Responsive Footer' 
Style Sheet: fsrfooter.css
Created: 25, October, 2010
Last Modified: 10, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_722_page7 {
}

#stacks_in_722_page7 #footer {
	font-size: 0.95em;
	line-height: 1.20em;
	width: 100%;
}



#stacks_in_722_page7 {
	margin:  20px;
	padding:  20px;
}
