@charset "utf-8";



#header-content {
	padding-bottom: 25px;
	background-image: url('/images/decoration_4.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}

#header-content .background-header {
	height: 310px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#header-content .content {
	padding-top: 65px;
}

#header-content h1 {
	margin-bottom: 8px;
}




@media (min-width: 1170px) {



}




@media (min-width: 768px) and (max-width: 1169px) {



}




@media (min-width: 0px) and (max-width: 767px) {

#header-content {
	background-size: contain;
}

#header-content .background-header {
	background-position: center top;
	background-size: contain;
}

#header-content .content {
	padding-top: 125px;
}

}