.half hr, #content hr {
	border-bottom: solid 1px #000;
	border-top: none !important;
	position: relative;
	width: 90%;
	margin: 0 auto 1em auto;
}

/* Logo Bar */
#logo-bar {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 2em;
	margin-top: 1.5em;
	padding-top: 1.5em;
	overflow: hidden;
}
#logo-bar.border{
	border-top: 1px solid #000;
}
#logo-bar > div > p{
	color: #828282;
	margin: 0;
	padding: 0;
}
#logo-bar .specials, #logo-bar .member {
	display: block;
	float: left;
	position: relative;
	margin: 0 0 2em 0;
	padding: 0;
}
#logo-bar .specials {
	width: 40%;
	margin-left: 10%;
}
#logo-bar .member {
	width: 50%;
}
#logo-bar span {
	font-size: 0.85em;
}
.logos{
	list-style: none;
	margin: 0;
	padding: 0;
}
.logos li{
	display: inline-block;
	height: 70px;
	position: relative;
	margin: 0 3.0em 0.5em 0;
	padding: 0;
}
.logos li:last-child{
	margin: 0;
}
.logos li img{
	height: 100%;
	width: auto;
}
.logos li:hover img{
	opacity: 1;
}
.logos li span.tooltip{
	/*display: none;*/
	visibility: hidden;
	position: absolute;
	white-space:nowrap;
	background: rgba(50,50,50,0.9);
	top: -1em;
	left: 0;
	z-index: 10;
	color: #FFF;
	padding: 0.5em 1em;
	border-radius: 3px;
	opacity: 0;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.logos li span.tooltip:after{
	content: ' ';
	display: block;
	position: absolute;
	bottom: -6px;
	border-top: 6px solid rgba(50,50,50,0.9);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 0;
}

.logos li:hover span.tooltip{
	left: 0;
	display: block;
	visibility: visible;
	opacity: 1;
	top: -3em;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.member .logos li:nth-child(2):hover span.tooltip{
	top: -3.5em;
}

.member .logos li:last-child span.tooltip{
	left: -110px;
}

.member .logos li:last-child:hover span.tooltip{
	left: -110px;
}

.member .logos li:last-child span.tooltip:after{
	content: ' ';
	display: block;
	position: absolute;
	right: 15px;
	bottom: -6px;
	border-top: 6px solid rgba(50,50,50,0.9);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 0;
}

.color-logo .c-logo{
	display: none;
	opacity: 0;
}
.color-logo:hover .c-logo{
	display: inline;
	opacity: 1;
}
.color-logo:hover .sw-logo{
	display: none;
}
/* Footer */
footer#footer {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #414141;
	color: #e2e2e2;
	text-align: left;
	display: block;
	margin: 0;
	/*font-size: 0.8em;*/
	 -webkit-transition: all 0.5s cubic-bezier(0.33, 0.43, 0.19, 0.95);
    -moz-transition: all 0.5s cubic-bezier(0.33, 0.43, 0.19, 0.95);
      -o-transition: all 0.5s cubic-bezier(0.33, 0.43, 0.19, 0.95);
      -ms-transition: all 0.5s cubic-bezier(0.33, 0.43, 0.19, 0.95);
      transition: all 0.5s cubic-bezier(0.33, 0.43, 0.19, 0.95);
    z-index: 50;
}
footer a{
	color: #FFF;
}
#footer h3 {
	font-size: 1em;
	padding: 0.5em 0;
	margin: 0;
	font-weight: inherit;
	border-bottom: 1px solid #FFF;
}
#footer .date, #footer a .date {
	/*display: block;
	color: #999;*/
	display: none;
}
#footer-toggle {
	display: block;
	left: 47%;
	right: 47%;
	top: 0.5em;
	position: absolute;
	cursor: pointer;
	margin: 0 auto;
	color: transparent;
}

#footer-toggle:before{
	padding: 0.5em;
	color: #FFF;
	position: absolute;
	display: block;
	content: "\e60b";
	font-family: 'bayerndesign';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 36px;
	width: 100%;
	
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}
#footer-toggle.active:before{
	content: "\e611";
}


/* Footer Container */
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-sitemap ul li {
	margin: .6em 0;
}

/* Footer Navigation */
#footer-navigation {
	max-width: 1400px;
	padding: 1.5em 0;
	text-align: left;
	overflow: hidden;
	margin: 0 auto;
	width: 90%;
}
#footer-navigation ul {
	display: inline-block;
}
#footer-navigation li {
	display: inline-block;
	padding: 0.5em;
}
#footer-navigation li a {
	padding: 0.5em;
}
.footer-menu-left{
	float: left;
}

.footer-menu-left .first.leaf {
	padding-left: 0 !important;
}

.footer-menu-left .first.leaf > a {
	padding-left: 0 !important;
}

.footer-menu-right .first.leaf {
	padding-right: 0 !important;
}

.footer-menu-right .first.leaf > a {
	padding-right: 0 !important;
}

.footer-menu-right{
	float: right;
}
/* Footer Newsletter */
#footer-newsletter {
	float: right;
}
#footer-newsletter input {
	background: #4a4a4a;
	border-radius: 0.2em;
	border: none;
	padding: 0.5em;
	color: #FFF;
}
#footer-newsletter a {
	background: #4a4a4a;
	border-radius: 0.2em;
	border: none;
	padding: 0.5em;
}

/* Footer Sitemap */
#footer-sitemap {
	overflow: hidden;
	margin: 0 auto;
	margin-top: 2em;
	margin-bottom: 3em;
	width: 90%;
	max-width: 1400px;
	padding: 1.5em 0 1em 0;
}
/*#footer-sitemap > div {
	width: 14.25%;
	display: block;
	float: left;
}*/

.footer-row {
	width: 30%;
	display: block;
	float: left;
}

.footer-row-2 {
	margin: 0 5%;
}

.footer-row h2 {
	color: #fff;
}

.footer-row a {
	color: #ccc;
	-webkit-transition: color .100ms ease;
	   -moz-transition: color .100ms ease;
	    -ms-transition: color .100ms ease;
	     -o-transition: color .100ms ease;
	        transition: color .100ms ease;
}

.footer-row a:hover {
	color: #fff;
}

.footer-row div {
	border-bottom: solid 1px #fff;
	padding-bottom: 0.7em;
}

/* Mobile Footer */
footer#mobile-footer {
	text-align: center;
	overflow: hidden;
}
footer#mobile-footer p#mobile-member-link {
	background: #282828;
	padding: 1em 1em 1.6em 1em;
	margin-bottom: 0;
}
#mobile-member-link a{
	color: #FFF;	
}
footer#mobile-footer > a {
	width: 80%;
	display: block;
	margin: 0 auto;
	/*border-top: 1px solid #000;*/
	padding: 1em;
}

#mobile-wimi-link {
	width: 90% !important;
}

@media only screen and (max-width: 800px) {
	#footer-sitemap > div {
		width: 46%;
		margin: 0 2%;
	}
}

@media only screen and (max-width: 960px) {
	#logo-bar .specials,
	#logo-bar .member {
		float: none;
		width: 85%;
		margin-left: 15%;
	}
	.logos li{
		height: 60px;
	}
	#logo-bar .member {
	}
}

@media only screen and (min-width: 641px) {
	footer#mobile-footer {
		display: none;
	}
}