@charset "utf-8";



#header-page {
	z-index: 1;
	position: relative;
	height: 315px;
	background-image: url('/images/header_background.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}



#header-page .content {
	position: relative;
	height: 100%;
}

#header-page .box {
	margin-top: -30px;
	width: 41%;
}

#header-page h3 {
	color: white;
	font-size: 30px;
}




@media (min-width: 1170px) {



}



@media (min-width: 768px) and (max-width: 1169px) {



}



@media (min-width: 0px) and (max-width: 767px) {

#header-page {
	height: auto;
}

#header-page .content::after {
    content: "";
    clear: both;
    display: table;
}

#header-page .box {
	margin-top: 0;
	width: auto;
}

#header-page .photo {
	float: right;
	margin-top: 20px;
	margin-bottom: 10px;
}

}