/* ============================================================================================== */
/* Footer Bar */


#cf_footer {
	position: fixed; bottom: 0; left: 50%; z-index: 100300;
	width: 980px; height: 29px; margin-left: -490px; border-top: 1px solid #a0a0a0;
	background: #555 url(../img/footer_assets.png) repeat-x;
}
#cf_footer>h2, #footer_main, #footer_main li {
	float: left;
}
#cf_footer>h2 {
	padding: 0 26px 0 20px;
	background: transparent url(../img/footer_assets.png) no-repeat right -30px;
	color: #fff; font-weight: 700; font-size: 11px; line-height: 29px; text-shadow: 0 -1px 0 rgba(0,0,0,0.5); text-transform: uppercase;
}
#footer_main {
	margin-left: 10px;
}
#footer_main li {
	margin: 4px 4px 0 0; padding: 0 10px; border-radius: 4px;
	cursor: pointer;
	color: #fff; font-weight: 700; font-size: 11px; line-height: 21px; text-shadow: 0 -1px 0 rgba(0,0,0,0.5); text-transform: uppercase;
}
#footer_main li:hover, #footer_main li.active {
	background: #222; background: rgba(0,0,0,0.5); box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset, 0 0 1px rgba(255,255,255,0.2);
}


/* ============================================================================================== */
/* Footer Box */

#footer_box, #login_box {
	position: absolute; bottom: 30px; left: 0; overflow: hidden;
	width: 980px;
	background: #444;
		background: -moz-linear-gradient(top, #5a5a5a 0%, #262626 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a5a5a), color-stop(100%,#262626));
		background: -webkit-linear-gradient(top, #5a5a5a 0%,#262626 100%);
		background: -o-linear-gradient(top, #5a5a5a 0%,#262626 100%);
		background: -ms-linear-gradient(top, #5a5a5a 0%,#262626 100%);
		background: linear-gradient(to bottom, #5a5a5a 0%,#262626 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5a5a', endColorstr='#262626',GradientType=0);
}
#footer_box_side {
	float: left;
	width: 150px; padding: 7px 0 0 10px;
	color: #fff;
}
#footer_box_top {
	float: right;
	width: 802px; height: 28px;
	color: #fff; text-shadow: 0 1px 2px #000;
}
#footer_box_content {
	float: right;
	width: 792px; height: 400px; margin-right: -2px; padding: 10px;
	background: #dfdfdf;
		background: -moz-linear-gradient(top, #dfdfdf 0%, #fff 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#fff));
		background: -webkit-linear-gradient(top, #dfdfdf 0%,#fff 100%);
		background: -o-linear-gradient(top, #dfdfdf 0%,#fff 100%);
		background: -ms-linear-gradient(top, #dfdfdf 0%,#fff 100%);
		background: linear-gradient(to bottom, #dfdfdf 0%,#fff 100%);
		box-shadow: 0 0 16px #000;
	text-shadow: 0 1px 1px #fff;
}

/* Typography */

#footer_box h2,  #login_box h2 {
	margin-bottom: 8px;
	font-weight: bold; font-size: 13px; line-height: 18px; text-transform: uppercase;
}
#footer_box_side h2, #login_box h2 {
	text-shadow: 0 1px 2px #000;
}


/* Initial viewstate */
#footer_box, #shade {
	display: none;
}
#shade {
	position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 100100;
	background: #333; background: rgba(0,0,0,0.8);
}

/* Footer Content */

#footer .teasers_2col article {
	width: 391px; border-bottom: 1px dotted #000000; padding-bottom: 4px;
}

/* Footer headlines */

#footer_box_top {
	font-weight: 700; font-size: 14px; line-height: 28px; text-transform: uppercase;
}


.zend_form dd {
	margin-bottom: 8px;
}
.zend_form dt {
	margin-bottom: 4px;
	font-size: 10px; line-height: 11px;
}


/* Footer Throbber */

#footer_box_throbber {
	display: none;
	position: absolute; top: 0; right: 0; bottom: 0; left: 0;
	background: #333 url(../img/throbber_s.gif) no-repeat center center;
	background: rgba(0,0,0,0.5) url(../img/throbber_s.gif) no-repeat center center;
}


/* Footer Exposition */

.footer_exposition {
	width: 476px; margin-bottom: 16px;
}
.footer_box_content_colwrap {
	overflow: hidden;
	margin-bottom: 16px;
}
.footer_box_content_col {
	float: left;
	width: 388px; margin-right: 16px;
}
.footer_box_content_col:last-child {
	margin-right: 0;
}


/* Footer Social Icons */

#footer_social {
	float: right;
	margin-right: 20px;
}
#footer_social li {
	float: left;
	margin: 3px 0 0 10px;
}

.footer-icon {
	display: block; overflow: hidden;
	width: 20px; height: 0; padding-top: 20px;
	background: transparent url(../img/footer_assets.png) no-repeat -9999px -9999px;
}
.footer-icon-facebook { background-position: 0 -100px; }
.footer-icon-twitter { background-position: -20px -100px; }
.footer-icon-googleplus { background-position: -40px -100px; }



/* Mobile Hint */

/* ------------------------------------------------------------------------- *
 *  Tablet (Common) : 1023px > 640px
/* ------------------------------------------------------------------------- */
#mobile_hint a {
	display: none;
}

@media only screen and (max-device-width: 1023px) {

	#mobile_hint {
		position: fixed; bottom: 32px; left: 50%;
		width: 980px; margin-left: -490px;
		z-index: 9999;
	}
	#mobile_hint a {
		display: block;
		border: 1px solid #000; padding: 8px;
		color: #000; font-size: 24px; line-height: 24px; text-align: center; text-decoration: none;
		background: #fff;
	}
}