@charset "utf-8";
/* CSS Document */

.logo{
	height:200px;
	background-color:#333;
	width:100%;
}

.top-bar-section ul li > a .left {
	background-color:#999 !important;
}

.top-bar-section li:not(.has-form) a:not(.button) .left {
	background-color:#999 !important;
}

#wrap {
	min-height:100%;
}

#footer{
	background-color:#f4f4f4;
	border-top:thin solid #CCC;
	width:100%;
	height:60px;
	color:#666;
	position:relative;
	padding:20px 0 20px 0;
	clear:both;
	font-size:9px;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

section{ padding-bottom:0px;}

.split {
	background-color:#f1f1f1;
	width:100%;
	border-top:#fff double medium;
	border-bottom:#d5d5d5 solid thin;
	padding-top:10px;
	margin-top:20px;
}

.white {
	height:30px;
}

.shad {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

.session {
	background-color:B46767;
	padding:5px;
}

.go-top {
	position:fixed;
	bottom:2em;
	right:2em;
	color: white;
	background-color: rgba(0,0,0,0.2);
	padding:5px;
	display:none;
}

.go-top:hover {
	background-color: rgba(0,0,0,0.6);
	color: white;
}

.go-top a:visited {
	color: white;
}

.visible-img img {
  margin: auto !important;  /* !important to overwrite negative margin-left and margin-top foundation js gives for images in clearing*/
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.news {
	background-color:#515068;
	padding:15px;
	color:#CCC;
}