@charset "UTF-8";
/* moved by compressor */
.femanager_flashmessages>div{background-position:10px 12px;background-repeat:no-repeat;margin-bottom:4px;padding:12px 12px 12px 36px}.femanager_flashmessages>.message-2{background-color:#F6D3CF;border:1px solid #D66C68;color:#AA0225}.femanager_flashmessages>.message-1{background-color:#FBF6DE;border:1px solid #B1905C;color:#9E7D4A}.femanager_flashmessages>.message-0{background-color:#CDEACA;border:1px solid #58B548;color:#3B7826}.femanager_flashmessages>.message--1{background-color:#EAF7FF;border:1px solid #C5DBE6;color:#4C73A1}.femanager_flashmessages>.message--2{background-color:#F6F7FA;border:1px solid #C2CBCF;color:#444}.femanager_note{background-position:10px 12px;background-repeat:no-repeat;margin-bottom:4px;padding:12px 12px 12px 36px;background-color:#F6F7FA;border:1px solid #C2CBCF;color:#444;list-style-type:none;margin-left:0}.femanager_error{background-position:10px 12px;background-repeat:no-repeat;margin-bottom:4px;padding:12px 12px 12px 36px;background-color:#F6D3CF;border:1px solid #D66C68;color:#AA0225;list-style-type:none;margin-left:0}

.tx-events {
    width: 100%;
}

.tx-events .list-view {
    width: 100%;
    max-width: 1360px;
}

.tx-events .filter-box {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr 2fr 2fr;
    column-gap: 30px;
}

.tx-events .filter-box .filter-topics select,
.tx-events .filter-box .filter-scope select {
    text-transform: uppercase;
}

.probat .tx-events .selection-field-module .field-select select {
    color: #72caeb;
}

.tx-events .filter-buttons a {
    display: inline-block;
    width: 50%;
    height: 35px;
    padding: 5px 20px;
    border: solid 1px #72caeb;
    border-left: none;
    background: #ffffff;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #72caeb;
}

.tx-events .filter-buttons a:first-of-type {
    border-left: solid 1px #72caeb;
}

.tx-events .filter-buttons a.active {
    background: #72caeb;
    color: #ffffff;
}

.tx-events .event-list {
    margin-top: 52px;
}

.tx-events .list-view .event-item {
    padding: 45px 0 55px;
    border-bottom: solid 1px #d4d4d4;
}

.tx-events .list-view .event-item > a {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
}

.tx-events .list-view .event-date-container {
    width: 142px;
    flex-shrink: 0;
    padding-top: 28px;
}

.tx-events .list-view .event-date-container p {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    color: #666666;
}

.tx-events .list-view .event-content-container {
    width: 100%;
    flex-shrink: 1;
    padding: 0 34px;
}

.tx-events .list-view h2 {
    margin-bottom: 15px;
    font-size: 26px;
    color: #535659;
}

.tx-events .list-view .teaser {
    display: block;
    margin-bottom: 5px;
    height: 69px;
    overflow: hidden;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    color: #535659;
}

.tx-events .list-view .event-details-presence,
.tx-events .list-view .event-details-online {
    display: block;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    color: #535659;
}

.tx-events .list-view .event-location-pin {
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 20px;
    background-image: url('../../../typo3conf/ext/events/Resources/Public/Images/pin.png');
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position: 0 0;
    opacity: 0.82;
}

.tx-events .list-view .event-links ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tx-events .list-view .event-links li {
    display: inline;
    margin: 0;
    padding: 0;
}

.tx-events .list-view .event-links li span {
    display: inline-block;
    vertical-align: text-top;
    height: 21px;
    margin-left: 12px;
    background-repeat: no-repeat;
    background-size: auto 17px;
    background-position: 0 1px;
    opacity: 0.82;
}

.tx-events .list-view .event-links li .link-type-probat {
    width: 19px;
    background-image: url('../../../typo3conf/ext/events/Resources/Public/Images/probat.png');
}

.tx-events .list-view .event-links li .link-type-youtube {
    width: 25px;
    background-image: url('../../../typo3conf/ext/events/Resources/Public/Images/youtube.png');
}

.tx-events .list-view .event-links li .link-type-facebook {
    width: 8px;
    background-image: url('../../../typo3conf/ext/events/Resources/Public/Images/fb.png');
}

.tx-events .list-view .event-links li .link-type-teams {
    width: 19px;
    background-image: url('../../../typo3conf/ext/events/Resources/Public/Images/teams.png');
}

.tx-events .list-view .event-links li .link-type-zoom {
    width: 24px;
    background-image: url('../../../typo3conf/ext/events/Resources/Public/Images/zoom.png');
}

.tx-events .list-view .event-links li .link-type-linkedin {
    width: 17px;
    background-image: url('../../../typo3conf/ext/events/Resources/Public/Images/linkedin.png');
}

.tx-events .list-view .event-image-container {
    width: 210px;
    flex-shrink: 0;
}

.tx-events .single-view .event-header {
    padding-bottom: 60px;
    background-size: cover;
    background-position: center;
}

.tx-events .single-view .event-image-wrap {
    padding: 41px 0 42px;
}

.tx-events .single-view h1,
.tx-events .single-view h2 {
    font-size: 55px;
    color: #ffffff;
    font-weight: unset;
    font-family: 'Roboto';
    font-weight: 500;
}

.tx-events .single-view .headline-bg {
    display: inline-block;
    padding: 16px 21px 19px;
    background: rgba(83,83,89,0.75);
}

.tx-events .single-view .event-separator {
    margin: 0 28px;
}

.tx-events .single-view .breadcrumb-module ul {
    margin: 12px 0;
}

.tx-events .single-view .event-details {
    padding-top: 33px;
}

.tx-events .single-view .event-bodytext {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Roboto';
    font-weight: 300;
    color: #535659;
}

.tx-events .single-view .event-bodytext strong {
    font-weight: bold;
}

.tx-events .single-view .event-bodytext a {
    color: #72caeb;
    text-decoration: underline;
}

.probat .tx-events .single-view p,
.probat .tx-events .single-view p:last-child {
    margin-bottom: 10px !important;
}

.tx-events .single-view .event-links {
    margin-top: 30px;
}

.tx-events .single-view .event-links-datetime {
    display: inline-block;
    width: 250px;
    vertical-align: top;
    margin-bottom: 60px;
}

.tx-events .single-view .event-links-datetime .datetime {
    vertical-align: baseline;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Roboto';
    font-weight: 300;
    color: #535659;
}

.tx-events .single-view .event-links-datetime .event-separator {
    margin: 0 9px;
}

.tx-events .single-view .event-links-datetime .placeholder {
    display: inline-block;
    vertical-align: baseline;
    width: 1px;
    height: 40px;
}

.tx-events .single-view .event-links-calendar {
    display: inline-block;
    width: 250px;
    vertical-align: top;
    margin-bottom: 60px;
}

.tx-events .single-view .event-links-location {
    display: inline-block;
    width: 250px;
    vertical-align: top;
    margin-bottom: 60px;
}

.tx-events .single-view .event-links-socialmedia {
    display: inline-block;
    width: 350px;
    vertical-align: top;
    margin-bottom: 60px;
}

.tx-events .single-view .event-links h3 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Roboto';
    font-weight: 300;
    color: #535659;
}

.tx-events .single-view .event-links-location-pin {
    display: inline-block;
    vertical-align: baseline;
    width: 30px;
    height: 40px;
    margin-right: 10px;
    background-image: url('../../../typo3conf/ext/events/Resources/Public/Images/pin.png');
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: 0 0;
    opacity: 0.82;
}

.tx-events .single-view .event-links-location-title {
    vertical-align: baseline;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Roboto';
    font-weight: 300;
    color: #535659;
}

.tx-events .single-view .event-links img {
    width: auto;
    height: 40px;
}

.tx-events .single-view .event-links-socialmedia ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tx-events .single-view .event-links-socialmedia li {
    margin: 0 50px 0 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

.tx-events .single-view .event-links-socialmedia li:last-of-type {
    margin-right: 0;
}

.tx-events .single-view .event-links li a {
    display: inline-block;
    height: 41px;
    vertical-align: top;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.tx-events .single-view .event-links li .link-type-probat {
    width: 46px;
    background-image: url('../../../typo3conf/ext/events/Resources/Public/Images/probat.png');
}

.tx-events .single-view .event-links li .link-type-youtube {
    width: 54px;
    background-image: url('../../../typo3conf/ext/events/Resources/Public/Images/youtube.png');
    background-size: 100%;
}

.tx-events .single-view .event-links li .link-type-facebook {
    width: 16px;
    background-image: url('../../../typo3conf/ext/events/Resources/Public/Images/fb.png');
}

.tx-events .single-view .event-links li .link-type-teams {
    width: 40px;
    background-image: url('../../../typo3conf/ext/events/Resources/Public/Images/teams.png');
}

.tx-events .single-view .event-links li .link-type-zoom {
    width: 47px;
    background-image: url('../../../typo3conf/ext/events/Resources/Public/Images/zoom.png');
}

.tx-events .single-view .event-links li .link-type-linkedin {
    width: 38px;
    background-image: url('../../../typo3conf/ext/events/Resources/Public/Images/linkedin.png');
    background-size: 38px;
}

.tx-events .single-view .event-links-language {
    display: inline-block;
    width: 250px;
    vertical-align: top;
    margin-bottom: 60px;
}

.tx-events .single-view .event-links-language .language {
    vertical-align: baseline;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Roboto';
    font-weight: 300;
    color: #535659;
}

.tx-events .single-view .event-links-language .placeholder {
    display: inline-block;
    vertical-align: baseline;
    width: 1px;
    height: 40px;
}

.tx-events .single-view .event-media-detail img {
    max-width: 200px;
    height: auto;
}

@media screen and (max-width:1820px) {
    .tx-events .single-view .event-header {
        padding-bottom: 52px;
    }
    .tx-events .single-view h1,
    .tx-events .single-view h2 {
        font-size: 49px;
    }
    .tx-events .single-view .event-separator {
        margin: 0 25px;
    }
}

@media screen and (max-width:1360px) {
    .tx-events .single-view .event-header {
        padding-bottom: 33px;
    }
    .tx-events .single-view h1,
    .tx-events .single-view h2 {
        font-size: 36px;
    }
    .tx-events .single-view .headline-bg {
        padding: 12px 20px;
    }
    .tx-events .single-view .event-separator {
        margin: 0 18px;
    }
}

@media screen and (max-width:1099px) {
    .tx-events .single-view .event-header {
        padding-bottom: 25px;
    }
    .tx-events .single-view .event-image-wrap {
        padding-left: 20px;
    }
    .tx-events .single-view h1,
    .tx-events .single-view h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .tx-events .single-view .headline-bg {
        padding: 7px 16px;
    }
    .tx-events .single-view .event-separator {
        margin: 0 13px;
    }
}

@media screen and (max-width:1050px) {
    .tx-events .filter-box {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        row-gap: 30px;
    }
    .tx-events .list-view .teaser {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .tx-events .filter-box {
        grid-template-columns: 1fr 2fr;
        grid-template-rows: 1fr 1fr;
        grid-auto-flow: column;
    }
    .tx-events .list-view .event-item > a {
        display: block;
    }
    .tx-events .list-view .event-date-container {
        display: block;
        width: 100%;
        padding-top: 0;
    }
    .tx-events .list-view .event-date-container p {
        text-align: left;
    }
    .tx-events .list-view .event-date-container br {
        display: none;
    }
    .tx-events .list-view .event-content-container {
        display: block;
        padding: 15px 0;
    }
    .tx-events .list-view .event-image-container {
        display: block;
        width: 100%;
    }

    .tx-events .single-view .event-header {
        padding-bottom: 20px;
    }
    .tx-events .single-view h1,
    .tx-events .single-view h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .tx-events .single-view .headline-bg {
        padding: 5px 12px;
    }
    .tx-events .single-view .event-bodytext {
        font-size: 13px;
        line-height: 21px;
    }
    .tx-events .single-view .event-separator {
        margin: 0 10px;
    }
    .tx-events .single-view .event-links-datetime {
        display: block;
        width: auto;
        margin-bottom: 20px;
    }
    .tx-events .single-view .event-links-datetime .datetime {
        vertical-align: auto;
        font-size: 13px;
        line-height: 21px;
    }
    .tx-events .single-view .event-links-datetime .event-separator {
        margin: 0 7px;
    }
    .tx-events .single-view .event-links-datetime .placeholder {
        display: none;
    }
    .tx-events .single-view .event-links-calendar {
        display: block;
        width: auto;
        margin-bottom: 20px;
    }
    .tx-events .single-view .event-links-location,
    .tx-events .single-view .event-links-socialmedia {
        display: block;
        width: auto;
        margin-bottom: 20px;
    }
    .tx-events .single-view .event-links h3 {
        margin-bottom: 6px;
        font-size: 13px;
        line-height: 21px;
    }
    .tx-events .single-view .event-links-socialmedia li {
        margin-bottom: 25px;
    }
    .tx-events .single-view .event-links-location-pin {
        margin-right: 5px;
    }
    .tx-events .single-view .event-links-location-title {
        font-size: 13px;
        line-height: 21px;
    }
    .tx-events .single-view .event-links-language {
        display: block;
        width: auto;
        margin-bottom: 20px;
    }
    .tx-events .single-view .event-links-language .language {
        vertical-align: auto;
        font-size: 13px;
        line-height: 21px;
    }
    .tx-events .single-view .event-links-language .placeholder {
        display: none;
    }
}

@media screen and (max-width:599px) {
    .tx-events .filter-box {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-auto-flow: row;
    }

    .tx-events .filter-box .filter-time,
    .tx-events .filter-box .filter-type {
        grid-column-start: 1;
        grid-column-end: span 2;
    }
}

@media screen and (max-width:375px) {
    .tx-events .filter-box {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }

    .tx-events .filter-box .filter-time,
    .tx-events .filter-box .filter-type {
        grid-column-end: 1;
    }
}

.tx-contactdates .form-view {
    width: 55%;
    margin: 0 auto;
}

.tx-contactdates h3 {
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #535659;
    font-family: 'Roboto';
    font-weight: 500;
}

.tx-contactdates .selection-field-module {
    margin-bottom: 35px;
}

.tx-contactdates .link-calendergroup a {
    color: #fff;
    cursor: pointer;
    transition: all .3s ease 0s;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 32px 13px 12px;
    line-height: 14px;
    background: #72caeb url('../../../typo3conf/ext/contactdates/Resources/Public/Images/link-arrow-white_space.png') no-repeat right center;
    display: inline-block;
}



/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td, .table th {
    background-color: #fff !important;
  }

  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }

}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/glyphicons-halflings-regular.eot');
  src: url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/glyphicons-halflings-regular.eot?#iefix') format("embedded-opentype"), url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/glyphicons-halflings-regular.woff2') format("woff2"), url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/glyphicons-halflings-regular.woff') format("woff"), url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/glyphicons-halflings-regular.ttf') format("truetype"), url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format("svg");
}

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

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

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

.glyphicon-euro:before, .glyphicon-eur: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";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

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

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

a {
  color: #28303b;
  text-decoration: none;
}

a:hover, a:focus {
  color: #090b0d;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

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

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

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

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

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

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

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 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;
}

p {
  margin: 0 0 10px;
}

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

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

}

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

mark, .mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #28303b;
}

a.text-primary:hover, a.text-primary:focus {
  color: #13171d;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover, a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover, a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #28303b;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #13171d;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9;
}

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

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

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

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

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

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

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt, dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

}

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

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

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

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

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

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

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: normal;
  word-wrap: break-word;
  color: #333333;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 3px;
  padding-right: 3px;
}

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

.container:after {
  clear: both;
}

@media (min-width:768px) {
  .container {
    width: 586px;
  }

}

@media (min-width:1099px) {
  .container {
    width: 976px;
  }

}

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

}

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

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

.container-fluid:after {
  clear: both;
}

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

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

.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-left: 3px;
  padding-right: 3px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

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

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

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

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

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

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

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

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

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

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

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

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

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

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

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

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

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

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

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

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

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

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

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

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

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

}

@media (min-width:1099px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

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

}

@media (min-width:1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

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

}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

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

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .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 > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .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 > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

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

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .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-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

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

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

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

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

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .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:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

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

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .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:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .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:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .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 > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }

}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  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;
}

input[type="range"] {
  display: block;
  width: 100%;
}

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

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

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

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

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

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

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

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

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }

}

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

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

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

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

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

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

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .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-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

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

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

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

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

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

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

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

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

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

.has-success .form-control-feedback {
  color: #3c763d;
}

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

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

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

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

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

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

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

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

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

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 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;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }

}

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

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

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

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

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

@media (min-width:768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }

}

.form-horizontal .has-feedback .form-control-feedback {
  right: 3px;
}

@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }

}

@media (min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }

}

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

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

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

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

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

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

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

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

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

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

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

.btn-primary {
  color: #fff;
  background-color: #28303b;
  border-color: #1d242c;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #13171d;
  border-color: black;
}

.btn-primary:hover {
  color: #fff;
  background-color: #13171d;
  border-color: #050607;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #13171d;
  border-color: #050607;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #050607;
  border-color: black;
}

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

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #28303b;
  border-color: #1d242c;
}

.btn-primary .badge {
  color: #28303b;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #4AAAA5;
  border-color: #429894;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #3b8683;
  border-color: #1c3f3e;
}

.btn-success:hover {
  color: #fff;
  background-color: #3b8683;
  border-color: #306e6a;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3b8683;
  border-color: #306e6a;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #306e6a;
  border-color: #1c3f3e;
}

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

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #4AAAA5;
  border-color: #429894;
}

.btn-success .badge {
  color: #4AAAA5;
  background-color: #fff;
}

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

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

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

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

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

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

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

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

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

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

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

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

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

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

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

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

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

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

.btn-link {
  color: #28303b;
  font-weight: normal;
  border-radius: 0;
}

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

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

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

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

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

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

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

.btn-block {
  display: block;
  width: 100%;
}

.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;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup, .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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  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: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

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

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

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

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

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

.open > a {
  outline: 0;
}

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

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

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

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

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

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

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

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

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

}

.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

.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 {
  margin-left: -5px;
}

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

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-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-bottom-right-radius: 0;
  border-top-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:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-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 > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

.btn .caret {
  margin-left: 0;
}

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

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

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

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

.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-top-left-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-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

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

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

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

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

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

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.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: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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

.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
  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 > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-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 > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

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

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

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

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

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

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

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

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

.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: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

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

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #28303b;
}

.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: #eeeeee #eeeeee #ddd;
}

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

.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: #28303b;
}

.nav-stacked > li {
  float: none;
}

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

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

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

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

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

  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }

}

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

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

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

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

  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }

}

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

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

.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 {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

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

}

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

.navbar-header:after {
  clear: both;
}

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

}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 3px;
  padding-left: 3px;
  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 {
  content: " ";
  display: table;
}

.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: visible;
  }

  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }

}

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

@media (min-width:768px) {
  .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .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 3px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

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

.navbar-brand > img {
  display: block;
}

@media (min-width:768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -3px;
  }

}

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

.navbar-toggle:focus {
  outline: 0;
}

.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 -3px;
}

.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;
  }

}

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

@media (min-width:768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }

}

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

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }

}

@media (min-width:768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    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 {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

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

}

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

  .navbar-right {
    float: right !important;
    margin-right: -3px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }

}

.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: #888;
}

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

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

@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-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

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

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

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

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.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: #090909;
}

.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 {
  background-color: #090909;
  color: #fff;
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .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: #090909;
  }

  .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: #9d9d9d;
}

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

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.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 {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.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;
  line-height: 1.428571429;
  text-decoration: none;
  color: #28303b;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.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-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  z-index: 2;
  color: #090b0d;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #28303b;
  border-color: #28303b;
  cursor: default;
}

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

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

.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-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

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

.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-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

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

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

.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: #eeeeee;
}

.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: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

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

.label:empty {
  display: none;
}

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

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

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #28303b;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #13171d;
}

.label-success {
  background-color: #4AAAA5;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #3b8683;
}

.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: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

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

.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

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

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

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

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

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 3px;
  padding-right: 3px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width:768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }

}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

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

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

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #28303b;
}

.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: bold;
}

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

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

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

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

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

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

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

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

.alert-info .alert-link {
  color: #245269;
}

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

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

.alert-warning .alert-link {
  color: #66512c;
}

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

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

.alert-danger .alert-link {
  color: #843534;
}

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

  to {
    background-position: 0 0;
  }

}

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

  to {
    background-position: 0 0;
  }

}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  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: #28303b;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
  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, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #4AAAA5;
}

.progress-striped .progress-bar-success {
  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: 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: 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: 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 {
  margin-top: 15px;
}

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

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

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right, .media > .pull-right {
  padding-left: 10px;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

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

.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;
}

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

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

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

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

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

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #8394ac;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.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;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

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

.panel-body:after {
  clear: both;
}

.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;
  color: inherit;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > 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 > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

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

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

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

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

.list-group + .panel-footer {
  border-top-width: 0;
}

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

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

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

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

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

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

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

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

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

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  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, .panel-group .panel-heading + .panel-collapse > .list-group {
  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: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #28303b;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #28303b;
  border-color: #28303b;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #28303b;
}

.panel-primary > .panel-heading .badge {
  color: #28303b;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #28303b;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  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: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

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

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }

}

@media (min-width:1099px) {
  .modal-lg {
    width: 900px;
  }

}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  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-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  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 {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }

}

.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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  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 {
  left: auto;
  right: 0;
  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 {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.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%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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 .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }

}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

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

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }

}

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

}

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

}

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

}

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

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }

}

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

}

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

}

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

}

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

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md, td.visible-md {
    display: table-cell !important;
  }

}

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

}

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

}

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

}

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

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

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

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print, td.visible-print {
    display: table-cell !important;
  }

}

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

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

}

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

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

}

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

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

}

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

}

/* roboto-light-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/roboto-v30-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-regular-400 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/roboto-v30-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-medium-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/roboto-v30-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-bold-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/roboto-v30-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

@font-face {
  font-family: 'benchninebold';
  src: url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/benchnine-bold-webfont.woff2') format("woff2"), url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/benchnine-bold-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Meta-Bold';
  src: url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/Meta-Bold.eot');
  src: url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/Meta-Bold.eot?#iefix') format("embedded-opentype"), url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/Meta-Bold.woff2') format("woff2"), url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/Meta-Bold.woff') format("woff"), url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/Meta-Bold.svg#Meta-Bold') format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FC;
}

/* shadows-into-light-regular - latin */
@font-face {
  font-family: 'Shadows Into Light';
  font-style: normal;
  font-weight: 400;
  src: url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/shadows-into-light-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Shadows Into Light'), local('ShadowsIntoLight'),
  url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/shadows-into-light-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/shadows-into-light-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/shadows-into-light-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/shadows-into-light-v7-latin-regular.svg#ShadowsIntoLight') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'TheSecret';
  src: url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/TheSecret-Regular.woff') format("woff"),
  url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/TheSecret-Regular.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

html, body {
  min-height: 100%;
}

html {
  position: relative;
}

.probat {
  font-size: 14px;
  word-wrap: break-word;
  margin: 0px;
  padding: 0px;
  font-family: 'Roboto';
  font-weight: 400;
  color: #333333;
  hyphens: auto;
}

.probat *:focus {
  outline: 0;
}

.probat .set-back img {
  display: none;
}

.probat .container {
  position: relative;
}

.probat .tooltip {
  position: inherit;
  opacity: 1;
}

.probat strong {
  font-weight: normal;
}

.probat input[type="text"], .probat input[type="email"], .probat input[type="submit"], .probat input[type="button"], .probat select, .probat textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}

.probat .full-height {
  height: 100%;
}

.probat .table-wrap {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0px;
  table-layout: fixed;
  background: transparent;
}

.probat .table-wrap .table-cell {
  display: table-cell;
}

.probat .table-wrap .table-cell.bottom-line {
  vertical-align: bottom;
}

.probat .table-wrap .table-cell.top-line {
  vertical-align: top;
}

.probat .table-wrap .table-cell.middle-line {
  vertical-align: middle;
}

.probat h1:first-child, .probat h2:first-child, .probat h3:first-child, .probat h4:first-child, .probat h5:first-child, .probat h6:first-child {
  margin-top: 0px !important;
}

.probat h1:last-child, .probat h2:last-child, .probat h3:last-child, .probat h4:last-child, .probat h5:last-child, .probat h6:last-child {
  margin-bottom: 0px !important;
}

.probat p:last-child {
  margin-bottom: 0px !important;
}

.probat .my-row {
  width: 100%;
  float: left;
}

.probat img {
  max-width: 100%;
  height: auto;
}

.probat .pull-text-center {
  text-align: center !important;
}

.probat .pull-text-center * {
  text-align: center !important;
}

.probat .pull-text-center .site-button {
  display: inline-block;
  float: none;
}

.probat .pull-text-left {
  text-align: left !important;
}

.probat .pull-text-left h1, .probat .pull-text-left h2, .probat .pull-text-left h3, .probat .pull-text-left h4, .probat .pull-text-left h5, .probat .pull-text-left h6 {
  text-align: left !important;
}

.probat .pull-text-right {
  text-align: right;
}

.probat .pull-text-justify {
  text-align: justify;
}

.probat .palce-right-clear {
  float: right;
  clear: both;
}

.probat .palce-left-clear {
  float: left;
  clear: both;
}

.probat .palce-right {
  float: right;
}

.probat .palce-left {
  float: left;
}

.probat .clear {
  clear: both;
}

.probat a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.probat a.site-button {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 30px;
  line-height: normal;
  float: left;
  text-decoration: none !important;
  margin-top: 5px;
}

.probat {

  /* logo */

  /* logo */

  /* main nav block */

  /* main nav block */

  /* language block */

  /* language block */

  /* search-block */

  /* search-block */

  /* subnavi */

  /* subnavi */
}

.probat .header {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: #fff;
  z-index: 2500;
}

.probat .header .main-header-wrap {
  padding-bottom: 0;
  padding-top: 10px;
  background-color: #fff;
}

.probat .header .header-block.header-left-block {
  float: left;
  width: 89%;
}

.probat .header .header-block.header-right-block {
  float: right;
  width: 10%;
}

.probat .header .header-left-elements {
  float: left;
  margin-right: 45px;
}

.probat .header .header-left-elements:last-child {
  margin-right: 0px;
}

.probat .header .header-left-elements .table-wrap {
  table-layout: inherit;
}

.probat .logo a {
  float: right;
}

.probat .language-block, .probat .search-block {
  padding-bottom: 15px;
}

.probat .header-right-block {
  padding-bottom: 10px;
}

.probat .main-nav-block nav > ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.probat .main-nav-block nav > ul > li {
  margin: 0px;
  margin-right: 40px;
  padding: 0px;
  float: left;
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 300;
  float: left;
  line-height: normal;
}

.probat .main-nav-block nav > ul > li.primary-nav {
  padding-bottom: 16px;
}

.probat .main-nav-block nav > ul > li.active > a {
  font-family: 'Roboto';
  font-weight: 700;
}

.probat .main-nav-block nav > ul > li:last-child {
  margin-right: 0px;
}

.probat .main-nav-block nav > ul > li > a {
  color: #333333;
  display: inline-block;
}

.probat .language-selected-box {
  cursor: pointer;
  position: relative;
  top: 2px;
}

.probat .language-selected-box i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.probat .language-selected-box span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  text-transform: uppercase;
  color: #333333;
  font-family: "Roboto";
  font-weight: 300;
  margin-right: 10px;
}

.probat .language-selected-box em {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #333333;
  font-family: "benchninebold";
  font-style: normal;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 2px;
}

.probat .language-main-wrap {
  position: relative;
}

.probat .language-drp-menu {
  position: absolute;
  width: 80px;
  left: 0px;
  display: none;
}

.probat .language-drp-menu a {
  display: block;
  padding: 5px;
  border-top: 1px solid #fff;
  background-color: #edeeee;
  color: #333;
  line-height: 13px;
}

.probat .language-drp-menu a:first-child {
  border-top: none;
}

.probat .language-drp-menu i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.probat .language-drp-menu span {
  display: inline-block;
  vertical-align: middle;
}

.probat .search-block {
  position: relative;
  top: 2px;
}

.probat .search-click {
  position: relative;
  float: right;
  top: 3px;
  right: 3px;
  z-index: 1;
  cursor: pointer;
}

.probat .search-click.trigger-search-result {
  display: none;
}

.probat .input-search {
  width: 22px;
  height: 30px;
  border: 1px solid transparent;
  position: relative;
  transition: all 0.3s ease 0s;
}

.probat .input-search.open {
  border-color: #72caeb;
  width: 150px;
}

.probat .input-search.open .search-input {
  display: block;
}

.probat .input-search .search-input {
  width: 100%;
  padding: 0 30px 0 5px;
  border: none;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}

.probat .input-search .search-submit {
  display: none;
}

.probat .subnavi-wrap {
  width: 100%;
  position: fixed;
  left: 0px;
  visibility: hidden;
  top: 0px;
  pointer-events: none;
  z-index: -1;
}

.probat .subnavi-wrap .main-wrap {
  padding: 40px 0;
  background-color: #50585e;
  pointer-events: auto;
}

.probat .subnavi-wrap.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.probat .subnavi-wrap.hide-now {
  display: none;
  visibility: visible;
}

.probat .subnavi-wrap ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.probat .subnavi-wrap ul > li:first-child {
  margin-top: 0px;
}

.probat .subnavi-wrap ul li {
  margin: 8px 0 0 0;
  padding: 0px;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 15px;
  color: #cccccc;
  text-transform: none;
}

.probat .subnavi-wrap ul li:last-child > a {
  border-bottom: none;
}

.probat .subnavi-wrap ul li a {
  color: #cccccc;
  display: block;
  vertical-align: top;
  padding: 8px 15px 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.probat .subnavi-wrap ul li a:after {
  position: absolute;
  right: 4px;
  top: 8px;
  font-size: 15px;
  content: '>';
  font-family: "benchninebold";
  display: none;
}

.probat .subnavi-wrap ul li.has-sub > a:after {
  display: block;
}

.probat .subnavi-wrap ul li:hover > a {
  color: #72caeb;
  border-color: white;
}

.probat .subnavi-wrap ul li:hover > a:after {
  color: #fff;
}

.probat .subnavi-wrap > .main-wrap > .container-fluid > ul {
  display: block !important;
  position: relative;
}

.probat .subnavi-wrap > .main-wrap > .container-fluid > ul > li {
  pointer-events: none;
}

.probat .subnavi-wrap > .main-wrap > .container-fluid > ul > li * {
  pointer-events: auto;
}

.probat .subnavi-wrap > .main-wrap > .container-fluid > ul > li > a {
  width: 15.3%;
  display: inline-block;
  vertical-align: top;
}

.probat .subnavi-wrap > .main-wrap > .container-fluid > ul > li > a + ul {
  left: 20%;
  width: 20%;
  padding-right: 70px;
}

.probat .subnavi-wrap > .main-wrap > .container-fluid > ul > li > a + ul li > a + ul {
  width: 100%;
  left: 100%;
  padding-right: 70px;
}

.probat .subnavi-wrap > .main-wrap > .container-fluid > ul > li ul {
  position: absolute;
  top: 0px;
  visibility: hidden;
}

.probat .subnavi-wrap > .main-wrap > .container-fluid > ul > li ul.hide-now {
  visibility: visible;
  display: none;
}

html.has-last-tile-teaser {
  background-color: #50585e;
}

.probat {

  /* basic */

  /* basic */

  /* tile-teaser-module */

  /* tile-teaser-module */

  /* single-teaser-module */

  /* single-teaser-module */

  /* teaser module */

  /* teaser module */

  /* breadcrumb-module */

  /* breadcrumb-module */

  /* text element module */

  /* text element module */

  /* gallery-module */

  /* gallery-module */

  /* colored-content-box-module */

  /* colored-content-box-module */

  /* two-column-content-module */

  /* two-column-content-module */

  /* three-column-content-module */

  /* three-column-content-module */

  /* professional-teaser */

  /* professional-teaser */

  /* configaration-module */

  /* configaration-module */

  /* life cycle module */

  /* life cycle module */

  /* grid-content-module */

  /* grid-content-module */

  /* reference module */

  /* reference module */

  /* selection-field-module */

  /* selection-field-module */

  /* team-member-module */

  /* team-member-module */

  /* industry-listing-module */

  /* industry-listing-module */

  /* anchoring-navigation-menu */

  /* anchoring-navigation-menu */

  /* search-autocomplete-results */

  /* search-autocomplete-results */

  /* map */

  /* map */

  /* building-module */

  /* building-module */

  /* fluid wrap */

  /* fluid wrap */

  /* presse-relese-module */

  /* presse-relese-module */

  /* image-with-caption-module */

  /* image-with-caption-module */

  /* download-content-module */

  /* download-content-module */

  /* team-member-module-type-two */

  /* team-member-module-type-two */
}

.probat.no-scroll {
  overflow-y: hidden;
}

.probat .inner-content {
  margin-bottom: 100px;
}

.probat main.bootom-attached {
  margin-bottom: 0px !important;
}

.probat main.has-last-tile-teaser,
.probat .slider-background {
  background-color: #50585e;
}

.probat .link-with-icon {
  display: inline-block;
  margin-right: 10px;
  line-height: normal;
  text-decoration: none;
}

.probat .link-with-icon span {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}

.probat .link-with-icon img {
  padding-left: 14px;
  display: inline-block;
  vertical-align: middle;
}

.probat .link-with-icon img:first-child {
  padding-left: 0px;
}

.probat hr {
  padding: 0px;
  height: 1px;
  background-color: #d4d4d5;
  margin-top: 0px;
}

.probat hr.large-gap {
  margin-bottom: 60px;
}

.probat .page-button {
  padding: 5px 8px;
  border: none;
  background-color: #72caeb;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease 0s;
}

.probat .page-button:hover {
  background-color: #333333;
}

.probat .container-fluid {
  width: 78.125%;
  padding: 0px;
}

.probat .container-fluid.full-width {
  width: 100%;
  padding: 0px;
}

.probat .col-1 {
  width: 100%;
}

.probat .col-2 {
  width: 50%;
}

.probat .col-3 {
  width: 33.3333333333%;
}

.probat .col-4 {
  width: 25%;
}

.probat .col-5 {
  width: 20%;
}

.probat .col-6 {
  width: 16.6666666667%;
}

.probat .col-2-of-3 {
  width: 66.6666666667%;
}

.probat .caps-text {
  text-transform: uppercase;
}

.probat .entry {
  color: #535659;
}

.probat .entry a {
  color: #72caeb;
  text-decoration: underline;
}

.probat .entry strong {
  font-family: 'Roboto';
  font-weight: 500;
}

.probat .entry h1, .probat .entry h2, .probat .entry h3, .probat .entry h4, .probat .entry h5, .probat .entry h6 {
  margin-bottom: 30px;
  font-weight: normal;
}

.probat .entry h1 strong, .probat .entry h2 strong, .probat .entry h3 strong, .probat .entry h4 strong, .probat .entry h5 strong, .probat .entry h6 strong {
  font-family: 'Roboto';
  font-weight: 500;
}

.probat .entry h1 {
  font-size: 36px;
  line-height: normal;
}

.probat .entry h2 {
  font-size: 26px;
  line-height: 28px;
  text-transform: uppercase;
}

.probat .case-sensitive .entry h2 {
  text-transform: unset;
}

.probat .frame-type-header.frame-layout-headerBackground h2 {
  font-size: 26px;
  line-height: 28px;
}

.probat .frame-type-header.frame-layout-headerBackground .header-wrapper {
  padding: 5px 10px;
  background: #edeeee;
}

.probat .frame-type-header.frame-layout-headerBackground h3 {
  font-size: 22px;
  line-height: 24px;
}

.probat .frame-type-header.frame-layout-headerBackground .subheader-wrapper {
  padding: 4px 8px;
  background: #edeeee;
}

.probat .entry h4 {
  font-size: 18px;
  line-height: normal;
}

.probat .entry p {
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto";
  font-weight: 300;
  margin-bottom: 30px;
}

.probat .entry ol, .probat .entry ul {
  margin-bottom: 30px;
}

.probat .entry ol:last-child, .probat .entry ul:last-child {
  margin-bottom: 0px !important;
}

.probat .entry ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.probat .entry ul.secondary-list-item li:before,
.probat .entry ul.secondary-list-item-light li::before {

  background-color: #b19780;
}

.probat .entry ul li {
  position: relative;
  padding-left: 22px;
}

.probat .entry ul li:before {
  content: ' ';
  position: absolute;
  width: 8px;
  height: 8px;
  display: block;
  background-color: #72caeb;
  left: 0px;
  top: 8px;
}

.probat .entry li {
  margin: 15px 0 0 0;
  padding: 0px;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Roboto';
  font-weight: 500;
}

.probat .entry ul.list-item-light li,
.probat .entry ul.secondary-list-item-light li {
  font-family: "Roboto";
  font-weight: 300;
}

.probat .entry li:first-child {
  margin-top: 0px;
}

.probat .section-gap {
  margin-bottom: 30px;
}

.probat .section-gap.section-gap-lg {
  margin-bottom: 50px;
}

.probat .section-gap.section-gap-Exlg {
  margin-bottom: 85px;
}

.probat .section-gap.section-gap-Maxlg {
  margin-bottom: 100px;
}

.probat .section-gap:last-child {
  margin-bottom: 0px !important;
}

.probat .element.element-gap-little {
  margin-bottom: 20px;
}

.probat .element.element-gap-lg {
  margin-bottom: 40px;
}

.probat .element.element-gap-normal {
  margin-bottom: 40px;
}

.probat .element.element-gap-Exlg {
  margin-bottom: 100px;
}

.probat .element:last-child {
  margin-bottom: 0px !important;
}

.probat .dark-bg * {
  color: #fff;
}

.probat .dark-bg .entry a, .probat .dark-bg a {
  color: #72caeb;
}

.probat .bg-dark-grey {
  background-color: #50585e;
}

.probat .bg-extreme-light-grey {
  background-color: #f5f5f5;
}

.probat .tile-teaser-module {
  position: relative;
}

.probat .tile-teaser-module:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: ' ';
  display: block;
  width: 100%;
  height: 33%;
  background-color: #50585e;
  display: block;
  pointer-events: none;
}

.probat .tile-teaser-module .tile-block {
  float: left;
  position: relative;
  z-index: 1;      /* height: auto !important; */
}

.probat .tile-teaser-module .tile-block:hover.cover-lay-lighter .tile-teaser-overlay-content-wrap:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.probat .tile-teaser-module .tile-block:hover.cover-lay-darker .tile-teaser-overlay-content-wrap:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.probat .tile-teaser-module .tile-block:hover.cover-lay-lighter-dark .tile-teaser-overlay-content-wrap:before {
  background-color: rgba(128, 128, 128, 0.5);
}

.probat .tile-teaser-module .tile-block:hover.cover-lay-darker-dark .tile-teaser-overlay-content-wrap:before {
  background-color: rgba(128, 128, 128, 0.7);
}

.probat .tile-teaser-module .tile-block:hover.primary-mark-head .teaser-mark-head span {
  background-color: #72caeb;
}

.probat .tile-teaser-module .tile-block:hover.secondary-mark-head .teaser-mark-head span {
  background-color: #b19780;
}

.probat .tile-teaser-module .tile-block:hover.cover-lay-lighter .slider-block .tile-teaser-overlay-content-wrap:before {
  background-color: transparent;
}

.probat .tile-teaser-module .tile-block:hover.cover-lay-darker .slider-block .tile-teaser-overlay-content-wrap:before {
  background-color: transparent;
}

.probat .tile-teaser-module .tile-block:hover.cover-lay-lighter-dark .slider-block .tile-teaser-overlay-content-wrap:before {
  background-color: transparent;
}

.probat .tile-teaser-module .tile-block:hover.cover-lay-darker-dark .slider-block .tile-teaser-overlay-content-wrap:before {
  background-color: transparent;
}

.probat .tile-teaser-module .tile-block:hover.primary-mark-head .slider-block .teaser-mark-head span {
  background-color: #535659cc;
}

.probat .tile-teaser-module .tile-block:hover.secondary-mark-head .slider-block .teaser-mark-head span {
  background-color: transparent;
}

.probat .tile-teaser-module .tile-block.tile-one, .probat .tile-teaser-module .tile-block.tile-ten, .probat .tile-teaser-module .tile-block.tile-eleven {
  height: 633px;
}

.probat .tile-teaser-module .tile-block.tile-one .tile-teaser-overlay-content, .probat .tile-teaser-module .tile-block.tile-ten .tile-teaser-overlay-content, .probat .tile-teaser-module .tile-block.tile-eleven .tile-teaser-overlay-content {
  margin-bottom: 175px;
}

.probat .tile-teaser-module .tile-block.tile-two {
  height: 369px;
}

.probat .tile-teaser-module .tile-block.tile-two .tile-teaser-overlay-content {
  margin-bottom: 55px;
}

.probat .tile-teaser-module .tile-block.tile-three {
  height: 264px;
}

.probat .tile-teaser-module .tile-block.tile-three .tile-teaser-overlay-content {
  margin-bottom: 15px;
}

.probat .tile-teaser-module .tile-block.tile-four {
  height: 487px;
}

.probat .tile-teaser-module .tile-block.tile-four .tile-teaser-overlay-content {
  margin-bottom: 132px;
}

.probat .tile-teaser-module .tile-block.tile-five {
  height: 223px;
}

.probat .tile-teaser-module .tile-block.tile-five .tile-teaser-overlay-content {
  margin-bottom: 30px;
}

.probat .tile-teaser-module .tile-block.tile-six {
  height: 223px;
}

.probat .tile-teaser-module .tile-block.tile-six .tile-teaser-overlay-content {
  margin-bottom: 30px;
}

.probat .tile-teaser-module .tile-block.tile-seven {
  height: 633px;
}

.probat .tile-teaser-module .tile-block.tile-seven a {
  display: block;
  width: 100%;
  height: 100%;
  transition: none;
  background-color: #ffffff;
}

.probat .tile-teaser-module .tile-block.tile-seven .tile-teaser-overlay-content {
  margin-bottom: 175px;
}

.probat .tile-teaser-module .tile-block.tile-eight {
  height: 264px;
}

.probat .tile-teaser-module .tile-block.tile-eight .tile-teaser-img {
  width: 55%;
  right: 0;
  position: absolute;
}

.probat .tile-teaser-module .tile-block.tile-eight .tile-teaser-overlay-content-wrap {
  width: 45%;
  left: 0;
  background: #87949b;
}

.probat .tile-teaser-module .tile-block.tile-eight .tile-teaser-overlay-content h4, .probat .tile-teaser-module .tile-block.tile-eight .tile-teaser-overlay-content p {
  font-family: "Roboto";
  font-weight: 300;
}

.probat .tile-teaser-module .tile-block.tile-nine {
  height: 264px;
}

.probat .tile-teaser-module .tile-block.tile-nine .tile-teaser-img {
  height: calc(100% - 60px);
}

.probat .tile-teaser-module .tile-block.tile-nine .tile-teaser-overlay-content-wrap {
  padding-bottom: 0;
}

.probat .tile-teaser-module .tile-block.tile-nine .tile-teaser-overlay-content-wrap .tile-teaser-overlay-content {
  height: 100%;
}

.probat .tile-teaser-module .tile-block.tile-nine .tile-teaser-overlay-content-wrap h4 {
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 300;
  text-transform: uppercase;
}

.probat .tile-teaser-module .tile-block.tile-nine .tile-teaser-overlay-content-wrap h4 strong {
  font-family: 'Roboto';
  font-weight: 700;
}

.probat .tile-teaser-module .tile-block.tile-nine .tile-teaser-overlay-content-wrap .tile-link {
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}

.probat .tile-teaser-module .tile-block.tile-nine .tile-teaser-overlay-content-wrap .page-button {
  background-color: #386ba1;
  text-transform: uppercase;
  padding: 10px 12px;
  line-height: 14px;
}

.probat .tile-teaser-module .tile-block.tile-nine .tile-teaser-overlay-content-wrap .page-button:hover {
  background-color: #50585e;
}

.probat .tile-teaser-module .tile-block.tile-nine .tile-teaser-overlay-content-wrap .page-button:after {
  content: '';
  background: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/link-arrow-white.png') no-repeat;
  width: 8px;
  height: 9px;
  display: inline-block;
  margin-left: 9px;
}

.probat .tile-teaser-module .tile-teaser-img {
  height: 100%;
}

.probat .tile-teaser-module .tile-teaser-img.set-back {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;      /* background-image: none !important; */
}

.probat .tile-teaser-module .tile-teaser-img.set-back > img {

  /* display: block;
            width: 100%;
            height: auto; */
}

.probat .tile-teaser-module .tile-teaser-img img {

  /* width: 100%;
          height: auto; */
}

.probat .tile-teaser-module .tile-teaser-overlay-content-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 40px;
  left: 0px;
  top: 0px;
}

.probat .tile-teaser-module .tile-teaser-overlay-content-wrap:before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0px;
  top: 0px;
  display: block;
  content: ' ';
  background-color: transparent;
  transition: all 0.3s ease 0s;
}

.probat .tile-teaser-module .tile-teaser-overlay-content {
  position: relative;
  z-index: 2;
}

.probat .tile-teaser-module .tile-teaser-overlay-content .entry {
  margin-left: -25px;
  margin-right: -25px;
}

.probat .tile-teaser-module .tile-teaser-overlay-content .entry * {
  color: #fff;
}

.probat .tile-teaser-module .tile-teaser-overlay-content .entry h1, .probat .tile-teaser-module .tile-teaser-overlay-content .entry h2, .probat .tile-teaser-module .tile-teaser-overlay-content .entry h3, .probat .tile-teaser-module .tile-teaser-overlay-content .entry h4, .probat .tile-teaser-module .tile-teaser-overlay-content .entry h5, .probat .tile-teaser-module .tile-teaser-overlay-content .entry h6, .probat .tile-teaser-module .tile-teaser-overlay-content .entry li, .probat .tile-teaser-module .tile-teaser-overlay-content .entry p {
  font-family: 'Roboto';
  font-weight: 500;
  text-transform: uppercase;
}

.probat .tile-teaser-module .tile-teaser-overlay-content .entry p {
  font-size: 15px;
  line-height: normal;
}

.probat .tile-teaser-module .tile-teaser-overlay-content .entry h4 {
  margin-bottom: 6px;
}

.probat .tile-teaser-module .single-tile-module .slider-block {
  width: 100%;
}

.probat .tile-teaser-module .single-tile-module .slider-block .single-tile-slider-image {
  min-height: 633px;
}

.probat .tile-teaser-module .single-tile-module .slider-block .single-tile-slider-image.set-back {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.probat .tile-teaser-module .single-tile-module .flickity-page-dots {
  bottom: 40px;
}

.probat .tile-teaser-module .single-tile-module .flickity-page-dots li {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  margin: 0 5px;
  opacity: 1;
  background-color: transparent;
}

.probat .tile-teaser-module .single-tile-module .flickity-page-dots li.is-selected {
  background-color: #535659;
}

.probat .tile-teaser-module .teaser-mark-content {
  padding-left: 12px;
  max-width: 700px;
  margin-top: 40px;
}

.probat .tile-teaser-module .teaser-mark-content p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 26px;
}

.cite {
  font-family: 'Shadows Into Light';
  font-size: 20px;
  line-height: 28px;
}

.probat .tile-teaser-module .teaser-mark-content p:last-child {
  font-size: 16px;
  line-height: 22px;
}

.probat .tile-teaser-module .teaser-mark-content p:last-child strong {
  font-family: 'Roboto';
  font-weight: 500;
}

.probat .tile-teaser-module .tile-teaser-slider-overlay {
  margin-top: 20px;
  position: relative;
}

/*.probat .tile-teaser-module .tile-teaser-slider-overlay:before {*/
/*  position: absolute;*/
/*  left: 180px;*/
/*  top: -104px;*/
/*  background: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/colon.png') no-repeat;*/
/*  width: 127px;*/
/*  height: 98px;*/
/*  content: '';*/
/*  opacity: 1;*/
/*  -moz-opacity: 1;*/
/*  filter: Alpha(opacity=100);*/
/*}*/

@media screen and (min-width:1100px) {
  .probat .tile-teaser-module .tile-block.tile-ten, .probat .tile-teaser-module .tile-block.tile-eleven {
    height: 856px;
  }

}

.probat .single-teaser-module.no-more-part-to-slide .flickity-button, .probat .single-teaser-module.no-more-part-to-slide .flickity-page-dots {
  display: none;
}

.probat .single-teaser-module .teaser-mark-head.mark-head-primary-style h1 span, .probat .single-teaser-module .teaser-mark-head.mark-head-primary-style h2 span, .probat .single-teaser-module .teaser-mark-head.mark-head-primary-style h3 span, .probat .single-teaser-module .teaser-mark-head.mark-head-primary-style h4 span, .probat .single-teaser-module .teaser-mark-head.mark-head-primary-style h5 span, .probat .single-teaser-module .teaser-mark-head.mark-head-primary-style h6 span {
  background-color: #72caeb;
}

.probat .single-teaser-module .teaser-mark-head.mark-head-secondary-style h1 span, .probat .single-teaser-module .teaser-mark-head.mark-head-secondary-style h2 span, .probat .single-teaser-module .teaser-mark-head.mark-head-secondary-style h3 span, .probat .single-teaser-module .teaser-mark-head.mark-head-secondary-style h4 span, .probat .single-teaser-module .teaser-mark-head.mark-head-secondary-style h5 span, .probat .single-teaser-module .teaser-mark-head.mark-head-secondary-style h6 span {
  background-color: #b19780;
}

.probat .single-teaser-module.normal-slider .slider-block .single-teaser-slider-image {
  min-height: 680px;
}

.probat .single-teaser-module.normal-slider .slider-block .single-teaser-slider-image.set-back > img {
  display: block;
  visibility: hidden;
  width: 100%;
  height: auto;
}

.probat .single-teaser-module.normal-slider .single-teaser-slider-overlay .teaser-mark-head h1 span {
  padding: 12px 20px;
}

.probat .single-teaser-module.cover-slider .single-teaser-slider-image {
  height: 100%;
}

.probat .single-teaser-module.cover-slider .flickity-viewport, .probat .single-teaser-module.cover-slider .flickity-slider {
  height: 100% !important;
}

.probat .single-teaser-module .slider-block {
  width: 100%;
}

.probat .single-teaser-module .flickity-page-dots {
  bottom: 40px;
}

.probat .single-teaser-module .flickity-page-dots li {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  margin: 0 5px;
  opacity: 1;
  background-color: transparent;
}

.probat .single-teaser-module .flickity-page-dots li.is-selected {
  background-color: #535659;
}

.probat .single-teaser-module .flickity-button {
  width: 21px;
  height: 38px;
  opacity: 1;
  border-radius: 0px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-color: transparent;
  padding: 0px;
}

.probat .single-teaser-module .flickity-button.previous {
  background-image: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/single-teaser-slider-prev.png');
  left: 7.2916666667%;
}

.probat .single-teaser-module .flickity-button.next {
  background-image: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/single-teaser-slider-next.png');
  right: 7.2916666667%;
}

.probat .single-teaser-module .flickity-button svg {
  display: none;
}

.probat .single-teaser-module .single-teaser-slider-image.set-back {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.probat .single-teaser-module .single-teaser-slider-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
}

.probat .single-teaser-module .single-teaser-slider-overlay .teaser-mark-head h1 {
  font-size: 57px;
  line-height: 72px;
}

.probat .single-teaser-module .single-teaser-slider-overlay .teaser-mark-head h1 span {
  padding: 18px 35px;
}

.probat .teaser-mark-head h1, .probat .teaser-mark-head h2, .probat .teaser-mark-head h3, .probat .teaser-mark-head h4, .probat .teaser-mark-head h5, .probat .teaser-mark-head h6 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: 500;
}

.probat .case-sensitive .teaser-mark-head h1, .probat .case-sensitive .teaser-mark-head h2, .probat .case-sensitive .teaser-mark-head h3, .probat .case-sensitive .teaser-mark-head h4, .probat .case-sensitive .teaser-mark-head h5, .probat .case-sensitive .teaser-mark-head h6 {
  text-transform: unset;
}

.probat .teaser-mark-head h1 span, .probat .teaser-mark-head h2 span, .probat .teaser-mark-head h3 span, .probat .teaser-mark-head h4 span, .probat .teaser-mark-head h5 span, .probat .teaser-mark-head h6 span {
  display: inline-block;
  background-color: rgba(83, 86, 89, 0.75);
  transition: all 0.3s ease 0s;
  margin-top: 3px;
}

.probat .teaser-mark-head h1 span:first-child, .probat .teaser-mark-head h2 span:first-child, .probat .teaser-mark-head h3 span:first-child, .probat .teaser-mark-head h4 span:first-child, .probat .teaser-mark-head h5 span:first-child, .probat .teaser-mark-head h6 span:first-child {
  margin-top: 0px;
}

.probat .teaser-mark-head h1 strong, .probat .teaser-mark-head h2 strong, .probat .teaser-mark-head h3 strong, .probat .teaser-mark-head h4 strong, .probat .teaser-mark-head h5 strong, .probat .teaser-mark-head h6 strong {
  font-family: 'Roboto';
  font-weight: 500;
}

.probat .teaser-mark-head h1 {
  font-size: 36px;
  line-height: normal;
}

.probat .teaser-mark-head h1 span {
  padding: 12px 20px;
}

.probat .teaser-mark-head h4 {
  font-size: 18px;
  line-height: normal;
}

.probat .teaser-mark-head h4 span {
  padding: 6px 12px;
}

.probat .breadcrumb-module ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.probat .breadcrumb-module ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
  padding: 0px;
  font-size: 12px;
  text-transform: uppercase;
  color: #999999;
  line-height: normal;
}

.probat .breadcrumb-module ul li:last-child:after {
  display: none;
}

.probat .breadcrumb-module ul li:after {
  content: '>';
  margin-left: 8px;
  display: inline-block;
  font-family: 'benchninebold';
  height: 12px;
}

.probat .breadcrumb-module ul li a {
  color: #999999;
  display: inline-block;
}

.probat .text-elemet-module.intro-txt-elem-module .entry p, .probat .text-elemet-module.intro-txt-elem-module .entry li {
  font-size: 18px;
  line-height: 28px;
}

.probat .text-elemet-module.full-entry .entry {
  max-width: inherit;
}

.probat .gallery-module {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.probat .gallery-module .block {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.probat .gallery-module .block:before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: ' ';
  display: block;
  background-color: rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

.probat .gallery-module .block.set-back {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.probat .gallery-module .block.set-back img {
  display: block;
  visibility: hidden;
  width: 100%;
  height: auto;
}

.probat .colored-content-box-module {
  padding: 50px 40px;
}

.probat .colored-content-box-module.box-grey {
  background-color: #edeeee;
}

.probat .colored-content-box-module.box-blue {
  background-color: #72caeb;
}

.probat .colored-content-box-module.box-blue * {
  color: #ffffff;
}

.probat .colored-content-box-module.box-blue .entry ul li::before {
  background-color: #ffffff;
}

.probat .colored-content-box-module.box-black {
  background-color: #535659;
}

.probat .colored-content-box-module.box-black * {
  color: #ffffff;
}

.probat .two-column-content-module .block-row {
  margin: 0 -40px;
}

.probat .two-column-content-module .block {
  float: left;
  padding-right: 40px;
  padding-left: 40px;
}

.probat .two-column-content-module.type-one .left {
  width: 41%;
}

.probat .two-column-content-module.type-one .right {
  width: 59%;
}

.probat .three-column-content-module .three-column-row {
  margin: 0;
}

.probat .three-column-content-module .my-col {
  padding: 0;
}

.probat .professional-teaser {
  position: relative;
}

.probat .professional-teaser img {
  width: 100%;
  height: auto;
}

.probat .professional-teaser .overlay-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 0.3s ease 0s;
}

.probat .professional-teaser.primary-mark-head:hover .overlay-container {
  background-color: #80808080;
}

.probat .professional-teaser .professional-teaser-text {
  position: absolute;
  left: 40px;
  bottom: 120px;
}

.probat .professional-teaser .professional-teaser-text h4 span {
  color: #fff;
  background-color: rgba(83, 86, 89, 0.75);
  padding: 6px 12px;
  transition: all 0.3s ease 0s;
}

.probat .professional-teaser.primary-mark-head:hover h4 span {
  background-color: #72caeb;
}

.probat .professional-teaser.secondary-mark-head:hover h4 span {
  background-color: #b19780;
}

.probat .configaration-module.type-two .config-header {
  letter-spacing: 2px;
}

.probat .configaration-module.type-two .config-info-block {
  width: 100%;
}

.probat .configaration-module.type-two .inner-config-info-holder {
  width: 25%;
  min-height: 100px;
}

.probat .configaration-module.type-two .config-iconic-info {
  padding: 25px 0 25px 55px;
}

.probat .configaration-module.type-two .config-iconic-info i {
  margin-right: 12px;
}

.probat .configaration-module.type-two .config-iconic-info span {
  font-size: 20px;
}

.probat .configaration-module.type-two .config-iconic-info.measure-info {
  padding: 25px 55px;
}

.probat .configaration-module .config-row {
  margin-left: -3px;
  margin-right: -3px;
}

.probat .configaration-module .config-row:first-child {
  margin-top: 0px;
}

.probat .configaration-module .config-block {
  float: left;
  padding-right: 3px;
  padding-left: 3px;
}

.probat .configaration-module .config-header-block {
  width: 25%;
}

.probat .configaration-module .config-info-block {
  width: 75%;
}

.probat .configaration-module .config-info-row {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: 6px;
}

.probat .configaration-module .config-info-row:first-child {
  margin-top: 0px;
}

.probat .configaration-module .inner-config-info-holder {
  float: left;
  padding-right: 3px;
  padding-left: 3px;
  width: 50%;
}

.probat .configaration-module .inner-config-info-holder.blank-holder .main-wrap {
  border: none;
}

.probat .configaration-module .inner-config-info-holder.config-holder-with-bg .main-wrap {
  border: none;
  background-color: #edeeee;
}

.probat .configaration-module .main-wrap {
  border: 1px solid #9d9d9d;
}

.probat .configaration-module .config-header {
  padding: 25px 30px;
  font-size: 20px;
  font-family: 'Roboto';
  font-weight: 700;
  color: #535659;
  text-transform: uppercase;
  line-height: normal;
}

.probat .configaration-module .case-sensitive .config-header {
  text-transform: unset;
}

.probat .configaration-module .config-iconic-info {
  padding: 25px;
}

.probat .configaration-module .config-iconic-info.measure-info {
  padding: 25px 50px;
}

.probat .configaration-module .config-iconic-info i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 26px;
  width: 48px;
}

.probat .configaration-module .config-iconic-info span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 300;
  color: #333333;
}

.probat .configaration-module .config-iconic-info span strong {
  font-family: 'Roboto';
  font-weight: 500;
}

.probat .configaration-module .config-iconic-info .measure-text {
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 300;
  color: #333333;
}

.probat .life-cycle-module .life-cycle-block {
  float: left;
}

.probat .life-cycle-module .life-cycle-caption-block {
  width: 25%;
  padding: 15px 15px 15px 0;
}

.probat .life-cycle-module .life-cycle-caption-block i {
  width: 70px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 6px;
}

.probat .life-cycle-module .life-cycle-caption-block span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  font-family: 'Roboto';
  font-weight: 700;
  color: #535659;
  text-transform: uppercase;
  max-width: 60%;
}

.probat .life-cycle-module .life-cycle-info-block {
  width: 75%;
  padding: 15px 25px;
  border-left: 1px solid #cbcccd;
}

.probat .life-cycle-module .life-cycle-info-block .entry li {
  font-family: 'Roboto';
  font-weight: 700;
}

.probat .grid-content-module .grid-content-module-block {
  margin-top: 6px;
}

.probat .grid-content-module .grid-content-module-block:hover.cover-lay-lighter .grid-img-item-clone:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.probat .grid-content-module .grid-content-module-block:hover.cover-lay-darker .grid-img-item-clone:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.probat .grid-content-module .grid-content-module-block:hover.cover-lay-lighter-dark .grid-img-item-clone:before {
  background-color: rgba(128, 128, 128, 0.5);
}

.probat .grid-content-module .grid-content-module-block:hover.cover-lay-darker-dark .grid-img-item-clone:before {
  background-color: rgba(128, 128, 128, 0.7);
}

.probat .grid-content-module .grid-content-module-block:hover.primary-mark-head span {
  background-color: #72caeb;
}

.probat .grid-content-module .grid-content-module-block:hover.secondary-mark-head span {
  background-color: #b19780;
}

.probat .grid-content-module .grid-content-module-block .main-wrap {
  border: 1px solid #9d9d9d;
  min-height: 247px;
  transition: all 0.3s ease 0s;
  position: relative;
}

.probat .grid-content-module .grid-content-module-block .main-wrap.header-wrap span {
  font-family: 'Roboto';
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.probat .grid-content-module .grid-content-module-block .grid-text-item-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.probat .grid-content-module .grid-content-module-block .grid-text-item-wrap .grid-text-item {
  padding: 10px;
}

.probat .grid-content-module .grid-content-module-block span {
  display: inline-block;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  line-height: normal;
  padding: 5px 10px;
  word-break: normal;
  background-color: rgba(83, 86, 89, 0.85);
}

.probat .grid-content-module .grid-content-module-block.case-sensitive span {
  text-transform: unset;
}

.probat .grid-content-module .grid-content-module-block .grid-module-img-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.probat .grid-content-module .grid-content-module-block .grid-module-img-item > img {
  width: 100%;
  height: auto;
}

.probat .grid-content-module .grid-content-module-block .grid-module-img-item .grid-img-item-clone {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.probat .grid-content-module .grid-content-module-block .grid-module-img-item .grid-img-item-clone.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.probat .grid-content-module .grid-content-module-block .grid-module-img-item .grid-img-item-clone:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  content: ' ';
  display: block;
  background-color: transparent;
  transition: all 0.3s ease 0s;
}

.probat .grid-content-module .grid-content-module-block:hover .main-wrap.header-wrap {
  background-color: #72caeb;
}

.probat .grid-content-module .grid-content-module-block:hover .main-wrap.header-wrap span {
  color: #333333;
  background-color: transparent;
}

.probat .reference-module {
  color: #999999;
}

.probat .reference-module a {
  color: #999999;
  text-decoration: none;
}

.probat .selection-field-module .selection-field-head, .probat .site-form-module .selection-field-head {
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: #535659;
  font-family: 'Roboto';
  font-weight: 500;
}

.probat .selection-field-module .field-input, .probat .site-form-module .field-input {
  width: 100%;
  border: 1px solid #72caeb;
  height: 35px;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 300;
  color: #535659;
  background-color: transparent;
  padding: 0 10px;
}

.probat .selection-field-module .field-select, .probat .site-form-module .field-select {
  width: 100%;
  border: 1px solid #72caeb;
  height: 35px;
  position: relative;
}

.probat .selection-field-module .field-select:after, .probat .site-form-module .field-select:after {
  content: ' ';
  width: 6px;
  height: 100%;
  right: 6px;
  top: 0px;
  display: block;
  background: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/custom-select-icon.png') no-repeat center center;
  z-index: 1;
  pointer-events: none;
  position: absolute;
}

.probat .selection-field-module .field-select select, .probat .site-form-module .field-select select {
  padding: 0 20px 0 10px;
  width: 100%;
  border: none;
  height: 100%;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 300;
  color: #535659;
  background-color: transparent;
}

.probat .selection-field-module .my-col, .probat .site-form-module .my-col {
  margin-top: 6px;
}

.probat .team-member-module.type-two {
  text-align: center;
}

.probat .team-member-module.type-two .my-col {
  display: inline-block;
  float: none;
}

.probat .team-member-module.type-two .my-col * {
  text-align: left;
}

.probat .team-member-module.type-two .team-dp {
  width: 150px;
  height: 150px;
}

.probat .team-content-block {
  padding: 38px 50px 40px;
  background-color: #f4f4f5;
  margin-top: 0;
}

.probat .team-content-block.white-bg {
  background: #fff;
}

.probat .team-member-module .team-dp, .probat .team-content-block .team-dp {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
  height: 170px;
  border-radius: 100%;
  overflow: hidden;
  overflow: hidden;
  margin-right: 16px;
}

.probat .team-member-module .team-dp.set-back, .probat .team-content-block .team-dp.set-back {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.probat .team-member-module .team-info, .probat .team-content-block .team-info {
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
}

.probat .team-member-module .team-info .entry p, .probat .team-content-block .team-info .entry p {
  line-height: 28px;
}

.probat .team-member-module .team-member-block, .probat .team-content-block .team-member-block {
  margin-top: 20px;
}

.probat .industry-listing-module .industry-module-featured-img img {
  width: 100%;
  height: auto;
}

.probat .industry-listing-module .industry-module-featured-img.set-back {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.probat .industry-listing-module .industry-module-featured-img.set-back > img {
  display: block;
  visibility: hidden;
  width: 100%;
  height: auto;
}

.probat .industry-listing-module .industry-list-row {
  padding-bottom: 35px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d4d5;
}

.probat .industry-listing-module .industry-list-row.type-two {
  padding-bottom: 0px;
  margin-bottom: 6px;
  border-bottom: none;
}

.probat .industry-listing-module .industry-list-row.type-two:last-child {
  margin-bottom: 0px;
}

.probat .industry-listing-module .industry-list-row.type-two .my-col:first-child .indystry-info-block {
  padding-left: 0px;
}

.probat .industry-listing-module .industry-list-row.type-two .my-col:last-child .indystry-info-block {
  padding-right: 0px;
}

.probat .industry-listing-module .industry-list-row:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.probat .industry-listing-module .indystry-info-block {
  padding: 0 20px;
}

.probat .industry-listing-module .indystry-info-block.entry p {
  line-height: 28px;
  margin-bottom: 15px;
}

.probat .industry-listing-module .industry-tags {
  margin-bottom: 20px;
}

.probat .industry-listing-module .industry-tags span {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  padding: 7px 5px;
  line-height: normal;
}

.probat .industry-listing-module .industry-tags span.industry-tag, .probat .industry-listing-module .industry-tags span.industries-tag {
  background-color: #72caeb;
}

.probat .industry-listing-module .industry-tags span.shop-tag {
  background-color: #b19780;
}

.probat #anchoring-navigation-menu {
  position: fixed;
  height: 100vh;
  left: 0px;
  top: 0px;
  pointer-events: none;
  width: 200px;
  visibility: hidden;
  z-index: 1000;
}

.probat #anchoring-navigation-menu.visible-anchor {
  visibility: visible;
}

.probat #anchoring-navigation-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  position: relative;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.8);
}

.probat #anchoring-navigation-menu ul * {
  pointer-events: auto;
}

.probat #anchoring-navigation-menu ul:before {
  position: absolute;
  left: 18px;
  height: 100%;
  width: 1px;
  display: block;
  background-color: rgba(83, 86, 89, 0.5);
  content: ' ';
}

.probat #anchoring-navigation-menu ul li {
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "Roboto";
  font-weight: 300;
  color: #666666;
  position: relative;
}

.probat #anchoring-navigation-menu ul li i {
  width: 36px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  display: table;
}

.probat #anchoring-navigation-menu ul li i em {
  display: table-cell;
  vertical-align: middle;
}

.probat #anchoring-navigation-menu ul li i em:before {
  content: ' ';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 1px solid rgba(83, 86, 89, 0.5);
  background-color: #fff;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}

.probat #anchoring-navigation-menu ul li a {
  color: #666666;
  padding: 12px 36px;
  display: block;
  position: relative;
}

.probat #anchoring-navigation-menu ul li a.mPS2id-highlight {
  font-family: 'Roboto';
  font-weight: 400;
  color: #000;
}

.probat #anchoring-navigation-menu ul li a.mPS2id-highlight i em:before {
  background-color: #535659;
  border-color: #535659;
}

.probat #anchoring-navigation-menu ul li a span {
  display: inline-block;
  max-width: 120px;
}

.probat .menu-title {
  pointer-events: none;
  display: none;
}

.probat .search-autocomplete-results {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
}

.probat form .search-autocomplete-results {
  position: unset;
}

.probat .search-autocomplete-results .tx-indexedsearch-autocomplete-words {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.probat .search-autocomplete-results .tx-indexedsearch-autocomplete-words li {
  margin: 0px;
  padding: 5px;
  cursor: pointer;
  color: #fff;
  background-color: #333333;
  border-top: 1px solid #fff;
  font-family: "Roboto";
  font-weight: 300;
}

.probat .search-autocomplete-results .tx-indexedsearch-autocomplete-words li:first-child {
  border-top: none;
}

.probat .search-autocomplete-results .tx-indexedsearch-autocomplete-words li:hover {
  background-color: #72caeb;
}

.probat .tx-indexedsearch-searchbox {
  margin-bottom: 20px;
}

.probat .tx-indexedsearch-searchbox .form-group {
  width: 50%;
}

.probat .tx-indexedsearch-searchbox legend {
  display: none;
}

.probat .tx-indexedsearch-res {
  padding: 10px;
  border: 1px solid #72caeb;
  border-radius: 3px;
  margin-top: 20px;
}

.probat .tx-indexedsearch-res .tx-indexedsearch-percent {
  margin-right: 10px;
}

.probat .tx-indexedsearch-res a {
  color: #72caeb;
}

.probat .addressMap {
  width: 100%;
  height: 725px;
}

.probat .gm-style-iw {
  color: #fff;
  text-transform: uppercase;
  overflow: visible;
}

.probat .gm-style-iw * {
  color: #fff;
  font-size: 15px;
  font-family: 'Roboto';
  font-weight: 400;
}

.probat .gm-style .gm-style-iw-c {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.probat .gm-style .gm-style-iw-d {
  overflow: hidden !important;
}

.probat .gm-style-iw-t::before,
.probat .gm-style .gm-style-iw-t::after {
  display: none;
}

.probat .gm-style-iw button {
  display: none !important;
}

/*.probat .gm-style-iw + div {*/
  /*display: none !important;*/
/*}*/

/*.probat  .map-tag>button.gm-ui-hover-effect {*/
  /*visibility: hidden;*/
/*}*/

/*.probat .map-tag {*/
  /*border: none;*/
  /*box-shadow: none;*/
  /*border-radius: 0px;*/
/*}*/

/*.probat .map-tag > div:nth-child(1) > div {*/
  /*display: none !important;*/
/*}*/

.probat .info-win {
  width: auto !important;
  padding: 6px 8px;
  background-color: #535659;
}

.probat .map-module {
  visibility: hidden;
}

.probat .map-module.map-visible {
  visibility: visible;
}

.probat .building-module > .main-wrap {
  height: 803px;
  position: relative;
  overflow: hidden;
}

.probat .building-module .building-graphic-area {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.probat .building-module .graphic-areas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.probat .building-module .set-back {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

.probat .building-module .default-graphic-area {
  z-index: 1;
}

.probat .building-module .hovered-graphic-area-wrap {
  z-index: 2;
}

.probat .building-module .hovered-graphic-area.graphic-hidden {
  visibility: hidden;
}

.probat .building-module .hovered-graphic-area.active {
  visibility: visible;
  z-index: -1;
}

.probat .building-module .graphic-pin {
  position: absolute;
  cursor: pointer;    /* background-color: red; */
}

.probat .building-module .graphic-pin.graphic-item1 {
  left: 166px;
  top: 395px;
  width: 112px;
  height: 33px;
}

.probat .building-module .graphic-pin.graphic-item2 {
  left: 206px;
  top: 496px;
  width: 233px;
  height: 33px;
}

.probat .building-module .graphic-pin.graphic-item3 {
  left: 78px;
  top: 571px;
  width: 150px;
  height: 66px;
}

.probat .building-module .graphic-pin.graphic-item4 {
  left: 456px;
  top: 283px;
  width: 169px;
  height: 33px;
}

.probat .building-module .graphic-pin.graphic-item5 {
  left: 526px;
  top: 213px;
  width: 173px;
  height: 33px;
}

.probat .building-module .graphic-pin.graphic-item6 {
  left: 683px;
  top: 347px;
  width: 106px;
  height: 31px;
}

.probat .building-module .graphic-pin.graphic-item7 {
  left: 836px;
  top: 133px;
  width: 108px;
  height: 58px;
}

.probat .building-module .graphic-pin.graphic-item8 {
  left: 996px;
  top: 154px;
  width: 106px;
  height: 31px;
}

.probat .building-module .graphic-pin.graphic-item9 {
  left: 1256px;
  top: 435px;
  width: 106px;
  height: 31px;
}

.probat .building-module .graphic-pin-area {
  position: absolute;
  width: 1366px;
  left: 164px;
  top: 0px;
  height: 100%;
  z-index: 3;
}

.probat .building-module .building-popup-info-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 10;
  pointer-events: none;
  left: 0px;
}

.probat .building-module .building-popup-info-wrap * {
  pointer-events: auto;
}

.probat .building-module .building-popup-info {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0px;
}

.probat .building-module .building-popup-info .flickity-page-dots {
  bottom: 25px;
  text-align: center !important;
}

.probat .building-module .building-popup-info .flickity-page-dots .dot {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  opacity: 1;
  border: 2px solid #fff;
  background-color: transparent;
}

.probat .building-module .building-popup-info .flickity-page-dots .dot.is-selected {
  background-color: #fff;
}

.probat .building-module .building-popup-info.disable {
  visibility: hidden;
  pointer-events: none;
}

.probat .building-module .building-popup-info.left-building-pop .build-popup-close {
  left: 10px;
}

.probat .building-module .building-popup-info.right-building-pop .build-popup-close {
  right: 10px;
}

.probat .building-module .building-popup-info .build-popup-close {
  position: absolute;
  top: 5px;
  font-family: "Roboto";
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 2;
}

.probat .building-module .building-popup-info .build-popup-close span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 10px;
}

.probat .building-module .building-popup-info .build-popup-close i {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}

.probat .building-module .building-popup-info.right-building-pop {
  right: 0px;
}

.probat .building-module .building-popup-info.right-building-pop .building-pop-img {
  float: right;
}

.probat .building-module .building-popup-info.right-building-pop .building-pop-reading {
  float: left;
}

.probat .building-module .building-popup-info.left-building-pop {
  left: 0px;
}

.probat .building-module .building-popup-info.left-building-pop .building-pop-img {
  float: left;
}

.probat .building-module .building-popup-info.left-building-pop .building-pop-reading {
  float: right;
}

.probat .building-module .building-popup-info .building-pop-img {
  width: 67%;
}

.probat .building-module .building-popup-info .building-pop-img.single-pop-item .flickity-page-dots {
  display: none;
}

.probat .building-module .building-popup-info .building-pop-img .flickity-viewport {
  height: 100% !important;
}

.probat .building-module .building-popup-info .building-pop-img .set-back {
  background-size: cover;
  background-position: left top;
  background-size: cover;
}

.probat .building-module .building-popup-info .building-pop-img .item {
  height: 100% !important;
  width: 100% !important;
}

.probat .building-module .building-popup-info .building-pop-reading {
  width: 33%;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 100px 40px;
}

.probat .building-module .building-popup-info .building-pop-reading .entry {
  max-height: 100%;
  overflow: auto;
}

.probat .building-module .building-popup-info .building-pop-reading .entry h1, .probat .building-module .building-popup-info .building-pop-reading .entry h2, .probat .building-module .building-popup-info .building-pop-reading .entry h3, .probat .building-module .building-popup-info .building-pop-reading .entry h4, .probat .building-module .building-popup-info .building-pop-reading .entry h5, .probat .building-module .building-popup-info .building-pop-reading .entry h6 {
  color: #72caeb;
  margin-bottom: 25px;
}

.probat .building-module .building-popup-info .building-pop-reading .entry h2 {
  line-height: 34px;
}

.probat .building-module .building-popup-info .building-pop-reading .entry p, .probat .building-module .building-popup-info .building-pop-reading .entry li {
  color: #fff;
  line-height: 24px;
  margin-bottom: 25px;
}

.probat .fliud-wrap .entry h1, .probat .fliud-wrap .entry h2, .probat .fliud-wrap .entry h3, .probat .fliud-wrap .entry h4, .probat .fliud-wrap .entry h5, .probat .fliud-wrap .entry h6 {
  margin-bottom: 45px;
}

.probat .fliud-wrap .pad-type-one {
  padding: 65px 40px 100px 40px;
}

.probat .fliud-wrap .pad-type-two {
  padding: 50px 40px;
}

.probat .fliud-wrap .fliud-column-row.type-one .large {
  width: 70%;
}

.probat .fliud-wrap .fliud-column-row.type-one .large.large6 {
  width: 60%;
}

.probat .fliud-wrap .fliud-column-row.type-one .small {
  width: 30%;
}

.probat .fliud-wrap .fliud-column-row.type-one .small.small4 {
  width: 40%;
}

.probat .fliud-wrap .fliud-column-row.type-two .large {
  width: 72%;
}

.probat .fliud-wrap .fliud-column-row.type-two .large.large6 {
  width: 60%;
}

.probat .fliud-wrap .fliud-column-row.type-two .small {
  width: 28%;
}

.probat .fliud-wrap .fliud-column-row.type-two .small.small4 {
  width: 40%;
}

.probat .fliud-wrap .fliud-column-row.type-three>div {
  width: 50%;
}

.probat .fliud-wrap .fluid-wrap-col {
  float: left;
}

.probat .image-with-caption-module {
  position: relative;
}

.probat .image-with-caption-module.primary-mark-head > a:hover .img-caption-text span {
  background-color: #72caeb;
}

.probat .image-with-caption-module.secondary-mark-head > a:hover .img-caption-text span {
  background-color: #b19780;
}

.probat .image-with-caption-module .set-back {
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

.probat .image-with-caption-module .set-back > img {
  display: block;
  visibility: hidden;
  width: 100%;
  height: auto;
}

.probat .image-with-caption-module .img-caption-text {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-transform: uppercase;
  font-size: 26px;
  color: #fff;
  left: 0px;
  top: 0px;
  padding: 45px;
}

.probat .image-with-caption-module .img-caption-text p {
  margin: 2px 0;
}

.probat .image-with-caption-module .img-caption-text span {
  display: inline-block;
  padding: 5px 10px;
  background-color: rgba(83, 86, 89, 0.75);
  transition: all 0.3s ease 0s;
}

.probat .download-content-module > .row {
  margin-left: -8px;
  margin-right: -8px;
}

.probat .download-content-module > .row > .my-col {
  padding-right: 8px;
  padding-left: 8px;
  margin-top: 100px;
}

.probat .download-content-module .main-wrap > .row {
  margin-left: -30px;
  margin-right: -30px;
}

.probat .download-content-module .main-wrap > .row > .my-col {
  padding-right: 30px;
  padding-left: 30px;
}

.probat .download-content-module .content-bild > img {
  width: 100%;
  height: auto;
}

.probat .download-content-module .entry p {
  line-height: 28px;
  margin-bottom: 35px;
}

.probat .download-content-module .has-video-element {
  position: relative;
}

.probat .download-content-module .has-video-element:before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  content: ' ';
  display: block;
  left: 0px;
  top: 0px;
  background: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/video-content-legend.png') no-repeat center center;
}

.probat .team-member-module-type-two {
  text-align: center;
}

.probat .team-member-module-type-two .team-content-block {
  padding: 0 40px;
  display: inline-block;
  width: 42%;
  text-align: left;
  margin-top: 40px;
}

.probat .team-member-module-type-two .team-content-block.white-bg {
  background-color: transparent;
}

.probat .team-member-module-type-two .team-content-block:nth-child(1), .probat .team-member-module-type-two .team-content-block:nth-child(2) {
  margin-top: 0px;
}

.probat.touch .extended-gallery-module .slider .flex-direction-nav {
  height: 80px;
  top: initial;
  bottom: 10px;
}

.probat.touch .extended-gallery-module .slider .custom-bottom-slider-pagi {
  bottom: 10px;
}

.probat.touch .extended-gallery-module .slider .custom-bottom-slider-pagi > div.custom-direction {
  pointer-events: none;
}

@-webkit-keyframes arrowAnimation {
  0% {
    box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.6);
  }

  50% {
    box-shadow: 0 0 6px 6px rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.4);
  }

  100% {
    box-shadow: 0 0 8px 8px rgba(255, 255, 255, 0);
    border: 2px solid rgba(255, 255, 255, 0);
  }

}

@keyframes arrowAnimation {
  0% {
    box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.6);
  }

  50% {
    box-shadow: 0 0 6px 6px rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.4);
  }

  100% {
    box-shadow: 0 0 8px 8px rgba(255, 255, 255, 0);
    border: 2px solid rgba(255, 255, 255, 0);
  }

}

.probat .extended-gallery-module {
  position: relative;
}

.probat .extended-gallery-module .carousel .slides {
  width: 100% !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 0px !important;
  margin: 0px !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.probat .extended-gallery-module .carousel .slides li {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 33.33% !important;
  padding: 0px !important;
  margin: 0px !important;
  display: inline-block !important;
  float: none !important;
  cursor: pointer;
  height: 33vh;
}

.probat .extended-gallery-module.gallery2x2 .carousel .slides li {
  width: 50% !important;
  height: 50vh;
}

.probat .extended-gallery-module .carousel .slides li:hover .carousel-overlay {
  opacity: 1;
}

.probat .extended-gallery-module .carousel .slides li:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: ' ';
  display: block;
  z-index: 1;
  background: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/pixel_raster.png') repeat left top;
  pointer-events: none;
}

.probat .extended-gallery-module .carousel .slides li .carousel-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease 0s;
  pointer-events: none;
}

.probat .extended-gallery-module .carousel .slides li .carousel-overlay span {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}

.probat .extended-gallery-module .carousel .slides li .carousel-overlay span:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  content: ' ';
  display: block;
  background-color: #fff;
  border-radius: 100%;
}

.probat .extended-gallery-module .carousel .slides li .carousel-overlay span:after {
  width: 5px;
  height: 5px;
  position: absolute;
  content: ' ';
  left: 50%;
  top: 50%;
  border-radius: 100%;
  background-color: red;
  margin-top: -2px;
  margin-left: -2px;
  background-color: rgba(0, 0, 0, 0.4);
}

.probat .extended-gallery-module .carousel .slides li.set-back {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.probat .extended-gallery-module .carousel .slides li.set-back > img {
  display: block;
  visibility: hidden;
}

.probat .extended-gallery-module .slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 50;
}

.probat .extended-gallery-module .slider .custom-bottom-slider-pagi {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 50px;
  text-align: center;
  pointer-events: none;
  z-index: 2;
}

.probat .extended-gallery-module .slider .custom-bottom-slider-pagi > div {
  display: inline-block;
  pointer-events: auto;
  vertical-align: middle;
  cursor: pointer;
  margin: 10px;
}

.probat .extended-gallery-module .slider .custom-bottom-slider-pagi > div:hover {
  -webkit-animation: arrowAnimation 0.8s infinite;
  animation: arrowAnimation 0.8s infinite;
}

.probat .extended-gallery-module .slider .custom-bottom-slider-pagi > div.custom-close {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #fff;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.probat .extended-gallery-module .slider .custom-bottom-slider-pagi > div.custom-close:hover:before {
  top: -1px;
}

.probat .extended-gallery-module .slider .custom-bottom-slider-pagi > div.custom-close:before {
  content: '...';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  color: #000;
  font-size: 35px;
  line-height: 35px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.probat .extended-gallery-module .slider .custom-bottom-slider-pagi > div.custom-direction {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid #fff;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
}

.probat .extended-gallery-module .slider .custom-bottom-slider-pagi > div.custom-direction.custom-prev {
  background-image: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/single-teaser-slider-prev-dark.png');
}

.probat .extended-gallery-module .slider .custom-bottom-slider-pagi > div.custom-direction.custom-next {
  background-image: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/single-teaser-slider-next-dark.png');
}

.probat .extended-gallery-module .slider .flex-direction-nav {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  font-size: 0px;
  pointer-events: none;
}

.probat .extended-gallery-module .slider .flex-direction-nav li {
  width: 50%;
  height: 100%;
  pointer-events: auto;
  margin: 0px;
  padding: 0px;
}

.probat .extended-gallery-module .slider .flex-direction-nav li a {
  display: block;
  width: 100%;
  height: 100%;
}

.probat .extended-gallery-module .slider .flex-direction-nav li:first-child {
  float: left;
}

.probat .extended-gallery-module .slider .flex-direction-nav li:first-child a {
  cursor: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/single-teaser-slider-prev.png'), auto;
}

.probat .extended-gallery-module .slider .flex-direction-nav li:last-child {
  float: right;
}

.probat .extended-gallery-module .slider .flex-direction-nav li:last-child a {
  cursor: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/single-teaser-slider-next.png'), auto;
}

.probat .extended-gallery-module .slider.first-inactive-appearance {
  visibility: hidden;
  pointer-events: none;
}

.probat .extended-gallery-module .slider .slides {
  padding: 0px !important;
  margin: 0px !important;
  height: 100% !important;
}

.probat .extended-gallery-module .slider .slides li {
  height: 100% !important;
}

.probat .extended-gallery-module .slider .slides li.set-back {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.probat .extended-gallery-module .slider .flex-viewport {
  height: 100%;
}

.probat footer {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
}

.probat .footer-wrap {
  padding: 20px 0;
  background-color: #50585e;
}

.probat .footer-social-block {
  max-width: 20%;
  float: left;
}

.probat .footer-social-block a {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 12px;
}

.probat .footer-social-block a:last-child {
  margin-right: 0px;
}

.probat .footer-social-block a:hover {
  filter: Alpha(opacity=70);
  opacity: 0.7;
  moz-opacity: 0.7;
}

.probat .footer-menu-block {
  max-width: 70%;
  float: right;
}

.probat .footer-menu-block ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.probat .footer-menu-block ul li {
  margin: 0 16px 0 0;
  padding: 0px;
  font-family: "Roboto";
  font-weight: 300;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.probat .footer-menu-block ul li:last-child {
  margin-right: 0px;
}

.probat .footer-menu-block ul li a {
  color: #fff;
}

.frame-type-textmedia .video-embed video {
  max-width: 1100px;
  width: 100%;
  height: auto;
}

.probat .container-fluid > .content-group > .configaration-module {
  display: none;
}

nav {
  hyphens: none;
}


.probat ul.submenu,
.probat .submenu ul {
  list-style-type: none;
	hyphens: none;
}
.probat ul.submenu {
  padding-left: 0;
  padding-right: 20px;
  margin-right: 20px;
  border-right: solid 1px #cbcccd;
  font-size: 18px;
}
.probat ul.submenu li {
	margin-bottom: 15px;
}
.probat .submenu ul {
  padding-left: 20px;
}
.probat .submenu li {
  margin-bottom: 12px;
}
.probat .submenu .submenu-item .nolink {
  cursor: pointer;
}
.probat .submenu .submenu-item ul {
  display: none;
}
.probat .submenu .submenu-item.submenu-open>ul {
  display: block;
}
.probat .submenu ul li {
  margin-bottom: 9px;
}
.probat .submenu ul ul li {
  margin-bottom: 6px;
}
.probat .submenu .submenu-current>span {
  font-weight: bold;
}

.probat .link-download-file {
  background: url('../../../typo3conf/ext/config/Resources/Public/Icons/LinkClasses/icon-download-file.png') no-repeat left center;
  padding-left: 38px;
}
.probat .link-download-image {
  background: url('../../../typo3conf/ext/config/Resources/Public/Icons/LinkClasses/icon-download-image.png') no-repeat left center;
  padding-left: 45px;
}
.probat .link-download-video {
  background: url('../../../typo3conf/ext/config/Resources/Public/Icons/LinkClasses/icon-download-video.png') no-repeat left center;
  padding-left: 43px;
}

.probat .column-content div.my-col>div.frame-layout-downloadItem:first-child {
  margin-top: 0;
}
.probat .column-content .frame-layout-downloadItem .ce-gallery {
  max-width: 250px;
}
.probat .column-content .frame-layout-downloadItem .ce-gallery {
  max-width: 250px;
}

.probat .column-content .frame-layout-downloadItem .ce-gallery.ce-border {
  border: 1px solid #cbcccd;
  padding: 0px;
}
.probat .column-content .frame-layout-downloadItem .link-download-file,
.probat .column-content .frame-layout-downloadItem .link-download-image,
.probat .column-content .frame-layout-downloadItem .link-download-video {
  background: url('../../../typo3conf/ext/config/Resources/Public/Icons/LinkClasses/icon-download-box.png') no-repeat left center;
  background-size: 16px;
  padding-left: 20px;

}

.probat .contact-banner .contact-banner-image {
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.probat .contact-banner .contact-banner-enlight {
  overflow: hidden;
  background: rgba(128,128,128,0.2);
}
.probat .contact-banner .contact-banner-gradient {
  position: relative;
  overflow: hidden;
  /*background-image: linear-gradient(to right, rgba(244,244,245,0), rgba(244,244,245,1));*/
  background: -moz-linear-gradient(to right, rgba(244,244,245,0) 0%, rgba(244,244,245,.60) 50%, rgba(244,244,245,1) 90%); /* FF3.6-15 */
  background: -webkit-linear-gradient(to right, rgba(244,244,245,0) 0%, rgba(244,244,245,.60) 50%, rgba(244,244,245,1) 90%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(244,244,245,0) 0%, rgba(244,244,245,.60) 50%, rgba(244,244,245,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.probat .contact-banner.contact-banner-2col .contact-banner-gradient {
  background-size:33%;
}
.probat .contact-banner.contact-banner-3col .contact-banner-gradient {
  background-size:25%;
}
.probat .contact-banner .contact-banner-gradient>p {
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translate(0, -50%);
    text-transform: uppercase;
    font-size: 26px;
    color: #fff;
}
.probat .contact-banner .contact-banner-gradient>p span {
    display: inline-block;
    padding: 5px 10px;
    background-color: #535659cc;
    transition: all 0.3s ease 0s;
}
.probat .contact-banner .contacts-data>div {
}
.probat .contact-banner.contact-banner-2col .team-content-block {
  padding: 80px 6% 40px 10%;
  min-height: 330px;
}
.probat .contact-banner.contact-banner-3col .team-content-block {
  padding: 80px 6% 40px 10%;
  min-height: 330px;
}
.probat .contact-banner .placeholder {
  float: left;
}
.probat .contact-banner.contact-banner-2col .placeholder {
  width: 33%;
}
.probat .contact-banner.contact-banner-3col .placeholder {
  width: 25%;
}
.probat .contact-banner .contacts-data {
  float: left;
  overflow: hidden;
  background-color: #f4f4f5;
}
.probat .contact-banner.contact-banner-2col .contacts-data {
  width: 67%;
}
.probat .contact-banner.contact-banner-3col .contacts-data {
  width: 75%;
}

.probat .team-member-module .entry {
  margin-top: 50px;
}
.probat .team-member-module:first-of-type .entry {
  margin-top: 0;
}

.probat .team-member-module .three-col.team-member-block {
  margin-top: 50px;
}
.probat .team-member-module .three-col.team-member-block:nth-child(1),
.probat .team-member-module .three-col.team-member-block:nth-child(2),
.probat .team-member-module .three-col.team-member-block:nth-child(3) {
  margin-top: 20px !important;
}

.probat .networklist-header {
  margin-bottom: 30px;
}

.probat .grid-content-module .grid-content-module-block span {
  margin-top: 3px;
}
.probat .grid-content-module .grid-content-module-block span:first-child {
  margin-top: 0;
}

.probat span.at {
  font-family: sans-serif;
}

.probat .image-with-caption-module.big-mark-head .img-caption-text {
  padding-left: 0;
  padding-right: 0;
  font-size: 57px;
  line-height: 72px;
  font-family: 'Roboto';
  font-weight: 500;
}
.probat .image-with-caption-module.big-mark-head .img-caption-text .table-wrap {
  width: 78.125%;
  margin-left: auto;
  margin-right: auto;
}
.probat .image-with-caption-module.big-mark-head .img-caption-text .table-wrap span {
  padding: 12px 20px;
  background-color: rgba(83, 86, 89, 0.75);
  transition: all 0.3s ease 0s;
}

.colorize .image-holder {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease 0s;
}

.colorize>a:hover .image-holder {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.probat .modal {
  z-index: 2600;
}
.probat .modal-backdrop {
  z-index: 2550;
}

.probat ul.tx-indexedsearch-browsebox {
  list-style-type: none;
  padding-left: 0;
}
.probat ul.tx-indexedsearch-browsebox LI {
  display: inline-block;
  margin-left: 20px;
}
.probat ul.tx-indexedsearch-browsebox LI:first-of-type {
  margin-left: 0;
}
.probat ul.tx-indexedsearch-browsebox LI A {
  color: #72caeb;
}
.probat ul.tx-indexedsearch-browsebox LI.tx-indexedsearch-browselist-currentPage A {
  color: #28303b;
}

.probat .frame-image-colourize img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all .3s ease 0s;
}
.probat .frame-image-colourize img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.tile-filter-page {
  background: #50585e;
}

.tile-filter>section {
  background: #ffffff;
}

.probat .tile-filter .category-filter ul {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}

.probat .tile-filter .category-filter li {
  display: inline-block;
  width: 179px;
  margin-right: 20px;
  padding: 4px 9px;
  text-align: center;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  border: solid 1px #333333;
  cursor: pointer;
}

.probat.category-buttons-230 .tile-filter .category-filter li {
  width: 230px;
}

.probat .tile-filter .category-filter li:last-of-type {
  margin-right: 0;
}

.probat .tile-filter .category-filter li.filter-184 {
  color: #b1c800;
  border: solid 1px #b1c800;
}

.probat .tile-filter .category-filter li.filter-185 {
  color: #72c9eb;
  border: solid 1px #72c9eb;
}

.probat .tile-filter .category-filter li.filter-186 {
  color: #b62c71;
  border: solid 1px #b62c71;
}

.probat .tile-filter .category-filter li.filter-249,
.probat .tile-filter .category-filter li.filter-250,
.probat .tile-filter .category-filter li.filter-251,
.probat .tile-filter .category-filter li.filter-252 {
  color: #b19780;
  border: solid 1px #b19780;
}

.probat .tile-filter .category-filter li.filter-254 {
  color: #72c9eb;
  border: solid 1px #72c9eb;
}

.probat .tile-filter .category-filter li.filter-255 {
  color: #b1c800;
  border: solid 1px #b1c800;
}


.probat .tile-filter .category-filter li.filter-184.active {
  background-color: #b1c800;
  color: #ffffff;
}

.probat .tile-filter .category-filter li.filter-185.active {
  background-color: #72c9eb;
  color: #ffffff;
}

.probat .tile-filter .category-filter li.filter-186.active {
  background-color: #b62c71;
  color: #ffffff;
}

.probat .tile-filter .category-filter li.filter-249.active,
.probat .tile-filter .category-filter li.filter-250.active,
.probat .tile-filter .category-filter li.filter-251.active,
.probat .tile-filter .category-filter li.filter-252.active {
  background-color: #b19780;
  color: #ffffff;
}

.probat .tile-filter .category-filter li.filter-254.active {
  background-color: #72c9eb;
  color: #ffffff;
}

.probat .tile-filter .category-filter li.filter-255.active {
  background-color: #b1c800;
  color: #ffffff;
}

.probat.instagram-tile-filter-page main.my-row.inner-content.tile-filter {
  padding: 0 !important;
}

.probat .tile-filter .items {
  overflow: hidden;
  background-color: #50585e;
}

.probat .tile-filter .items>div {
  float: left;
  position: relative;
  height: 500px;
  overflow: hidden;
}

.probat .tile-filter .items>div.sizer-element {
  height: auto;
}

.probat .tile-filter .items>.frame-layout-tilefilterLayoutLarge,
.probat .tile-filter .items>.frame-layout-simpleTileGridLayoutLarge {
  width: 66.6%;
}

.probat .tile-filter .items>.frame-layout-tilefilterLayoutSmall,
.probat .tile-filter .items>.frame-layout-simpleTileGridLayoutSmall {
  width: 33.3%;
}

.probat .tile-filter .tile-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: all 0.3s ease 0s;
}

.probat .tile-filter .items>div:hover .tile-overlay {
  background: rgba(128, 128, 128, 0.5);
}

.probat .tile-filter .tile-overlay>a,
.probat .tile-filter .tile-overlay>a span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 6;
}

.probat .tile-filter .items>div header {
  position: absolute;
  left: 40px;
  z-index: 7;
}

.probat .tile-filter .items h2,
.probat .tile-filter .items h3 {
  float: left;
  clear: left;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: 500;
  margin-bottom: 0;
}

.probat .tile-filter .items .category-184 h2,
.probat .tile-filter .items .category-184 h3 {
  background-color: #b1c800;
}

.probat .tile-filter .items .category-185 h2,
.probat .tile-filter .items .category-185 h3 {
  background-color: #72c9eb;
}

.probat .tile-filter .items .category-186 h2,
.probat .tile-filter .items .category-186 h3 {
  background-color: #b62c71;
}

.probat .tile-filter .items .category-242 h2,
.probat .tile-filter .items .category-242 h3 {
  background-color: #72c9eb;
}

.probat .tile-filter .items .category-243 h2,
.probat .tile-filter .items .category-243 h3 {
  background-color: #b19780;
}

.probat .tile-filter .items .category-244 h2,
.probat .tile-filter .items .category-244 h3 {
  background-color: #b1c800;
}

.probat .tile-filter .items .category-245 h2,
.probat .tile-filter .items .category-245 h3 {
  background-color: #b62c71;
}

.probat .tile-filter .items .category-249 h2,
.probat .tile-filter .items .category-249 h3,
.probat .tile-filter .items .category-250 h2,
.probat .tile-filter .items .category-250 h3,
.probat .tile-filter .items .category-251 h2,
.probat .tile-filter .items .category-251 h3,
.probat .tile-filter .items .category-252 h2,
.probat .tile-filter .items .category-252 h3 {
  background-color: #b19780;
}

.probat .tile-filter .items .category-254 h2,
.probat .tile-filter .items .category-254 h3 {
  background-color: #72c9eb;
}

.probat .tile-filter .items .category-255 h2,
.probat .tile-filter .items .category-255 h3 {
  background-color: #b1c800;
}

.probat.instagram-tile-filter-page .tile-filter .items .category-184 h2,
.probat.instagram-tile-filter-page .tile-filter .items .category-184 h3,
.probat.instagram-tile-filter-page .tile-filter .items .category-185 h2,
.probat.instagram-tile-filter-page .tile-filter .items .category-185 h3,
.probat.instagram-tile-filter-page .tile-filter .items .category-186 h2,
.probat.instagram-tile-filter-page .tile-filter .items .category-186 h3,
.probat.instagram-tile-filter-page .tile-filter .items .category-242 h2,
.probat.instagram-tile-filter-page .tile-filter .items .category-242 h3,
.probat.instagram-tile-filter-page .tile-filter .items .category-243 h2,
.probat.instagram-tile-filter-page .tile-filter .items .category-243 h3,
.probat.instagram-tile-filter-page .tile-filter .items .category-244 h2,
.probat.instagram-tile-filter-page .tile-filter .items .category-244 h3,
.probat.instagram-tile-filter-page .tile-filter .items .category-245 h2,
.probat.instagram-tile-filter-page .tile-filter .items .category-245 h3,
.probat.instagram-tile-filter-page .tile-filter .items .category-249 h2,
.probat.instagram-tile-filter-page .tile-filter .items .category-249 h3,
.probat.instagram-tile-filter-page .tile-filter .items .category-250 h2,
.probat.instagram-tile-filter-page .tile-filter .items .category-250 h3,
.probat.instagram-tile-filter-page .tile-filter .items .category-251 h2,
.probat.instagram-tile-filter-page .tile-filter .items .category-251 h3,
.probat.instagram-tile-filter-page .tile-filter .items .category-252 h2,
.probat.instagram-tile-filter-page .tile-filter .items .category-252 h3,
.probat.instagram-tile-filter-page .tile-filter .items .category-254 h2,
.probat.instagram-tile-filter-page .tile-filter .items .category-254 h3,
.probat.instagram-tile-filter-page .tile-filter .items .category-255 h2,
.probat.instagram-tile-filter-page .tile-filter .items .category-255 h3 {
  background-color: #50585e;
}

.probat .tile-filter .items>.frame-layout-tilefilterLayoutLarge header,
.probat .tile-filter .items>.frame-layout-simpleTileGridLayoutLarge header {
  top: 55%;
}

.probat .tile-filter .items>.frame-layout-tilefilterLayoutLarge h2 a,
.probat .tile-filter .items>.frame-layout-tilefilterLayoutLarge h3 a,
.probat .tile-filter .items>.frame-layout-simpleTileGridLayoutLarge h2 a,
.probat .tile-filter .items>.frame-layout-simpleTileGridLayoutLarge h3 a {
  display: inline-block;
  font-size: 36px;
  padding: 12px 20px;
  color: #ffffff;
}

.probat .tile-filter .items>.frame-layout-tilefilterLayoutLarge h3,
.probat .tile-filter .items>.frame-layout-simpleTileGridLayoutLarge h3 {
  margin-top: 30px;
}

.probat .tile-filter .items>.frame-layout-tilefilterLayoutSmall header,
.probat .tile-filter .items>.frame-layout-simpleTileGridLayoutSmall header {
  top: 55%;
}

.probat .tile-filter .items>.frame-layout-tilefilterLayoutSmall h2 a,
.probat .tile-filter .items>.frame-layout-tilefilterLayoutSmall h3 a,
.probat .tile-filter .items>.frame-layout-simpleTileGridLayoutSmall h2 a,
.probat .tile-filter .items>.frame-layout-simpleTileGridLayoutSmall h3 a {
  display: inline-block;
  font-size: 27px;
  padding: 9px 16px;
  color: #ffffff;
}

.probat .tile-filter .items>.frame-layout-tilefilterLayoutSmall h3,
.probat .tile-filter .items>.frame-layout-simpleTileGridLayoutSmall h3 {
  margin-top: 3px;
}

.probat .tile-filter .items .ce-image {
  display: block;
  position: absolute;
  z-index: 1;
}

.probat .tile-filter .items .ce-above .ce-gallery {
  margin-bottom: 0;
}

.probat .tile-filter .items .ce-above .ce-gallery img {
  width: auto;
  height: 500px;
  max-width: none;
}

.probat .tile-filter .items .frame-type-textmedia .ce-outer {
  float: none;
  right: auto;
}

.probat .tile-filter .items .frame-type-textmedia .ce-inner {
  float: none;
  right: auto;
}

.probat .tile-filter .items .frame-type-textmedia .video-embed video {
  width: auto;
  height: auto;
  max-width: none;
}

.probat .single-teaser-slider-overlay.has-logo .table-wrap {
  display: block;
  table-layout: unset;
}

.probat .single-teaser-slider-overlay.has-logo .table-wrap .table-cell {
  display: block;
  height: 100%;
}

.probat .single-teaser-slider-overlay.has-logo .table-wrap .table-cell .container-fluid{
  height: 100%;
}

.probat .single-teaser-slider-overlay.has-logo .table-wrap .table-cell.middle-line {
  vertical-align: unset;
}

.probat .single-teaser-slider-overlay.has-logo .slider-logo {
  position: absolute;
  top: 10%;
  height: 22%;
}

.probat .single-teaser-slider-overlay.has-logo .slider-logo img {
  width: auto;
  height: 100%;
}

.probat .single-teaser-slider-overlay.has-logo .teaser-mark-head {
  position: absolute;
  top: 50%;
}

.probat .single-teaser-slider-overlay.has-logo .slider-footer {
  position: absolute;
  top: 54%;
}

.panorama360 {
  width: 100%;
  height: 500px;
  margin-bottom: 85px;
  border: none;
}

.probat .tileticker-container {
  margin: 0;
  padding: 0;
  height: 247px;
  overflow: hidden;
}

.probat .tileticker-container ul {
  margin: 0;
  padding: 0;
  height: 247px;
}

.probat .tileticker-container li {
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 0;
}

.probat .tileticker-container a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.probat .tileticker-container .tile {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: solid 1px #9d9d9d;
}

.probat .tileticker-container .background-layer {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  filter: grayscale(1) brightness(0.8) contrast(1.2);
}

.probat .tileticker-container .title-layer {
  position: absolute;
  display: table;
  table-layout: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  transition: all 0.3s ease 0s;
}

.probat .tileticker-container .tile:hover .title-layer {
  background-color: rgba(128, 128, 128, 0.5);
}

.probat .tileticker-container .title-wrap {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.probat .tileticker-container .title {
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  line-height: normal;
  padding: 5px 10px;
  word-break: normal;
  background-color: rgba(83, 86, 89, 0.85);
}

.probat .tileticker-container .tile:hover .title {
  background-color: #70caeb;
}

.probat .product-table {
  font-size: 17px;
}

.probat .product-table .product-header,
.probat .product-table .product-item {
  display: grid;
}

.probat .product-table .numcols-2 > div {
  grid-template-columns: 1fr 1fr;
}

.probat .product-table .numcols-3 > div {
  grid-template-columns: 1fr 2fr;
}

.probat .product-table .numcols-4 > div {
  grid-template-columns: 1fr 3fr;
}

.probat .product-table .numcols-5 > div {
  grid-template-columns: 1fr 4fr;
}

.probat .product-table .numcols-6 > div {
  grid-template-columns: 1fr 5fr;
}

.probat .product-table .numcols-7 > div {
  grid-template-columns: 1fr 6fr;
}

.probat .product-table .numcols-8 > div {
  grid-template-columns: 1fr 7fr;
}

.probat .product-table .numcols-9 > div {
  grid-template-columns: 1fr 7fr;
}

.probat .product-table .numcols-10 > div {
  grid-template-columns: 1fr 7fr;
}

.probat .product-table .product-properties {
  display: grid;
  border-bottom: solid 1px #9d9d9d;
}

.probat .product-table .numcols-2 .product-properties {
  grid-template-columns: 1fr;
}

.probat .product-table .numcols-3 .product-properties {
  grid-template-columns: 1fr 1fr;
}

.probat .product-table .numcols-4 .product-properties {
  grid-template-columns: 1fr 1fr 1fr;
}

.probat .product-table .numcols-5 .product-properties {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.probat .product-table .numcols-6 .product-properties {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.probat .product-table .numcols-7 .product-properties {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.probat .product-table .numcols-8 .product-properties {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.probat .product-table .numcols-9 .product-properties {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.probat .product-table .numcols-10 .product-properties {
  grid-template-columns: 1fr;
}

.probat .product-table .product-label {
  padding: 35px 10px 31px 15px;
  font-family: 'Roboto';
  font-weight: 700;
  letter-spacing: 2px;
}

.probat .product-table .product-property-label {
  display: block;
  padding: 18px 10px 26px 45px;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 15px;
}

.probat .product-table .numcols-4 .product-property-label,
.probat .product-table .numcols-3 .product-property-label,
.probat .product-table .numcols-2 .product-property-label {
  display: flex;
}

.probat .product-table .property-label-icon {
  display: block;
  width: auto;
  height: 43px;
  flex-grow: 1;
}

.probat .product-table .numcols-4 .property-label-icon,
.probat .product-table .numcols-3 .property-label-icon,
.probat .product-table .numcols-2 .property-label-icon {
  display: inline;
}

.probat .product-table .property-label-icon img {
  width: auto;
  max-width: unset;
  height: 43px;
}

.probat .product-table .property-label-icon img.layout-dark {
  display: none;
}

.probat .product-table .property-label-description {
  display: block;
  margin-top: 15px;
  width: 100%;
  flex-shrink: 1;
}

.probat .product-table .numcols-4 .property-label-description,
.probat .product-table .numcols-3 .property-label-description,
.probat .product-table .numcols-2 .property-label-description {
  display: inline-block;
  margin-top: 0;
  margin-left: 15px;
}

.probat .product-table .property-label-description.no-icon {
  padding-left: 0;
}

.probat .product-table .property-label-description span {
  display: block;
}

.probat .product-table .property-unit {
  font-style: italic;
}

.probat .product-table .product-item .product-property-label {
  display: none;
}

.probat .product-table .product-property-value {
  padding: 35px 10px 31px 45px;
  font-family: "Roboto";
  font-weight: 300;
}

.probat .product-table.header-none .product-header,
.probat .product-table.header-none .product-item {
  display: block;
}

.probat .product-table.header-none .numcols-2 .product-properties {
  grid-template-columns: 1fr 1fr;
}

.probat .product-table.header-none .numcols-3 .product-properties {
  grid-template-columns: 1fr 1fr 1fr;
}

.probat .product-table.header-none .numcols-4 .product-properties {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.probat .product-table.header-none .numcols-5 .product-properties {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.probat .product-table.header-none .numcols-6 .product-properties {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.probat .product-table.header-none .numcols-7 .product-properties {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.probat .product-table.header-none .numcols-8 .product-properties {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.probat .fliud-wrap.with-two-column.layout-imageTeaser121 .small {
  padding: 0 50px;
}

.probat .fliud-wrap.with-two-column.layout-imageTeaser121 .small img {
  border-radius: 100%;
}

.probat .fliud-wrap.with-two-column.layout-imageTeaser121 .large {
  padding: 50px 22% 0 100px;
}

.probat .fliud-wrap.with-two-column.layout-imageTeaser121 .large .frame-type-text p {
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto";
  font-weight: 300;
  margin-bottom: 0;
}

.probat .fliud-wrap.with-two-column.layout-imageTeaser121 .large > div + div {
  margin-top: 30px;
}

.probat .fliud-wrap.with-two-column.layout-imageTeaser121 .large .tx-contactdates .form-view {
  width: 62%;
  margin: 0 0;
}

.probat .benefit-container .benefit-image {
  width: 52px;
  height: auto;
  margin: 0 auto 20px;
}

.probat .benefit-container .benefit-image img {
  display: block;
  width: 100%;
  max-width: unset;
  height: auto;
}

.probat .benefit-container .benefit-header h3 {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 40px;
  text-align: center;
  color: #535659;
}

.probat .benefit-container .benefit-description {
  margin-top: 24px;
}

.probat .benefit-container .benefit-description p {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #535659;
}

.probat .grid-accordion > header {
  cursor: pointer;
}

.probat .grid-accordion > section {
  display: none;
}

.probat .grid-accordion.accordion-open > section {
  display: block;
}

.probat .teaser-subtext.wrap,
.probat .teaser-booking.wrap {
  max-width: 962px;
  margin: 0 auto;
}

.probat .ce-grid.wrap {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 10px;
}

.probat .ce-grid.teaser-subtext.wrap {
  grid-template-columns: 169px auto;
  column-gap: 50px;
}

.probat .ce-grid.teaser-booking.wrap {
  grid-template-columns: 190px auto;
  column-gap: 40px;
}

.probat .ce-grid.wrap > div {
  align-self: center;
}

.probat .teaser-subtext .teaser-image img {
  border-radius: 100%;
}

.probat .teaser-subtext .teaser-text,
.probat .teaser-booking .teaser-text {
  font-family: 'Roboto';
  font-weight: 300;
  color: #535659;
}

.probat .teaser-subtext .teaser-text-main {
  font-size: 22px;
  line-height: 30px;
}

.probat .teaser-subtext .teaser-text-sub {
  margin-top: 10px;
  font-size: 18px;
  line-height: 26px;
}

.probat .teaser-booking .teaser-text-main {
  font-size: 18px;
  line-height: 22px;
}

.probat .teaser-booking .teaser-text-booking {
  margin-top: 40px;
  font-size: 18px;
  line-height: 22px;
}

.probat .teaser-booking .amount-wrap {
  margin: 0 50px 20px 0;
  display: inline-block;
}

.probat .teaser-booking .amount {
  font-size: 30px;
}

.probat .teaser-subtext a,
.probat .teaser-booking a {
  color: #72caeb;
  text-decoration: underline;
}

.probat .teaser-booking a.booking-button {
  display: inline-block;
  white-space: nowrap;
  padding: 21px 65px 22px;
  border-radius: 4px;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 26px;
  line-height: 22px;
  color: #ffffff;
  background-color: #72caeb;
  text-decoration: none;
  text-transform: uppercase;
}

.probat .training3days-container {
  width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  font-family: 'Roboto';
  font-weight: 300;
}

.probat .training3days-container.open-day {
  width: 1216px;
}

.probat .training3days-container.open-day-1 {
  grid-template-columns: auto 83px 321px;
}

.probat .training3days-container.open-day-2 {
  grid-template-columns: 202px auto 202px;
}

.probat .training3days-container.open-day-3 {
  grid-template-columns: 321px 83px auto;
}

.probat .training3days-container .day {
  position: relative;
  overflow: hidden;
}

.probat .training3days-container .day-1 {
  grid-column: 1;
  background-color: #b62c71;
  color: #f3f4f6;
}

.probat .training3days-container.open-day-3 .day-1 {
  background: linear-gradient(270deg, rgba(9,9,9,1) 0, rgba(182,44,113,1) 1px, rgba(182,44,113,1) 100%);
}

.probat .training3days-container.open-day-2 .day-1 {
  -webkit-box-shadow: inset -9px 0px 6px -8px rgba(0,0,0,0.65);
  box-shadow: inset -9px 0px 6px -8px rgba(0,0,0,0.65);
}

.probat .training3days-container .day-1 a {
  color: #f3f4f6;
}

.probat .training3days-container .day-2 {
  grid-column: 2;
  background-color: #b1c800;
  background: linear-gradient(90deg, rgba(9,9,9,1) 0, rgba(177,200,0,1) 1.5px, rgba(177,200,0,1) 100%);
  color: #000000;
}

.probat .training3days-container.open-day-1 .day-2 {
  background: #b1c800;
  -webkit-box-shadow: inset 9px 0px 6px -8px rgba(0,0,0,0.65);
  box-shadow: inset 9px 0px 6px -8px rgba(0,0,0,0.65);
}

.probat .training3days-container.open-day-2 .day-2 {
  background: #b1c800;
}

.probat .training3days-container.open-day-3 .day-2 {
  background: #b1c800;
  -webkit-box-shadow: inset -9px 0px 6px -8px rgba(0,0,0,0.65);
  box-shadow: inset -9px 0px 6px -8px rgba(0,0,0,0.65);
}

.probat .training3days-container .day-2 a {
  color: #000000;
}

.probat .training3days-container .day-3 {
  grid-column: 3;
  background-color: #c09570;
  background: linear-gradient(90deg, rgba(9,9,9,1) 0, rgba(192,149,112,1) 1.5px, rgba(192,149,112,1) 100%);
  color: #000000;
}

.probat .training3days-container.open-day-2 .day-3 {
  background: #c09570;
  color: #000000;
  -webkit-box-shadow: inset 9px 0px 6px -8px rgba(0,0,0,0.65);
  box-shadow: inset 9px 0px 6px -8px rgba(0,0,0,0.65);
}

.probat .training3days-container.open-day-3 .day-3 {
  background: #c09570;
  color: #000000;
}

.probat .training3days-container .day-3 a {
  color: #000000;
}

.probat .training3days-container .day-expand {
  display: grid;
  grid-template-columns: 270px 385px;
  grid-column-gap: 70px;
  width: 725px;
  height: 100%;
  margin-left: 10px;
  overflow: hidden;
}

.probat .training3days-container.open-day-1 .day-1 .day-expand {
  overflow: visible;
}

.probat .training3days-container.open-day-2 .day-2 .day-expand {
  overflow: visible;
}

.probat .training3days-container.open-day-3 .day-3 .day-expand {
  overflow: visible;
}

.probat .training3days-container.open-day-1 .day-2 .day-expand {
  margin-left: -228px;
}

.probat .training3days-container.open-day-2 .day-3 .day-expand {
  margin-left: -108px;
}

.probat .training3days-container .day .day-overview {
  position: relative;
  width: 270px;
  text-align: right;
}

.probat .training3days-container .day .day-details {
}

.probat .training3days-container .day-header {
  height: 174px;
}

.probat .training3days-container .day-header::before {
  position: absolute;
  display: block;
  content: " ";
  left: 0;
  top: 107px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 22px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.probat .training3days-container .day-1.day-header::before {
  display: none;
}

.probat .training3days-container.open-day-3 .day-1.day-header::before {
  display: block;
  left: 320px;
  border-left-color: #b62c71;
}

.probat .training3days-container.open-day-1 .day-2.day-header::before,
.probat .training3days-container.open-day-2 .day-2.day-header::before {
  display: none;
}

.probat .training3days-container .day-2.day-header::before {
  border-left-color: #b62c71;
}

.probat .training3days-container .day-3.day-header::before {
  border-left-color: #b1c800;
}

.probat .training3days-container.open-day-2 .day-3.day-header::before,
.probat .training3days-container.open-day-3 .day-3.day-header::before {
  display: none;
}

.probat .training3days-container .day-header .day-open {
  display: block;
  height: 100%;
  padding-top: 26px;
}

.probat .training3days-container .day-label {
  display: block;
  font-size: 18px;
  line-height: 60px;
  letter-spacing: 9px;
  text-transform: uppercase;
}

.probat .training3days-container .day-number {
  position: relative;
  top: 14px;
  font-size: 60px;
  letter-spacing: normal;
  color: #f3f4f6;
}

.probat .training3days-container .day-header .day-details {
  position: relative;
}

.probat .training3days-container .day-close {
  position: absolute;
  display: block;
  left: 382px;
  top: 41px;
  width: 53px;
  height: 51px;
  background: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/training3days_close.png') no-repeat center center;
}

.probat .training3days-container .day-items .day-overview {
}

.probat .training3days-container .day-items .day-open {
  display: block;
  height: 100%;
  padding: 46px 0 0;
}

.probat .training3days-container .day-items.item-1 .day-open {
  padding-top: 3px;
}

.probat .training3days-container .item-time {
  display: block;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}

.probat .training3days-container .item-title {
  display: block;
  margin-top: 21px;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
}

.probat .training3days-container .item-subtitle {
  display: block;
  margin-top: 41px;
  margin-bottom: 49px;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  hyphens: none;
}

.probat .training3days-container .day-items .day-open::after {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 204px;
  height: 1px;
  content: " ";
  background-color: #ffffff;
}

.probat .training3days-container .day-items .day-details {
  padding-top: 43px;
}

.probat .training3days-container .day-items.item-1 .day-details {
  padding-top: 0;
}

.probat .training3days-container .day-details p {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}

.probat .training3days-container .day-footer {
  height: 105px;
}

.probat .training3days-container .day-footer .day-open {
  display: block;
  height: 100%;
  padding: 34px 0 0;
}

.probat .training3days-container .day-more {
  display: block;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
}

.probat .training3days-container.open-day-1 .day-1 .day-more {
  display: none;
}

.probat .training3days-container.open-day-2 .day-2 .day-more {
  display: none;
}

.probat .training3days-container.open-day-3 .day-3 .day-more {
  display: none;
}

.probat .training3days-container .day-more::after {
  position: relative;
  content: "\3e\3e";
  font-family: "benchninebold";
  letter-spacing: -7px;
}

.probat .training3days-container .day.day-footer .day-details {
}

.probat .training3days-container .day-footer .day-close {
  display: none;
}

.probat .training3days-container .day-lunchbreak {
  background: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/training3days_lunch.png') no-repeat left top;
  padding-left: 82px;
  margin-top: 31px;
}

.probat .training3days-container .day-lunchbreak strong {
  font-weight: bold;
}

.probat .grid-element .background-box {
  width: 100%;
  padding: 40px;
}

.probat .grid-element .background-box-default {
  background-color: #efefef;
}

.probat .tx-distributionnetworks .contact-list-filter {
  margin-bottom: 100px;
}

.probat .tx-distributionnetworks .contact-list-filter > div {
  float: none !important;
  margin-top: 20px;
}

.probat .tx-distributionnetworks .contact-list-filter > div:first-of-type {
  margin-top: 0;
}

.probat .tx-distributionnetworks .team-member-module {
  margin-bottom: 80px;
}

.probat .tx-distributionnetworks .team-member-module .entry {
  margin-top: 0;
}

.probat .fliud-wrap.with-two-column .tx-distributionnetworks {
  width: 55%;
  margin: 0 auto;
}

.probat .tx-distributionnetworks .group-list-filter > div {
  float: none !important;
  margin-bottom: 35px;
}

.probat .tx-distributionnetworks .group-list-filter > div.predefined {
  display: none;
}

.probat .tx-distributionnetworks .team-groupcalendar-module a {
  color: #fff;
  cursor: pointer;
  transition: all .3s ease 0s;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 32px 13px 12px;
  line-height: 14px;
  background: #72caeb url('../../../typo3conf/ext/config/Resources/Public/Website/Images/link-arrow-white_space.png') no-repeat right center;
  display: inline-block;
}

.probat.layout-dark {
  background: #090909;
}

.probat.layout-dark main {
  color: #666666;
}

.probat.layout-dark #anchoring-navigation-menu ul {
  background-color: transparent;
}

.probat.layout-dark #anchoring-navigation-menu ul li a {
  color: #ccc;
}

.probat.layout-dark #anchoring-navigation-menu ul li a.mPS2id-highlight {
  color: #c09570;
}

.probat.layout-dark #anchoring-navigation-menu ul li a.mPS2id-highlight i em:before {
  background-color: transparent;
  border-color:#c09570;
}

.probat.layout-dark #anchoring-navigation-menu ul li i em:before {
  border: 1px solid rgba(255,255,255,0.5);
  background-color: transparent;
}

.probat.layout-dark .breadcrumb-module ul li a {
  color: #666666;
}

.probat.layout-dark .entry {
  color: #999999;
}

.probat.layout-dark .entry h1 {
  color: #c09570;
}

.probat.layout-dark .entry h2 {
  color: #c09570;
}

.probat.layout-dark a {
  color: #c09570;
}

.probat.layout-dark .entry a {
  color: #c09570;
}

.probat.layout-dark .frame-type-header.frame-layout-headerBackground .header-wrapper {
  color: #ffffff;
  background: #c09570;
}

.probat.layout-dark .frame-type-header.frame-layout-headerBackground .subheader-wrapper {
  color: #ffffff;
  background: #c09570;
}

.probat.layout-dark .frame-type-text p {
  color: #999999;
}

.probat.layout-dark .selection-field-module .selection-field-head,
.probat.layout-dark .site-form-module .selection-field-head {
  color: #999999;
}

.probat.layout-dark .selection-field-module .field-select,
.probat.layout-dark .site-form-module .field-select {
  border-color: #c09570;
}

.probat.layout-dark .selection-field-module .field-select::after,
.probat.layout-dark .site-form-module .field-select::after {
  background-image: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/custom-select-icon_white.png');
}

.probat.layout-dark .selection-field-module .field-select select,
.probat.layout-dark .site-form-module .field-select select {
  color: #999999;
}

.probat.layout-dark .life-cycle-module .life-cycle-caption-block span {
  color: #999999;
}

.probat.layout-dark .life-cycle-module .life-cycle-info-block {
  border-left-color: #454545;
}

.probat.layout-dark .entry ul.secondary-list-item li::before,
.probat.layout-dark .entry ul.secondary-list-item-light li::before {
  background-color: #333333;
}

.probat.layout-dark .tileticker-container .tile:hover .title {
  background-color: #b19780;
}

.probat.layout-dark .product-table {
  color: #999999;
}

.probat.layout-dark .product-table .property-label-icon img.layout-default {
  display: none;
}

.probat.layout-dark .product-table .property-label-icon img.layout-dark {
  display: inline;
}

.probat.layout-dark .product-table .product-properties {
  border-bottom-color: #333333;
}

.probat.layout-dark .team-content-block.white-bg {
  background: transparent;
}

.probat.layout-dark .colored-content-box-module.box-grey {
  background-color: transparent;
  border: solid 1px #c09570;
}

.probat.layout-dark .tx-contactdates h3 {
  color: #999999;
}

.probat.layout-dark .benefit-container .benefit-header h3 {
  color: #c09570;
}

.probat.layout-dark .benefit-container .benefit-description p {
  color: #999999;
}

.probat.layout-dark .tx-events .list-view .event-item {
  border-bottom: solid 1px #333333;
}

.probat.layout-dark .tx-events .list-view .event-date-container p {
  color: #999999;
}

.probat.layout-dark .tx-events .list-view h2 {
  color: #999999;
}

.probat.layout-dark .tx-events .list-view .teaser {
  color: #999999;
}

.probat.layout-dark .tx-events .list-view .event-details-presence,
.probat.layout-dark .tx-events .list-view .event-details-online {
  color: #999999;
}

.probat.layout-dark .tx-events .single-view .event-bodytext {
  color: #999999;
}

.probat.layout-dark .tx-events .single-view .event-bodytext a {
  color: #c09570;
}

.probat.layout-dark .tx-events .single-view .event-links h3 {
  color: #999999;
}

.probat.layout-dark .tx-events .single-view .event-links-datetime .datetime {
  color: #999999;
}

.probat.layout-dark .tx-events .single-view .event-links-language .language {
  color: #999999;
}

.probat.layout-dark .industry-listing-module .industry-list-row {
  border-bottom: 1px solid #333333;
}

.probat.layout-dark .tx-contactdates .link-calendergroup a {
  color: #fff;
  background-color: #c09570;
}

.probat.layout-dark .teaser-subtext .teaser-image img {
  filter: grayscale(100%);
}

.probat.layout-dark .teaser-subtext .teaser-text,
.probat.layout-dark .teaser-booking .teaser-text {
  color: #999999;
}

.probat.layout-dark .teaser-subtext a,
.probat.layout-dark .teaser-booking a {
  color: #c09570;
}

.probat.layout-dark .teaser-booking a.booking-button {
  color: #000000;
  background-color: #73c9ec;
}

.probat .container-fluid.full-width>div,
.probat .container-fluid.full-width>section {
  width: 1680px;
  margin: 0 auto;
}

.probat .container-fluid.full-width>section.diversity-intro {
  width: 100%;
}

.probat .container-fluid.full-width>section.diversity-intro .fliud-column-row>div:nth-child(2) {
  width: 840px;
}

.probat .container-fluid.full-width h1 {
  display: inline-block;
  padding: 24px 30px 32px;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 60px;
  line-height: 72px;
  text-transform: uppercase;
}

.probat .container-fluid.full-width h2 {
  display: inline-block;
  padding: 27px 40px 27px;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
  text-transform: uppercase;
}

.probat .container-fluid.full-width .imageorient-17 header {
  margin-left: 50%;
}

.probat .container-fluid.full-width .imageorient-18 header {
  width: 50%;
}

.probat .container-fluid.full-width header.ce-header-center {
  text-align: center;
}

.probat .container-fluid.full-width .header-kerning-top header {
  margin-top: -70px;
}

.probat .container-fluid.full-width .header-kerning-bottom header {
  margin-bottom: -30px;
}

.probat .container-fluid.full-width p,
.probat .container-fluid.full-width ul {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 28px;
}

.probat .container-fluid>div.always-full-width {
  width: 100%;
}

.probat .container-fluid .always-full-width .ce-image {
  overflow: auto;
}

.probat .container-fluid .always-full-width .ce-gallery {
  overflow: auto;
  margin-bottom: 0;
}

.probat .container-fluid .always-full-width .ce-outer,
.probat .container-fluid .always-full-width .ce-inner {
  float: none;
  right: auto;
}

.probat .container-fluid .always-full-width .ce-row {
  overflow: auto;
}

.probat .container-fluid .always-full-width .ce-column {
  float: none;
}

.probat .container-fluid .always-full-width figure.image,
.probat .container-fluid .always-full-width figure img {
  width: 100%;
  max-width: none !important;
}

.probat .container-fluid.full-width .diversity-intro-text h1 {
  margin-top: 90px !important;
  margin-bottom: 42px !important;
  padding-left: 0;
  padding-right: 95px;
}

.probat .container-fluid.full-width .diversity-intro-text h1 span.header-wrap {
  padding-left: calc(50vw - 840px);
}

.probat .container-fluid.full-width .deco-font {
  margin-bottom: 40px;
  font-family: 'Shadows Into Light';
  font-size: 26px;
  line-height: 42px;
}

.probat .container-fluid.full-width .diversity-intro .deco-font {
  margin-left: calc(50vw - 840px);
  width: 630px;
}

.probat .container-fluid.full-width .diversity-outro .deco-font {
  width: 1010px;
}

.probat .container-fluid.full-width .deco-font strong {
  font-size: 36px;
  font-weight: bold;
}

.probat .container-fluid.full-width .textline-background {
  padding: 0 20px;
  color: #b72b70;
  background: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/textline-background-40-grey.gif') repeat;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
}

.probat .container-fluid.full-width .diversity-intro .textline-background {
  padding-left: calc(50vw - 840px);
  width: calc(50vw - 60px);
}

.probat .container-fluid.full-width .diversity-outro .textline-background {
  width: 790px;
}

.probat .container-fluid.full-width .big {
  font-size: 20px;
  line-height: 36px;
}

.probat .container-fluid.full-width>div.frame-type-textpic .ce-gallery {
  width: 50%;
  margin-bottom: 0;
}

.probat .container-fluid.full-width>div.frame-type-textpic .ce-row,
.probat .container-fluid.full-width>div.frame-type-textpic .ce-column {
  width: 100%;
}

.probat .container-fluid.full-width>div.frame-type-textpic figure {
  display: block;
  max-width: 100% !important;
  width: 100%;
  text-align: center;
}

.probat .container-fluid.full-width>div.frame-type-textpic img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.probat .container-fluid.full-width>div.frame-type-textpic .ce-intext.ce-left .ce-gallery {
  margin-right: 0;
}

.probat .container-fluid.full-width>div.frame-type-textpic .ce-intext.ce-right .ce-gallery {
  margin-left: 0;
}

.probat .container-fluid.full-width>div.frame-type-textpic .ce-bodytext {
  margin-top: 80px;
}

.probat .container-fluid.full-width .text-margin-kerning-top {
  margin-top: 80px;
}

.probat .container-fluid.full-width>div.frame-type-textpic .ce-intext.ce-right .ce-bodytext {
  width: 90%;
}

.probat .container-fluid.full-width .image-round img {
  border-radius: 100%;
}

.probat .container-fluid.full-width .diversity-intro .diversity-cta-button {
  margin-top: 60px;
}

.probat .container-fluid .diversity-cta-button a {
  display: block;
  width: 450px;
  margin: 0 auto;
  text-align: center;
  padding: 22px 0 12px;
  border-radius: 14px;
  background: #3399cc;
  color: #ffffff;
  font-family: 'Roboto';
  font-weight: 300;
  text-transform: uppercase;
}

.probat .container-fluid .diversity-cta-button a .button-label {
  font-size: 36px;
  line-height: 30px;
}

.probat .container-fluid .diversity-cta-button a .button-sublabel {
  font-size: 18px;
  line-height: 36px;
}

.probat .container-fluid.full-width .diversity-intro .diversity-cta-text {
  margin-top: 20px;
  text-align: center;
}

.probat .container-fluid.full-width .diversity-outro .diversity-cta-text {
  margin-top: 10px;
}

.probat .container-fluid .diversity-cta-text {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #0094c0;
}

.probat .container-fluid.full-width .diversity-outro .frame-type-config_diversityCtA {
  margin-top: 26px;
}

.probat .container-fluid.full-width .diversity-outro .diversity-cta {
  display: grid;
  grid-template-columns: 450px auto;
  grid-column-gap: 50px;
}

.probat .fliud-wrap .fliud-column-row.type-two .small-real12 {
  width: 33%;
}

.probat .fliud-wrap .fliud-column-row.type-two .large-real12 {
  width: 67%;
}

.probat .fliud-wrap.diversity-outro .fliud-column-row.type-two .small-real12 {
  width: 37.7%;
}

.probat .fliud-wrap.diversity-outro .fliud-column-row.type-two .large-real12 {
  width: 62.2%;
}

.probat.landingpage.custom-style-01 .container-fluid h1.handwriting,
.probat.landingpage.custom-style-01 .container-fluid h2.handwriting {
  padding: 0;
  font-family: TheSecret;
  font-size: 60px;
  line-height: 80px;
  color: #ffffff;
  text-transform: none;
}

.probat.landingpage.custom-style-01 .container-fluid h3 {
  padding: 0;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 23px;
  line-height: 31px;
  color: #ffffff;
  text-transform: none;
}

.probat.landingpage.custom-style-01 .container-fluid .text-colour-black h1.handwriting,
.probat.landingpage.custom-style-01 .container-fluid .text-colour-black h2.handwriting {
  color: #000000;
}

.probat.landingpage.custom-style-01 .container-fluid .text-colour-white h1.handwriting,
.probat.landingpage.custom-style-01 .container-fluid .text-colour-white h2.handwriting {
  color: #ffffff;
}

.probat.landingpage .breadcrumb-section.section-gap {
  margin: 20px 0 65px;
}

.probat.landingpage .breadcrumb-section .container-fluid {
  width: 85%;
}

.probat.landingpage .breadcrumb-module ul,
.probat.landingpage .breadcrumb-module ul li {
  font-size: 12px;
  line-height: 16px;
}

.probat.landingpage .content-section .container-fluid.full-width>div,
.probat.landingpage .container-fluid.full-width>section {
  width: 100%;
}

.probat.landingpage .content-section .container-fluid.full-width > .fliud-wrap .fliud-column-row.type-three {
  padding: 3.75% 7.5% 7%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
}

.probat.landingpage .content-section .fliud-wrap .fliud-column-row.type-three > div {
  width: auto;
  float: none;
}

.probat.landingpage .content-section .container-fluid.full-width > .fliud-wrap .fliud-column-row.type-two {
  padding: 3.75% 7.5% 3.75%;
  display: grid;
  grid-template-columns: 26% 63%;
  grid-column-gap: 11%;
}

.probat.landingpage .content-section .fliud-wrap .fliud-column-row.type-two > div {
  width: auto;
  float: none;
  padding: 0;
}

.probat.landingpage .content-section .fliud-wrap .fliud-column-row.type-two > div:last-child {
  padding: 10% 14% 0 0;
}

.probat.landingpage .content-section .fliud-wrap .fliud-column-row.type-three::before,
.probat.landingpage .content-section .fliud-wrap .fliud-column-row.type-three::after,
.probat.landingpage .content-section .fliud-wrap .fliud-column-row.type-two::before,
.probat.landingpage .content-section .fliud-wrap .fliud-column-row.type-two::after {
  display: none;
}


.probat.landingpage.custom-style-01 .content-section .container-fluid.full-width p,
.probat.landingpage.custom-style-01 .content-section .container-fluid.full-width ul {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  color: #ffffff;
}

.probat.landingpage.custom-style-01 .content-section .container-fluid.full-width p strong,
.probat.landingpage.custom-style-01 .content-section .container-fluid.full-width ul strong {
  font-family: 'Roboto';
  font-weight: 300;
  font-weight: bold;
}

.probat.landingpage.custom-style-01 .content-section .container-fluid.full-width .text-colour-black p,
.probat.landingpage.custom-style-01 .content-section .container-fluid.full-width .text-colour-black ul {
  color: #000000;
}

.probat.landingpage.custom-style-01 .content-section .container-fluid.full-width .text-colour-white p,
.probat.landingpage.custom-style-01 .content-section .container-fluid.full-width .text-colour-white ul {
  color: #ffffff;
}

.probat.landingpage .content-section .container-fluid.full-width > .frame-type-textpic {
  padding: 3.75% 7.5% 7%;
}

.probat.landingpage .content-section .container-fluid.full-width > .frame-type-text {
  padding: 3.25% 7.5% 4.75%;
}

.probat.landingpage .content-section .container-fluid.full-width > .frame-type-header {
  padding: 5% 7.5% 2%;
}

.probat.landingpage .content-section .frame-type-image .ce-above .ce-gallery {
  margin-bottom: 0;
}

.probat.landingpage .container-fluid.full-width > div.frame-type-textpic .ce-bodytext {
  margin-top: 0;
}

.probat.landingpage .container-fluid.full-width > div.frame-type-textpic .ce-gallery {
  width: 100%;
  margin-bottom: 0;
  margin-top: 3.75%;
}

.probat.landingpage .container-fluid.full-width > div.frame-type-textpic .ce-row {
  display: grid;
  grid-column-gap: 16px;
}

.probat.landingpage .container-fluid.full-width > div.frame-type-textpic .ce-gallery[data-ce-columns="1"] .ce-row {
  grid-template-columns: 1fr;
}

.probat.landingpage .container-fluid.full-width > div.frame-type-textpic .ce-gallery[data-ce-columns="2"] .ce-row {
  grid-template-columns: 1fr 1fr;
}

.probat.landingpage .container-fluid.full-width > div.frame-type-textpic .ce-gallery[data-ce-columns="3"] .ce-row {
  grid-template-columns: 1fr 1fr 1fr;
}

.probat.landingpage .container-fluid.full-width > div.frame-type-textpic .ce-gallery[data-ce-columns="4"] .ce-row {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.probat.landingpage.custom-style-01 a.link-internal-landingpage-styled,
.probat.landingpage.custom-style-01.layout-dark a.link-internal-landingpage-styled,
.probat.landingpage.custom-style-01 a.link-mail-landingpage-styled,
.probat.landingpage.custom-style-01.layout-dark a.link-mail-landingpage-styled {
  position: relative;
  z-index: 1;
  margin-left: -47px;
  padding: 15px 115px 0 63px;
  font-family: TheSecret;
  font-size: 60px;
  line-height: 80px;
  color: #ffffff;
  text-transform: none;
  text-decoration: none;
  background-image: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/link_button_leaf.svg');
  background-repeat: no-repeat;
  background-size: 475px auto;
  background-position: 0 -15px;
}

.probat .content-section .container-fluid ul.simple-slider {
}

.probat .content-section .simple-slider .slider-item {
  width: 100%;
  height: auto;
}

.probat .content-section .simple-slider .image img {
  width: 100%;
  height: auto;
}

.probat .simple-slider .flickity-page-dots {
  bottom: 20px;
}

.probat .simple-slider .flickity-page-dots .dot {
  width: 23px;
  height: 23px;
  margin: 0 5px;
  background: #ffffff;
  opacity: 1;
}

.probat.landingpage.custom-style-01 .simple-slider .flickity-page-dots .dot.is-selected {
  background: #ffa320;
  opacity: 1;
}

.probat.landingpage .content-section .product-table {
  padding: 0 7.5%;
  font-size: 20px;
  line-height: 27px;
  color: #959595;
}

.probat.landingpage.custom-style-01 .product-table .product-properties {
  border-bottom: none;
  grid-column-gap: 2px;
}

.probat.landingpage.custom-style-01 .product-table .product-item .product-properties {
  margin-top: 2px;
}

.probat.landingpage.custom-style-01 .product-table .product-property-label,
.probat.landingpage.custom-style-01 .product-table .product-property-item {
  background-color: rgba(100, 100, 100, 0.11);
}

.probat.landingpage.custom-style-01 .product-table .product-property-label {
  padding: 20px 20px 35px;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: unset;
  text-align: center;
}

.probat.landingpage.custom-style-01 .product-table .property-label-description .property-label::before {
  display: inline-block;
  content: " ";
  width: 26px;
  height: 20px;
  vertical-align: sub;
  background-image: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/monstera_table.svg');
  background-repeat: no-repeat;
  background-size: 23px auto;
}

.probat.landingpage.custom-style-01 .product-table .product-property-value {
  padding: 33px 20px 36px;
  font-family: 'Roboto';
  font-weight: 400;
  text-align: center;
}

.probat.full-background.layout-dark {
  background-color: #000000;
}

.probat.full-background .header {
  background-color: transparent;
}

.probat.full-background .header .main-header-wrap {
  background-color: transparent;
}

.probat.full-background .main-nav-block nav > ul > li {
  visibility: hidden;
}

.probat.full-background .main-nav-block nav > ul > li.active {
  visibility: visible;
}

.probat.full-background .language-block,
.probat.full-background .search-block {
  display: none;
}

.probat.full-background.layout-dark .main-nav-block nav > ul > li > a {
  color: #ffffff;
}

.probat.full-background.layout-dark .entry {
  color: #ffffff;
}

.probat.full-background.layout-dark .device-menu-click {
  background-image: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/responsive-menu-hamberger-white.png');
}

.probat.full-background.layout-dark .footer-wrap {
  background-color: transparent;
}

.probat.full-background .background-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

.probat.full-background .background-wrapper video {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.probat.full-background .background-items-2 .item-2 {
  display: none;
}

.probat .frame-type-image.worldwide-map .ce-above .ce-gallery {
  margin-bottom: 40px;
}

.probat .frame-type-image.worldwide-map .ce-center .ce-outer {
  float: none;
  right: auto;
}

.probat .frame-type-image.worldwide-map .ce-center .ce-inner {
  float: none;
  right: auto;
}

.probat .frame-type-image.worldwide-map .ce-column {
  float: none;
}

.probat .frame-type-image.worldwide-map .ce-gallery figure {
  display: flex;
  width: 100%;
  overflow: hidden;
  justify-content: center;
}

.probat .frame-type-image.worldwide-map .ce-gallery img {
  display: block;
  max-width: unset;
}

.frame-type-form_formframework .captcha {
  width: 100%;
  display: grid;
  grid-template-columns: auto 31px;
  grid-template-rows: auto auto;
  grid-column-gap: 22px;
}

.frame-type-form_formframework .captcha-image {
  grid-column: 1;
  grid-row: 1;
}

.frame-type-form_formframework .captcha-reload {
  grid-column: 2;
  grid-row: 1;
}

.frame-type-form_formframework .captcha-input {
  grid-column: 1 / span 2;
  grid-row: 2;
  margin-top: 5px;
}

.frame-type-form_formframework .captcha img {
  display: inline-block;
  vertical-align: top;
}

.frame-type-form_formframework .captcha a {
  display: inline-block;
  margin: 0;
}

.frame-type-form_formframework .captcha .captcha-input input[type="text"].form-control {
  width: 100%;
}

.probat a.link-internal-button-blue,
.probat a.link-internal-button-brown,
.probat a.link-external-button-blue,
.probat a.link-external-button-brown,
.probat.layout-dark a.link-internal-button-blue,
.probat.layout-dark a.link-internal-button-brown,
.probat.layout-dark a.link-external-button-blue,
.probat.layout-dark a.link-external-button-brown {
  display: inline-block;
  padding: 7px 10px;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 26px;
  line-height: normal;
  color: #ffffff;
  background-color: #72caeb;
  text-transform: uppercase;
  text-decoration: none;
}

.probat a.link-internal-button-blue,
.probat a.link-external-button-blue,
.probat.layout-dark a.link-internal-button-blue,
.probat.layout-dark a.link-external-button-blue {
  background-color: #72caeb;
}

.probat a.link-internal-button-brown,
.probat a.link-external-button-brown,
.probat.layout-dark a.link-internal-button-brown,
.probat.layout-dark a.link-external-button-brown {
  background-color: #c09570;;
}

.probat a.link-internal-button-blue::before,
.probat a.link-internal-button-brown::before,
.probat a.link-external-button-blue::before,
.probat a.link-external-button-brown::before,
.probat.layout-dark a.link-internal-button-blue::before,
.probat.layout-dark a.link-internal-button-brown::before,
.probat.layout-dark a.link-external-button-blue::before,
.probat.layout-dark a.link-external-button-brown::before {
  content: "» ";
}

.probat .frame-type-config_approach {
}

.probat .approach {
  width: 100%;
}

.probat .approach .links {
  width: 100%;
  max-width: 1024px;
  height: 120px;
}

.probat .approach .links ul {
  width: 100%;
  height: 100%;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: left;
  align-items: center;
}

.probat .approach .links a {
  display: block;
}

.probat .approach .links img {
  display: block;
  width: 96px;
}

.probat .approach .links figcaption {
  text-align: center;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #535659;
  text-transform: uppercase;
}

.probat .approach .details {
  width: 100%;
}

.probat .approach .details>ul {
  width: 100%;
  height: 100%;
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
}

.probat .approach .details>ul>li {
  display: none;
  overflow: hidden;
}

.probat .approach .details.expanded-item-1 #content-item-1 {
  display: block;
}

.probat .approach .details.expanded-item-2 #content-item-2 {
  display: block;
}

.probat .approach .details.expanded-item-3 #content-item-3 {
  display: block;
}

.probat .approach .details>ul>li p,
.probat .approach .details>ul>li ul,
.probat .approach .details>ul>li ol {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
}

.probat .fliud-wrap.with-two-column .type-rightcolumn {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 30px;
}
.probat .fliud-wrap.with-two-column .type-rightcolumn>.large {
  grid-row: 1;
  grid-column: 1;
}
.probat .fliud-wrap.with-two-column .type-rightcolumn>.small {
  grid-row: 1;
  grid-column: 2;
}

.probat .postlist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.probat .postlist>article {
  box-shadow: 0 3px 15px rgb(0 68 135 / 10%);
}
.probat .postlist>article>a {
  display: block;
}
.probat .postlist .post-image {
  display: block;
}
.probat .postlist .post-image img {
  width: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/11;
}
.probat .postlist .post-content {
  display: block;
  padding: 15px 10px 10px;
}
.probat .postlist .post-date {
  display: inline-block;
  padding: 1px 0 2px;
  margin-right: 10px;
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: 400;
  color: #333;
}
.probat .postlist .post-category {
  display: inline-block;
  padding: 1px 10px 2px;
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: 400;
  text-transform: uppercase;
  background-color: #72caeb;
  color: #fff;
}
.probat .postlist .post-title {
  display: block;
  width: 100%;
  margin: 10px 0;
  hyphens: none;
  clear: left;
}
.probat .postlist .post-title h2 {
  margin: 0;
  font-size: 17px;
  line-height: 1.4;
  color: #333;
}

.probat .blogfilter ul.categories {
  padding: 0;
  margin: 0 0 60px;
  width: 100%;
  border: 1px solid #ddd;
  text-align: center;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #f5f5f5;
}
.probat .blogfilter li {
  display: inline-block;
  padding: 0;
  margin: 0 20px;
}
.probat .blogfilter li a {
  display: block;
  padding: 20px 2px;
  border-bottom: 4px solid transparent;
}
.probat .blogfilter li.active a,
.probat .blogfilter li:hover a {
  border-bottom-color: #72caeb;
}
.probat .post .postheader .post-content {
  display: block;
  margin-bottom: 15px;
}
.probat .post .postheader .post-date {
  display: inline-block;
  padding: 1px 0 2px;
  margin-right: 10px;
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: 400;
  color: #333;
}
.probat .post .postheader .post-category {
  display: inline-block;
  padding: 1px 10px 2px;
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: 400;
  text-transform: uppercase;
  background-color: #72caeb;
  color: #fff;
}

.probat .post .postcomments {
  margin-top: 100px;
}
.probat .post .postcomments h3,
.probat .post .postcommentsform h3 {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: normal;
}
.probat .post .postcomments .postcomment {
  margin-top: 30px;
}
.probat .post .postcomments .postcomment:first-of-type {
  margin-top: 0;
}
.probat .post .postcomments .postcomment__header {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Roboto';
  font-weight: 500;
  margin-bottom: 9px;
}
.probat .post .postcomments .postcomment__header .postcomment__time {
  margin-right: 9px;
}
.probat .post .postcomments .postcomment__comment p {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Roboto';
  font-weight: 300;
  margin-bottom: 9px;
}

.probat .post .postcommentsform {
  margin-top: 100px;
}
.probat .post .postcommentsform .form-group,
.probat .post .postcommentsform .clearfix {
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: 8px;
}
.probat .post .postcommentsform .form-group::before,
.probat .post .postcommentsform .form-group::after {
  content: " ";
  display: table;
}
.probat .post .postcommentsform .form-group::after {
  clear: both;
}
.probat .post .postcommentsform .control-label {
  text-align: right;
  margin-bottom: 0;
  padding-top: 7px;
  float: left;
  width: 16.6666666667%;
  position: relative;
  min-height: 1px;
  padding-left: 3px;
  padding-right: 3px;
}
.probat .post .postcommentsform .input {
  float: left;
  width: 83.3333333333%;
  position: relative;
  min-height: 1px;
  padding-left: 3px;
  padding-right: 3px;
}
.probat .post .postcommentsform .input input[type="text"].form-control,
.probat .post .postcommentsform .input textarea.form-control {
  width: 35%;
  padding: 6px 20px 6px 10px;
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 300;
  color: #333;
  background-color: transparent;
  box-shadow: none;
  transform: none;
  border: 1px solid #cbcccd;
  border-radius: 0;
  height: auto;
}
.probat .post .postcommentsform .clearfix p {
  float: left;
  margin-left: 16.6666666667%;
  width: 83.3333333333%;
  position: relative;
  min-height: 1px;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 0px !important;
}
.probat .post .postcommentsform .btn-toolbar > .btn-group {
  float: none;
  display: block;
}
.probat .post .postcommentsform .btn-group > .next {
  float: left;
  margin-left: 16.6666666667%;
  width: 83.3333333333%;
}
.probat .post .postcommentsform .btn-group button.btn.btn-primary {
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 32px 10px 12px;
  line-height: 14px;
  background: #72caeb url('../../../typo3conf/ext/config/Resources/Public/Website/Images/link-arrow-white_space.png') no-repeat right center;
  display: inline-block;
  border-radius: 0;
}

@media screen and (max-width:1809px) and (min-width:1700px) {
  .probat .contact-banner.contact-banner-3col .team-content-block {
    padding: 38px 2% 40px 5%;
    min-height: 330px;
  }
  .probat .contact-banner.contact-banner-2col .team-member-module .team-info,
  .probat .contact-banner.contact-banner-2col .team-content-block .team-info {
    max-width: 60%;
  }
}

@media screen and (max-width:1699px) {
  #anchoring-navigation-menu {
    display: none;
  }
}

/* from normal-large screen to normal-large-screen */
@media screen and (max-width:1699px) and (min-width:1100px) {
  .probat {

    /* basic */

    /* basic */

    /* header */

    /* header */

    /* team-member-module */

    /* team-member-module */

    /* fliud-wrap */

    /* fliud-wrap */

    /* presse-relese-module */

    /* presse-relese-module */

    /* image-with-caption-module */

    /* image-with-caption-module */
  }

  .probat .container-fluid {
    width: 95%;
  }

  .probat .single-teaser-module .container-fluid {
    width: 75%;
  }

  .probat .header .header-left-elements {
    margin-right: 30px;
  }

  .probat .main-nav-block nav > ul > li {
    margin-right: 30px;
  }

  .probat .team-member-module.type-two .team-member-block {
    width: 50%;
    float: left;
  }

  .probat .team-content-block {
    padding: 25px;
  }

  .probat .team-member-module .team-dp, .probat .team-content-block .team-dp {
    width: 160px;
    height: 160px;
    margin-right: 5px;
  }

  .probat .image-with-caption-module .img-caption-text {
    font-size: 22px;
  }

  .probat .team-member-module-type-two {
    margin: 0 -10px;
  }

  .probat .team-member-module-type-two .team-content-block {
    width: 50%;
    float: left;
    padding: 0 10px;
  }

  .probat .team-member-module-type-two .team-content-block .team-info {
    max-width: 40%;
  }

  .probat .download-content-module .main-wrap > .row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .probat .download-content-module .main-wrap > .row > .my-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .probat .contact-banner .contact-banner-gradient>p {
    font-size: 22px;
  }

  .probat .contact-banner.contact-banner-3col .team-content-block {
    padding-left: 50px;
    padding-right: 50px;
  }

  .probat .contact-banner.contact-banner-3col .team-member-module .team-dp,
  .probat .contact-banner.contact-banner-3col .team-content-block .team-dp {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .probat .contact-banner.contact-banner-3col .team-member-module .team-info,
  .probat .contact-banner.contact-banner-3col .team-content-block .team-info {
    margin: 0 auto;
    display: block;
    vertical-align: auto;
    max-width: 70%;
  }

  .probat .contact-banner.contact-banner-2col .team-member-module .team-info,
  .probat .contact-banner.contact-banner-2col .team-content-block .team-info {
    max-width: 60%;
  }

  .probat .image-with-caption-module.big-mark-head .img-caption-text .table-wrap {
    width: 95%;
  }
}

/* from normal-large screen to normal-large-screen */

/* for normal desktop */
@media screen and (max-width:1699px) {
  .probat {

    /* configaration-module type-two */

    /* configaration-module type-two */
  }

  .probat .configaration-module.type-two .config-iconic-info {
    padding: 25px;
  }

  .probat .configaration-module.type-two .config-iconic-info.measure-info {
    padding: 25px;
  }

  .probat .configaration-module.type-two .config-iconic-info span {
    font-size: 17px;
  }

  .probat .configaration-module.type-two .config-iconic-info .measure-text {
    font-size: 17px;
  }

  .probat .configaration-module.type-two .config-header {
    font-size: 17px;
  }

}


@media screen and (max-width:1500px) {
  .probat .contact-banner.contact-banner-2col .team-content-block {
    padding-top: 38px;
  }
  .probat .contact-banner.contact-banner-3col .team-content-block {
    padding-top: 38px;
  }
  .probat .contact-banner.contact-banner-2col .team-member-module .team-dp.set-back,
  .probat .contact-banner.contact-banner-2col .team-content-block .team-dp.set-back {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    display: block;
  }
  .probat .contact-banner.contact-banner-2col .team-member-module .team-info,
  .probat .contact-banner.contact-banner-2col .team-content-block .team-info {
    max-width: unset;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}


/* for normal desktop */

/* till before tab */
@media screen and (min-width:768px) {
  .probat .one-col:nth-child(1) {
    margin-top: 0px !important;
  }

  .probat .two-col:nth-child(1), .probat .two-col:nth-child(2) {
    margin-top: 0px !important;
  }

  .probat .three-col:nth-child(1), .probat .three-col:nth-child(2), .probat .three-col:nth-child(3) {
    margin-top: 0px !important;
  }

  .probat .four-col:nth-child(1), .probat .four-col:nth-child(2), .probat .four-col:nth-child(3), .probat .four-col:nth-child(4) {
    margin-top: 0px !important;
  }

}

/* till before tab */

/* tab */
@media screen and (max-width:1099px) {
  .probat {

    /* basic */

    /* basic */

    /* download-content-module */

    /* download-content-module */

    /* fliud-wrap */

    /* fliud-wrap */

    /* presse-relese-module */

    /* presse-relese-module */

    /* header */

    /* header */

    /* configaration-module type-two */

    /* configaration-module type-two */

    /* tile-teaser-module */

    /* tile-teaser-module */

    /* single-teaser-module */

    /* single-teaser-module */

    /* professional module */

    /* professional module */

    /* text element module */

    /* text element module */

    /* life-cycle-module */

    /* life-cycle-module */

    /* industry-listing-module */

    /* industry-listing-module */

    /* team-member-module */

    /* team-member-module */
  }

  .probat .language-block, .probat .search-block, .probat .header-right-block {
    padding-bottom: 0px;
  }

  .probat .extended-gallery-module .carousel .slides li {
    width: 50% !important;
  }

  .probat .extended-gallery-module .slider {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
  }

  .probat .extended-gallery-module .slider .custom-bottom-slider-pagi {
    bottom: 10px;
  }

  .probat .extended-gallery-module .slider .slides {
    height: auto !important;
  }

  .probat .extended-gallery-module .slider .slides li {
    height: auto !important;
  }

  .probat .extended-gallery-module .slider .slides li.set-back > img {
    display: block;
    width: 100%;
    max-height: 100%;
    height: auto;
    visibility: hidden;
  }

  .probat .extended-gallery-module .slider .flex-viewport {
    height: auto !important;
  }

  .probat .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .probat .team-member-module-type-two {
    margin: 0 10px;
  }

  .probat .team-member-module-type-two .team-content-block {
    width: 50%;
    float: left;
    padding: 0 10px;
    text-align: center;
  }

  .probat .team-member-module-type-two .team-content-block .team-info {
    max-width: inherit;
    display: block;
    margin-top: 20px;
  }

  .probat .download-content-module > .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .probat .download-content-module > .row > .my-col {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 50px;
  }

  .probat .download-content-module .main-wrap > .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .probat .download-content-module .main-wrap > .row > .my-col {
    padding-right: 0px;
    padding-left: 0px;
  }

  .probat .download-content-module .main-wrap > .row > .my-col:first-child {
    margin-bottom: 20px;
  }

  .probat .download-content-module .entry p {
    margin-bottom: 20px;
  }

  .probat .fliud-wrap .fliud-column-row.type-one .large,
  .probat .fliud-wrap .fliud-column-row.type-one .large.large6,
  .probat .fliud-wrap .fliud-column-row.type-one .small,
  .probat .fliud-wrap .fliud-column-row.type-one .small.small4,
  .probat .fliud-wrap .fliud-column-row.type-two .large,
  .probat .fliud-wrap .fliud-column-row.type-two .large.large6,
  .probat .fliud-wrap .fliud-column-row.type-two .small,
  .probat .fliud-wrap .fliud-column-row.type-two .small.small4,
  .probat .fliud-wrap .fliud-column-row.type-three>div {
    width: 100%;
  }

  .probat .header .main-header-wrap {
    padding-top: 18px;
    padding-bottom: 27px;
  }

  .probat .header .header-block {
    height: 60px;
  }

  .probat .header .header-block.header-right-block {
    width: 50%;
  }

  .probat .header .header-block.header-left-block {
    width: 50%;
  }

  .probat .header .logo img {
    height: auto;
  }

  .probat .header .header-left-elements {
    margin-right: 20px;
  }

  .probat .header .header-left-elements.device-menu-hamberg {
    margin-right: 35px;
  }

  .probat .device-menu-click {
    width: 50px;
    height: 39px;
    cursor: pointer;
    background-image: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/responsive-menu-hamberger.png');
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .probat .device-menu-click.open {
    background-image: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/responsive-menu-close.png');
  }

  .probat .responsive-device-navigation {
    width: 100%;
    position: fixed;
    left: 0px;
    padding: 25px 20px 100px 20px;
    background-color: #50585e;
    z-index: 2000;
    overflow-y: auto;
    display: none;
    height: 100%;
  }

  .probat .responsive-device-navigation ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }

  .probat .responsive-device-navigation ul li {
    font-size: 15px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 300;
    position: relative;
    transition: all 0.3s ease 0s;
  }

  .probat .responsive-device-navigation ul li.back-link {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 40px 0 0 20px;
    cursor: pointer;
  }

  .probat .responsive-device-navigation ul li.back-link i {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
  }

  .probat .responsive-device-navigation ul li.back-link:before {
    content: '<';
    display: inline-block;
    vertical-align: middle;
    font-family: "benchninebold";
    margin-right: 3px;
    position: relative;
    top: 3px;
  }

  .probat .responsive-device-navigation ul li.has-sub > a {
    padding-right: 35px;
  }

  .probat .responsive-device-navigation ul li.has-sub > ul {
    display: none;
  }

  .probat .responsive-device-navigation ul li.has-sub.open > a {
    color: #72caeb;
  }

  .probat .responsive-device-navigation ul li.has-sub.open > a + span {
    color: #72caeb;
  }

  .probat .responsive-device-navigation ul li.has-sub.open > a + span:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  .probat .responsive-device-navigation ul li a {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    display: block;
    color: #fff;
    line-height: normal;
  }

  .probat .responsive-device-navigation ul li span {
    font-size: 15px;
    font-family: "benchninebold";
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 1;
    width: 30px;
    text-align: right;
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }

  .probat .responsive-device-navigation ul li span:before {
    display: inline-block;
    content: '>';
    transition: all 0.3s ease 0s;
  }

  .probat .responsive-device-navigation ul li.active > a {
    font-family: 'Roboto';
    font-weight: 500;
  }

  .probat .responsive-device-navigation .primary-label {
    width: 344px;
    margin-bottom: 200px;
  }

  .probat .responsive-device-navigation .primary-label > li > a {
    text-transform: uppercase;
  }

  .probat .responsive-device-navigation .primary-label > li.has-sub.open {
    padding-left: 5px;
  }

  .probat .responsive-device-navigation .primary-label > li.has-sub > ul > li > a {
    padding-left: 20px;
  }

  .probat .responsive-device-navigation .primary-label > li.has-sub > ul > li.has-sub > ul > li > a {
    padding-left: 40px;
  }

  .probat .responsive-device-navigation .primary-label > li.has-sub > ul > li.has-sub > ul > li.has-sub > ul > li > a {
    padding-left: 60px;
  }

  .probat .responsive-device-navigation .primary-label > li.has-sub > ul > li.has-sub > ul > li.has-sub > ul > li.has-sub > ul > li > a {
    padding-left: 80px;
  }

  .probat .responsive-device-navigation .primary-label > li.has-sub > ul > li.has-sub > ul > li.has-sub > ul > li.has-sub > ul > li.has-sub > ul > li > a {
    padding-left: 100px;
  }

  .probat .configaration-module.type-two .config-iconic-info {
    text-align: center;
    padding: 10px;
  }

  .probat .configaration-module.type-two .config-iconic-info.measure-info {
    padding: 10px;
  }

  .probat .configaration-module.type-two .config-iconic-info i {
    display: inline-block;
    margin-right: 0px;
  }

  .probat .configaration-module.type-two .config-iconic-info span {
    display: block;
  }

  .probat .configaration-module.type-two .config-header {
    padding: 10px;
  }

  .probat .tile-teaser-module .tile-block.tile-one, .probat .tile-teaser-module .tile-block.tile-ten, .probat .tile-teaser-module .tile-block.tile-eleven {
    width: 100%;
    height: 506px;
  }

  .probat .tile-teaser-module .tile-block.tile-one .tile-teaser-overlay-content, .probat .tile-teaser-module .tile-block.tile-ten .tile-teaser-overlay-content, .probat .tile-teaser-module .tile-block.tile-eleven .tile-teaser-overlay-content {
    margin-bottom: 135px;
  }

  .probat .tile-teaser-module .tile-block.tile-two {
    width: 100%;
    height: 295px;
  }

  .probat .tile-teaser-module .tile-block.tile-two .tile-teaser-overlay-content {
    margin-bottom: 34px;
  }

  .probat .tile-teaser-module .tile-block.tile-three {
    width: 50%;
    height: 211px;
  }

  .probat .tile-teaser-module .tile-block.tile-three .tile-teaser-overlay-content {
    margin-bottom: -15px;
  }

  .probat .tile-teaser-module .tile-block.tile-four {
    width: 50%;
    height: 387px;
  }

  .probat .tile-teaser-module .tile-block.tile-four .tile-teaser-overlay-content {
    margin-bottom: 195px;
  }

  .probat .tile-teaser-module .tile-block.tile-five {
    width: 100%;
    height: 177px;
  }

  .probat .tile-teaser-module .tile-block.tile-five .tile-teaser-overlay-content {
    margin-bottom: 20px;
  }

  .probat .tile-teaser-module .tile-block.tile-six {
    width: 50%;
    height: 176px;
  }

  .probat .tile-teaser-module .tile-block.tile-six .tile-teaser-overlay-content {
    margin-bottom: 10px;
  }

  .probat .tile-teaser-module .tile-block.tile-seven {
    width: 100%;
    height: 506px;
  }

  .probat .tile-teaser-module .tile-block.tile-seven .tile-teaser-slider-overlay {
    margin-top: 40px;
  }

  .probat .tile-teaser-module .tile-block.tile-seven .single-tile-module .slider-block .single-tile-slider-image {
    min-height: 506px;
  }

  .probat .tile-teaser-module .tile-block.tile-eight {
    width: 50%;
    height: 211px;
  }

  .probat .tile-teaser-module .tile-block.tile-nine {
    width: 50%;
    height: 211px;
  }

  .probat .tile-teaser-module .tile-teaser-overlay-content .entry {
    margin-right: -30px;
    margin-left: -30px;
  }

  .probat .tile-teaser-module .tile-teaser-overlay-content .entry h4 {
    font-size: 15px;
  }

  .probat .tile-teaser-module .tile-teaser-overlay-content .entry p {
    font-size: 14px;
  }

  .probat .tile-teaser-module .teaser-mark-content {
    max-width: unset;
  }

  .probat .single-teaser-module .single-teaser-slider-overlay .teaser-mark-head h1 {
    font-size: 36px;
    line-height: normal;
  }

  .probat .single-teaser-module .single-teaser-slider-overlay .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }

  .probat .single-teaser-module .flickity-button.previous {
    left: 20px;
  }

  .probat .single-teaser-module .flickity-button.next {
    right: 20px;
  }

  .probat .professional-teaser .professional-teaser-text {
    bottom: 30px;
  }

  .probat .professional-teaser .professional-teaser-text h4 span {
    line-height: 40px;
  }

  .probat .text-elemet-module .entry {
    max-width: inherit;
  }

  .probat .life-cycle-module .life-cycle-caption-block i {
    margin-right: 0px;
    display: block;
  }

  .probat .life-cycle-module .life-cycle-caption-block span {
    display: block;
    max-width: inherit;
    margin-top: 10px;
  }

  .probat .industry-listing-module .indystry-info-block {
    padding: 0 5px;
  }

  .probat .team-member-module.type-two .my-col {
    float: left;
  }

  .probat .team-member-module.type-two .my-col * {
    text-align: center;
  }

  .probat .team-content-block {
    text-align: center;
    padding: 20px;
  }

  .probat .team-member-module .team-member-block, .probat .team-content-block .team-member-block {
    text-align: center;
  }

  .probat .team-member-module .team-dp, .probat .team-content-block .team-dp {
    margin-bottom: 10px;
  }

  .probat .team-member-module .team-dp.set-back, .probat .team-content-block .team-dp.set-back {
    margin-right: 0px;
    background-image: none !important;
  }

  .probat .team-member-module .team-dp.set-back > img, .probat .team-content-block .team-dp.set-back > img {
    display: inline-block;
  }

  .probat .team-member-module .team-info, .probat .team-content-block .team-info {
    display: block;
    max-width: inherit;
  }

  .probat .container-fluid > .content-group > .configaration-module {
    display: block;
  }

  .probat .container-fluid > .configaration-module {
    display: none;
  }

  .probat .map-module {
    display: none;
  }

  .probat ul.submenu {
    padding-right: 20px;
  }

  .probat .contact-banner .contacts-data > div {
    width: 100%;
  }
  .probat .contact-banner .team-content-block {
    padding-left: 50px;
    padding-right: 50px;
    text-align: left;
  }
  .probat .contact-banner.contact-banner-2col .team-content-block {
    min-height: unset;
  }
  .probat .contact-banner.contact-banner-3col .team-content-block {
    min-height: unset;
  }
  .probat .contact-banner .team-member-module .team-dp.set-back,
  .probat .contact-banner .team-content-block .team-dp.set-back {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .probat .contact-banner.contact-banner-2col .team-member-module .team-dp.set-back,
  .probat .contact-banner.contact-banner-2col .team-content-block .team-dp.set-back {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0;
    display: inline-block;
  }
  .probat .contact-banner .team-member-module .team-info,
  .probat .contact-banner .team-content-block .team-info {
    display: inline-block;
    max-width: 50%;
  }
  .probat .contact-banner.contact-banner-2col .team-member-module .team-info,
  .probat .contact-banner.contact-banner-2col .team-content-block .team-info {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    width: unset;
  }

  .probat .image-with-caption-module.big-mark-head .img-caption-text {
    font-size: 36px;
    line-height: normal;
  }
  .probat .image-with-caption-module.big-mark-head .img-caption-text .table-wrap {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }

  .probat .grid-element .background-box {
    padding: 20px;
  }
}

/* tab */

/* mobile */
@media screen and (max-width:767px) {
  .probat {

    /* basic */

    /* basic */

    /* team-member-module */

    /* team-member-module */

    /* presse-relese-module */

    /* presse-relese-module */

    /* image-with-caption-module */

    /* image-with-caption-module */

    /* configaration-module type-two */

    /* configaration-module type-two */

    /* tile-teaser-module */

    /* tile-teaser-module */

    /* text-elemet-module */

    /* text-elemet-module */

    /* breadcrumb-module */

    /* breadcrumb-module */

    /* header */

    /* header */

    /* single teaser slider */

    /* single teaser slider */

    /* industry-listing-module */

    /* industry-listing-module */

    /* gallery-module */

    /* gallery-module */

    /* colored-content-box-module */

    /* colored-content-box-module */

    /* configaration-module type-one */

    /* configaration-module type-one */

    /* life-cycle-module */

    /* life-cycle-module */

    /* grid-content-module */

    /* grid-content-module */

    /* footer */

    /* footer */

    /* responsive-device-navigation */

    /* responsive-device-navigation */
  }

  .probat .extended-gallery-module .carousel .slides li {
    width: 100% !important;
  }

  .probat .extended-gallery-module.gallery2x2 .carousel .slides li {
    width: 100% !important;
  }

  .probat .team-member-module-type-two {
    margin: 0 10px;
  }

  .probat .team-member-module-type-two .team-content-block {
    width: 100%;
    float: none;
    padding: 0 10px;
    text-align: center;
  }

  .probat .team-member-module-type-two .team-content-block:nth-child(2) {
    margin-top: 40px;
  }

  .probat .inner-content {
    margin-bottom: 60px;
  }

  .probat .one-col:nth-child(1) {
    margin-top: 0px !important;
  }

  .probat .two-col:nth-child(1) {
    margin-top: 0px !important;
  }

  .probat .three-col:nth-child(1) {
    margin-top: 0px !important;
  }

  .probat .four-col:nth-child(1) {
    margin-top: 0px !important;
  }

  .probat .section-gap {
    margin-bottom: 20px;
  }

  .probat .entry h1, .probat .entry h2, .probat .entry h3, .probat .entry h4, .probat .entry h5, .probat .entry h6 {
    margin-bottom: 20px;
  }

  .probat .entry h1 {
    font-size: 26px;
  }

  .probat .entry h2 {
    font-size: 19px;
    line-height: normal;
  }

  .probat .frame-type-header.frame-layout-headerBackground h2 {
    font-size: 16px;
    line-height: 28px;
  }

  .probat .frame-type-header.frame-layout-headerBackground h2 {
    font-size: 14px;
    line-height: 24px;
  }

  .probat .entry p {
    font-size: 13px;
    line-height: 24px;
  }

  .probat .entry li {
    font-size: 13px;
    line-height: 16px;
    margin-top: 10px;
  }

  .probat .element.element-gap-lg {
    margin-bottom: 40px;
  }

  .probat .element.element-gap-Exlg {
    margin-bottom: 60px;
  }

  .probat .two-column-content-module .block {
    width: 100% !important;
  }

  .probat .two-column-content-module .block.left {
    margin-bottom: 25px;
  }

  .probat .team-member-module.type-two .my-col {
    float: none;
    display: block;
  }

  .probat .image-with-caption-module .img-caption-text {
    font-size: 20px;
  }

  .probat .configaration-module.type-two .inner-config-info-holder {
    width: 22.66%;
    min-height: 50px;
  }

  .probat .configaration-module.type-two .inner-config-info-holder:first-child {
    width: 32%;
  }

  .probat .configaration-module.type-two .config-iconic-info {
    padding: 5px;
  }

  .probat .configaration-module.type-two .config-iconic-info.measure-info {
    padding: 5px;
  }

  .probat .configaration-module.type-two .config-iconic-info span {
    font-size: 10px;
  }

  .probat .configaration-module.type-two .config-iconic-info i {
    margin-bottom: 5px;
  }

  .probat .configaration-module.type-two .config-iconic-info i img {
    max-width: 30px;
  }

  .probat .configaration-module.type-two .config-iconic-info .measure-text {
    font-size: 13px;
  }

  .probat .configaration-module.type-two .config-header {
    font-size: 13px;
    text-align: center;
    padding: 5px;
  }

  .probat .tile-teaser-module .tile-block {
    width: 100% !important;
    height: auto !important;
  }

  .probat .tile-teaser-module .tile-block .tile-teaser-img.set-back {
    background-image: none !important;
  }

  .probat .tile-teaser-module .tile-block .tile-teaser-img.set-back > img {
    display: block;
    width: 100%;
    height: auto;
  }

  .probat .tile-teaser-module .tile-block.tile-one, .probat .tile-teaser-module .tile-block.tile-ten, .probat .tile-teaser-module .tile-block.tile-eleven {
    height: 247px;
  }

  .probat .tile-teaser-module .tile-block.tile-one .tile-teaser-overlay-content, .probat .tile-teaser-module .tile-block.tile-ten .tile-teaser-overlay-content, .probat .tile-teaser-module .tile-block.tile-eleven .tile-teaser-overlay-content {
    margin-bottom: 75px;
  }

  .probat .tile-teaser-module .tile-block.tile-two {
    height: 144px;
  }

  .probat .tile-teaser-module .tile-block.tile-two .tile-teaser-overlay-content {
    margin-bottom: 10px;
  }

  .probat .tile-teaser-module .tile-block.tile-three {
    height: 206px;
  }

  .probat .tile-teaser-module .tile-block.tile-three .tile-teaser-overlay-content {
    margin-bottom: 20px;
  }

  .probat .tile-teaser-module .tile-block.tile-four {
    height: 380px;
  }

  .probat .tile-teaser-module .tile-block.tile-four .tile-teaser-overlay-content {
    margin-bottom: 244px;
  }

  .probat .tile-teaser-module .tile-block.tile-five {
    height: 86px;
  }

  .probat .tile-teaser-module .tile-block.tile-five .tile-teaser-overlay-content {
    margin-bottom: 0px;
  }

  .probat .tile-teaser-module .tile-block.tile-six {
    height: 173px;
  }

  .probat .tile-teaser-module .tile-block.tile-six .tile-teaser-overlay-content {
    margin-bottom: 40px;
  }

  .probat .tile-teaser-module .tile-block.tile-seven {
    width: 100%;
    height: 247px;
  }

  .probat .tile-teaser-module .tile-block.tile-seven .tile-teaser-slider-overlay {
    margin-top: 0;
  }

  .probat .tile-teaser-module .tile-block.tile-seven .tile-teaser-slider-overlay:before {
    display: none;
  }

  .probat .tile-teaser-module .tile-block.tile-seven .teaser-mark-content {
    margin-top: 10px;
    padding-left: 0;
  }

  .probat .tile-teaser-module .tile-block.tile-seven .teaser-mark-content p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .probat .tile-teaser-module .tile-block.tile-seven .teaser-mark-content p:last-child {
    font-size: 11px;
    line-height: 15px;
  }

  .probat .tile-teaser-module .tile-block.tile-seven .single-tile-module .slider-block .single-tile-slider-image {
    min-height: 247px;
  }

  .probat .tile-teaser-module .tile-block.tile-eight {
    width: 50%;
    height: 206px;
  }

  .probat .tile-teaser-module .tile-block.tile-eight .tile-teaser-img {
    float: right;
    position: relative;
  }

  .probat .tile-teaser-module .tile-block.tile-nine {
    width: 50%;
    height: 206px;
    padding-bottom: 60px;
  }

  .probat .tile-teaser-module .tile-block.tile-nine .tile-teaser-overlay-content-wrap h4 {
    font-size: 18px;
  }

  .probat .tile-teaser-module .tile-teaser-overlay-content .entry {
    margin-right: -12px;
    margin-left: -12px;
  }

  .probat .tile-teaser-module .tile-teaser-overlay-content .entry h4 {
    font-size: 14px;
  }

  .probat .tile-teaser-module .tile-teaser-overlay-content .entry p {
    font-size: 12px;
  }

  .probat .tile-teaser-module .teaser-mark-head h1 {
    font-size: 18px;
  }

  .probat .tile-teaser-module .teaser-mark-head h1 span {
    padding: 5px 11px;
  }

  .probat .tile-teaser-module .teaser-mark-head h4 {
    font-size: 12px;
  }

  .probat .tile-teaser-module .teaser-mark-head h4 span {
    padding: 4px 14px;
  }

  .probat .tile-teaser-module .tile-teaser-overlay-content-wrap {
    padding: 20px;
  }

  .cite {
    font-size: 11px;
    line-height: 15px;
  }

  .probat .text-elemet-module.intro-txt-elem-module .entry p, .probat .text-elemet-module.intro-txt-elem-module .entry li {
    font-size: 13px;
    line-height: 21px;
  }

  .probat .breadcrumb-module ul li {
    font-size: 10px;
  }

  .probat .header .main-header-wrap {
    padding-top: 11px;
  }

  .probat .header .header-block {
    height: 50px;
  }

  .probat .header .header-block.header-right-block {
    width: 30%;
  }

  .probat .header .header-block.header-left-block {
    width: 70%;
    margin-top: 7px;
  }

  .probat .header .header-left-elements.device-menu-hamberg {
    margin-right: 25px;
  }

  .probat .header .input-search {
    transition: none;
  }

  .probat .header .input-search.open {
    border-left: none;
    width: 22px;
  }

  .probat .header .input-search .search-input {
    width: 150px;
    position: absolute;
    left: -150px;
    border: 1px solid #72caeb;
    border-right: none;
    top: 0px;
    height: 30px;
    top: -1px;
  }

  .probat .single-teaser-module.normal-slider .slider-block .single-teaser-slider-image {
    min-height: 250px;
  }

  .probat .single-teaser-module .single-teaser-slider-overlay .teaser-mark-head h1 {
    font-size: 20px;
    line-height: 26px;
  }

  .probat .single-teaser-module .single-teaser-slider-overlay .teaser-mark-head h1 span {
    padding: 5px 12px !important;
  }

  .probat .single-teaser-module .single-teaser-slider-overlay .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }

  .probat .single-teaser-module .flickity-button {
    width: 11px;
    height: 20px;
  }

  .probat .single-teaser-module .flickity-button.previous {
    left: 20px;
  }

  .probat .single-teaser-module .flickity-button.next {
    right: 20px;
  }

  .probat .single-teaser-module .flickity-page-dots {
    bottom: 20px;
  }

  .probat .single-teaser-module .flickity-page-dots li {
    width: 10px;
    height: 10px;
  }

  .probat .industry-listing-module .indystry-info-block {
    padding: 0px;
    height: auto !important;
  }

  .probat .industry-listing-module .my-col {
    margin-bottom: 20px;
  }

  .probat .industry-listing-module .my-col:last-child {
    margin-bottom: 0px;
  }

  .probat .industry-listing-module .industry-list-row.type-two {
    margin-bottom: 20px;
  }

  .probat .gallery-module .block {
    width: 50% !important;
  }

  .probat .colored-content-box-module {
    padding: 30px 20px;
  }

  .probat .configaration-module.type-one .config-header-block {
    width: 100%;
    margin-bottom: 5px;
  }

  .probat .configaration-module.type-one .config-info-block {
    width: 100%;
  }

  .probat .configaration-module.type-one .inner-config-info-holder {
    width: 100%;
  }

  .probat .configaration-module.type-one .inner-config-info-holder:first-child {
    margin-bottom: 2px;
  }

  .probat .configaration-module.type-one .inner-config-info-holder .main-wrap {
    height: 50px !important;
  }

  .probat .configaration-module.type-one .config-header {
    padding: 22px 12px;
    font-size: 19px;
  }

  .probat .configaration-module.type-one .config-iconic-info {
    padding: 8px 12px;
  }

  .probat .configaration-module.type-one .config-iconic-info.measure-info {
    padding: 8px 12px 8px 57px;
  }

  .probat .configaration-module.type-one .config-iconic-info span {
    font-size: 13px;
  }

  .probat .configaration-module.type-one .config-iconic-info i {
    width: 30px;
    margin-right: 11px;
  }

  .probat .configaration-module.type-one .config-iconic-info .measure-text {
    font-size: 16px;
  }

  .probat .life-cycle-module .life-cycle-caption-block {
    padding: 0px;
    width: 100%;
    margin-bottom: 25px;
  }

  .probat .life-cycle-module .life-cycle-caption-block i {
    display: inline-block;
    margin-right: 3px;
    width: 48px;
  }

  .probat .life-cycle-module .life-cycle-caption-block span {
    font-size: 16px;
    display: inline-block;
    margin: 0px;
    max-width: 80%;
  }

  .probat .life-cycle-module .life-cycle-info-block {
    padding: 0px;
    border: none;
    width: 100%;
  }

  .probat .grid-content-module .grid-content-module-block span {
    font-size: 13px;
  }

  .probat .grid-content-module .grid-content-module-block:nth-child(2) {
    margin-top: 0px;
  }

  .probat .grid-content-module .grid-content-module-block .main-wrap {
    min-height: 117px;
  }

  .probat .footer-wrap {
    padding: 30px 0 50px 0;
  }

  .probat .footer-social-block {
    max-width: inherit;
    margin-bottom: 45px;
  }

  .probat .footer-menu-block {
    max-width: inherit;
  }

  .probat .footer-menu-block ul li {
    margin-bottom: 16px;
    margin-right: 10px;
  }

  .probat.instagram-tile-filter-page .footer-menu-block ul li {
    display: inline;
  }

  .probat .footer-menu-block ul li:last-child {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
  }

  .probat .tx-indexedsearch-searchbox .form-group {
    width: 100%;
  }

  .probat .search-autocomplete-results {
    width: 172px;
    left: inherit;
    right: 0px;
  }

  .probat .responsive-device-navigation li.menu-label-heading {
    color: #72caeb;
    text-transform: uppercase;
  }

  .probat .responsive-device-navigation li.menu-label-heading > a {
    color: #72caeb;
    padding-left: 0 !important;
  }

  .probat .responsive-device-navigation li.menu-label-heading span:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  .probat .responsive-device-navigation .primary-label {
    width: 100%;
  }

  .probat .responsive-device-navigation .primary-label li.has-sub > a + span + ul {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    background-color: #50585e;
    z-index: 10;
    padding: 70px 20px 100px 20px;
    overflow-y: auto;
  }

  .probat .responsive-device-navigation .primary-label li.has-sub > a + span + ul > li:last-child {
    margin-bottom: 200px;
  }

  .probat .responsive-device-navigation .primary-label > li.has-sub ul li a {
    padding-left: 20px !important;
  }

  .probat .responsive-device-navigation .primary-label > li.has-sub ul li.menu-label-heading a {
    padding-left: 0px !important;
  }

  .probat .addressMap {
    height: 500px;
  }

  .probat ul.submenu {
    border-right: none;
  }

  .probat .column-content div.my-col>div.frame-layout-downloadItem:first-child {
    margin-top: 3em;
  }

  .probat .contact-banner .contact-banner-enlight {
    background: none;
  }
  .probat .contact-banner .contact-banner-gradient {
    background: none;
  }
  .probat .contact-banner .contact-banner-gradient>p {
    display: none;
  }
  .probat .contact-banner .placeholder {
    display: none;
  }
  .probat .contact-banner.contact-banner-2col .contacts-data {
    width: 100%;
  }
  .probat .contact-banner.contact-banner-3col .contacts-data {
    width: 100%;
  }

  .probat .image-with-caption-module.big-mark-head .img-caption-text {
    font-size: 20px;
    line-height: 26px;
  }
  .probat .image-with-caption-module.big-mark-head .img-caption-text .table-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
  .probat .image-with-caption-module.big-mark-head .img-caption-text .table-wrap span {
    padding: 5px 12px !important;
  }
}

/* mobile */

@media screen and (max-width: 449px) {

  .probat .contact-banner .team-member-module .team-dp.set-back,
  .probat .contact-banner .team-content-block .team-dp.set-back {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .probat .contact-banner.contact-banner-2col .team-member-module .team-dp.set-back,
  .probat .contact-banner.contact-banner-2col .team-content-block .team-dp.set-back {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .probat .contact-banner .team-member-module .team-info,
  .probat .contact-banner .team-content-block .team-info {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    max-width: unset;
  }
  .probat .contact-banner.contact-banner-2col .team-member-module .team-info,
  .probat .contact-banner.contact-banner-2col .team-content-block .team-info {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    max-width: unset;
  }
}

/* for map module */
@media screen and (max-width:1500px) {
  .probat .building-module .building-popup-info .building-pop-reading {
    padding: 50px 15px;
  }

  .probat .building-module .building-popup-info .building-pop-reading .entry {
    max-height: 100%;
    overflow: auto;
  }

  .probat .building-module .building-popup-info .building-pop-reading .entry h1, .probat .building-module .building-popup-info .building-pop-reading .entry h2, .probat .building-module .building-popup-info .building-pop-reading .entry h3, .probat .building-module .building-popup-info .building-pop-reading .entry h4, .probat .building-module .building-popup-info .building-pop-reading .entry h5, .probat .building-module .building-popup-info .building-pop-reading .entry h6 {
    color: #72caeb;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: normal;
  }

  .probat .building-module .building-popup-info .building-pop-reading .entry p, .probat .building-module .building-popup-info .building-pop-reading .entry li {
    color: #fff;
    line-height: normal;
    margin-bottom: 10px;
    font-size: 14px;
  }

}

@media screen and (max-width:1500px) and (min-width:1281px) {
  .probat .building-module .building-popup-info .building-pop-reading {
    padding: 50px 15px;
  }

  .probat .building-module > .main-wrap {
    height: 627px;
  }

  .probat .building-module .building-graphic-area {
    width: 1500px;
  }

  .probat .building-module .graphic-pin-area {
    width: 1068px;
    left: 128px;
  }

  .probat .building-module .graphic-pin.graphic-item1 {
    top: 310px;
    left: 130px;
    width: 88px;
    height: 26px;
  }

  .probat .building-module .graphic-pin.graphic-item2 {
    top: 388px;
    left: 161px;
    width: 183px;
    height: 27px;
  }

  .probat .building-module .graphic-pin.graphic-item3 {
    top: 446px;
    left: 61px;
    width: 118px;
    height: 53px;
  }

  .probat .building-module .graphic-pin.graphic-item4 {
    top: 221px;
    left: 356px;
    width: 133px;
    height: 27px;
  }

  .probat .building-module .graphic-pin.graphic-item5 {
    top: 167px;
    left: 411px;
    width: 136px;
    height: 27px;
  }

  .probat .building-module .graphic-pin.graphic-item6 {
    top: 271px;
    left: 534px;
    width: 84px;
    height: 26px;
  }

  .probat .building-module .graphic-pin.graphic-item7 {
    top: 104px;
    left: 653px;
    width: 85px;
    height: 47px;
  }

  .probat .building-module .graphic-pin.graphic-item8 {
    top: 119px;
    left: 778px;
    width: 83px;
    height: 26px;
  }

  .probat .building-module .graphic-pin.graphic-item9 {
    top: 340px;
    left: 981px;
    width: 84px;
    height: 25px;
  }

}

@media screen and (max-width:1280px) {
  .probat .building-module > .main-wrap {
    height: 535px;
  }

  .probat .building-module .building-graphic-area {
    width: 1280px;
  }

  .probat .building-module .graphic-pin-area {
    width: 911px;
    left: 108px;
  }

  .probat .building-module .graphic-pin.graphic-item1 {
    top: 264px;
    left: 111px;
    width: 75px;
    height: 23px;
  }

  .probat .building-module .graphic-pin.graphic-item2 {
    top: 331px;
    left: 138px;
    width: 156px;
    height: 23px;
  }

  .probat .building-module .graphic-pin.graphic-item3 {
    top: 381px;
    left: 53px;
    width: 101px;
    height: 45px;
  }

  .probat .building-module .graphic-pin.graphic-item4 {
    top: 189px;
    left: 304px;
    width: 114px;
    height: 23px;
  }

  .probat .building-module .graphic-pin.graphic-item5 {
    top: 142px;
    left: 351px;
    width: 116px;
    height: 23px;
  }

  .probat .building-module .graphic-pin.graphic-item6 {
    top: 231px;
    left: 456px;
    width: 72px;
    height: 21px;
  }

  .probat .building-module .graphic-pin.graphic-item7 {
    top: 89px;
    left: 557px;
    width: 72px;
    height: 40px;
  }

  .probat .building-module .graphic-pin.graphic-item8 {
    top: 102px;
    left: 665px;
    width: 72px;
    height: 22px;
  }

  .probat .building-module .graphic-pin.graphic-item9 {
    top: 290px;
    left: 838px;
    width: 72px;
    height: 22px;
  }

}

@media screen and (min-width:1051px) {
  .probat .building-module .dropdown {
    display: none;
  }

}

@media screen and (max-width:1050px) {
  .probat .building-module {
    position: relative;
  }

  .probat .building-module:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/building-dflt-flat-prototype.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    content: ' ';
    display: block;
    opacity: 0.1;
  }

  .probat .building-module .default-graphic-area {
    background: none !important;
  }

  .probat .building-module .building-popup-info {
    width: 100%;
  }

  .probat .building-module .building-popup-info .flickity-page-dots {
    display: none;
  }

  .probat .building-module .building-popup-info .building-pop-img {
    width: 100%;
  }

  .probat .building-module .building-popup-info .building-pop-reading {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
  }

  .probat .building-module .main-wrap {
    text-align: center;
    padding: 20px;
    background-image: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/building-dflt-flat-prototype.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left center;
  }

  .probat .building-module .main-wrap * {
    text-align: left;
  }

  .probat .building-module:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    content: ' ';
  }

  .probat .building-module .graphic-pin-area, .probat .building-module .hovered-graphic-area-wrap {
    display: none;
  }

  .probat .building-module .dropdown {
    position: relative;
    z-index: 8;
    padding: 0px;
    text-transform: uppercase;
    text-align: left;
    width: 200px;
    margin: 0 auto;
  }

  .probat .building-module .dropdown button {
    font-size: 14px;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
    background-color: #535659;
    background-image: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/white-down-arrow.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px;
  }

  .probat .building-module .dropdown .dropdown-menu {
    top: inherit;
    margin: 0px;
    padding: 8px 0;
    left: inherit;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    background-color: #edeeee;
    min-width: inherit;
    width: 100%;
  }

  .probat .building-module .dropdown .dropdown-menu a {
    display: block;
    padding: 8px;
    font-size: 14px;
  }

  .probat .building-module .dropdown .dropdown-menu a:hover {
    background-color: #72caeb;
    color: #fff;
  }

}

/* for map module */

/* responsive setting for sustainability / tile filter */
@media screen and (max-width:1699px){
  .probat .tile-filter .items>div {
    height: 450px;
  }

  .probat .tile-filter .items .ce-above .ce-gallery img {
    height: 450px;
  }
}

@media screen and (max-width:1500px) {
  .probat .tile-filter .items>div {
    height: 395px;
  }

  .probat .tile-filter .items .ce-above .ce-gallery img {
    height: 395px;
  }
}

@media screen and (max-width:1099px) {

  .probat .tile-filter .category-filter ul {
    width: 600px;
  }

  .probat .tile-filter .category-filter li {
    margin-bottom: 10px;
  }

  .probat .tile-filter .items>.frame-layout-tilefilterLayoutLarge,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutLarge {
    width: 100%;
  }

  .probat .tile-filter .items>.frame-layout-tilefilterLayoutSmall,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutSmall {
    width: 50%;
  }

  .probat .tile-filter .items>div {
    height: 430px;
  }

  .probat .tile-filter .items .ce-above .ce-gallery img {
    height: 430px;
  }
}

@media screen and (max-width:768px) {
  .probat .tile-filter .category-filter ul {
    width: auto;
    margin-bottom: 20px;
  }

  .probat .tile-filter .category-filter li {
    display: block;
    margin-bottom: 10px;
  }

  .probat .tile-filter .items>div {
    height: 375px;
  }

  .probat .tile-filter .items .ce-above .ce-gallery img {
    height: 375px;
  }

  .probat .tile-filter .items>.frame-layout-tilefilterLayoutLarge h2,
  .probat .tile-filter .items>.frame-layout-tilefilterLayoutLarge h3,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutLarge h2,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutLarge h3 {
    font-size: 18px;
  }

  .probat .tile-filter .items>.frame-layout-tilefilterLayoutLarge h2 a,
  .probat .tile-filter .items>.frame-layout-tilefilterLayoutLarge h3 a,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutLarge h2 a,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutLarge h3 a {
    font-size: 18px;
    padding: 5px 11px;
  }

  .probat .tile-filter .items>.frame-layout-tilefilterLayoutLarge h3,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutLarge h3 {
    margin-top: 3px;
  }

  .probat .tile-filter .items>.frame-layout-tilefilterLayoutSmall h2,
  .probat .tile-filter .items>.frame-layout-tilefilterLayoutSmall h3,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutSmall h2,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutSmall h3 {
    font-size: 12px;
  }

  .probat .tile-filter .items>.frame-layout-tilefilterLayoutSmall h2 a,
  .probat .tile-filter .items>.frame-layout-tilefilterLayoutSmall h3 a,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutSmall h2 a,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutSmall h3 a {
    font-size: 12px;
    padding: 4px 14px;
  }

  .probat .tile-filter .items>.frame-layout-tilefilterLayoutSmall h3,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutSmall h3 {
    margin-top: 3px;
  }

}

@media screen and (max-width:600px) {
  .probat .tile-filter .items>div {
    height: 300px;
  }

  .probat .tile-filter .items .ce-above .ce-gallery img {
    height: 300px;
  }

  .probat .tile-filter .items > div header {
    left: 20px;
  }

  .probat .tile-filter .items>.frame-layout-tilefilterLayoutLarge h2 a,
  .probat .tile-filter .items>.frame-layout-tilefilterLayoutLarge h3 a,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutLarge h2 a,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutLarge h3 a {
    padding: 3px 10px;
  }

  .probat .tile-filter .items>.frame-layout-tilefilterLayoutSmall h2 a,
  .probat .tile-filter .items>.frame-layout-tilefilterLayoutSmall h3 a,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutSmall h2 a,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutSmall h3 a {
    padding: 3px 9px;
  }

}

@media screen and (max-width:450px) {
  .probat .tile-filter .items>div {
    height: 200px;
  }

  .probat .tile-filter .items .ce-above .ce-gallery img {
    height: 200px;
  }

  .probat.instagram-tile-filter-page .tile-filter .items>.frame-layout-tilefilterLayoutSmall h2 a,
  .probat.instagram-tile-filter-page .tile-filter .items>.frame-layout-tilefilterLayoutSmall h3 a,
  .probat.instagram-tile-filter-page .tile-filter .items>.frame-layout-simpleTileGridLayoutSmall h2 a,
  .probat.instagram-tile-filter-page .tile-filter .items>.frame-layout-simpleTileGridLayoutSmall h3 a {
    font-size: 14px;
    padding: 5px 7px;
  }

  .probat.instagram-tile-filter-page main.inner-content {
    margin-bottom: 102px !important;
  }
}

@media screen and (max-width:375px) {
  .probat .tile-filter .items>div {
    height: 180px;
  }

  .probat .tile-filter .items .ce-above .ce-gallery img {
    height: 180px;
  }

  .probat .tile-filter .items > div header {
    left: 10px;
  }

  .probat .tile-filter .items>.frame-layout-tilefilterLayoutLarge h2 a,
  .probat .tile-filter .items>.frame-layout-tilefilterLayoutLarge h3 a,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutLarge h2 a,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutLarge h3 a {
    padding: 3px 4px;
  }

  .probat .tile-filter .items>.frame-layout-tilefilterLayoutSmall h2 a,
  .probat .tile-filter .items>.frame-layout-tilefilterLayoutSmall h3 a,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutSmall h2 a,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutSmall h3 a {
    padding: 3px 5px;
  }

}

@media screen and (min-width:1921px) {
  .probat .tile-filter .items>div {
    height: 26vw;
  }
  .probat .tile-filter .items>div header {
    left: 2.1vw;
  }
  .probat .tile-filter .items>.frame-layout-tilefilterLayoutLarge h2 a,
  .probat .tile-filter .items>.frame-layout-tilefilterLayoutLarge h3 a,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutLarge h2 a,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutLarge h3 a {
    font-size: 1.9vw;
    padding: 0.6vw 1vw;
  }
  .probat .tile-filter .items>.frame-layout-tilefilterLayoutSmall h2 a,
  .probat .tile-filter .items>.frame-layout-tilefilterLayoutSmall h3 a,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutSmall h2 a,
  .probat .tile-filter .items>.frame-layout-simpleTileGridLayoutSmall h3 a {
    font-size: 1.4vw;
    padding: 0.48vw 0.83vw;
  }
  .probat .tile-filter .items .ce-above .ce-gallery img {
    height: 26vw;
  }
}

@media screen and (max-width:1279px) and (min-width:1100px) {
  .probat .main-nav-block nav > ul > li {
    margin-right: 15px;
  }
  .probat .header .header-left-elements {
    margin-right: 15px;
  }
  .probat .header .header-left-elements {
    margin-right: 15px;
  }
  .probat .input-search.open {
    width: 120px;
  }
}

/* responsive setting for panorama360 */
@media screen and (max-width:1024px) {
  .panorama360 {
    height: 400px;
  }
}

@media screen and (max-width:768px) {
  .panorama360 {
    height: 300px;
  }
}

@media screen and (max-width:375px) {
  .panorama360 {
    height: 240px;
  }
}

/* responsive setting for tile ticker */
@media screen and (max-width: 767px) {
  .probat .tileticker-container {
    height: 201px;
  }

  .probat .tileticker-container ul {
    height: 201px;
  }

  .probat .tileticker-container img {
    width: 298px;
    height: 199px;
  }

  .probat .tileticker-container .title {
    font-size: 13px;
  }
}

@media screen and (max-width: 359px) {
  .probat .tileticker-container {
    height: 159px;
  }

  .probat .tileticker-container ul {
    height: 159px;
  }

  .probat .tileticker-container img {
    width: 235px;
    height: 157px;
  }
}

/* responsive settings for product tables */
@media screen and (max-width:1399px) {
  .probat .product-table .numcols-8 > .product-header {
    display: none;
  }
  .probat .product-table .numcols-8 .product-item {
    display: block;
  }
  .probat .product-table .numcols-8 .product-property-label {
    display: block;
  }
}

@media screen and (max-width:1179px) {
  .probat .product-table .numcols-7 > .product-header {
    display: none;
  }
  .probat .product-table.header-none .numcols-7 > .product-header {
    display: block;
  }
  .probat .product-table .numcols-7 .product-item {
    display: block;
  }
  .probat .product-table .numcols-7 .product-property-label {
    display: block;
  }

  .probat .product-table .numcols-6 > .product-header {
    display: none;
  }
  .probat .product-table .numcols-6 .product-item {
    display: block;
  }
  .probat .product-table .numcols-6 .product-property-label {
    display: block;
  }
}

@media screen and (max-width:1099px) {
  .probat .product-table .numcols-4 > .product-header {
    display: none;
  }
  .probat .product-table .numcols-4 .product-item {
    display: block;
  }
  .probat .product-table .numcols-4 .product-property-label {
    display: flex;
  }
}

@media screen and (max-width:1023px) {
  .probat .product-table .numcols-8 .product-properties {
    display: block;
    width: 100%;
    max-width: 728px;
    margin: 0 auto;
  }
  .probat .product-table .numcols-8 .product-property-item {
    display: grid;
    grid-template-columns: 3fr 2fr;
  }
  .probat .product-table .numcols-8 .product-property-label {
    display: flex;
  }
  .probat .product-table .numcols-8 .property-label-description {
    margin-top: 0;
    margin-left: 15px;
  }
  .probat .product-table .numcols-8 .product-property-value {
    padding-top: 18px;
  }
}

@media screen and (max-width:959px) {
  .probat .product-table .numcols-7 .product-properties {
    display: block;
    width: 100%;
    max-width: 728px;
    margin: 0 auto;
  }
  .probat .product-table .numcols-7 .product-property-item {
    display: grid;
    grid-template-columns: 3fr 2fr;
  }
  .probat .product-table .numcols-7 .product-property-label {
    display: flex;
  }
  .probat .product-table .numcols-7 .property-label-description {
    margin-top: 0;
    margin-left: 15px;
  }
  .probat .product-table .numcols-7 .product-property-value {
    padding-top: 18px;
  }

  .probat .product-table .numcols-5 > .product-header {
    display: none;
  }
  .probat .product-table .numcols-5 .product-item {
    display: block;
  }
  .probat .product-table .numcols-5 .product-property-label {
    display: block;
  }
}

@media screen and (max-width:767px) {
  .probat .product-table .numcols-6 .product-properties {
    display: block;
  }
  .probat .product-table .numcols-6 .product-property-item {
    display: grid;
    grid-template-columns: 3fr 2fr;
  }
  .probat .product-table .numcols-6 .product-property-label {
    display: flex;
  }
  .probat .product-table .numcols-6 .property-label-description {
    margin-top: 0;
    margin-left: 15px;
  }
  .probat .product-table .numcols-6 .product-property-value {
    padding-top: 18px;
  }

  .probat .product-table .numcols-5 .product-properties {
    display: block;
  }
  .probat .product-table .numcols-5 .product-property-item {
    display: grid;
    grid-template-columns: 3fr 2fr;
  }
  .probat .product-table .numcols-5 .product-property-label {
    display: flex;
  }
  .probat .product-table .numcols-5 .property-label-description {
    margin-top: 0;
    margin-left: 15px;
  }
  .probat .product-table .numcols-5 .product-property-value {
    padding-top: 18px;
  }

  .probat .product-table .numcols-4 .product-properties {
    display: block;
  }
  .probat .product-table .numcols-4 .product-property-item {
    display: grid;
    grid-template-columns: 3fr 2fr;
  }
  .probat .product-table .numcols-4 .product-property-value {
    padding-top: 18px;
  }

  .probat .product-table .numcols-3 > .product-header {
    display: none;
  }
  .probat .product-table .numcols-3 .product-item {
    display: block;
  }
  .probat .product-table .numcols-3 .product-property-label {
    display: flex;
  }
}

@media screen and (max-width:479px) {
  .probat .product-table .numcols-3 .product-properties {
    display: block;
  }
  .probat .product-table .numcols-3 .product-property-item {
    display: grid;
    grid-template-columns: 3fr 2fr;
  }
  .probat .product-table .numcols-3 .product-property-value {
    padding-top: 18px;
  }

  .probat .product-table .numcols-2 > .product-header {
    display: none;
  }
  .probat .product-table .numcols-2 .product-item {
    display: block;
  }
  .probat .product-table .numcols-2 .product-properties {
    display: block;
  }
  .probat .product-table .numcols-2 .product-property-item {
    display: grid;
    grid-template-columns: 3fr 2fr;
  }
  .probat .product-table .numcols-2 .product-property-label {
    display: flex;
  }
  .probat .product-table .numcols-2 .product-property-value {
    padding-top: 18px;
  }
}

/* responsive settings for special CEs for trainings */
@media screen and (max-width:767px) {
  .probat .ce-grid.wrap {
    display: block;
  }

  .probat .teaser-subtext .teaser-image {
    width: 169px;
    margin: 0 auto 20px;
  }

  .probat .teaser-booking .teaser-image {
    width: 190px;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width:1276px) {

  .probat .training3days-container.open-day {
    width: 960px;
  }

  .probat .training3days-container.open-day-1 {
    grid-template-columns: auto 74px 74px;
  }

  .probat .training3days-container.open-day-2 {
    grid-template-columns: 74px auto 74px;
  }

  .probat .training3days-container.open-day-3 {
    grid-template-columns: 74px 74px auto;
  }

  .probat .training3days-container.open-day-1 .day-2 .day-expand {
    margin-left: -236px;
  }

  .probat .training3days-container.open-day-1 .day-3 .day-expand {
    margin-left: -236px;
  }

  .probat .training3days-container.open-day-2 .day-3 .day-expand {
    margin-left: -236px;
  }

  .probat .training3days-container.open-day-3 .day-1.day-header::before {
    left: 73px;
  }
}

@media screen and (max-width:1000px) {
  .probat .training3days-container {
    width: 728px;
  }

  .probat .training3days-container.open-day {
    width: 728px;
  }

  .probat .training3days-container.open-day-1 {
    grid-template-columns: auto 83px 83px;
  }

  .probat .training3days-container.open-day-2 {
    grid-template-columns: 83px auto 83px;
  }

  .probat .training3days-container.open-day-3 {
    grid-template-columns: 83px 83px auto;
  }

  .probat .training3days-container .day {
  }

  .probat .training3days-container .day-expand {
    grid-template-columns: 210px 255px;
    grid-column-gap: 55px;
    width: 520px;
    margin-left: 8px;
  }

  .probat .training3days-container.open-day-1 .day-2 .day-expand {
    margin-left: -151px;
  }

  .probat .training3days-container.open-day-1 .day-3 .day-expand {
    margin-left: -151px;
  }

  .probat .training3days-container.open-day-2 .day-3 .day-expand {
    margin-left: -151px;
  }

  .probat .training3days-container .day .day-overview {
    width: 210px;
  }

  .probat .training3days-container .day-header {
    height: 135px;
  }

  .probat .training3days-container .day-header::before {
    top: 82px;
    border-width: 8px 0 8px 17px;
  }

  .probat .training3days-container.open-day-3 .day-1.day-header::before {
    left: 81px;
  }

  .probat .training3days-container .day-header .day-open {
    padding-top: 20px;
  }

  .probat .training3days-container .day-label {
    font-size: 14px;
    line-height: 46px;
    letter-spacing: 7px;
  }

  .probat .training3days-container .day-number {
    top: 12px;
    font-size: 46px;
  }

  .probat .training3days-container .day-close {
    left: 225px;
    top: 31px;
    width: 41px;
    height: 40px;
    background-size: 41px;
  }

  .probat .training3days-container .day-items .day-open {
    padding: 36px 0 0;
  }

  .probat .training3days-container .item-time {
    font-size: 12px;
    line-height: 15px;
  }

  .probat .training3days-container .item-title {
    margin-top: 16px;
    font-size: 23px;
    line-height: 26px;
  }

  .probat .training3days-container .item-subtitle {
    margin-top: 31px;
    font-size: 14px;
    line-height: 17px;
  }

  .probat .training3days-container .day-items .day-open::after {
    width: 157px;
  }

  .probat .training3days-container .day-items .day-details {
    padding-top: 32px;
  }

  .probat .training3days-container .day-details p {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
  }

  .probat .training3days-container .day-footer {
    height: 95px;
  }

  .probat .training3days-container .day-footer .day-open {
    display: block;
    height: 100%;
    padding: 33px 0 0;
  }

  .probat .training3days-container .day-more {
    font-size: 17px;
    line-height: 20px;
  }

  .probat .training3days-container .day-more::after {
    letter-spacing: -5px;
  }

  .probat .training3days-container .day-lunchbreak {
    background-size: 40px;
    padding-left: 53px;
    margin-top: 31px;
  }

}

@media screen and (max-width:767px) {
  .probat .training3days-container {
    width: 100%;
    display: block;
    margin: 0 0;
  }

  .probat .training3days-container.open-day {
    width: 100%;
  }

  .probat .training3days-container .day {
    overflow: visible;
  }

  .probat .training3days-container.open-day-3 .day-1 {
    background: #b62c71;
  }

  .probat .training3days-container.open-day-2 .day-1 {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .probat .training3days-container .day-2 {
    background: #b1c800;
  }

  .probat .training3days-container.open-day-1 .day-2 {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .probat .training3days-container.open-day-3 .day-2 {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .probat .training3days-container .day-3 {
    background: #c09570;
  }

  .probat .training3days-container.open-day-2 .day-3 {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .probat .training3days-container .day-expand {
    display: block;
    width: 100%;
    margin-left: 0;
    overflow: visible;
    padding: 20px;
  }

  .probat .training3days-container.open-day-1 .day-2 .day-expand {
    margin-left: 0;
  }

  .probat .training3days-container.open-day-1 .day-3 .day-expand {
    margin-left: 0;
  }

  .probat .training3days-container.open-day-2 .day-3 .day-expand {
    margin-left: 0;
  }

  .probat .training3days-container .day .day-overview {
    width: 100%;
    text-align: left;
  }

  .probat .training3days-container .day-header {
    height: auto;
  }

  .probat .training3days-container .day-header::before {
    display: none;
  }

  .probat .training3days-container .day-2.day-header {
    margin-top: 5vw;
  }

  .probat .training3days-container .day-3.day-header {
    margin-top: 5vw;
  }

  .probat .training3days-container .day-header .day-open {
    padding-top: 0;
  }

  .probat .training3days-container .day-close {
    display: none;
    left: auto;
    right: 20px;
    top: -42px;
  }

  .probat .training3days-container.open-day-1 .day-1 .day-close {
    display: block;
  }

  .probat .training3days-container.open-day-2 .day-2 .day-close {
    display: block;
  }

  .probat .training3days-container.open-day-3 .day-3 .day-close {
    display: block;
  }

  .probat .training3days-container .day-items::after {
    position: absolute;
    display: block;
    bottom: 0;
    left: 20px;
    width: 204px;
    height: 1px;
    content: " ";
    background-color: #ffffff;
  }

  .probat .training3days-container .day-items .day-open {
    padding: 0;
  }

  .probat .training3days-container .day-items.item-1 .day-open {
    padding-top: 0;
  }

  .probat .training3days-container .item-title {
    margin-top: 10px;
  }

  .probat .training3days-container .item-subtitle {
    display: none;
  }

  .probat .training3days-container .day-items .day-open::after {
    display: none;
  }

  .probat .training3days-container .day-items .day-details {
    display: none;
    margin-top: 10px;
    padding-top: 0;
  }

  .probat .training3days-container.open-day-1 .day-1.day-items .day-details {
    display: block;
  }

  .probat .training3days-container.open-day-2 .day-2.day-items .day-details {
    display: block;
  }

  .probat .training3days-container.open-day-3 .day-3.day-items .day-details {
    display: block;
  }

  .probat .training3days-container .day-footer {
    height: auto;
  }

  .probat .training3days-container .day-footer .day-open {
    padding: 0;
  }

  .probat .training3days-container.open-day .day-footer .day-details {
    position: relative;
    height: 40px;
  }

  .probat .training3days-container.open-day .day-footer .day-close {
    top: 0;
  }

}

/* responsive settings for landingpages */
@media screen and (max-width:1699px) {
  .probat.landingpage .breadcrumb-section .container-fluid {
    width: 95%;
  }

  .probat.landingpage .content-section .container-fluid.full-width > .fliud-wrap .fliud-column-row.type-three {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .probat.landingpage .content-section .container-fluid.full-width > .fliud-wrap .fliud-column-row.type-two {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .probat.landingpage .content-section .fliud-wrap .fliud-column-row.type-two > div:last-child {
    padding-top: 7.5%;
  }

  .probat.landingpage .content-section .container-fluid.full-width > .frame-type-textpic {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .probat.landingpage .content-section .container-fluid.full-width > .frame-type-text {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .probat.landingpage .content-section .container-fluid.full-width > .frame-type-header {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .probat.landingpage.custom-style-01 a.link-internal-landingpage-styled,
  .probat.landingpage.custom-style-01.layout-dark a.link-internal-landingpage-styled,
  .probat.landingpage.custom-style-01 a.link-mail-landingpage-styled,
  .probat.landingpage.custom-style-01.layout-dark a.link-mail-landingpage-styled {
    margin-left: -27px;
  }

  .probat.landingpage .content-section .product-table {
    padding-left: 2.5%;
    padding-right: 2.5%;
    font-size: 20px;
    line-height: 27px;
    color: #959595;
  }
}

@media screen and (max-width:1179px) {
  .probat .product-table.header-none .numcols-7 > .product-header {
    display: block;
  }
  .probat .product-table.header-none .numcols-7 .product-item {
    display: block;
  }
  .probat .product-table.header-none .numcols-7 .product-item .product-property-label {
    display: none;
  }

}

@media screen and (max-width:1099px) {
  .probat.landingpage .breadcrumb-section .container-fluid {
    width: 100%;
  }

  .probat.landingpage .content-section .container-fluid.full-width > .fliud-wrap .fliud-column-row.type-three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .probat.landingpage .content-section .container-fluid.full-width > .fliud-wrap .fliud-column-row.type-two {
    padding-left: 20px;
    padding-right: 20px;
  }

  .probat.landingpage .content-section .fliud-wrap .fliud-column-row.type-two > div:last-child {
    padding-top: 5%;
  }

  .probat.landingpage .content-section .container-fluid.full-width > .frame-type-textpic {
    padding-left: 20px;
    padding-right: 20px;
  }

  .probat.landingpage .content-section .container-fluid.full-width > .frame-type-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .probat.landingpage .content-section .container-fluid.full-width > .frame-type-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .probat.landingpage.custom-style-01 a.link-internal-landingpage-styled,
  .probat.landingpage.custom-style-01.layout-dark a.link-internal-landingpage-styled,
  .probat.landingpage.custom-style-01 a.link-mail-landingpage-styled,
  .probat.landingpage.custom-style-01.layout-dark a.link-mail-landingpage-styled {
    margin-left: -17px;
  }

  .probat.landingpage .content-section .product-table {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 27px;
    color: #959595;
  }
}

@media screen and (max-width:1024px) {
  .probat.landingpage.custom-style-01 .container-fluid h1.handwriting,
  .probat.landingpage.custom-style-01 .container-fluid h2.handwriting {
    font-size: 45px;
    line-height: 60px;
  }

  .probat.landingpage .breadcrumb-section.section-gap {
    margin: 7px 0 21px;
  }

  .probat.landingpage .breadcrumb-section .container-fluid {
    padding-left: 37px;
    padding-right: 37px;
  }

  .probat.landingpage .breadcrumb-module ul,
  .probat.landingpage .breadcrumb-module ul li {
    font-size: 10px;
    line-height: 14px;
  }

  .probat.landingpage .content-section .container-fluid.full-width > .fliud-wrap .fliud-column-row.type-three {
    padding-left: 37px;
    padding-right: 37px;
    grid-template-columns: auto;
    grid-column-gap: unset;
    grid-row-gap: 40px;
  }

  .probat.landingpage .content-section .container-fluid.full-width > .fliud-wrap .fliud-column-row.type-two {
    padding-left: 37px;
    padding-right: 37px;
    grid-template-columns: auto;
    grid-column-gap: unset;
    grid-row-gap: 60px;
  }

  .probat.landingpage .content-section .fliud-wrap .fliud-column-row.type-two > div:first-child {
    padding: 0 15% 0 5%;
  }

  .probat.landingpage .content-section .fliud-wrap .fliud-column-row.type-two > div:last-child {
    padding-top: 0;
    padding-right: 0;
  }

  .probat.landingpage .content-section .container-fluid.full-width > .frame-type-textpic {
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 56px;
    padding-bottom: 127px;
  }

  .probat.landingpage .content-section .container-fluid.full-width > .frame-type-text {
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 39px;
    padding-bottom: 65px;
  }

  .probat.landingpage .content-section .container-fluid.full-width > .frame-type-header {
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 39px;
    padding-bottom: 47px;
  }

  .probat.landingpage .container-fluid.full-width > div.frame-type-textpic .ce-gallery {
    margin-top: 94px;
  }

  .probat.landingpage .container-fluid.full-width > div.frame-type-textpic .ce-row {
    display: grid;
    grid-column-gap: unset;
    grid-row-gap: 16px;
  }

  .probat.landingpage .container-fluid.full-width > div.frame-type-textpic .ce-gallery[data-ce-columns="1"] .ce-row {
    grid-template-columns: unset;
  }

  .probat.landingpage .container-fluid.full-width > div.frame-type-textpic .ce-gallery[data-ce-columns="2"] .ce-row {
    grid-template-columns: unset;
  }

  .probat.landingpage .container-fluid.full-width > div.frame-type-textpic .ce-gallery[data-ce-columns="3"] .ce-row {
    grid-template-columns: unset;
  }

  .probat.landingpage .container-fluid.full-width > div.frame-type-textpic .ce-gallery[data-ce-columns="4"] .ce-row {
    grid-template-columns: unset;
  }

  .probat.landingpage.custom-style-01 a.link-internal-landingpage-styled,
  .probat.landingpage.custom-style-01.layout-dark a.link-internal-landingpage-styled,
  .probat.landingpage.custom-style-01 a.link-mail-landingpage-styled,
  .probat.landingpage.custom-style-01.layout-dark a.link-mail-landingpage-styled {
    margin-left: -36px;
    padding: 12px 85px 0 48px;
    font-size: 45px;
    line-height: 60px;
    background-size: 356px auto;
    background-position: 0 -12px;
  }

  .probat .simple-slider .flickity-page-dots {
    bottom: 14px;
  }

  .probat .simple-slider .flickity-page-dots .dot {
    width: 14px;
    height: 14px;
    margin: 0 3px;
    background: #ffffff;
    opacity: 1;
  }

  .probat.landingpage .content-section .product-table {
    padding-left: 37px;
    padding-right: 37px;
  }

  .probat.landingpage .product-table.header-none .numcols-7 > .product-header {
    display: none;
  }

  .probat.landingpage.custom-style-01 .product-table .product-item .product-properties {
    margin-top: 0;
  }

  .probat.landingpage.custom-style-01 .product-table .product-properties {
    display: block;
    border-bottom: none;
  }

  .probat.landingpage.custom-style-01 .product-table .product-property-item {
    background: none;
    margin-top: 4px;
  }

  .probat.landingpage.custom-style-01 .product-table .product-property-item:first-child {
    margin-top: 0;
  }

  .probat .product-table.header-none .numcols-7 .product-item .product-property-label {
    display: block;
  }

  .probat .product-table.header-none .numcols-7 .product-item .product-property-value {
    margin-top: 2px;
    background-color: rgba(100, 100, 100, 0.11);
  }

  .probat.landingpage.custom-style-01 .product-table .product-property-label {
    padding: 20px 20px 20px;
  }

  .probat.landingpage.custom-style-01 .product-table .product-property-label .property-label-description {
    margin-top: 15px;
  }

  .probat.landingpage.custom-style-01 .product-table .product-property-value {
    padding: 20px 20px 20px;
  }
}

@media screen and (max-width: 959px) {
  .probat.landingpage.custom-style-01 .product-table .numcols-7 .product-properties {
    max-width: unset;
  }

  .probat.landingpage.custom-style-01 .product-table .numcols-7 .product-property-item {
    display: block;
  }
}

@media screen and (max-width:480px) {
  .probat.landingpage.custom-style-01 a.link-internal-landingpage-styled,
  .probat.landingpage.custom-style-01.layout-dark a.link-internal-landingpage-styled,
  .probat.landingpage.custom-style-01 a.link-mail-landingpage-styled,
  .probat.landingpage.custom-style-01.layout-dark a.link-mail-landingpage-styled {
    margin-left: -36px;
    padding: 2.5vw 20vw 0 10vw;
    font-size: 9.375vw;
    line-height: 12.5vw;
    background-size: 76vw;
    background-position: 0 -2.5vw;
  }
}

/* full background page */
@media screen and (max-width:1024px) {
  .probat.full-background .background-items-2 .item-1 {
    display: none;
  }
  .probat.full-background .background-items-2 .item-2 {
    display: block;
  }
}

/* maps on worldwide pages */
@media screen and (max-width:1099px) {
  .probat .frame-type-image.worldwide-map {
    display: none;
  }
}

/* captcha */
@media screen and (min-width: 480px) {
  .frame-type-form_formframework .captcha {
    grid-template-columns: 300px auto;
    grid-column-gap: 1vw;
  }
  .frame-type-form_formframework .captcha-image {
    grid-row: 1 / span 2;
  }
  .frame-type-form_formframework .captcha-input {
    grid-column: 2;
  }
}

@media screen and (min-width: 768px) {
  .frame-type-form_formframework .captcha {
    width: 45%;
    grid-template-columns: auto 31px;
    grid-column-gap: 22px;
  }
  .frame-type-form_formframework .captcha-image {
    grid-row: 1;
  }
  .frame-type-form_formframework .captcha-input {
    grid-column: 1 / span 2;
  }
}

@media screen and (min-width: 1100px) {
  .frame-type-form_formframework .captcha {
    width: 35%;
    grid-column-gap: 22px;
  }
}

@media screen and (min-width: 1800px) {
  .frame-type-form_formframework .captcha {
    grid-template-columns: 300px auto;
    grid-column-gap: 1vw;
  }
  .frame-type-form_formframework .captcha-image {
    grid-row: 1 / span 2;
  }
  .frame-type-form_formframework .captcha-input {
    grid-column: 2;
  }
}

@media screen and (max-width: 767px) {
  .probat a.link-internal-button-blue,
  .probat a.link-internal-button-brown,
  .probat a.link-external-button-blue,
  .probat a.link-external-button-brown,
  .probat.layout-dark a.link-internal-button-blue,
  .probat.layout-dark a.link-internal-button-brown,
  .probat.layout-dark a.link-external-button-blue,
  .probat.layout-dark a.link-external-button-brown {
    padding: 5px 7px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
  }
}

@media screen and (max-width:767px) {
  .probat .approach .links {
    height: 100px;
  }
  .probat .approach .links img {
    width: 80px;
  }
  .probat .approach .links figcaption {
    font-size: 13px;
    line-height: 21px;
  }
  .probat .approach .details>ul {
    margin: 0 0 35px;
  }
  .probat .approach .details>ul>li p,
  .probat .approach .details>ul>li ul,
  .probat .approach .details>ul>li ol {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width:1280px) {
  .probat .postlist {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width:1099px) {
  .probat .post .postcommentsform .input input[type="text"].form-control,
  .probat .post .postcommentsform .input textarea.form-control {
    width: 45%;
  }
}

@media screen and (max-width:768px) {
  .probat .fliud-wrap.with-two-column .type-rightcolumn {
    grid-template-columns: 7fr 3fr;
  }
  .probat .postlist {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width:767px) {
  .probat .post .postcomments {
    margin-top: 60px;
  }
  .probat .post .postcomments h3,
  .probat .post .postcommentsform h3 {
    margin-bottom: 12px;
    font-size: 19px;
    line-height: 21px;
  }
  .probat .post .postcomments .postcomment {
    margin-top: 20px;
  }
  .probat .post .postcomments .postcomment:first-of-type {
    margin-top: 0;
  }
  .probat .post .postcomments .postcomment__header {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 6px;
  }
  .probat .post .postcomments .postcomment__header .postcomment__time {
    margin-right: 6px;
  }
  .probat .post .postcomments .postcomment__comment p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 6px;
  }

  .probat .post .postcommentsform {
    margin-top: 60px;
  }
  .probat .post .postcommentsform .form-group,
  .probat .post .postcommentsform .clearfix {
    margin-bottom: 25px;
  }
  .probat .post .postcommentsform .form-group::before,
  .probat .post .postcommentsform .form-group::after {
    content: " ";
    display: table;
  }
  .probat .post .postcommentsform .form-group::after {
    clear: both;
  }
  .probat .post .postcommentsform .control-label {
    text-align: left;
    margin-bottom: 5px;
    padding-top: 0;
    float: none;
    width: unset;
    display: inline-block;
    max-width: 100%;
  }
  .probat .post .postcommentsform .input {
    float: none;
    width: unset;
  }
  .probat .post .postcommentsform .input input[type="text"].form-control,
  .probat .post .postcommentsform .input textarea.form-control {
    width: 100%;
  }
  .probat .post .postcommentsform .clearfix p {
    float: none;
    margin-left: 0;
    width: unset;
  }
  .probat .post .postcommentsform .btn-toolbar > .btn-group {
    float: none;
    display: block;
  }
  .probat .post .postcommentsform .btn-group > .next {
    float: none;
    margin-left: 0;
    width: unset;
  }
}

@media screen and (max-width:750px) {
  .probat .fliud-wrap.with-two-column .type-rightcolumn {
    display: block;
  }
  .probat .fliud-wrap.with-two-column .type-rightcolumn > .small {
    margin-top: 30px;
  }
}

@media screen and (max-width:480px) {
  .probat .postlist {
    grid-template-columns: repeat(1, 1fr);
  }
  .probat .blogfilter li {
    margin: 0 15px;
  }
}

@media screen and (max-width:400px) {
  .probat .blogfilter li {
    margin: 0 10px;
  }
}

.news-list-view.type-news .header,
.news-single.type-news .header,
.news-list-view.type-event .header,
.news-single.type-event .header {
	left: unset;
	top: unset;
	width: unset;
	background-color: unset;
	z-index: unset;
	position: unset;
}

.news-list-view.type-news {
	font-size: 13px;
	line-height: 24px;
	color: #535659;
}

.news-list-view.type-news .article {
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: solid 1px #d4d4d5;
}

.news-list-view.type-news .article:first-of-type {
	margin-top: 0;
}

.news-list-view.type-news .news-img-wrap {
	display: none;
}

.news-list-view .news-list-category {
	background-color: #72caeb;
	color: #fff;
	padding: 0 9px;
	font-size: 13px;
	margin: 0 10px 0 0;
	display: inline-block;
}

.news-list-view.type-news .header {
	margin-bottom: 20px;
}

.news-list-view.type-news h2 {
	font-size: 19px;
	margin-bottom: 0;
}

.news-list-view.type-news h2 a {
	color: #535659;
}

.news-list-view.type-news .news-text-content.align-image {
	margin-top: 20px;
}

.news-list-view.type-news .teaser-text a.more {
	color: #72caeb;
	text-decoration: underline;
}

.news-list-view.type-news .page-navigation,
.news-list-view.type-event .page-navigation {
	margin-top:50px;
	text-align: center;
}

.news-list-view.type-news .page-navigation ul,
.news-list-view.type-event .page-navigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.news-list-view.type-news .page-navigation li,
.news-list-view.type-event .page-navigation li {
	display: inline-block;
	margin-left: 20px;
}

.news-list-view.type-news .page-navigation li:first-of-type,
.news-list-view.type-event .page-navigation li:first-of-type {
	margin-left: 0;
}

.news-single .news-text-wrap a {
	color: #72caeb;
	text-decoration: underline;
}

.news-single .news-text-wrap strong {
	font-weight: bold;
}

.news-single.type-news {
	font-size: 13px;
	line-height: 21px;
	color: #535659;
}

.news-single.type-news .header {
	margin-bottom: 20px;
}

.news-single.type-news h1 {
	font-size: 26px;
}

.news-single.type-news .news-img-wrap {
	margin-top: 10px;
}

.news-single.type-news .news-text-wrap {
	margin-top: 10px;
	font-family: "Roboto";
	font-weight: 300;
}

.news-list-view.type-event {
	font-size: 13px;
	line-height: 24px;
	color: #535659;
}

.news-list-view.type-event .article {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #d4d4d5;
}

.news-list-view.type-event .article:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.news-list-view.type-event .industry-listing-module span {
	margin-right: 3px;
	font-family: 'Roboto';
	font-weight: 400;
}

.news-list-view.type-event .header {
	margin-bottom: 10px;
}

.news-list-view.type-event h2 {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 19px;
	margin-bottom: 0;
}

.news-list-view.type-event .news-text-content {
	font-family: "Roboto";
	font-weight: 300;
}

.news-list-view.type-event .news-text-content.align-image {
	margin-top: 20px;
}

.news-list-view.type-event .news-text-content strong {
	font-weight: bold;
}

.news-list-view.type-event .news-related a {
	color: #72caeb;
	text-decoration: underline;
}

.probat .presse-relese-row {
	margin-top: 30px;
}

.probat .presse-relese-row:first-child {
	margin-top: 0;
}

.probat .presse-relese-col {
	width: 100%;
	margin-top: 10px;
	font-size: 13px;
	line-height: normal;
	font-family: "Roboto";
	font-weight: 300;
	float: left;
}

.probat .presse-relese-col:first-child {
	margin-top: 0;
}

.probat .presse-relese-col.date-col {
	padding-right: 5px;
}

.probat .presse-relese-col.excerpt-col {
	color: #72caeb;
	padding-right: 5px;
}

.probat .presse-relese-col.excerpt-col a {
	color: #72caeb;
}

.probat .presse-relese-col.pull-text-center {
	text-align: left !important;
}

.probat .presse-relese-col .language-flag {
	margin-right: 6px;
}

@media screen and (min-width: 768px) {
	.news-list-view.type-news {
		font-size: 16px;
		line-height: 28px;
	}

	.news-list-view.type-news .article {
		clear: left;
		overflow: hidden;
		margin-top: 35px;
		padding-bottom: 35px;
	}

	.news-list-view.type-news h2 {
		font-size: 26px;
	}

	.news-list-view.type-news .news-img-wrap {
		width: 30%;
		float: left;
	}

	.news-list-view.type-news .news-text-content.align-image {
		margin-top: 0;
	}

	.news-list-view.type-news .page-navigation {
		margin-top:75px;
	}

	.news-single.type-news {
		font-size: 16px;
		line-height: 28px;
	}

	.news-single.type-news .header {
		margin-bottom: 30px;
	}

	.news-single.type-news h1 {
		font-size: 36px;
	}

	.news-single.type-news .news-img-wrap {
		float: left;
		width: 50%;
		margin-right: 3%;
	}

	.news-single.type-news .news-related-wrap {
		clear: left;
	}

	.news-list-view.type-event {
		font-size: 16px;
		line-height: 28px;
	}

	.news-list-view.type-event .article {
		clear: left;
		overflow: hidden;
	}

	.news-list-view.type-event h2 {
		font-size: 26px;
	}

	.news-list-view.type-event .news-img-wrap {
		width: 30%;
		float: left;
	}

	.news-list-view.type-event .news-text-content {
		margin-left: 35%;
	}

	.news-list-view.type-event .news-text-content.align-image {
		margin-top: 0;
	}

	.probat .presse-relese-row {
		margin-top: 10px;
	}

	.probat .presse-relese-col {
		width: unset;
		margin-top: unset;
		font-size: 16px;
		line-height: unset;
	}

	.probat .presse-relese-col:first-child {
		margin-top: unset;
	}

	.probat .presse-relese-col.date-col {
		width: 20%;
	}

	.probat .presse-relese-col.excerpt-col {
		width: 60%;
	}

	.probat .presse-relese-col.action-col {
		width: 20%;
	}

	.probat .presse-relese-col.pull-text-center {
		text-align: center !important;
	}
}

@media screen and (min-width: 1100px) {
	.news-list-view.type-news {
		font-size: 18px;
		line-height: 28px;
	}

	.news-list-view.type-news .article {
		margin-top: 50px;
		padding-bottom: 50px;
	}

	.news-list-view.type-news .page-navigation {
		margin-top:100px;
	}

	.news-single.type-news {
		font-size: 18px;
		line-height: 28px;
	}

	.news-single.type-news .news-list-date {
		margin-bottom: 20px;
	}

	.news-single.type-news .news-img-wrap {
		margin-top: 40px;
		margin-right: 50px;
		margin-bottom: 30px;
	}

	.news-single.type-news .news-text-wrap {
		margin-top: 40px;
	}

	.news-list-view.type-event {
		font-size: 18px;
		line-height: 28px;
	}

	.news-list-view.type-event .news-img-wrap {
		width: 360px;
	}

	.news-list-view.type-event .news-text-content {
		margin-left: 450px;
	}

	.probat .presse-relese-col.date-col {
		width: 25%;
	}

	.probat .presse-relese-col.excerpt-col {
		width: 55%;
	}

	.probat .monitoring-reports-module .presse-relese-col.date-col {
		width: 36%;
	}

	.probat .monitoring-reports-module .presse-relese-col.excerpt-col {
		width: 46%;
	}

	.probat .monitoring-reports-module .presse-relese-col.action-col {
		width: 18%;
	}
}

@media screen and (min-width: 1700px) {
	.probat .presse-relese-col.date-col {
		width: 15%;
	}

	.probat .presse-relese-col.excerpt-col {
		width: 75%;
	}

	.probat .presse-relese-col.action-col {
		width: 10%;
	}

	.probat .monitoring-reports-module .presse-relese-col.date-col {
		width: 35%;
	}

	.probat .monitoring-reports-module .presse-relese-col.excerpt-col {
		width: 50%;
	}

	.probat .monitoring-reports-module .presse-relese-col.action-col {
		width: 15%;
	}
}

.probat .txnews-events{background-color:#eee;padding:40px;margin-left:0;margin-right:0}.probat .txnews-events h2{text-transform:uppercase}.probat .txnews-events .calendar-month .days th,.probat .txnews-events .calendar-month .week td{width:13.5%}.probat .txnews-events .calendar-month .days th:first-of-type,.probat .txnews-events .calendar-month .week td:first-of-type{width:5.5%;border-right:1px solid #ddd}.probat .txnews-events .calendar-month .week td{height:88px}.probat .txnews-events .calendar-month .week td.othermonth{color:#ddd}.probat .txnews-events .calendar-month .week td strong{font-weight:bold}.probat .txnews-events .calendar-month .week .event{margin-bottom:1px;height:21px;overflow:hidden;word-break:break-all}.probat .txnews-events .calendar-month .week .event-category-1{background:#72caeb}.probat .txnews-events .calendar-month .week .event-category-2{background:#b19780}.probat .txnews-events .calendar-month .week .event-category-5{background:#535659}.probat .txnews-events .calendar-month .week .event a{display:block;color:#fff}.probat .industry-listing-module .industry-tags span.corporate-tag{background-color:#535659}
.tx-felogin-pi1 {
	padding: 0 40px;
}

.tx-felogin-pi1>*:first-child {
	padding-top: 65px;
}

.tx-felogin-pi1>*:last-child {
	padding-bottom: 65px;
}

.tx-felogin-pi1 form.logout {
	text-align: center;
}
.tx-felogin-pi1 form.logout:first-child {
	padding-top: 0;
}
.tx-felogin-pi1 form.logout:last-child {
	padding-bottom: 0;
}

.tx-felogin-pi1 .felogin-hide {
	display: none;
}

.tx-felogin-pi1 .felogin-error {
	color: #a00;
}
.tx-felogin-pi1 div.felogin-error {
	border-left: solid 2px #a00;
	padding: 0 0 0 3px;
}

.tx-felogin-pi1 .typo3-messages {
	list-style-type: none;
	padding-top: 20px;
	padding-left: 0;
}

.tx-felogin-pi1 h2 {
	font-size: 19px;
	line-height: normal;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.tx-felogin-pi1 h2.has-subline {
	margin-bottom: 10px;
}

.tx-felogin-pi1 .login-gridbox {
	overflow: hidden;
}

.tx-felogin-pi1 div {
	font-size: 13px;
	line-height: 24px;
	font-family: "Roboto";
	font-weight: 300;
	margin-bottom: 25px;
}

.tx-felogin-pi1 .logout div {
	margin-bottom: 0;
}

.tx-felogin-pi1 form>div {
	margin-bottom: 0;
}

.tx-felogin-pi1 form div.felogin-hidden {
	margin-bottom: 0;
}

.tx-felogin-pi1 form input[type="text"],
.tx-felogin-pi1 form input[type="password"] {
	font-size: 16px;
	line-height: 18px;
	font-family: "Roboto";
	font-weight: 300;
	color: #333;
	width: 100%;
	padding: 6px 20px 6px 10px;
	border: 1px solid #cbcccd;
	background-color: transparent;
	box-shadow: none;
	transform: none;
	border-radius: 0;
	height: auto;
}

.tx-felogin-pi1 form input[type="text"]:focus,
.tx-felogin-pi1 form input[type="password"]:focus {
	border-color: #72caeb;
}

.tx-felogin-pi1 form input[type="submit"] {
	border: none;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 32px 10px 12px;
	line-height: 14px;
	background: #72caeb url('../../../typo3conf/ext/config/Resources/Public/Website/Images/link-arrow-white_space.png') no-repeat right center;
	display: inline-block;
}

.tx-felogin-pi1 p {
	font-size: 16px;
}

.probat .tx-felogin-pi1 p a {
	color: #72caeb;
	text-decoration: underline;
}

.probat .tx-felogin-pi1 .felogin-account-wrap,
.probat .tx-felogin-pi1 .felogin-back-wrap {
	display: block;
	margin-top: 40px;
}

.probat .tx-felogin-pi1 .felogin-account {
	border: none;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 32px 10px 12px;
	line-height: 14px;
	background: #72caeb url('../../../typo3conf/ext/config/Resources/Public/Website/Images/link-arrow-white_space.png') no-repeat right center;
	display: inline-block;
}

.probat .tx-felogin-pi1 .felogin-back {
	border: none;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 12px 10px 32px;
	line-height: 14px;
	background: #50585e url('../../../typo3conf/ext/config/Resources/Public/Website/Images/link-arrow-white_space_back.png') no-repeat left center;
	display: inline-block;
}

.probat .tx-felogin-pi1 .felogin-content {
	border: none;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
	font-size: 28px;
	padding: 20px 64px 20px 24px;
	line-height: 28px;
	background: #50585e url('../../../typo3conf/ext/config/Resources/Public/Website/Images/link-arrow-white_space-x2.png') no-repeat right center;
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.tx-felogin-pi1 h2 {
		font-size: 26px;
		line-height: 28px;
	}

	.tx-felogin-pi1 div {
		font-size: 16px;
		line-height: 22px;
	}

	.tx-felogin-pi1 .field-orient-left {
		width: 49.5%;
		padding-right: 12px;
		display: inline-block;
	}
	.tx-felogin-pi1 .field-orient-right {
		width: 49.5%;
		padding-left: 13px;
		display: inline-block;
	}

	.probat .tx-felogin-pi1 .felogin-account-wrap,
	.probat .tx-felogin-pi1 .felogin-back-wrap {
		display: inline-block;
		margin-top: 0;
		margin-right: 90px;
	}

}

@media screen and (min-width: 1100px) {
	.probat .tx-felogin-pi1 .login-gridbox > div {
		float: left;
	}
	.probat .tx-felogin-pi1 .login-gridbox .col-loginform {
		width: 70%;
	}
	.probat .tx-felogin-pi1 .login-gridbox .col-register {
		width: 30%;
	}

	.probat .tx-felogin-pi1 .col-loginform form {
		width: 90%;
	}

	.probat .tx-felogin-pi1 .col-register {
		padding: 5px 0 5px 25px;
		border-left: solid 1px #cbcccd;
	}
}

@media screen and (min-width: 1400px) {
	.probat .tx-felogin-pi1 .login-gridbox .col-loginform {
		width: 60%;
	}
	.probat .tx-felogin-pi1 .login-gridbox .col-register {
		width: 40%;
	}
}

.probat .tx-femanager .form-group{margin-bottom:25px}.probat .tx-femanager .form-group.space{height:12px}.probat .tx-femanager .legal-header strong{font-weight:bold}.probat .tx-femanager p a,.probat .tx-femanager label a{color:#72caeb;text-decoration:underline}.probat .tx-femanager input[type="text"].form-control,.probat .tx-femanager input[type="password"].form-control,.probat .tx-femanager textarea.form-control{padding:6px 20px 6px 10px;width:100%;font-size:16px;font-family:"Roboto";font-weight:300;color:#333;background-color:transparent;box-shadow:none;transform:none;border:1px solid #cbcccd;border-radius:0;height:auto}.probat .tx-femanager input[type="text"].form-control:focus,.probat .tx-femanager input[type="password"].form-control:focus,.probat .tx-femanager textarea.form-control:focus{border-color:#72caeb}.probat .tx-femanager .has-error input[type="text"].form-control,.probat .tx-femanager .has-error input[type="password"].form-control,.probat .tx-femanager .has-error textarea.form-control{border-color:#a94442}.probat .tx-femanager .alert{width:100%;margin-bottom:4px;color:#a94442;padding:10px}.probat .tx-femanager .alert button{margin-top:-6px}.probat .tx-femanager .alert h4{display:none}.probat .tx-femanager .field-select{width:100%;border:1px solid #cbcccd;height:35px;position:relative}.probat .tx-femanager .field-select::after{content:' ';width:6px;height:100%;right:6px;top:0;display:block;background:url('../../../typo3conf/ext/config/Resources/Public/Website/Images/custom-select-icon.png') no-repeat center center;z-index:1;pointer-events:none;position:absolute}.probat .tx-femanager .field-select select{padding:6px 20px 6px 10px;width:100%;border:0;height:100%;font-size:16px;font-family:"Roboto";font-weight:300;color:#333;background-color:transparent;box-shadow:none;transform:none;-webkit-appearance:none;-moz-appearance:none}.probat .tx-femanager .fieldtype-checkbox label{width:100%;text-align:left;font-weight:normal}.probat .tx-femanager input[type="checkbox"].form-control{display:inline-block;width:auto;height:auto;margin:0 2px 0 0}.probat .tx-femanager form input[type="submit"]{border:0;color:#fff;cursor:pointer;transition:all .3s ease 0s;text-transform:uppercase;font-size:14px;padding:10px 32px 10px 12px;line-height:14px;background:#72caeb url('../../../typo3conf/ext/config/Resources/Public/Website/Images/link-arrow-white_space.png') no-repeat right center;display:inline-block}.probat .femanager_flashmessages>div{margin-bottom:25px}.probat .tx-femanager .alert{border-radius:0}.probat .tx-femanager .femanager-back-wrap{margin-top:30px}.probat .tx-femanager .femanager-back{border:0;color:#fff;cursor:pointer;transition:all .3s ease 0s;text-transform:uppercase;text-decoration:none;font-size:14px;padding:10px 12px 10px 32px;line-height:14px;background:#50585e url('../../../typo3conf/ext/config/Resources/Public/Website/Images/link-arrow-white_space_back.png') no-repeat left center;display:inline-block}.probat .tx-femanager .femanager-contentlink-wrap{margin-top:30px}.probat .tx-femanager .femanager-contentlink{border:0;color:#fff;cursor:pointer;transition:all .3s ease 0s;text-transform:uppercase;text-decoration:none;font-size:28px;padding:20px 64px 20px 24px;line-height:28px;background:#50585e url('../../../typo3conf/ext/config/Resources/Public/Website/Images/link-arrow-white_space-x2.png') no-repeat right center;display:inline-block}@media screen and (min-width:768px){.probat .tx-femanager .form-group{margin-bottom:15px}.probat .tx-femanager input[type="text"].form-control,.probat .tx-femanager input[type="password"].form-control,.probat .tx-femanager .field-select,.probat .tx-femanager textarea.form-control,.probat .tx-femanager .alert{width:45%}.probat .tx-femanager .fieldtype-checkbox .alert{width:100%}}@media screen and (min-width:1100px){.probat .tx-femanager .form-group{margin-bottom:8px}.probat .tx-femanager input[type="text"].form-control,.probat .tx-femanager input[type="password"].form-control,.probat .tx-femanager .field-select,.probat .tx-femanager textarea.form-control,.probat .tx-femanager .alert{width:35%}.probat .tx-femanager .fieldtype-checkbox .alert{width:100%}}
.pagefilter-pi1 .list-section{font-size:13px;line-height:28px;font-family:"Roboto";font-weight:300;}.pagefilter-pi1 .joboffer-list-row{padding-bottom:35px;margin-bottom:20px;border-bottom:1px solid #d4d4d5}.pagefilter-pi1 .joboffer-block a{color:#72caeb}.pagefilter-pi1 .no-entries{color:#535659}@media screen and (min-width:768px){.pagefilter-pi1 .list-section{font-size:16px}}@media screen and (min-width:1100px){.pagefilter-pi1 .list-section{font-size:18px}.pagefilter-pi1 .joboffer-block{padding:0 20px}}
#cboxOverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    background-color: rgba(0, 0, 0, 0.80);
    opacity: 1 !important;
}
#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
#colorbox.speaker-lightbox {
    top: unset;
    left: 15vw !important;
    width: 70vw !important;
    overflow: unset;
    outline: 0;
}
#colorbox.image-lightbox {
    overflow: unset;
}
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.speaker-lightbox #cboxWrapper {
    width: 100% !important;
    overflow: unset;
}
.image-lightbox #cboxWrapper {
    overflow: unset;
}
#cboxTopLeft, #cboxTopCenter, #cboxTopRight,
#cboxMiddleLeft #cboxMiddleRight,
#cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
    display: none;
}
#cboxTitle, #cboxCurrent, #cboxSlideshow {
    display: none !important;
}
#cboxContent {
    position: relative;
}
.speaker-lightbox #cboxContent {
    width: 100% !important;
    height: auto !important;
    background: #fff;
}
#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.speaker-lightbox #cboxLoadedContent {
    width: 100% !important;
    height: auto !important;
}
#cboxPrevious {
    position: absolute;
    width: 2vw;
    height: 2vw;
    background-image: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/arrow-left.svg');
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    font-size: 0;
    cursor: pointer;
}
.speaker-lightbox #cboxPrevious {
    left: 2vw;
    top: 2vw;
}
.image-lightbox #cboxPrevious {
    left: -3vw;
    top: calc(50% - 1vw);
}
#cboxNext {
    position: absolute;
    width: 2vw;
    height: 2vw;
    background-image: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/arrow-right.svg');
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    font-size: 0;
    cursor: pointer;
}
.speaker-lightbox #cboxNext {
    right: 2vw;
    top: 2vw;
}
.image-lightbox #cboxNext {
    right: -3.5vw;
    top: calc(50% - 1vw);
}
#cboxClose {
    position: absolute;
    right: -3vw;
    top: -3vw;
    width: 2vw;
    height: 2vw;
    background-image: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/close.svg');
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    font-size: 0;
    cursor: pointer;
}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxLoadingOverlay{background:url('../../../typo3conf/ext/config/Resources/Public/Website/Images/loading_background.png') no-repeat center center;}
#cboxLoadingGraphic{background:url('../../../typo3conf/ext/config/Resources/Public/Website/Images/loading.gif') no-repeat center center;}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

.good-to-know .details.expanded {
    max-height: 45vw;
    transition: max-height 1s linear;
}
.good-to-know .details.expanded ul {
    left: 0;
    transition: left 1s ease;
}
.good-to-know .details>ul>li {
    margin: 2vw 0;
}
.good-to-know .details.expanded-item-2>ul {
    left: -100vw;
    transition: left 1s ease;
}
.good-to-know .details.expanded-item-3>ul {
    left: -200vw;
    transition: left 1s ease;
}

.frame-type-form_formframework form > h2 {
	display: none;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 30px;
	border-bottom: 1px solid #e5e5e5;
}

.frame-type-form_formframework .form-group {
	margin-bottom: 25px;
}

.frame-type-form_formframework .form-group::before, .frame-type-form_formframework .form-group::after {
	content: " ";
	display: table;
}
.frame-type-form_formframework .form-group::after {
	clear: both;
}

.frame-type-form_formframework .form-group > label {
	position: relative;
	min-height: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

.probat.layout-dark main .frame-type-form_formframework .form-group > label {
	color: #999999;
}

.frame-type-form_formframework .form-group > .input {
	position: relative;
	min-height: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

.frame-type-form_formframework input[type="text"].form-control,
.frame-type-form_formframework input[type="password"].form-control,
.frame-type-form_formframework input[type="email"].form-control,
.frame-type-form_formframework input[type="tel"].form-control,
.frame-type-form_formframework textarea.form-control {
	padding: 6px 20px 6px 10px;
	width: 100%;
	font-size: 16px;
	font-family: "Roboto";
	font-weight: 300;
	color: #333;
	background-color: transparent;
	box-shadow: revert;
	transform: none;
	border: 1px solid #cbcccd;
	border-radius: 0;
	height: auto;
}
.probat.layout-dark main .frame-type-form_formframework input[type="text"].form-control,
.probat.layout-dark main .frame-type-form_formframework input[type="password"].form-control,
.probat.layout-dark main .frame-type-form_formframework input[type="email"].form-control,
.probat.layout-dark main .frame-type-form_formframework input[type="tel"].form-control,
.probat.layout-dark main .frame-type-form_formframework textarea.form-control {
	color: #ccc;
}
.frame-type-form_formframework input[type="text"].form-control:focus,
.frame-type-form_formframework input[type="password"].form-control:focus,
.frame-type-form_formframework input[type="email"].form-control:focus,
.frame-type-form_formframework input[type="tel"].form-control:focus,
.frame-type-form_formframework textarea.form-control:focus {
	border-color: #72caeb;
}
/*.frame-type-form_formframework .has-error input[type="text"].form-control,*/
/*.frame-type-form_formframework .has-error input[type="password"].form-control,*/
/*.frame-type-form_formframework .has-error input[type="email"].form-control,*/
/*.frame-type-form_formframework .has-error input[type="tel"].form-control,*/
/*.frame-type-form_formframework .has-error textarea.form-control {*/
/*	border-color: #a94442;*/
/*}*/

/*.probat .tx-femanager .alert {*/
/*	width: 100%;*/
/*	margin-bottom: 4px;*/
/*	color: #a94442;*/
/*	padding: 10px;*/
/*}*/
/*.probat .tx-femanager .alert button {*/
/*	margin-top: -6px;*/
/*}*/
/*.probat .tx-femanager .alert h4 {*/
/*	display: none;*/
/*}*/

.frame-type-form_formframework .field-select {
	width: 100%;
	border: 1px solid #cbcccd;
	height: 35px;
	position: relative;
}

.frame-type-form_formframework .field-select::after {
	content: ' ';
	width: 6px;
	height: 100%;
	right: 6px;
	top: 0px;
	display: block;
	background: url('../../../typo3conf/ext/config/Resources/Public/Website/Images/custom-select-icon.png') no-repeat center center;
	z-index: 1;
	pointer-events: none;
	position: absolute;
}

.frame-type-form_formframework .field-select select {
	padding: 6px 20px 6px 10px;
	width: 100%;
	border: none;
	height: 100%;
	font-size: 16px;
	font-family: "Roboto";
	font-weight: 300;
	color: #333;
	background-color: transparent;
	box-shadow: revert;
	transform: none;
	-webkit-appearance: none;
	-moz-appearance : none;
}

.frame-type-form_formframework .form-navigation {
	position: relative;
	min-height: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

.frame-type-form_formframework .submit button {
	border: none;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 32px 10px 12px;
	line-height: 14px;
	background: #72caeb url('../../../typo3conf/ext/config/Resources/Public/Website/Images/link-arrow-white_space.png') no-repeat right center;
	display: inline-block;
	border-radius: 0;
}

/*.probat .femanager_flashmessages > div {*/
/*	margin-bottom: 25px;*/
/*}*/

/*.probat .tx-femanager .alert {*/
/*	border-radius: 0;*/
/*}*/

@media screen and (min-width:768px) {
	.frame-type-form_formframework .form-group {
		margin-bottom: 15px;
	}

	.frame-type-form_formframework .form-group > .input {
		width: 83.3333333333%;
		float: left;
	}

	.frame-type-form_formframework .form-group > label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
		width: 16.6666666667%;
		float: left;
	}

	.frame-type-form_formframework input[type="text"].form-control,
	.frame-type-form_formframework input[type="password"].form-control,
	.frame-type-form_formframework input[type="email"].form-control,
	.frame-type-form_formframework input[type="tel"].form-control,
	.frame-type-form_formframework .field-select,
	.frame-type-form_formframework textarea.form-control,
	.frame-type-form_formframework .alert {
		width: 45%;
	}

	.frame-type-form_formframework .form-navigation {
		margin-left: 16.6666666667%;
	}
}

@media screen and (min-width:1100px) {
	.frame-type-form_formframework .form-group {
		margin-bottom: 8px;
	}

	.frame-type-form_formframework input[type="text"].form-control,
	.frame-type-form_formframework input[type="password"].form-control,
	.frame-type-form_formframework input[type="email"].form-control,
	.frame-type-form_formframework input[type="tel"].form-control,
	.frame-type-form_formframework .field-select,
	.frame-type-form_formframework textarea.form-control,
	.frame-type-form_formframework .alert {
		width: 35%;
	}
/*	.probat .tx-femanager .fieldtype-checkbox .alert {*/
/*		width: 100%;*/
/*	}*/
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{transition-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{transition-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg)}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}80%,100%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg)}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}80%,100%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}0%,40%{transition-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg)}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}0%,40%{transition-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg)}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}0%,40%{transition-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg)}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}0%,40%{transition-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg)}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}0%,100%{-webkit-transform-origin:center;transform-origin:center}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}0%,100%{-webkit-transform-origin:center;transform-origin:center}100%{-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{opacity:1}0%,100%{-webkit-transform-origin:center;transform-origin:center}100%{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}0%,100%{-webkit-transform-origin:center;transform-origin:center}100%{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg)}20%,60%,40%,80%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg)}20%,60%,40%,80%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.tooltipster-default{border-radius:0;border:none;background:0 0;color:#fff}.tooltipster-default .tooltipster-content{font-family:Arial,sans-serif;font-size:14px;line-height:16px;padding:8px 10px;overflow:hidden}.tooltipster-icon{cursor:help;margin-left:4px}.tooltipster-base{padding:0;font-size:0;line-height:0;position:absolute;left:0;top:0;z-index:9999999;pointer-events:none;width:auto;overflow:visible}.tooltipster-base .tooltipster-content{overflow:hidden}.tooltipster-arrow{display:block;text-align:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1}.tooltipster-arrow span,.tooltipster-arrow-border{display:block;width:0;height:0;position:absolute}.tooltipster-arrow-top span,.tooltipster-arrow-top-right span,.tooltipster-arrow-top-left span{border-left:8px solid transparent!important;border-right:8px solid transparent!important;border-top:8px solid;bottom:-7px}.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-top-right .tooltipster-arrow-border,.tooltipster-arrow-top-left .tooltipster-arrow-border{border-left:9px solid transparent!important;border-right:9px solid transparent!important;border-top:9px solid;bottom:-7px}.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom-right span,.tooltipster-arrow-bottom-left span{border-left:8px solid transparent!important;border-right:8px solid transparent!important;border-bottom:8px solid;top:-7px}.tooltipster-arrow-bottom .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border{border-left:9px solid transparent!important;border-right:9px solid transparent!important;border-bottom:9px solid;top:-7px}.tooltipster-arrow-top span,.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom .tooltipster-arrow-border{left:0;right:0;margin:0 auto}.tooltipster-arrow-top-left span,.tooltipster-arrow-bottom-left span{left:6px}.tooltipster-arrow-top-left .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border{left:5px}.tooltipster-arrow-top-right span,.tooltipster-arrow-bottom-right span{right:6px}.tooltipster-arrow-top-right .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border{right:5px}.tooltipster-arrow-left span{border-top:8px solid transparent!important;border-bottom:8px solid transparent!important;border-left:8px solid;top:50%;margin-top:-7px;right:-7px}.tooltipster-arrow-left .tooltipster-arrow-border{top:50%;right:-7px;border-top:9px solid transparent!important;border-bottom:9px solid transparent!important;border-left:9px solid;margin-top:-8px}.tooltipster-arrow-right span{border-top:8px solid transparent!important;border-bottom:8px solid transparent!important;border-right:8px solid;top:50%;margin-top:-7px;left:-7px}.tooltipster-arrow-right .tooltipster-arrow-border{top:50%;left:-7px;border-top:9px solid transparent!important;border-bottom:9px solid transparent!important;border-right:9px solid;margin-top:-8px}.tooltipster-fade{opacity:0;transition-property:opacity}.tooltipster-fade-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);transform:scale(0,0);transition-property:-webkit-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow-show{-webkit-transform:scale(1,1);transform:scale(1,1);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);transform:rotateZ(4deg);transition-property:-webkit-transform;transition-property:transform}.tooltipster-swing-show{opacity:1;-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{top:0;transition-property:top;transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-dying{transition-property:all;top:0!important;opacity:0}.tooltipster-slide{left:-40px;transition-property:left;transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-dying{transition-property:all;left:0!important;opacity:0}.tooltipster-content-changing{opacity:.5;-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}@font-face{font-family:'FontAwesome';src:url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/fontawesome-webfont.eot?v=4.4.0');src:url('../../../typo3conf/ext/config/Resources/Public/Website/Css/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format("embedded-opentype"),url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/fontawesome-webfont.woff2?v=4.4.0') format("woff2"),url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/fontawesome-webfont.woff?v=4.4.0') format("woff"),url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/fontawesome-webfont.ttf?v=4.4.0') format("truetype"),url('../../../typo3conf/ext/config/Resources/Public/Website/Fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font:14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.flickity-enabled{position:relative}.flickity-enabled:focus{outline:none}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:rgba(255,255,255,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:none;box-shadow:0 0 0 5px #19F}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:#333}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100%;left:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar{opacity:0;position:absolute}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;transition:opacity .25s,visibility 0s linear .25s;visibility:hidden;z-index:99997}.fancybox-toolbar{opacity:0;position:absolute}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar{opacity:1;transition:opacity .25s,visibility 0s;visibility:visible}.fancybox-show-nav .fancybox-navigation .fancybox-button{opacity:1;visibility:visible}.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s,visibility 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;text-align:center;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;height:100%;margin-right:-.25em;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{overflow:visible;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-slide--iframe{padding:44px 44px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 6px;max-width:100%;overflow:auto;padding:24px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:0 0;background-repeat:no-repeat;background-size:100% 100%;left:0;margin:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox-can-drag .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:0 0;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--html .fancybox-content{margin-bottom:6px}.fancybox-slide--iframe .fancybox-content{overflow:visible;padding:0;width:100%}.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;margin:0;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff;height:calc(100% - 44px);margin:0 0 44px}.fancybox-iframe,.fancybox-video{background:0 0;border:0;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{vertical-align:top}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;cursor:pointer;display:inline-block;height:44px;margin:0;outline:none;padding:10px;transition:color .2s;vertical-align:top;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default}.fancybox-button svg{display:block;overflow:visible;position:relative;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:transparent;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path{fill:currentColor}.fancybox-button--share svg path{stroke-width:1}.fancybox-navigation .fancybox-button{height:38px;opacity:0;padding:6px;position:absolute;top:50%;width:38px}.fancybox-show-nav .fancybox-navigation .fancybox-button{transition:opacity .25s,visibility 0s,color .25s}.fancybox-navigation .fancybox-button:after{content:"";left:-25px;padding:50px;position:absolute;top:-25px}.fancybox-navigation .fancybox-button--arrow_left{left:6px}.fancybox-navigation .fancybox-button--arrow_right{right:6px}.fancybox-close-small{background:0 0;border:0;border-radius:0;color:#555;cursor:pointer;height:44px;margin:0;padding:6px;position:absolute;right:0;top:0;width:44px;z-index:10}.fancybox-close-small svg{fill:transparent;opacity:.8;stroke:currentColor;stroke-width:1.5;transition:stroke .1s}.fancybox-close-small:focus{outline:none}.fancybox-close-small:hover svg{opacity:1}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small{color:#ccc;padding:5px;right:-12px;top:-44px}.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg{background:0 0;color:#fff}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid rgba(255,255,255,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:0 0;border:6px solid rgba(99,99,99,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:0 0;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li{background-position:50%;background-repeat:no-repeat;background-size:cover}.fancybox-thumbs>ul>li:before{border:4px solid #4ea7f9;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs .fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
.ce-align-left{text-align:left}.ce-align-center{text-align:center}.ce-align-right{text-align:right}.ce-table td,.ce-table th{vertical-align:top}.ce-textpic,.ce-image,.ce-nowrap .ce-bodytext,.ce-gallery,.ce-row,.ce-uploads li,.ce-uploads div{overflow:hidden}.ce-left .ce-gallery,.ce-column{float:left}.ce-center .ce-outer{position:relative;float:right;right:50%}.ce-center .ce-inner{position:relative;float:right;right:-50%}.ce-right .ce-gallery{float:right}.ce-gallery figure{display:table;margin:0}.ce-gallery figcaption{display:table-caption;caption-side:bottom}.ce-gallery img{display:block}.ce-gallery iframe{border-width:0}.ce-intext.ce-right .ce-gallery,.ce-intext.ce-left .ce-gallery,.ce-above .ce-gallery{margin-bottom:30px}.ce-intext.ce-right .ce-gallery{margin-left:30px}.ce-intext.ce-left .ce-gallery{margin-right:30px}.ce-below .ce-gallery{margin-top:30px}.ce-column{margin-right:10px}.ce-column:last-child{margin-right:0}.ce-row{margin-bottom:10px}.ce-row:last-child{margin-bottom:0}.ce-above .ce-bodytext{clear:both}.ce-intext.ce-left ol,.ce-intext.ce-left ul{padding-left:40px;overflow:auto}.ce-headline-left{text-align:left}.ce-headline-center{text-align:center}.ce-headline-right{text-align:right}.ce-uploads{margin:0;padding:0}.ce-uploads li{list-style:none outside none;margin:1em 0}.ce-uploads img{float:left;padding-right:1em;vertical-align:top}.ce-uploads span{display:block}.ce-table{width:100%;max-width:100%}.ce-table th,.ce-table td{padding:.5em .75em;vertical-align:top}.ce-table thead th{border-bottom:2px solid #dadada}.ce-table th,.ce-table td{border-top:1px solid #dadada}.ce-table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.ce-table-bordered th,.ce-table-bordered td{border:1px solid #dadada}.frame-space-before-extra-small{margin-top:1em}.frame-space-before-small{margin-top:2em}.frame-space-before-medium{margin-top:3em}.frame-space-before-large{margin-top:4em}.frame-space-before-extra-large{margin-top:5em}.frame-space-after-extra-small{margin-bottom:1em}.frame-space-after-small{margin-bottom:2em}.frame-space-after-medium{margin-bottom:3em}.frame-space-after-large{margin-bottom:4em}.frame-space-after-extra-large{margin-bottom:5em}.frame-ruler-before:before{content:'';display:block;border-top:1px solid rgba(0,0,0,0.25);margin-bottom:2em}.frame-ruler-after:after{content:'';display:block;border-bottom:1px solid rgba(0,0,0,0.25);margin-top:2em}.frame-indent{margin-left:15%;margin-right:15%}.frame-indent-left{margin-left:33%}.frame-indent-right{margin-right:33%}
body {
    overflow-x: hidden;
}

#CybotCookiebotDialog {
    max-width: 1200px !important;
    position: fixed !important;
    right: 0 !important;
    margin: auto !important;
    padding: 10px !important;
    box-shadow: 1px -1px 15px 2px rgba(0,0,0,0.17) !important;
}

#CybotCookiebotDialogBody {
    max-width: 1200px !important;
    padding-bottom: 20px;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    font-family: "Roboto" !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    width: auto !important;
    padding: 10px 12px 10px 12px !important;
}

#CybotCookiebotDialogBodyContentTitle {
    font-family: "Roboto" !important;
    font-weight: 300;
}
#CybotCookiebotDialogBodyContentText {
    font-family: "Roboto" !important;
    font-weight: 300;
    font-size: 16px !important;
    line-height: 28px !important;
}

#CybotCookiebotDialogBodyLevelButtonsTable {
    max-width: 500px !important;
}

#CybotCookiebotDialogBodyLevelButtonsRow label {
    font-family: "Roboto" !important;
    font-weight: 300;
}
#CybotCookiebotDialog a, #CybotCookiebotDialog div, #CybotCookiebotDialogBodyContentControls, #CybotCookiebotDialogBodyContentTitle {
    font-family: "Roboto" !important;
    font-weight: 300;
}

.cookiebanner-links {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

#CybotCookiebotDialogBodyLevelButtons {
    margin: 0px auto !important;
    text-align: center;
    width: 100%;
}