.h1	{
	width: 100%;
	height: 700px;
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.header-container	{
	margin: auto;
	width: 650px;
	height: 700px;
}

.header-window	{
	width: 650px;
	height: 253px;
	background-image: url(../img/header_window.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	margin-top: 180px;
}

.hw-text	{
	width: 630px;
	height: 75px;
	margin: auto;
	font-size: 28px;
	font-family: "PlayfairDisplayBold";
	color: #000000;
	text-align: center;
	margin-top: 15px;
}

.hw-text>span	{
	color: #c10f0f;
}

.hw-info	{
	width: 465px;
	height: 50px;
	line-height: 22px;
	margin: auto;
	font-size: 20px;
	font-family: "OpenSansRegular";
	color: #000000;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 30px;
}

.hw-info>span	{
	display: block;
	margin-top: 5px;
	color: #930000;
}

.hw-but	{
	display: block;
	width: 390px;
	height: 50px;
	font-size: 18px;
	font-family: "OpenSansBold";
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	border-radius: 5px;
	background-color: #00c063;
	border-bottom: 2px solid #006635;
	-webkit-transition: background-color ease 0.5s;
	-moz-transition: background-color ease 0.5s;
	-ms-transition: background-color ease 0.5s;
	-o-transition: background-color ease 0.5s;
	transition: background-color ease 0.5s;
}

.hw-but:hover	{
	background-color: #2ada85;
}