.cookie-jar{display:none;z-index:9999;position:fixed;bottom:0;width:100%}.cookie-jar.cookie-jar-top{bottom:auto;top:0}.cookie-jar-buttons > div{width:49.5%;display:inline-block}
#cookiejar_stacks_in_665650_665647{padding:20px;background-color:rgba(255, 255, 255, 0.90)}
#stacks_in_665650_665652_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_665650_665652 a:link, #stacks_in_665650_665652 a:visited {
	 display:block; 
	
	 float:right; 
	position: relative;
	text-decoration:none;
}
#stacks_in_665650_665652 a:hover, #stacks_in_665650_665652 a:active {
	color:#FFFFFF;
}







#stacks_in_665650_665652 a:link, #stacks_in_665650_665652 a:visited {
	background-color:#00FF3F;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF3F), to(#009926));
	border:1px solid #009926;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_665650_665652 a:hover {
	background-color:#00FF44;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF44), to(#008421));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_665650_665652 a:active {
	background-color:#00FF3F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}






#stacks_in_665650_665631 .teleportMe {
display: none;
}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_665650_665633 {
	width: 100%;
	clear: both;
	padding-top: 0px;
	padding-bottom: 3px;
}
#simpleDivider_stacks_in_665650_665633 .theDivider1,
#simpleDivider_stacks_in_665650_665633 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_665650_665633 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_665650_665633.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_665650_665633.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_665650_665633 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_665650_665633.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_665650_665633.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_665650_665633.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_665650_665633.bgImageOn .theDivider1 img {
	display: block;
}




#map_canvas {
    
    width: 100%;
     height: 400px;
     margin-bottom:  10px;
    
}

#map_canvas img { max-width: none; }

.adp-placemark td {
    
    padding: 5px 10px;
    
}
.adp-placemark .adp-text {
    
    padding-left: 20px;
    
}
.modal {
    
    width: 700px;
    
}

input  {
	max-width: 580px;
	width:  100%;
	height: 35px;
}

.actionsubmit  {
	margin-top:  30px; 
}

#locations  {
    
	padding-left:  20px;
	padding-right:  20px;
	margin:20px;
    
}

#summary {
	margin: 20px;
}

label {
	margin-left: 0px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #fff;
}
.btn-primary {
    color: #fff!important;
    background-color: #428BCA;
    border-color: #357EBD}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff!important;
    background-color: #3276B1;
    border-color: #285E8E;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_676446 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_676446 .theDivider1,
#simpleDivider_stacks_in_676446 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_676446 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_676446.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_676446.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_676446 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_676446.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_676446.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_676446.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_676446.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_in_676457 {
	margin: 0px 10px 0px 0px;
}
