#header .header-banner {
	background: #E9E9F3;
	height: 50px;
	line-height: 50px;
}
#header .header-banner .banner-text {
	color: #525261;
	font-size: 18px;
}
#header .header-content {
	height: 700px;
	background: url('../images/header/header-img.jpg') center;
	position: relative;
}
#header .header-content .container-logo-text {
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	text-align: center;
	top: 50px;
}
#header .header-content .container-logo-text .text-header {
	color: #535362;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	margin: 20px auto;
}
/*  ------------------------------------------------
	IDCOOKIE
	------------------------------------------------ */
#idcookie {
	color:#FFF;
	background:#444;
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:9999;
	box-shadow: 0px -1px 3px rgba(0,0,0,0.3);
	padding:0 10px;
}
#idcookie span , #idcookie a {
	display: inline-block;
	padding:13px;
}
#idcookie .buttoncookie {
	display:inline-block;
	margin-left:10px;
	padding:2px 10px;
	float: right;
	margin-left:20px;
	padding:10px;
	font-size: 1.5em;
}
#idcookie .buttoncookie:hover {
	cursor: pointer;
	background:#000;
	color:#FFF;
	text-decoration: none;
}