@charset "utf-8";
/* CSS Document */

*:before, *:after
{
    box-sizing: border-box;
}
body
{
    background: #fff;
    color: #666666;
    font: 13px arial, Tahoma;
    margin: 0;
    padding: 72px 0 0;
}
.hdr_panel:after
{
    background: url("images/top_shadow.png") repeat-x;
    bottom: -6px;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 23;
}
.hdr_panel
{
    background: #fff;
    line-height: 0;
    position: relative;
    width: 100%;
    z-index: 21;
	left: 0;
    position: fixed;
    top: 0;
}
.cntr
{
    margin: 0 auto;
	width: 1080px;
}
.logo
{
    display: block;
    float: left;
    height: 31px;
    margin: 25px 0 16px 10px;
    width: 209px;
}
.logo a, .logo a img
{
    display: block;
    float: left;
    width: 100%;
}
.spacer
{
    clear: both;
    display: block !important;
    font-size: 0;
    line-height: 0;
}
.mntnc_cntnt_blk
{
    padding: 90px 0;
}
.mntnc_cntnt_blk h2
{
	font: 44px calibri;
	margin: 0 0 5px;
	padding: 0;
	color: #999;
}
.mntnc_cntnt_blk h2 span.yellow
{
    color: #f7b90f;
}
.mntnc_cntnt_blk p
{
	font: 18px calibri;
    margin: 0;
    padding: 0;
	color: #a5a5a6;
}
.footer_blk02
{
    bottom: 0;
    position: fixed;
    width: 100%;
}
.copyinfo_blk
{
    background: #000;
    padding: 30px 0;
}
.copyinfo_txt 
{
    color: #b0b0b0;
    float: right;
    font-family: calibri;
    font-size: 15px;
    text-align: right;
    text-transform: uppercase;
}

@media all and (min-width:100px) and (max-width:469px) {
.cntr {
    width: 100%;
}
.logo {
    width: 171px;
}
.logo a, .logo a img {
    width: 100%;
}
.mntnc_cntnt_blk {
    padding: 20px;
}
.mntnc_cntnt_blk h2 {
    font-size: 29px;
    line-height: 27px;
	margin: 0 0 20px;
}
.copyinfo_txt {
    float: left;
    margin: 10px 0 0 20px;
    width: 90%;
}
}

@media all and (min-width:470px) and (max-width:759px) {
.cntr {
    width: 100%;
}
.mntnc_cntnt_blk {
    padding: 20px;
}
.mntnc_cntnt_blk h2 {
    font-size: 29px;
}
.copyinfo_txt {
    float: left;
    margin: 10px 0 0 20px;
    width: 90%;
}
}

@media all and (min-width:760px) and (max-width:999px) {
.cntr {
    width: auto;
	padding: 0;
}
.mntnc_cntnt_blk {
    padding: 40px 0 0;
}
.main_wrap .cntr {
    padding: 0 30px;
}
.copyinfo_txt {
	margin: 0 30px 0 0;
}

}

@media all and (min-width:1000px) and (max-width:1269px) {
.cntr {
    width: auto;
	padding: 0;
}
.mntnc_cntnt_blk {
    padding: 40px 0 0;
}
.main_wrap .cntr {
    padding: 0 30px;
}
.copyinfo_txt {
	margin: 0 30px 0 0;
}
}