#wpadminbar {
	top:auto;
	bottom:0;
}

#sticky-page-nav {
	height:60px;
	width:100%;
	margin:10px 0;
}
#sticky-page-nav .dummy-spn-container {
	display:none;
	height:3.2em;
	width:5em;
}
#sticky-page-nav ul {
	margin:0;
	border:0;
	*zoom:1;
	-webkit-box-shadow:0 2px 18px -3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:0 2px 18px -3px rgba(0, 0, 0, 0.6);
	box-shadow:0 2px 18px -3px rgba(0, 0, 0, 0.6);
	position:relative;
	border-radius:10px;
	box-sizing:content-box;
	border:solid 1px #aaa;
	border-bottom:solid 1px #777;
	border-right:solid 1px #777;
	padding:0 10px;
	background:#eee;
}
#sticky-page-nav ul:before, #sticky-page-nav ul:after {
	content:" ";
	display:table;
}
#sticky-page-nav ul:after {
	clear:both;
}
#sticky-page-nav ul li {
	list-style-image:none;
	list-style-type:none;
	margin-left:0;
	white-space:nowrap;
	display:inline;
	float:left;
	padding-left:0;
	padding-right:0;;
}
#sticky-page-nav ul li:first-child, #sticky-page-nav ul li.first {
	padding-left:0;
}
#sticky-page-nav ul li:last-child {
	padding-right:0;
}
#sticky-page-nav ul li.last {
	padding-right:0;
}
#sticky-page-nav li:first-child a {
	border-left:solid 1px #bbb;
}
#sticky-page-nav a {
	display:block;
	float:left;
	padding:0.75em 1em;
	border-right:solid 1px #bbb;
	border-bottom: 0 !important;
	font-weight:600;
	background-color:#ddd;
	transition:background-color .1s linear;
}
#sticky-page-nav a:hover {
	background-color:#cde;
}
#sticky-page-nav a.current {
	color:black;
	background:#ccc;
}
#sticky-page-nav.fixed ul {
	position:fixed;
	z-index:9999;
	top:0;
}
#sticky-page-nav.fixed .dummy-spn-container {
	display:block;
}
@media only screen and (max-width: 480px) {
	#sticky-page-nav {
		display:none;
	}
}

.contact-type {
	text-align:right;
	font-weight:bold;
}
.contact-info {
	text-align:left;
}
.contact-table {
	width:auto;
}
.contact-table td {
	padding:6px;
}
.contact-table .contact-type {
	color:#666;
	padding-right:15px;
	font-size:90%;
}
.contact-table .contact-info {
	font-weight:600;
}
.contact-table .replace-tel, .contact-table .replace-email {
	font-weight:400;
}
@media only screen and (min-width: 768px) {
	.contact-table {
		margin-left:50px
	}
	.contact-table .contact-type {
		font-weight:600
	}
	.contact-table .contact-info {
		font-weight:700
	}
}

.vidgal {
	display:block;
	padding:0;
	margin:0 -0.625em;
	*zoom:1;
}
.vidgal:before, .vidgal:after {
	content:" ";
	display:table;
}
.vidgal:after {
	clear:both;
}
.vidgal > li {
	display:inline;
	height:auto;
	float:left;
	padding:0 0.625em 1.25em;
}
.vidgal > li {
	width:33.33333%;
	padding:0 0.625em 1.25em;
}
.vidgal > li:nth-of-type(n) {
	clear:none;
}
.vidgal > li:nth-of-type(3n+1) {
	clear:both;
}
.vidgal img {
	margin:0 auto;
	display:block;
	border-radius:9px;
	border:solid 1px #1778c4;
	box-shadow:2px 2px 7px -2px rgba(0, 0, 0, 0.3);
}
.vidgal .caption {
	display:block;
	font-size:80%;
	line-height:1.3;
	text-align:center;
	color:#0b3c62;
	margin:3px;
}
.vidgal a:hover img {
	box-shadow:2px 2px 7px -2px rgba(0, 0, 0, 0.3), 0 0 5px #1778c4;
}
.vidgal a:hover .caption {
	color:#1778c4;
}

.home-tiles a {
	margin-right:8px;
	display:block;
	float:left;
}
.home-tiles img {
	border-radius:9px;
	border:1px solid #666;
	transition:box-shadow 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
}
.home-tiles a:hover img {
	border-color:#1778c4;
	box-shadow:0 0 19px #1778c4;
}
