@charset "utf-8";
/*
 * http://github.com/peteboere/css-crush (v2.2.1)
 */
/* CSS Document */
/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url(/inc/fonts/open-sans-v34-latin-300.eot);
    src: local(''),url(/inc/fonts/open-sans-v34-latin-300.eot?#iefix) format('embedded-opentype'), url(/inc/fonts/open-sans-v34-latin-300.woff2) format('woff2'), url(/inc/fonts/open-sans-v34-latin-300.woff) format('woff'), url(/inc/fonts/open-sans-v34-latin-300.ttf) format('truetype'), url(/inc/fonts/open-sans-v34-latin-300.svg#OpenSans) format('svg');
    }

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(/inc/fonts/open-sans-v34-latin-regular.eot);
    src: local(''),url(/inc/fonts/open-sans-v34-latin-regular.eot?#iefix) format('embedded-opentype'), url(/inc/fonts/open-sans-v34-latin-regular.woff2) format('woff2'), url(/inc/fonts/open-sans-v34-latin-regular.woff) format('woff'), url(/inc/fonts/open-sans-v34-latin-regular.ttf) format('truetype'), url(/inc/fonts/open-sans-v34-latin-regular.svg#OpenSans) format('svg');
    }

/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url(/inc/fonts/open-sans-v34-latin-700.eot);
    src: local(''),url(/inc/fonts/open-sans-v34-latin-700.eot?#iefix) format('embedded-opentype'), url(/inc/fonts/open-sans-v34-latin-700.woff2) format('woff2'), url(/inc/fonts/open-sans-v34-latin-700.woff) format('woff'), url(/inc/fonts/open-sans-v34-latin-700.ttf) format('truetype'), url(/inc/fonts/open-sans-v34-latin-700.svg#OpenSans) format('svg');
    }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=e90d0c903ddea51cccabee3c9b71189b)
 * Config saved to config.json and https://gist.github.com/e90d0c903ddea51cccabee3c9b71189b
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    }
body {
    margin: 0;
    }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
    }
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
    }
audio:not([controls]) {
    display: none;
    height: 0;
    }
[hidden],
template {
    display: none;
    }
a {
    background-color: transparent;
    }
a:active,
a:hover {
    outline: 0;
    }
abbr[title] {
    border-bottom: 1px dotted;
    }
b,
strong {
    font-weight: bold;
    }
dfn {
    font-style: italic;
    }
h1 {
    margin: .67em 0;
    font-size: 2em;
    }
mark {
    color: #000;
    background: #ff0;
    }
small {
    font-size: 80%;
    }
sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    }
sup {
    top: -.5em;
    }
sub {
    bottom: -.25em;
    }
img {
    border: 0;
    }
svg:not(:root) {
    overflow: hidden;
    }
figure {
    margin: 1em 40px;
    }
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    }
pre {
    overflow: auto;
    }
code,
kbd,
pre,
samp {
    font-family: monospace,monospace;
    font-size: 1em;
    }
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit;
    }
button {
    overflow: visible;
    }
button,
select {
    text-transform: none;
    }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    }
button[disabled],
html input[disabled] {
    cursor: default;
    }
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
    }
input {
    line-height: normal;
    }
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
    }
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
    }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    }
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
    }
legend {
    padding: 0;
    border: 0;
    }
textarea {
    overflow: auto;
    }
optgroup {
    font-weight: bold;
    }
table {
    border-collapse: collapse;
    border-spacing: 0;
    }
td,
th {
    padding: 0;
    }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
*:before,
*:after {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    text-shadow: none !important;
    }
a,
a:visited {
    text-decoration: underline;
    }
a[href]:after {
    content: " (" attr(href) ")";
    }
abbr[title]:after {
    content: " (" attr(title) ")";
    }
a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
    }
pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
    }
thead {
    display: table-header-group;
    }
tr,
img {
    page-break-inside: avoid;
    }
img {
    max-width: 100% !important;
    }
p,
h2,
h3 {
    orphans: 3;
    widows: 3;
    }
h2,
h3 {
    page-break-after: avoid;
    }
.navbar {
    display: none;
    }
.btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
    }
.label {
    border: 1px solid #000;
    }
.table {
    border-collapse: collapse !important;
    }
.table td,
.table th {
    background-color: #fff !important;
    }
.table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
html {
    font-size: 10px;
    font-size: .625rem;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
body {
    color: #333;
    background-color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.42857143;
    }
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    }
a {
    color: #337ab7;
    text-decoration: none;
    }
a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
    }
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    }
figure {
    margin: 0;
    }
img {
    vertical-align: middle;
    }
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    }
.img-rounded {
    border-radius: 6px;
    }
.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    line-height: 1.42857143;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    }
.img-circle {
    border-radius: 50%;
    }
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    }
.sr-only {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0,0,0,0);
    }
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    }
[role="button"] {
    cursor: pointer;
    }
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    }
@media (min-width:768px) {
.container {
    width: 750px;
    }
}

@media (min-width:992px) {
.container {
    width: 970px;
    }
}

@media (min-width:1200px) {
.container {
    width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    }
.row {
    margin-right: -15px;
    margin-left: -15px;
    }
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    }
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
    }
.col-xs-12 {
    width: 100%;
    }
.col-xs-11 {
    width: 91.66666667%;
    }
.col-xs-10 {
    width: 83.33333333%;
    }
.col-xs-9 {
    width: 75%;
    }
.col-xs-8 {
    width: 66.66666667%;
    }
.col-xs-7 {
    width: 58.33333333%;
    }
.col-xs-6 {
    width: 50%;
    }
.col-xs-5 {
    width: 41.66666667%;
    }
.col-xs-4 {
    width: 33.33333333%;
    }
.col-xs-3 {
    width: 25%;
    }
.col-xs-2 {
    width: 16.66666667%;
    }
.col-xs-1 {
    width: 8.33333333%;
    }
.col-xs-pull-12 {
    right: 100%;
    }
.col-xs-pull-11 {
    right: 91.66666667%;
    }
.col-xs-pull-10 {
    right: 83.33333333%;
    }
.col-xs-pull-9 {
    right: 75%;
    }
.col-xs-pull-8 {
    right: 66.66666667%;
    }
.col-xs-pull-7 {
    right: 58.33333333%;
    }
.col-xs-pull-6 {
    right: 50%;
    }
.col-xs-pull-5 {
    right: 41.66666667%;
    }
.col-xs-pull-4 {
    right: 33.33333333%;
    }
.col-xs-pull-3 {
    right: 25%;
    }
.col-xs-pull-2 {
    right: 16.66666667%;
    }
.col-xs-pull-1 {
    right: 8.33333333%;
    }
.col-xs-pull-0 {
    right: auto;
    }
.col-xs-push-12 {
    left: 100%;
    }
.col-xs-push-11 {
    left: 91.66666667%;
    }
.col-xs-push-10 {
    left: 83.33333333%;
    }
.col-xs-push-9 {
    left: 75%;
    }
.col-xs-push-8 {
    left: 66.66666667%;
    }
.col-xs-push-7 {
    left: 58.33333333%;
    }
.col-xs-push-6 {
    left: 50%;
    }
.col-xs-push-5 {
    left: 41.66666667%;
    }
.col-xs-push-4 {
    left: 33.33333333%;
    }
.col-xs-push-3 {
    left: 25%;
    }
.col-xs-push-2 {
    left: 16.66666667%;
    }
.col-xs-push-1 {
    left: 8.33333333%;
    }
.col-xs-push-0 {
    left: auto;
    }
.col-xs-offset-12 {
    margin-left: 100%;
    }
.col-xs-offset-11 {
    margin-left: 91.66666667%;
    }
.col-xs-offset-10 {
    margin-left: 83.33333333%;
    }
.col-xs-offset-9 {
    margin-left: 75%;
    }
.col-xs-offset-8 {
    margin-left: 66.66666667%;
    }
.col-xs-offset-7 {
    margin-left: 58.33333333%;
    }
.col-xs-offset-6 {
    margin-left: 50%;
    }
.col-xs-offset-5 {
    margin-left: 41.66666667%;
    }
.col-xs-offset-4 {
    margin-left: 33.33333333%;
    }
.col-xs-offset-3 {
    margin-left: 25%;
    }
.col-xs-offset-2 {
    margin-left: 16.66666667%;
    }
.col-xs-offset-1 {
    margin-left: 8.33333333%;
    }
.col-xs-offset-0 {
    margin-left: 0;
    }
@media (min-width:768px) {
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    float: left;
    }
.col-sm-12 {
    width: 100%;
    }
.col-sm-11 {
    width: 91.66666667%;
    }
.col-sm-10 {
    width: 83.33333333%;
    }
.col-sm-9 {
    width: 75%;
    }
.col-sm-8 {
    width: 66.66666667%;
    }
.col-sm-7 {
    width: 58.33333333%;
    }
.col-sm-6 {
    width: 50%;
    }
.col-sm-5 {
    width: 41.66666667%;
    }
.col-sm-4 {
    width: 33.33333333%;
    }
.col-sm-3 {
    width: 25%;
    }
.col-sm-2 {
    width: 16.66666667%;
    }
.col-sm-1 {
    width: 8.33333333%;
    }
.col-sm-pull-12 {
    right: 100%;
    }
.col-sm-pull-11 {
    right: 91.66666667%;
    }
.col-sm-pull-10 {
    right: 83.33333333%;
    }
.col-sm-pull-9 {
    right: 75%;
    }
.col-sm-pull-8 {
    right: 66.66666667%;
    }
.col-sm-pull-7 {
    right: 58.33333333%;
    }
.col-sm-pull-6 {
    right: 50%;
    }
.col-sm-pull-5 {
    right: 41.66666667%;
    }
.col-sm-pull-4 {
    right: 33.33333333%;
    }
.col-sm-pull-3 {
    right: 25%;
    }
.col-sm-pull-2 {
    right: 16.66666667%;
    }
.col-sm-pull-1 {
    right: 8.33333333%;
    }
.col-sm-pull-0 {
    right: auto;
    }
.col-sm-push-12 {
    left: 100%;
    }
.col-sm-push-11 {
    left: 91.66666667%;
    }
.col-sm-push-10 {
    left: 83.33333333%;
    }
.col-sm-push-9 {
    left: 75%;
    }
.col-sm-push-8 {
    left: 66.66666667%;
    }
.col-sm-push-7 {
    left: 58.33333333%;
    }
.col-sm-push-6 {
    left: 50%;
    }
.col-sm-push-5 {
    left: 41.66666667%;
    }
.col-sm-push-4 {
    left: 33.33333333%;
    }
.col-sm-push-3 {
    left: 25%;
    }
.col-sm-push-2 {
    left: 16.66666667%;
    }
.col-sm-push-1 {
    left: 8.33333333%;
    }
.col-sm-push-0 {
    left: auto;
    }
.col-sm-offset-12 {
    margin-left: 100%;
    }
.col-sm-offset-11 {
    margin-left: 91.66666667%;
    }
.col-sm-offset-10 {
    margin-left: 83.33333333%;
    }
.col-sm-offset-9 {
    margin-left: 75%;
    }
.col-sm-offset-8 {
    margin-left: 66.66666667%;
    }
.col-sm-offset-7 {
    margin-left: 58.33333333%;
    }
.col-sm-offset-6 {
    margin-left: 50%;
    }
.col-sm-offset-5 {
    margin-left: 41.66666667%;
    }
.col-sm-offset-4 {
    margin-left: 33.33333333%;
    }
.col-sm-offset-3 {
    margin-left: 25%;
    }
.col-sm-offset-2 {
    margin-left: 16.66666667%;
    }
.col-sm-offset-1 {
    margin-left: 8.33333333%;
    }
.col-sm-offset-0 {
    margin-left: 0;
    }
}

@media (min-width:992px) {
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    float: left;
    }
.col-md-12 {
    width: 100%;
    }
.col-md-11 {
    width: 91.66666667%;
    }
.col-md-10 {
    width: 83.33333333%;
    }
.col-md-9 {
    width: 75%;
    }
.col-md-8 {
    width: 66.66666667%;
    }
.col-md-7 {
    width: 58.33333333%;
    }
.col-md-6 {
    width: 50%;
    }
.col-md-5 {
    width: 41.66666667%;
    }
.col-md-4 {
    width: 33.33333333%;
    }
.col-md-3 {
    width: 25%;
    }
.col-md-2 {
    width: 16.66666667%;
    }
.col-md-1 {
    width: 8.33333333%;
    }
.col-md-pull-12 {
    right: 100%;
    }
.col-md-pull-11 {
    right: 91.66666667%;
    }
.col-md-pull-10 {
    right: 83.33333333%;
    }
.col-md-pull-9 {
    right: 75%;
    }
.col-md-pull-8 {
    right: 66.66666667%;
    }
.col-md-pull-7 {
    right: 58.33333333%;
    }
.col-md-pull-6 {
    right: 50%;
    }
.col-md-pull-5 {
    right: 41.66666667%;
    }
.col-md-pull-4 {
    right: 33.33333333%;
    }
.col-md-pull-3 {
    right: 25%;
    }
.col-md-pull-2 {
    right: 16.66666667%;
    }
.col-md-pull-1 {
    right: 8.33333333%;
    }
.col-md-pull-0 {
    right: auto;
    }
.col-md-push-12 {
    left: 100%;
    }
.col-md-push-11 {
    left: 91.66666667%;
    }
.col-md-push-10 {
    left: 83.33333333%;
    }
.col-md-push-9 {
    left: 75%;
    }
.col-md-push-8 {
    left: 66.66666667%;
    }
.col-md-push-7 {
    left: 58.33333333%;
    }
.col-md-push-6 {
    left: 50%;
    }
.col-md-push-5 {
    left: 41.66666667%;
    }
.col-md-push-4 {
    left: 33.33333333%;
    }
.col-md-push-3 {
    left: 25%;
    }
.col-md-push-2 {
    left: 16.66666667%;
    }
.col-md-push-1 {
    left: 8.33333333%;
    }
.col-md-push-0 {
    left: auto;
    }
.col-md-offset-12 {
    margin-left: 100%;
    }
.col-md-offset-11 {
    margin-left: 91.66666667%;
    }
.col-md-offset-10 {
    margin-left: 83.33333333%;
    }
.col-md-offset-9 {
    margin-left: 75%;
    }
.col-md-offset-8 {
    margin-left: 66.66666667%;
    }
.col-md-offset-7 {
    margin-left: 58.33333333%;
    }
.col-md-offset-6 {
    margin-left: 50%;
    }
.col-md-offset-5 {
    margin-left: 41.66666667%;
    }
.col-md-offset-4 {
    margin-left: 33.33333333%;
    }
.col-md-offset-3 {
    margin-left: 25%;
    }
.col-md-offset-2 {
    margin-left: 16.66666667%;
    }
.col-md-offset-1 {
    margin-left: 8.33333333%;
    }
.col-md-offset-0 {
    margin-left: 0;
    }
}

@media (min-width:1200px) {
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    float: left;
    }
.col-lg-12 {
    width: 100%;
    }
.col-lg-11 {
    width: 91.66666667%;
    }
.col-lg-10 {
    width: 83.33333333%;
    }
.col-lg-9 {
    width: 75%;
    }
.col-lg-8 {
    width: 66.66666667%;
    }
.col-lg-7 {
    width: 58.33333333%;
    }
.col-lg-6 {
    width: 50%;
    }
.col-lg-5 {
    width: 41.66666667%;
    }
.col-lg-4 {
    width: 33.33333333%;
    }
.col-lg-3 {
    width: 25%;
    }
.col-lg-2 {
    width: 16.66666667%;
    }
.col-lg-1 {
    width: 8.33333333%;
    }
.col-lg-pull-12 {
    right: 100%;
    }
.col-lg-pull-11 {
    right: 91.66666667%;
    }
.col-lg-pull-10 {
    right: 83.33333333%;
    }
.col-lg-pull-9 {
    right: 75%;
    }
.col-lg-pull-8 {
    right: 66.66666667%;
    }
.col-lg-pull-7 {
    right: 58.33333333%;
    }
.col-lg-pull-6 {
    right: 50%;
    }
.col-lg-pull-5 {
    right: 41.66666667%;
    }
.col-lg-pull-4 {
    right: 33.33333333%;
    }
.col-lg-pull-3 {
    right: 25%;
    }
.col-lg-pull-2 {
    right: 16.66666667%;
    }
.col-lg-pull-1 {
    right: 8.33333333%;
    }
.col-lg-pull-0 {
    right: auto;
    }
.col-lg-push-12 {
    left: 100%;
    }
.col-lg-push-11 {
    left: 91.66666667%;
    }
.col-lg-push-10 {
    left: 83.33333333%;
    }
.col-lg-push-9 {
    left: 75%;
    }
.col-lg-push-8 {
    left: 66.66666667%;
    }
.col-lg-push-7 {
    left: 58.33333333%;
    }
.col-lg-push-6 {
    left: 50%;
    }
.col-lg-push-5 {
    left: 41.66666667%;
    }
.col-lg-push-4 {
    left: 33.33333333%;
    }
.col-lg-push-3 {
    left: 25%;
    }
.col-lg-push-2 {
    left: 16.66666667%;
    }
.col-lg-push-1 {
    left: 8.33333333%;
    }
.col-lg-push-0 {
    left: auto;
    }
.col-lg-offset-12 {
    margin-left: 100%;
    }
.col-lg-offset-11 {
    margin-left: 91.66666667%;
    }
.col-lg-offset-10 {
    margin-left: 83.33333333%;
    }
.col-lg-offset-9 {
    margin-left: 75%;
    }
.col-lg-offset-8 {
    margin-left: 66.66666667%;
    }
.col-lg-offset-7 {
    margin-left: 58.33333333%;
    }
.col-lg-offset-6 {
    margin-left: 50%;
    }
.col-lg-offset-5 {
    margin-left: 41.66666667%;
    }
.col-lg-offset-4 {
    margin-left: 33.33333333%;
    }
.col-lg-offset-3 {
    margin-left: 25%;
    }
.col-lg-offset-2 {
    margin-left: 16.66666667%;
    }
.col-lg-offset-1 {
    margin-left: 8.33333333%;
    }
.col-lg-offset-0 {
    margin-left: 0;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
    }
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
    }
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    }
.pull-right {
    float: right !important;
    }
.pull-left {
    float: left !important;
    }
.hide {
    display: none !important;
    }
.show {
    display: block !important;
    }
.invisible {
    visibility: hidden;
    }
.text-hide {
    border: 0;
    color: transparent;
    background-color: transparent;
    text-shadow: none;
    font: 0/0 a;
    }
.hidden {
    display: none !important;
    }
.affix {
    position: fixed;
    }
@-ms-viewport {
width:device-width}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
    }
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
    }
@media (max-width:767px) {
.visible-xs {
    display: block !important;
    }
table.visible-xs {
    display: table !important;
    }
tr.visible-xs {
    display: table-row !important;
    }
th.visible-xs,
td.visible-xs {
    display: table-cell !important;
    }
}

@media (max-width:767px) {
.visible-xs-block {
    display: block !important;
    }
}

@media (max-width:767px) {
.visible-xs-inline {
    display: inline !important;
    }
}

@media (max-width:767px) {
.visible-xs-inline-block {
    display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
.visible-sm {
    display: block !important;
    }
table.visible-sm {
    display: table !important;
    }
tr.visible-sm {
    display: table-row !important;
    }
th.visible-sm,
td.visible-sm {
    display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
.visible-sm-block {
    display: block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
.visible-sm-inline {
    display: inline !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
.visible-sm-inline-block {
    display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
.visible-md {
    display: block !important;
    }
table.visible-md {
    display: table !important;
    }
tr.visible-md {
    display: table-row !important;
    }
th.visible-md,
td.visible-md {
    display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
.visible-md-block {
    display: block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
.visible-md-inline {
    display: inline !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
.visible-md-inline-block {
    display: inline-block !important;
    }
}

@media (min-width:1200px) {
.visible-lg {
    display: block !important;
    }
table.visible-lg {
    display: table !important;
    }
tr.visible-lg {
    display: table-row !important;
    }
th.visible-lg,
td.visible-lg {
    display: table-cell !important;
    }
}

@media (min-width:1200px) {
.visible-lg-block {
    display: block !important;
    }
}

@media (min-width:1200px) {
.visible-lg-inline {
    display: inline !important;
    }
}

@media (min-width:1200px) {
.visible-lg-inline-block {
    display: inline-block !important;
    }
}

@media (max-width:767px) {
.hidden-xs {
    display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
.hidden-sm {
    display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
.hidden-md {
    display: none !important;
    }
}

@media (min-width:1200px) {
.hidden-lg {
    display: none !important;
    }
}

.visible-print {
    display: none !important;
    }
@media print {
.visible-print {
    display: block !important;
    }
table.visible-print {
    display: table !important;
    }
tr.visible-print {
    display: table-row !important;
    }
th.visible-print,
td.visible-print {
    display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
    }
@media print {
.visible-print-block {
    display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
    }
@media print {
.visible-print-inline {
    display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
    }
@media print {
.visible-print-inline-block {
    display: inline-block !important;
    }
}

@media print {
.hidden-print {
    display: none !important;
    }
}

.container,
.container-fluid,
.row .col,
.row [class*="col-"] {
    padding-right: 7px;
    padding-left: 7px;
    }
.row {
    position: relative;
    margin-right: -7px;
    margin-left: -7px;
    }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    vertical-align: top;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    }
.fancybox-wrap {
    position: absolute;
    z-index: 8020;
    top: 0;
    left: 0;
    }
.fancybox-skin {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #444;
    background: #f9f9f9;
    text-shadow: none;
    }
.fancybox-opened {
    z-index: 8030;
    }
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    box-shadow: 0 10px 25px rgba(0,0,0,.5);
    }
.fancybox-outer,
.fancybox-inner {
    position: relative;
    }
.fancybox-inner {
    overflow: hidden;
    }
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
    }
.fancybox-error {
    padding: 15px;
    margin: 0;
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    font: .875rem/1.25rem "Helvetica Neue",Helvetica,Arial,sans-serif;
    white-space: nowrap;
    }
.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
    }
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
    }
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(/el/fancybox/fancybox_sprite.png);
    }
#fancybox-loading {
    position: fixed;
    z-index: 8060;
    top: 50%;
    left: 50%;
    opacity: .8;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    cursor: pointer;
    }
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/el/fancybox/fancybox_loading.gif) center center no-repeat;
    }
.fancybox-close {
    position: absolute;
    z-index: 8040;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    }
.fancybox-nav {
    position: absolute;
    z-index: 8040;
    top: 0;
    width: 40%;
    height: 100%;
    background: transparent url(/el/fancybox/blank.gif);
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
.fancybox-prev {
    left: 0;
    }
.fancybox-next {
    right: 0;
    }
.fancybox-nav span {
    position: absolute;
    z-index: 8040;
    top: 50%;
    visibility: hidden;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    }
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
    }
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
    }
.fancybox-nav:hover span {
    visibility: visible;
    }
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    overflow: visible !important;
    max-width: 99999px;
    max-height: 99999px;
    }

/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
    }
.fancybox-lock body {
    overflow: hidden !important;
    }
.fancybox-lock-test {
    overflow-y: hidden !important;
    }
.fancybox-overlay {
    position: absolute;
    z-index: 8010;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    background: url(/el/fancybox/fancybox_overlay.png);
    }
.fancybox-overlay-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    }
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
    }

/* Title helper */
.fancybox-title {
    position: relative;
    z-index: 8050;
    visibility: hidden;
    text-shadow: none;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    font: normal .8125rem/1.25rem "Helvetica Neue",Helvetica,Arial,sans-serif;
    }
.fancybox-opened .fancybox-title {
    visibility: visible;
    }
.fancybox-title-float-wrap {
    position: absolute;
    z-index: 8050;
    right: 50%;
    bottom: 0;
    margin-bottom: -35px;
    text-align: center;
    }
.fancybox-title-float-wrap .child {
    display: inline-block;
    padding: 2px 20px;
    margin-right: -100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #FFF;
    background: transparent;
    background: rgba(0,0,0,.8);
    text-shadow: 0 1px 2px #222;
    font-weight: bold;
    line-height: 24px;
    line-height: 1.5rem;
    white-space: nowrap;
    }
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
    }
.fancybox-title-inside-wrap {
    padding-top: 10px;
    }
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #fff;
    background: #000;
    background: rgba(0,0,0,.8);
    }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(/el/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    }
#fancybox-loading div {
    background-image: url(/el/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    }
}

/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
    font-family: 'flexslider-icon';
    font-style: normal;
    font-weight: normal;
    src: url(/el/fonts/flexslider-icon.eot);
    src: url(/el/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),url(/el/fonts/flexslider-icon.woff) format('woff'),url(/el/fonts/flexslider-icon.ttf) format('truetype'),url(/el/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
    }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
    }
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    }
.flex-pauseplay span {
    text-transform: capitalize;
    }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    padding: 0;
    margin: 0;
    }
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    }
.flexslider .slides img {
    display: block;
    width: 100%;
    }
.flexslider .slides:after {
    content: "\0020";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    }
html[xmlns] .flexslider .slides {
    display: block;
    }
* html .flexslider .slides {
    height: 1%;
    }
.no-js .flexslider .slides > li:first-child {
    display: block;
    }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
    position: relative;
    margin: 0 0 60px;
    border: 4px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    background: #fff;
    zoom: 1;
    }
.flexslider .slides {
    zoom: 1;
    }
.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
    }
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    }
.loading .flex-viewport {
    max-height: 300px;
    }
.carousel li {
    margin-right: 5px;
    }
.flex-direction-nav {
    *height: 0;
    }
.flex-direction-nav a {
    position: absolute;
    z-index: 10;
    top: 50%;
    opacity: 0;
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    color: rgba(0,0,0,.8);
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    }
.flex-direction-nav a:before {
    content: '\f001';
    display: inline-block;
    color: rgba(0,0,0,.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
    font-family: "flexslider-icon";
    font-size: 40px;
    font-size: 2.5rem;
    }
.flex-direction-nav a.flex-next:before {
    content: '\f002';
    }
.flex-direction-nav .flex-prev {
    left: -50px;
    }
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
    }
.flexslider:hover .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: .7;
    }
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
    }
.flexslider:hover .flex-direction-nav .flex-next {
    right: 10px;
    opacity: .7;
    }
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
    }
.flex-direction-nav .flex-disabled {
    z-index: -1;
    opacity: 0 !important;
    cursor: default;
    filter: alpha(opacity=0);
    }
.flex-pauseplay a {
    position: absolute;
    z-index: 10;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    display: block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    color: #000;
    cursor: pointer;
    }
.flex-pauseplay a:before {
    content: '\f004';
    display: inline-block;
    font-family: "flexslider-icon";
    font-size: 20px;
    font-size: 1.25rem;
    }
.flex-pauseplay a:hover {
    opacity: 1;
    }
.flex-pauseplay a.flex-play:before {
    content: '\f003';
    }
.flex-control-nav {
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center;
    }
.flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
    *display: inline;
    zoom: 1;
    }
.flex-control-paging li a {
    display: block;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background: #666;
    background: rgba(0,0,0,.5);
    text-indent: -9999px;
    cursor: pointer;
    }
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0,0,0,.7);
    }
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0,0,0,.9);
    cursor: default;
    }
.flex-control-thumbs {
    position: static;
    overflow: hidden;
    margin: 5px 0 0;
    }
.flex-control-thumbs li {
    float: left;
    width: 25%;
    margin: 0;
    }
.flex-control-thumbs img {
    opacity: .7;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    cursor: pointer;
    -moz-user-select: none;
    }
.flex-control-thumbs img:hover {
    opacity: 1;
    }
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
    }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1;
    }
.flex-direction-nav .flex-next {
    right: 10px;
    opacity: 1;
    }
}

html {
    font-size: 100%;
    }
body {
    color: #2A3489;
    background: #FFF;
    font-family: "Open Sans",Tahoma,Verdana,Segoe,sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    font-style: normal;
    font-weight: 300;
    }
* {
    line-height: 1.8em;
    }
.clear {
    overflow: hidden !important;
    clear: both !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    }
.noPadding {
    padding: 0 !important;
    }
.ausblenden {
    display: none;
    }
b,
strong {
    font-weight: 700;
    }
a {
    color: #2A3489;
    text-decoration: underline;
    }
a img {
    border: none;
    }
a:hover {
    color: #2A3489;
    background-color: #F0F0F0;
    text-decoration: inherit;
    }
.noHover {
    background: none !important;
    }
a:focus {
    outline: none;
    }
.fancybox-nav,
.fancybox-close {
    background-color: transparent !important;
    }
img {
    display: block;
    height: auto;
    max-width: 100%;
    }
b,
strong {
    font-weight: 700;
    }
h1 {
    color: #2A3489;
    font-size: 18px;
    font-size: 1.125rem;
    }
h2 {
    color: #2A3489;
    font-size: 18px;
    font-size: 1.125rem;
    }
h3 {
    color: #2A3489;
    font-size: 18px;
    font-size: 1.125rem;
    }
h1,
h2,
h3 {
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.35em;
    }
h1 a,
h2 a,
h3 a {
    text-decoration: none;
    }
h1 a:hover,
h2 a:hover,
h3 a:hover {
    color: inherit;
    text-decoration: underline;
    }
h2,
h3 {
    margin: .5em 0 0;
    }
p,
ul,
ol,
table,
form,
#content a.moreLink,
#content .img {
    margin: .75em 0 0;
    }
.col-center {
    text-align: center;
    }
.responsiveVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
.responsiveVideo {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 56.25%;
    }
header #rowHeader {
    position: relative;
    z-index: 1000;
    height: 24px;
    max-width: 1280px;
    margin: 0 auto;
    background-color: #2A3489;
    }
header #rowHeader .col {
    padding: 0;
    }
header #rowHeader .col nav {
    padding-right: 30px;
    color: #FFF;
    text-align: right;
    }
header #rowHeader .col nav a {
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    font-size: .6875rem;
    line-height: 24px;
    line-height: 1.5rem;
    }
header #rowHeader .col nav a:hover {
    color: #2A3489;
    background-color: #FFF;
    }
header #rowNav {
    position: relative;
    z-index: 1000;
    height: 86px;
    max-width: 1280px;
    margin: 0 auto;
    background-color: rgba(255,255,255,.95);
    }
header #rowNav #logo {
    position: absolute;
    top: 5px;
    right: 30px;
    display: block;
    width: 103px;
    height: 76px;
    }
header #rowNav #logo img {
    width: auto;
    height: 100%;
    margin-left: auto;
    }
header #rowNav nav {
    display: block;
    clear: both;
    height: 43px;
    padding: 0;
    margin: 0;
    }
header #rowNav nav ul {
    width: 100%;
    height: 43px;
    padding: 0;
    margin: 43px 0 0;
    list-style: none;
    }
header #rowNav nav li {
    position: relative;
    float: left;
    padding: 0 35px 0 0;
    background: url(/el/bg-navi-item-spacer.gif) no-repeat right top;
    }
header #rowNav nav a {
    display: block;
    padding: 0;
    color: #2A3489;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 41px;
    line-height: 2.5625rem;
    }
header #rowNav nav a:hover,
header #rowNav nav li:hover > a,
header #rowNav nav a:focus,
header #rowNav nav .sel > a {
    color: #2A3489;
    }
header #rowNav #navMobileOpener {
    display: block;
    width: 46px;
    height: 46px;
    margin-top: 7px;
    border: none;
    background-color: #F0F0F0;
    }
header #rowNav #navMobileOpener span {
    display: block;
    width: 100%;
    height: 3px;
    margin: 7px 0;
    background-color: #2A3489;
    }
header #rowNavMobile {
    height: 0;
    }
header #rowNavMobile ul {
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    }
header #rowNavMobile ul a {
    padding: 0 5px;
    }
header #rowNavMobile ul li {
    padding: 0;
    }
header #rowNavMobile ul li.isSel {
    background: #2A3489;
    }
header #rowNavMobile ul li.isSel a {
    color: #FFF;
    }
header #rowNavMobile ul li.isSel li,
header #rowNavMobile ul li.isSel li.isSel {
    background: #D9D9D9;
    }
header #rowNavMobile ul li.isSel li a,
header #rowNavMobile ul li.isSel li.isSel a {
    color: #2A3489;
    }
header #rowNavMobile ul li.isSel li li,
header #rowNavMobile ul li.isSel li li.isSel,
header #rowNavMobile ul li.isSel li.isSel li,
header #rowNavMobile ul li.isSel li.isSel li.isSel {
    background: #F0F0F0;
    }
header #rowNavMobile li {
    position: relative;
    padding: 0 35px 0 0;
    border-top: 1px solid #2A3489;
    }
header #rowNavMobile a {
    display: block;
    padding: 0;
    color: #2A3489;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 41px;
    line-height: 2.5625rem;
    }
header #rowNavMobile a:hover,
header #rowNavMobile li:hover > a,
header #rowNavMobile a:focus,
header #rowNavMobile .sel > a {
    color: #2A3489;
    }
header #rowNavMobile.active {
    height: auto;
    }
header #rowNavMobile.active ul {
    display: block;
    }
header #rowSlider {
    position: relative;
    z-index: 500;
    top: -110px;
    overflow: hidden;
    height: inherit;
    max-width: 1680px;
    margin: 0 auto -110px auto;
    }
header #rowSlider .flexslider {
    margin: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    }
header #rowSlider .flexslider .flex-control-nav {
    bottom: 15px;
    }
header #rowSlider .flexslider .flex-control-nav a {
    border: 1px solid #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(255,255,255,.5);
    }
header #rowSlider .flexslider .flex-control-nav a.flex-active {
    background: #FFF;
    }
header #rowSlider .flex-direction-nav li a {
    background: rgba(0,0,0,.75);
    }
header #rowSlider .flex-direction-nav li a :before {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.25em;
    line-height: 40px;
    line-height: 2.5rem;
    }
header #rowSlider .caption {
    position: absolute;
    top: 25%;
    }
header #rowSlider .caption h2 {
    display: block;
    width: inherit;
    padding: 0 0 20px 60px;
    margin: 0 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 3em;
    font-weight: bold;
    line-height: 1.25em;
    }
header #rowSlider .caption h2:after {
    content: "";
    display: block;
    width: 95%;
    height: 1px;
    margin: 10px 0 10px -60px;
    background: #FFF;
    }
header #rowSlider .caption a {
    padding: 5px 15px;
    margin: 30px 0 0 120px;
    color: #2A3489;
    background-color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    }
header #rowSlider #headerCarousel {
    padding: 0 28px;
    margin-top: 7px;
    }
header #rowSlider #headerCarousel img {
    cursor: pointer;
    }
#content {
    max-width: 1280px;
    min-height: 500px;
    margin: 0 auto;
    }
#content .boxedHeadline,
#content .boxedContent {
    z-index: 100;
    margin-top: 7px;
    background: #F0F0F0;
    }
#content .boxedHeadline h1,
#content .boxedHeadline h2,
#content .boxedHeadline h3 {
    margin-top: 14px;
    margin-bottom: 14px;
    }
#content .boxedContent {
    padding: 28px 0 14px 0;
    }
#content .boxedContent .img {
    padding-bottom: 14px;
    }
#content .listNav {
    padding: 0;
    }
#content .listNav a {
    line-height: 50px;
    line-height: 3.125rem;
    }
#content .listGallery {
    position: absolute;
    bottom: 0;
    }
#content aside {
    z-index: 5000;
    margin: 0 0 -20000px;
    background-color: #F0F0F0;
    }
#content aside ul {
    padding: 0;
    margin: 0;
    list-style: none;
    }
#content aside ul li {
    padding: 0;
    margin: 0 0 5px;
    background: #FFF;
    }
#content aside ul li a {
    display: block;
    padding: 0 5px;
    background: url(/el/bg-subnavi.png) no-repeat right 6px;
    text-decoration: none;
    line-height: 27px;
    line-height: 1.6875rem;
    }
#content aside ul li ul {
    margin: 0;
    border-top: 1px solid #299CE3;
    }
#content aside ul li ul li {
    margin: 0;
    }
#content ul.gallery {
    padding: 0;
    }
#content ul.gallery li {
    list-style: none;
    }
#content .colProductIcon {
    float: left;
    width: 20%;
    padding-right: 0;
    }
#content th {
    padding-right: 14px;
    text-align: left;
    font-weight: normal;
    }
#content ul.productCharactericstics {
    padding-left: 0;
    }
#content ul.productCharactericstics li:before {
    content: "+ ";
    }
#content ul.productCharactericstics li {
    list-style: none;
    }
#content .homepageProducts h3,
#content .productOverview h3 {
    margin-top: 0;
    font-size: 13px;
    font-size: .8125rem;
    }
#content .homepageProducts a,
#content .productOverview a {
    display: block;
    padding-bottom: 14px;
    text-decoration: none;
    }
#content .homepageProducts a img,
#content .productOverview a img {
    padding-bottom: 0;
    }
#content ul.downloads {
    padding: 0;
    margin: 0;
    list-style-type: none;
    }
#content ul.downloads li {
    margin: 0 0 .5em;
    }
#content a.downloadFile,
#content a.instructions {
    display: block;
    color: #2A3489;
    background-color: #D9D9D9;
    background-image: url(/el/file-icons.png) !important;
    background-repeat: no-repeat;
    text-decoration: none;
    }
#content a.downloadFile:hover,
#content a.instructions:hover {
    color: #FFF;
    background-color: #2A3489;
    }
#content a.downloadFile {
    display: block;
    min-height: 60px;
    padding: 10px 10px 10px 60px;
    }
#content a.downloadFile small {
    position: relative;
    top: -1px;
    right: 10px;
    float: right;
    }
#content a.file {
    background-position: 10px 10px;
    }
#content a.img {
    background-position: 10px -180px;
    }
#content a.doc {
    background-position: 10px -370px;
    }
#content a.zip {
    background-position: 10px -560px;
    }
#content a.pdf {
    background-position: 10px -750px;
    }
#content a.instructions {
    background-position: 10px -940px;
    }
#content a.instructions {
    min-height: 67px;
    padding: 10px 10px 10px 163px;
    }
#content a.instructions span {
    display: block;
    margin-top: .5em;
    }
#rowMain h1 {
    margin: .5em 0 0;
    color: #2A3489;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.35em;
    }
.newsList article,
.teamList article {
    padding: 10px 0;
    border-top: 1px solid #ABABAB;
    }
.newsList .listItem1,
.teamList .listItem1 {
    border: none;
    }
.newsList .category,
.newsList .more,
.teamList .category,
.teamList .more {
    display: block;
    height: 25px;
    padding: 0 10px;
    border-radius: 5px;
    color: #2A3489;
    background: url(/el/bg-navi-right.gif) repeat-x left top;
    font-size: 14px;
    font-size: .875rem;
    font-weight: normal;
    line-height: 25px;
    line-height: 1.5625rem;
    }
.newsList .category,
.teamList .category {
    position: absolute;
    top: 19px;
    right: 0;
    }
.newsList a.more,
.teamList a.more {
    float: right;
    margin: 5px 10px 10px 0;
    text-decoration: none;
    }
.newsList .text,
.teamList .text {
    display: block;
    padding: 5px 10px;
    }
.newsList h2,
.teamList h2 {
    position: relative;
    min-height: 40px;
    }
.newsList h2 .overlay,
.teamList h2 .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 5px 10px;
    color: #2A3489;
    }
.newsList h2 small,
.teamList h2 small {
    display: block;
    color: #2A3489;
    }
.newsList .listnav,
.teamList .listnav {
    padding: 10px 0;
    border-top: 1px solid #ABABAB;
    text-align: center;
    }
.newsList .box,
.teamList .box {
    padding: 10px;
    margin: 10px 0;
    border: 2px solid;
    border-radius: 5px;
    color: #2A3489;
    background: #FFF;
    }
.offerLeasingList article {
    margin-top: 20px;
    background-color: #fff;
    }
.offerLeasingList article h2 {
    padding: 0 10px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-transform: uppercase;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: normal;
    }
.offerLeasingList article a {
    text-decoration: none;
    }
.offerLeasingList article a.linkLeft,
.offerLeasingList article a.linkRight {
    display: block;
    float: left;
    padding: 5px 10px;
    }
.offerLeasingList article a.linkLeft {
    width: 43%;
    }
.offerLeasingList article a.linkRight {
    width: 57%;
    text-align: right;
    }
.offerLeasingList article div.text {
    clear: both;
    padding: 0 10px 10px 10px;
    color: #fff;
    background: -webkit-linear-gradient(top,#4DA8DD,#1C93D6);
    background: -moz-linear-gradient(top,#4DA8DD,#1C93D6);
    background: linear-gradient(to bottom,#4DA8DD,#1C93D6);
    }
.offerLeasingList article div.text p {
    padding: 10px 0 0;
    margin: 0;
    font-size: 12px;
    font-size: .75rem;
    }
.offerLeasingList article div.text p.price {
    text-align: center;
    font-size: 40px;
    font-size: 2.5rem;
    }
.offerLeasingList article div.text p.price small {
    font-size: 15px;
    font-size: .9375rem;
    }
.featuresList h2,
.featuresList h3,
.overviewList h2,
.overviewList h3 {
    position: relative;
    }
.featuresList h2 .overlay,
.featuresList h3 .overlay,
.overviewList h2 .overlay,
.overviewList h3 .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 5px 10px;
    color: #2A3489;
    }
.borderTop {
    border-top: 1px solid #ABABAB;
    }
.carSearchresult {
    padding: 10px 0;
    }
.carSearchresult label {
    display: inline-block;
    width: 75px;
    margin: 0;
    }
.carSearchresult h2,
.carSearchresult .price {
    position: relative;
    top: -4px;
    margin: 0;
    color: #008bd5;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1em;
    }
.carSearchresult h2 a,
.carSearchresult .price a {
    line-height: 1em;
    }
.carSearchresult .price {
    text-align: right;
    }
.carSearchresult a.more {
    padding-right: 20px;
    background: url(/el/icon-link-white.gif) no-repeat right center;
    text-decoration: none;
    }
.carSearchresult a.more:hover {
    text-decoration: underline;
    }
.carDetail label {
    display: inline-block;
    width: 50%;
    margin: 0;
    }
.carDetail h2,
.carDetail .price p {
    margin: 0;
    margin-top: 20px;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: normal;
    line-height: 1em;
    }
.carDetail h2 small,
.carDetail .price p small {
    font-size: 15px;
    font-size: .9375rem;
    }
.carDetail h2 a,
.carDetail .price p a {
    line-height: 1em;
    }
.carDetail h2.borderTop {
    padding-top: 5px;
    }
.carDetail .price {
    text-align: right;
    }
.carDetail .detailBox {
    margin: 10px 0;
    border: 1px solid;
    border-radius: 5px;
    background: #FFF;
    }
.carDetail .detailBox ul {
    padding: 0;
    margin: inherit 0;
    }
.carDetail .detailBox ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    }
.carDetail .detailBox img {
    padding-top: 10px;
    padding-bottom: 10px;
    }
.carDetail ul.carDetails {
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    }
.carDetail ul.carDetails li {
    padding-left: 20px;
    background: url(/el/bg-li-car-detail.gif) no-repeat left 7px;
    list-style: none;
    }
aside .box {
    padding: 10px;
    margin: 20px 0;
    border: 2px solid;
    border-radius: 5px;
    color: #2A3489;
    background: #FFF;
    }
aside .linkBox {
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    background: #46606D;
    }
aside .linkBox a {
    display: block;
    height: 25px;
    padding: 0 10px;
    margin-top: 10px;
    border-radius: 5px;
    color: #2A3489;
    background: url(/el/bg-navi-right.gif) repeat-x left top;
    text-decoration: none;
    font-weight: normal;
    line-height: 25px;
    line-height: 1.5625rem;
    }
aside .linkBox a.first {
    margin: 0;
    }
aside .fb-page {
    margin: 10px 0;
    }
.box hr {
    margin: 10px 0;
    }
.contactForm fieldset {
    border: none;
    }
.contactForm ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
    }
.contactForm ol li {
    clear: both;
    padding: 5px 0 0;
    margin: 0;
    border: none;
    list-style-type: none;
    }
.contactForm ol li.leftLabel {
    clear: both;
    width: 40%;
    }
.contactForm ol li.rightInput {
    position: relative;
    width: 60%;
    padding-left: 10px;
    }
.contactForm ol li.full,
.contactForm ol li.checkbox {
    float: none;
    width: 100%;
    }
.contactForm ol li.checkbox label {
    padding: 0 0 10px;
    background: none;
    }
.contactForm ol li.checkbox input {
    width: 13px;
    height: 13px;
    margin-top: 3px;
    border: none;
    }
.contactForm ol li.checkbox span.wpcf7-list-item-label {
    display: inline-block;
    width: 90%;
    padding-left: 18px;
    }
.contactForm ol li.checkbox .wpcf7-not-valid {
    background: transparent;
    }
.contactForm ol li.checkbox .wpcf7-not-valid label {
    color: #FFF !important;
    background: #C00;
    }
.contactForm label,
.contactForm div.PLZOrt,
.contactForm div.Probefahrt {
    display: block;
    float: left;
    width: 30%;
    }
.contactForm label {
    padding: 5px 0;
    font-weight: normal;
    }
.contactForm label.labelPLZ,
.contactForm label.labelOrt {
    display: inline;
    width: auto;
    }
.contactForm label.labelProbefahrt {
    width: 60%;
    padding: 0;
    }
.contactForm label.error {
    color: #FFF;
    background-color: #C00;
    font-weight: bold;
    }
.contactForm small {
    display: block;
    clear: both;
    padding: 9px 5px;
    font-size: 12px;
    font-size: .75rem;
    }
.contactForm input {
    float: left;
    width: 70%;
    }
.contactForm input#PLZ {
    width: 15%;
    margin-right: 2%;
    }
.contactForm input#Ort {
    width: 53%;
    }
.contactForm input#Probefahrt {
    width: auto;
    margin: 4px 2% 0 0;
    text-align: left;
    }
.contactForm input#send {
    float: right;
    width: 30%;
    height: 25px;
    padding: 0;
    border: none;
    color: #FFF;
    background-color: #2A3489;
    line-height: 25px;
    line-height: 1.5625rem;
    cursor: pointer;
    }
.contactForm input.error {
    color: #FFF !important;
    background-color: #C00;
    }
.contactForm select {
    float: left;
    width: 70%;
    padding: 8px 5px;
    }
.contactForm textarea {
    width: 100%;
    height: 250px;
    font-size: 12px;
    font-size: .75rem;
    }
.contactForm input,
.contactForm textarea,
.contactForm select {
    margin: 0;
    border: 1px solid #D9D9D9;
    background-color: #FFF;
    font-family: $fontText;
    font-size: 1em;
    outline: none;
    }
.contactForm input,
.contactForm textarea {
    padding: 5px;
    }
footer {
    max-width: 1280px;
    margin: 7px auto 0 auto;
    background: #D9D9D9;
    }
footer #rowFooterNav {
    min-height: 86px;
    text-align: center;
    }
footer #rowFooterNav a {
    text-decoration: none;
    }
footer #rowFooterNav a:hover {
    text-decoration: underline;
    }
footer #rowFooterNav nav {
    line-height: 52px;
    line-height: 3.25rem;
    }
@media only screen and (min-width: 415px) and (max-width: 736px) {
}

@media only screen and (max-width: 414px) {
}

@media only screen and (max-width: 768px) {
#rowHeader .col nav {
    padding-right: 7px !important;
    }
#rowSlider {
    top: 0 !important;
    margin: 0 auto !important;
    }
#rowNav {
    height: 60px !important;
    }
#rowNav #logo {
    right: 7px !important;
    height: 50px !important;
    }
}

@media only screen and (max-width: 1280px) {
header #rowSlider {
    top: -86px;
    margin: 0 auto -86px auto;
    }
}

/*@media (max-width: 479px) {
	header {
		#rowSlider { height:99px;
			#mazdaLogo { max-width:147px; }
			#slider { width:566px; height:99px; margin-left:-283px; }
		}
	}
	#rowHeadline { height:41px;
		h1, h2 { font-size:19px; line-height:41px; font-weight:normal; }
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	header {
		#rowSlider { height:126px;
			#mazdaLogo { max-width:147px; }
			#slider { width:720px; height:126px; margin-left:-360px; }
		}
	}
	#rowHeadline { height:82px;
		h1, h2 { font-size:38px; line-height:82px; font-weight:normal; }
		#quickSearchForm {
			h2 { font-size:20px; }
		}
	}
}
@media (max-width: 767px) {
	.hideMobile { display:none !important; }
	.showMobile { display:block !important; }
	
	header {
		#rowHeader {
			.col {
				#logo { margin-left:10px; }
				nav { margin-right:10px; top:27px; }
				#designation { display:none; }
			}
		}
		#rowNav {
			#designationMobile { display:block; height:50px; line-height:50px; position:absolute; top:0; left:10px; color:#FFFFFF; font-family:$(fontExtra); font-size:12px; font-weight:bold; }
		}
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	header {
		#rowSlider { height:189px;
			#mazdaLogo { max-width:220px; }
			#slider { width:1080px; height:189px; margin-left:-540px; }
		}
	}
}
@media (max-width: 991px) {
	.rowHeadlineQuicksearch { height:230px !important;
		#quickSearchForm { margin-top:10px; }
	}
	#quickSearchForm {
		select, input { margin-top:5px; }
	}
	.carSearchresult h2 { margin-top:10px; }
	.carSearchresult .price { text-align:left; }
	
	header {
		#rowNav {
			nav {
				#menuOpener { display:block; width:44px; height:50px; position:absolute; top:0; right:0; background:transparent url($(imagePath)/bg-menu-opener.png) no-repeat center center; cursor:pointer; }
				.menu { display:none; }
				.active { display:block; position:absolute; top:47px; right:0; text-align:right; z-index:999999; }
				ul { background:$(color1); height:auto;
					ul { display:block; margin:0; padding:0; height:auto; position:relative !important; top:0; left:0; width:100%; text-align:right;
						li { background:none; padding:0; margin:0; font-weight:normal; border:none; }
						a { line-height:40px; padding:0 15px 0 0; }
						
					}
				}
				li { float:none; padding:0; position:relative; background:none; font-weight:bold; border-top:1px solid $(color2); }	
				a { color:$(colorNavi); display:block; line-height:40px; font-family:$(fontNavi); font-size:14px; padding:0 8px; text-decoration:none; }
				a:hover, li:hover > a, a:focus, .sel > a { background:$(colorBgNaviHover) url(/el/bg-navi-item-active.gif) no-repeat center bottom; color:$(colorNavi); }
			}
		}
	}
}
@media (min-width: 992px) {
	.newsList {
		.listItem1, .listItem2, .listItem3 { border:none; }
	}
	.teamList {
		.listItem1, .listItem2 { border:none; }
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	header {
		#rowSlider { height:252px;
			#mazdaLogo { max-width:293px; }
			#slider { width:1440px; height:252px; margin-left:-720px; }
		}
	}
}*/
.weEditBlock {
    padding: 5px;
    border: solid 1px #C00;
    background-color: rgba(0,0,0,.1);
    }
.weEditBlock td {
    vertical-align: top;
    padding: 10px;
    }
.weEditBlock .mceLayout td {
    padding: inherit;
    }
.weEditBlock .next {
    border-bottom: solid 1px #C00;
    }
.weEditBlock .nextCol {
    border-right: solid 1px #C00;
    }
.weEditAdvice {
    color: #C00;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: bold;
    }
small.weEditAdvice {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: normal;
    }
#cookieInfo a {
    color: #fff;
    text-decoration: underline;
    }
#cookieInfo a:hover {
    color: #2E3588;
    background-color: #fff;
    }
#cookieInfo div {
    padding: 10px 20px 20px 20px;
    }
#cookieInfo {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #fff;
    color: #fff;
    background: #2E3588;
    text-align: center;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    line-height: 1rem;
    outline: 1px solid #2E3588;
    }
#cookieInfoCloser {
    top: 5px;
    display: inline-block;
    padding: 10px 20px;
    color: #2E3588;
    background-color: #F0F0F0;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    font: 14px/100% arial,sans-serif;
    font: .875rem/100% arial,sans-serif;
    cursor: pointer;
    }
#cookieInfoCloser:hover {
    color: #2E3588;
    background-color: #fff;
    }
