  @charset "UTF-8";
.nav_header_bg {
    background-color: #3b0000;
    margin: 0;
    min-width: 1000px;
    padding: 0;
    width: 100%;
	min-height:40px; /*added*/
}
.header {
    height: 73px;
    margin: 0 auto;
	padding: 7px 0 0 0; /* added */
    width: 1000px;
}
.header_bg {
     background: #862633 url("/_resources/images/line-pattern_0.png");
     height: 130px;
     min-height: 110px;
     min-width: 1000px;
     width: 100%;
}


.header_bg #logo-mark {
  margin:-2px 0 0 441px;
 height: 118px;
	width:auto;
	
}
.header .bannerblock {
    float: right;
    height: 73px;
    width: auto;
}
.header .bannerblock .search_box {
    height: 30px;
    margin-top: 6px;
    text-align: right;
}

.header .bannerblock input {
    background: #440000;
    border: 0 none;
    color: #fff;
    line-height:22px;
}




.header .bannerblock .mini_nav {
    
    height: 21px;
}
.header .bannerblock .mini_nav p {
    color: #fff;
    font-size: .82em;
    margin-top: 0;
    padding: 2px 0 0;
    text-align: center;
    vertical-align: bottom;
	font-family:geneva,tahoma,sans-serif;
}
.header .bannerblock .mini_nav a:link {
    color: #fff;
    text-decoration: none;
}
.header .bannerblock .mini_nav a:visited {
    color: #fff;
    text-decoration: none;
}
.header .bannerblock .mini_nav a:hover {
    color: #fff;
    text-decoration: underline;
}
.header .bannerblock .mini_nav a:active {
    color: #fff;
    text-decoration: underline;
}
.header .bannerblock .mini_nav a:focus {
    color: #fff;
    text-decoration: underline;
}


/* -- gdpr css added -- */

.overlay {
    position:fixed;
    left:0;
    right:0;
    /*top:0;*/
    bottom:0;
	z-index: 100;
}
.gdpr-consent-form {
    width: 100%;
    display:inline-block;
    position:absolute;
    bottom:0px;
    text-align: center;
}
.gdpr-consent-form a:link {
    color:#600;
}
.gdpr-consent-form a:visited {
    color:#600;
}

.gdpr-privacy-statement {
    padding: 40px 0; 
    color: #000; 
    background-color: #eaaa00; 
    opacity: 1; 
    width: 100%; 
	font-size:16px;
	border-top: 4px solid #862633;
}

.gdpr-accept {
background-color: #300;color: #fff;padding: 10px 20px;margin: 4px 0 0 10px;display: inline-block;border: 1px solid #eaaa00;font-size: 14px;cursor:pointer;
}
.gdpr-accept:hover {background-color:#000;}

@media screen and (max-width: 999px) {.gdpr-accept {display:block;margin:0 auto;}}


/* -- gdpr end --*/






