/*--------------------------------------------------------------
14 Footer
--------------------------------------------------------------*/

.site-footer {
	background: #dadada;
	color: #000;
	/*
	box-shadow: 0 50px 0 #000,
				0 100px 0 #000,
				0 200px 0 #000,
				0 300px 0 #000,
				0 400px 0 #000,
				0 500px 0 #000,
				0 600px 0 #000,
				0 700px 0 #000,
				0 800px 0 #000,
				0 900px 0 #000,
				0 1000px 0 #000;
	*/
	overflow: hidden;
}

.site-footer a,
.site-footer a:visited,
.site-footer a:hover {
	color: #000;
}

.nav-taxonomy {
	background: #3f3f3f;
}

.nav-footer {
	background: #ffffff;
}

.nav-links {
	/* background: #ededed; */
}

.nav-footer a,
.nav-footer a:hover,
.nav-footer a:visited {
	color: #000000;
}

.nav-footer .menu-social a,
.nav-footer .menu-social a:hover,
.nav-footer .menu-social a:visited {
	color: #757575;
}

.site-info {
	overflow: hidden;
	font-weight: 500;
	text-align: center;
}

.site-info p {
	margin: 0;
}

.site-footer .copyright {
	margin: 10px 12px 0;
}

.site-footer address {
	margin: 10px 12px;
}

.nav-cover {
	background: #ededed;
	overflow: hidden;
	height: 35px;
	padding-top: 5px;
}

.nav-cover ul {
	list-style: none;
}

.nav-cover ul li {
	display: block;
	margin: 0;
	width: 18%;
	text-align: center;
	vertical-align: top;
	margin: 0 1% 0 1%;
	float: left;
}

.nav-cover ul li a {
	margin: 0 auto;
	width: 100%;
	overflow: visible;
	display: block;
	height: 116px;
	box-shadow: 10px 15px 5px #bfbfbf;
	position: relative;
}

.nav-cover ul li a span.overlayshadow {
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	box-shadow: inset 0 -20px 10px -10px rgba( 0, 0, 0, 0.25);
}

.nav-cover ul li a img {
	width: 100%;
}

.nav-cover .menu-cover a:hover {
	margin-top: -5px;
}

@media only screen and (min-width: 320px) {
	.nav-cover {
		height: 50px;
	}
}

@media only screen and (min-width: 640px) {
	.nav-cover {
		height: 75px;
	}
}


@media only screen and (min-width: 900px) {
	.site-info {
		text-align: left;
	}
	.site-footer address {
		text-align: right;
	}

	.nav-cover {
		height: 116px;
	}
}

/*--------------------------------------------------------------
5.2.3 Social Menu
--------------------------------------------------------------*/

.menu-social [class^="icon"] + .menu-item-title {
	position: absolute;
	left: -9999px;
	top: -999px;
}

.site-footer .container .menu-social {
	font-size: 44px;
	line-height: 78px;
	text-align: center;
	box-shadow: -1002px 0 0, /* color property provides box-shadow color */
				-800px 0 0,
				-640px 0 0,
				-12px 0 0,
				1002px 0 0,
				800px 0 0,
				640px 0 0,
				12px 0 0;
	padding: 10px;
	color: #3f3f3f;
	background: #3f3f3f;
}

.menu-social li {
	display: inline-block;
	margin-right: 6px;
	margin-left: 6px;
	vertical-align: middle;
}


@media only screen and (max-width: 899px) {
	.site-footer .container [class*="column-"] {
		float: none;
		width: auto;
	}
}

@media only screen and (min-width: 900px) {
	.site-footer .container .menu-social {
		text-align: right;
		background: none;
		margin: 0 12px;
		padding: 0;
		box-shadow: none;
		font-size: 32px;
	}
	.menu-social li {
		margin-right: 0;
		margin-left: 4px;
	}
	.menu-social li:first-of-type {
		margin: 0;
	}
}

/*--------------------------------------------------------------
5.2.4 Footer Menu
--------------------------------------------------------------*/

.menu-footer [class^="icon"] + .menu-item-title {
	position: absolute;
	left: -9999px;
	top: -999px;
}

.menu-footer {
	text-align: center;
	margin: 0;
	font-weight: 700;
	line-height: 78px;
}

.menu-footer li {
	list-style: none;
	display: inline-block;
	margin-right: 6px;
	margin-left: 6px;
	vertical-align: middle;
	font-size: 15px;
}

@media only screen and (min-width: 900px) {
	.menu-footer {
		text-align: left;
		margin: 0;
	}
	.menu-footer li {
		margin-left: 0;
		margin-right: 50px;
	}
}

/*
* Links Menu
*/

.nav-links ul {
	list-style: none;
	margin: 20px 0;
}

.nav-links ul li {
	display: block;
	margin: 0;
	width: 18%;
	text-align: left;
	vertical-align: top;
	margin: 0 1% 0 1%;
	float: left;
}

.nav-links ul li a {
	color: #000000;
	font-weight: 700;
	font-size: 14px;
}

.nav-links ul li ul {
	margin-left: 0;
	margin-top: 5px;
}

.nav-links ul li ul li {
	float: none;
}

.nav-links ul li ul li a {
	color: #000000;
	font-weight: 500;
	font-size: 12px;
}

.nav-links ul li ul li a.black-link {
	color: #000000;
	font-weight: 700;
	font-size: 12px;
}
