@charset "UTF-8";
@import "../plugin/bower_components/select2/dist/css/select2.min.css";
@import "../plugin/bower_components/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css";
@import "../plugin/bower_components/jQuery.mmenu/dist/css/jquery.mmenu.all.css";
@import "../plugin/bower_components/shariff/build/shariff.min.css";
@import "../plugin/first-responsive-timeline/css/plugins/animate.css";
@import "../plugin/first-responsive-timeline/css/default.css";
@import "../plugin/image-compare-viewer/image-compare-viewer.min.css";
.color-item {
  display: table;
  margin-bottom: 15px;
}

.color-holder {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #000;
}

.color-details {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
}
.color-details span {
  display: block;
  font-weight: bold;
}

.white {
  background: #FFFFFF;
}

.black {
  background: #000000;
}

.black-k1 {
  background: #262626;
}

.black-k2 {
  background: #333333;
}

.black-k3 {
  background: #666666;
}

.black-k4 {
  background: #999999;
}

.black-k5 {
  background: #CCCCCC;
}

.black-k6 {
  background: #E5E5E5;
}

.black-k7 {
  background: #F5F5F5;
}

.red-r1 {
  background: #b7422f;
}

.red-r2 {
  background: #c56859;
}

.red-r3 {
  background: #d48e82;
}

.red-r4 {
  background: #e2b3ac;
}

.red-r5 {
  background: #f1d9d5;
}

.red-r6 {
  background: #f8ecea;
}

#header-styleguide .status {
  position: relative;
}
#header-styleguide .status:after {
  font-family: FontAwesome;
  content: "\f0c8";
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 5px;
}
#header-styleguide .status.status--open:after {
  color: #FF0000;
}
#header-styleguide .status.status--progress:after {
  color: #FFCC00;
}
#header-styleguide .status.status--testing:after {
  color: #99FF66;
}
#header-styleguide .status.status--done:after {
  color: #00CC00;
}

.leadin-styleguide {
  margin: 20px 0;
}
.leadin-styleguide .status:before {
  font-family: FontAwesome;
  content: "\f0c8";
  padding-right: 10px;
}
.leadin-styleguide .status.status--open:before {
  color: #FF0000;
}
.leadin-styleguide .status.status--progress:before {
  color: #FFCC00;
}
.leadin-styleguide .status.status--testing:before {
  color: #99FF66;
}
.leadin-styleguide .status.status--done:before {
  color: #00CC00;
}
.leadin-styleguide .integration {
  display: block;
  font-size: 36px;
}
.leadin-styleguide .integration:before {
  font-family: FontAwesome;
  padding-right: 10px;
  color: #000;
}
.leadin-styleguide .integration.integration--check:before {
  content: "\f14a";
}
.leadin-styleguide .integration.integration--pending:before {
  content: "\f096";
}

.leadin-headline-styleguide {
  font-size: 36px;
}

.block-styleguide {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #000000;
  margin: 0 0 50px 0;
  padding: 15px;
}
.block-styleguide .status:before {
  font-family: FontAwesome;
  content: "\f0c8";
  padding-right: 10px;
}
.block-styleguide .status.status--open:before {
  color: #FF0000;
}
.block-styleguide .status.status--progress:before {
  color: #FFCC00;
}
.block-styleguide .status.status--testing:before {
  color: #99FF66;
}
.block-styleguide .status.status--done:before {
  color: #00CC00;
}
.block-styleguide .integration {
  display: block;
  font-size: 36px;
}
.block-styleguide .integration:before {
  font-family: FontAwesome;
  padding-right: 10px;
  color: #000;
}
.block-styleguide .integration.integration--check:before {
  content: "\f14a";
}
.block-styleguide .integration.integration--pending:before {
  content: "\f096";
}

.block--no-use {
  opacity: 0.5;
}

.block-heading-wrapper-styleguide {
  margin: 0 0 15px 0;
  border-bottom: 1px solid #000000;
}
@media (max-width: 768px) {
  .block-heading-wrapper-styleguide p {
    display: none;
  }
}

.block-heading-styleguide {
  font-size: 30px;
  display: block;
  padding: 0 0 10px 0;
}

.block-content-styleguide {
  width: 100%;
  float: left;
}

#header-styleguide .dropdown-menu > li > a {
  padding: 3px 35px 3px 20px;
}
#header-styleguide .navbar-nav > li > a {
  padding: 15px;
}

body {
  padding: 0;
}

pre {
  border: 1px solid #ccc;
}

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

.white {
  background: #FFFFFF;
}

.black {
  background: #000000;
}

.black-k1 {
  background: #262626;
}

.black-k2 {
  background: #333333;
}

.black-k3 {
  background: #666666;
}

.black-k4 {
  background: #999999;
}

.black-k5 {
  background: #CCCCCC;
}

.black-k6 {
  background: #E5E5E5;
}

.black-k7 {
  background: #F5F5F5;
}

.red-r1 {
  background: #b7422f;
}

.red-r2 {
  background: #c56859;
}

.red-r3 {
  background: #d48e82;
}

.red-r4 {
  background: #e2b3ac;
}

.red-r5 {
  background: #f1d9d5;
}

.red-r6 {
  background: #f8ecea;
}

@font-face {
  font-family: "open_sansregular";
  src: url("../fonts/opensans_regular/OpenSans-Regular.eot");
  src: url("../fonts/opensans_regular/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans_regular/OpenSans-Regular.woff") format("woff"), url("../fonts/opensans_regular/OpenSans-Regular.ttf") format("truetype"), url("../fonts/opensans_regular/OpenSans-Regular.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanslight";
  src: url("../fonts/opensans_light/OpenSans-Light.eot");
  src: url("../fonts/opensans_light/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans_light/OpenSans-Light.woff") format("woff"), url("../fonts/opensans_light/OpenSans-Light.ttf") format("truetype"), url("../fonts/opensans_light/OpenSans-Light.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansitalic";
  src: url("../fonts/opensans_italic/OpenSans-Italic.eot");
  src: url("../fonts/opensans_italic/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans_italic/OpenSans-Italic.woff") format("woff"), url("../fonts/opensans_italic/OpenSans-Italic.ttf") format("truetype"), url("../fonts/opensans_italic/OpenSans-Italic.svg#open_sansitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansbold";
  src: url("../fonts/opensans_bold/OpenSans-Bold.eot");
  src: url("../fonts/opensans_bold/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans_bold/OpenSans-Bold.woff") format("woff"), url("../fonts/opensans_bold/OpenSans-Bold.ttf") format("truetype"), url("../fonts/opensans_bold/OpenSans-Bold.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 27px;
  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;
}

.container, .site-tools-wrapper, .site-tools-container, .cookie-policy-inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 9px;
  padding-right: 9px;
}
.container:before, .site-tools-wrapper:before, .site-tools-container:before, .cookie-policy-inner:before, .container:after, .site-tools-wrapper:after, .site-tools-container:after, .cookie-policy-inner:after {
  content: " ";
  display: table;
}
.container:after, .site-tools-wrapper:after, .site-tools-container:after, .cookie-policy-inner:after {
  clear: both;
}
@media (min-width: 768px) {
  .container, .site-tools-wrapper, .site-tools-container, .cookie-policy-inner {
    width: 738px;
  }
}
@media (min-width: 992px) {
  .container, .site-tools-wrapper, .site-tools-container, .cookie-policy-inner {
    width: 958px;
  }
}
@media (min-width: 1200px) {
  .container, .site-tools-wrapper, .site-tools-container, .cookie-policy-inner {
    width: 1158px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 9px;
  padding-right: 9px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row, .color-wrapper {
  margin-left: -9px;
  margin-right: -9px;
}
.row:before, .color-wrapper:before, .row:after, .color-wrapper:after {
  content: " ";
  display: table;
}
.row:after, .color-wrapper: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, .color-item, .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: 9px;
  padding-right: 9px;
}

.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: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .color-item, .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, .color-item {
    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%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 24px;
  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] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.form-control {
  display: block;
  width: 100%;
  height: 41px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.7;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-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: 41px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm input[type=month] {
    line-height: 33px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg input[type=month] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 27px;
  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: 43px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

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

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

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 41px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 47px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 51.25px;
}

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

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  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: 32px;
}
.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: 34px;
}
.form-horizontal .form-group {
  margin-left: -9px;
  margin-right: -9px;
}
.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: 9px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 27px;
  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: 9px;
  padding-left: 9px;
  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, .site-tools-wrapper > .navbar-header, .site-tools-container > .navbar-header, .cookie-policy-inner > .navbar-header,
.container > .navbar-collapse,
.site-tools-wrapper > .navbar-collapse,
.site-tools-container > .navbar-collapse,
.cookie-policy-inner > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -9px;
  margin-left: -9px;
}
@media (min-width: 768px) {
  .container > .navbar-header, .site-tools-wrapper > .navbar-header, .site-tools-container > .navbar-header, .cookie-policy-inner > .navbar-header,
  .container > .navbar-collapse,
  .site-tools-wrapper > .navbar-collapse,
  .site-tools-container > .navbar-collapse,
  .cookie-policy-inner > .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: 11.5px 9px;
  font-size: 20px;
  line-height: 27px;
  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 > .site-tools-wrapper .navbar-brand, .navbar > .site-tools-container .navbar-brand, .navbar > .cookie-policy-inner .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -9px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 9px;
  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: 5.75px -9px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 27px;
}
@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: 27px;
  }
  .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: 11.5px;
    padding-bottom: 11.5px;
  }
}

.navbar-form {
  margin-left: -9px;
  margin-right: -9px;
  padding: 10px 9px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}
@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;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  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: 4.5px;
  margin-bottom: 4.5px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -9px;
  }
  .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;
}

.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: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 12.5px 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.7;
  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: #337ab7;
}

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

.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: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 12.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.7;
  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: #337ab7;
}

.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: 14px;
  line-height: 1.7;
  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;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

body {
  font-family: open_sansregular, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 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.7;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 27px;
  margin-bottom: 27px;
  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;
}

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

.table, table.contenttable {
  width: 100%;
  max-width: 100%;
  margin-bottom: 27px;
}
.table > thead > tr > th, table.contenttable > thead > tr > th,
.table > thead > tr > td,
table.contenttable > thead > tr > td,
.table > tbody > tr > th,
table.contenttable > tbody > tr > th,
.table > tbody > tr > td,
table.contenttable > tbody > tr > td,
.table > tfoot > tr > th,
table.contenttable > tfoot > tr > th,
.table > tfoot > tr > td,
table.contenttable > tfoot > tr > td {
  padding: 8px;
  line-height: 1.7;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th, table.contenttable > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, table.contenttable > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
table.contenttable > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
table.contenttable > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
table.contenttable > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
table.contenttable > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
table.contenttable > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody, table.contenttable > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table, table.contenttable .table, .table table.contenttable, table.contenttable table.contenttable {
  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), table.contenttable > 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.contenttable > thead > tr > td.active,
.table > thead > tr > th.active,
table.contenttable > thead > tr > th.active, .table > thead > tr.active > td, table.contenttable > thead > tr.active > td, .table > thead > tr.active > th, table.contenttable > thead > tr.active > th,
.table > tbody > tr > td.active,
table.contenttable > tbody > tr > td.active,
.table > tbody > tr > th.active,
table.contenttable > tbody > tr > th.active,
.table > tbody > tr.active > td,
table.contenttable > tbody > tr.active > td,
.table > tbody > tr.active > th,
table.contenttable > tbody > tr.active > th,
.table > tfoot > tr > td.active,
table.contenttable > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
table.contenttable > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
table.contenttable > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
table.contenttable > 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.contenttable > thead > tr > td.success,
.table > thead > tr > th.success,
table.contenttable > thead > tr > th.success, .table > thead > tr.success > td, table.contenttable > thead > tr.success > td, .table > thead > tr.success > th, table.contenttable > thead > tr.success > th,
.table > tbody > tr > td.success,
table.contenttable > tbody > tr > td.success,
.table > tbody > tr > th.success,
table.contenttable > tbody > tr > th.success,
.table > tbody > tr.success > td,
table.contenttable > tbody > tr.success > td,
.table > tbody > tr.success > th,
table.contenttable > tbody > tr.success > th,
.table > tfoot > tr > td.success,
table.contenttable > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
table.contenttable > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
table.contenttable > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
table.contenttable > 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.contenttable > thead > tr > td.info,
.table > thead > tr > th.info,
table.contenttable > thead > tr > th.info, .table > thead > tr.info > td, table.contenttable > thead > tr.info > td, .table > thead > tr.info > th, table.contenttable > thead > tr.info > th,
.table > tbody > tr > td.info,
table.contenttable > tbody > tr > td.info,
.table > tbody > tr > th.info,
table.contenttable > tbody > tr > th.info,
.table > tbody > tr.info > td,
table.contenttable > tbody > tr.info > td,
.table > tbody > tr.info > th,
table.contenttable > tbody > tr.info > th,
.table > tfoot > tr > td.info,
table.contenttable > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
table.contenttable > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
table.contenttable > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
table.contenttable > 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.contenttable > thead > tr > td.warning,
.table > thead > tr > th.warning,
table.contenttable > thead > tr > th.warning, .table > thead > tr.warning > td, table.contenttable > thead > tr.warning > td, .table > thead > tr.warning > th, table.contenttable > thead > tr.warning > th,
.table > tbody > tr > td.warning,
table.contenttable > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
table.contenttable > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
table.contenttable > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
table.contenttable > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
table.contenttable > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
table.contenttable > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
table.contenttable > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
table.contenttable > 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.contenttable > thead > tr > td.danger,
.table > thead > tr > th.danger,
table.contenttable > thead > tr > th.danger, .table > thead > tr.danger > td, table.contenttable > thead > tr.danger > td, .table > thead > tr.danger > th, table.contenttable > thead > tr.danger > th,
.table > tbody > tr > td.danger,
table.contenttable > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
table.contenttable > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
table.contenttable > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
table.contenttable > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
table.contenttable > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
table.contenttable > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
table.contenttable > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
table.contenttable > 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: 20.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table, .table-responsive > table.contenttable {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > table.contenttable > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > table.contenttable > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > table.contenttable > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > table.contenttable > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > table.contenttable > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > table.contenttable > 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;
  }
}

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: 27px;
  margin-bottom: 13.5px;
}
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: 13.5px;
  margin-bottom: 13.5px;
}
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: 41px;
}

h2, .h2 {
  font-size: 34px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 13.5px;
}

.lead {
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.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: #337ab7;
}

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

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

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

.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: 12.5px;
  margin: 54px 0 27px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 13.5px;
}
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: 27px;
}

dt,
dd {
  line-height: 1.7;
}

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: 13.5px 27px;
  margin: 0 0 27px;
  font-size: 20px;
  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.7;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

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

address {
  margin-bottom: 27px;
  font-style: normal;
  line-height: 1.7;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

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

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*-------- Type- 01 ------*/
.frst-timeline-style-8 {
  color: #000;
}

.frst-timeline-style-8 .frst-timeline-block::before {
  width: 3px;
  background: #E5E5E5;
  margin-left: -2px;
  background: #E5E5E5;
  top: 12px;
}

.frst-timeline-style-8.frst-right-align .frst-timeline-block::before {
  margin-right: -2px;
}

.frst-timeline-block {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 678px) {
  .frst-timeline-block {
    padding-left: 40px;
  }
}

.frst-timeline-style-8 .frst-timeline-img {
  padding: 0;
  margin-left: 0;
  top: 50%;
  /*--- Box shadow value --*/
  width: 70px;
  height: 70px;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  line-height: 70px;
  background: #b7422f;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 678px) {
  .frst-timeline-style-8 .frst-timeline-img {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}

.frst-timeline-style-8 .frst-timeline-img i {
  display: block;
}

.frst-timeline-style-8.frst-right-align .frst-timeline-img {
  margin-right: -21px;
}

.frst-timeline-style-8 .frst-timeline-content {
  color: #777;
  background: #F5F5F5;
}

.frst-timeline-style-8 .frst-date {
  color: #FFFFFF;
  background-color: #b7422f;
  font-size: 20px;
}

.frst-timeline-style-8 h2 {
  margin: 0 0 8px;
  font-weight: 800;
  color: #b7422f;
  font-size: 20px;
}

.frst-timeline-style-8 p {
  margin: 0;
  color: #333333;
  line-height: 1.3;
}

.frst-timeline-style-8 .frst-timeline-label-block {
  padding-top: 0;
  height: 60px;
  position: relative;
}

.frst-timeline-style-8 .frst-labels span {
  position: relative;
  background: transparent;
  color: #b7422f;
  font-weight: 800;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  line-height: 17px;
  padding: 0;
}
.frst-timeline-style-8 .frst-labels span:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  vertical-align: bottom;
  background-color: #b7422f;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.frst-labels.frst-start-label {
  position: absolute;
  display: inline-block;
  padding-bottom: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-8px, -50%);
  -ms-transform: translate(-8px, -50%);
  -o-transform: translate(-8px, -50%);
  transform: translate(-8px, -50%);
}
@media only screen and (max-width: 678px) {
  .frst-labels.frst-start-label {
    left: 0;
  }
}

.frst-timeline-style-8.frst-right-align .frst-labels span {
  left: auto;
  right: -47px;
}

.frst-timeline-style-8.frst-left-align .frst-labels span {
  right: auto;
  left: -47px;
}

/*--------- news-------*/
.frst-timeline-style-8 .frst-timeline-content-inner {
  border: 2px solid #F5F5F5;
  padding: 25px 20px 15px 20px;
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
}

.frst-timeline-style-8 .frst-timeline-content-inner .media-section {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.frst-timeline-style-8 .frst-timeline-content-inner .media-section img {
  width: 100%;
  height: auto;
}

.frst-timeline-style-8 .frst-timeline-content-inner .media-section iframe {
  max-width: 100%;
}

.frst-timeline-style-8 .frst-timeline-content-inner::before, .frst-timeline-style-8 .frst-timeline-content-inner::after {
  content: "";
  border-style: solid;
  border-color: transparent;
  position: absolute;
}

.frst-timeline-style-8 .frst-timeline-content-inner::before {
  border-width: 28px 28px 28px 0;
  border-right-color: #F5F5F5;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
@media only screen and (max-width: 678px) {
  .frst-timeline-style-8 .frst-timeline-content-inner::before {
    border-width: 14px 14px 14px 0;
  }
}

.frst-timeline-style-8.frst-right-align .frst-timeline-content-inner::before {
  border-width: 10px 0 10px 11px;
  border-left-color: #F5F5F5;
  left: auto;
  right: -11px;
}

.frst-timeline-style-8.frst-right-align .frst-timeline-content-inner::after {
  border-width: 8px 0 8px 9px;
  border-left-color: #fff;
  right: -8px;
  left: auto;
}

/*---------- Responsive part ------------*/
@media only screen and (min-width: 679px) {
  .frst-date-opposite {
    margin-left: 203px;
  }
  .frst-left-align.frst-date-opposite {
    margin-left: 203px;
  }
  .frst-right-align.frst-date-opposite {
    margin-right: 203px;
    margin-left: 0;
  }
  .frst-timeline-style-8.frst-alternate .frst-timeline-content, .frst-timeline-style-8.frst-date-opposite .frst-timeline-content {
    width: calc(50% - 80px);
  }
  .frst-timeline-style-8.frst-date-opposite .frst-date {
    left: -248px;
    line-height: 32px;
    width: 160px;
  }
  .frst-timeline-style-8.frst-date-opposite.frst-right-align .frst-date, .frst-timeline-style-8.frst-date-opposite.frst-alternate .frst-timeline-block.frst-odd-item .frst-date {
    right: -248px;
    left: auto;
    text-align: left;
  }
  .frst-timeline-style-8.frst-right-align .frst-date {
    left: auto;
    right: 0;
  }
  /*--------- news-------*/
  .frst-timeline-style-8.frst-alternate .frst-odd-item .frst-timeline-content-inner::before {
    border-width: 28px 0 28px 28px;
    border-left-color: #F5F5F5;
    left: auto;
    right: 0;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
}
@media only screen and (max-width: 678px) {
  .frst-timeline-style-8.frst-responsive-right .frst-labels span {
    left: auto;
    right: -47px;
  }
  .frst-timeline-style-8.frst-responsive-right .frst-timeline-block::before {
    margin-right: -2px;
  }
  .frst-timeline-style-8.frst-responsive-right .frst-timeline-img {
    margin-right: -21px;
  }
  /*--------- news-------*/
  .frst-timeline-style-8.frst-responsive-right .frst-timeline-content-inner::before {
    border-width: 10px 0 10px 11px;
    border-left-color: #F5F5F5;
    left: auto;
    right: -11px;
  }
  .frst-timeline-style-8.frst-responsive-right .frst-timeline-content-inner::after {
    border-width: 8px 0 8px 9px;
    border-left-color: #fff;
    right: -8px;
    left: auto;
  }
}
.frst-link-wrapper {
  text-align: center;
  margin: 25px -20px 0 -20px;
  padding: 10px 10px 0 10px;
  border-top: 1px solid #E5E5E5;
}
.frst-link-wrapper a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.frst-timeline-block.frst-timeline-label-block:first-child .frst-labels.frst-start-label {
  top: 0;
  -webkit-transform: translate(-8px, 0);
  -ms-transform: translate(-8px, 0);
  -o-transform: translate(-8px, 0);
  transform: translate(-8px, 0);
}

.frst-timeline-block.frst-timeline-label-block:last-child:after {
  content: "";
  width: 3px;
  background: #E5E5E5;
  position: absolute;
  height: 50%;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}
@media only screen and (max-width: 678px) {
  .frst-timeline-block.frst-timeline-label-block:last-child:after {
    left: 0;
  }
}
.frst-timeline-block.frst-timeline-label-block:last-child .frst-labels.frst-start-label {
  z-index: 2;
}

.frst-timeline-content {
  visibility: hidden;
}

.frst-timeline-content.animated {
  visibility: visible;
}

@media (min-width: 768px) {
  .push--bottom {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .push--bottom {
    margin-bottom: 30px;
  }
}

.push--bottom-small {
  margin-bottom: 30px;
}

.push--bottom-medium {
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .push--top {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .push--top {
    margin-top: 30px;
  }
}

.push--top-small {
  margin-top: 30px;
}

.push--top-medium {
  margin-top: 45px;
}

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

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

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

.no-padding {
  padding: 0;
}

.position-relative {
  position: relative;
}

/*! 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: normal;
  font-family: "open_sansbold";
}

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

* {
  box-sizing: border-box;
}

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: open_sansregular, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  font-weight: normal;
  padding: 0;
  height: 100%;
}

p {
  margin: 0 0 15px 0;
  line-height: 1.7;
}

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

address {
  font-style: normal;
  text-transform: uppercase;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.alert {
  padding: 20px;
  margin-bottom: 15px;
}

.alert-title {
  position: relative;
  display: block;
  font-size: 15px;
  font-family: open_sansbold;
  padding-left: 40px;
  margin-bottom: 10px;
}
.alert-title:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.alert-text {
  display: block;
  font-size: 15px;
}

.alert--success {
  background-color: #E4F1DF;
  border: 1px solid #6BA84F;
}
.alert--success .alert-title:before {
  content: "\f058";
  color: #6BA84F;
}

.alert--info {
  background-color: #DBEAF7;
  border: 1px solid #6FA8DC;
}
.alert--info .alert-title:before {
  content: "\f05a";
  color: #6FA8DC;
}

.alert--warning {
  background-color: #FCF0CC;
  border: 1px solid #F1C233;
}
.alert--warning .alert-title:before {
  content: "\f071";
  color: #F1C233;
}

.alert--error {
  background-color: #F8D9D9;
  border: 1px solid #E06666;
}
.alert--error .alert-title:before {
  content: "\f057";
  color: #E06666;
}

.alert--neutral {
  background-color: #E6E6E6;
  border: 1px solid #666666;
}
.alert--neutral .alert-title:before {
  content: "\f058";
  color: #666666;
}

a:link {
  color: #b7422f;
}
a:visited {
  color: #b7422f;
}
a:hover {
  color: #b7422f;
}
a:active {
  color: #b7422f;
}

.anchor-icon {
  text-decoration: none;
}
.anchor-icon:hover {
  text-decoration: underline;
}
.anchor-icon:before {
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
}

.icon--sample:before {
  content: "\f061";
}

a:not([href]) {
  color: #333333;
}
a:not([href]):hover, a:not([href]):focus {
  color: #333333;
  text-decoration: none;
}

blockquote {
  margin-left: 30px;
  padding-left: 20px;
  border-left: 5px solid #b7422f;
  color: #b7422f;
  font-size: 16px;
}

.breadcrumbs {
  border-top: 1px solid #E5E5E5;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
.breadcrumb li {
  font-size: 12px;
}
.breadcrumb li.active {
  color: #666666;
}
.breadcrumb li:before {
  padding: 0;
}

.btn, .powermail_submit {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
  cursor: pointer;
  outline: none;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
}
.btn:hover, .powermail_submit:hover, .btn:focus, .powermail_submit:focus {
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #b7422f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #b7422f;
}
.btn[disabled], [disabled].powermail_submit {
  opacity: 0.5;
  pointer-events: none;
}

.btn--default, .powermail_submit, .tx-powermail .btn-group .btn, .tx-powermail .btn-group .powermail_submit {
  border-radius: 0;
  background: #b7422f;
  color: #FFFFFF;
  font-family: open_sansbold;
  border: 2px solid #b7422f;
}
.btn--default:focus, .powermail_submit:focus, .tx-powermail .btn-group .btn:focus, .tx-powermail .btn-group .powermail_submit:focus, .btn--default:hover, .powermail_submit:hover, .tx-powermail .btn-group .btn:hover, .tx-powermail .btn-group .powermail_submit:hover {
  background: #FFFFFF;
  color: #b7422f;
}
.btn--default:active, .powermail_submit:active, .tx-powermail .btn-group .btn:active, .tx-powermail .btn-group .powermail_submit:active {
  background: #b7422f;
  color: #FFFFFF;
  -webkit-box-shadow: inset 0 2px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 2px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 2px 5px 0px rgba(0, 0, 0, 0.35);
}
.btn--default.btn--icon i, .btn--icon.powermail_submit i, .tx-powermail .btn-group .btn--icon.btn i, .tx-powermail .btn-group .btn--icon.powermail_submit i {
  border-right: 1px solid #FFFFFF;
}
.btn--default.btn--icon:focus i, .btn--icon.powermail_submit:focus i, .tx-powermail .btn-group .btn--icon.btn:focus i, .btn--default.btn--icon:hover i, .btn--icon.powermail_submit:hover i, .tx-powermail .btn-group .btn--icon.btn:hover i {
  border-right: 1px solid #b7422f;
}
.btn--default.btn--icon:active i, .btn--icon.powermail_submit:active i, .tx-powermail .btn-group .btn--icon.btn:active i {
  border-right: 1px solid #FFFFFF;
}
.btn--default:disabled, .powermail_submit:disabled, .tx-powermail .btn-group .btn:disabled, .tx-powermail .btn-group .powermail_submit:disabled {
  opacity: 1;
  background-color: #CCCCCC;
  border: 2px solid #CCCCCC;
}

.btn--inverse {
  border-radius: 0;
  background: #FFFFFF;
  color: #b7422f;
  font-family: open_sansbold;
  border: 2px solid #b7422f;
}
.btn--inverse:focus, .btn--inverse:hover {
  background: #b7422f;
  color: #FFFFFF;
}
.btn--inverse:active {
  -webkit-box-shadow: inset 0 2px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 2px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 2px 5px 0px rgba(0, 0, 0, 0.35);
}
.btn--inverse.btn--icon i {
  border-right: 1px solid #b7422f;
}
.btn--inverse.btn--icon:focus i, .btn--inverse.btn--icon:hover i {
  border-right: 1px solid #FFFFFF;
}

.btn--icon i {
  font-size: 16px;
  float: left;
}
.btn--icon span {
  position: relative;
  font-family: open_sansbold;
}

.btn--cookie-policy:before {
  font-family: FontAwesome;
  content: "\f00d";
  color: #000000;
}

.btn--lg {
  padding: 5px 30px;
  font-size: 26px;
}
.btn--lg.btn--icon i {
  padding: 23px;
}
.btn--lg.btn--icon span {
  padding: 0 25px;
  top: 8px;
}

.btn--md {
  padding: 8px 35px;
  font-size: 19px;
}
.btn--md.btn--icon i {
  padding: 19px;
}
.btn--md.btn--icon span {
  padding: 0 25px;
  top: 11px;
}

.btn--sm, .powermail_submit, .tx-powermail .btn-group .btn, .tx-powermail .btn-group .powermail_submit {
  padding: 5px 45px;
  font-size: 14px;
}
.btn--sm.btn--icon i, .btn--icon.powermail_submit i, .tx-powermail .btn-group .btn--icon.btn i, .tx-powermail .btn-group .btn--icon.powermail_submit i {
  padding: 10px 12px;
}
.btn--sm.btn--icon span, .btn--icon.powermail_submit span, .tx-powermail .btn-group .btn--icon.btn span, .tx-powermail .btn-group .btn--icon.powermail_submit span {
  padding: 0 25px;
  top: 6px;
}

.btn--icon {
  padding: 0;
}

.btn-right {
  float: right;
}

.btn--sample-icon:before {
  font-family: FontAwesome;
  content: "\f00c";
  padding-right: 5px;
}

.tx-powermail .btn-group {
  margin: 0 2px 20px 2px;
}
.tx-powermail .btn-group .btn, .tx-powermail .btn-group .powermail_submit {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .tx-powermail .btn-group .btn, .tx-powermail .btn-group .powermail_submit {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.tx-powermail .btn-group .btn.btn-primary, .tx-powermail .btn-group .btn-primary.powermail_submit {
  background-color: #FFFFFF;
  color: #b7422f;
}
.tx-powermail .btn-group .btn:last-child, .tx-powermail .btn-group .powermail_submit:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .tx-powermail .btn-group .btn:last-child, .tx-powermail .btn-group .powermail_submit:last-child {
    margin-bottom: 0;
  }
}

.checkbox input[type=checkbox] {
  display: none;
}

.checkbox {
  margin-top: 20px;
  margin-bottom: 20px;
}
.checkbox label {
  padding-left: 30px;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}
.checkbox input[type=checkbox] + label {
  background: url("/fileadmin/template/images/icons/checkbox-unchecked.png") no-repeat left center;
  background-size: 20px 20px;
}
.checkbox input[type=checkbox]:checked + label {
  background: url("/fileadmin/template/images/icons/checkbox-checked.png") no-repeat left center;
  background-size: 20px 20px;
}

#wrapper {
  background-color: #FFFFFF;
  padding-top: 260px;
}
@media (max-width: 991px) {
  #wrapper {
    padding-top: 160px;
  }
}

.container-full-width, .notification-wrapper, .donation-element, .header-wrapper, .breadcrumbs {
  width: 100%;
  position: relative;
}

.container--wide {
  width: 100%;
  max-width: 1980px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.container-negative-top {
  position: relative;
  top: -30px;
}

.bg--gray {
  background: #ccc;
}

.bg--white {
  background: #FFFFFF;
}

.container-arrows,
.container-arrow-left,
.container-arrow-right {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

@media (max-width: 991px) {
  .container-arrows {
    display: block;
    margin: 20px auto 0 auto;
  }
  .container-arrow-left,
  .container-arrow-right {
    position: fixed;
    top: 50%;
  }
  .container-arrow-left {
    left: -5px;
  }
  .container-arrow-right {
    right: 5px;
  }
}
.datepicker-dropdown.dropdown-menu {
  transform: translate(0, 20px);
  padding: 0;
}
@media (min-width: 1200px) {
  .datepicker-dropdown.dropdown-menu {
    transform: translate(42%, 20px);
  }
}
.datepicker-dropdown.dropdown-menu table thead tr:nth-child(2) {
  background-color: #b7422f;
  color: #FFFFFF;
}
.datepicker-dropdown.dropdown-menu table thead tr:nth-child(2) .prev {
  border-right: 1px solid #FFFFFF;
  font-size: 13px;
}
.datepicker-dropdown.dropdown-menu table thead tr:nth-child(2) .next {
  border-left: 1px solid #FFFFFF;
  font-size: 13px;
}
.datepicker-dropdown.dropdown-menu table thead tr:nth-child(2) .datepicker-switch {
  font-weight: normal;
}
.datepicker-dropdown.dropdown-menu table thead tr:nth-child(3) {
  color: #999999;
  padding: 16px 8px;
}

.js-datepicker {
  background: url("/fileadmin/template/images/icons/calendar.png") no-repeat right 9px center;
  background-size: 25px 25px;
}

.datepicker .datepicker-switch {
  color: #FFFFFF;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #b7422f;
}

.datepicker td, .datepicker th {
  border-radius: 0;
}

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

.table-condensed > tbody > tr > td {
  padding: 4px 8px;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-image: none;
  background-color: #b7422f;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background-color: #b7422f;
}

.datepicker-dropdown.datepicker-orient-right:before {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #b7422f;
  border-bottom-color: #b7422f;
  right: 50%;
  transform: translate(50%, 0);
  top: -11px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #b7422f;
  right: 50%;
  transform: translate(50%, 0);
  top: -11px;
}

fieldset {
  padding: 60px 20px 20px 20px;
  border: 1px solid #E5E5E5;
  position: relative;
}

legend {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  color: #FFFFFF;
  font-size: 19px;
  background-color: #b7422f;
  font-family: open_sansregular, Arial, sans-serif;
  line-height: 1;
}

.error-message {
  display: none;
}

.has-error .error-message {
  margin-top: 5px;
  display: block;
  color: #b7422f;
}

.input-text, .input-area, .form-group .form-control {
  border-radius: 0;
}
.input-text:focus, .input-area:focus, .form-group .form-control:focus {
  border-color: #999999;
  outline: 0;
  -webkit-box-shadow: inset 0px 0px 17px -8px rgb(0, 0, 0);
  -moz-box-shadow: inset 0px 0px 17px -8px rgb(0, 0, 0);
  box-shadow: inset 0px 0px 17px -8px rgb(0, 0, 0);
}
[readonly].input-text:focus, [readonly].input-area:focus, .form-group [readonly].form-control:focus {
  box-shadow: none;
}
.input-text::-moz-placeholder, .input-area::-moz-placeholder, .form-group .form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.input-text:-ms-input-placeholder, .input-area:-ms-input-placeholder, .form-group .form-control:-ms-input-placeholder {
  color: #ccc;
}
.input-text::-webkit-input-placeholder, .input-area::-webkit-input-placeholder, .form-group .form-control::-webkit-input-placeholder {
  color: #ccc;
}
[disabled].input-text, [disabled].input-area, .form-group [disabled].form-control, [readonly].input-text, [readonly].input-area, .form-group [readonly].form-control {
  opacity: 0.7;
  background: #FFFFFF;
  pointer-events: none;
}
.input-text::-ms-clear, .input-area::-ms-clear, .form-group .form-control::-ms-clear {
  display: none;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  color: #666666;
  margin-bottom: 3px;
}
.form-group label.required:after {
  content: "*";
  padding-left: 4px;
  color: #f00;
  font-size: 10px;
  vertical-align: text-top;
}
.form-group label i {
  color: #999999;
}
.icon-label i {
  margin-left: 8px;
}

.error-message i {
  margin-right: 8px;
}

.form-title {
  font-family: open_sansbold;
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  line-height: 1.3;
}

h1, h2,
.h1, .h2 {
  font-family: open_sanslight;
  font-weight: lighter;
  word-break: break-word;
}

h3, h4,
.h3, .h4 {
  font-family: open_sansregular;
  font-weight: normal;
}

h5, h6,
.h5, .h6 {
  font-family: open_sansbold;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
}

.editor-output h1, .hero-content-text h1, .editor-output .h1, .hero-content-text .h1 {
  margin-bottom: 30px;
}
.editor-output h2, .hero-content-text h2, .editor-output .h2, .hero-content-text .h2 {
  margin-bottom: 20px;
}
.editor-output h3, .hero-content-text h3, .editor-output .h3, .hero-content-text .h3,
.editor-output h4,
.hero-content-text h4, .editor-output .h4, .hero-content-text .h4,
.editor-output h5,
.hero-content-text h5, .editor-output .h5, .hero-content-text .h5 {
  margin-bottom: 15px;
}

h1, .h1 {
  color: #b7422f;
}
@media screen and (min-width: 320px) {
  h1, .h1 {
    font-size: 34px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 45px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 45px;
    line-height: 1.3;
  }
}

h2, .h2 {
  color: #333333;
}
@media screen and (min-width: 320px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 1.3;
  }
}

h3, .h3 {
  color: #333333;
}
@media screen and (min-width: 320px) {
  h3, .h3 {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 992px) {
  h3, .h3 {
    font-size: 30px;
    line-height: 1.3;
  }
}

h4, .h4 {
  color: #333333;
}
@media screen and (min-width: 320px) {
  h4, .h4 {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  h4, .h4 {
    font-size: 25px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 992px) {
  h4, .h4 {
    font-size: 25px;
    line-height: 1.3;
  }
}

h5, .h5 {
  color: #333333;
}
@media screen and (min-width: 320px) {
  h5, .h5 {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  h5, .h5 {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 992px) {
  h5, .h5 {
    font-size: 20px;
    line-height: 1.3;
  }
}

h6, .h6 {
  color: #333333;
}
@media screen and (min-width: 320px) {
  h6, .h6 {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  h6, .h6 {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 992px) {
  h6, .h6 {
    font-size: 17px;
    line-height: 1.3;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}

.embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.embed-responsive-video iframe,
.embed-responsive-video object,
.embed-responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-responsive--16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive--4by3 {
  padding-bottom: 75%;
}

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

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

.label {
  display: inline-block;
  max-width: 100%;
  font-weight: bold;
  cursor: pointer;
}
.label.required:after {
  content: "*";
  padding-left: 4px;
  color: red;
}

.label--element {
  margin-bottom: 5px;
}

.has-error .label {
  color: red;
}

.editor-output > ol, .hero-content-text > ol {
  padding-left: 60px;
}
.editor-output ul, .hero-content-text ul {
  list-style: none;
}
.editor-output ul li, .hero-content-text ul li {
  padding-left: 20px;
}
.editor-output ul li:before, .hero-content-text ul li:before {
  margin-left: -16px;
  content: "\f111";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 7px;
  margin-right: 10px;
  color: #b7422f;
  vertical-align: middle;
}
.editor-output ul li ul, .hero-content-text ul li ul {
  padding-left: 20px;
}

.modal-open {
  overflow: hidden;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}

.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%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
}
@media (max-width: 767px) {
  .modal-dialog {
    width: auto;
    margin: 10px;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}

.modal-header {
  position: relative;
  padding: 6px 45px 0 15px;
  height: 45px;
  background: #b7422f;
}

.modal-title {
  display: block;
  font-family: open_sansregular, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 1.2;
}

.modal-close {
  opacity: 0.8;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
}
.modal-close:before {
  font-family: FontAwesome;
  content: "\f00d";
  cursor: pointer;
  text-align: center;
  display: block;
  color: #FFFFFF;
  font-size: 20px;
}
.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}

.modal-content {
  position: relative;
  background-clip: padding-box;
  outline: 0;
  background-color: #FFFFFF;
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: left;
  border-top: 1px solid blue;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}

@media (min-width: 768px) {
  .modal--sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal--lg {
    width: 900px;
  }
}

.popover-wrapper {
  display: inline-block;
  position: relative;
}

.popover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  padding: 1px;
  font-family: open_sansregular, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.7;
  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;
  background-clip: padding-box;
  border-radius: 0;
  background: #FFFFFF;
  max-width: 270px;
  min-width: 270px;
  font-size: 16px;
  border: 1px solid blue;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  position: relative;
  margin: 0;
  border-radius: 0;
}

.popover-close:before {
  font-family: FontAwesome;
  content: "\f00d";
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  right: 2px;
  top: 0;
}
.popover-close:hover {
  text-decoration: none;
}

.popover-content {
  padding: 15px;
}

.popover-headline {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: blue;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: blue;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: blue;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: blue;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: blue;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: blue;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: blue;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: blue;
  bottom: -10px;
}

.radio-list {
  list-style: none;
  padding-left: 0;
}
.radio-list .radio input[type=radio] {
  display: none;
}

.radio {
  margin-top: 12px;
  margin-bottom: 12px;
}
.radio label {
  padding-left: 30px;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}
.radio input[type=radio] + label {
  background: url("/fileadmin/template/images/icons/radio-unselected.png") no-repeat left center;
  background-size: 20px 20px;
}
.radio input[type=radio]:checked + label {
  background: url("/fileadmin/template/images/icons/radio-selected.png") no-repeat left center;
  background-size: 20px 20px;
}

.radio-form-top {
  margin-top: 42px;
}
@media (max-width: 991px) {
  .radio-form-top {
    margin: 30px 0;
  }
}

.select2-container .select2-selection {
  height: 40px;
  border-radius: 0;
  border: 1px solid #CCCCCC;
}
.select2-container .select2-selection .select2-selection__rendered {
  line-height: 38px;
}

span.select2-selection.select2-selection--single {
  outline: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #E5E5E5;
  color: #333333;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 11px;
  padding-right: 40px;
}

.select2-results__option {
  padding: 2px 11px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select2-container--open .select2-dropdown--above {
  -webkit-box-shadow: 0px -3px 15px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -3px 15px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -3px 15px 2px rgba(0, 0, 0, 0.1);
}

.select2-container--open .select2-dropdown--below {
  -webkit-box-shadow: 0px 3px 15px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 15px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 15px 2px rgba(0, 0, 0, 0.1);
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 217px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 40px;
  height: 40px;
  top: 0;
  background-color: #b7422f;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f0d7";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #FFFFFF;
  font-size: 19px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

@media (max-width: 767px) {
  .select2-dropdown {
    min-width: 300px !important;
  }
}

table.contenttable {
  margin-bottom: 50px;
  border: 1px solid #E5E5E5;
}
table.contenttable caption {
  padding: 8px 20px;
  color: #FFFFFF;
  background-color: #b7422f;
  text-transform: uppercase;
}
table.contenttable thead tr {
  background-color: #FFFFFF;
}
table.contenttable thead tr th {
  border-top: 0;
  padding: 8px 20px;
  font-size: 14px;
  font-family: open_sansbold;
  border-bottom: 1px solid #E5E5E5;
}
table.contenttable tbody tr:nth-of-type(odd) {
  background-color: #FFFFFF;
}
table.contenttable tbody tr:nth-of-type(even) {
  background-color: #f8ecea;
}
table.contenttable tbody tr td {
  border-top: 0;
  padding: 8px 20px;
  font-size: 14px;
}
table.contenttable tbody tr td.icon {
  font-size: 20px;
}
table.contenttable tbody tr td.center {
  text-align: center;
}

.panel-body table.contenttable {
  margin-bottom: 10px;
}

.input-area {
  max-width: 100%;
  width: 100%;
  padding: 10px;
  resize: none;
}

.has-error .input-area {
  border-color: red;
}

.input-text {
  padding: 0 10px;
  height: 40px;
}

/*
.input--small {
  height: 30px;
}

.input--medium {
  height: 40px;
}

.input--large {
  height: 50px;
}
*/
.has-error .input-text {
  border-color: red;
}
.has-error input[type=text] {
  border: 2px solid #b7422f;
}
.has-error textarea {
  border: 2px solid #b7422f;
}

.panel.panel-default {
  margin-bottom: 5px;
}
.panel.panel-default:last-child {
  margin-bottom: 0;
}

.panel-heading {
  background: #b7422f;
}
.panel-heading h6 {
  font-family: open_sansregular;
  color: #FFFFFF;
}
.panel-heading a {
  position: relative;
  display: block;
  padding: 15px 45px 15px 15px;
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
}
.panel-heading a:before {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #FFFFFF;
  font-size: 22px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}
.panel-heading a.collapsed:before {
  content: "\f104";
}

.panel-body {
  display: block;
  background-color: #F5F5F5;
  border-bottom: 15px solid #FFFFFF;
  padding: 20px 25px;
  font-size: 14px;
}

.ticket-info, .ticket-purchase-btn {
  display: table-cell;
  width: 50%;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .ticket-info, .ticket-purchase-btn {
    display: block;
    width: 100%;
  }
}

.ticket-info {
  padding-right: 10px;
}

.ticket-purchase-btn {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .ticket-purchase-btn {
    padding-left: 0;
  }
}

.article-item {
  margin-bottom: 30px;
}
.article-item img {
  width: 100%;
}
.article-item .category {
  font-family: open_sansbold;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .article-item .category {
    margin-bottom: 3px;
  }
}
.article-item .title {
  font-family: open_sansbold;
  line-height: 1.2;
  font-size: 27px;
  margin-bottom: 8px;
  display: inline-block;
}
@media (max-width: 991px) {
  .article-item .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .article-item .title {
    margin-bottom: 0;
  }
}

.blog-authors-block {
  padding: 25px 0;
  margin-bottom: 20px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.blog-authors-block dt {
  font-family: open_sansbold;
  font-size: 17px;
  line-height: 20px;
  width: 90px;
  text-align: left;
}
@media (max-width: 767px) {
  .blog-authors-block dt {
    width: auto;
    margin-bottom: 10px;
  }
}
.blog-authors-block dd {
  font-size: 15px;
  margin-left: 100px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .blog-authors-block dd {
    margin-left: 0;
  }
}

.comments-wrapper {
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #CCCCCC;
}

.comments-counter {
  font-family: open_sansbold;
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
}

.comments-item {
  display: table;
  margin-bottom: 20px;
}
.comments-item:last-child {
  margin-bottom: 0;
}

.comments-left {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 767px) {
  .comments-left {
    display: block;
  }
}

.comments-right {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .comments-right {
    display: block;
    padding-left: 0;
  }
}

.comments-letter {
  display: block;
  background-color: #b7422f;
  color: #FFFFFF;
  font-size: 50px;
  font-family: open_sanslight;
  line-height: 70px;
  width: 70px;
  height: 70px;
  text-align: center;
}

.comment-text {
  position: relative;
  padding: 20px 30px;
  background-color: #F5F5F5;
  font-size: 15px;
}
.comment-text:before {
  right: 100%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(245, 245, 245, 0);
  border-right-color: #F5F5F5;
  border-width: 0 18px 18px 0;
}
@media (max-width: 767px) {
  .comment-text:before {
    content: none;
  }
}

.comments-data-time-author {
  display: block;
  margin-bottom: 6px;
}

.content-block {
  width: 100%;
}
@media (min-width: 992px) {
  .content-block {
    display: table;
  }
}
.content-block .category-headline {
  font-family: open_sansbold;
  color: #b7422f;
  margin-left: 3px;
  margin-top: -6px;
  display: block;
}
.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6,
.content-block .h1, .content-block .h2, .content-block .h3, .content-block .h4, .content-block .h5, .content-block .h6 {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .content-block-area {
    display: table-cell;
    vertical-align: top;
  }
}

@media (min-width: 768px) {
  .content-block.blog-overview-text h1 {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .content-block.blog-overview-text h1 {
    margin-bottom: 30px;
  }
}

.blog-headline {
  margin-bottom: 25px;
}
.blog-headline h1 {
  margin-bottom: 0;
}
.blog-headline span {
  font-size: 14px;
}

.ce-textpic {
  display: inline-block;
  width: 100%;
}

.ce-above {
  width: 100%;
}

.ce-gallery {
  margin-top: 7px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .ce-gallery img {
    width: 100%;
    height: auto;
  }
}

.ce-column {
  display: inline-block;
}

.ce-left .ce-gallery {
  text-align: left;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .ce-left .ce-gallery {
    text-align: center;
    margin-right: 0;
  }
}

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

.ce-right .ce-gallery {
  text-align: right;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .ce-right .ce-gallery {
    text-align: center;
    margin-left: 0;
  }
}

.ce-left.ce-intext .ce-gallery {
  float: left;
}
@media (max-width: 767px) {
  .ce-left.ce-intext .ce-gallery {
    float: none;
  }
}

.ce-right.ce-intext .ce-gallery {
  float: right;
}
@media (max-width: 767px) {
  .ce-right.ce-intext .ce-gallery {
    float: none;
  }
}

.ce-left.ce-intext.ce-nowrap .ce-gallery {
  float: left;
}
.ce-left.ce-intext.ce-nowrap .ce-bodytext, .ce-left.ce-intext.ce-nowrap .ce-gallery {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 767px) {
  .ce-left.ce-intext.ce-nowrap .ce-gallery {
    float: none;
  }
  .ce-left.ce-intext.ce-nowrap .ce-bodytext, .ce-left.ce-intext.ce-nowrap .ce-gallery {
    display: block;
  }
}

.ce-right.ce-intext.ce-nowrap .ce-gallery {
  float: right;
}
.ce-right.ce-intext.ce-nowrap .ce-bodytext, .ce-right.ce-intext.ce-nowrap .ce-gallery {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 767px) {
  .ce-right.ce-intext.ce-nowrap .ce-gallery {
    float: none;
  }
  .ce-right.ce-intext.ce-nowrap .ce-bodytext, .ce-right.ce-intext.ce-nowrap .ce-gallery {
    display: block;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.cookie-policy-wrapper {
  background: #ccc;
  color: #000000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  z-index: 1000;
  opacity: 0.9;
  display: none;
}
.cookie-policy-wrapper .btn, .cookie-policy-wrapper .powermail_submit {
  float: right;
  position: absolute;
  right: 15px;
  top: 15px;
}
.cookie-policy-wrapper a {
  color: #000000;
  text-decoration: underline;
}

.cookie-text {
  float: left;
  margin: 0;
  display: inline-block;
  padding-right: 15px;
}

.donation-element {
  display: block !important;
  position: absolute;
  top: 0;
  bottom: initial !important;
  left: 0;
}

.donation-text {
  padding-right: 250px;
}
@media (max-width: 991px) {
  .donation-text {
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .donation-text {
    padding-right: 0;
  }
}
.donation-text .close-button {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  font-size: 25px;
}

.donation-form {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .donation-form {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .donation-form {
    padding-left: 0;
    margin-bottom: 10px;
  }
}
.donation-form .form-inline .form-group {
  margin-right: 60px;
  vertical-align: bottom;
}
@media (max-width: 991px) {
  .donation-form .form-inline .form-group {
    margin-right: 20px;
  }
  .donation-form .form-inline .form-group.donation-btn {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .donation-form .form-inline .form-group {
    margin-right: 0;
  }
  .donation-form .form-inline .form-group.donation-btn {
    margin-top: 30px;
  }
}
.donation-form .form-inline .form-group:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.donation-form .form-inline .form-group label {
  display: block;
  color: #FFFFFF;
  font-size: 12px;
}
.donation-form .form-inline .form-group .select2-container {
  border: 1px solid #FFFFFF;
  min-width: 130px;
}
@media (max-width: 767px) {
  .donation-form .form-inline .form-group .select2-container {
    width: 100%;
  }
}
.donation-form .form-inline .form-group .select2-container .select2-selection {
  border-color: transparent;
}
.donation-form .form-inline .form-group .btn, .donation-form .form-inline .form-group .powermail_submit {
  margin-bottom: -2px;
  font-family: open_sansbold;
}
.donation-form .form-inline .form-group .btn i, .donation-form .form-inline .form-group .powermail_submit i {
  padding: 15px 12px;
}
.donation-form .form-inline .form-group .btn span, .donation-form .form-inline .form-group .powermail_submit span {
  top: 8px;
}

.fact {
  position: relative;
  padding: 0 0 15px 40px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
}
.fact:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.fact:before {
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: bold;
  text-decoration: inherit;
  color: #333333;
  font-size: 22px;
  line-height: 25px;
  top: 0;
  left: 0;
}
.fact span {
  display: block;
  font-size: 14px;
}
.fact .btn span, .fact .powermail_submit span {
  display: inline-block;
}
.fact .title {
  font-family: open_sansbold;
  display: block;
}

.fact--location:before {
  content: "\f041";
}

.fact--date:before {
  content: "\f133";
}

.fact--time:before {
  content: "\f017";
}

.fact--ticket:before {
  content: "\f145";
}

@media (max-width: 767px) {
  .margin-top {
    margin-top: 15px;
  }
}
.dropdown {
  position: relative;
  display: inline-block;
}

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

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

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

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

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

.dropdown-link {
  display: block;
  clear: both;
  padding: 3px 5px;
  font-weight: normal;
  white-space: nowrap;
}
.dropdown-link:hover, .dropdown-link:focus {
  text-decoration: none;
  color: #FFFFFF;
  background: blue;
}

.content-figure {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .content-figure {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .content-figure {
    width: 100%;
  }
}
.content-figure img {
  width: 100%;
}
.content-figure figcaption {
  padding: 4px 4px 4px 0;
  font-size: 12px;
  color: #999999;
  font-style: italic;
}

.content-figure--big {
  width: 100%;
}

@media (min-width: 992px) {
  .content-figure--half {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .content-figure--half {
    width: 100%;
  }
}

.figure--left {
  float: left;
}
@media (min-width: 992px) {
  .figure--left {
    margin: 0 30px 5px 0;
  }
}
@media (max-width: 991px) {
  .figure--left {
    margin: 0 0 15px 0;
  }
}

.figure--right {
  float: right;
}
@media (min-width: 992px) {
  .figure--right {
    margin: 0 0 5px 30px;
  }
}
@media (max-width: 991px) {
  .figure--right {
    margin: 15px 0 0 0;
  }
}

.figure-caption {
  margin-top: 5px;
  font-style: italic;
}

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

.ce-textpic figure {
  display: table;
}
.ce-textpic figcaption {
  text-align: left;
  font-style: italic;
  font-size: 14px;
  color: #999999;
  margin-top: 5px;
  display: table-caption;
  caption-side: bottom;
}

.top-footer {
  width: 100%;
  position: relative;
  background-color: #b7422f;
}

.footer-link-list {
  list-style: none;
  padding-left: 0;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .footer-link-list {
    margin: 20px;
  }
}
.footer-link-list li {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  width: 13%;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 991px) {
  .footer-link-list li {
    width: 32%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .footer-link-list li {
    width: 100%;
  }
  .footer-link-list li:not(:last-child) {
    margin-bottom: 19px;
  }
}
.footer-link-list li a {
  display: block;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 33px;
}
.footer-link-list li a i {
  margin-left: -33px;
  vertical-align: middle;
  margin-right: 6px;
  font-size: 24px;
}

.bottom-footer {
  margin: 20px 0 60px 0;
  font-size: 12px;
}

.footer-link-list-bottom {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer-link-list-bottom li {
  display: inline-block;
  position: relative;
  margin: 0 3px;
}
.footer-link-list-bottom li:not(:last-child):after {
  position: absolute;
  right: -8px;
  content: "|";
}
.footer-link-list-bottom li.sign:after {
  top: 10px;
}
@media (max-width: 767px) {
  .footer-link-list-bottom li {
    display: block;
    width: 100%;
    text-align: center;
  }
  .footer-link-list-bottom li:not(:last-child):after {
    content: none;
  }
}
.footer-link-list-bottom li a:hover {
  color: #333333;
}
.footer-link-list-bottom li a:active {
  color: #333333;
}
.footer-link-list-bottom li a:link {
  color: #333333;
}
.footer-link-list-bottom li a:visited {
  color: #333333;
}

@media (max-width: 767px) {
  .footer-copyright {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer-copyright:before {
  font-family: FontAwesome;
  content: "\f1f9";
  line-height: 1;
  padding-right: 5px;
}

.gallery-wrapper {
  font-size: 0;
  margin-bottom: 30px;
}

.gallery-item {
  position: relative;
  display: inline-block;
  width: 25%;
  padding: 1px;
}
@media (max-width: 991px) {
  .gallery-item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .gallery-item {
    width: 100%;
  }
}
.gallery-item img {
  width: 100%;
  height: auto;
}
.gallery-item .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  visibility: hidden;
  font-size: 16px;
}
.gallery-item .item-overlay .inner {
  position: absolute;
  text-align: center;
  line-height: 1.5;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.gallery-item .item-overlay .inner .title {
  font-family: open_sansbold;
  display: block;
  margin-bottom: 15px;
}
.gallery-item:hover .item-overlay {
  visibility: visible;
  height: 100%;
  width: 100%;
  background-color: rgba(183, 66, 47, 0.5);
  color: #FFFFFF;
}

.lg-outer .lg-thumb {
  margin: 0 auto;
}

.letter-filters {
  margin: 16px 0 13px 0;
  font-size: 0;
  width: 70%;
}
@media (max-width: 991px) {
  .letter-filters {
    width: 100%;
  }
}

.glossary-text {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 25px;
}

.btn-glossary {
  border: 1px solid #CCCCCC;
  background-color: #F5F5F5;
  height: 40px;
  width: 40px;
  line-height: 1;
  margin: 0 4px 4px 0;
  font-size: 14px;
  color: #666666;
}
.btn-glossary.active {
  border: 2px solid #b7422f;
  font-family: open_sansbold;
  color: #b7422f;
  background-color: #FFFFFF;
}
.btn-glossary.disabled {
  opacity: 1;
  background-color: #FFFFFF;
  color: #CCCCCC;
}

.gloassary-selected-letter {
  line-height: 1;
  font-family: open_sanslight;
  font-size: 40px;
  display: block;
  border-bottom: 1px solid #CCCCCC;
  padding: 15px 0;
  margin-bottom: 15px;
}

.gloassary-result {
  padding-left: 0;
  list-style: none;
}
.gloassary-result li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
.gloassary-result li:before {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #b7422f;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.header-wrapper {
  z-index: 1;
  position: fixed;
  top: 0;
}

.header-wrapper-print {
  display: none;
}

.header-top {
  padding: 15px 0 0 0;
}
@media (max-width: 991px) {
  .header-top {
    padding-bottom: 10px;
  }
}

.header-logo {
  display: inline-block;
}
.header-logo a {
  display: inline-block;
  z-index: 10;
}
.header-logo a:hover {
  text-decoration: none;
}
.header-logo a:focus {
  text-decoration: none;
}
.header-logo a img {
  height: 80px;
  width: auto;
}
@media (max-width: 991px) {
  .header-logo a img {
    height: 60px;
    margin-left: 20px;
  }
}
.header-logo .logo-title {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  margin: 0 0 29px 20px;
  font-weight: bold;
  color: #b7422f;
  line-height: 1.3;
  z-index: 20;
}
@media (max-width: 991px) {
  .header-logo .logo-title {
    display: block;
    font-size: 14px;
    margin: -20px 0 0 50px;
    width: 200px;
  }
}

.header-lang-and-login {
  display: inline-block;
  float: right;
  margin-right: 30px;
}
.header-lang-and-login ul {
  padding: 0;
}
.header-lang-and-login ul li {
  display: inline-block;
}
.header-lang-and-login ul li:not(:first-child) {
  margin-left: 10px;
}
.header-lang-and-login a {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}

.language .select2 .select2-selection {
  border: 1px solid transparent;
}
.language .select2 .select2-selection__rendered {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
}
.language .select2 .select2-selection__rendered:after {
  margin-left: 5px;
  font-weight: bold;
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  font-size: 16px;
  text-align: center;
}
.language .select2 .select2-selection__arrow {
  display: none;
}
.language .select2-container--open .select2-selection {
  border-bottom: 1px solid #CCCCCC;
}

#header-menu ul {
  list-style: none;
  padding-left: 30px;
  margin-bottom: 0;
}
#header-menu ul li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}
#header-menu ul li.selected {
  border-bottom: 2px solid #b7422f;
}
#header-menu ul li.selected > a {
  color: #b7422f;
}
#header-menu ul li.show-submenu > a {
  color: #b7422f;
}
#header-menu ul li.show-submenu .second-level-nav {
  display: block;
}
#header-menu ul li:last-child {
  margin-right: 0;
}
#header-menu ul li a {
  color: #333333;
  display: block;
  padding: 0 0 16px 0;
}
#header-menu ul li a:hover {
  color: #b7422f;
  text-decoration: none;
}
#header-menu ul li a:focus {
  color: #b7422f;
  text-decoration: none;
}
#header-menu ul.second-level-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  z-index: 10;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-top: 2px solid #b7422f;
  box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.5);
  width: 320px;
}
#header-menu ul.second-level-nav li {
  display: block;
  margin: 0;
  padding: 0;
}
#header-menu ul.second-level-nav li a {
  display: block;
  padding: 10px;
}
#header-menu ul.second-level-nav li a:hover {
  background: #F5F5F5;
}
#header-menu ul.second-level-nav li a:focus {
  background: #F5F5F5;
}

.header-form-container {
  border-top: 1px solid #CCCCCC;
}
.header-form-container > .container, .header-form-container > .site-tools-wrapper, .header-form-container > .site-tools-container, .header-form-container > .cookie-policy-inner {
  padding-left: 0;
  padding-right: 0;
}

.header-form {
  margin-top: -1px;
}
.header-form .form-inline .form-group {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 767px) {
  .header-form .form-inline .search-select {
    min-width: 200px;
    max-width: 300px;
    text-align: center;
  }
}
.header-form .form-inline .search-select .select2-container {
  width: 100% !important;
  height: 50px;
}
.header-form .form-inline .search-select .select2-container .select2-selection {
  height: 50px;
  background-color: #F5F5F5;
}
.header-form .form-inline .search-select .select2-container .select2-selection .select2-selection__rendered {
  line-height: 50px;
  padding-left: 25px;
  padding-right: 45px;
}
@media (max-width: 767px) {
  .header-form .form-inline .search-select .select2-container .select2-selection .select2-selection__rendered {
    text-indent: -1000px;
  }
}
.header-form .form-inline .search-select .select2-container .select2-selection .select2-selection__arrow {
  height: 50px;
  width: 20px;
  background-color: transparent;
  right: 20px;
}
.header-form .form-inline .search-select .select2-container .select2-selection .select2-selection__arrow:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 16px;
  text-align: center;
}
.header-form .form-inline .search-select .select2-container .select2-selection .select2-selection__arrow:before {
  display: none;
}
@media (max-width: 767px) {
  .header-form .form-inline .search-select .select2-container .select2-selection .select2-selection__arrow {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.header-form .form-inline .search-input {
  width: 100%;
}
.header-form .form-inline .search-input input {
  width: 100%;
  height: 50px;
}
.header-form .form-inline .search-button .btn, .header-form .form-inline .search-button .powermail_submit {
  position: relative;
  width: 55px;
  height: 50px;
  background-color: #b7422f;
  border: none;
  color: #FFFFFF;
  font-size: 21px;
}
.header-form .form-inline .search-button .btn:hover, .header-form .form-inline .search-button .powermail_submit:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-form .form-inline .search-button .btn:focus, .header-form .form-inline .search-button .powermail_submit:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-form .form-inline .search-button .btn:after, .header-form .form-inline .search-button .powermail_submit:after {
  content: "";
  position: absolute;
  bottom: -26px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 26px solid transparent;
  border-top: 26px solid #b7422f;
}

.hero-content-headline {
  margin-bottom: 25px;
}

.hero-content-text {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .hero-content-text {
    margin-bottom: 20px;
  }
}

.hero-content-image figure {
  display: block;
}
.hero-content-image figure img {
  width: 100%;
  height: auto;
  margin-bottom: 7px;
}
.hero-content-image figure figcaption {
  font-size: 14px;
  color: #999999;
  font-style: italic;
}

.hero-content-info {
  display: block;
  width: 100%;
  padding: 4px 8px;
  background-color: #F5F5F5;
}

.info-block {
  font-size: 14px;
  color: #666666;
}
.info-block .icon {
  color: #b7422f;
  font-family: open_sansbold;
}
.info-block .icon i {
  margin-right: 14px;
}

.factbox-small {
  width: 100%;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .factbox-small {
    margin-top: 10px;
  }
}
.factbox-small a {
  position: relative;
  display: block;
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0 10px 40px;
  font-size: 18px;
  color: #333333;
  line-height: 1.4;
}
.factbox-small a:last-child {
  border-bottom: none;
}
.factbox-small a:hover {
  text-decoration: none;
}
.factbox-small a:active {
  text-decoration: none;
}
.factbox-small a:link {
  text-decoration: none;
}
.factbox-small a:visited {
  text-decoration: none;
}
.factbox-small a.red {
  color: #b7422f;
  border-bottom: 1px solid #f1d9d5;
}
.factbox-small a.red:last-child {
  border-bottom: none;
}
.factbox-small a:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.factbox-small a.time:before {
  content: "\f017";
}
.factbox-small a.location:before {
  content: "\f041";
}
.factbox-small a.price:before {
  content: "\f153";
}
.factbox-small a.question:before {
  content: "\f128";
}
.factbox-small a.data:before {
  content: "\f0f6";
}
.factbox-small a.ticket:before {
  content: "\f145";
}
.factbox-small a.sign:before {
  content: "\f277";
}
.factbox-small a.search:before {
  content: "\f002";
}
.factbox-small a.download:before {
  content: "\f019";
}
.factbox-small a.person:before {
  content: "\f007";
}
.factbox-small a.info:before {
  content: "\f05a";
}
.factbox-small a.calendar:before {
  content: "\f073";
}

.rev_slider_wrapper {
  float: left;
}

.tparrows {
  background-color: transparent !important;
}
.tparrows:hover {
  background-color: transparent !important;
}
.tparrows:before {
  font-size: 35px !important;
  font-weight: bold !important;
}

.hero-title {
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-family: open_sanslight;
  font-weight: lighter;
  font-size: 80px;
  line-height: 1;
  padding: 10px 40px !important;
}

.hero-subtitle {
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-family: open_sansregular;
  font-size: 22px;
  line-height: 1;
  padding: 12px 15px !important;
}
@media (max-width: 767px) {
  .hero-subtitle {
    display: none !important;
  }
}

.tp-revslider-slidesli.active-revslide .tp-bgimg {
  transition: transform 1.35s;
}

.tp-revslider-slidesli.active-revslide:hover .tp-bgimg {
  transform: scale(1.1);
}

.tp-bullet {
  background-color: #FFFFFF;
  border-radius: 50px;
  width: 10px;
  height: 10px;
}
.tp-bullet.selected {
  border: 2px solid #FFFFFF;
  background-color: #b7422f;
  width: 12px;
  height: 12px;
  margin-top: -1px;
}

.pause-resume {
  position: relative;
  border-radius: 50px;
  background-color: #FFFFFF;
  color: #b7422f;
  width: 25px;
  height: 25px;
  transform: translate(-30px, -8px);
  display: inline-block;
}
.pause-resume:hover {
  text-decoration: none;
}
.pause-resume:active {
  text-decoration: none;
}
.pause-resume:link {
  text-decoration: none;
}
.pause-resume:visited {
  text-decoration: none;
}
.pause-resume i {
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  padding-left: 3px;
}
.pause-resume .fa-play {
  transform: translate(-45%, -53%);
}
.pause-resume .fa-pause {
  transform: translate(-57%, -53%);
}
.pause-resume[data-autoplay=true] .fa-play {
  display: none;
}
.pause-resume[data-autoplay=true] .fa-pause {
  display: inline-block;
}
.pause-resume[data-autoplay=false] .fa-play {
  display: inline-block;
}
.pause-resume[data-autoplay=false] .fa-pause {
  display: none;
}

.negative-margin-header {
  margin-top: -120px;
  z-index: 10000;
}
@media (max-width: 767px) {
  .negative-margin-header {
    margin-top: -26px;
  }
}

.image-compare-container {
  width: 100%;
  margin: 0 auto 30px auto;
}

.isotope-filters {
  position: relative;
}

.isotope-filters-dropdown {
  width: 100%;
  padding: 12px 60px 10px 18px;
  border: none;
  background: #b7422f;
  color: #FFFFFF;
  font-family: open_sansbold;
  min-height: 51px;
  display: none;
  position: relative;
}
@media (max-width: 991px) {
  .isotope-filters-dropdown {
    display: block;
    margin-bottom: 30px;
  }
}
.isotope-filters-dropdown:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #FFFFFF;
  font-size: 22px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  padding: 0 20px;
  line-height: 50px;
}
.isotope-filters-dropdown.open:after {
  content: "\f106";
}

.isotop-filter-buttons {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 991px) {
  .isotop-filter-buttons {
    display: none;
    position: absolute;
    top: 51px;
    z-index: 1;
    border: 1px solid #E5E5E5;
  }
}
.isotop-filter-buttons.show-mobile {
  display: block;
}
.isotop-filter-buttons button {
  border: none;
  padding: 12px 18px;
  line-height: 1;
  font-size: 14px;
  margin-right: 10px;
  background-color: #FFFFFF;
}
.isotop-filter-buttons button.active {
  background: #b7422f;
  color: #FFFFFF;
  font-family: open_sansbold;
}
@media (max-width: 991px) {
  .isotop-filter-buttons button {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    margin-right: 0;
  }
  .isotop-filter-buttons button:last-child {
    border-bottom: none;
  }
}

.isotop-wrapper {
  position: relative;
}
.isotop-wrapper .tab-content {
  padding: 40px 0 0 0;
}

.isotope-item-sizer, .isotope-item {
  width: 22%;
}
@media (max-width: 991px) {
  .isotope-item-sizer, .isotope-item {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .isotope-item-sizer, .isotope-item {
    width: 100%;
  }
}
.isotope-item-sizer.video img, .isotope-item.video img {
  width: 100%;
}
.isotope-item-sizer.video .video-text, .isotope-item.video .video-text {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-box-shadow: inset 0px -200px 154px -134px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -200px 154px -134px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -200px 154px -134px rgba(0, 0, 0, 0.75);
}
.isotope-item-sizer.video .video-text .video-title, .isotope-item.video .video-text .video-title {
  font-family: open_sansbold;
  color: #FFFFFF;
  font-size: 20px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  line-height: 1.3;
}
.isotope-item-sizer.video .video-text .video-title .type, .isotope-item.video .video-text .video-title .type {
  font-family: open_sansbold;
  color: #b7422f;
  font-size: 14px;
  display: block;
}

.isotope-item-gutter-sizer {
  width: 4%;
}
@media (max-width: 991px) {
  .isotope-item-gutter-sizer {
    width: 4%;
  }
}
@media (max-width: 767px) {
  .isotope-item-gutter-sizer {
    width: 0;
  }
}

.isotope-item {
  margin-bottom: 30px;
}

.isotope-image img {
  height: auto;
  width: 100%;
}
.isotope-image .download-button {
  display: block;
  text-align: center;
  color: #FFFFFF;
  Background-color: #b7422f;
  font-family: open_sansbold;
  text-transform: uppercase;
  padding: 8px;
}
.isotope-image .download-button:hover {
  text-decoration: none;
}
.isotope-image .download-button:focus {
  text-decoration: none;
}

.isotope-text {
  background: #F5F5F5;
  padding: 20px;
}
.isotope-text .data_author {
  display: block;
  font-size: 12px;
}
.isotope-text .category {
  display: block;
  font-family: open_sansbold;
  line-height: 1.3;
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 14px;
  color: #b7422f;
}
.isotope-text .title {
  display: inline-block;
  font-family: open_sansbold;
  line-height: 1.3;
  margin-bottom: 11px;
  font-size: 14px;
}
.isotope-text .subtitle {
  display: block;
  font-family: open_sansregular;
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 14px;
}
.isotope-text h6 {
  font-family: open_sanslight;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.isotope-text p {
  line-height: 1.3;
  margin-bottom: 0;
  font-size: 14px;
}

.isotope-load-more {
  display: none;
  text-align: center;
}

.item-blog .isotope-text {
  padding-bottom: 35px;
  border-bottom: 1px solid #E5E5E5;
}
.item-blog .isotope-text h6 {
  margin-bottom: 10px;
}
.item-blog .isotope-footer {
  background: #F5F5F5;
  padding: 3px 20px;
}
.item-blog .isotope-footer i {
  color: #999999;
}
.item-blog .isotope-footer i:last-child {
  margin-right: 0;
}
.item-blog .isotope-footer .social-icons {
  margin-right: 10px;
  font-size: 20px;
}
.item-blog .isotope-footer .read-more {
  float: right;
  text-transform: uppercase;
  font-family: open_sansbold;
  margin-top: 4px;
  font-size: 15px;
}

.isotop-wrapper .nav-tabs a {
  color: #333333;
  font-size: 14px;
}
.isotop-wrapper .nav-tabs a:hover, .isotop-wrapper .nav-tabs a:focus {
  background-color: transparent;
  border-color: transparent;
}
.isotop-wrapper .nav-tabs .active a, .isotop-wrapper .nav-tabs .active a:hover, .isotop-wrapper .nav-tabs .active a:focus {
  background: #b7422f;
  color: #FFFFFF;
  font-family: open_sansbold;
}
.isotop-wrapper .panel-group .panel-body {
  background: #FFFFFF;
}
.isotop-wrapper .rss-feed-container {
  display: block;
  width: 100%;
}
.isotop-wrapper a.rss-link, .isotop-wrapper a.rss-link:hover, .isotop-wrapper a.rss-link:focus {
  color: #999999;
  text-decoration: none;
  margin: 5px 5px 10px 2px;
  font-size: 20px;
  display: inline-block;
}
.isotop-wrapper a.rss-link:hover, .isotop-wrapper a.rss-link:focus {
  color: #333333;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.loader-wrapper {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1005;
}

.loader-overlay {
  width: 100%;
  height: 100%;
  background: rgba(153, 153, 153, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.loader {
  z-index: 20;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader-animation {
  display: table-cell;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
.loader-animation:before {
  font-family: FontAwesome;
  content: "\f110";
  font-size: 40px;
  color: #FFFFFF;
}

@media (min-width: 992px) {
  .logo-wrapper {
    left: 15px;
    position: absolute;
    z-index: 1005;
  }
}
.logo {
  display: block;
}
#map {
  width: 100%;
  height: 400px;
}
@media (max-width: 767px) {
  #map {
    height: 300px;
  }
}

.firstHeading {
  font-family: open_sansbold;
  font-size: 20px;
  margin-bottom: 4px;
}

.bodyContent p {
  line-height: 1;
  font-size: 15px;
  margin-bottom: 8px;
}
.bodyContent a {
  line-height: 1;
  font-size: 15px;
}

#marker-info {
  display: none;
  position: absolute;
  height: 400px;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  right: 20%;
  z-index: 10;
  padding: 50px 30px 20px 40px;
}
@media (max-width: 767px) {
  #marker-info {
    position: static;
    height: auto;
    padding: 20px;
  }
}

.close-map {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #333333;
  font-size: 20px;
  cursor: pointer;
}

.marker-info-text {
  padding: 0 10px;
}

#mm-header-menu {
  z-index: 10;
}

#mobile-open {
  display: inline-block;
  float: right;
}
#mobile-open .btn, #mobile-open .powermail_submit {
  border: none;
  color: #b7422f;
  font-size: 30px;
  line-height: 1;
  background-color: transparent;
  padding: 5px 10px;
}
#mobile-open .btn:focus, #mobile-open .powermail_submit:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#mobile-open .btn:hover, #mobile-open .powermail_submit:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  #header-menu, .header-lang-and-login {
    display: none !important;
  }
}
@media (min-width: 991px) {
  #mm-header-menu, #mobile-open, #header-menu .mobile {
    display: none;
  }
}
.mobile:not(:last-child) {
  border-bottom: 2px solid #F3F3F3;
}

@media (min-width: 991px) {
  .mm-page.mm-slideout {
    transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
  }
}
.mm-opened .close-menu {
  display: block;
}

.close-menu {
  display: none;
  color: white !important;
  font-size: 30px;
  position: fixed;
  top: 20px;
  right: 50px;
  z-index: 5;
  font-size: 30px;
  font-weight: lighter;
}
@media (min-width: 550px) {
  .close-menu {
    left: 20px;
  }
}
.close-menu:hover {
  text-decoration: none;
}
.close-menu:focus {
  text-decoration: none;
}

.mm-menu.mm-offcanvas {
  z-index: 4;
}

html.mm-blocking #mm-blocker {
  z-index: 4;
}

.notification-wrapper, .donation-element {
  display: none;
  background-color: #b7422f;
  color: #FFFFFF;
  padding: 15px;
  font-size: 13px;
  position: fixed;
  bottom: 0;
  z-index: 3;
}

.notification-text, .donation-text {
  position: relative;
  display: table-cell;
  padding-left: 60px;
  line-height: 2;
}
@media (max-width: 767px) {
  .notification-text, .donation-text {
    display: block;
    width: 100%;
  }
}
.notification-text:before, .donation-text:before {
  content: "\f06a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #FFFFFF;
  font-size: 25px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 25px;
}
.notification-text a, .donation-text a {
  color: #FFFFFF;
  text-decoration: underline;
}
.notification-text a:hover, .donation-text a:hover {
  text-decoration: none;
}

.notification-button {
  display: table-cell;
  position: relative;
  min-width: 240px;
}
@media (max-width: 767px) {
  .notification-button {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}
.notification-button .btn, .notification-button .powermail_submit {
  position: absolute;
  bottom: 0;
  right: 10px;
}
@media (max-width: 767px) {
  .notification-button .btn, .notification-button .powermail_submit {
    position: static;
    float: right;
  }
}

@media (min-width: 992px) {
  .main-content-static {
    padding: 200px 0 170px 0;
  }
}
@media (max-width: 991px) {
  .main-content-static {
    padding: 110px 0 130px 0;
  }
}

.page-error {
  text-align: center;
  width: 100%;
  padding: 0 9px;
}

.error-inner {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .error-inner {
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  .error-inner {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .error-inner {
    max-width: none;
  }
}

.error-code {
  color: #000000;
}

.company-info .address-company-name {
  font-weight: 700;
}
.company-info address {
  text-transform: none;
}

.page-up-link {
  display: none;
  position: fixed;
  bottom: 29px;
  right: 5px;
  background: #000000;
  text-align: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  z-index: 9999;
  border-radius: 50%;
}
.page-up-link:hover, .page-up-link:focus {
  text-decoration: none;
  background: #000000;
}
.page-up-link:hover:before, .page-up-link:focus:before {
  color: #FFFFFF;
}
.page-up-link:before {
  font-family: FontAwesome;
  content: "\f077";
  line-height: 1;
  font-size: 18px;
  position: relative;
  top: 10px;
  color: #FFFFFF;
}

.person-detail {
  list-style: none;
  margin: 0;
  padding: 0 15px 0 0;
}
.person-detail li {
  position: relative;
  padding: 7px 15px 7px 60px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px;
}
.person-detail li.signature {
  border: none;
  padding: 30px 0 0 0;
}
.person-detail li.signature img {
  display: block;
  margin: 0 auto;
}
.person-detail li:before {
  content: "";
  position: absolute;
}
.person-detail li.birth:before {
  background: url("/fileadmin/template/images/icons/birth.png") no-repeat center center;
  left: 20px;
  top: 14px;
  width: 20px;
  height: 20px;
}
.person-detail li.death:before {
  background: url("/fileadmin/template/images/icons/tomb.png") no-repeat center center;
  left: 20px;
  top: 14px;
  width: 20px;
  height: 20px;
}
.person-detail li.marriage:before {
  background: url("/fileadmin/template/images/icons/marriage.png") no-repeat center center;
  left: 16px;
  top: 14px;
  width: 25px;
  height: 20px;
}

.shariff .orientation-horizontal {
  display: block;
}

.shariff li, .shariff li a {
  height: 45px;
  line-height: 45px;
}

.shariff .orientation-horizontal li {
  margin: 1%;
  width: 23%;
}
.shariff .orientation-horizontal li:last-child {
  margin-right: 1%;
}
@media (max-width: 767px) {
  .shariff .orientation-horizontal li {
    margin: 1%;
    width: 31.3%;
  }
  .shariff .orientation-horizontal li:last-child {
    margin-right: 1%;
  }
  .shariff .orientation-horizontal li .share_text {
    display: inline;
  }
}
@media (max-width: 500px) {
  .shariff .orientation-horizontal li {
    margin: 1%;
    width: 48%;
  }
  .shariff .orientation-horizontal li:last-child {
    margin-right: 1%;
  }
}

.sidemenu {
  padding: 0 10px 0 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .sidemenu {
    display: none;
  }
}
.sidemenu ul {
  list-style: none;
  padding: 0;
}
.sidemenu ul li a {
  padding-left: 30px;
  background: #fcfcfc;
}
.sidemenu ul li a:before {
  content: "-";
  margin-right: 10px;
  margin-left: -16px;
}
.sidemenu li {
  font-size: 18px;
}
.sidemenu li a {
  line-height: 1;
  padding: 15px;
  display: block;
  width: 100%;
  background: #F5F5F5;
  border-top: 1px solid #CCCCCC;
  color: #333333;
}
.sidemenu li a:hover {
  text-decoration: none;
  color: #333333;
}
.sidemenu li a:active {
  text-decoration: none;
  color: #333333;
}
.sidemenu li a:link {
  text-decoration: none;
  color: #333333;
}
.sidemenu li a:visited {
  text-decoration: none;
  color: #333333;
}
.sidemenu li.active > a {
  background: #b7422f;
  color: #FFFFFF;
}
.sidemenu li.active ul li a {
  background: #f1d9d5;
}
.sidemenu li.previous a {
  padding: 12px;
  text-align: center;
  border: none;
  background: #D8D8D8;
}
.sidemenu li.previous a i {
  margin-right: 10px;
}
.sidemenu li:last-child a {
  border-bottom: none;
}

.site-tools-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.site-tools-wrapper {
  padding: 0 18px;
}
@media (max-width: 768px) {
  .site-tools-wrapper {
    width: 100%;
    left: 0;
    padding: 0 9px;
  }
}

.site-tools {
  display: inline-block;
  float: right;
  text-align: right;
}
@media (max-width: 767px) {
  .site-tools {
    width: 100%;
  }
}
.site-tools a {
  display: inline-block;
  background-color: #b7422f;
  color: #FFFFFF;
  margin-right: 3px;
  padding: 2px 7px;
  font-size: 12px;
}
@media (max-width: 991px) {
  .site-tools a {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.site-tools a:last-child {
  margin-right: 0;
}
.site-tools a i {
  font-size: 15px;
}
@media (max-width: 991px) {
  .site-tools a i {
    font-size: 20px;
  }
}
.site-tools a:hover {
  text-decoration: none;
}
.site-tools a:active {
  text-decoration: none;
  -webkit-box-shadow: inset 0 2px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 2px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 2px 5px 0px rgba(0, 0, 0, 0.35);
}
.site-tools a:link {
  text-decoration: none;
}
.site-tools a:visited {
  text-decoration: none;
}

a.live-chat i {
  margin-right: 5px;
}
@media (max-width: 991px) {
  a.live-chat > span {
    display: none;
  }
}

.site-tools .chat-box {
  display: none;
}

.site-tools.open-chat .chat-box {
  display: block;
}

.site-tools .capacity-box {
  display: none;
}

.site-tools.open-capacity .capacity-box {
  display: block;
}

.chat-box {
  width: 500px;
}
@media (max-width: 767px) {
  .chat-box {
    width: 100%;
    position: fixed;
    bottom: 45px;
    z-index: 9999;
    left: 0;
    padding: 0 10px;
  }
  .chat-box iframe {
    width: 100% !important;
  }
}

.chat-headline {
  width: 500px;
  text-align: left;
  background: #E5E5E5;
  padding: 5px 10px 0 10px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .chat-headline {
    width: 300px;
  }
}

@media (max-width: 991px) {
  a.toplink {
    display: none;
  }
}

@media (max-width: 767px) {
  #us_report_button {
    left: 30px;
    right: auto;
  }
}

.capacity-box {
  background: #F5F5F5;
  text-align: left;
  padding: 20px;
  width: 500px;
}
@media (max-width: 767px) {
  .capacity-box {
    position: fixed;
    bottom: 45px;
    z-index: 9999;
    left: 0;
    padding: 0 10px;
  }
}

a.capacity i {
  margin-right: 5px;
}

.sitesearch-title {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .sitesearch-title {
    margin-bottom: 30px;
  }
}
.sitesearch-title span {
  font-size: 40px;
  font-family: open_sanslight;
}
@media (max-width: 991px) {
  .sitesearch-title span {
    font-size: 30px;
  }
}

.sitesearch-item {
  padding-bottom: 22px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 18px;
}
.sitesearch-item:last-child {
  margin-bottom: 0;
}
.sitesearch-item .result-title {
  font-family: open_sansbold;
  font-size: 19px;
}
.sitesearch-item p {
  line-height: 1.4;
  margin-bottom: 0;
}

.sitesearch-loadmore {
  text-align: center;
  margin: 40px 0 100px 0;
}

ul.tx-indexedsearch-browsebox {
  list-style: none;
  margin: 15px 0 20px 0;
  padding: 0;
}
ul.tx-indexedsearch-browsebox li {
  display: inline-block;
  margin: 5px;
}

.skip-link:focus {
  position: absolute;
  margin: 0;
  overflow: visible;
  clip: auto;
  z-index: 9999;
  top: 0;
  left: 0;
  padding: 10px;
  height: 40px;
  width: 100%;
  font-family: open_sansregular, Arial, sans-serif;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid red;
  text-align: left;
}

.special-teaser-left {
  width: 45%;
  display: table-cell;
  background-image: url(/fileadmin/template/images/dummy/teaser1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.special-teaser-right {
  width: 55%;
  display: table-cell;
  background-color: #F5F5F5;
  padding: 40px;
}

@media (max-width: 767px) {
  .special-teaser-left {
    width: 100%;
    height: 300px;
    display: block;
  }
  .special-teaser-right {
    width: 100%;
    display: block;
    padding: 20px;
  }
}
.special-teaser-headline {
  text-align: center;
  margin-bottom: 26px;
}
.special-teaser-headline .title-top {
  color: #666666;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 767px) {
  .special-teaser-headline .title-top {
    font-size: 15px;
  }
}
.special-teaser-headline .title {
  color: #333333;
  text-transform: uppercase;
  font-family: open_sansbold;
  line-height: 1;
  margin-bottom: 12px;
}
.special-teaser-headline .subtitle {
  line-height: 1;
  color: #333333;
  font-family: open_sansbold;
}

.special-teaser-text {
  margin-bottom: 25px;
}

.special-teaser-button {
  text-align: center;
  font-family: open_sansbold;
}

.standard-teaser-slider .slick-list {
  margin-left: 30px;
  margin-right: 30px;
}
.standard-teaser-slider .slick-arrow {
  position: absolute;
  top: 50%;
  border: none;
  background: none;
  z-index: 2;
}
.standard-teaser-slider .slick-arrow:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #CCCCCC;
  font-size: 25px;
  line-height: 30px;
  vertical-align: text-top;
}
.standard-teaser-slider .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.standard-teaser-slider .slick-arrow.slick-prev:before {
  content: "\f053";
}
.standard-teaser-slider .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.standard-teaser-slider .slick-arrow.slick-next:before {
  content: "\f054";
}

.standard-teaser-item {
  padding: 30px 30px 30px 20px;
}
.standard-teaser-item:hover {
  text-decoration: none;
}
.standard-teaser-item:active {
  text-decoration: none;
}
.standard-teaser-item:link {
  text-decoration: none;
}
.standard-teaser-item:visited {
  text-decoration: none;
}

.standard-teaser-left {
  display: table-cell;
  line-height: 1;
}
.standard-teaser-left span {
  display: block;
}
.standard-teaser-left .month {
  color: #999999;
}
.standard-teaser-left .date {
  color: #333333;
  font-size: 40px;
  font-family: open_sansbold;
}

.standard-teaser-right {
  display: table-cell;
  line-height: 1.3;
  padding-left: 15px;
}
.standard-teaser-right span {
  display: block;
}
.standard-teaser-right .title {
  font-family: open_sansbold;
  color: #b7422f;
  font-size: 14px;
}
.standard-teaser-right .text {
  line-height: 1.4;
  color: #666666;
  font-size: 15px;
}

.standard-teaser-slider.image-slider img {
  width: 100%;
  height: auto;
}

.tab-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.tab-list:before, .tab-list:after {
  content: " ";
  display: table;
}
.tab-list:after {
  clear: both;
}

.tab-list--default {
  border-bottom: 5px solid red;
}

.tab-list-item {
  float: left;
  display: block;
}

.tab-item--default {
  margin-right: 5px;
  /*
  border-top: 2px solid $white;

  &.active,
  &:hover {
    border-top: 2px solid $black;
  }
  */
}
.tab-item--default.active .tab-list-link, .tab-item--default.active .tab-list-link:hover, .tab-item--default.active .tab-list-link:focus {
  background: blue;
  color: #FFFFFF;
}

.tab-list-link {
  display: block;
  text-decoration: none;
}

.tab-link--default {
  border-radius: 0;
  font-family: open_sansregular, Arial, sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  border: 1px solid cornflowerblue;
}
@media (min-width: 768px) {
  .tab-link--default {
    padding: 15px 20px;
  }
}
.tab-link--default:hover, .tab-link--default:focus {
  color: #FFFFFF;
  background: blue;
}

.tab-content {
  padding: 15px;
  background: #FFFFFF;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .active {
  display: block;
}

.tab-content--default {
  margin-top: 5px;
  border: 2px solid green;
}

.tab-wrapper .panel {
  margin-top: -1px;
  border: 1px solid blue;
}
@media (max-width: 991px) {
  .tab-wrapper .panel-title a {
    padding: 15px;
    background: #ccc;
    color: red;
    border: none;
    font-family: open_sansregular, Arial, sans-serif;
    line-height: 100%;
    font-size: 24px;
  }
  .tab-wrapper .panel-title a:after {
    font-family: FontAwesome;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    font-size: 16px;
    color: red;
    content: "\f077";
    /*
    // if icon should rotate, take this code and 
    // put content: "\f077" into comment

    content: "\f078";
    @include rotate(180deg);
    @include transition(all 400ms);
    */
  }
  .tab-wrapper .panel-title a.collapsed {
    background: #FFFFFF;
    color: blue;
  }
  .tab-wrapper .panel-title a.collapsed:focus, .tab-wrapper .panel-title a.collapsed:hover {
    color: red;
    background: #ccc;
    text-decoration: none;
  }
  .tab-wrapper .panel-title a.collapsed:focus:after, .tab-wrapper .panel-title a.collapsed:hover:after {
    color: red;
  }
  .tab-wrapper .panel-title a.collapsed:after {
    color: blue;
    content: "\f078";
  }
}
@media (max-width: 991px) {
  .tab-wrapper .panel-body {
    border-top: 1px solid blue;
    padding: 15px;
  }
}

.teaser-slider {
  font-size: 0;
  overflow: hidden;
}
.teaser-slider .slick-dots {
  z-index: 2;
  display: table;
  text-align: center;
  width: 100%;
  padding-left: 0;
  margin-left: 50%;
  padding-bottom: 15px;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.teaser-slider .slick-dots li {
  display: inline-block;
  margin-right: 8px;
}
.teaser-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  border: none;
  background-color: #F5F5F5;
}
.teaser-slider .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  background-color: #b7422f;
  border: 2px solid #F5F5F5;
}
.teaser-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  background: none;
  z-index: 2;
}
.teaser-slider .slick-arrow:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #F5F5F5;
  font-size: 70px;
  line-height: 50px;
}
.teaser-slider .slick-arrow.slick-prev {
  left: 0;
}
.teaser-slider .slick-arrow.slick-prev:before {
  content: "\f104";
}
.teaser-slider .slick-arrow.slick-next {
  right: 0;
}
.teaser-slider .slick-arrow.slick-next:before {
  content: "\f105";
}

.teaser-item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20%;
  height: 340px;
  display: inline-block;
}
@media (max-width: 767px) {
  .teaser-item {
    width: 320px;
  }
}
.teaser-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.teaser-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.teaser-text .teaser-title {
  color: #FFFFFF;
  font-family: open_sansbold;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 20px;
}
.teaser-text .teaser-subtitle {
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 3px;
}
.teaser-text .teaser-time {
  color: #FFFFFF;
  font-family: open_sansbold;
  display: block;
  font-size: 20px;
  line-height: 1;
}

.text-slider {
  overflow: hidden;
}
.text-slider .slick-dots {
  z-index: 2;
  display: table;
  text-align: center;
  width: 100%;
  padding-left: 0;
  margin-left: 50%;
  padding-bottom: 15px;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.text-slider .slick-dots li {
  display: inline-block;
  margin-right: 8px;
}
.text-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  border: none;
  background-color: #F5F5F5;
}
.text-slider .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  background-color: #b7422f;
  border: 2px solid #F5F5F5;
}
.text-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  background: none;
  z-index: 2;
}
.text-slider .slick-arrow:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000000;
  font-size: 70px;
  line-height: 50px;
}
.text-slider .slick-arrow.slick-prev {
  left: 0;
}
.text-slider .slick-arrow.slick-prev:before {
  content: "\f104";
}
.text-slider .slick-arrow.slick-next {
  right: 0;
}
.text-slider .slick-arrow.slick-next:before {
  content: "\f105";
}

.text-slider-item {
  padding: 0 50px;
}

.vote-container {
  position: relative;
}

.vote-carousel {
  /*
  &.voted {
    -webkit-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);    
  }*/
}
@media (min-width: 1251px) {
  .vote-carousel {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 1250px) {
  .vote-carousel {
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .vote-carousel {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .vote-carousel {
    margin-bottom: 30px;
  }
}
.vote-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  background: none;
  z-index: 2;
}
.vote-carousel .slick-arrow:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #999999;
  font-size: 36px;
}
@media (min-width: 1251px) {
  .vote-carousel .slick-arrow.slick-prev {
    left: -45px;
  }
}
@media (max-width: 1250px) {
  .vote-carousel .slick-arrow.slick-prev {
    left: 0;
  }
}
.vote-carousel .slick-arrow.slick-prev:before {
  content: "\f053";
}
@media (min-width: 1251px) {
  .vote-carousel .slick-arrow.slick-next {
    right: -45px;
  }
}
@media (max-width: 1250px) {
  .vote-carousel .slick-arrow.slick-next {
    right: 0;
  }
}
.vote-carousel .slick-arrow.slick-next:before {
  content: "\f054";
}
.vote-carousel .slick-dots {
  z-index: 2;
  padding: 0;
  margin: 22px 0 0 0;
  text-align: center;
  width: 100%;
}
.vote-carousel .slick-dots li {
  display: inline-block;
  margin-right: 8px;
}
.vote-carousel .slick-dots li button {
  width: 20px;
  height: 20px;
  margin: 0 10px;
  border-radius: 50px;
  border: none;
  background-color: #f5f5f5;
  font-size: 0;
  color: transparent;
}
.vote-carousel .slick-dots li.slick-active button {
  background-color: #b7b7b7;
}

.voting-option {
  margin: 0 15px;
}

.piece {
  padding: 25px 15px 40px 15px;
  margin-bottom: 50px;
  background-color: #f5f5f5;
}

.piece-title {
  display: block;
  margin-bottom: 5px;
  text-align: center;
  font-family: open_sansbold;
  line-height: 1.5;
}

.piece-origin {
  display: block;
  margin-bottom: 5px;
  text-align: center;
  font-style: italic;
  line-height: 1.2;
}

.piece-img {
  margin: 20px auto 0 auto;
  width: auto;
  height: 120px;
  -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.45);
}

.vote--btn {
  position: relative;
  width: 100%;
  height: 60px;
}
.vote--btn:hover .vote-option-num, .vote--btn:focus .vote-option-num {
  border-left: 1px solid #b7422f;
}
@media (min-width: 1251px) {
  .vote--btn {
    padding-right: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.vote-option-num {
  position: absolute;
  width: 60px;
  height: calc(100% - 2px);
  top: 1px;
  right: 0;
  border-left: 1px solid #fff;
  line-height: 54px;
}
@media (max-width: 1250px) {
  .vote-option-num {
    display: none;
  }
}

.vote-message {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
@media (min-width: 768px) {
  .vote-message {
    padding: 140px 25px 25px 25px;
  }
}
@media (max-width: 767px) {
  .vote-message {
    padding: 80px 15px 15px 15px;
  }
}
@media (max-width: 480px) {
  .vote-message {
    padding-top: 40px;
  }
}
.vote-message .text-red {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 30px;
  font-family: open_sansbold;
  color: #b7422f;
}
.vote-message .text-black {
  display: block;
  text-align: center;
  font-size: 20px;
  font-family: open_sansbold;
}

.vote-message-logo {
  display: block;
  margin: 0 auto 50px auto;
}
@media (max-width: 480px) {
  .vote-message-logo {
    margin-bottom: 30px;
  }
}

.error-page-text h1 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .error-page-text h1 {
    margin-bottom: 15px;
  }
}
.error-page-text .subtitle {
  display: block;
  font-size: 40px;
  line-height: 1.3;
  font-family: open_sanslight;
  border-bottom: 40px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .error-page-text .subtitle {
    font-size: 26px;
    margin-bottom: 25px;
  }
}

.error-page-image img {
  width: 100%;
}

@media print {
  .navbar {
    display: none !important;
  }
  h2,
  h3, tr,
  img, pre,
  blockquote {
    page-break-inside: avoid;
  }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-family: Helvetica !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;
  }
  thead {
    display: table-header-group;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .btn > .caret, .powermail_submit > .caret,
  .dropup > .btn > .caret {
    border-top-color: black !important;
  }
  .label {
    border: 1px solid black;
  }
  .table, table.contenttable {
    border-collapse: collapse !important;
  }
  .table td, table.contenttable td,
  .table th,
  table.contenttable th {
    background-color: #FFFFFF !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .header-wrapper, .header-form-container, .footer-link-list, .site-tools-wrapper, #mobile-open,
  .rev_slider_wrapper, .panel-title, .panel-body button, .standard-teaser-slider,
  .sitesearch-loadmore, .teaser-slider, .special-teaser-button, .special-teaser-left,
  #marker-info, #map {
    display: none !important;
  }
  .error-page-image {
    max-width: 50%;
    margin: 0 auto;
  }
  .gallery-item {
    width: 20% !important;
    padding: 3px;
  }
  .header-wrapper-print {
    display: block;
    margin: 20px 0 40px 0;
  }
  #wrapper {
    padding-top: 0;
  }
}