/*!  */
/*! --- FEEDBACK --- */
.feedback.modal{
	position: fixed;
	z-index: 20000;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	background: rgba(0,0,0,.85);
	text-align: center;
	font-size: 1.15em;
	font-family: 'Raleway', sans-serif;
	color: #777;
	
}
.feedback-content {
	width: 60%;
	margin-left: 20%;
}
a#btn_close_feedback{
	float: left;
	width: 100%;
	margin-top: 10px;
	color: #fff;
	font-weight: 300;
}

a#btn_close_feedback:hover {
	opacity: .5;
}
