@import url('https://fonts.googleapis.com/css2?family=Signika+Negative:wght@300&display=swap');


.float{
position:fixed;
width:60px;
height:60px;
bottom:10px;
left:40px;
background-color:grey;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow: 2px 2px 3px #999;
z-index:100;
}

.my-float{
margin-top:16px;
}

.float2{
position:fixed;
width:60px;
height:60px;
bottom:10px;
right:40px;
background-color:grey;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow: 2px 2px 3px #999;
z-index:100;
}

.my-float2{
margin-top:16px;
}

.bodytext{
    margin: 5px;
}
section{
    background-color: #f0f0f0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

mark {
    color: #000;
    background: #ff0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    box-sizing: border-box
}

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
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media print {
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]: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
    }
    @page {
        margin: 2cm .5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff !important
    }
    .navbar {
        display: none
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-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;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

.text-primary:hover {
    color: #3071a9
}

.text-warning {
    color: #c09853
}

.text-warning:hover {
    color: #a47e3c
}

.text-danger {
    color: #b94a48
}

.text-danger:hover {
    color: #953b39
}

.text-success {
    color: #468847
}

.text-success:hover {
    color: #356635
}

.text-info {
    color: #3a87ad
}

.text-info:hover {
    color: #2d6987
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #999
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
    font-size: 65%
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.list-inline>li:first-child {
    padding-left: 0
}

dl {
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.428571429
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        display: table;
        content: " "
    }
    .dl-horizontal dd:after {
        clear: both
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        display: table;
        content: " "
    }
    .dl-horizontal dd:after {
        clear: both
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote small {
    display: block;
    line-height: 1.428571429;
    color: #999
}

blockquote small:before {
    content: '\2014 \00A0'
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
    text-align: right
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

blockquote:before,
blockquote:after {
    content: ""
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

code,
kbd,
pre,
samp {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container:before,
.container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.container:before,
.container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:before,
.row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.row:before,
.row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.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 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.666666666667%
}

.col-xs-10 {
    width: 83.333333333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.666666666667%
}

.col-xs-7 {
    width: 58.333333333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.666666666667%
}

.col-xs-4 {
    width: 33.333333333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.666666666667%
}

.col-xs-1 {
    width: 8.3333333333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.666666666667%
}

.col-xs-pull-10 {
    right: 83.333333333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.666666666667%
}

.col-xs-pull-7 {
    right: 58.333333333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.666666666667%
}

.col-xs-pull-4 {
    right: 33.333333333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.666666666667%
}

.col-xs-pull-1 {
    right: 8.3333333333333%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.666666666667%
}

.col-xs-push-10 {
    left: 83.333333333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.666666666667%
}

.col-xs-push-7 {
    left: 58.333333333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.666666666667%
}

.col-xs-push-4 {
    left: 33.333333333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.666666666667%
}

.col-xs-push-1 {
    left: 8.3333333333333%
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.666666666667%
}

.col-xs-offset-10 {
    margin-left: 83.333333333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.666666666667%
}

.col-xs-offset-7 {
    margin-left: 58.333333333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.666666666667%
}

.col-xs-offset-4 {
    margin-left: 33.333333333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.666666666667%
}

.col-xs-offset-1 {
    margin-left: 8.3333333333333%
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
    .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 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.666666666667%
    }
    .col-sm-10 {
        width: 83.333333333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.666666666667%
    }
    .col-sm-7 {
        width: 58.333333333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.666666666667%
    }
    .col-sm-4 {
        width: 33.333333333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.666666666667%
    }
    .col-sm-1 {
        width: 8.3333333333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.666666666667%
    }
    .col-sm-pull-10 {
        right: 83.333333333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.666666666667%
    }
    .col-sm-pull-7 {
        right: 58.333333333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.666666666667%
    }
    .col-sm-pull-4 {
        right: 33.333333333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.666666666667%
    }
    .col-sm-pull-1 {
        right: 8.3333333333333%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.666666666667%
    }
    .col-sm-push-10 {
        left: 83.333333333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.666666666667%
    }
    .col-sm-push-7 {
        left: 58.333333333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.666666666667%
    }
    .col-sm-push-4 {
        left: 33.333333333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.666666666667%
    }
    .col-sm-push-1 {
        left: 8.3333333333333%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.666666666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.333333333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.666666666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.333333333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.666666666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.333333333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.666666666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333333%
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%
    }
    .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 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.666666666667%
    }
    .col-md-10 {
        width: 83.333333333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.666666666667%
    }
    .col-md-7 {
        width: 58.333333333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.666666666667%
    }
    .col-md-4 {
        width: 33.333333333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.666666666667%
    }
    .col-md-1 {
        width: 8.3333333333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.666666666667%
    }
    .col-md-pull-10 {
        right: 83.333333333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.666666666667%
    }
    .col-md-pull-7 {
        right: 58.333333333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.666666666667%
    }
    .col-md-pull-4 {
        right: 33.333333333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.666666666667%
    }
    .col-md-pull-1 {
        right: 8.3333333333333%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.666666666667%
    }
    .col-md-push-10 {
        left: 83.333333333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.666666666667%
    }
    .col-md-push-7 {
        left: 58.333333333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.666666666667%
    }
    .col-md-push-4 {
        left: 33.333333333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.666666666667%
    }
    .col-md-push-1 {
        left: 8.3333333333333%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.666666666667%
    }
    .col-md-offset-10 {
        margin-left: 83.333333333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.666666666667%
    }
    .col-md-offset-7 {
        margin-left: 58.333333333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.666666666667%
    }
    .col-md-offset-4 {
        margin-left: 33.333333333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.666666666667%
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333333%
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
    .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 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.666666666667%
    }
    .col-lg-10 {
        width: 83.333333333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.666666666667%
    }
    .col-lg-7 {
        width: 58.333333333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.666666666667%
    }
    .col-lg-4 {
        width: 33.333333333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.666666666667%
    }
    .col-lg-1 {
        width: 8.3333333333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.666666666667%
    }
    .col-lg-pull-10 {
        right: 83.333333333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.666666666667%
    }
    .col-lg-pull-7 {
        right: 58.333333333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.666666666667%
    }
    .col-lg-pull-4 {
        right: 33.333333333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.666666666667%
    }
    .col-lg-pull-1 {
        right: 8.3333333333333%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.666666666667%
    }
    .col-lg-push-10 {
        left: 83.333333333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.666666666667%
    }
    .col-lg-push-7 {
        left: 58.333333333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.666666666667%
    }
    .col-lg-push-4 {
        left: 33.333333333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.666666666667%
    }
    .col-lg-push-1 {
        left: 8.3333333333333%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.666666666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.333333333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.666666666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.333333333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.666666666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.333333333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.666666666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333333%
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    display: table-column;
    float: none
}

table td[class*="col-"],
table th[class*="col-"] {
    display: table-cell;
    float: none
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

select[multiple],
select[size] {
    height: auto
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle
}

.form-control:-moz-placeholder {
    color: #999
}

.form-control::-moz-placeholder {
    color: #999
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #ffffff61;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle
}

.radio label,
.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm {
    height: auto
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 45px;
    line-height: 45px
}

textarea.input-lg {
    height: auto
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #c09853
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}

.has-warning .input-group-addon {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #b94a48
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #468847
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}

.has-success .input-group-addon {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-control-static {
    padding-top: 7px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-primary {
    color: #fff;
    background: #081b30;
    width: 100%;
    text-align: center;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../glyphicons-halflings-regular.html);
    src: url(../glyphicons-halflings-regulard41d.html#iefix) format("embedded-opentype"), url(../glyphicons-halflings-regular-2.html) format("woff"), url(../glyphicons-halflings-regular-3.html) format("truetype"), url(../glyphicons-halflings-regular-4.html#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon:empty {
    width: 1em
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #999
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
}

.btn-default .caret {
    border-top-color: #333
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
    border-top-color: #fff
}

.dropup .btn-default .caret {
    border-bottom-color: #333
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
    border-bottom-color: #fff
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
    outline: none
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group {
    float: left
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group-xs>.btn {
    padding: 5px 10px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed
}

.btn-group-justified .btn {
    display: table-cell;
    float: none;
    width: 1%
}

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group.col {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 45px;
    line-height: 45px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap
}

.input-group-btn:first-child>.btn {
    margin-right: -1px
}

.input-group-btn:last-child>.btn {
    margin-left: -1px
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -4px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:active {
    z-index: 2
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav:before,
.nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav:before,
.nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #999
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #428bca
}

.nav .open>a .caret,
.nav .open>a:hover .caret,
.nav .open>a:focus .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca
}

.nav-pills>li.active>a .caret,
.nav-pills>li.active>a:hover .caret,
.nav-pills>li.active>a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:before,
.navbar:after {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

.navbar:before,
.navbar:after {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: auto
    }
    .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px
    }
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
    .navbar-collapse .navbar-text:last-child {
        margin-right: 0
    }
}

.container>.navbar-header,
.container>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container>.navbar-header,
    .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin: 8px -15px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-text {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        margin-right: 15px;
        margin-left: 15px
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #999
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav>li>a {
    color: #999
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.navbar-inverse .navbar-nav>.open>a .caret,
.navbar-inverse .navbar-nav>.open>a:hover .caret,
.navbar-inverse .navbar-nav>.open>a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #999
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #eee
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label[href]:hover,
.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.label-default {
    background-color: #999
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: gray
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.btn .badge {
    position: relative;
    top: -1px
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee
}

.jumbotron h1 {
    line-height: 1;
    color: inherit
}

.jumbotron p {
    line-height: 1.4
}

.container .jumbotron {
    border-radius: 6px
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: inline-block;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail>img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #356635
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #2d6987
}

.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #a47e3c
}

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #953b39
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media,
.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media>.pull-left {
    margin-right: 10px
}

.media>.pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
    color: inherit
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0
}

.panel>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive {
    margin-bottom: 0
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:last-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading>.dropdown .caret {
    border-color: #333 transparent
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca
}

.panel-primary>.panel-heading>.dropdown .caret {
    border-color: #fff transparent
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading>.dropdown .caret {
    border-color: #468847 transparent
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading>.dropdown .caret {
    border-color: #c09853 transparent
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading>.dropdown .caret {
    border-color: #b94a48 transparent
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ebccd1
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading>.dropdown .caret {
    border-color: #3a87ad transparent
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow {
    border-width: 11px
}

.popover .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0;
    content: " "
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0;
    content: " "
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0;
    content: " "
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #fff;
    border-right-width: 0;
    content: " "
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: .5;
    filter: alpha(opacity=50)
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicons-chevron-left,
    .carousel-control .glyphicons-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}

.clearfix: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 {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
    display: none !important
}

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

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

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

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

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
    display: none !important
}

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

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

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

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

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
    display: none !important
}

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

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

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

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

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
    display: none !important
}

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

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

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

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

.hidden-xs {
    display: block !important
}

tr.hidden-xs {
    display: table-row !important
}

th.hidden-xs,
td.hidden-xs {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-xs,
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm,
    tr.hidden-xs.hidden-sm,
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md,
    tr.hidden-xs.hidden-md,
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xs.hidden-lg,
    tr.hidden-xs.hidden-lg,
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none !important
    }
}

.hidden-sm {
    display: block !important
}

tr.hidden-sm {
    display: table-row !important
}

th.hidden-sm,
td.hidden-sm {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-sm.hidden-xs,
    tr.hidden-sm.hidden-xs,
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none !important
    }
}

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

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md,
    tr.hidden-sm.hidden-md,
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-sm.hidden-lg,
    tr.hidden-sm.hidden-lg,
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none !important
    }
}

.hidden-md {
    display: block !important
}

tr.hidden-md {
    display: table-row !important
}

th.hidden-md,
td.hidden-md {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-md.hidden-xs,
    tr.hidden-md.hidden-xs,
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm,
    tr.hidden-md.hidden-sm,
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
        display: none !important
    }
}

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

@media (min-width: 1200px) {
    .hidden-md.hidden-lg,
    tr.hidden-md.hidden-lg,
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
        display: none !important
    }
}

.hidden-lg {
    display: block !important
}

tr.hidden-lg {
    display: table-row !important
}

th.hidden-lg,
td.hidden-lg {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-lg.hidden-xs,
    tr.hidden-lg.hidden-xs,
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm,
    tr.hidden-lg.hidden-sm,
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md,
    tr.hidden-lg.hidden-md,
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
        display: none !important
    }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
    display: none !important
}

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

/* anti-alias chrome/safari */

html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;
    -webkit-text-stroke-width: 0.1px;
}

body {
    color: #040404;
    overflow-y: scroll;
    padding-top: 0px;
    line-height: 160%;
    font-size: 15px;
}

body,
body * {
    font-family: 'Signika Negative', 'Open Sans', sans-serif;
    font-weight: 300;
}
.bdr{
    box-shadow: 0px 0px 18px -10px;
    margin-top: 10px;
    border-radius: 0px 80px;
}
h1,
h2,
h3,
h2.subheader,
.heading_sidebar {
    font-family: 'Signika Negative', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #010101;
    font-size: 37px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    margin: 0;
    margin-bottom: 25px;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
}

.column3mid h1,
.column3mid h2,
.column3mid .heading_sidebar {
    font-size: 29px;
    line-height: 100%;
}

h3 {
    font-size: 23px;
    margin-bottom: 10px;
}

.zweizeilig {
    color: #D51130;
    font-size: 28px !important;
    margin-bottom: 0;
    text-shadow: 0 0 1px rgba(213, 17, 48, 0.3);
}

.column3mid .zweizeilig {
    font-size: 26px !important;
}

.col-md-3 h1,
.col-md-3 h2,
.col-md-3 h3,
.col-md-3 h2.subheader,
.three_columns h2,
.four_columns h2,
.two_columns h2,
.two_columns h3,
.three_columns h3,
.four_columns h3 {
    font-size: 21px;
    font-weight: 300;
}

.heading_sidebar {
    font-family: 'Signika Negative', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #010101;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    margin: 0;
    margin-bottom: 25px;
    font-size: 19px;
    font-weight: 300 !important;
    display: block;
}

.col-md-3 h3,
.col-md-3 h2 {
    font-size: 19px;
}

p {
    margin: 0 0 1.5em;
}

b,
strong,
.csc-sword {
    font-weight: 400 !important;
    text-shadow: 0 0 0;
}

a {
    color: #D51130;
    text-decoration: none;
    font-weight: 400;
}

a:hover,
a:focus {
    color: #D51130;
    text-decoration: underline;
}

a,
label,
button,
#subnavi .overviewlink a img {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.navbar-default .navbar-nav>li>a {
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

iframe,
embed,
object {
    width: 100%;
}

hr {
    color: #CDCDCD;
    border: 0px solid #CDCDCD;
    background: #CDCDCD;
    height: 1px;
    line-height: 1px;
    position: relative;
    margin: 0 -100px 4em;
    margin: 3em -100px 3em;
}

hr.hr-slider {
    margin: 0 -100px 4em;
}

.col-md-3 hr,
.col-md-6 hr,
.col-md-9 hr {
    margin-left: 0;
    margin-right: 0;
}

input,
select,
textarea {
    border: 1px solid #ddd;
    border-top: 1px solid #abadb3;
    border-radius: 2px;
    background: #fff;
    padding: 6px;
    width: 13em;
}

textarea {
    width: 22em;
    max-width: 100%;
}

input:focus,
select:focus,
textarea:focus {
    border: 1px solid #cbcbcb;
    border-top: 1px solid #abadb3;
    border-radius: 2px;
    background: #fff;
    padding: 6px;
    -moz-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15) inset;
}

input[type="submit"],
#mailformsubmit,
#mailformsubmit_mobile {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #D51130;
    color: #fff;
    font-weight: bold;
    border: none;
    text-align: center;
    min-width: 12.85em;
}

input[type="submit"]:hover,
#mailformsubmit:hover,
#mailformsubmit_mobile:hover {
    opacity: 0.8;
}

#mailformsubmit,
#mailformsubmit_mobile {
    margin-left: 10.4em;
}

.csc-mailform-field label {
    min-width: 10em;
}

.csc-mailform-field {
    margin: 5px 0;
}

.csc-mailform ol {
    list-style-type: none !important;
}

.container {
    max-width: 970px;
}

.vollebreite>div {
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin: 0 auto 80px;
    max-width: 970px;
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.vollebreite>div ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-right: 2% !important;
    width: 32%;
    float: left;
    margin-top: -10px;
}

.vollebreite>div ul:last-child {
    margin-right: 0 !important;
}

.vollebreite>div a {
    color: #050505;
    font-size: 18px;
    font-family: 'Signika Negative', sans-serif;
    font-weight: 300;
    background: url(../images/arrow_red.gif) 95% 50% no-repeat;
    padding: 15px 0;
    padding-right: 15px;
    display: block;
    border-bottom: 1px solid #cecece;
    background-position: 95%;
}

.vollebreite>div a:hover {
    text-decoration: none;
    background-position: 97%;
}

.vollebreite>div ul li:last-child a {
    border-bottom: none;
}

.vollebreite>div ul li a:hover {
    color: #D51130;
}

.vollebreite {
    background: #f6f6f6;
    padding-top: 30px;
}

#content .vollebreite ul li {
    margin: 0;
}

/*#c4:after{
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	background:#f6f6f6;
	background:red;
	position: absolute;
	top: 0;
	z-index: -1;
}*/

#content ul,
#content ol {
    margin: 2em 0;
    padding: 0;
}

#content ul ul,
#content ol ol {
    margin: 0.5em 0;
    margin-left: 1.4em;
}

#content li {
    margin: 0.25em 0;
    margin-left: 1.25em;
}

#content ul li {
    list-style-type: none;
    margin-left: 1.5em;
}

#content ul li:before {
    color: #D51130;
    content: "\25A0";
    left: -0.75em;
    margin-left: -10px;
    position: relative;
}

#content ul.csc-uploads li:before {
    content: "";
    left: 0;
    margin-left: 0;
    position: inherit;
}

#content ul.csc-uploads li {
    margin: 0;
    padding: 0;
    padding-bottom: 2em !important;
    line-height: 120%;
}

#content ul.csc-uploads li:last-child {
    padding-bottom: 0 !important;
}

#content ul.csc-uploads li>a {
    display: block;
    max-width: 100%;
    width: 20em;
    overflow: hidden;
    background: #fff;
    border: 0.5em solid #FFFFFF;
    margin-bottom: 0.5em;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
}

#content .box_grey ul.csc-uploads li>a {
    height: auto;
}

/*#content ul.csc-uploads li > a:hover img{
	box-shadow:0 0 3px 1px rgba(0,0,0,0.15)
}*/

#content ul.csc-uploads li a img {
    padding: 0;
    float: none;
    margin: 0 auto;
    display: block;
    min-height: 5.75em;
    width: auto;
}

#content .col-md-6 ul.csc-uploads li>a,
#content .col-md-9 ul.csc-uploads li>a {
    width: auto;
    float: left;
    margin-right: 1em;
    width: auto;
}

#content .col-md-6 ul.csc-uploads span.csc-uploads-fileName,
#content .col-md-9 ul.csc-uploads span.csc-uploads-fileName {
    width: auto;
    max-width: 84%;
}

#content .col-md-6 ul.csc-uploads-2 span.csc-uploads-fileName,
#content .col-md-9 ul.csc-uploads-2 span.csc-uploads-fileName {
    width: 42%;
}

#content .uploads_wrap .bx-prev {
    left: -50px !important;
}

#content .uploads_wrap .bx-next {
    right: -50px !important;
}

#content .uploads_wrap {
    margin: 0 55px !important;
}

#content .two_columns .uploads_wrap ul.csc-uploads li a img,
#content .three_columns .uploads_wrap ul.csc-uploads li a img,
#content .four_columns .uploads_wrap ul.csc-uploads li a img {
    /*width: 53%;*/
    width: 100%;
    min-height: 0px;
    margin: 0;
}

#content .uploads_wrap ul.csc-uploads span {
    display: block;
    float: left;
    width: 51%;
}

/*#content .two_columns .uploads_wrap ul.csc-uploads span, #content .three_columns .uploads_wrap ul.csc-uploads span, #content .four_columns .uploads_wrap ul.csc-uploads span {
    width: 60%;
}*/

#content .two_columns .uploads_wrap ul.csc-uploads span,
#content .three_columns .uploads_wrap ul.csc-uploads span,
#content .four_columns .uploads_wrap ul.csc-uploads span {
    width: 100%;
}

#content ul.csc-uploads-2 li {
    padding-bottom: 0 !important;
}

#content ul.csc-uploads-2 {
    margin: 0;
}

#content ul.csc-uploads-2 li>a {
    margin-bottom: 0 !important;
}

.uploads_wrap .bx-pager {
    right: -50px;
    text-align: right;
}

.uploads_wrap .bx-pager div {
    position: relative;
    top: 20px;
}

.uploads_wrap .bx-pager a {
    color: transparent !important;
}

.uploads_wrap ul.csc-uploads span.csc-uploads-fileName a,
.uploads_wrap1 ul.csc-uploads span.csc-uploads-fileName a {
    display: block;
    line-height: 110% !important;
    max-width: 97%;
    word-wrap: break-word;
    font-family: 'Signika Negative', sans-serif;
    font-weight: 300;
    font-size: 22px;
    padding-bottom: 3px;
}

.two_columns ul.csc-uploads span.csc-uploads-fileName a,
.three_columns ul.csc-uploads span.csc-uploads-fileName a,
.four_columns ul.csc-uploads span.csc-uploads-fileName a,
.slider ul.csc-uploads span.csc-uploads-fileName a {
    line-height: 100% !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

img {
    height: auto;
    max-width: 100%;
}

.csc-textpic-intext-right .csc-textpic-imagewrap,
.csc-textpic-intext-left .csc-textpic-imagewrap {
    margin-top: 0.5em;
}

.nofloat.csc-textpic-imagewrap,
.csc-textpic-above .csc-textpic-imagewrap,
.csc-textpic-below .csc-textpic-imagewrap {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.csc-textpic-center-outer {
    margin: 0 auto;
    float: none !important;
}

.csc-textpic-above .csc-textpic-last {
    margin-bottom: 2em !important;
}

.csc-textpic-below .csc-textpic-imagewrap:first-child {
    margin-top: 2em !important;
}

.csc-textpic-center-outer,
.csc-textpic-center-inner {
    float: none !important;
    position: static !important;
}

.csc-textpic-center-inner img {
    margin: 0 auto !important;
}

.csc-textpic-caption {
    padding-top: 0.25em;
    padding-bottom: 1em;
    color: #7A7A7A;
    font-size: 13px;
    line-height: 140%;
}

/*div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li{overflow:visible;}*/

ul.csc-uploads span.csc-uploads-fileName {
    text-decoration: none;
    display: block;
    margin-top: 0.5em;
    width: 125px;
    float: left;
    padding-bottom: 2px;
}

ul.csc-uploads span.csc-uploads-fileName a {
    line-height: 10px !important;
    /*padding-right: 0.5em;*/
}

ul.csc-uploads span {
    display: inline;
}

.col-md-3 ul.csc-uploads {
    margin: 0 !important;
}

.csc-uploads-fileSize {
    color: #7A7A7A;
    font-family: 'Signika Negative', sans-serif;
    font-size: 15px;
    display: inline-block !important;
    float: right;
    margin-top: 0.5em;
}

.contenttable {
    width: 100%;
    margin-bottom: 2em;
}

.contenttable td,
.contenttable th {
    padding: 1em;
    background: #F1F1F1;
    border: 1px solid #fff;
}

.contenttable th {
    background: #545454;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 0 0;
}

article {
    background: #F0F0F0;
    border: 1px solid #ddd;
    padding: 1em;
    margin-bottom: 1em;
}

article p:last-child {
    margin-bottom: 0;
}

/* Header */

.fixed_nav #header {
    position: fixed;
    background: rgba(255, 255, 255, 0.96);
    z-index: 10000;
    top: 0;
    width: 100%;
    height: 71px;
}

.fixed_nav {
    padding-top: 148px;
}

.fixed_nav .navbar-brand {
    height: 50px;
}

.fixed_nav #consulting_logo.navbar-brand {
    height: 59px;
    margin-top: -2px;
}

.fixed_nav .navbar-brand img {
    float: right;
    margin-top: 7px;
    position: relative;
}

.fixed_nav .navbar-nav {
    margin-top: 20px;
}

.fixed_nav .navbar-default .navbar-nav>li>a {
    margin-top: -1px;
}

.fixed_nav .navbar-default .navbar-nav>li.act {
    background: url("../images/navi_arrow_cur.gif") no-repeat scroll 50% 102%;
}

#header {
    border-bottom: 10px solid #da1f3d;
}

.navbar-header {
    float: right;
}

.navbar-toggle {
    float: left;
    margin-top: 13px;
    margin-right: 8px;
}

.navbar-collapse {
    padding: 0;
}

.navbar-brand {
    padding-top: 8px;
    padding-right: 0;
    float: right;
}

#consulting_logo {
    margin-top: -24px;
}

.navbar-brand img {
    max-height: 100%;
    width: auto;
}

.navbar {
    border: none;
    margin: 0;
}

.navbar-nav {
    margin-top: 37px;
}

.navbar-default .navbar-nav>li {
    padding-left: 5px;
    padding-right: 5px;
}

.navbar-default .navbar-nav>li.active {
    padding-bottom: 21px;
    margin-bottom: -21px;
    padding-left: 0;
    padding-right: 0;
}

.navbar-default .navbar-nav>li.act {
    background: url(../images/navi_arrow.gif) 50% 100% no-repeat;
    padding-bottom: 21px;
    margin-bottom: -21px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 98;
}

.navbar-default .navbar-nav>li>a {
    color: #020202;
    font-family: 'Signika Negative', sans-serif;
    font-weight: 300;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    font-size: 18px;
    height: 52px;
    text-transform: uppercase;
    margin-bottom: -11px;
    line-height: 25px;
}

.navbar-default .navbar-nav>li.active a,
.navbar-default .navbar-nav>li.act a {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: inherit;
    color: inherit;
}

.nav>li>a {
    padding: 0;
}

.nav>li {
    margin: 0 5px;
}

.nav>li.first {
    margin-left: 0px;
}

.nav>li.last {
    margin-right: 0px;
}

.navbar-default {
    background: none;
}

/* Subnavi */

#subnavi_wrap {
    background: #313131;
    border-top: 1px solid #fff;
    font-family: 'Signika Negative', sans-serif;
    font-weight: 300;
    display: none;
}

#subnavi {
    margin: 0 auto;
    max-width: 970px;
    overflow: hidden;
    position: relative;
    padding: 0 15px;
}

#subnavi a {
    color: #fff;
    font-family: 'Signika Negative', sans-serif;
    font-weight: 300;
    text-decoration: none !important;
}

#subnavi li,
#subnavi ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#subnavi .nav_lvl1 {
    float: left;
    width: 30%;
    margin-right: 10%;
    /*height:400px;*/
}

#subnavi .lvl1 {
    display: none;
}

#subnavi .nav_lvl2 {
    border-bottom: 1px solid #4c4c4c;
    border-top: 1px solid #040404;
    width: 300px;
    display: none;
    margin: 55px 0 75px;
    position: absolute;
}

#subnavi .nav_lvl2 li {
    background-color: #313131;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#subnavi .nav_lvl2 li>a {
    color: #fff;
    border-top: 1px solid #4c4c4c;
    border-bottom: 1px solid #040404;
    padding: 18px;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 20px;
    display: block;
}

#subnavi .nav_lvl2>li:hover {
    /*background: linear-gradient(#313131 0%, #404040 100%);*/
    background-color: #404040;
    -webkit-background-image: linear-gradient(to bottom, rgba(49, 49, 49, 1), rgba(63, 63, 63, 0));
    -moz-background-image: linear-gradient(to bottom, rgba(49, 49, 49, 1), rgba(63, 63, 63, 0));
    -o-background-image: linear-gradient(to bottom, rgba(49, 49, 49, 1), rgba(63, 63, 63, 0));
    background-image: linear-gradient(to bottom, rgba(49, 49, 49, 1), rgba(63, 63, 63, 0));
}

#subnavi .nav_lvl2>li.sub>a {
    background-position: 97% 50%;
}

#subnavi .nav_lvl2>li.sub>a:hover,
#subnavi .nav_lvl2>li.act>a {
    background: url(../images/subnavi_arrow.png) no-repeat 100% 50%;
}

#subnavi .nav_lvl2>li.sub>a:active,
#subnavi .nav_lvl2>li.sub>a:focus {
    outline: none;
}

#subnavi .nav_lvl3 ul {
    padding: 55px 0 90px;
}

#subnavi .nav_lvl3:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#subnavi .nav_lvl3 ul {
    margin-left: 320px;
    float: right;
    width: 60%;
    overflow: hidden;
    -moz-column-count: 2;
    -moz-column-gap: 60px;
    -webkit-column-count: 2;
    -webkit-column-gap: 60px;
    -ms-column-count: 2;
    -ms-column-gap: 60px;
    column-count: 2;
    column-gap: 60px;
    /*margin-top: 67px;*/
}

#subnavi .nav_lvl3 ul li {
    display: inline;
}

/*#subnavi .overviewlink {
  margin-top: -75px;
  position: absolute;
	width:100%;
}*/

#subnavi .overviewlink a {
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 400 !important;
}

#subnavi .overviewlink img {
    position: relative;
    top: -1px;
    right: -5px;
}

#subnavi .overviewlink a:hover img {
    right: -7px;
}

#subnavi .nav_lvl3>li {
    display: none;
    width: 100%;
}

#subnavi .nav_lvl3 li a {
    color: #b7b1b1;
    padding: 15px 10px;
    font-size: 16px;
    display: block;
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
    margin-bottom: -1px;
    width: 100%;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

#subnavi .nav_lvl3 li a:hover {
    color: #fff;
}

#nav_close {
    background: url("../images/closered.png") no-repeat 0 0;
    bottom: 35px;
    display: block;
    height: 40px;
    position: absolute;
    right: 15px;
    width: 40px;
}

#nav_close,
#lang_close,
#closeLink {
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

#nav_close:hover,
#lang_close:hover,
#closeLink:hover {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transition: rotate(90deg);
    transition: rotate(90deg);
}

.bx-wrapper .bx-controls-direction a {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

/* Sidebar Navi */

#content #sidebar_nav a {
    color: #040404;
    font-family: 'Signika Negative', sans-serif;
    font-size: 16px;
    font-weight: 300;
    display: block;
    line-height: 120%;
    word-wrap: break-all;
}

#content #sidebar_nav a:hover,
#content #sidebar_nav a:focus {
    text-decoration: none;
    color: #7A7A7A;
}

#content #sidebar_nav .cur>a {
    color: #D51130;
}

#content #sidebar_nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 6em;
    text-transform: uppercase;
}

#content #sidebar_nav ul a {
    font-size: 14px;
}

#content #sidebar_nav ul {
    text-transform: none;
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-right: -28px !important;
}

#content #sidebar_nav li {
    list-style-type: none !important;
    padding: 0 11px 15px 11px;
    margin: 15px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}

#content #sidebar_nav li.last {
    border-bottom: none;
}

#content #sidebar_nav li li {
    padding: 0 15px;
    padding-bottom: 0;
    border-bottom: none;
    background: url("../images/sn_arrow.png") no-repeat 0 1px;
}

#content #sidebar_nav li li.sub {
    margin-right: 17px;
}

#content #sidebar_nav li li li.sub {
    margin-right: 13px;
}

#content #sidebar_nav li li li {
    background: url("../images/sn_arrow.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
}

#content #sidebar_nav .sn_sub_icon {
    cursor: pointer;
    display: block;
    height: 49px;
    position: absolute;
    right: 5px;
    top: -15px;
    width: 40px;
    background: url("../images/sidebar_nav_sub.png") no-repeat 50% 50%;
}

#content #sidebar_nav .sn_sub_icon.opened {
    background: url("../images/sidebar_nav_sub_act.png") no-repeat 50% 50%;
}

#content #sidebar_nav li:before,
#content .vollebreite li:before {
    content: "";
    display: none;
    float: inherit;
    width: inherit;
    margin-top: inherit;
}

.subspacer {
    float: right;
    height: 10px;
    width: 30px;
}

/*.sidebar_nav4{display:block !important;}*/

/*.sidebar_nav3, .sidebar_nav4{display:block !important;}*/

/* Slider Header */

#slider {
    border-top: 1px solid #fff;
    background: #fff;
}

#slider .heading_wrap {
    position: relative;
    height: 400px;
    margin: 0 auto;
    max-width: 940px;
    top: -100%;
}

#slider .heading_wrap.more_height {
    /* 2018-08-15: additional css height for higher slider (+50%) */
    height: 600px;
}

#slider .slider_item {
    /*height:400px !important;*/
    background-position: top center;
}

#slider .slider_item a,
#slider .slider_item {
    color: #fff;
    display: block;
    width: 100%;
}

#slider .slider_item .slidertext a {
    display: inline;
    color: #000;
    text-shadow: 0 0 5px #fff;
    text-transform: uppercase;
}

#slider .slider_item .slidertext a:hover {
    text-decoration: none;
}

#slider .slider_image {
    width: 100%;
    height: auto;
}

#slider .heading_cat {
    text-transform: uppercase;
    padding: 10px 15px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

#slider .heading_cat.black {
    color: #000;
    text-shadow: 0px 0px 5px #fff;
}

#slider .heading_cat b {
    font-weight: 300;
    color: #d51130;
}

#slider .heading h2 {
    margin: 5px 0;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

#slider .heading h2 span {
    color: #fff;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    padding: 5px 15px;
    font-size: 36px;
    font-family: 'Signika Negative', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.7);
    margin-bottom: 3px;
    display: block;
    width: auto;
    float: left;
}

#slider .heading h2 span.row2 {
    font-size: 48px;
    font-weight: 400;
    padding: 10px 15px;
    clear: both;
}

#slider .topleft .heading {
    position: absolute;
    top: 70px;
    left: 0;
}

#slider .topright .heading {
    position: absolute;
    top: 70px;
    right: 0;
    text-align: right;
}

#slider .bottomleft .heading {
    position: absolute;
    bottom: 60px;
    left: 0;
}

#slider .bottomright .heading {
    position: absolute;
    bottom: 60px;
    right: 0;
    text-align: right;
}

#slider .topright .heading h2 span,
#slider .bottomright .heading h2 span {
    float: right;
}

#slider .slidertext {
    color: #000;
    text-shadow: 0 0 5px #fff;
    text-transform: uppercase;
}

/* Header Image */

#background_image {
    height: 250px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/* Google Maps Slider */

#fev-googlemaps-container {
    width: 100%;
    height: 400px;
}

#fev-googlemaps-container img {
    max-width: inherit;
}

#google_maps_infobox {}

.hide_pager {
    display: none !important;
    position: -10000em;
}

/* Slider Content */

.slider {
    overflow: hidden;
}

.lessmargin {
    margin-top: -25px !important;
}

.slider>div {
    width: 31.2%;
    float: left;
    margin-right: 3.2%;
    margin-bottom: 0 !important;
}

/*Anpassungen für kleine Kacheln (6 Stück)*/

.slider-small>div {
    width: 15.6%;
    margin-right: 1.1%
}

.slider>div:last-child {
    margin-right: 0;
}

.csc-slider .csc-header h2,
.csc-slider .csc-header h3 {
    margin-bottom: 1em;
}

/*.slider .csc-default{
	margin-bottom:100px;
}*/

/* Search */

.search_in,
#search .csc-searchResultInfo,
#search h3,
#search p,
#mailform_1scols {
    display: none;
}

.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
    font-style: normal;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
    color: inherit;
}

#search {
    border-top: 1px solid #fff;
    /* background:#f0f0f0; geaendert: 2018-07-30 */
    padding: 5px 0;
}

#lang_box {
    font-size: 16px;
    float: right;
    text-transform: uppercase;
    font-family: 'Signika Negative', sans-serif;
    font-weight: 300;
    color: #545454;
    line-height: 33px;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
    z-index: 99;
    /* background:#F0F0F0; geaendert: 2018-07-30 */
    padding: 8px 20px;
}

#lang_boxcontent.shadow {
    -moz-box-shadow: -2px 3px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: -2px 3px 2px rgba(0, 0, 0, 0.15);
    box-shadow: -2px 3px 2px rgba(0, 0, 0, 0.15);
}

#lang_box.shadow {
    border: none;
    margin: 0;
    z-index: 10002;
}

#lang_box:hover,
#lang_box.act {
    color: #0f0f0f;
}

#lang_boxcontent {
    display: none;
    background: none repeat scroll 0 0 #F0F0F0;
    position: absolute;
    right: 0;
    width: 470px;
    z-index: 99;
    padding: 40px;
    padding-bottom: 60px;
    text-transform: none;
    font-size: 14px;
    color: #545454;
    cursor: default;
    top: 100%;
    overflow: hidden;
}

#lang_boxcontent a {
    color: #545454;
}

#lang_boxcontent span {
    color: #545454;
    font-weight: 400;
    opacity: 0.5;
}

#lang_boxcontent .act a {
    color: #000;
    cursor: default;
    text-decoration: none;
}

#lang_boxcontent .act {
    background: #fff;
    padding: 0 10px;
    margin-left: -10px;
}

#lang_boxcontent li.li_heading {
    width: 100%;
    font-family: 'Signika Negative', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: #0F0F0F;
}

#lang_left {
    float: left;
    height: 100%;
    width: 135px;
    padding-right: 40px;
}

#lang_left ul,
#lang_right ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#lang_right {
    border-left: 1px solid #d2d0d0;
    float: left;
    height: 100%;
    padding-left: 40px;
    overflow: hidden;
    width: 260px;
    margin-right: -5px;
    background: url(../images/borderinner.gif) repeat-y 0 0;
}

#lang_right p,
#lang_right li {
    display: block;
    float: left;
    line-height: 1.5em;
    margin-bottom: 0;
    padding: 0.38em 0;
    width: 50%;
}

#lang_close {
    width: 18px;
    height: 18px;
    display: block;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: url(../images/close.png);
}

.navbar-form {
    border-left: 1px solid #d2d0d0;
    background: url(../images/borderinner.gif) repeat-y 0 0;
    height: 33px;
    float: right;
    width: 44px;
    padding-top: 0;
    padding-right: 0;
}

.navbar-form .form-group {
    position: relative;
    right: -20px;
}

#mailformsword,
#mailformsword_mobile {
    width: 223px;
    padding-right: 29px;
}

#search_icon {
    background: url(../images/search_icon.png) no-repeat 50% 50%;
    display: block;
    width: 32px;
    height: 34px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

#search_form .btn-default {
    background: url(../images/search_icon.png) no-repeat 50% 50%;
    border: none;
    border-radius: 0;
    color: transparent;
    padding: 0;
    width: 32px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
}

#search_form {
    overflow: hidden;
    margin-left: -15px;
}

#searchbox {
    position: relative;
    min-width: 28px;
}

#searchbox #mailformsubmit {
    min-width: 28px;
    margin-left: 0;
}

.tx-indexedsearch {
    margin-bottom: 5em;
}

.tx-indexedsearch-res table {
    table-layout: fixed;
}

.tx-indexedsearch-browsebox,
.tx-indexedsearch-whatis,
.tx-indexedsearch-icon,
.tx-indexedsearch-percent,
.tx-indexedsearch-info {
    display: none
}

.tx-indexedsearch-searchbox {
    margin-bottom: 2em;
}

.tx-indexedsearch-searchbox>input {
    display: none;
}

.tx-indexedsearch-searchbox>label:hover {
    opacity: 0.8;
}

.tx-indexedsearch-searchbox>label {
    display: inline-block;
    background-color: #7A7A7A;
    color: #fff;
    font-weight: bold;
    border: none;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 2px;
    margin-right: 0.5em;
}

.tx-indexedsearch-res .tx-indexedsearch-res {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 1em;
}

.tx-indexedsearch-title a {
    font-family: 'Signika Negative', sans-serif;
    font-size: 24px;
}

.tx-indexedsearch-searchbox>input:checked+label {
    opacity: 0.8;
}

.form-and-pagination-wrap>form,
.form-and-pagination-wrap>form p {
    display: inline-block;
}

.no-results {
    margin-top: 2em;
}

.form-and-pagination-wrap {
    display: block;
    margin-top: 2em;
}

.tx-indexedsearch-searchbox-button {
    color: transparent !important;
    width: 32px;
    height: 31px;
    background: #fff url("../images/search_icon.png") no-repeat scroll 50% 50% !important;
    position: relative;
    top: -32px;
    left: 155px;
    min-width: 32px !important;
}

/******************************************************************************
 *** PAGINIERUNG ***
 *****************************************************************************/

.pagination {
    display: inline-block;
    margin: 0;
    font-weight: bold;
    position: absolute;
    right: 15px;
    margin-top: 5px;
}

.pagination .current,
.pagination .overall {
    font-weight: bold;
}

.pagination .overall {
    margin-right: 1em;
}

.pagination button {
    display: inline-block;
    background-color: #D51130;
    color: #fff;
    font-weight: bold;
    border: none;
    text-align: center;
    padding: 6px;
    cursor: pointer;
    border-radius: 2px;
    height: 30px;
    width: 25px;
    top: -5px;
    position: relative;
}

.pagination button:hover {
    opacity: 0.8;
}

.pagination button.prev {
    background: #D51130 url(../images/arrow_small_left.png) 50% 50% no-repeat;
}

.pagination button.next {
    background: #D51130 url(../images/arrow_small_right.png) 50% 50% no-repeat;
}

.pagination .prev:disabled,
.pagination .next:disabled {
    opacity: 0.5;
    cursor: default;
}

.pagination.zweitepagination {
    bottom: -50px;
}

/* Mobile Search */

#mobile_search {
    margin: 10px;
    padding: 5px;
    position: relative;
    max-width: 220px;
}

#mobile_search #mailformsword_mobile {
    padding: 8px;
    padding-right: 29px;
    width: 100%;
    border: none;
}

#mobile_search #mailformsubmit_mobile {
    background: #FFF url("../images/search_icon.png") no-repeat 50% 50%;
    display: block !important;
    height: 37px;
    min-width: 35px !important;
    opacity: 1 !important;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 35px !important;
}

#mobile_close {
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 14px;
    top: 25px;
    width: 18px;
    background: url("../images/close_mobile.gif") repeat scroll 0 0;
}

/* Mobile Navi */

#mobile_nav_icon {
    border: none;
    background: none;
    padding: 0;
    float: left;
    display: none;
}

#mobile_nav_icon .menutext {
    text-transform: uppercase;
    color: #545454;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding-top: 19px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

#mobile_nav {
    display: none;
    position: fixed;
    top: 0;
    left: -280px;
    height: 100%;
    background-color: #505050;
    z-index: 100000;
    width: 280px;
    overflow: auto !important;
    -moz-box-shadow: 0px 0px 30px #000;
    -webkit-box-shadow: 0px 0px 30px #000;
    box-shadow: 0px 0px 30px #000;
    padding-bottom: 100px;
}

#mobile_nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#mobile_nav>ul {
    height: auto;
}

#mobile_nav li {
    width: auto !important;
    height: auto !important;
    background-color: transparent !important;
    position: relative;
}

#mobile_nav a {
    background: #313131;
    color: #fff !important;
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin-bottom: 1px;
    padding: 0.75em 1em;
    text-decoration: none;
    border: none !important;
}

#mobile_nav ul ul a {
    padding-left: 2em;
    background: #393939;
}

#mobile_nav ul ul.csc-menu {
    display: block !important;
}

#mobile_nav ul ul {
    display: none;
}

#mobile_nav .csc-menu-current,
#mobile_nav .csc-menu-active {
    border-top: none !important;
}

#mobile_nav .csc-menu-current>a,
#mobile_nav .csc-menu-active>a,
#mobile_nav .cur>a,
#page3 #li_11 a,
#mobile_nav .act>a {
    background: #252525 !important;
    color: #fff !important;
}

#mobile_navul.csc-menu-def li a {
    border-top: none;
}

.sub_icon {
    cursor: pointer;
    display: block;
    height: 36px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 36px;
    background: #444 url(../images/mobile_sub.gif) 50% 50% no-repeat;
}

.opened.sub_icon {
    background: #444 url(../images/mobile_sub_act.gif) 50% 50% no-repeat;
}

#mobile_nav a:hover,
#mobile_nav a:focus,
#mobile_nav a.act {
    color: #ccc !important;
}

#mobile_nav dl.csc-menu {
    float: none;
    width: auto;
    display: none;
}

#mobile_nav ul.csc-menu dl.csc-menu {
    display: block;
}

#mobile_nav ul ul ul a {
    padding-left: 3em;
}

#mobile_nav dl.csc-menu a {
    /*background:#454545 !important*/
    padding-left: 4em;
}

#mobile_nav .mobile_coun_lang {
    margin-top: 15px;
}

#mobile_nav .mobile_coun_lang a {
    background: #606060;
}

#mobile_nav .mobile_coun_lang .sub_icon {
    background: url("../images/mobile_sub_cl.gif") no-repeat scroll 50% 50% #575757 !important;
}

#mobile_nav .mobile_coun_lang .opened.sub_icon {
    background: url("../images/mobile_sub_cl_act.gif") no-repeat scroll 50% 50% #575757 !important;
}

/* Content */

#content {
    min-height: 336px;
    padding-top: 40px;
    padding-bottom: 50px;
}

.csc-default {
    margin-bottom: 2em;
}

/* Problem beheben: Datensatz einfügen - Slider (csc-default margin sorgt für weißen space */

#sliderwrap div.csc-default {
    margin-bottom: 0em;
}

/* 3/4 columns */

.two_columns,
.three_columns,
.four_columns {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}

/* Sidebar */

.column2left {
    float: right;
}

.column3mid {}

.column3left {}

.column3right {}

.column3midright {}

/* Teaser Item */

.teaser_item * {
    font-family: 'Signika Negative', sans-serif;
    font-weight: 300;
}

/*.teaser_item {
	background:#fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.teaser_item:hover {
	background:#F6F6F6
}*/

.teaser_item>a {
    text-decoration: none;
    color: #040404;
}

.teaser_item .teaser_img {
    position: relative;
    margin-bottom: 45px;
    background: #f2f2f2;
    padding: 20px;
    height: 236px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
    font-size: 14px;
}

/*Anpassung für kleinere Kacheln (6 Stück)*/

.teaser_item_small .teaser_img {
    background: rgba(242, 242, 242, 0.0);
    height: 118px;
}

.teaser_item .teaser_img * {
    font-family: 'Open Sans', sans-serif;
}

.teaser_item .teaser_img p * {
    display: inline !important;
}

.teaser_item .teaser_img>img {
    left: 0;
    position: absolute;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}

.teaser_item .teaser_img>img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.95;
}

.teaser_item:hover .teaser_img>img {
    -webkit-transform: scale(1.035);
    -moz-transform: scale(1.035);
    -o-transform: scale(1.035);
    transform: scale(1.035);
    opacity: 1;
}

.teaser_bg {
    height: 236px;
    margin: -20px;
    width: calc(100% + 40px);
    opacity: 0.95;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

/*Anpassungen für kleine Kacheln (6 Stück)*/

.teaser_item_small .teaser_bg {
    height: 118px;
}

.teaser_item:hover .teaser_bg {
    opacity: 1;
    -webkit-transform: scale(1.035);
    -moz-transform: scale(1.035);
    -o-transform: scale(1.035);
    transform: scale(1.035);
}

.teaser_item .linkicon {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    margin-bottom: 30px;
    left: 50%;
    margin-left: -16px;
    margin-top: -62px;
    background: url(../images/teaser_linkicon.png) no-repeat 0 0;
}

.teaser_item .linkicon:hover {
    opacity: 0.95;
}

/*Anpassungen für kleine Kacheln (6 Stück)*/

.teaser_item_small .linkicon {
    margin-bottom: 10px;
}

.teaser_item strong {
    font-family: 'Signika Negative', sans-serif;
    text-transform: uppercase;
    color: #010101;
    margin: 0;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 300 !important;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    display: block;
    min-height: 30px;
}

/*Anpassung für kleine Kacheln (6 Stück)*/

.teaser_item_small strong {
    min-height: 0px;
    font-size: 19px;
}

.teaser_item {
    font-size: 16px;
}

/* Rahmen Graue Box */

.box_grey {
    background: #f1f1f1;
    padding: 20px;
    color: #585858;
/*    height: 435px;*/
    font-weight: 300;
    margin-bottom: 2em;
    clear: both;
}

.page_brehna #content .box_grey video,
.page_brehna #content .box_grey .video-js-box {
    width: 100% !important;
}

.slider .box_grey {
    clear: inherit;
}

.box_grey .csc-header {
    background: #fff;
    padding: 20px;
    padding-bottom: 10px;
    padding-top: 0;
    margin: -20px;
    margin-bottom: 20px;
}

.box_grey b {
    font-weight: 400;
    color: #090909;
}

.box_grey .csc-default:last-child {
    margin-bottom: 0;
}

#content .box_grey .csc-header {
    background: none;
    padding: inherit;
    padding-bottom: inherit;
    padding-top: inherit;
    margin: inherit;
    margin-bottom: inherit;
}

#content .box_grey .uploads_wrap .csc-header {
    margin: 0;
    margin: -20px -75px 20px;
    padding: 0 0 1px;
    background: #fff;
}

.box_grey_table {
    background: none;
    padding: 0;
    margin-bottom: 0;
}

.box_grey_table table th {
    color: #585858;
    background: #F1F1F1;
    border: 1px solid #DDD;
}

.box_grey_table table td {
    color: #040404;
    background: #FFF;
    border: 1px solid #DDD;
}

/* News */

.archiv-tabs {
    position: relative;
}

.archiv-tabs .browseLinksWrap {
    padding-top: 1em;
}

.archiv-tabs .browseLinksWrap span {
    display: none;
}

.archiv_item {
    border-bottom: 1px solid #ddd;
    font-size: 0.9em;
    margin-top: 1em;
    padding-bottom: 1.25em;
}

.archiv_item_date {
    font-weight: bold;
}

ul.archivtabs {
    margin: 0;
    margin-top: 0 !important;
    padding: 0;
    height: 1em;
}

ul.archivtabs li {
    background: none repeat scroll 0 0 #ccc;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    float: right;
    margin: 0 2% 0 0 !important;
    padding: 2%;
    width: 23%;
    text-align: center;
}

ul.archivtabs li.act,
ul.archivtabs li:hover {
    font-weight: bold;
}

ul.archivtabs li:before {
    content: "" !important;
    left: 0 !important;
    margin-left: 0 !important;
}

.archiv_item a {
    color: #040404 !important;
}

.archiv_item a:hover {
    color: #7a7a7a !important;
    text-decoration: none;
}

ul.archivtabs li.act {
    background: none repeat scroll 0 0 #ccc;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    float: right;
    margin: 0 2% 0 0 !important;
    padding: 2%;
    width: 23%;
    text-align: center;
}

#c178,
#c2357 {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    margin-left: -100px;
    margin-right: -100px;
    margin-bottom: 80px;
    padding: 70px 100px 30px;
}

#c178 .bx-wrapper,
#c2357 .bx-wrapper {
    margin-top: -15px !important;
}

#c178 .bx-wrapper .bx-controls-direction a,
#c2357 .bx-wrapper .bx-controls-direction a {
    margin-top: -50px !important;
}

.news-list2-container {
    overflow: hidden;
}

.news-list2-item {
    padding-top: 20px;
}

.news-list2-item h3 {
    text-transform: none;
    font-size: 18px;
    min-height: 4.6em;
}

.news-single-timedata {
    float: right;
    margin-top: 0.5em;
    margin-left: 1em;
}

.news-list2-item>a {
    color: inherit;
    text-decoration: none;
}

.news-list2-item .news-list-date {
    display: block;
    padding: 0 0 5px 0;
}

.news-list-morelink {
    padding-left: 0.25em;
}

.news-list-item {
    padding-bottom: 2em;
    margin-bottom: 3.25em;
    border-bottom: 1px solid #CDCDCD;
    overflow: hidden;
}

.news-list-item h2 {
    font-size: 25px;
}

.box_grey .news-latest-item a {
    color: #585858;
}

.news-latest-item a strong {
    font-weight: 300 !important;
    text-shadow: none !important;
}

.news_image img {
    float: left;
    margin-right: 1em;
    margin-top: 0.45em;
}

.news-list-container {
    margin-top: 3.25em;
    padding-top: 3.25em;
    border-top: 1px solid #CDCDCD;
}

.news-single-img {
    float: right;
    margin-top: 0.5em;
    margin-left: 1em;
}

.browseLinksWrap a,
.browseLinksWrap span {
    border: medium none;
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    height: 30px;
    padding: 3px 6px;
    position: relative;
    text-align: center;
    min-width: 25px;
    background: #D51130;
}

.browseLinksWrap span {
    opacity: 0.5;
}

.browseLinksWrap a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.browseLinksWrap img {
    position: relative;
    top: -2px;
}

.news-header-list-archivelink {
    margin: 20px 0 0 0;
}

.news-header-list-archivelink a {
    border: medium none;
    border-radius: 2px;
    color: #FFFFFF;
    padding: 3px 6px;
    background: #D51130;
    text-decoration: none;
}

.news-single-files {
    margin-bottom: 4em;
}

.news-single-files a {
    padding: 0 0.5em;
}

.news-single-files dt {
    margin-bottom: 1em;
    margin-top: 4em;
    font-weight: 400;
}

/* Print */

#print {
    clear: both;
    text-align: right;
    padding: 0 15px;
    padding-top: 2em;
    margin-bottom: -2em;
}

#print a {
    background: url(../images/print_icon.gif) no-repeat 0 2px;
    padding-left: 23px;
    color: #7A7A7A;
}

/* Footer */

#footer {
    background: #313131;
    color: #fff;
    padding: 60px 0 40px;
}

#footer .container {
    position: relative;
}

#footer a {
    color: #d0d0d0;
}

#footer h1,
#footer h2,
#footer h3,
#footer h1 a,
#footer h2 a,
#footer h3 a {
    color: #959494;
    text-shadow: 0 0 1px rgb(122 122 122 / 30%);
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 900;
}

#footer .column1,
#footer .column2,
#footer .column3,
#footer .column4,
#footer .column5 {
    float: left;
    margin-right: 20px;
    margin-bottom: 50px;
}

#footer .column1 {
    width: 225px;
}

#footer .column1 b {
    color: #d7203d;
    font-size: 24px;
    font-weight: normal;
    font-weight: 300 !important;
}

#footer .column2 {
    width: 145px;
}

.page_brehna #footer .column2 {
    width: 190px;
}

#footer .column3 {
    width: 225px;
}

.page_brehna #footer .column3 {
    width: 195px;
}

/*#footer .column4 p:last-child a {
	color: #FFF;
	text-transform: uppercase;
}*/

#footer .column5 {
    float: right;
    margin-right: 0;
    padding-top: 5px;
}

#footer .column5 div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 25px;
}

#column5_bottom {
    float: right;
    margin-top: -70px;
    position: relative;
    bottom: -10px;
}

#column5_bottom .csc-textpic-imagerow {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
}

#footer_metanav,
#footer_metanav_top {
    border-top: 1px solid #fff;
    clear: both;
    text-transform: uppercase;
    line-height: 40px;
}

#footer_metanav_top {
    color: #7a7a7a;
    border-top: none;
}

#footer_metanav a,
#footer_metanav_top a {
    margin: 5px 10px;
    color: #fff;
    font-family: 'Signika Negative', sans-serif;
}

#footer_metanav_top a {
    color: #7a7a7a;
}

#footer_metanav_top p {
    margin-bottom: 0.5em;
}

#footer_metanav a:first-child,
#footer_metanav_top a:first-child {
    margin-left: 0;
}

#show_footer {
    position: absolute;
    right: 15px;
    margin-top: -55px;
}

#show_footer:focus {
    text-decoration: none;
}

#show_footer:hover {
    text-decoration: underline;
}

#footer_sitemap {
    overflow: hidden;
    display: none;
    margin-top: 30px;
    margin-bottom: 30px;
    clear: both;
}

#footer_sitemap a {
    color: #7A7A7A;
}

#footer_sitemap ul {
    width: 15%;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-right: 2%;
}

#footer_sitemap ul.last {
    margin-right: 0;
}

#footer_sitemap li a {
    padding: 0.25em 0;
    display: block;
}

#footer_sitemap .uppercase {
    text-transform: uppercase;
    font-size: 19px;
    border: none;
}

#footer_sitemap .uppercase a {
    font-family: 'Signika Negative', sans-serif;
    font-weight: 300;
}

#footer .csc-default {
    margin: 0;
}

/* Page Overlay */

#pageoverlay {
    display: none;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    cursor: pointer;
}

/*.blur{
	-webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  -o-filter: blur(1px);
  filter: blur(1px);
	filter: url(blur.svg#blur);
}*/

/* Perfect Lightbox */

#sbCenter {
    z-index: 10001 !important;
}

#sbBottomContainer {
    z-index: 10000 !important;
}

#sbBottom {
    background: #fff;
    margin-top: -1px !important;
}

#sbOverlay {
    z-index: -1 !important;
}

#closeLink {
    background: url("../images/lb_close.gif") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
}

#prevLink {
    background-position: -15% 15% !important;
}

#nextLink {
    background-position: 115% 15% !important;
}

#prevLink:hover {
    background: url("../images/lb_prev.png") no-repeat scroll 0 15% rgba(0, 0, 0, 0) !important;
}

#nextLink:hover {
    background: url("../images/lb_next.png") no-repeat scroll 100% 15% rgba(0, 0, 0, 0) !important;
}

/* TT_ADDRESS */

.tx-ttaddress-pi1 {
    overflow: hidden;
}

.vcard {
    margin-bottom: 2em;
}

.vcard img {
    max-width: 100%;
    height: auto;
}

.vcard .title {
    font-weight: 400;
    text-shadow: 0 0 0;
}

.vcard .name {
    display: block;
}

.vcard .name,
.vcard .orga,
.vcard .desc,
.vcard .phone,
.vcard .mail,
.vcard .adr,
.vcard .building,
.vcard .room {
    padding: 10px 0 0 0;
}

.vcard div span {
    width: 55px;
    display: inline-block;
}

.vcard .postal-code,
.vcard .locality,
.vcard .region,
.vcard .room span,
.mail a span {
    width: auto;
}

#content>.col-md-9 .vcard {
    float: left;
    /*width:33%;*/
}

#content .two_columns .vcard,
#content .three_columns .vcard,
#content .four_columns .vcard {
    float: none;
    width: 100% !important;
}

/* bxslider */

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-controls {
    height: 0;
}

.bx-wrapper .bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.uploads_wrap .bx-wrapper .bx-pager,
.uploads_wrap .bx-wrapper .bx-controls-auto {
    left: -62px;
    width: calc(100% + 117px);
    padding-top: 10px;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    font-size: .85em;
    color: #fff;
    margin: 0 auto;
    max-width: 940px;
    position: relative;
    top: -40px;
    z-index: 100;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
}

.bx-wrapper .smallpager.bx-pager.bx-default-pager a {
    height: 10px;
    margin: 0 3px;
    width: 10px;
}

.bx-wrapper .smallerpager.bx-pager.bx-default-pager a {
    height: 8px;
    margin: 0 2px;
    width: 8px;
}

.uploads_wrap .bx-pager.bx-default-pager a {
    background: none repeat scroll 0 0 #ccc;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #d51130;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 0;
    background: url(../images/slidericon.png) no-repeat top left;
}

.bx-wrapper .bx-next {
    right: 0;
    background: url(../images/slidericon.png) no-repeat top right;
}

#content .bx-wrapper .bx-prev {
    left: -67px;
    background: url(../images/slidericon_content.png) no-repeat top left;
}

#content .bx-wrapper .bx-next {
    right: -67px;
    background: url(../images/slidericon_content.png) no-repeat top right;
}

#slider .bx-wrapper .bx-prev,
#slider .bx-wrapper .bx-next {
    opacity: 0.5;
}

#slider .bx-wrapper .bx-prev:hover,
#slider .bx-wrapper .bx-next:hover {
    opacity: 0.7;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
    opacity: 0.6;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    outline: 0;
    width: 52px;
    height: 119px;
    text-indent: -9999px;
    z-index: 9999;
}

#content .bx-wrapper .bx-controls-direction a {
    margin-top: -20px;
    width: 17px;
    height: 41px;
}

.bx-wrapper .bx-controls-direction a.disabled {
    opacity: 0.5;
    cursor: default;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.page_brehna div.csc-textpic .csc-textpic-imagewrap table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

/* Media Querys */

@media only screen and (max-width: 1140px) {
    body {
        overflow-y: inherit;
    }
    #c178,
    #c2357 {
        margin-left: 0;
        margin-right: 0;
    }
    #to_top {
        background: #7A7A7A url(../images/arrow_mid_to_top.png) 50% 50% no-repeat;
        height: 45px;
        width: 45px;
    }
}

@media only screen and (max-width: 1100px) {
    #content .bx-wrapper .bx-prev {
        left: -30px;
    }
    #content .bx-wrapper .bx-next {
        right: -30px;
    }
    .vollebreite {
        margin-left: 0 !important;
        width: 100% !important;
    }
    #c178,
    #c2357 {
        padding-left: 0;
        padding-right: 0;
    }
    hr,
    hr.hr-slider {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1050px) {
    #slider .topleft .heading {
        top: 20px;
        left: 60px;
    }
    #slider .topright .heading {
        top: 20px;
        right: 60px;
    }
    #slider .bottomleft .heading {
        bottom: 30px;
        left: 60px;
    }
    #slider .bottomright .heading {
        bottom: 30px;
        right: 60px;
    }
    #slider .heading h2 {
        margin: 0;
    }
    #slider .heading_cat {
        font-size: 12px;
    }
    #slider .slidertext {
        font-size: 14px;
        margin-left: 60px;
    }
    #slider .topleft .slidertext,
    #slider .bottomleft .slidertext {
        margin-left: 0;
        margin-right: 60px;
    }
    #slider .heading h2 span {
        font-size: 26px;
    }
    #slider .heading h2 span.row2 {
        font-size: 33px;
    }
}

@media only screen and (max-width: 940px) {
    #subnavi .nav_lvl3 ul {
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
        -ms-column-gap: 20px;
        column-gap: 20px;
        width: 56%;
    }
    #search {
        display: none;
    }
    .bx-wrapper {
        padding-bottom: 40px;
    }
    .teaser_item {
        padding-bottom: 20px;
    }
    #content .bx-wrapper .bx-prev {
        left: 50% !important;
        margin-left: -35px;
        top: inherit;
        bottom: -10px;
        margin-top: -56px !important;
        background: url("../images/slidericon_content_small_mobile.png") no-repeat scroll left top;
        height: 41px !important;
        width: 17px !important;
    }
    #content .bx-wrapper .bx-next {
        left: 50%;
        margin-left: 35px;
        top: inherit;
        bottom: -10px;
        margin-top: -56px !important;
        background: url("../images/slidericon_content_small_mobile.png") no-repeat scroll right top;
        height: 41px !important;
        width: 17px !important;
    }
    .bx-wrapper .bx-prev {
        background: url(../images/slidericon_mobile.png) no-repeat top left;
    }
    .bx-wrapper .bx-next {
        background: url(../images/slidericon_mobile.png) no-repeat top right;
    }
    .bx-wrapper .bx-controls-direction a {
        margin-top: -61px;
        width: 36px;
    }
    #c178 .bx-wrapper .bx-controls-direction a,
    #c2357 .bx-wrapper .bx-controls-direction a {
        bottom: 0 !important;
    }
    #slider .bx-wrapper {
        padding-bottom: 0;
    }
    #c178 .bx-wrapper,
    #c2357 .bx-wrapper {
        padding-bottom: 55px;
    }
    #c178,
    #c2357 {
        margin-bottom: 110px;
        padding: 50px 100px 30px;
    }
    .bx-wrapper .bx-prev,
    .bx-wrapper .bx-next {
        opacity: 1;
    }
    .bx-wrapper .bx-prev:hover,
    .bx-wrapper .bx-next:hover {
        opacity: 0.7;
    }
    .vollebreite>div a {
        padding-right: 25px;
    }
    h1,
    h2,
    h3,
    h2.subheader,
    .col-md-3 h1,
    .col-md-3 h2,
    .col-md-3 h3,
    .col-md-3 h2.subheader,
    .heading_sidebar {
        font-size: 23px;
    }
    h3 {
        font-size: 20px;
    }
    .zweizeilig {
        font-size: 20px !important;
        margin-bottom: -0.01em;
    }
    .column3mid .zweizeilig {
        font-size: 19px !important;
    }
    .navbar-form {
        margin: 8px 0;
    }
    .vollebreite>div {
        padding: 70px 15px 80px;
        background: #F6F6F6;
        margin-right: -45px !important;
    }
    .vollebreite {
        padding-top: 0;
        padding-right: 15px !important;
        margin-left: -15px !important;
    }
    .bx-wrapper .bx-pager {
        padding-left: 10px;
    }
    .teaser_item .teaser_img {
        font-size: 13px;
    }
    #footer .column5 {
        position: absolute;
        right: 15px;
    }
    #content .uploads_wrap.bx-wrapper .bx-prev {
        left: 50% !important;
    }
    #content .uploads_wrap {
        padding-bottom: 85px;
    }
}
.copy p{
    margin-top: 35px;
    margin-bottom: 0px;
    color: grey;
}
.bms-img{height:110px}

#sidebar_nav{position: sticky;
    top: 150px;}
@media only screen and (max-width: 767px) {
    .img-responsive {
        max-width: 100%;
    }
    .bms-img{height:auto;}
    .mnone{display: none;}
    .bdr{box-shadow: none;}
    .csc-firstHeader{margin-top: 20px;
    margin-bottom: 5px !important;}
    div.csc-textpic-intext-right .csc-textpic-imagewrap,
    div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
        margin-left: 0;
    }
    .img-responsive[width="15"],
    .img-responsive[width="16"],
    .img-responsive[width="17"],
    .img-responsive[width="18"],
    .img-responsive[width="19"],
    .img-responsive[width="20"],
    .img-responsive[width="21"],
    .img-responsive[width="22"],
    .img-responsive[width="23"],
    .img-responsive[width="24"],
    .img-responsive[width="25"],
    .img-responsive[width="26"],
    .img-responsive[width="27"],
    .img-responsive[width="28"],
    .img-responsive[width="29"],
    .img-responsive[width="30"],
    .img-responsive[width="31"],
    .img-responsive[width="32"],
    .img-responsive[width="33"],
    .img-responsive[width="34"],
    .img-responsive[width="35"],
    .img-responsive[width="36"],
    .img-responsive[width="37"],
    .img-responsive[width="38"],
    .img-responsive[width="39"],
    .img-responsive[width="40"],
    .img-responsive[width="41"],
    .img-responsive[width="42"],
    .img-responsive[width="43"],
    .img-responsive[width="44"],
    .img-responsive[width="45"],
    .img-responsive[width="46"],
    .img-responsive[width="47"],
    .img-responsive[width="48"],
    .img-responsive[width="49"],
    .img-responsive[width="50"],
    .img-responsive[width="51"],
    .img-responsive[width="52"],
    .img-responsive[width="53"],
    .img-responsive[width="54"],
    .img-responsive[width="55"],
    .img-responsive[width="56"],
    .img-responsive[width="57"],
    .img-responsive[width="58"],
    .img-responsive[width="59"],
    .img-responsive[width="60"],
    .img-responsive[width="61"],
    .img-responsive[width="62"],
    .img-responsive[width="63"],
    .img-responsive[width="64"],
    .img-responsive[width="65"],
    .img-responsive[width="66"],
    .img-responsive[width="67"],
    .img-responsive[width="68"],
    .img-responsive[width="69"],
    .img-responsive[width="70"],
    .img-responsive[width="71"],
    .img-responsive[width="72"],
    .img-responsive[width="73"],
    .img-responsive[width="74"],
    .img-responsive[width="75"],
    .img-responsive[width="76"],
    .img-responsive[width="77"],
    .img-responsive[width="78"],
    .img-responsive[width="79"],
    .img-responsive[width="80"],
    .img-responsive[width="81"],
    .img-responsive[width="82"],
    .img-responsive[width="83"],
    .img-responsive[width="84"],
    .img-responsive[width="85"],
    .img-responsive[width="86"],
    .img-responsive[width="87"],
    .img-responsive[width="88"],
    .img-responsive[width="89"],
    .img-responsive[width="90"],
    .img-responsive[width="91"],
    .img-responsive[width="92"],
    .img-responsive[width="93"],
    .img-responsive[width="94"],
    .img-responsive[width="95"],
    .img-responsive[width="96"],
    .img-responsive[width="97"],
    .img-responsive[width="98"],
    .img-responsive[width="99"],
    .img-responsive[width="100"] {
        width: auto;
    }
    .csc-textpic-intext-left-nowrap .csc-textpic-text {
        margin-left: 0;
    }
    .csc-textpic-imagewrap {
        float: none !important;
    }
    .navbar-header {
        float: none;
        clear: both;
    }
    .navbar-nav {
        margin: 0;
    }
    .nav>li.first {
        margin-left: 5px;
    }
    .navbar-default .navbar-nav>li>a {
        height: auto;
        line-height: auto;
        margin-bottom: 0;
    }
    .vollebreite>div ul {
        margin: 0 !important;
        width: 100%;
    }
    .vollebreite>div ul li:last-child a {
        border-bottom: 1px solid #cecece;
    }
    #c178,
    #c2357 {
        padding: 20px 100px 30px;
        padding-left: 0;
        padding-right: 0;
    }
    #show_footer {
        display: none;
    }
    #footer_metanav,
    #footer_metanav_top {
        padding-top: 20px;
    }
    #footer_metanav p,
    #footer_metanav_top p {
        line-height: 1.6em;
    }
    .fixed_nav #header,
    #header {
        position: fixed;
        background: rgba(255, 255, 255, 0.96);
        z-index: 10000;
        top: 0;
        width: 100%;
        height: 60px;
    }
    body,
    .fixed_nav {
        padding-top: 60px;
    }
    .navbar-toggle {
        margin-top: 8px;
    }
    #mobile_nav_icon {
        display: block
    }
    #mobile_nav_icon .menutext {
        padding-top: 14px;
    }
    .navbar-brand {
        height: 50px;
    }
    .navbar-brand img,
    .fixed_nav .navbar-brand img {
        margin-top: 3px;
        float: right;
    }
    .navbar-nav {
        margin-top: 20px;
    }
    .navbar-default .navbar-nav>li>a {
        margin-top: -1px;
    }
    .navbar-default .navbar-nav>li.act {
        background: url("../images/navi_arrow_cur.gif") no-repeat scroll 50% 102% rgba(0, 0, 0, 0);
    }
    #search #mailform {
        display: none;
    }
    .mobile_top {
        position: relative;
        z-index: 9999;
    }
    #footer_metanav a,
    #footer_metanav_top a {
        margin: 5px 1px;
    }
    #footer .column1,
    #footer .column2,
    #footer .column3 {
        display: none;
    }
    #slider .heading h2 span {
        font-size: 20px;
    }
    #slider .heading h2 span.row2 {
        font-size: 24px;
    }
    #slider .heading_wrap {
        height: 250px;
    }
    #slider .heading_wrap.more_height {
        /* 2018-08-15: additional css height for higher slider (+50%) */
        height: 375px;
    }
    #fev-googlemaps-container {
        height: 250px !important;
    }
    /*#slider .slider_item {
		height: 250px !important;
	}*/
    #slider .slidertext {
        display: none;
    }
    .slider_item {
        background-size: cover;
    }
    #to_top {
        background: #7A7A7A url(../images/arrow_small_to_top.png) 50% 50% no-repeat;
        height: 40px;
        width: 40px;
        bottom: 35px;
        right: 17px;
        opacity: 0.8;
    }
    .contenttable {
        table-layout: fixed;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .contenttable td,
    .contenttable th {
        padding: 0.25em;
        word-break: break-all;
        overflow: hidden;
    }
    .tablediv {
        /*float: right;*/
        padding: 5px;
        padding-top: 10px;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 240px;
        position: relative;
        -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
        background-color: transparent;
        margin-bottom: 2em;
    }
    .tablediv table {
        max-width: 160%;
        width: 160%;
        position: relative;
        margin-bottom: 0;
    }
    .tabledivbefore {
        background: url("../images/scroll_table.png") no-repeat scroll 50% 100%;
        float: left;
        height: 26px;
        position: relative;
        top: -2em;
        width: 100%;
        z-index: 99;
        text-align: center;
        color: #D51130;
        font-size: 12px;
        font-weight: 400;
    }
    .tabledivshadow {
        width: 12px;
        background: url("../images/table_shadow.png") repeat-y scroll 0 0;
        float: right;
        position: relative;
        margin-top: 1px;
        position: absolute;
        right: 15px;
        display: none;
    }
    #sidebar_nav {
        display: none;
    }
    .col-md-9.column2left {
        float: left;
        max-width: 100%;
    }
    #mobile_nav:not(*:root) {
        overflow: hidden !important;
        padding-bottom: 0;
    }
    #scrolling:not(*:root) {
        overflow: scroll !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        height: 100%;
        margin-right: -20px;
        padding-right: 20px;
        padding-bottom: 100px;
    }
    .lessmargin {
        margin-bottom: 55px !important;
    }
    #content>.col-md-9 .vcard {
        width: 50%;
    }
    #content .uploads_wrap {
        margin: 0 !important;
    }
    .uploads_wrap .bx-pager {
        left: -35px;
        right: 0;
        text-align: left;
        top: 8px;
    }
    .uploads_wrap .bx-pager div {
        position: relative;
        top: 60px;
    }
    #content .uploads_wrap.bx-wrapper .bx-prev {
        left: 50% !important;
    }
    .uploads_wrap ul.csc-uploads span.csc-uploads-fileName a,
    .uploads_wrap1 ul.csc-uploads span.csc-uploads-fileName a {
        line-height: 100% !important;
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 400 !important;
        font-size: 15px !important;
    }
    #content .box_grey .uploads_wrap .csc-header {
        margin: -20px -20px 20px;
    }
    .uploads_wrap .bx-wrapper .bx-pager,
    .uploads_wrap .bx-wrapper .bx-controls-auto {
        left: -10px;
        width: calc(100% + 20px);
    }
    .csc-textpic-intext-right-nowrap .csc-textpic-text {
        margin-right: 0 !important;
    }
    .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
        margin-bottom: 2em;
    }
    /*.teaser_bg{
		background-position: 50% 0;
	    background-size: contain;
	}*/
    #consulting_logo {
        margin-top: 0;
    }
    .fixed_nav #consulting_logo.navbar-brand {
        height: 50px;
        margin-top: inherit;
    }
    #column5_bottom {
        bottom: -18px;
    }
}

@media only screen and (max-width: 500px) {
    #lang_left,
    #lang_right {
        padding: 0;
        background: none;
        border: none;
        width: 100%;
    }
    #lang_left {
        margin-bottom: 20px;
    }
    #lang_boxcontent {
        width: 350px;
    }
    #footer .column1,
    #footer .column2,
    #footer .column3,
    #footer .column4,
    #footer .column5 {
        margin-right: 0;
    }
    #footer .column2 {
        width: 100px;
        margin-right: 20px;
    }
    #footer .column3 {
        width: 160px;
    }
    #column5_bottom {
        bottom: 25px;
        float: left;
    }
    #column5_bottom .csc-textpic-imagerow {
        padding-left: 0;
        padding-right: 20px;
    }
    #content>.col-md-9 .vcard {
        width: 100%;
    }
    .news-single-img {
        float: none;
        margin-left: 0;
    }
    .news-single-img img {
        width: 100%;
        height: auto;
    }
    .news-single-imgcaption {
        width: 100% !important;
    }
}

@media only screen and (max-width: 380px) {
    #lang_left,
    #lang_right {
        padding: 0;
        background: none;
        border: none;
        width: 100%;
    }
    #lang_left {
        margin-bottom: 20px;
    }
    #lang_boxcontent {
        width: 100%;
    }
    #lang_right p,
    #lang_right li {
        width: 100%;
    }
    #lang_close {
        top: 12px;
    }
    #slider .heading_cat {
        font-size: 10px;
    }
    #slider .heading h2 span {
        font-size: 15px;
        padding: 8px;
    }
    #slider .bx-wrapper .bx-prev,
    #slider .bx-wrapper .bx-next {
        opacity: 0.3;
    }
    #slider .bx-wrapper .bx-prev:hover,
    #slider .bx-wrapper .bx-next:hover {
        opacity: 0.4;
    }
    #slider .heading h2 span.row2 {
        padding: 8px;
        font-size: 16px;
    }
    #content .uploads_wrap ul.csc-uploads span {
        width: auto;
    }
    #content .col-md-6 ul.csc-uploads-2 span.csc-uploads-fileName,
    #content .col-md-9 ul.csc-uploads-2 span.csc-uploads-fileName {
        width: 100%;
    }
    .csc-mailform fieldset.fieldset-subgroup ol li label {
        width: 80% !important;
    }
    textarea {
        width: 13em;
    }
    .teaser_bg {
        background-position: 50% 50%;
        background-size: cover;
    }
}

/* Formularformatierung Maximilian Pfeifer 2014-05-27 */

.csc-form-element-checkbox input {
    width: auto !important;
    padding: 0 !important;
}

#content form li.csc-form-element {
    margin-bottom: 1em;
    margin-left: 0;
}

#content form li.csc-form-element-submit {
    margin-top: 3em;
}

label em,
legend em {
    float: right;
}

.csc-mailform form li.csc-form-2 {
    margin-bottom: 3em !important;
}

.csc-mailform fieldset.fieldset-subgroup legend {
    width: 85%;
    padding-bottom: 0.5em;
}

.csc-mailform fieldset.fieldset-subgroup ol {
    margin: 2em 0 !important;
}

.csc-mailform fieldset.fieldset-subgroup ol li label {
    width: 18em;
}

.csc-mailform fieldset.fieldset-subgroup {
    margin-bottom: -2em;
}

.csc-mailform fieldset.fieldset-subgroup li {
    padding: 0;
}


/* End of forms (with spamshield) styling */

#worldmap {
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.rss-link {
    margin: 0 0 40px 0;
}

.rss-link a {
    color: #D51130;
}

.rss-link img {
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.rss-link span {
    display: block;
    float: left;
    margin: 1px 0 0 0;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Signika Negative', sans-serif;
}

.rss-link a:hover span {
    text-decoration: underline;
}

.rss-link:before,
.rss-link:after {
    content: "";
    display: table;
}

.rss-link:after {
    clear: both;
}

.rss-link {
    *zoom: 1;
}

.rss-link-start {
    position: absolute;
    top: 9px;
    right: 0;
    margin: 0;
}

@media only screen and (max-width: 940px) {
    .rss-link-start {
        top: 0;
    }
}

@media only screen and (max-width: 500px) {
    .rss-link-start {
        position: static;
        margin: -20px 0 20px 0;
    }
    .rss-link-start img {
        width: 20px;
        height: 20px;
        margin: 0 6px 0 0;
    }
    .rss-link span {
        margin: -1px 0 0 0;
    }
}

#container .threesixty {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

#container .threesixty .threesixty_images {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

#container .threesixty .threesixty_images img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
}

#container .threesixty .threesixty_images img.previous-image {
    visibility: hidden;
    width: 0;
}

#container .threesixty .threesixty_images img.current-image {
    visibility: visible;
    width: 100%;
}

#container .threesixty .spinner {
    width: 60px;
    display: block;
    margin: 0 auto;
    height: 30px;
    background: #333;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#container .threesixty .spinner span {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    display: block;
}

#container .threesixty .nav_bar {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 11;
}

#container .threesixty .nav_bar a {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    background: url(../404.html) no-repeat;
    text-indent: -99999px;
}

#container .threesixty .nav_bar a.nav_bar_play {
    background-position: 0 0;
}

#container .threesixty .nav_bar a.nav_bar_previous {
    background-position: 0 -73px;
}

#container .threesixty .nav_bar a.nav_bar_stop {
    background-position: 0 -37px;
}

#container .threesixty .nav_bar a.nav_bar_next {
    background-position: 0 -104px;
}

/* html */

#container:-webkit-full-screen {
    background: #ffffff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 200px;
}

#container:-moz-full-screen {
    background: #ffffff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 200px;
}

#c4110 {
    margin-bottom: 0px;
}

.jobform {
    background-color: #F2F2F2;
    padding: 1em;
    color: #585858;
}

.three_columns .jobform,
.four_columns .jobform,
.two_columns .jobform {
    padding: 0;
}

.jobform h3 {
    margin-bottom: 1em;
}

.three_columns .jobform h3,
.four_columns .jobform h3,
.two_columns .jobform h3 {
    display: none;
}

.jobform .row {
    margin-left: 0;
    margin-bottom: 0.75em;
}

.jobform label {
    min-width: 8em;
}

.jobform button {
    box-shadow: none !important;
    background: #D51130;
    color: #FFF;
    font-weight: bold;
    border: none;
    text-align: center;
    min-width: 12.85em;
    padding: 6px;
    border-radius: 2px;
}

.jobform button:hover {
    opacity: 0.8;
}

/* Software and Testing Solutions Upgrade: 12.2016 */

.outerBox {
    width: 100%;
    height: 250px;
    margin-top: 40px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 10px 10px 50px grey;
    -moz-box-shadow: 10px 10px 50px grey;
    box-shadow: 10px 10px 50px grey;
    clear: both;
}

.outerBox .left {
    float: left;
    width: 40%;
    height: 100%;
    background-color: rgba(50, 50, 50, 1);
    color: #FFF;
    overflow-y: hidden;
    overflow-x: hidden;
}

.outerBox .left .csc-default {
    padding: 20px;
}

.outerBox .left h1,
.outerBox .left h2,
.outerBox .left h3 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
}

.outerBox .left p.bodytext {
    font-size: 13px;
}

.outerBox .visual {
    width: 60%;
    height: 100%;
    float: left;
}

.outerBox .visual .csc-default {
    position: relative;
    top: -10%;
    overflow-y: visible;
    overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
    .outerBox .visual {
        width: 100%;
        margin-top: 10%;
        height: 125%;
    }
    .outerBox .left {
        width: 100%;
        float: none;
    }
    .outerBox {
        height: initial;
        height: inherit;
    }
    .outerBox .left .csc-default {
        margin-bottom: 0px;
    }
}

/* TeaserBox Update für Bilder ohne Transparenz von 01.2018 */

.outerBox.withoutTransparancy .visual .csc-default {
    top: 0;
    height: 100%;
    overflow: hidden;
}

.outerBox.withoutTransparancy div.csc-textpic .csc-textpic-imagewrap img {
    width: 100%;
    position: relative;
    top: -15px
}

@media only screen and (max-width: 767px) {
    .outerBox.withoutTransparancy div.csc-textpic .csc-textpic-imagewrap img {
        width: inherit;
        width: initial;
        top: 0;
    }
}

/* Fortsetzung Software & Testing Update von 12.2016 */

.teaser_item.product_item .linkicon {
    margin-left: 0px;
    left: -5px;
    top: 205px;
    margin-bottom: 10px;
    margin-top: -100px;
    width: 115px;
    height: 65px;
    background-size: contain;
    background: url(../images/productpage-icon.png) no-repeat 0 0;
}

.teaser_item.product_item strong {
    text-transform: initial;
}

.teaser_item.product_item p {
    margin-bottom: 50px;
}

.teaser_item.product_item .teaser_img {
    background: rgba(255, 255, 255, 0.0);
}

/* Flyout Anpassungen */

body {
    overflow-x: hidden;
}

#flyoutGreyOut {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10001;
}

#flyoutGreyOut.in {
    display: block;
}

#flyoutGreyOut.out {
    display: none;
}

#contactFlyout {
    position: fixed;
    top: 300px;
    /* unterhalb der FEV Header Leiste */
    width: 500px;
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(50, 50, 50, 0.1);
    border-radius: 10px 0px 0px 10px;
    padding-left: 50px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    /*transition: all 0.3s linear;*/
    transition-property: height, right, background-color;
    transition-duration: 0.4s, 0.4s, 0.3s;
    transition-timing-function: linear, ease-out, linear;
    transition-delay: 0s, 0s, 0s;
    overflow: hidden;
    z-index: 10002;
}

#contactFlyout.in {
    /* eingeklappt: */
    right: -465px;
    height: 120px;
    background-color: rgba(218, 31, 61, 1);
}

#contactFlyout.out {
    right: -0px;
    height: 350px;
}

#contactLabel {
    position: absolute;
    width: 120px;
    height: 35px;
    transform: rotate(-90deg);
    left: -43px;
    top: 42px;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}

#contactLabel,
#contactLabel h1,
#contactLabel h2,
#contactLabel h3 {
    font-size: 17px;
    color: #FFF;
    text-transform: capitalize;
}

#contactFlyout.out #contactLabel,
#contactFlyout.out #contactLabel h1,
#contactFlyout.out #contactLabel h2,
#contactFlyout.out #contactLabel h3 {
    opacity: 0;
}

#contactFlyout .flyoutContent {
    padding-right: 40px;
    padding-top: 20px;
}

#contactFlyout.out .flyoutCloseButton {
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow-contact-flyout.png);
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 15px;
    transform: rotate(180deg);
    cursor: pointer;
}

/* Overline From Center */

.hvr-overline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #FFF;
    /*rgba(218,31,61,1.0); davor: #2098D1;*/
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-overline-from-center:hover:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:active:before {
    left: 0;
    right: 0;
}

@media screen and (max-height: 700px),
screen and (max-width: 550px) {
    #contactFlyout.in,
    #contactFlyout.out {
        height: inherit;
        height: initial;
        background-color: #FFF;
        position: inherit;
        position: initial;
        top: 0px;
        width: inherit;
        width: initial;
        border-radius: inherit;
        border-radius: initial;
    }
    #contactLabel {
        display: none;
    }
    #flyoutGreyOut.in {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #contactLabel {
        position: fixed;
        top: 8px;
        left: 130px;
        background-color: rgba(218, 31, 61, 1);
        border-radius: 5px;
        transform: rotate(0deg);
        border: 1px solid rgba(216, 31, 61, 1);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        padding-top: 8px;
        display: block;
        z-index: 10000;
    }
    #contactFlyout.in,
    #contactFlyout.out {
        width: 96%;
        border-radius: 0px 0px 10px 10px;
        transition: top 0.4s linear;
    }
    #contactFlyout.out {
        top: 0px;
        height: 90%;
        position: fixed;
        width: 96%;
        left: 2%;
    }
    #contactFlyout.in {
        height: 90%;
        box-shadow: none;
        border: none;
        position: fixed;
        top: -75%;
        top: calc(-90% + 48px);
        left: 126px;
        width: 128px;
        color: white;
        background-color: rgba(255, 255, 255, 0);
    }
    #flyoutGreyOut {
        background-color: rgba(0, 0, 0, 0.3);
    }
    #flyoutGreyOut.in {
        display: block;
    }
    #contactFlyout .flyoutContent {
        overflow: hidden;
    }
    #contactFlyout.out .flyoutCloseButton {
        left: initial;
        right: 10px;
        transform: rotate(90deg);
    }
}

/* End of Software and Testing Solutions Upgrade */

/* Accordion Styling */

.accordion {
    width: 100%;
}

.accordion input {
    display: none;
}

.accordion p,
.accordion .csc-default {
    margin: 0px;
}

.accordion .box-title .tx-dce-pi1 {
    font-weight: 400;
}

.accordion .box {
    position: relative;
    background: white;
    min-height: 64px;
    transition: all .15s ease-in-out;
}

.accordion .box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
}

.accordion header.box {
    background: #313131;
    z-index: 100;
    cursor: initial;
    box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px -2px rgba(0, 0, 0, .12), 0 2px 4px -4px rgba(0, 0, 0, .24);
}

.accordion header .box-title {
    margin: 0;
    font-weight: normal;
    font-size: 16pt;
    color: white;
    cursor: initial;
    text-transform: uppercase;
}

.accordion .box-title {
    /*width: calc(100% - 40px);*/
    width: 100%;
    min-height: 64px;
    line-height: 64px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accordion .box-content {
    /*width: calc(100% - 40px);*/
    width: 100%;
    /*padding: 30px 20px;*/
    padding: 15px 20px;
    font-size: 11pt;
    /*color: rgba(0,0,0,.54);*/
    color: #000;
    display: none;
}

.accordion .box-close {
    position: absolute;
    height: 64px;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.accordion input:checked+.box {
    height: auto;
    margin: 16px 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.accordion input:checked+.box .box-title {
    border-bottom: 1px solid rgba(0, 0, 0, .18);
}

.accordion input:checked+.box .box-content,
.accordion input:checked+.box .box-close {
    display: inline-block;
}

.accordion.arrows section .box-title {
    padding-left: 44px;
    /*width: calc(100% - 64px);*/
    width: 100%;
    font-weight: 400;
}

.accordion.arrows section .box-title:before {
    position: absolute;
    display: block;
    content: '\203a';
    font-size: 18pt;
    left: 20px;
    top: -2px;
    transition: transform .15s ease-in-out;
    color: rgba(218, 31, 61, 1);
    /*color: rgba(0,0,0,.54);*/
}

.accordion input:checked+section.box .box-title:before {
    transform: rotate(90deg);
}



#subnavi .nav_lvl3 li a {
    border-bottom: none\0/;
}

/*This website Created by aniketrod.in*/
/*Add source bootstrap 3 + custom css + ref  and for menu using jQuery v3.5.1*/
/*Reupdated Dated : 17-06-2022 18:21 PM*/