

/** GENERAL **/
.header-wrapper {
	background-image:url(backgrounds/slide-development.jpg);
	background-color:#586273;
	background-repeat:no-repeat;
	background-position:50% 30%;
	background-size:cover;
}
.header-wrapper.generic-header {
	background:#586273 url(backgrounds/hero-01.jpg) no-repeat 50% 30%;
	background-size:cover;
}



/** NAVIGATION **/
.navigation-bar								{ background:#532260; }



/** HEADER MAIN **/
.header-main {
	position:relative;
	/* padding:0px 0px 30px 0px; */
	padding:0px;
}
.HeaderBar {
	position:relative;
	z-index:2;
	background:#532260;
	border-bottom:5px solid #C11D37;
	padding:30px 0px;
}
.header-main .header-logo									{ position:relative; z-index:2; display:block; float:left; width:90%; max-width:270px; }
.header-main .header-logo img								{ width:100%; max-width:272px; max-height:80px; }
.header-main .header-contact								{ position:relative; z-index:2; float:right; text-align:right; max-width:270px; }
.header-main .header-contact .tel							{ display:block; font-size:2.3em; }
.header-main .header-contact .tel .town						{ display:none; font-size:0.7em; }
.header-main .header-contact .email							{ display:block; font-size:1.6em; margin:0px 0px 15px 0px; }
.header-main .header-contact .seo-text						{ display:block; font-size:1em; font-weight:300; text-transform:none; }
.header-main .header-contact.btn							{ display:none; }
.header-main .overlay										{ position:absolute; z-index:1; top:0; bottom:0; left:0; right:0; }

.header-main .header-contact .tel,
.header-main .header-contact .email { color:#FFFFFF; }
.header-main .header-contact .tel:hover,
.header-main .header-contact .email:hover { color:#AD8EB9; }
.header-main .header-contact .tel .town { color:#532260; }
.header-main .header-contact .seo-text { color:#FFFFFF; }
.header-main .overlay {
	display:none;
	/* background:rgba(88,98,115,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC586273,endColorstr=#CC586273);
	zoom:1; */
}
.header-wrapper.generic-header .header-main .overlay		{
	display:block;
	background:rgba(51,51,51,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66333333,endColorstr=#66333333);
	zoom:1;
}



/** RESPONSIVE **/
@media screen and (max-width:600px){

	.header-main .header-logo				{ float:none; margin:0px auto; }
	.header-main .header-contact			{ float:none; margin:30px auto 0px auto; text-align:center; }


}

@media screen and (max-width:450px){

	.header-main {
		text-align:center;
	}
	.header-main .header-contact {
		display:none;
	}
	.header-main .header-contact.btn {
		display:inline-block;
		padding:10px 15px;
		background:#32153B;
    color:#FFFFFF;
	}
	.header-main .header-contact.btn:hover {
		background:#AD8EB9;
		color:#FFFFFF;
	}
}
