:focus-visible{
	border: 2px solid black;
	outline:2px solid black;
	border-radius:5px;
	
}

#footerwrap #stn-footer-hide{
	position:relative;
	z-index:500;
	font-size:14px;
	width:800px;
	margin: 0 auto;
}

#footerwrap #stn-footer-hide *{
	color:#000;
	background-color:transparent;
	vertical-align:middle;
	font-weight:normal;
	font-family:Calibri, Arial, sans-serif;
	font-style:normal;
	font-size:100%;
	border:none;
	outline:0;
	padding:0;
	margin:0;
	text-align:left;
	text-indent:0;
	text-decoration:none;
	text-transform:none;
	float:none;
	clear:none;
	width:auto;
	height:auto;
	line-height:normal;
	visibility:visible;
	zoom:1;
	margin:0;
	padding:0;
}

#footerwrap #stn-footer-hide h4{
	font-size:164.2857143%;
}

#footerwrap #stn-footer-hide h5{
	font-size:107.1428571%;
}

#footerwrap #stn-footer-hide strong,
#footerwrap #stn-footer-hide h4,
#footerwrap #stn-footer-hide h5{
	font-weight:700;
}

#footerwrap #stn-footer-hide h4,
#footerwrap #stn-footer-hide h5,
#footerwrap #stn-footer-hide span,
#footerwrap #stn-footer-hide p{
	margin-bottom:10px;
}

#footerwrap #stn-footer-hide a{
	color:#C64934;
	text-decoration:underline;
}

#footerwrap #stn-footer-hide a:hover{
	color:#000;
}

#footerwrap #stn-footer-hide div.stn-footer-show{
	display:block;
}

#footerwrap #stn-footer-hide .page .body{
	height:400px;
	overflow:auto;
	border: thin dotted #ccc;
}

#footerwrap #stn-footer-hide .page{
	display:none;
	position:absolute;
	bottom:0px;
	z-index:501;
	background-color:#fff;
	border:3px solid #000;
	border-radius:15px;
	-moz-border-radius:15px;
	width:100%;
}

#footerwrap #stn-footer-hide .head {
	margin: 20px;
	margin-bottom: 0;
}

#footerwrap #stn-footer-hide .body {
	margin: 20px;
	margin-top: 0;
}

#footerwrap #stn-footer-hide div .close{
	-moz-border-radius:4px;
	border-radius:4px;
	display:block;
	position:absolute;
	right:20px;
	top:20px;
	background-color:#C64934;
	font-weight:700;
	color:#fff;
	cursor:pointer;
	text-align:center;
	width:16px;
	line-height:16px;
	border: 1px solid #823022;
	text-shadow: #823022 1px 1px 0px;
}

#footerwrap #stn-footer-hide div .close:hover{
	background-color:#EB988A;
	border-color:#C64934;
}

#footerwrap #stn-footer-hide #footer-contact div{
	clear:both;
}

#footerwrap #stn-footer-hide #footer-contact div.desc{
	padding:10px;
}

#footerwrap #stn-footer-hide #footer-contact strong{
	color:#000;
	font-weight:bold;
	display:inline;
}

#footerwrap #stn-footer-hide #footer-contact div.body > div {
	overflow:hidden;
	margin-bottom:1em;
}

#gotomobile {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	text-align:center;
}

#gotomobile-button{
	display:inline-block;
	text-decoration:none;
	color:#000;
	text-shadow: 1px 1px 0px #ccc;
	font-size:14px;
	font-weight:bold;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 28px;
	border-radius:2px;
	text-transform:uppercase;
	box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.5), 1px 1px 1px 0px rgba(128, 128, 128, 0.5);
	border: 1px solid #aaa;
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	position:relative;
}
#gotomobile-button:hover{
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #d1d1d1 49%, #dbdbdb 50%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#d1d1d1), color-stop(50%,#dbdbdb), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}
#gotomobile-button:active{
	top:1px;
}
