.div-footer {
	background:#222; 
	right:0px;
	left:0px;
	height:370px;
	margin-left:-8px;
	margin-right:-8px;
	margin-bottom:-10px;
}
.footer-title {
	font-family: 'MontserratR', sans-serif;
	font-size:15px;
	color:#0093D7;
	font-weight:500;
}
.footer-item {
	font-family: 'MontserratR', sans-serif;
	font-size:13px;
	color:#FFF;
	font-weight:normal;
	cursor:pointer;
}
.footer-item:hover {
	color:#0093D7;
}
.footer-item:active {
	color:#F00;
}
.footer-social {
	color:#0093D7;
	border:none;
	cursor:pointer;
}
.footer-social:hover {
	background:#0093D7;
	color:#FFF;
}
.footer-social:active {
	background:#F00;
	color:#FFF;
}

.header-top {
	border:1px solid #CCC;
	border-bottom:none;
	border-radius:3px 3px 0px 0px;
	padding:5px 5px 2px 5px;
	
	
	position:fixed;
	right:13px;
	bottom:0px;
	
	background:rgba(255,255,255,0.7);
	
	text-align:center;
	
	font-family: 'MontserratR', sans-serif;
	font-size:13px;
	color:#222;
	font-weight:normal;
	
	display:none;
	
	cursor:pointer;
}
.header-top:hover {
	background:#0093D7;
	color:#FFF;
}
.header-top:active {
	background:#F00;
	color:#FFF;
}

