#page_head {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

#page_head > .container,
#archive_top > .container {
	min-height: 400px;
/*	padding-top: 15px;
	padding-bottom: 15px;*/

}

#page_head h1,
#archive_top .h1_sub,
#archive_top h1 {
	font-size: 25px;
	line-height: 1em;
	text-align: center;
	color: #fff !important;
}

#page_head h1 strong,
#archive_top .h1_sub strong,
#archive_top h1 {
	font-size: 56px;
	display: block;
	line-height: 1.3em;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}

#archive_top {
    /*padding: 90px 0 30px;*/
    background-image:url(../../../img/bg1.jpg);
    background-position: center;
    -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;

}
