@charset "utf-8";
hr {
	outline: none;
	border: none;
	padding: 0;
	margin: 0;
}
textarea {
	resize: vertical;
}
input, textarea, select, button {
	border: none;
	outline: none;
	background: none;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
label {
	cursor: pointer;
}
*:focus {
	outline: none;
}
html, body, * {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
}
@-webkit-viewport {
width:device-width;
}
@-moz-viewport {
width:device-width;
}
@-ms-viewport {
width:device-width;
}
@-o-viewport {
width:device-width;
}
@viewport {
width:device-width;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-clear {
	font-size: 0;
	line-height: 0;
	display: block;
	float: none;
	clear: both;
}
.pointer {
	cursor: pointer;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.span0 {
	display: none !important;
	visibility: hidden;
}
.center-outer, .center-inner {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.center-outer {
	display: table;
}
.center-inner {
	display: table-cell;
}
body {
	background: #f3f3f3;
	color: #363636;
	font-size: 15px;
	overflow-y: scroll;
}
body, input, textarea, select {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
::-moz-selection {
background:#e4242a;
color:#f3f3f3;
text-shadow:none;
}
::selection {
	background: #e4242a;
	color: #f3f3f3;
	text-shadow: none;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
p {
	font-size: 15px;
	line-height: 1.325em;
}
a {
	color: #e4242a;
	-webkit-transition: all 300ms 0ms ease;
	-moz-transition: all 300ms 0ms ease;
	-ms-transition: all 300ms 0ms ease;
	-o-transition: all 300ms 0ms ease;
	transition: all 300ms 0ms ease;
}
a:hover {
	color: #000;
}
.uppercase {
	text-transform: uppercase;
}
.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.wrapper {
	position: relative;
}
.container {
	width: 900px;
	padding: 0 20px;
	margin: auto;
*zoom:1;
	zoom: 1;
	display: block;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
.container:after {
	content: '\\0020';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
@media screen and (min-width: 1px) {
.container {
	width: auto;
	max-width: 1140px;
}
}
@media screen and (max-width: 500px) {
.container {
	padding: 0 10px;
}
}
.main-content {
	width: 73.684210526316%;
	float: left;
}
@media screen and (max-width: 1200px) {
.main-content {
	width: 71.929824561404%;
}
}
@media screen and (max-width: 1010px) {
.main-content {
	float: none;
	width: 100%;
}
}
.sidebar {
	width: 22.80701754386%;
	float: right;
}
@media screen and (max-width: 1200px) {
.sidebar {
	width: 24.561403508772%;
}
}
@media screen and (max-width: 1010px) {
.sidebar {
	float: none;
	width: 100%;
}
}
.header .logo {
	float: left;
}
.header .logo a {
	display: block;
	padding: 35px;
	padding-bottom: 25px;
	margin-left: -35px;
}
.languages {
	float: right;
}
.languages a {
	text-align: center;
	font-size: 12px;
	width: 16px;
	height: 16px;
	padding: 5px;
	display: block;
	float: left;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	border: 1px solid #000;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	margin-right: 2px;
}
.languages a:hover {
	color: #e4242a;
	border-color: #e4242a;
}
.search-form {
	float: right;
	margin-right: 20px;
}
.search-form input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all 300ms 0ms ease;
	-moz-transition: all 300ms 0ms ease;
	-ms-transition: all 300ms 0ms ease;
	-o-transition: all 300ms 0ms ease;
	transition: all 300ms 0ms ease;
	padding: 6px 0;
	font-size: 14px;
	width: 80px;
	border-bottom: 1px solid #f3f3f3;
	border-color: transparent;
}
.search-form input:focus {
	width: 150px;
	border-bottom: 1px solid #000;
}
.languages, .search-form {
	padding-top: 55px;
}
.main-nav {
	position: relative;
	z-index: 2;
}
.main-nav .nav-trigger {
	display: none;
}
.main-nav .nav-wrap {
	background: #fff;
	border-bottom: 3px solid #e4242a;
}
.main-nav ul {
	list-style: none;
	margin: 0;
}
.main-nav li {
	float: left;
	width: 20%;
}
@media screen and (max-width: 1025px) {
.main-nav li {
	width: 25%;
}
}
.main-nav li a {
	color: #1e2833;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 40px;
	margin-left: -40px;
	display: block;
}
.main-nav li a:hover, .main-nav li a.active {
	color: #e4242a;
}
.main-nav ul .subnav {
	padding-top: 15px;
	padding-bottom: 15px;
	position: absolute;
	width: 100%;
	top: 44px;
	top: -10000px;
	opacity: 0;
	left: 0;
	background: rgba(228,36,42,0.75);
	-webkit-transition: top 0ms 300ms ease, opacity 300ms 0ms ease;
	-moz-transition: top 0ms 300ms ease, opacity 300ms 0ms ease;
	transition: top 0ms 300ms ease, opacity 300ms 0ms ease;
}
.main-nav ul li:hover .subnav {
	opacity: 1;
	top: 44px;
	-webkit-transition: top 0ms 0ms ease, opacity 300ms 0ms ease;
	-moz-transition: top 0ms 0ms ease, opacity 300ms 0ms ease;
	transition: top 0ms 0ms ease, opacity 300ms 0ms ease;
}
.main-nav li:hover a {
	color: #e4242a;
}
.main-nav li:hover ul a {
	color: #fff;
}
.main-nav ul ul li {
	float: none;
	width: auto;
	font-size: 15px;
	line-height: 22px;
}
.main-nav ul ul a {
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 0;
	position: relative;
}
.main-nav ul ul a:hover, .main-nav ul ul a.active {
	color: #fff;
}
.main-nav ul ul a:hover:before, .main-nav ul ul a.active:before {
	display: block;
	position: absolute;
	left: -25px;
	top: 4px;
	width: 19px;
	height: 12px;
	content: ' ';
	background: url(../images/nav.png) center center no-repeat;
}
.main-nav .languages, .main-nav .search-form {
	display: none;
}
@media screen and (max-width: 1025px) {
.touch .main-nav ul li:hover .subnav {
	opacity: 0;
	top: -10000px;
}
.touch .main-nav ul li .subnav {
	-webkit-transition: top 0ms 300ms ease, opacity 300ms 0ms ease;
	-moz-transition: top 0ms 300ms ease, opacity 300ms 0ms ease;
	transition: top 0ms 300ms ease, opacity 300ms 0ms ease;
}
.touch .main-nav ul li.open .subnav {
	top: 44px;
	opacity: 1;
	-webkit-transition: top 0ms 0ms ease, opacity 300ms 0ms ease;
	-moz-transition: top 0ms 0ms ease, opacity 300ms 0ms ease;
	transition: top 0ms 0ms ease, opacity 300ms 0ms ease;
}
}
@media screen and (max-width: 900px) {
.main-nav li a {
	font-size: 16px;
}
.main-nav ul ul a {
	font-size: 14px;
}
}
.main-header {
	position: relative;
	z-index: 10;
}
.main-wrapper {
	z-index: 2;
}
@media screen and (max-width: 700px) {
.main-header {
	background: #fff;
}
.header .logo img {
	height: 25px;
	width: auto;
}
.header .logo a {
	padding: 10px;
	margin-left: -10px;
}
.header .languages, .header .search-form {
	display: none;
}
.main-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.main-nav .languages, .main-nav .search-form {
	display: block;
	padding: 20px 0 0;
	float: left;
}
.main-nav .search-form {
	width: 50%;
	padding-left: 10px;
}
.main-nav .search-form input {
	width: 100% !important;
}
.main-nav .nav-trigger {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	padding: 15px 10px;
	padding-left: 0;
}
.main-nav .nav-trigger .lines {
	float: right;
}
.main-nav .nav-trigger .text {
	float: left;
	padding-right: 0;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	top: -3px;
}
.main-nav .nav-trigger .line {
	height: 3px;
	margin-bottom: 3px;
	background: #353535;
	width: 18px;
}
.main-nav .nav-wrap {
	border-top: 1px solid #e4242a;
	border-bottom: 1px solid #e4242a;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}
.main-nav .nav-wrap ul {
	clear: both;
	padding: 20px 0;
}
.main-nav .nav-wrap li {
	float: none;
	width: auto;
}
.main-nav .nav-wrap li a {
	width: auto;
	font-size: 15px;
}
.main-nav .nav-wrap ul ul {
	padding: 0;
}
.main-nav .nav-wrap ul ul a {
	padding: 3px 0;
	font-size: 13px;
	font-weight: normal;
}
.main-nav .nav-wrap .subnav {
	padding-bottom: 20px;
	padding-top: 0;
	padding-left: 10px;
	position: relative;
	top: 0 !important;
	display: none;
	background: none;
}
.main-nav .nav-wrap .subnav a {
	color: #000;
}
.main-nav .nav-wrap .subnav a:hover, .main-nav .nav-wrap .subnav a.active {
	color: #e4242a;
}
.main-nav .nav-wrap li.open .subnav, .main-nav .nav-wrap li.active .subnav {
	display: block !important;
	opacity: 1 !important;
}
.main-nav.open .nav-wrap {
	display: block;
	top: 45px;
}
}
.main-footer {
	margin-top: 40px;
}
.main-footer .inner {
	border-top: 2px solid #e4242a;
}
.main-footer a {
	float: left;
	margin-left: -20px;
	margin-right: 10px;
	padding: 20px;
	display: block;
	color: #363636;
	text-decoration: none;
	font-size: 14px;
}
.main-footer a:hover {
	color: #e4242a;
}
.sidebar .box {
	margin-bottom: 20px;
	background: #eee;
}
.sidebar .box .inner {
	padding: 20px;
}
.sidebar .box ul {
	list-style: none;
	margin: 0;
}
.sidebar .box h2, .sidebar .box p, .sidebar .box ul {
	font-size: 14px;
	line-height: 1.5714285714286em;
}
.sidebar .box h2 {
	font-weight: bold;
}
.sidebar .box a {
	display: block;
	color: #363636;
	text-decoration: none;
}
.sidebar .box a:hover {
	text-decoration: none;
	color: #e4242a;
}
.sidebar .box p a {
	display: inline-block;
}
.sidebar .box .buttons li {
	float: left;
	margin-right: 5px;
}
.sidebar .box .button {
	border: 1px solid #e4242a;
	color: #5a5a5a;
	text-decoration: none;
	display: inline-block;
	padding: 4px 8px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
.sidebar .box .button:hover {
	text-decoration: none;
	background: #e4242a;
	color: #fff;
}
.sidebar .box-group:first-child .box {
	border-top: 3px solid #e4242a;
}
.sidebar .box-group:last-child .box:last-child {
	border-bottom: 1px solid #e4242a;
}
@media screen and (max-width: 1010px) {
.sidebar .box-group {
	float: left;
	width: 48.5%;
	margin-left: 3%;
}
.sidebar .box-group:first-child {
	margin-left: 0;
}
.sidebar .box {
	border-top: 1px solid #e4242a !important;
	border-bottom: 1px solid #e4242a !important;
}
.sidebar .box-group:last-child .box:first-child {
	margin-bottom: 0;
	border-bottom: none !important;
}
.sidebar .box-group:last-child .box:last-child {
	border-top: none !important;
}
}
@media screen and (max-width: 700px) {
.sidebar .box-group {
	float: none;
	width: auto;
	margin-left: 0;
}
.sidebar .box {
	border-top: 1px solid #e4242a !important;
	border-bottom: 1px solid #e4242a !important;
}
.sidebar .box-group:last-child .box:first-child {
	margin-bottom: 20px;
	border-bottom: 1px solid #e4242a !important;
}
.sidebar .box-group:last-child .box:last-child {
	border-top: 1px solid #e4242a !important;
}
.sidebar .box-group:last-child .box:last-child .inner {
	padding: 20px;
}
}
.sidebar, .main-content {
	margin-top: 45px;
}
.main-content-area {
	width: 69.047619047619%;
	float: left;
}
@media screen and (max-width: 700px) {
.main-content-area {
	float: none;
	width: 100%;
}
}
.aside-content-area {
	width: 21.428571428571%;
	float: right;
}
@media screen and (max-width: 700px) {
.aside-content-area {
	float: none;
	width: 100%;
}
}
h1.main-title {
	background: #e4242a;
	padding: 2px 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin: 0;
	margin-bottom: 2em;
}
p, ul, h3 {
	font-size: 16px;
	line-height: 1.375em;
	margin-bottom: 1.375em;
}
h3 {
	font-weight: bold;
	margin-bottom: 0;
}
.content-block.text h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 3em;
}
.content-block.text h2:first-child {
	margin-top: 0;
}
@media screen and (max-width: 1200px) {
.content-block.text ul {
	padding-left: 20px;
}
}
.slider {
	height: 260px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 500px) {
.slider {
	height: 130px;
}
}
.slider .slider-inner {
	width: 10000%;
	height: 260px;
	position: relative;
}
@media screen and (max-width: 500px) {
.slider .slider-inner {
	height: 130px;
}
}
.slider .slider-mover {
	position: relative;
	width: 100%;
	height: 260px;
}
@media screen and (max-width: 500px) {
.slider .slider-mover {
	height: 130px;
}
}
.slider .slider-item {
	width: auto;
	float: left;
	height: 260px;
}
@media screen and (max-width: 500px) {
.slider .slider-item {
	height: 130px;
}
}
.slider .slider-item img {
	display: block;
	height: 260px;
	width: auto;
}
@media screen and (max-width: 500px) {
.slider .slider-item img {
	height: 130px;
}
}
.slider .bullets-outer {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}
@media screen and (max-width: 1025px) {
.touch .slider .bullets-outer {
	display: none !important;
}
}
.slider .bullets-wrapper {
	margin-left: 10px;
}
.slider .bullet {
	cursor: pointer;
	float: left;
	padding: 3px;
}
.slider .bullet-inner {
	width: 7px;
	height: 7px;
	border: 1px solid #e4242a;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background: #e4242a;
	-webkit-transition: all 300ms 0ms ease;
	-moz-transition: all 300ms 0ms ease;
	-ms-transition: all 300ms 0ms ease;
	-o-transition: all 300ms 0ms ease;
	transition: all 300ms 0ms ease;
}
.slider .bullet:hover .bullet-inner, .slider .bullet.active .bullet-inner {
	background: #fff;
}
.article-content {
*zoom:1;
	zoom: 1;
	display: block;
}
.article-content:before, .article-content:after {
	content: " ";
	display: table;
}
.article-content:after {
	clear: both;
}
.article-content:after {
	content: '\\0020';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.main-content img {
	width: 100%;
	
	display: block;
}
.main-content a {
	text-decoration: underline;
}
.main-content a:hover {
	text-decoration: none;
}
.main-content .list {
	margin-top: 60px;
	margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
.main-content .list {
	margin-top: 40px;
	margin-bottom: 40px;
}
}
@media screen and (max-width: 500px) {
.main-content .list {
	margin-top: 30px;
	margin-bottom: 30px;
}
}
.breadcrumb {
	position: absolute;
	top: -35px;
	left: 0;
	font-size: 14px;
}
.breadcrumb, .breadcrumb a {
	color: #b3b3b2;
	text-decoration: none;
}
.breadcrumb a {
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #e4242a;
}
.job + .job {
	margin-top: 60px;
}
.job-title {
	padding: 12px 0;
	border: 1px solid #e4242a;
	border-left: none;
	border-right: none;
	margin-bottom: 30px;
*zoom:1;
	zoom: 1;
	display: block;
	color: #363636;
	-webkit-transition: color 300ms 0ms ease;
	-moz-transition: color 300ms 0ms ease;
	-ms-transition: color 300ms 0ms ease;
	-o-transition: color 300ms 0ms ease;
	transition: color 300ms 0ms ease;
}
.job-title:before, .job-title:after {
	content: " ";
	display: table;
}
.job-title:after {
	clear: both;
}
.job-title:after {
	content: '\\0020';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
a .job-title:hover {
	color: #e4242a;
}
.job-title .icon {
	float: left;
	width: 8px;
	position: relative;
	left: 10px;
	top: 5px;
}
.job-title .text {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
}
.job-title time {
	float: right;
	font-size: 16px;
}
.job .actions a {
	padding: 5px;
	display: block;
	position: relative;
}
.job .actions a .icon-active {
	position: absolute;
	top: 5px;
	left: 5px;
	display: none \9;
	opacity: 0;
	width: auto;
	-webkit-transition: opacity 300ms 0ms ease;
	-moz-transition: opacity 300ms 0ms ease;
	-ms-transition: opacity 300ms 0ms ease;
	-o-transition: opacity 300ms 0ms ease;
	transition: opacity 300ms 0ms ease;
}
.job .actions a:hover .icon-active {
	opacity: 1;
	display: block;
}
.trigger {
	cursor: pointer;
}
.trigger .job-title {
	margin-bottom: 0;
}
.trigger-content {
	display: none;
}
.trigger-content-inner {
	margin-top: 30px;
	margin-bottom: 60px;
}
.job.trigger-wrapper {
	margin-top: -1px;
}
.job.trigger-wrapper:last-child .trigger-content-iner {
	margin-bottom: 0;
}
@media screen and (max-width: 700px) {
.job .main-content-area {
	width: 92.857142857143%;
	float: left;
}
.job .aside-content-area {
	width: 7.1428571428571%;
	float: right;
}
}
@media screen and (max-width: 500px) {
.job .main-content-area {
	width: 83.333333333333%;
	float: left;
}
.job .aside-content-area {
	width: 16.666666666667%;
	float: right;
}
}
@media screen and (max-width: 400px) {
.job .main-content-area {
	width: auto;
	float: none;
	padding-right: 47px;
}
.job .aside-content-area {
	width: 27px;
	position: absolute;
	top: 0;
	right: 0;
}
}
.anfahrt .main-content-area {
	width: 26.190476190476%;
}
@media screen and (max-width: 700px) {
.anfahrt .main-content-area {
	float: none;
	width: 100%;
}
}
.anfahrt .aside-content-area {
	width: 64.285714285714%;
}
@media screen and (max-width: 700px) {
.anfahrt .aside-content-area {
	float: none;
	width: 100%;
}
}
.anfahrt .gmap, .anfahrt .gmap-inner, .anfahrt .gmap-canvas {
	height: 500px;
}
@media screen and (max-width: 700px) {
.anfahrt .gmap {
	pointer-events: none;
}
}
.person-image {
	margin-bottom: 30px;
}
.list .person {
	float: left;
	width: 20%;
	margin-right: 5%;
	margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
.list .person {
	width: 30.5%;
	margin-right: 4%;
}
.list .person:nth-child(3n) {
	margin-right: 0;
}
}
@media screen and (max-width: 500px) {
.list .person {
	width: 48%;
	margin-right: 4%;
}
.list .person:nth-child(3n) {
	margin-right: 2%;
}
.list .person:nth-child(2n) {
	margin-right: 0;
}
}
.list .person p, .list .person h3 {
	font-size: 14px;
}
.list .person .main-content-area {
	width: 100%;
	float: none;
}
input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
.fieldgroup {
	margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
.fieldgroup {
	margin-bottom: 0;
}
}
.field {
	width: 48%;
	float: left;
}
.field + .field {
	float: right;
}
.field.long {
	width: auto;
	float: none;
}
@media screen and (max-width: 500px) {
.field {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
}
.contact-form {
	margin-top: 50px;
}
.contact-form label, .contact-form select, .contact-form input, .contact-form textarea {
	color: #7c7c7c;
	background: #eee;
	width: 100%;
	font-size: 16px;
	padding: 10px;
	border: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form label {
	background: none;
	width: auto;
	display: block;
	border: none;
	padding: 11px;
}
.contact-form input[type="checkbox"] {
	width: auto;
	display: block;
	display: inline-block;
	padding-right: 10px;
}
.contact-form input[type="checkbox"] + label {
	display: inline-block;
	padding-bottom: 0;
}
.contact-form textarea {
	height: 150px;
}
.contact-form .select {
	position: relative;
}
.contact-form .select:after {
	display: block;
	content: ' ';
	background: url(../images/arrow-dropdown.png) center center no-repeat;
	pointer-events: none;
	position: absolute;
	top: 17px;
	right: 15px;
	width: 13px;
	height: 8px;
	z-index: 3;
}
.contact-form input[type="submit"] {
	background: #e4242a;
	float: right;
	color: #fff;
	width: auto;
	cursor: pointer;
	border: 2px solid #e4242a;
	-webkit-transition: all 300ms 0ms ease;
	-moz-transition: all 300ms 0ms ease;
	-ms-transition: all 300ms 0ms ease;
	-o-transition: all 300ms 0ms ease;
	transition: all 300ms 0ms ease;
}
.contact-form input[type="submit"]:hover {
	background: #eee;
	color: #7c7c7c;
}
.contact-form .error {
	border-color: #e4242a;
}
.contact-form .error::-webkit-input-placeholder {
color:#e4242a;
}
.contact-form .error:-moz-placeholder {
color:#e4242a;
}
.contact-form .error::-moz-placeholder {
color:#e4242a;
}
.contact-form .error:-ms-input-placeholder {
color:#e4242a;
}
.contact-form label.error {
	border: none;
}
.contact-form .thank-you {
	display: none;
}
.errorbox {
	display: none;
}
.partner .main-content-area {
	width: 100%;
	float: none;
	border-top: 1px solid #e4242a;
	border-bottom: 1px solid #e4242a;
	padding: 30px 0;
	margin-top: -1px;
}
.partner .partner-text {
	float: left;
	width: 74.047619047619%;
}
.partner .partner-image {
	float: left;
	width: 25.952380952381%;
}
.partner .partner-left, .partner .partner-right {
	float: left;
	width: 47%;
	padding-left: 3%;
}
@media screen and (max-width: 800px) {
.partner .partner-image {
	width: 50%;
}
.partner .partner-text {
	width: 45%;
	padding-left: 5%;
}
.partner .partner-left, .partner .partner-right {
	padding-left: 0;
	width: 100%;
}
}
@media screen and (max-width: 650px) {
.partner .partner-image {
	width: 100%;
}
.partner .partner-text {
	width: 100%;
	padding-left: 0;
	padding-top: 5%;
}
.partner .partner-left, .partner .partner-right {
	padding-left: 0;
	width: 48%;
}
.partner .partner-right {
	padding-left: 4%;
}
}
@media screen and (max-width: 500px) {
.partner .partner-image {
	width: 100%;
}
.partner .partner-text {
	width: 100%;
	padding-left: 0;
	padding-top: 5%;
}
.partner .partner-left, .partner .partner-right {
	padding-left: 0;
	width: 100%;
}
.partner .partner-right {
	padding-left: 0;
}
}
.downloadlist {
	background: url(../images/bg-downloads.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.downloadlist .main-content-area {
	width: 100%;
	float: none;
}
.downloadlist .download-group {
	width: 50%;
	float: left;
}
.downloadlist .download-group:nth-child(2n) {
	float: right;
}
@media screen and (max-width: 500px) {
.downloadlist .download-group {
	float: none !important;
	width: 100%;
}
}
.downloadlist .download-group-inner {
	padding: 0 15px;
}
.downloadlist h3 {
	border: 1px solid #e4242a;
	border-left: none;
	border-right: none;
	padding: 11px 0;
	text-transform: uppercase;
}
.downloadlist ul {
	list-style: none;
	margin: 10px 0 30px;
}
.downloadlist ul a {
	color: #363636;
	text-decoration: none;
}
.downloadlist ul a:hover {
	text-decoration: underline;
	color: #e4242a;
}
.searchlist .main-content-area {
	width: 100%;
	float: none;
}
.searchlist article {
	margin-top: -1px;
	border-top: 1px solid #e4242a;
	border-bottom: 1px solid #e4242a;
	padding: 20px 0;
}
.searchlist article a {
	color: #363636;
	text-decoration: none;
}
.searchlist article a:hover h1 {
	color: #e4242a;
}
.searchlist article h1 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0.25em;
	-webkit-transition: color 300ms 0ms ease;
	-moz-transition: color 300ms 0ms ease;
	-ms-transition: color 300ms 0ms ease;
	-o-transition: color 300ms 0ms ease;
	transition: color 300ms 0ms ease;
}
.searchlist article p {
	margin-bottom: 0;
}
.download-data .main-content-area {
	width: 100%;
	float: none;
}
.download-data .download-data-item {
	float: left;
	width: 25%;
	position: relative;
}
@media screen and (max-width: 700px) {
.download-data .download-data-item {
	width: 33.333333333333%;
}
}
@media screen and (max-width: 500px) {
.download-data .download-data-item {
	width: 50%;
}
}
.download-data .download-data-item ul {
	font-size: 14px;
	list-style: none;
}
.download-data .download-data-item a {
	color: #363636;
	text-decoration: none;
}
.download-data .download-data-item .title {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 15px;
	font-weight: bold;
	z-index: 10;
}
.download-data .download-data-item .actions {
	background: #eee;
	padding: 12px;
}
.download-data .download-data-item .actions a {
	display: block;
	position: relative;
	padding: 2px 0;
}
.download-data .download-data-item .actions .icon {
	position: absolute;
	top: 3px;
	right: 0;
	width: auto;
	height: auto;
	opacity: 0;
	display: block;
	display: none \9;
	-webkit-transition: opacity 300ms 0ms ease;
	-moz-transition: opacity 300ms 0ms ease;
	-ms-transition: opacity 300ms 0ms ease;
	-o-transition: opacity 300ms 0ms ease;
	transition: opacity 300ms 0ms ease;
}
.download-data .download-data-item a:hover {
	color: #e4242a;
}
.download-data .download-data-item a:hover .icon {
	display: block;
	opacity: 1;
}
.download-data .download-data-item:hover .download-data-item-wrapper {
	-webkit-box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
	-o-box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
}
.download-data .download-data-item-inner {
	padding-right: 20px;
	margin-bottom: 20px;
}
@media screen and (max-width: 400px) {
.download-data .download-data-item-inner {
	padding-right: 7px;
	padding-left: 8px;
	margin-bottom: 15px;
}
}
.download-data .download-data-item-wrapper {
	-webkit-transition: all 300ms 0ms ease;
	-moz-transition: all 300ms 0ms ease;
	-ms-transition: all 300ms 0ms ease;
	-o-transition: all 300ms 0ms ease;
	transition: all 300ms 0ms ease;
}
.main-background img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}
.main-background .textbox {
	position: absolute;
	z-index: 10;
	top: 40px;
	left: 40px;
	width: 380px;
}
@media screen and (max-width: 600px) {
.main-background .textbox {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	margin-bottom: 30px;
}
}
.main-background .textbox-inner {
	padding: 30px;
	padding-bottom: 100px;
	background: #fff;
	background: rgba(255,255,255,0.75);
	background: url(../images/background-newsbox.png) top left no-repeat;
	height: 301px;
}
@media screen and (max-width: 600px) {
.main-background .textbox-inner {
	padding: 0;
	background: none;
}
}
.main-background .textbox p {
	margin: 0;
}
.main-background .textbox h2 {
	margin: 0;
	color: #e4242a;
	font-weight: normal;
	margin: 1em 0;
}
.content-block.text ul {
	padding-left: 20px;
}
.m-page { margin-left:auto; margin-right:auto; clear:both; overflow:hidden; padding:20px 0;}
.m-page a { float:left; background:#777; padding-left:10px; padding-right:10px; height:39px; line-height:39px; text-align:center; font-family:"Arial"; display:block; margin-right:4px; color:#fff; text-decoration:none; font-weight:bold;}
.m-page span { float:left; width:37px; height:39px; line-height:39px; text-align:center; font-family:"Lucida Console"; display:block; margin-right:4px; color:#777;}
.m-page a:hover { background:#cd1a1c;}
.m-page a.prePage,.m-page a.nextPage { font-family:"Tahoma";}
.m-page .hidden { display:none;}
.tabBox{ border-top:2px solid #e4242a; width:840px; margin:20px auto;  }
	.tabBox .hd{ height:33px; line-height:33px; border:1px solid #e4242a; border-top:0; background:#f6f6f6;  }
	.tabBox .hd ul{ position:absolute; width:100%; height:34px; overflow:hidden;  }
	.tabBox .hd li{ width:180px; border:1px solid #ddd; border-top:0; border-bottom:0;  margin-left:-1px; float:left; text-align:center; 
		font:normal 14px/33px "Microsoft YaHei"; _font-weight:bold; color:#999; 
	}
	.tabBox .hd li a{ color:#999; display:block;  }
	.tabBox .hd li.on{ background:#e4242a; }
	.tabBox .hd li.on a{ color:#fff;  }
	.tabBox .bd{ padding:10px 0; border:1px solid #DDCDCD; border-top:0;   }
	.tabBox .bd ul{ overflow:hidden;  }
	.tabBox .bd ul li{ width:199px; float:left; overflow:hidden; margin-left:9px; display:inline;  }
	.tabBox .bd ul li img{ width:199px; height:200px; display:block; background:url(images/loading.gif) center center no-repeat; }
	
	.picMarquee-left{ width:1140px;  overflow:hidden; position:relative;  border:1px solid #ccc;   }
		.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") no-repeat;}
		.picMarquee-left .hd .next{ background-position:0 -50px;  }
		.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
		.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
		.picMarquee-left .bd{ padding:10px;   }
		.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
		.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picMarquee-left .bd ul li .pic{ text-align:center; }
		.picMarquee-left .bd ul li .pic img{ width:120px; height:90px; display:block; padding:2px; border:1px solid #ccc; }
		.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picMarquee-left .bd ul li .title{ line-height:24px;   }
.m-sch .select { float: left; width: 58px; height: 24px; border: 1px solid #ccc; padding-left: 4px; padding-top: 4px; border-right: 0px; }
.m-sch select { border: 0px; }
.m-sch input { float: left; width: 198px; height: 18px; line-height: 18px; padding: 5px; margin: 0px; border: 1px solid #ccc; border-right: 0px; }
.m-sch button { float: left; width: 70px; height: 30px; line-height: 30px; background-color: #cd1a1c; text-align: center; color: #fff; border: 0px; }
.m-sch { width: 343px; height: 30px;float: right; padding: 5px; vertical-align: middle; margin-top: 50px; overflow: hidden }
