/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;max-width: 100%;min-width: 100%;
}
.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;
}
﻿@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../../core/docroot/images/design/stadtsg/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../../core/docroot/fonts/slick.eot');
    src: url('../../../core/docroot/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../../core/docroot/fonts/slick.woff') format('woff'), url('../../../core/docroot/fonts/slick.ttf') format('truetype'), url('../../../core/docroot/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 30px;
    height: 40px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgba(255, 255, 255, 0.25);
    padding: 10px;display: block;
    font-weight: bold;
}

.slick-prev
{
    left: 0;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '〈';
}
[dir='rtl'] .slick-prev:before
{
    content: '〉';
}

.slick-next
{
    right: 0;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '〉';
}
[dir='rtl'] .slick-next:before
{
    content: '〈';
}

/* Dots */


.slick-dots
{
    position: absolute;
    bottom: 6px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: left;
    z-index: 999;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
    color: #000;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 35px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '■';
    text-align: center;

    opacity: .9;
    color: #ebebeb;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .85;
    color: #e20025;
}

.sgsw-slick-prev.slick-disabled i:before, .sgsw-slick-next.slick-disabled i:before {
    opacity: .25;
}

.sgsw-custom-slider-btns button,
.sgsw-custom-slider-btns a {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 99;
}

@media screen and (min-width: 1024px) {
    .sgsw-custom-slider-btns button.sgsw-slick-prev,
    .sgsw-custom-slider-btns a.sgsw-slick-prev {
        left: -77px;
    }
}

@media screen and (max-width: 1023px) {
    .sgsw-custom-slider-btns button.sgsw-slick-prev,
    .sgsw-custom-slider-btns a.sgsw-slick-prev {
        left: 10px;
    }
}

@media screen and (min-width: 1024px) {
    .sgsw-custom-slider-btns button.sgsw-slick-next,
    .sgsw-custom-slider-btns a.sgsw-slick-next {
        right: -77px;
    }
}

@media screen and (max-width: 1023px) {
    .sgsw-custom-slider-btns button.sgsw-slick-next,
    .sgsw-custom-slider-btns a.sgsw-slick-next {
        right: 10px;
    }
}

/*
.sgsw-custom-slider-btns button.slick-disabled,
.sgsw-custom-slider-btns a.slick-disabled {
    display: none;
    visibility: hidden;
    background: transparent;
    height: 1px;
    width: 1px;
}*/

.sgsw-custom-slider-btns.style-whiteroundbig button {
    font-size: 1.5em;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    border: solid 2px #fff;
}

@media screen and (max-width: 1023px) {
    .sgsw-custom-slider-btns.style-whiteroundbig button {
        width: 40px;
        height: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .sgsw-custom-slider-btns.style-whiteroundbig button {
        width: 100px;
        height: 100px;
    }
}

.sgsw-custom-slider-btns.style-simplearrow button,
.sgsw-custom-slider-btns.style-simplearrow a {
    color: #000;
    font-size: 40px;
    font-weight: 100;
    height: 100%;
    border: none;
    width: 60px;
}

@media screen and (min-width: 1024px) {
    .sgsw-custom-slider-btns.style-simplearrow button.sgsw-slick-prev,
    .sgsw-custom-slider-btns.style-simplearrow a.sgsw-slick-prev {
        left: 14px;
    }
}

@media screen and (max-width: 1023px) {
    .sgsw-custom-slider-btns.style-simplearrow button.sgsw-slick-prev,
    .sgsw-custom-slider-btns.style-simplearrow a.sgsw-slick-prev {
        display: none;
        visibility: hidden;
        width: 10px;
    }
}

@media screen and (min-width: 1024px) {
    .sgsw-custom-slider-btns.style-simplearrow button.sgsw-slick-next,
    .sgsw-custom-slider-btns.style-simplearrow a.sgsw-slick-next {
        right: 14px;
    }
}

@media screen and (max-width: 1023px) {
    .sgsw-custom-slider-btns.style-simplearrow button.sgsw-slick-next,
    .sgsw-custom-slider-btns.style-simplearrow a.sgsw-slick-next {
        display: none;
        visibility: hidden;
    }
}

.sgsw-custom-slider-btns.style-simplearrow button i,
.sgsw-custom-slider-btns.style-simplearrow a i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    z-index: 999;
}

.sgsw-custom-slider-btns.style-simplearrow a {
    box-shadow: none !important;
}

    .sgsw-custom-slider-btns.style-simplearrow a.sgsw-slick-prev:before {
        border-radius: 0 40% 40% 0;
        left: 50%;
    }

    .sgsw-custom-slider-btns.style-simplearrow a.sgsw-slick-next:before {
        border-radius: 40% 0 0 40%;
        right: 50%;
    }

@media screen and (max-width: 480px) {
    .sgsw-custom-slider-btns.mobile-buttons button,
    .sgsw-custom-slider-btns.mobile-buttons a {
        top: 45%;
        opacity: 0.7;
    }
}

@media screen and (max-width: 480px) {
    .sgsw-custom-slider-btns.mobile-buttons button.sgsw-slick-prev,
    .sgsw-custom-slider-btns.mobile-buttons a.sgsw-slick-prev {
        left: 25px;
    }
}

@media screen and (max-width: 480px) {
    .sgsw-custom-slider-btns.mobile-buttons button.sgsw-slick-next,
    .sgsw-custom-slider-btns.mobile-buttons a.sgsw-slick-next {
        right: 25px;
    }
}

@media screen and (max-width: 480px) {
    .sgsw-custom-slider-btns.mobile-buttons.style-simplearrow button,
    .sgsw-custom-slider-btns.mobile-buttons.style-simplearrow a {
        height: 50px;
        width: 50px;
    }
}

@media screen and (max-width: 480px) {
    .sgsw-custom-slider-btns.mobile-buttons.style-simplearrow button.sgsw-slick-prev,
    .sgsw-custom-slider-btns.mobile-buttons.style-simplearrow a.sgsw-slick-prev {
        display: initial;
        visibility: initial;
        width: 50px;
    }
}

@media screen and (max-width: 480px) {
    .sgsw-custom-slider-btns.mobile-buttons.style-simplearrow button.sgsw-slick-prev.slick-disabled,
    .sgsw-custom-slider-btns.mobile-buttons.style-simplearrow a.sgsw-slick-prev.slick-disabled {
        display: none;
        visibility: hidden;
    }
}

@media screen and (max-width: 480px) {
    .sgsw-custom-slider-btns.mobile-buttons.style-simplearrow button.sgsw-slick-next,
    .sgsw-custom-slider-btns.mobile-buttons.style-simplearrow a.sgsw-slick-next {
        display: initial;
        visibility: initial;
    }
}

@media screen and (max-width: 480px) {
    .sgsw-custom-slider-btns.mobile-buttons.style-simplearrow button.sgsw-slick-next.slick-disabled,
    .sgsw-custom-slider-btns.mobile-buttons.style-simplearrow a.sgsw-slick-next.slick-disabled {
        display: none;
        visibility: hidden;
    }
}

.sgsw-custom-slider-btns.style-modal button,
.sgsw-custom-slider-btns.style-modal a {
    color: #000;
    font-size: 40px;
    border: none;
    width: 45px;
    background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 600px) {
    .sgsw-custom-slider-btns.style-modal button,
    .sgsw-custom-slider-btns.style-modal a {
        font-size: 30px;
        width: 32px;
    }
}

.sgsw-custom-slider-btns.style-modal button.slick-prev,
.sgsw-custom-slider-btns.style-modal a.slick-prev {
    left: 0;
    margin-left: 15px;
}

.sgsw-custom-slider-btns.style-modal button.slick-next,
.sgsw-custom-slider-btns.style-modal a.slick-next {
    right: 0;
    margin-right: 15px;
}
@font-face {
  font-family: 'footable';
  src: url('../../../core/docroot/fonts/footable.eot');
  src: url('../../../core/docroot/fonts/footable.eot?#iefix') format('embedded-opentype'), url('../../../core/docroot/fonts/footable.woff') format('woff'), url('../../../core/docroot/fonts/footable.ttf') format('truetype'), url('../../../core/docroot/fonts/footable.svg#footable') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'footable';
    src: url('../../../core/docroot/fonts/footable.svg#footable') format('svg');
    font-weight: normal;
    font-style: normal;
  }
}
.footable {
  width: 100%;
  /** SORTING **/

  /** PAGINATION **/

}
.footable.breakpoint > tbody > tr.footable-detail-show > td {
  border-bottom: none;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}
.footable.breakpoint > tbody > tr > td.footable-cell-detail {
  background: #eee;
  border-top: none;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 5px;
  font-size: 14px;
  color: #888888;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-circle > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-square > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-square > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "+;
}
.footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow-small > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow-circle > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow-alt > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow-alt > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
  font-size: 18px;
}
.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
  font-size: 24px;
}
.footable > thead > tr > th {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.footable > thead > tr > th.footable-sortable:hover {
  cursor: pointer;
}
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
  content: "+";
}
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
  content: "+";
}
.footable > thead > tr > th > span.footable-sort-indicator {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 5px;
}
.footable > thead > tr > th > span.footable-sort-indicator:before {
  content: "+";
}
.footable > tfoot .pagination {
  margin: 0;
}
.footable.no-paging .hide-if-no-paging {
  display: none;
}
.footable-row-detail-inner {
  display: table;
}
.footable-row-detail-row {
  display: table-row;
  line-height: 1.5em;
}
.footable-row-detail-group {
  display: block;
  line-height: 2em;
  font-size: 1.2em;
  font-weight: bold;
}
.footable-row-detail-name {
  display: table-cell;
  font-weight: bold;
  padding-right: 0.5em;
}
.footable-row-detail-value {
  display: table-cell;
}
.footable-odd {
  background-color: #f7f7f7;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:gray;}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:black;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:none; padding:1px;}
        #cboxLoadingGraphic{background:url(../../../core/docroot/images/design/controls.png) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:0; background:url(../../../core/docroot/images/design/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:45px; top:1px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:23px; top:1px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:1px; top:1px;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=353d0ca3090523ac49895a5d8f76cc35)
 * Config saved to config.json and https://gist.github.com/353d0ca3090523ac49895a5d8f76cc35
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #e00025 0%, #a3001b 100%);
  background-image: -o-linear-gradient(top, #e00025 0%, #a3001b 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e00025), to(#a3001b));
  background-image: linear-gradient(to bottom, #e00025 0%, #a3001b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe00025', endColorstr='#ffa3001b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #990019;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #a3001b;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #a3001b;
  border-color: #990019;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #a3001b;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #efefeb 0%, #e4e4dd 100%);
  background-image: -o-linear-gradient(top, #efefeb 0%, #e4e4dd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efefeb), to(#e4e4dd));
  background-image: linear-gradient(to bottom, #efefeb 0%, #e4e4dd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefefeb', endColorstr='#ffe4e4dd', GradientType=0);
  background-color: #e4e4dd;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #e00025 0%, #c70021 100%);
  background-image: -o-linear-gradient(top, #e00025 0%, #c70021 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e00025), to(#c70021));
  background-image: linear-gradient(to bottom, #e00025 0%, #c70021 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe00025', endColorstr='#ffc70021', GradientType=0);
  background-color: #c70021;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #efefeb 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #efefeb 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefeb));
  background-image: linear-gradient(to bottom, #ffffff 0%, #efefeb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffefefeb', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #e00025 0%, #c70021 100%);
    background-image: -o-linear-gradient(top, #e00025 0%, #c70021 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e00025), to(#c70021));
    background-image: linear-gradient(to bottom, #e00025 0%, #c70021 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe00025', endColorstr='#ffc70021', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #eeffee 0%, #c8ffc8 100%);
  background-image: -o-linear-gradient(top, #eeffee 0%, #c8ffc8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeffee), to(#c8ffc8));
  background-image: linear-gradient(to bottom, #eeffee 0%, #c8ffc8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeffee', endColorstr='#ffc8ffc8', GradientType=0);
  border-color: #a2ffa2;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #fff5f3 0%, #ffd5cd 100%);
  background-image: -o-linear-gradient(top, #fff5f3 0%, #ffd5cd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff5f3), to(#ffd5cd));
  background-image: linear-gradient(to bottom, #fff5f3 0%, #ffd5cd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff5f3', endColorstr='#ffffd5cd', GradientType=0);
  border-color: #ffb5a6;
}
.progress {
  background-image: -webkit-linear-gradient(top, #e6e6e0 0%, #efefeb 100%);
  background-image: -o-linear-gradient(top, #e6e6e0 0%, #efefeb 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e0), to(#efefeb));
  background-image: linear-gradient(to bottom, #e6e6e0 0%, #efefeb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e0', endColorstr='#ffefefeb', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #e00025 0%, #ad001d 100%);
  background-image: -o-linear-gradient(top, #e00025 0%, #ad001d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e00025), to(#ad001d));
  background-image: linear-gradient(to bottom, #e00025 0%, #ad001d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe00025', endColorstr='#ffad001d', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #ad001d;
  background-image: -webkit-linear-gradient(top, #e00025 0%, #ba001f 100%);
  background-image: -o-linear-gradient(top, #e00025 0%, #ba001f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e00025), to(#ba001f));
  background-image: linear-gradient(to bottom, #e00025 0%, #ba001f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe00025', endColorstr='#ffba001f', GradientType=0);
  border-color: #ba001f;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #e3e2da 0%, #d8d7cb 100%);
  background-image: -o-linear-gradient(top, #e3e2da 0%, #d8d7cb 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e2da), to(#d8d7cb));
  background-image: linear-gradient(to bottom, #e3e2da 0%, #d8d7cb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe3e2da', endColorstr='#ffd8d7cb', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #e00025 0%, #c70021 100%);
  background-image: -o-linear-gradient(top, #e00025 0%, #c70021 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e00025), to(#c70021));
  background-image: linear-gradient(to bottom, #e00025 0%, #c70021 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe00025', endColorstr='#ffc70021', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #eeffee 0%, #d5ffd5 100%);
  background-image: -o-linear-gradient(top, #eeffee 0%, #d5ffd5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeffee), to(#d5ffd5));
  background-image: linear-gradient(to bottom, #eeffee 0%, #d5ffd5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeffee', endColorstr='#ffd5ffd5', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fff5f3 0%, #ffe0da 100%);
  background-image: -o-linear-gradient(top, #fff5f3 0%, #ffe0da 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff5f3), to(#ffe0da));
  background-image: linear-gradient(to bottom, #fff5f3 0%, #ffe0da 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff5f3', endColorstr='#ffffe0da', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ffffff));
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffffffff', GradientType=0);
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=353d0ca3090523ac49895a5d8f76cc35)
 * Config saved to config.json and https://gist.github.com/353d0ca3090523ac49895a5d8f76cc35
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('stsgLibs/fonts/glyphicons-halflings-regular.eot');
  src: url('stsgLibs/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('stsgLibs/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('stsgLibs/fonts/glyphicons-halflings-regular.woff') format('woff'), url('stsgLibs/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('stsgLibs/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -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: "Univers Roman", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #e00025;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e00025;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #e3e2da;
  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: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 19px;
}
h6,
.h6 {
  font-size: 18px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 25.5px;
  }
}
small,
.small {
  font-size: 82%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #e00025;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ad001d;
}
.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: #e00025;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ad001d;
}
.bg-primary {
  color: #fff;
  background-color: #e00025;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #ad001d;
}
.bg-success {
  background-color: #eeffee;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #bbffbb;
}
.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: #fff5f3;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #ffcbc0;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 21.25px;
  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.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #e3e2da;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e3e2da;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #e3e2da;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #e3e2da;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e3e2da;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e3e2da;
}
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #eeffee;
}
.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: #d5ffd5;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #fff5f3;
}
.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: #ffe0da;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e3e2da;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 25.5px;
  line-height: inherit;
  color: #000000;
  border: 0;
  border-bottom: 1px solid transparent;
}
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: 17px;
  line-height: 1.42857143;
  color: #000000;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #efefeb;
  background-image: none;
  border: 1px solid #e3e2da;
  border-radius: 0;
  -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 .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.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: 50px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .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: 24px;
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 41px;
}
.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: 38px;
  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: 44px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 62.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  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: #eeffee;
}
.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: #e00025;
}
.has-error .form-control {
  border-color: #e00025;
  -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: #ad001d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff4765;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff4765;
}
.has-error .input-group-addon {
  color: #e00025;
  border-color: #e00025;
  background-color: #fff5f3;
}
.has-error .form-control-feedback {
  color: #e00025;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.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: 31px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@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: 10px;
}
@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;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #e00025;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #e00025;
  background-color: #ffffff;
  border-color: #e00025;
}
.btn-default:focus,
.btn-default.focus {
  color: #e00025;
  background-color: #e6e6e6;
  border-color: #610010;
}
.btn-default:hover {
  color: #e00025;
  background-color: #e6e6e6;
  border-color: #a3001b;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #e00025;
  background-color: #e6e6e6;
  border-color: #a3001b;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #e00025;
  background-color: #d4d4d4;
  border-color: #610010;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #e00025;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #e00025;
}
.btn-primary {
  color: #ffffff;
  background-color: #e00025;
  border-color: #e00025;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #ad001d;
  border-color: #610010;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #ad001d;
  border-color: #a3001b;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #ad001d;
  border-color: #a3001b;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #890017;
  border-color: #610010;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #e00025;
  border-color: #e00025;
}
.btn-primary .badge {
  color: #e00025;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #e00025;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #e00025;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -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;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 17px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #e3e2da;
  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);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e3e2da;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #efefeb;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #e00025;
}
.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.42857143;
  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 {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
  color: #000000;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #e3e2da;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > 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: transparent;
}
.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: transparent;
  border-color: #e00025;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #e3e2da;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #e3e2da #e3e2da #e3e2da;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #505050;
  border: 1px solid #505050;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.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: #000000;
  background-color: #505050;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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: 13px 10px;
  font-size: 20px;
  line-height: 24px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  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: 6.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            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: 24px;
  }
  .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: 13px;
    padding-bottom: 13px;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  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: 0px;
  margin-bottom: 0px;
}
@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: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 0px;
  margin-bottom: 0px;
}
.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: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #000000;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #000000;
}
.navbar-default .navbar-nav > li > a {
  color: #000000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #000000;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000000;
    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: #000000;
    background-color: transparent;
  }
  .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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #000000;
}
.navbar-default .navbar-link:hover {
  color: #000000;
}
.navbar-default .btn-link {
  color: #000000;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #000000;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #efefeb;
  border-color: transparent;
}
.navbar-inverse .navbar-brand {
  color: #000000;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #000000;
}
.navbar-inverse .navbar-nav > li > a {
  color: #000000;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #000000;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000000;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #dfdfd7;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000000;
    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: #000000;
    background-color: #ffffff;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #000000;
}
.navbar-inverse .navbar-link:hover {
  color: #000000;
}
.navbar-inverse .btn-link {
  color: #000000;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #000000;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #e00025;
}
.breadcrumb > .active {
  color: #000000;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #e00025;
  background-color: #ffffff;
  border: 1px solid #e3e2da;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #e00025;
  background-color: #eeeeee;
  border-color: #e3e2da;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #e00025;
  border-color: #e00025;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #e3e2da;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #e00025;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #ad001d;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #e00025;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 77px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #e3e2da;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #e00025;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #eeffee;
  border-color: #dcffd5;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c6ffbb;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #fff5f3;
  border-color: #ffdada;
  color: #e00025;
}
.alert-danger hr {
  border-top-color: #ffc0c0;
}
.alert-danger .alert-link {
  color: #ad001d;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #efefeb;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  background-color: #e00025;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #efefeb;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #e00025;
  border-color: #e00025;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffadbb;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #eeffee;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d5ffd5;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #e00025;
  background-color: #fff5f3;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #e00025;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #e00025;
  background-color: #ffe0da;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e00025;
  border-color: #e00025;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 24px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #e3e2da;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #e3e2da;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #e3e2da;
}
.panel-default > .panel-heading {
  color: #000000;
  background-color: #e3e2da;
  border-color: #e3e2da;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e3e2da;
}
.panel-default > .panel-heading .badge {
  color: #e3e2da;
  background-color: #000000;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e3e2da;
}
.panel-primary {
  border-color: #e00025;
}
.panel-primary > .panel-heading {
  color: #000000;
  background-color: #e00025;
  border-color: #e00025;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e00025;
}
.panel-primary > .panel-heading .badge {
  color: #e00025;
  background-color: #000000;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e00025;
}
.panel-success {
  border-color: #dcffd5;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #eeffee;
  border-color: #dcffd5;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dcffd5;
}
.panel-success > .panel-heading .badge {
  color: #eeffee;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dcffd5;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ffdada;
}
.panel-danger > .panel-heading {
  color: #e00025;
  background-color: #fff5f3;
  border-color: #ffdada;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffdada;
}
.panel-danger > .panel-heading .badge {
  color: #fff5f3;
  background-color: #e00025;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffdada;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 25.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-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;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e3e2da;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e3e2da;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Univers Roman", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 10px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 10px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 10px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 10px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #000000;
  text-align: center;
  background-color: #ffffff;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 10px;
  margin-bottom: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 10px;
  margin-bottom: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #ffffff;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #ffffff;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 10px;
  margin-top: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 10px;
  margin-top: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 480px;
  padding: 1px;
  font-family: "Univers Roman", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 17px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #e3e2da;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 17px;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #b7b4a0;
  border-top-color: #e3e2da;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #b7b4a0;
  border-right-color: #e3e2da;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #b7b4a0;
  border-bottom-color: #e3e2da;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #b7b4a0;
  border-left-color: #e3e2da;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer: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,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 * Datepicker for Bootstrap v1.4.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker{padding:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker.datepicker-rtl{direction:rtl}.datepicker.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-top:before{top:-7px}.datepicker-dropdown.datepicker-orient-top:after{top:-6px}.datepicker-dropdown.datepicker-orient-bottom:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-bottom:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker>div{display:none}.datepicker.days .datepicker-days,.datepicker.months .datepicker-months,.datepicker.years .datepicker-years{display:block}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker table tr td,.datepicker table tr th{text-align:center;width:30px;height:30px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day:hover,.datepicker table tr td.day.focused{background:#eee;cursor:pointer}.datepicker table tr td.old,.datepicker table tr td.new{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.today,.datepicker table tr td.today:hover,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover{color:#000;background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today:hover,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today:focus,.datepicker table tr td.today:hover:focus,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today.disabled:hover:focus,.datepicker table tr td.today:active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active,.open .dropdown-toggle.datepicker table tr td.today,.open .dropdown-toggle.datepicker table tr td.today:hover,.open .dropdown-toggle.datepicker table tr td.today.disabled,.open .dropdown-toggle.datepicker table tr td.today.disabled:hover{color:#000;background-color:#ffcd70;border-color:#f59e00}.datepicker table tr td.today:active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active,.open .dropdown-toggle.datepicker table tr td.today,.open .dropdown-toggle.datepicker table tr td.today:hover,.open .dropdown-toggle.datepicker table tr td.today.disabled,.open .dropdown-toggle.datepicker table tr td.today.disabled:hover{background-image:none}.datepicker table tr td.today.disabled,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today[disabled],.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today.disabled:hover[disabled],fieldset[disabled] .datepicker table tr td.today,fieldset[disabled] .datepicker table tr td.today:hover,fieldset[disabled] .datepicker table tr td.today.disabled,fieldset[disabled] .datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover.disabled:hover,.datepicker table tr td.today.disabled.disabled:hover,.datepicker table tr td.today.disabled:hover.disabled:hover,.datepicker table tr td.today[disabled]:hover,.datepicker table tr td.today:hover[disabled]:hover,.datepicker table tr td.today.disabled[disabled]:hover,.datepicker table tr td.today.disabled:hover[disabled]:hover,fieldset[disabled] .datepicker table tr td.today:hover,fieldset[disabled] .datepicker table tr td.today:hover:hover,fieldset[disabled] .datepicker table tr td.today.disabled:hover,fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today:hover.disabled:focus,.datepicker table tr td.today.disabled.disabled:focus,.datepicker table tr td.today.disabled:hover.disabled:focus,.datepicker table tr td.today[disabled]:focus,.datepicker table tr td.today:hover[disabled]:focus,.datepicker table tr td.today.disabled[disabled]:focus,.datepicker table tr td.today.disabled:hover[disabled]:focus,fieldset[disabled] .datepicker table tr td.today:focus,fieldset[disabled] .datepicker table tr td.today:hover:focus,fieldset[disabled] .datepicker table tr td.today.disabled:focus,fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today:hover.disabled:active,.datepicker table tr td.today.disabled.disabled:active,.datepicker table tr td.today.disabled:hover.disabled:active,.datepicker table tr td.today[disabled]:active,.datepicker table tr td.today:hover[disabled]:active,.datepicker table tr td.today.disabled[disabled]:active,.datepicker table tr td.today.disabled:hover[disabled]:active,fieldset[disabled] .datepicker table tr td.today:active,fieldset[disabled] .datepicker table tr td.today:hover:active,fieldset[disabled] .datepicker table tr td.today.disabled:active,fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today:hover.disabled.active,.datepicker table tr td.today.disabled.disabled.active,.datepicker table tr td.today.disabled:hover.disabled.active,.datepicker table tr td.today[disabled].active,.datepicker table tr td.today:hover[disabled].active,.datepicker table tr td.today.disabled[disabled].active,.datepicker table tr td.today.disabled:hover[disabled].active,fieldset[disabled] .datepicker table tr td.today.active,fieldset[disabled] .datepicker table tr td.today:hover.active,fieldset[disabled] .datepicker table tr td.today.disabled.active,fieldset[disabled] .datepicker table tr td.today.disabled:hover.active{background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range:hover,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover{background:#eee;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover{color:#000;background-color:#f7ca77;border-color:#f1a417;border-radius:0}.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today:focus,.datepicker table tr td.range.today:hover:focus,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today.disabled:hover:focus,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:hover.active,.open .dropdown-toggle.datepicker table tr td.range.today,.open .dropdown-toggle.datepicker table tr td.range.today:hover,.open .dropdown-toggle.datepicker table tr td.range.today.disabled,.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover{color:#000;background-color:#f4bb51;border-color:#bf800c}.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:hover.active,.open .dropdown-toggle.datepicker table tr td.range.today,.open .dropdown-toggle.datepicker table tr td.range.today:hover,.open .dropdown-toggle.datepicker table tr td.range.today.disabled,.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover{background-image:none}.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today[disabled],.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today.disabled:hover[disabled],fieldset[disabled] .datepicker table tr td.range.today,fieldset[disabled] .datepicker table tr td.range.today:hover,fieldset[disabled] .datepicker table tr td.range.today.disabled,fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover.disabled:hover,.datepicker table tr td.range.today.disabled.disabled:hover,.datepicker table tr td.range.today.disabled:hover.disabled:hover,.datepicker table tr td.range.today[disabled]:hover,.datepicker table tr td.range.today:hover[disabled]:hover,.datepicker table tr td.range.today.disabled[disabled]:hover,.datepicker table tr td.range.today.disabled:hover[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today:hover,fieldset[disabled] .datepicker table tr td.range.today:hover:hover,fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today:hover.disabled:focus,.datepicker table tr td.range.today.disabled.disabled:focus,.datepicker table tr td.range.today.disabled:hover.disabled:focus,.datepicker table tr td.range.today[disabled]:focus,.datepicker table tr td.range.today:hover[disabled]:focus,.datepicker table tr td.range.today.disabled[disabled]:focus,.datepicker table tr td.range.today.disabled:hover[disabled]:focus,fieldset[disabled] .datepicker table tr td.range.today:focus,fieldset[disabled] .datepicker table tr td.range.today:hover:focus,fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today:hover.disabled:active,.datepicker table tr td.range.today.disabled.disabled:active,.datepicker table tr td.range.today.disabled:hover.disabled:active,.datepicker table tr td.range.today[disabled]:active,.datepicker table tr td.range.today:hover[disabled]:active,.datepicker table tr td.range.today.disabled[disabled]:active,.datepicker table tr td.range.today.disabled:hover[disabled]:active,fieldset[disabled] .datepicker table tr td.range.today:active,fieldset[disabled] .datepicker table tr td.range.today:hover:active,fieldset[disabled] .datepicker table tr td.range.today.disabled:active,fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today:hover.disabled.active,.datepicker table tr td.range.today.disabled.disabled.active,.datepicker table tr td.range.today.disabled:hover.disabled.active,.datepicker table tr td.range.today[disabled].active,.datepicker table tr td.range.today:hover[disabled].active,.datepicker table tr td.range.today.disabled[disabled].active,.datepicker table tr td.range.today.disabled:hover[disabled].active,fieldset[disabled] .datepicker table tr td.range.today.active,fieldset[disabled] .datepicker table tr td.range.today:hover.active,fieldset[disabled] .datepicker table tr td.range.today.disabled.active,fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active{background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.selected,.datepicker table tr td.selected:hover,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover{color:#fff;background-color:#999;border-color:#555;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected:focus,.datepicker table tr td.selected:hover:focus,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:hover:focus,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:hover.active,.open .dropdown-toggle.datepicker table tr td.selected,.open .dropdown-toggle.datepicker table tr td.selected:hover,.open .dropdown-toggle.datepicker table tr td.selected.disabled,.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover{color:#fff;background-color:#858585;border-color:#373737}.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:hover.active,.open .dropdown-toggle.datepicker table tr td.selected,.open .dropdown-toggle.datepicker table tr td.selected:hover,.open .dropdown-toggle.datepicker table tr td.selected.disabled,.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover{background-image:none}.datepicker table tr td.selected.disabled,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected[disabled],.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected.disabled:hover[disabled],fieldset[disabled] .datepicker table tr td.selected,fieldset[disabled] .datepicker table tr td.selected:hover,fieldset[disabled] .datepicker table tr td.selected.disabled,fieldset[disabled] .datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover.disabled:hover,.datepicker table tr td.selected.disabled.disabled:hover,.datepicker table tr td.selected.disabled:hover.disabled:hover,.datepicker table tr td.selected[disabled]:hover,.datepicker table tr td.selected:hover[disabled]:hover,.datepicker table tr td.selected.disabled[disabled]:hover,.datepicker table tr td.selected.disabled:hover[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected:hover,fieldset[disabled] .datepicker table tr td.selected:hover:hover,fieldset[disabled] .datepicker table tr td.selected.disabled:hover,fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected:hover.disabled:focus,.datepicker table tr td.selected.disabled.disabled:focus,.datepicker table tr td.selected.disabled:hover.disabled:focus,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected:hover[disabled]:focus,.datepicker table tr td.selected.disabled[disabled]:focus,.datepicker table tr td.selected.disabled:hover[disabled]:focus,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected:hover:focus,fieldset[disabled] .datepicker table tr td.selected.disabled:focus,fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected:hover.disabled:active,.datepicker table tr td.selected.disabled.disabled:active,.datepicker table tr td.selected.disabled:hover.disabled:active,.datepicker table tr td.selected[disabled]:active,.datepicker table tr td.selected:hover[disabled]:active,.datepicker table tr td.selected.disabled[disabled]:active,.datepicker table tr td.selected.disabled:hover[disabled]:active,fieldset[disabled] .datepicker table tr td.selected:active,fieldset[disabled] .datepicker table tr td.selected:hover:active,fieldset[disabled] .datepicker table tr td.selected.disabled:active,fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected:hover.disabled.active,.datepicker table tr td.selected.disabled.disabled.active,.datepicker table tr td.selected.disabled:hover.disabled.active,.datepicker table tr td.selected[disabled].active,.datepicker table tr td.selected:hover[disabled].active,.datepicker table tr td.selected.disabled[disabled].active,.datepicker table tr td.selected.disabled:hover[disabled].active,fieldset[disabled] .datepicker table tr td.selected.active,fieldset[disabled] .datepicker table tr td.selected:hover.active,fieldset[disabled] .datepicker table tr td.selected.disabled.active,fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active{background-color:#999;border-color:#555}.datepicker table tr td.active,.datepicker table tr td.active:hover,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover{color:#fff;background-color:#428bca;border-color:#357ebd;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active:hover,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active:focus,.datepicker table tr td.active:hover:focus,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover:focus,.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active,.open .dropdown-toggle.datepicker table tr td.active,.open .dropdown-toggle.datepicker table tr td.active:hover,.open .dropdown-toggle.datepicker table tr td.active.disabled,.open .dropdown-toggle.datepicker table tr td.active.disabled:hover{color:#fff;background-color:#3276b1;border-color:#285e8e}.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active,.open .dropdown-toggle.datepicker table tr td.active,.open .dropdown-toggle.datepicker table tr td.active:hover,.open .dropdown-toggle.datepicker table tr td.active.disabled,.open .dropdown-toggle.datepicker table tr td.active.disabled:hover{background-image:none}.datepicker table tr td.active.disabled,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active[disabled],.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active.disabled:hover[disabled],fieldset[disabled] .datepicker table tr td.active,fieldset[disabled] .datepicker table tr td.active:hover,fieldset[disabled] .datepicker table tr td.active.disabled,fieldset[disabled] .datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover.disabled:hover,.datepicker table tr td.active.disabled.disabled:hover,.datepicker table tr td.active.disabled:hover.disabled:hover,.datepicker table tr td.active[disabled]:hover,.datepicker table tr td.active:hover[disabled]:hover,.datepicker table tr td.active.disabled[disabled]:hover,.datepicker table tr td.active.disabled:hover[disabled]:hover,fieldset[disabled] .datepicker table tr td.active:hover,fieldset[disabled] .datepicker table tr td.active:hover:hover,fieldset[disabled] .datepicker table tr td.active.disabled:hover,fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active:hover.disabled:focus,.datepicker table tr td.active.disabled.disabled:focus,.datepicker table tr td.active.disabled:hover.disabled:focus,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active:hover[disabled]:focus,.datepicker table tr td.active.disabled[disabled]:focus,.datepicker table tr td.active.disabled:hover[disabled]:focus,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active:hover:focus,fieldset[disabled] .datepicker table tr td.active.disabled:focus,fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active:hover.disabled:active,.datepicker table tr td.active.disabled.disabled:active,.datepicker table tr td.active.disabled:hover.disabled:active,.datepicker table tr td.active[disabled]:active,.datepicker table tr td.active:hover[disabled]:active,.datepicker table tr td.active.disabled[disabled]:active,.datepicker table tr td.active.disabled:hover[disabled]:active,fieldset[disabled] .datepicker table tr td.active:active,fieldset[disabled] .datepicker table tr td.active:hover:active,fieldset[disabled] .datepicker table tr td.active.disabled:active,fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active:hover.disabled.active,.datepicker table tr td.active.disabled.disabled.active,.datepicker table tr td.active.disabled:hover.disabled.active,.datepicker table tr td.active[disabled].active,.datepicker table tr td.active:hover[disabled].active,.datepicker table tr td.active.disabled[disabled].active,.datepicker table tr td.active.disabled:hover[disabled].active,fieldset[disabled] .datepicker table tr td.active.active,fieldset[disabled] .datepicker table tr td.active:hover.active,fieldset[disabled] .datepicker table tr td.active.disabled.active,fieldset[disabled] .datepicker table tr td.active.disabled:hover.active{background-color:#428bca;border-color:#357ebd}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover{color:#fff;background-color:#428bca;border-color:#357ebd;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover:focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active,.open .dropdown-toggle.datepicker table tr td span.active,.open .dropdown-toggle.datepicker table tr td span.active:hover,.open .dropdown-toggle.datepicker table tr td span.active.disabled,.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover{color:#fff;background-color:#3276b1;border-color:#285e8e}.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active,.open .dropdown-toggle.datepicker table tr td span.active,.open .dropdown-toggle.datepicker table tr td span.active:hover,.open .dropdown-toggle.datepicker table tr td span.active.disabled,.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover{background-image:none}.datepicker table tr td span.active.disabled,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active[disabled],.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active.disabled:hover[disabled],fieldset[disabled] .datepicker table tr td span.active,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active.disabled,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active[disabled]:hover,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active.disabled:hover[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:focus,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active:hover.disabled:active,.datepicker table tr td span.active.disabled.disabled:active,.datepicker table tr td span.active.disabled:hover.disabled:active,.datepicker table tr td span.active[disabled]:active,.datepicker table tr td span.active:hover[disabled]:active,.datepicker table tr td span.active.disabled[disabled]:active,.datepicker table tr td span.active.disabled:hover[disabled]:active,fieldset[disabled] .datepicker table tr td span.active:active,fieldset[disabled] .datepicker table tr td span.active:hover:active,fieldset[disabled] .datepicker table tr td span.active.disabled:active,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active:hover.disabled.active,.datepicker table tr td span.active.disabled.disabled.active,.datepicker table tr td span.active.disabled:hover.disabled.active,.datepicker table tr td span.active[disabled].active,.datepicker table tr td span.active:hover[disabled].active,.datepicker table tr td span.active.disabled[disabled].active,.datepicker table tr td span.active.disabled:hover[disabled].active,fieldset[disabled] .datepicker table tr td span.active.active,fieldset[disabled] .datepicker table tr td span.active:hover.active,fieldset[disabled] .datepicker table tr td span.active.disabled.active,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active{background-color:#428bca;border-color:#357ebd}.datepicker table tr td span.old,.datepicker table tr td span.new{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker thead tr:first-child th,.datepicker tfoot tr th{cursor:pointer}.datepicker thead tr:first-child th:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.datepicker thead tr:first-child .cw{cursor:default;background-color:transparent}.input-group.date .input-group-addon{cursor:pointer}.input-daterange{width:100%}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .input-group-addon{width:auto;min-width:16px;padding:4px 5px;font-weight:400;line-height:1.42857143;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:solid #ccc;border-width:1px 0;margin-left:-5px;margin-right:-5px}
/*!
 * Datetimepicker for Bootstrap v3
//! version : 3.1.3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */.bootstrap-datetimepicker-widget{top:0;left:0;width:250px;padding:4px;margin-top:1px;z-index:99999!important;border-radius:4px}.bootstrap-datetimepicker-widget.timepicker-sbs{width:600px}.bootstrap-datetimepicker-widget.bottom:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;top:-7px;left:7px}.bootstrap-datetimepicker-widget.bottom:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:8px}.bootstrap-datetimepicker-widget.top:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,.2);position:absolute;bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.top:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;position:absolute;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget .dow{width:14.2857%}.bootstrap-datetimepicker-widget.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget>ul{list-style-type:none;margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:700;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator{width:4px;padding:0;margin:0}.bootstrap-datetimepicker-widget .datepicker>div{display:none}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget td,.bootstrap-datetimepicker-widget th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget td.cw{font-size:10px;height:20px;line-height:20px;color:#777}.bootstrap-datetimepicker-widget td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget td.day:hover,.bootstrap-datetimepicker-widget td.hour:hover,.bootstrap-datetimepicker-widget td.minute:hover,.bootstrap-datetimepicker-widget td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget td.old,.bootstrap-datetimepicker-widget td.new{color:#777}.bootstrap-datetimepicker-widget td.today{position:relative}.bootstrap-datetimepicker-widget td.today:before{content:'';display:inline-block;border-left:7px solid transparent;border-bottom:7px solid #428bca;border-top-color:rgba(0,0,0,.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget td.active,.bootstrap-datetimepicker-widget td.active:hover{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget td.disabled,.bootstrap-datetimepicker-widget td.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget td span:hover{background:#eee}.bootstrap-datetimepicker-widget td span.active{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget td span.old{color:#777}.bootstrap-datetimepicker-widget td span.disabled,.bootstrap-datetimepicker-widget td span.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget th.picker-switch{width:145px}.bootstrap-datetimepicker-widget th.next,.bootstrap-datetimepicker-widget th.prev{font-size:21px}.bootstrap-datetimepicker-widget th.disabled,.bootstrap-datetimepicker-widget th.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget thead tr:first-child th:hover{background:#eee}.input-group.date .input-group-addon span{display:block;cursor:pointer;width:16px;height:16px}.bootstrap-datetimepicker-widget.left-oriented:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.left-oriented:after{left:auto;right:7px}.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody>tr>td{padding:0!important}@media screen and (max-width:767px){.bootstrap-datetimepicker-widget.timepicker-sbs{width:283px}}
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs/dt-1.10.18/r-2.2.2/sc-1.5.0
 *
 * Included libraries:
 *   DataTables 1.10.18, Responsive 2.2.2, Scroller 1.5.0
 */

table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:8px;right:8px;display:block;font-family:'Glyphicons Halflings';opacity:0.5}table.dataTable thead .sorting:after{opacity:0.2;content:"\e150"}table.dataTable thead .sorting_asc:after{content:"\e155"}table.dataTable thead .sorting_desc:after{content:"\e156"}table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{color:#eee}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody>table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody>table>thead .sorting:after,div.dataTables_scrollBody>table>thead .sorting_asc:after,div.dataTables_scrollBody>table>thead .sorting_desc:after{display:none}div.dataTables_scrollBody>table>tbody>tr:first-child>th,div.dataTables_scrollBody>table>tbody>tr:first-child>td{border-top:none}div.dataTables_scrollFoot>.dataTables_scrollFootInner{box-sizing:content-box}div.dataTables_scrollFoot>.dataTables_scrollFootInner>table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-condensed>thead>tr>th{padding-right:20px}table.dataTable.table-condensed .sorting:after,table.dataTable.table-condensed .sorting_asc:after,table.dataTable.table-condensed .sorting_desc:after{top:6px;right:6px}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:0}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child{padding-right:0}


table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{cursor:default !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before{display:none !important}table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child,table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child{position:relative;padding-left:30px;cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{top:9px;left:4px;height:14px;width:14px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#337ab7}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:'-';background-color:#d33333}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child{padding-left:27px}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before{top:5px;left:4px;height:14px;width:14px;border-radius:14px;line-height:14px;text-indent:3px}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{top:50%;left:50%;height:16px;width:16px;margin-top:-10px;margin-left:-10px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#337ab7}table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:'-';background-color:#d33333}table.dataTable>tbody>tr.child{padding:0.5em 1em}table.dataTable>tbody>tr.child:hover{background:transparent !important}table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom:1px solid #efefef;padding:0.5em 0}table.dataTable>tbody>tr.child ul.dtr-details>li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details>li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:bold}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:50%;overflow:auto;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid black;border-radius:0.5em;box-shadow:0 12px 30px rgba(0,0,0,0.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:1em}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;border:1px solid #eaeaea;background-color:#f9f9f9;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-close:hover{background-color:#eaeaea}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0,0,0,0.6)}@media screen and (max-width: 767px){div.dtr-modal div.dtr-modal-display{width:95%}}div.dtr-bs-modal table.table tr:first-child td{border-top:none}


div.DTS{display:block !important}div.DTS tbody th,div.DTS tbody td{white-space:nowrap}div.DTS div.DTS_Loading{z-index:1}div.DTS div.dataTables_scrollBody{background:repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, #fff 10px, #fff 20px)}div.DTS div.dataTables_scrollBody table{z-index:2}div.DTS div.dataTables_paginate,div.DTS div.dataTables_length{display:none}div.DTS tbody tr{background-color:white}



.hide {
	display: none;
}

.inuse, .ui-slider-range .inuse, .yadcf-filter-range-number-slider .inuse {
	background: #8BBEF0;
}

.inuse-regex {
	background: #8BBEF0;
}

.inuse-exclude {
	background: #8BBEF0;
}

.yadcf-filter-reset-button {
	display: inline-block;
}

.yadcf-filter-reset-button.range-number-slider-reset-button{
	position: relative;
	top: -6px;
}

.yadcf-filter {
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.yadcf-filter > option{
    background: white;
}

.ui-autocomplete .ui-menu-item {
	font-size:13px;
}

#ui-datepicker-div {
	font-size:13px;
}
.yadcf-filter-wrapper {
	display: inline-block;
	white-space: nowrap;
	margin-left: 2px;
}

.yadcf-filter-range-number {
	width: 40px;
}

.yadcf-filter-range-number-seperator {
	margin-left: 10px;
	margin-right: 10px;
}

.yadcf-filter-range-date {
	width: 80px;
}

.yadcf-filter-range-date-seperator {
	margin-left: 10px;
	margin-right: 10px;
}

.yadcf-filter-wrapper-inner {
	display: inline-block;
	border: 1px solid #ABADB3;
}

.yadcf-number-slider-filter-wrapper-inner {
	display: inline-block;
	width: 200px;
	margin-bottom: 7px;
}

.yadcf-filter-range-number-slider .ui-slider-handle {
	width: 10px;
	height: 10px;
	margin-top: 1px;
}

.yadcf-filter-range-number-slider .ui-slider-range {
	position: relative;
	height: 5px;
}

.yadcf-filter-range-number-slider {
	height: 5px;
	margin-left: 6px;
	margin-right: 6px;
}

.yadcf-filter-range-number-slider {
    overflow: visible;
}

.yadcf-number-slider-filter-wrapper-inner .yadcf-filter-range-number-slider-min-tip {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	outline-style: none;
}

.yadcf-number-slider-filter-wrapper-inner .yadcf-filter-range-number-slider-max-tip {
	font-size: 13px;
	font-weight: normal;
	position:absolute;
	outline-style: none;
}

.yadcf-number-slider-filter-wrapper-inner .yadcf-filter-range-number-slider-min-tip-inner {
	position:absolute;
	top: 11px;
}

.yadcf-number-slider-filter-wrapper-inner .yadcf-filter-range-number-slider-max-tip-inner {
	position:absolute;
	top: 11px;
}

.yadcf-exclude-wrapper {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.yadcf-regex-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.yadcf-label.small {
	font-size: 10px;
}

.after{
    margin-left: 10px;
}

/*!
 * shariff - v3.1.1 - Tue, 29 Jan 2019 07:11:05 GMT
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2019 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */
.shariff:after,.shariff:before{content:" ";display:table}.shariff:after{clear:both}.shariff ul{padding:0;margin:0;list-style:none}.shariff li{overflow:hidden}.shariff li,.shariff li a{height:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.shariff li a{color:#fff;position:relative;display:block;text-decoration:none}.shariff li .share_count,.shariff li .share_text{font-family:Arial,Helvetica,sans-serif;font-size:12px;vertical-align:middle;line-height:35px}.shariff li .fab,.shariff li .far,.shariff li .fas{width:35px;line-height:35px;text-align:center;vertical-align:middle}.shariff li .share_count{padding:0 8px;height:33px;position:absolute;top:1px;right:1px}.shariff .orientation-horizontal li{-webkit-box-flex:1}.shariff .orientation-horizontal .info{-webkit-box-flex:0}.shariff .orientation-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.shariff .orientation-horizontal li{float:left;-webkit-box-flex:0;-ms-flex:none;flex:none;width:35px;margin-right:3%;margin-bottom:10px}.shariff .orientation-horizontal li:last-child{margin-right:0}.shariff .orientation-horizontal li .share_text{display:block;text-indent:-9999px;padding-left:3px}.shariff .orientation-horizontal li .share_count{display:none}.shariff .theme-grey .shariff-button a{background-color:#b0b0b0}.shariff .theme-grey .shariff-button .share_count{background-color:#ccc;color:#333}.shariff .theme-white .shariff-button{border:1px solid #ddd}.shariff .theme-white .shariff-button a{background-color:#fff}.shariff .theme-white .shariff-button a:hover{background-color:#eee}.shariff .theme-white .shariff-button .share_count{background-color:#fff;color:#999}.shariff .orientation-vertical.button-style-icon{min-width:35px}.shariff .orientation-vertical.button-style-icon-count{min-width:80px}.shariff .orientation-vertical.button-style-standard{min-width:110px}.shariff .orientation-vertical li{display:block;width:100%;margin:5px 0}.shariff .orientation-vertical.button-style-icon-count li .share_count,.shariff .orientation-vertical.button-style-standard li .share_count{width:24px;text-align:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal li{margin-right:1.8%}.shariff .orientation-horizontal.button-style-icon-count li,.shariff .orientation-horizontal.button-style-standard li{min-width:80px}.shariff .orientation-horizontal.button-style-icon-count li .share_count,.shariff .orientation-horizontal.button-style-standard li .share_count{display:block}.shariff .orientation-horizontal.button-style-standard li{width:auto;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.shariff .orientation-horizontal.button-style-standard.shariff-col-1 li,.shariff .orientation-horizontal.button-style-standard.shariff-col-2 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.button-style-standard.shariff-col-1 li .share_text,.shariff .orientation-horizontal.button-style-standard.shariff-col-2 li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.button-style-standard.shariff-col-5 li,.shariff .orientation-horizontal.button-style-standard.shariff-col-6 li{-webkit-box-flex:0;-ms-flex:none;flex:none}}@media only screen and (min-width:640px){.shariff .orientation-horizontal.button-style-standard.shariff-col-3 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.button-style-standard.shariff-col-3 li .share_text{text-indent:0;display:inline}}@media only screen and (min-width:768px){.shariff .orientation-horizontal.button-style-standard li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.button-style-standard li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.button-style-standard.shariff-col-5 li,.shariff .orientation-horizontal.button-style-standard.shariff-col-6 li{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}}@media only screen and (min-width:1024px){.shariff li,.shariff li a{height:30px}.shariff li .fab,.shariff li .far,.shariff li .fas{width:30px;line-height:30px}.shariff li .share_count,.shariff li .share_text{line-height:30px}.shariff li .share_count{height:28px}}.shariff .addthis a{background-color:#f8694d}.shariff .addthis a:hover{background-color:#f75b44}.shariff .addthis .fa-plus{font-size:14px}.shariff .addthis .share_count{color:#f8694d;background-color:#f1b8b0}.shariff .theme-white .addthis a{color:#f8694d}@media only screen and (min-width:600px){.shariff .addthis .fa-plus{font-size:14px;position:relative;top:1px}}.shariff .diaspora a{background-color:#999}.shariff .diaspora a:hover{background-color:#b3b3b3}.shariff .diaspora .fa-times-circle{font-size:17px}.shariff .theme-white .diaspora a{color:#999}@media only screen and (min-width:600px){.shariff .diaspora .fa-times-circle{font-size:16px}}.shariff .facebook a{background-color:#3b5998}.shariff .facebook a:hover{background-color:#4273c8}.shariff .facebook .fa-facebook-f{font-size:22px}.shariff .facebook .share_count{color:#183a75;background-color:#99adcf}.shariff .theme-white .facebook a{color:#3b5998}@media only screen and (min-width:600px){.shariff .facebook .fa-facebook-f{font-size:19px}}.shariff .flattr a{background-color:#7ea352}.shariff .flattr a:hover{background-color:#f67c1a}.shariff .flattr a:hover .share_count{color:#d56308;background-color:#fab47c}.shariff .flattr .fa-money-bill-alt{font-size:22px}.shariff .flattr .share_count{color:#648141;background-color:#b0c893}.shariff .theme-white .flattr a{color:#f67c1a}@media only screen and (min-width:600px){.shariff .flattr .fa-money-bill-alt{font-size:19px}}.shariff .flipboard a{background-color:#e12828}.shariff .flipboard a:hover{background-color:#ff2e2e}.shariff .flipboard .fa-flipboard{font-size:22px}.shariff .theme-white .flipboard a{color:#e12828}@media only screen and (min-width:600px){.shariff .flipboard .fa-flipboard{font-size:19px}}.shariff .info{border:1px solid #ccc}.shariff .info a{color:#666;background-color:#fff}.shariff .info a:hover{background-color:#efefef}.shariff .info .fa-info{font-size:20px;width:33px}.shariff .info .share_text{display:block!important;text-indent:-9999px!important}.shariff .theme-grey .info a{background-color:#fff}.shariff .theme-grey .info a:hover{background-color:#efefef}.shariff .orientation-vertical .info{width:35px;float:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal .info{-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important;width:35px;min-width:35px!important}}@media only screen and (min-width:1024px){.shariff .info .fa-info{font-size:16px;width:23px}.shariff .orientation-horizontal .info{width:25px;min-width:25px!important}.shariff .orientation-vertical .info{width:25px}}.shariff .linkedin a{background-color:#0077b5}.shariff .linkedin a:hover{background-color:#0369a0}.shariff .linkedin .fa-linkedin-in{font-size:22px}.shariff .linkedin .share_count{color:#004785;background-color:#33aae8}.shariff .theme-white .linkedin a{color:#0077b5}@media only screen and (min-width:600px){.shariff .linkedin .fa-linkedin-in{font-size:19px}}.shariff .mail a{background-color:#999}.shariff .mail a:hover{background-color:#a8a8a8}.shariff .mail .fa-envelope{font-size:21px}.shariff .theme-white .mail a{color:#999}@media only screen and (min-width:600px){.shariff .mail .fa-envelope{font-size:18px}}.shariff .print a{background-color:#999}.shariff .print a:hover{background-color:#a8a8a8}.shariff .print .fa-print{font-size:21px}.shariff .theme-white .print a{color:#999}@media only screen and (min-width:600px){.shariff .print .fa-print{font-size:18px}}.shariff .pinterest a{background-color:#bd081c}.shariff .pinterest a:hover{background-color:#d50920}.shariff .pinterest .fa-pinterest-p{font-size:22px}.shariff .pinterest .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .pinterest a{color:#bd081c}@media only screen and (min-width:600px){.shariff .pinterest .fa-pinterest-p{font-size:19px;position:relative;top:1px}}.shariff .pocket a{background-color:#ef4056}.shariff .pocket a:hover{background-color:#ff5066}.shariff .pocket .fa-get-pocket{font-size:22px}.shariff .theme-white .pocket a{color:#ef4056}@media only screen and (min-width:600px){.shariff .pocket .fa-get-pocket{font-size:19px}}.shariff .reddit a{background-color:#ff4500}.shariff .reddit a:hover{background-color:#ff6a33}.shariff .reddit .fa-reddit{font-size:17px}.shariff .theme-white .reddit a{color:#ff4500}@media only screen and (min-width:600px){.shariff .reddit .fa-reddit{font-size:16px}}.shariff .stumbleupon a{background-color:#eb4924}.shariff .stumbleupon a:hover{background-color:#ef7053}.shariff .stumbleupon .fa-stumbleupon{font-size:17px}.shariff .theme-white .stumbleupon a{color:#eb4924}@media only screen and (min-width:600px){.shariff .stumbleupon .fa-stumbleupon{font-size:16px}}.shariff .twitter a{background-color:#55acee}.shariff .twitter a:hover{background-color:#32bbf5}.shariff .twitter .fa-twitter{font-size:28px}.shariff .twitter .share_count{color:#0174a4;background-color:#96d4ee}.shariff .theme-white .twitter a{color:#55acee}@media only screen and (min-width:600px){.shariff .twitter .fa-twitter{font-size:24px}}.shariff .whatsapp a{background-color:#5cbe4a}.shariff .whatsapp a:hover{background-color:#34af23}.shariff .whatsapp .fa-whatsapp{font-size:28px}.shariff .theme-white .whatsapp a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .whatsapp .fa-whatsapp{font-size:22px}}.shariff .xing a{background-color:#126567}.shariff .xing a:hover{background-color:#29888a}.shariff .xing .fa-xing{font-size:22px}.shariff .xing .share_count{color:#15686a;background-color:#4fa5a7}.shariff .theme-white .xing a{color:#126567}@media only screen and (min-width:600px){.shariff .xing .fa-xing{font-size:19px}}.shariff .tumblr a{background-color:#36465d}.shariff .tumblr a:hover{background-color:#44546b}.shariff .tumblr .fa-tumblr{font-size:28px}.shariff .theme-white .tumblr a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .tumblr .fa-tumblr{font-size:22px}}.shariff .threema a{background-color:#333}.shariff .threema a:hover{background-color:#1f1f1f}.shariff .threema .fa-lock{font-size:28px}.shariff .theme-white .threema a{color:#333}@media only screen and (min-width:600px){.shariff .threema .fa-lock{font-size:22px}}.shariff .weibo a{background-color:#f56770}.shariff .weibo a:hover{background-color:#fa7f8a}.shariff .weibo .fa-weibo{font-size:28px}.shariff .weibo .share_count{color:#0174a4;background-color:#f56770}.shariff .theme-white .weibo a{color:#f56770}@media only screen and (min-width:600px){.shariff .weibo .fa-weibo{font-size:24px}}.shariff .tencent-weibo a{background-color:#26ace0}.shariff .tencent-weibo a:hover{background-color:#38bbeb}.shariff .tencent-weibo .fa-tencent-weibo{font-size:28px}.shariff .tencent-weibo .share_count{color:#0174a4;background-color:#26ace0}.shariff .theme-white .tencent-weibo a{color:#26ace0}@media only screen and (min-width:600px){.shariff .tencent-weibo .fa-tencent-weibo{font-size:24px}}.shariff .telegram a{background-color:#08c}.shariff .telegram a:hover{background-color:#007dbb}.shariff .telegram .fa-telegram{font-size:28px}.shariff .theme-white .telegram a{color:#08c}@media only screen and (min-width:600px){.shariff .telegram .fa-telegram{font-size:22px}}.shariff .qzone a{background-color:#2b82d9}.shariff .qzone a:hover{background-color:#398fe6}.shariff .qzone .fa-qq{font-size:28px}.shariff .qzone .share_count{color:#0174a4;background-color:#2b82d9}.shariff .theme-white .qzone a{color:#2b82d9}@media only screen and (min-width:600px){.shariff .qzone .fa-qq{font-size:24px}}.shariff .vk a{background-color:#5d7fa4}.shariff .vk a:hover{background-color:#678eb4}.shariff .vk .fa-vk{font-size:22px}.shariff .vk .share_count{color:#55677d;background-color:#fff}.shariff .theme-white .vk a{color:#3b5998}@media only screen and (min-width:600px){.shariff .vk .fa-vk{font-size:19px}}
/***********************************/
/*         CSS Stadt St.Gallen     */
/***********************************/
/* Variables */
@-webkit-keyframes buttonAnimation {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@keyframes buttonAnimation {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes balloonAnimation {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(20px, 20px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}
@keyframes balloonAnimation {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(20px, 20px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.universe-65 {
  font-family: Univers LT W01_65 Bold1475968;
}
.fontawesome {
  font-family: "Font Awesome 5 Pro";
}
.hyphenate {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.text-nowrap {
  white-space: nowrap !important;
}
/***********************************/
/*        Browser Resets           */
/***********************************/
/* ------------ Accessibility ------------- */
.hidden {
  display: inline;
  left: -1000px;
  overflow: hidden;
  width: 0px;
  position: absolute;
  top: -1000px;
  height: 0px;
}
#accesskeys {
  line-height: 0;
  list-style-type: none;
  display: inline;
  float: left;
}
#accesskeys button {
  display: none;
}
#accesskeys h2 {
  display: inline;
  left: -1000px;
  overflow: hidden;
  width: 0px;
  position: absolute;
  top: -1000px;
  height: 0px;
}
#accesskeys ul li a:link,
#accesskeys ul li a:visited {
  display: inline;
  height: 0px;
  left: -3000px;
  position: absolute;
  top: -2000px;
  width: 0px;
  z-index: 200;
}
#accesskeys ul li a:active,
#accesskeys ul li a:focus {
  position: absolute;
  background-color: #000000;
  color: #FFFFFF;
  display: block;
  font-size: 0.75em;
  height: auto;
  width: auto;
  top: 0;
  left: 0;
  line-height: 1.2em;
  padding: 5px 8px;
  z-index: 10000000;
  text-decoration: none;
}
.accessibilityTextField {
  height: 20px !important;
  width: 100% !important;
  vertical-align: middle !important;
  padding-left: 0px !important;
  padding-top: 1px !important;
  margin-top: 0px !important;
}
.accessibilityTextArea {
  height: 60px !important;
  width: 100%;
  vertical-align: middle !important;
  padding-left: 0px !important;
  padding-top: 2px !important;
  margin-top: 0px !important;
}
.accessibilityIcon {
  height: 22px !important;
  width: 22px !important;
  vertical-align: top !important;
  margin-top: 0px !important;
}
#headerprint {
  display: none;
  width: 100%;
}
/*****************************************/
/*          Bootstrap Optimisations      */
/*****************************************/
body {
  position: relative;
}
.affix {
  z-index: 99;
}
.navbar-inverse {
  background-image: none;
}
.navbar-inverse .navbar-nav > * > a {
  border-left: transparent solid 1px;
  border-right: transparent solid 1px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  box-shadow: none;
  border-left: 1px solid #e3e2da;
  border-right: 1px solid #e3e2da;
}
.dropdown-menu {
  border-top: none;
}
#main h3 {
  color: #000000;
}
.dropdown-menu > li > a {
  white-space: break-spaces;
}
.container.container-wide {
  width: 100%;
  padding: 0;
}
.w-100 {
  width: 100% !important;
}
.container-wide-outer {
  margin: 0 auto;
  padding: 0;
}
/*.container-wide {
    @media @desktop-reducedmaxwidth {
        padding-left: 100px !important; padding-right: 100px !important;
        .container-wide {
            padding-left: 0 !important; padding-right: 0 !important;
        }
    }
}*/
.requirements-box,
.container-wide-outer {
  max-width: 1364px;
  width: 100%;
}
.container:not(.container-wide):not(.container-wide-outer) {
  max-width: 960px;
}
.navbar-brand {
  padding: 0;
}
.m-0 {
  margin: 0;
}
.m-0-auto {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .container-fluid {
    position: relative;
  }
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: inherit;
  background-image: none;
  box-shadow: none;
  border: none;
  outline: none;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: none;
}
@media screen and (max-width: 1023px) {
  .container-fluid {
    max-width: 100%;
  }
}
.row.padding-top-bottom {
  padding-bottom: 20px;
}
.x-scroll-wrapper {
  max-width: 100%;
  overflow-x: auto;
}
.x-scroll-wrapper table {
  width: 100%;
}
/*****************************************/
/*                 Basic Grid            */
/*****************************************/
#main {
  max-width: 1920px;
  margin: 0 auto;
}
header .navbar.top-nav .container,
header .navbar.main-nav-first .container {
  width: 1640px;
  max-width: 100%;
}
@media screen and (max-width: 1700px) and (min-width: 1165px) {
  header .navbar.top-nav .container,
  header .navbar.main-nav-first .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
iframe {
  max-width: 100%;
}
/*****************************************/
/*          Header img yes and no        */
/*****************************************/
#wrapper.headerimg-no .jumbotron {
  display: none;
  visibility: hidden;
}
#wrapper.headerimg-no .requirements-box {
  margin-top: 130px;
}
/*****************************************/
/*          Home Specific Styles         */
/*****************************************/
.home .jumbotron .stsg-slider,
.themenseite .jumbotron .stsg-slider {
  max-height: 60vh;
}
@media screen and (min-width: 1024px) {
  .home .jumbotron .stsg-slider div,
  .themenseite .jumbotron .stsg-slider div {
    height: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .home .jumbotron .stsg-slider .slick-dots,
  .themenseite .jumbotron .stsg-slider .slick-dots {
    text-align: left;
  }
}
/*****************************************/
/*              Header               */
/*****************************************/
#wrapper.stadtspiegel .main-nav-first.affix .navbar-brand .logo {
  height: 34px;
  margin-top: 2px;
}
@media screen and (min-width: 1024px) {
  .main-nav-first.affix {
    background: #fff;
    top: 0;
    width: 100%;
    max-width: 1920px;
    z-index: 9999;
    border-bottom: solid #D8D5C5 1px;
    padding-top: 10px;
    font-size: 0.8em;
  }
  .main-nav-first.affix ul.nav > li > a {
    padding-bottom: 10px;
    line-height: 1.2em;
  }
  .main-nav-first.affix .navbar-brand {
    height: 42px;
  }
  .main-nav-first.affix .navbar-brand .logo {
    height: 34px;
    margin-top: 2px;
  }
}
@media screen and (min-width: 1500px) {
  .main-nav-first.affix .navbar-brand .logo {
    height: 44px;
    margin-top: 6px;
  }
}
/************************/
@media screen and (min-width: 1024px) {
  .main-nav-first .dropdown:hover .dropdown-menu {
    display: block;
  }
}
/* Menus */
@media screen and (min-width: 1500px) {
  .main-nav-first ul.nav > li > a {
    font-size: 21px;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 1024px) {
  .main-nav-first.navbar {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1500px) {
  .main-nav-first.affix ul.nav > li > a {
    font-size: 21px;
    line-height: 1.2em;
  }
}
.main-nav-first .navbar:after,
.main-nav-first .container:after,
.main-nav-first .nav:after,
.main-nav-first .navbar:before,
.main-nav-first .container:before,
.main-nav-first .nav:before {
  display: none !important;
}
.main-nav-first .navbar-brand .logo {
  background-size: contain;
  float: right;
}
@media screen and (min-width: 1024px) {
  .main-nav-first .navbar-brand .logo {
    width: 247px;
    height: 42px;
    background-position-x: right;
    margin-top: 7px;
  }
}
@media screen and (max-width: 1023px) {
  .main-nav-first .navbar-brand .logo {
    width: 154px;
    height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .main-nav-first ul.nav {
    width: calc(100% - 300px);
    display: flex;
    flex-flow: row;
    align-items: stretch;
    justify-content: space-between;
  }
  .main-nav-first ul.nav > li {
    display: inline-flex;
  }
  .main-nav-first ul.nav > li > a {
    padding: 0;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .main-nav-first ul.nav {
    width: 100%;
    padding: 20px;
    margin: 0;
  }
}
.main-nav-first ul.nav.navbar-nav.leftAligned {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .main-nav-first ul.nav.navbar-nav.leftAligned {
    justify-content: flex-start;
  }
  .main-nav-first ul.nav.navbar-nav.leftAligned > li > a {
    padding-right: 10px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .main-nav-first ul.nav li {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .main-nav-first ul.nav > li {
    border-bottom: solid #000 1px;
  }
}
@media screen and (max-width: 1023px) {
  .main-nav-first ul.nav > li > a {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .main-nav-first ul.nav > li:not(.has-sub) > a {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .main-nav-first ul.nav > li.has-sub > a {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 1023px) {
  .main-nav-first ul.nav > li.dropdown .sub-nav-toggler {
    color: #e00025;
    position: absolute !important;
    right: 0;
    top: -1px;
    z-index: 11;
    width: 50px !important;
    text-align: right;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .main-nav-first ul.nav > li.dropdown ul.dropdown-menu {
    background-color: #efefeb;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 240px;
    top: 100%;
  }
}
@media screen and (min-width: 1500px) {
  .main-nav-first ul.nav > li.dropdown ul.dropdown-menu {
    font-size: 17px;
    width: 300px;
  }
  .main-nav-first ul.nav > li.dropdown ul.dropdown-menu li:before {
    top: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .main-nav-first ul.nav > li.dropdown ul.dropdown-menu {
    position: relative;
    box-shadow: none;
    border: none;
    width: 100%;
    border-top: solid black 1px;
  }
}
@media screen and (min-width: 1024px) {
  .main-nav-first ul.nav > li.dropdown ul.dropdown-menu:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #efefeb transparent;
    content: "";
    position: absolute;
    top: -10px;
    left: 30px;
    z-index: -1;
  }
}
.main-nav-first ul.nav > li.dropdown ul.dropdown-menu li {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .main-nav-first ul.nav > li.dropdown ul.dropdown-menu li {
    border-bottom: solid transparent 1px;
    border-top: solid transparent 1px;
  }
  .main-nav-first ul.nav > li.dropdown ul.dropdown-menu li:hover {
    border-color: #fff;
  }
  .main-nav-first ul.nav > li.dropdown ul.dropdown-menu li:hover a {
    background: transparent !important;
  }
}
.main-nav-first ul.nav > li.dropdown ul.dropdown-menu li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: #e00025;
  position: absolute;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .main-nav-first ul.nav > li.dropdown ul.dropdown-menu li:before {
    left: 15px;
    top: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .main-nav-first ul.nav > li.dropdown ul.dropdown-menu li:before {
    left: 0;
    top: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .main-nav-first ul.nav > li.dropdown ul.dropdown-menu li a {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .main-nav-first ul.nav > li.dropdown ul.dropdown-menu li a {
    padding-left: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .main-nav-first .menuspace {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .main-nav-first .menuspace {
    display: inline-block;
  }
  .main-nav-first .menuspace:before {
    content: " / ";
  }
}
@media screen and (min-width: 1024px) {
  .dropdown-menu > li > a {
    padding: 7px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    font-weight: bold;
    background: transparent !important;
    color: inherit !important;
  }
}
nav li a:hover {
  text-decoration: underline !important;
}
@media screen and (min-width: 1024px) {
  .main-nav li:not(.active) ul {
    display: none;
  }
}
.top-nav {
  min-height: 20px;
  margin-bottom: 40px;
}
.top-nav .generic-section .dropdown-menu.contact {
  width: 470px;
  z-index: 10000;
  padding: 10px 35px 15px 35px;
}
.top-nav .generic-section .dropdown-menu.contact a:before {
  color: #e00025;
}
.top-nav .generic-section .dropdown-menu.contact h4 {
  min-height: 18px;
  float: left;
  display: block;
  width: 100%;
  font-family: Univers LT W01_65 Bold1475968;
  margin-bottom: 5px;
}
.top-nav .generic-section .dropdown-menu.contact .description {
  display: inline-block;
  width: 100%;
}
.top-nav .generic-section .dropdown.open a.dropdown-toggle i.fa-angle-down:before {
  content: "\f106";
}
@media screen and (max-width: 1023px) {
  .top-nav .navbar-right {
    display: none;
    width: 210px;
    margin: 0 !important;
  }
  .top-nav .navbar-right > li > a {
    padding-top: 13px;
  }
}
.top-nav .navbar-right li#leichte-sprache-link:before {
  content: "";
  position: absolute;
  height: 12px;
  left: 0;
  width: 1px;
  border-right: solid black 1px;
}
@media screen and (min-width: 1024px) {
  .top-nav .navbar-right li#leichte-sprache-link:before {
    top: 9px;
  }
}
@media screen and (max-width: 1023px) {
  .top-nav .navbar-right li#leichte-sprache-link:before {
    top: 19px;
  }
}
.top-nav .navbar-right li#leichte-sprache-link a {
  padding-right: 8px;
}
.top-nav .navbar-right > li {
  display: inline-block;
  float: left;
}
.top-nav li.nav-underline + li > a {
  padding-left: 0;
}
@media screen and (min-width: 1024px) {
  .top-nav .nav > li > a {
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.top-nav .nav > li > a:hover {
  text-decoration: none !important;
}
.top-nav {
  position: relative;
}
.top-nav > li > a:hover,
.top-nav > li > a:focus {
  outline: none;
  background-color: transparent;
  text-decoration: none;
}
.top-nav > li > a,
.top-nav > li.active > a,
.top-nav > li > a:hover,
.top-nav > li.active > a:hover,
.top-nav > li > a:focus,
.top-nav > li.active > a:focus,
.top-nav > li > a:active,
.top-nav > li.active > a:active {
  border: none;
  background: none;
}
.top-nav .nav-underline {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0px;
  height: 1px;
  will-change: left, width;
  transition: left 0.2s, width 0.2s;
}
@media screen and (min-width: 1024px) {
  .top-nav .nav-underline {
    background: black;
  }
}
.top-nav:not(:hover) .nav-underline {
  display: none;
}
/* Sidenavigation */
@media screen and (min-width: 1024px) {
  #stsg-sidebar-scrollspy {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    z-index: 999;
  }
  #stsg-sidebar-scrollspy ul.nav {
    overflow-x: hidden;
  }
  #stsg-sidebar-scrollspy li a {
    padding-right: 0;
    border: solid 1px #e3e2da;
    padding-right: 20px;
    background: #fff;
    margin-right: -1px;
  }
  #stsg-sidebar-scrollspy li.active a,
  #stsg-sidebar-scrollspy li:hover a {
    background-color: #EFEFEB;
  }
  #stsg-sidebar-scrollspy ul.affix {
    right: 0;
  }
  #stsg-sidebar-scrollspy ul.affix li {
    transition: all ease 0.5s;
    right: -1px;
  }
  #stsg-sidebar-scrollspy ul.affix li:not(.active) {
    right: -80%;
  }
  #stsg-sidebar-scrollspy ul.affix:hover li {
    right: -1px;
  }
  body.loading-3s #stsg-sidebar-scrollspy ul.affix-top li:not(.active) {
    right: 0;
  }
  #stsg-sidebar-scrollspy ul.affix-top li {
    transition: all ease 1s;
  }
}
@media screen and (min-width: 1440px) {
  #stsg-sidebar-scrollspy ul.affix {
    right: calc((100% - 1420px) / 2);
    top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  #stsg-sidebar-scrollspy ul.affix-top {
    margin-top: -30px;
  }
  #stsg-sidebar-scrollspy ul.affix-top li:not(:first-child) {
    right: 90%;
  }
  #stsg-sidebar-scrollspy ul.affix li:not(.active),
  #stsg-sidebar-scrollspy ul.affix-top li:not(.active) {
    right: -94%;
  }
  #stsg-sidebar-scrollspy ul.affix:hover li,
  #stsg-sidebar-scrollspy ul.affix-top:hover li {
    right: -1px !important;
    transition: all ease 0.5s;
  }
  #stsg-sidebar-scrollspy ul.affix {
    top: 90px;
  }
  #stsg-sidebar-scrollspy ul.affix-top li:first-child {
    right: 0 !important;
  }
}
.main-nav-first.navbar-nav.invisible {
  visibility: hidden;
}
.imagerotator {
  position: relative;
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
}
.imagerotator .stsg-slider div {
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .imagerotator .stsg-slider div {
    height: 320px;
  }
}
@media screen and (max-width: 1023px) {
  .imagerotator .stsg-slider div {
    height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .imagerotator .stsg-slider div {
    height: 220px;
  }
}
/************************/
/* Jumbotron: Slider / Disorder Message / Requirement-Boxes */
.stsg-slider .fullscreen {
  height: calc(100vh - 146px);
}
@media screen and (max-width: 1023px) {
  .stsg-slider .fullscreen {
    display: none;
  }
}
.stsg-slider .fullscreen > div {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  /*background-attachment: fixed;*/
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.stsg-slider .fullscreen > div > .requirements-box {
  opacity: 0.95;
}
.stsg-slider .mobile {
  top: 32px;
  position: relative;
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .stsg-slider .mobile {
    display: none;
  }
}
.stsg-slider .mobile > div {
  height: 224px;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .stsg-slider + .requirements-box,
  .stsg-slider + .IntroBox .requirements-box { 
    margin-top: -127px;
    /*opacity: 0.95;*/
  }
}
.jumbotron .stsg-slider-mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  .jumbotron .stsg-slider-mobile {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .themenseite .jumbotron .stsg-slider,
  .inhaltsseite .jumbotron .stsg-slider {
    display: none;
  }
}
.jumbotron {
  position: relative;
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .jumbotron {
    top: 32px;
  }
}
.jumbotron .stsg-slider div,
.jumbotron .stsg-slider-mobile div {
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .jumbotron .stsg-slider div,
  .jumbotron .stsg-slider-mobile div {
    height: 360px;
  }
}
@media screen and (max-width: 1023px) {
  .jumbotron .stsg-slider div,
  .jumbotron .stsg-slider-mobile div {
    height: 224px;
  }
}
.jumbotron .stsg-slider .slick-dots,
.jumbotron .stsg-slider-mobile .slick-dots {
  padding: 0 20px;
  width: 100%;
  z-index: 1;
  text-align: center;
  margin: 0;
}
.jumbotron .stsg-slider .slick-dots li,
.jumbotron .stsg-slider-mobile .slick-dots li {
  margin: 0;
}
.jumbotron .stsg-slider .slick-dots li button:before,
.jumbotron .stsg-slider-mobile .slick-dots li button:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f111";
  font-size: 13px;
  color: #efefeb;
}
.jumbotron .stsg-slider .slick-dots li.slick-active button:before,
.jumbotron .stsg-slider-mobile .slick-dots li.slick-active button:before {
  color: #e00025;
}
.jumbotron .stsg-slider .slick-prev,
.jumbotron .stsg-slider-mobile .slick-prev,
.jumbotron .stsg-slider .slick-next,
.jumbotron .stsg-slider-mobile .slick-next {
  visibility: hidden;
}
.jumbotron .stsg-slider.fullscreen,
.jumbotron .stsg-slider-mobile.fullscreen {
  height: calc(110vh - 106px);
}
.jumbotron .stsg-slider.fullscreen > div,
.jumbotron .stsg-slider-mobile.fullscreen > div {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 1024px) {
  .jumbotron .stsg-slider.fullscreen > div,
  .jumbotron .stsg-slider-mobile.fullscreen > div {
    height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .jumbotron .stsg-slider.fullscreen > div,
  .jumbotron .stsg-slider-mobile.fullscreen > div {
    height: 100%;
  }
}
.jumbotron .disorder-message {
  min-height: 50px;
  background: #e00025;
  color: #fff;
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 1023px) {
  .jumbotron .disorder-message {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .jumbotron .disorder-message {
    position: absolute;
    top: 0;
    font-size: 20px;
  }
}
.jumbotron .disorder-message p {
  font-size: inherit;
  margin: 0;
  padding: 0;
}
.jumbotron .disorder-message a {
  color: #fff;
  margin: 0 5px;
  text-decoration: underline;
}
.jumbotron .disorder-message a:before {
  display: none;
}
@media screen and (min-width: 992px) {
  .jumbotron .disorder-message .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .jumbotron .disorder-message .container {
    max-width: 100%;
    width: 100%;
  }
}
.jumbotron .teaser .teaser-content {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .jumbotron .teaser .teaser-content {
    position: absolute;
    bottom: 50%;
    padding: 0 0 0 35px;
    transform: translateY(50%);
    height: 150px;
    max-width: 290px;
    z-index: 1000;
  }
}
@media screen and (min-width: 1024px) {
  .jumbotron .teaser .teaser-canvas {
    width: 340px;
    height: 200px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: skewX(-33.5deg) scaleY(0.83388582) translateY(60%);
    background: #505050;
    z-index: 999;
  }
}
.jumbotron .teaser a {
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .jumbotron .teaser a {
    position: absolute;
    bottom: 10px;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1023px) {
  .jumbotron .teaser a {
    font-size: 14px;
  }
}
.jumbotron .teaser a:before {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .jumbotron .teaser a:before {
    bottom: 2px;
  }
}
.jumbotron .teaser p {
  font-size: 16px;
}
.jumbotron .teaser p.content {
  max-height: 56px;
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  .jumbotron .teaser p.content {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .jumbotron .teaser p.content {
    overflow: hidden;
    max-width: 227px;
  }
}
.jumbotron .teaser p.title {
  margin-top: 10px;
  font-family: Univers LT W01_65 Bold1475968;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .jumbotron .teaser p.title {
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.requirements-box {
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 999;
  margin-bottom: 30px;
  background: #efefeb;
}
@media screen and (max-width: 1023px) {
  .requirements-box .container-wide {
    padding-left: 10px;
    padding-right: 10px;
  }
  .requirements-box .container-wide .requirements-box-content {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.requirements-box h3 {
  font-family: Univers LT W01_65 Bold1475968;
}
@media screen and (min-width: 1500px) {
  .requirements-box h3 {
    font-size: 21px;
    margin-bottom: 8px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1499px) {
  .requirements-box h3 {
    font-size: 17px;
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 1023px) {
  .requirements-box h3 {
    font-size: 17px;
  }
}
@media screen and (min-width: 1500px) {
  .requirements-box ul.linklist a {
    font-size: 21px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1499px) {
  .requirements-box ul.linklist a {
    font-size: 17px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.requirements-box .search .searchform-container-box label.search-label {
  width: 100%;
}
.requirements-box .search .searchform-container-box label.search-label input.searchfield {
  width: 100%;
  padding-right: 35px;
}
@media screen and (min-width: 1024px) {
  .requirements-box .search .searchform-container-box label.search-label input.searchfield::-webkit-input-placeholder {
    color: transparent;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-box .search .searchform-container-box label.search-label input.searchfield:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-box .search .searchform-container-box label.search-label input.searchfield::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-box .search .searchform-container-box label.search-label input.searchfield:-ms-input-placeholder {
    color: transparent;
  }
}
.requirements-box .search {
  z-index: 9999;
  background: #efefeb;
}
.requirements-box .search.minimized {
  float: left;
}
.requirements-box .search:not(.minimized) {
  max-width: calc(100% - 260px);
}
.requirements-box .search .searchform-container-box {
  background: #efefeb;
  padding: 20px 60px;
  z-index: 20;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
@media screen and (min-width: 1024px) {
  .requirements-box .search .searchform-container-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
  }
}
.requirements-box .search .searchform-container-box.not-shown {
  display: none;
}
.requirements-box .search .searchform-container-box input[type="text"] {
  background: #efefeb;
  border: none;
  border-bottom: solid black 1px;
}
.requirements-box .search button.search-toggler {
  position: absolute;
  right: 0;
  background: #efefeb;
  padding: 13px;
  border: none;
  outline: none;
}
@media screen and (min-width: 1024px) {
  .requirements-box .search button.search-toggler {
    height: 120px;
    width: 125px;
    top: -135px;
  }
}
@media screen and (max-width: 1023px) {
  .requirements-box .search button.search-toggler {
    width: 67px;
    height: 67px;
    top: -77px;
  }
}
.requirements-box .search button.search-toggler.active {
  z-index: 50;
  right: inherit;
  left: 0;
  height: 50px;
  width: 50px;
  padding: 0;
  background: transparent;
}
@media screen and (min-width: 1024px) {
  .requirements-box .search button.search-toggler.active {
    top: -130px;
  }
}
@media screen and (max-width: 1023px) {
  .requirements-box .search button.search-toggler.active {
    top: -97px;
  }
}
.requirements-box .search button.search-toggler.active i.fa-search:before {
  content: "\f00d";
  font-size: 32px;
}
@media screen and (min-width: 1024px) {
  .requirements-box .search button.search-toggler i {
    font-size: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .requirements-box .search button.search-toggler i {
    font-size: 30px;
  }
}
.requirements-box .search button.search-toggler span {
  display: none;
}
.requirements-box .search .searchform-container-box {
  position: absolute;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .requirements-box .search .searchform-container-box {
    top: -124px;
  }
}
@media screen and (max-width: 1023px) {
  .requirements-box .search .searchform-container-box {
    top: -97px;
    padding: 50px 15px 15px 15px;
  }
}
.requirements-box .search .searchform-container-box label.input-label > span:not(.outer-label) {
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .requirements-box .search .searchform-container-box label.input-label > span:not(.outer-label) {
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .requirements-box .search .searchform-container-box label.input-label > span:not(.outer-label) {
    left: 0;
    top: 0;
  }
}
.requirements-box .search .searchform-container-box input.searchfield {
  padding-left: 0 !important;
}
.requirements-box .search .search-go {
  position: absolute;
  right: 0;
  background: #efefeb;
  padding: 13px;
  border: none;
  outline: none;
}
@media screen and (max-width: 1023px) {
  .requirements-box .search .search-go {
    height: 80px;
    right: 5px;
    /*top: 23px;*/
  }
}
@media screen and (min-width: 1024px) {
  .requirements-box .search .search-go {
    width: 125px;
    top: 0;
    height: 120px;
    padding-top: 12px;
  }
}
.requirements-box .search .search-go i {
  margin-top: -20px;
  display: block;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .requirements-box .search .search-go i {
    font-size: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .requirements-box .search .search-go i {
    font-size: 30px;
  }
}
.requirements-box .search ul.initialSearchLink li a {
  color: #e00025;
}
.requirements-box .search .searchtag {
  padding-bottom: 10px;
}
.requirements-box .search .searchtag > a,
.requirements-box .search .searchtag > a:focus,
.requirements-box .search .searchtag > a:hover {
  color: #fff;
  background-color: #e00025 !important;
  display: table-cell;
  padding: 2px 6px 0px 6px;
  text-decoration: none;
}
.requirements-box .search .searchtag > a:after {
  content: '\f00d';
  font-family: 'Font Awesome 5 Pro';
  margin-left: 15px;
}
.requirements-box .search .tile-filter ul.inhaltstyp-items {
  float: left;
  margin-left: 0;
  width: 100%;
}
.requirements-box .search .tile-filter ul.inhaltstyp-items li {
  font-size: 15px;
  float: none;
}
.requirements-box .search input[type=radio] + label span,
.requirements-box .search input[type=checkbox] + label span {
  background-color: #fff;
  margin-top: 0;
}
.requirements-box .requirements-box-content {
  /* Breadcrumb */
}
@media screen and (min-width: 1024px) {
  .requirements-box .requirements-box-content {
    max-width: calc(100% - 100px);
  }
  .requirements-box .requirements-box-content p {
    font-size: 21px;
  }
}
@media screen and (max-width: 1023px) {
  .requirements-box .requirements-box-content {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
}
.requirements-box .requirements-box-content p:after {
  /*    content: "..."; color: transparent;
                    position: absolute;
                    right: 0;
                    top: 4.5em;
                    background: #EFEFEB; width: 80px;
                    background:  Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefeb+0,efefeb+100&0+0,1+100 ;
                    background: -moz-linear-gradient(left,  rgba(239,239,235,0) 0%, rgba(239,239,235,1) 100%); 
                    background: -webkit-linear-gradient(left,  rgba(239,239,235,0) 0%,rgba(239,239,235,1) 100%); 
                    background: linear-gradient(to right,  rgba(239,239,235,0) 0%,rgba(239,239,235,1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efefeb', endColorstr='#efefeb',GradientType=1 ); 
                    */
}
.requirements-box .requirements-box-content h3 {
  margin-bottom: 4px;
}
@media screen and (min-width: 1500px) {
  .requirements-box .requirements-box-content h3 {
    font-size: 21px;
  }
}
.requirements-box .requirements-box-content h4 {
  margin-bottom: 4px;
  margin-top: 8px;
  font-size: 1em;
}
.requirements-box .requirements-box-content ul.linklist {
  margin-bottom: 0;
  display: flex;
  float: none;
  flex-flow: wrap;
  justify-content: space-between;
}
.requirements-box .requirements-box-content ul.linklist li {
  width: 25%;
  min-width: 200px;
}
@media screen and (max-width: 1023px) {
  .requirements-box .requirements-box-content ul.linklist li {
    font-size: 14px;
  }
}
.requirements-box .requirements-box-content ul.linklist li.empty {
  visibility: hidden;
  height: 0;
}
@media screen and (min-width: 1024px) {
  .requirements-box .requirements-box-content ul.linklist a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .requirements-box .requirements-box-content ul.linklist a {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.requirements-box .requirements-box-content .row + ul.linklist {
  margin-top: 20px;
}
.requirements-box .requirements-box-content a.breadcrumb-backlink:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
}
.requirements-box .requirements-box-content a.breadcrumb-backlink:hover {
  text-decoration: none;
}
.requirements-box .requirements-box-content .reqicon {
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .requirements-box .requirements-box-content .reqicon {
    right: 20px;
    top: -20px;
    font-size: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-box .requirements-box-content .reqicon {
    right: 0;
    top: -20px;
    font-size: 65px;
  }
}
.requirements-box .requirements-box-content .reqicon i:before {
  font-weight: 100;
}
@media screen and (max-width: 1023px) {
  .requirements-box {
    padding: 20px 0 20px 0;
    margin-top: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-box {
    margin-top: -30px;
    padding: 20px 40px;
  }
}
.requirements-box .title {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .requirements-box .title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .requirements-box .title {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .requirements-box h1.title {
    font-size: 40px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .requirements-box h1.title {
    font-size: 28px;
  }
}
.requirements-box ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.requirements-box ul li {
  float: left;
  font-size: 21px;
}
.requirements-box ul li a {
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 100%;
}
.requirements-box ul li a:before {
  color: #e00025;
}
@media screen and (max-width: 1023px) {
  .requirements-box ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .requirements-box ul li {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .requirements-box .requirements-box-heading {
    font-size: 15px;
  }
}
.requirements-box .requirements-box-heading + p {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .requirements-box .requirements-box-heading + p {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .requirements-box .requirements-box-heading .breadcrumb-back {
    font-size: 14px;
  }
}
a.breadcrumb-backlink:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
}
#wrapper.leichte-sprache .requirements-box .requirements-box-content .requirements-box-heading + p {
  font-size: 26px;
  line-height: 1.5em;
}
#wrapper.leichte-sprache .paragraph p {
  font-size: 26px;
  line-height: 1.5em;
}
#wrapper.leichte-sprache h3,
#wrapper.leichte-sprache h4 {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#wrapper.leichte-sprache .linklist {
  font-size: 20px;
  line-height: 1.5em;
}
@media screen and (max-width: 1023px) {
  .media .media-body {
    width: 100%;
    float: left;
    display: inline-block;
  }
  .media .media-right {
    width: 100%;
    float: left;
    display: inline-block;
    max-width: 100% !important;
    text-align: center;
    padding-left: 0;
  }
  .media .media-left {
    width: 100%;
    float: left;
    display: inline-block;
    max-width: 100% !important;
    text-align: center;
    padding-right: 0;
  }
  .media .media-left + .media-body h1 {
    padding-top: 20px;
  }
}
.media a {
  display: inline-block;
}
/* Basket */
.basket-teaser .basket {
  width: 295px !important;
}
.basket-teaser .basket button[type="reset"] {
  width: 47px;
  border: none;
  height: 50px;
}
.basket-teaser .basket .media-left {
  float: left;
  padding-top: 0;
}
.basket-teaser .basket img.media-object {
  width: 66px;
  height: 66px;
}
@media screen and (max-width: 1023px) {
  .basket-teaser .basket {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
  }
}
.basket-teaser .badge-cart-amount {
  background-color: #e00025;
}
.basket-teaser h4,
.basket-teaser .media-heading {
  font-family: Univers LT W01_65 Bold1475968;
}
.basket-teaser .media .media-left {
  padding-right: 15px;
}
.basket-teaser .price {
  font-family: Univers LT W01_65 Bold1475968;
}
.basket-teaser .dropdown-menu {
  padding: 17px 13px 13px 23px;
}
.basket-teaser p {
  margin-bottom: 0;
}
.basket-teaser .media-footer {
  margin-top: 16px;
}
.basket-teaser .media-left {
  width: 82px;
}
@media screen and (max-width: 1023px) {
  .basket-teaser a.dropdown-toggle {
    padding-top: 10px;
  }
}
.basket-teaser button.remove-from-cart {
  background-color: #efefeb;
}
@media screen and (max-width: 1023px) {
  #wrapper.show-nav .basket-teaser .media-heading {
    font-size: 16px;
  }
  #wrapper.show-nav .basket-teaser button.remove-from-cart {
    height: 41px;
  }
  #wrapper.show-nav .basket-teaser p {
    font-size: 15px;
  }
  #wrapper.show-nav .basket-teaser .media-footer {
    display: inline-block;
    float: left;
    width: 100%;
  }
  #wrapper.show-nav .basket-teaser .media-footer .media-left {
    float: left;
    display: inline-block;
    padding-right: 0;
    width: 50px;
  }
  #wrapper.show-nav .basket-teaser .media-footer .media-body {
    width: calc(100% - 51px);
  }
  #wrapper.show-nav .basket-teaser .media-footer .media-body button {
    width: 100%;
  }
  #wrapper.show-nav .basket-teaser .dropdown-menu.basket > .media > .media-left {
    width: 100%;
  }
  #wrapper.show-nav .basket-teaser .dropdown-menu.basket > .media > .media-left img.media-object {
    margin: 0 auto 10px;
  }
  #wrapper:not(.show-nav) .basket-teaser .media-body {
    width: inherit;
    float: none;
    display: table-cell;
  }
  #wrapper:not(.show-nav) .basket-teaser .media-right {
    width: inherit;
    float: none;
    display: table-cell;
    text-align: right;
    padding-left: 10px;
  }
  #wrapper:not(.show-nav) .basket-teaser .media-left {
    width: inherit;
    float: none;
    display: table-cell;
    text-align: left;
    padding-right: 10px;
  }
  #wrapper:not(.show-nav) .basket-teaser .media-left button.remove-from-cart {
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper:not(.show-nav) .basket {
    margin-top: 4px !important;
  }
}
.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 9999;
}
.scrolltop .scroll {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 12px;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  color: #fff;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  border-radius: 50%;
}
.scrolltop .scroll:hover {
  background: #000000;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.scrolltop .scroll:hover .fa {
  padding-top: -10px;
}
.scrolltop .scroll .fa {
  margin-top: -5px;
  margin-left: 1px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.scrolldown {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 10px;
  right: 50%;
  right: calc(50% - 25px);
  z-index: 999;
}
.scrolldown .scroll {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  padding: 13px 12px;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  color: #fff;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-animation: buttonAnimation 2s infinite;
  animation: buttonAnimation 2s infinite;
}
.scrolldown .scroll:hover {
  background: #000000;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.scrolldown .scroll:hover .fa {
  padding-top: -10px;
}
.scrolldown .scroll .fa {
  margin-top: -5px;
  margin-left: 1px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-animation: buttonAnimation 2s infinite;
  animation: buttonAnimation 2s infinite;
}
footer#footer {
  padding-top: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  footer#footer .footer-address {
    border-top: solid black 1px;
    padding-top: 20px;
  }
}
footer#footer .footer-address .footer-address-title {
  font-family: Univers LT W01_65 Bold1475968;
}
@media screen and (max-width: 1023px) {
  footer#footer {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  footer#footer {
    font-size: 15px;
  }
}
footer#footer h4 {
  font-size: 20px;
  font-family: Univers LT W01_65 Bold1475968;
}
@media screen and (min-width: 1024px) {
  footer#footer h4 {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  footer#footer h4 {
    padding-left: 10px;
  }
}
footer#footer .contact a {
  color: #000000;
  display: block;
}
@media screen and (max-width: 1023px) {
  footer#footer .contact a {
    background: rgba(255, 255, 255, 0.5);
    padding-left: 10px;
  }
}
footer#footer .contact i {
  color: #e00025;
}
footer#footer .footerlogo {
  width: 150px;
}
@media screen and (min-width: 1024px) {
  footer#footer .opening-hours ul li span:first-child {
    width: 190px;
  }
}
@media screen and (max-width: 1023px) {
  footer#footer .opening-hours ul li span:first-child {
    width: 150px;
  }
}
footer#footer a {
  color: #000;
}
footer#footer .linklist li {
  float: left;
}
footer#footer .linklist a {
  color: #000000;
}
footer#footer .linklist a:before {
  color: #e00025;
}
@media screen and (max-width: 1023px) {
  footer#footer li a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
footer#footer .footerend {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1401px) {
  footer#footer .footerend {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
  }
  footer#footer .footerend .inline-list {
    padding: 0;
  }
}
footer#footer .footerend .inline-list a {
  color: #000000;
  padding-left: 0;
}
footer#footer .footerend .inline-list li {
  padding-right: 20px;
}
footer#footer .footerend .no-gutter .pull-left {
  padding-left: 10px;
}
@media screen and (min-width: 1024px) {
  footer#footer .footerend ul {
    padding-left: 0;
  }
}
footer#footer ul.inline-list.socialmedia {
  padding-left: 0;
  margin-bottom: 30px;
}
footer#footer ul.inline-list.socialmedia li a {
  height: 30px;
  display: block;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
footer#footer ul.inline-list.socialmedia li a i {
  padding-left: 15px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
footer#footer ul.inline-list.socialmedia li a i.fa-facebook-f {
  margin-top: -3px;
  padding-left: 0;
}
footer#footer ul.inline-list.socialmedia li a img {
  padding-left: 15px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  width: 42px;
}
footer#footer ul.inline-list.socialmedia li a:hover {
  color: #e00025;
  text-decoration: none !important;
}
footer#footer ul.inline-list.socialmedia li a:hover i {
  text-decoration: none !important;
}
footer#footer ul.inline-list.socialmedia li a:hover img {
  text-decoration: none !important;
  filter: invert(11%) sepia(72%) saturate(7311%) hue-rotate(351deg) brightness(98%) contrast(100%);
}
@media screen and (max-width: 1023px) {
  footer#footer h4 {
    float: left;
    width: 100%;
  }
}
footer#footer a:hover span {
  text-decoration: underline;
}
footer#footer .footerrow-1 {
  background: #efefeb;
}
@media screen and (max-width: 1023px) {
  footer#footer .footerrow-1 {
    padding: 27px 15px 15px 15px;
  }
}
@media screen and (min-width: 1024px) {
  footer#footer .footerrow-1 {
    padding: 27px 42px 15px 42px;
  }
}
@media screen and (max-width: 1164px) and (min-width: 1024px) {
  footer#footer .footerend {
    padding-left: 42px;
  }
}
@media screen and (max-width: 1164px) {
  footer#footer .footerend {
    max-width: 100%;
    padding-left: 5px;
  }
}
footer#footer .newsletter {
  margin-bottom: 12px;
}
footer#footer .newsletter a {
  font-size: 14px;
  min-height: 42px !important;
}
footer#footer .newsletter a span {
  margin-left: 4px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  footer#footer .footer-right-section.pull-right,
  footer#footer .newsletter.pull-right {
    float: left !important;
  }
}
.anchorhidden,
.anchorhidden a {
  visibility: hidden;
  font-size: 0;
  content: ".";
  display: block;
  height: 0;
}
/* CSS for devices with normal screens */
.logo {
  background-repeat: no-repeat;
  width: 150px;
  height: 46px;
  background-size: 100%;
}
@media screen and (min-width: 1024px) {
  .logo {
    background-image: url('stsgLibs/images/design/stsg/logo-stsg.png');
  }
}
@media screen and (max-width: 1023px) {
  .logo {
    background-image: url('stsgLibs/images/design/stsg/logo-stsg.png');
  }
}
@media screen and (max-width: 1023px) {
  #footer .logo {
    float: left;
    width: 230px;
    height: 68px;
  }
}
@media screen and (min-width: 1024px) {
  #footer .logo {
    background-image: url('stsgLibs/images/design/stsg/logo-stsg.png');
  }
}
#wrapper.home .navbar-nav li.active {
  text-decoration: none !important;
}
#wrapper.home .navbar-nav li.active a {
  text-decoration: none !important;
}
#wrapper.home .main-nav-first .nav > li:nth-child(2):after {
  display: none;
}
#wrapper.home .main-nav-first .nav > li:nth-child(2):hover:after {
  display: block;
}
@media screen and (min-width: 1024px) {
  #wrapper.home .jumbotron .stsg-slider div {
    height: 671px;
  }
}
@media screen and (min-width: 1024px) {
  #wrapper.home .requirements-box-content {
    max-width: 100%;
  }
}
.prototype-only-title-description {
  background: silver;
  padding: 5px 10px;
  margin: 10px 0;
}
.prototype-only-title-description:before {
  content: "Seitentemplate f�r: ";
}
﻿/***********************************/
/*         CSS Stadt St.Gallen     */
/***********************************/
/* Variables */
.universe-65 {
  font-family: Univers LT W01_65 Bold1475968;
}
.fontawesome {
  font-family: "Font Awesome 5 Pro";
}
.hyphenate {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.thumbnail {
  border-radius: 0;
  box-shadow: none;
}
.strong {
  font-weight: bold !important;
}
body {
  font-family: "Univers LT W01_55 Roman1475956", Arial, Helvetica, sans-serif;
  color: #000000;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
}
.badge {
  border-radius: 50%;
  padding: 3px 7px 5px;
}
.z-1 {
  z-index: -1;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #EFEFEB;
}
.form-control {
  box-shadow: none;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: solid 1px transparent;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.nobold {
  font-weight: normal !important;
  font-family: "Univers LT W01_55 Roman1475956", Arial, Helvetica, sans-serif;
}
a:hover:before,
a:focus:before {
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  .modal.in:not(#contact-overlay) .modal-dialog {
    max-width: 80%;
    width: auto;
  }
}
.w33 {
  width: 33%;
}
.paragraph a {
  color: #000;
  text-decoration: underline;
}
/* Basics */
.halfwidth {
  width: 50% !important;
  margin-right: 0 !important;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .halfwidth {
    width: 100% !important;
  }
}
.fullwidth {
  width: 100% !important;
}
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.product-img {
  width: 146px;
}
.product-img-100 {
  width: 100px;
}
.percentage {
  white-space: nowrap;
}
.percentage:after {
  content: "% ";
}
.center-text {
  text-align: center;
}
.center-text img {
  margin: 0 auto;
}
.fa-check {
  color: #007000 !important;
}
hr {
  clear: both;
  float: left;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .top-h2-space {
    margin-top: 79px !important;
  }
}
@media screen and (min-width: 1024px) {
  .trick77 {
    padding-left: 77px;
  }
}
h1,
.h1,
h1.media-heading,
h2.h1-style {
  /* padding-top: @title-padding-top; */
  padding-top: 40px;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  h1,
  .h1,
  h1.media-heading,
  h2.h1-style {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  h1,
  .h1,
  h1.media-heading,
  h2.h1-style {
    font-size: 28px;
    margin-bottom: 14px;
  }
}
h2,
.h2 {
  margin-top: 0;
  clear: both;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1023px) {
  h2,
  .h2 {
    font-size: 20px;
  }
}
h3,
.h3 {
  font-size: 26px;
  line-height: 1.5em;
}
h4,
.h4 {
  font-size: 20px;
  line-height: 1.2em;
  font-family: Univers LT W01_65 Bold1475968;
}
h4.fs17,
.h4.fs17 {
  font-size: 17px;
}
.smaller-typo {
  font-size: 14px;
}
.text-highlight {
  color: #007000;
}
@media screen and (min-width: 1024px) {
  .leadtext,
  .leadrow p,
  .lead-paragraph {
    font-size: 21px;
  }
}
@media screen and (max-width: 1023px) {
  .leadtext,
  .leadrow p,
  .lead-paragraph {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .leadrow img.media-object {
    margin-left: 50%;
    transform: translateX(calc(50% - 146px));
  }
}
@media screen and (min-width: 1024px) {
  .maintext {
    font-size: 17px;
  }
}
@media screen and (max-width: 1023px) {
  .maintext {
    font-size: 15px;
  }
}
.alert {
  border-radius: 0;
}
.alert.alert-success {
  background: #EEFFEE !important;
  border: solid #007000 1px;
  font-size: 14px !important;
}
.alert.alert-error {
  background: #FFF5F3;
  border: solid #e00025 1px;
}
.help-block {
  font-size: 13px;
}
.help-block.info {
  color: #737373;
}
.help-block.error {
  color: #e00025;
}
/* Lists */
ul {
  list-style-type: none;
}
ul li {
  list-style-type: none;
}
ol {
  color: black;
  padding-left: 21px;
}
ol li a {
  color: #000000;
  text-decoration: none;
}
ul.inline-list {
  float: left;
}
ul.inline-list li {
  float: left;
  display: inline-block;
}
ul.inline-list li a {
  padding: 0 20px;
}
ul.list-2-col {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
}
ul.list-2-col li {
  width: 100%;
  float: left;
}
ul.linklist {
  float: left;
}
ul.linklist li {
  width: 100%;
  float: left;
}
ul.linklist li a {
  display: block;
  word-break: break-word;
  text-decoration: none;
}
ul.linklist,
ul.iconlist,
ul.iconlist.no-link {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.icon-link,
.linklist li a,
ul.iconlist.no-link li {
  padding-left: 20px;
  position: relative;
  color: #000000;
  float: left;
}
.icon-link:before,
.linklist li a:before,
ul.iconlist.no-link li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  color: #e00025;
  text-decoration: none;
  -moz-text-decoration-color: #fff;
  text-decoration-color: #fff;
}
.icon-link.phone,
.linklist li a.phone,
ul.iconlist.no-link li.phone {
  padding-left: 1.5em;
}
.icon-link.phone:before,
.linklist li a.phone:before,
ul.iconlist.no-link li.phone:before {
  content: "\f095";
  color: #e00025;
}
.icon-link.mail,
.linklist li a.mail,
ul.iconlist.no-link li.mail {
  padding-left: 1.5em;
}
.icon-link.mail:before,
.linklist li a.mail:before,
ul.iconlist.no-link li.mail:before {
  content: "\f0e0";
  color: #e00025;
}
.icon-link.download,
.linklist li a.download,
ul.iconlist.no-link li.download {
  padding-left: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.icon-link.download:before,
.linklist li a.download:before,
ul.iconlist.no-link li.download:before {
  content: "\f33d";
  color: #e00025;
}
.icon-link.download:after,
.linklist li a.download:after,
ul.iconlist.no-link li.download:after {
  width: 16px;
}
.icon-link.download.kalender:before,
.linklist li a.download.kalender:before,
ul.iconlist.no-link li.download.kalender:before {
  content: "\f073";
}
.icon-link.default,
.linklist li a.default,
ul.iconlist.no-link li.default {
  padding-left: 1em;
}
.icon-link.back:before,
.linklist li a.back:before,
ul.iconlist.no-link li.back:before {
  content: "\f104";
  padding-top: 1.5px;
}
.icon-link.check,
.linklist li a.check,
ul.iconlist.no-link li.check {
  padding-left: 1.5em;
}
.icon-link.check:before,
.linklist li a.check:before,
ul.iconlist.no-link li.check:before {
  content: "\f00c";
  color: #007000;
}
.icon-link.uncheck,
.linklist li a.uncheck,
ul.iconlist.no-link li.uncheck {
  padding-left: 1.5em;
}
.icon-link.uncheck:before,
.linklist li a.uncheck:before,
ul.iconlist.no-link li.uncheck:before {
  content: "\f00d";
  color: #bd0221;
}
.x-scroll-wrapper table .icon-link {
  white-space: nowrap;
}
.linklist li.download a {
  padding-left: 20px;
}
.linklist li.download a:before {
  content: "\f33d";
}
.linklist li.download.kalender a:before {
  content: "\f073";
}
.linklist li a {
  padding-top: 3px;
  padding-bottom: 3px;
}
ul.rte {
  position: relative;
  padding-left: 20px;
}
ul.rte li:before {
  content: "\f0c8";
  font-weight: bold;
  font-family: "Font Awesome 5 Pro";
  left: 0;
  position: absolute;
  font-size: 0.4em;
  margin-top: 8px;
  color: black;
}
ol.rte {
  counter-reset: item;
  position: relative;
  padding-left: 20px;
}
ol.rte li {
  display: block;
  color: #000000;
}
ol.rte li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: black;
  position: absolute;
  left: 0;
}
.inline-icon-link {
  float: none;
  margin-right: 20px;
}
.inline-icon-link.pull-right {
  margin-right: 0;
}
ul.iconlist li a {
  color: #000000;
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
}
ul.iconlist li i {
  width: 2em;
  padding-right: 1em;
  color: #e00025;
  text-align: center;
}
.downloadlink-title {
  float: left;
  width: 100%;
}
.downloadlink-title .downloadlink-txt {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .downloadlink-title .downloadlink-txt {
    max-width: calc(100% - 170px);
  }
}
@media screen and (max-width: 767px) {
  .downloadlink-title .downloadlink-txt {
    max-width: 100%;
    width: 100%;
    float: left;
  }
}
.downloadlink-title .icon-link {
  font-size: 17px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .downloadlink-title .icon-link {
    transform: translateY(100%);
  }
}
@media screen and (max-width: 767px) {
  .downloadlink-title .icon-link {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
footer .icon-link:hover,
.container-fluid .icon-link:hover,
footer a.icon-link:hover,
.container-fluid a.icon-link:hover,
footer ol a:hover,
.container-fluid ol a:hover {
  color: #000;
}
.dropdown-menu {
  border-radius: 0;
}
/* Forms */
button i + span {
  margin-left: 6px;
}
/* Header */
.nav a {
  color: #000000;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 1px;
}
.tile {
  background-color: #efefeb;
  padding: 20px;
  margin: 0 0 20px 0;
}
/*********************************************************/
/*            STSG General Content Elements              */
/*********************************************************/
table:not(.pure):not(.lines):not(.table-condensed) {
  border: solid #efefeb 1px;
}
table:not(.pure):not(.lines):not(.table-condensed) thead {
  background-color: #efefeb;
}
table:not(.pure):not(.lines):not(.table-condensed) thead th {
  border-right: solid #fff 1px;
  font-weight: normal;
}
table:not(.pure):not(.lines):not(.table-condensed) thead th:last-child {
  border-right: none;
}
table:not(.pure):not(.lines):not(.table-condensed) tbody td {
  border: solid #efefeb 1px;
  border-top: none;
}
table:not(.pure):not(.lines):not(.table-condensed) th,
table:not(.pure):not(.lines):not(.table-condensed) td {
  padding: 20px;
}
table.lines th,
table.lines td {
  border-bottom: solid #efefeb 1px;
  padding: 20px;
}
table.pure th,
table.pure td {
  padding: 20px;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  color: #e00025;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  color: #e00025;
}
table.no-border-td tbody td {
  border: none !important;
}
table.small-padding th,
table.small-padding td {
  padding: 10px;
}
table.x-small-padding th,
table.x-small-padding td {
  padding: 4px;
}
table:not(.pure):not(.lines):not(.table-condensed).small-padding th {
  padding: 20px 20px 20px 10px;
  font-size: 16px;
}
table:not(.pure):not(.lines):not(.table-condensed).x-small-padding th {
  padding: 5px 5px 5px 3px;
  font-size: 16px;
}
table:not(.pure):not(.lines):not(.table-condensed).small-padding td {
  padding: 10px;
  font-size: 16px;
}
table:not(.pure):not(.lines):not(.table-condensed).x-small-padding td {
  padding: 4px;
  font-size: 13px;
}
table.zebratable thead {
  border-bottom: solid black 2px;
}
table.zebratable tbody tr:nth-child(even) {
  background-color: #efefeb;
}
.nav-tabs.animated,
.borderbottom-animated-ul {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .nav-tabs.animated > li.active,
  .borderbottom-animated-ul > li.active {
    border-bottom: solid black 1px;
  }
}
.nav-tabs.animated > li > a,
.borderbottom-animated-ul > li > a {
  text-decoration: none;
}
.nav-tabs.animated > li > a:hover,
.borderbottom-animated-ul > li > a:hover,
.nav-tabs.animated > li > a:focus,
.borderbottom-animated-ul > li > a:focus {
  outline: none;
  background-color: transparent;
}
.nav-tabs.animated > li > a,
.borderbottom-animated-ul > li > a,
.nav-tabs.animated > li.active > a,
.borderbottom-animated-ul > li.active > a,
.nav-tabs.animated > li > a:hover,
.borderbottom-animated-ul > li > a:hover,
.nav-tabs.animated > li.active > a:hover,
.borderbottom-animated-ul > li.active > a:hover,
.nav-tabs.animated > li > a:focus,
.borderbottom-animated-ul > li > a:focus,
.nav-tabs.animated > li.active > a:focus,
.borderbottom-animated-ul > li.active > a:focus,
.nav-tabs.animated > li > a:active,
.borderbottom-animated-ul > li > a:active,
.nav-tabs.animated > li.active > a:active,
.borderbottom-animated-ul > li.active > a:active {
  border: none;
  background: none;
}
.nav-tabs.animated .nav-underline,
.borderbottom-animated-ul .nav-underline {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0px;
  height: 2px;
  will-change: left, width;
  transition: left 0.2s, width 0.2s;
}
@media screen and (min-width: 1024px) {
  .nav-tabs.animated .nav-underline,
  .borderbottom-animated-ul .nav-underline {
    background: black;
  }
}
@media screen and (max-width: 1023px) {
  .nav-tabs.animated .nav-underline,
  .borderbottom-animated-ul .nav-underline {
    display: none;
    color: transparent;
    background: transparent;
  }
}
.tab-content {
  margin-top: 20px;
}
.nav-tabs {
  border-bottom: none;
}
.nav-tabs > li > a {
  border: solid silver 1px;
  border-radius: 0;
  text-decoration: none;
}
.nav-tabs .tab-content,
.nav-tabs + .tab-content {
  padding-top: 25px;
}
.nav-tabs .tab-content .tab-pane > *,
.nav-tabs + .tab-content .tab-pane > *,
.nav-tabs .tab-content .tab-pane h3,
.nav-tabs + .tab-content .tab-pane h3,
.nav-tabs .tab-content .tab-pane h2,
.nav-tabs + .tab-content .tab-pane h2,
.nav-tabs .tab-content .tab-pane h4,
.nav-tabs + .tab-content .tab-pane h4 {
  padding-top: 0;
  margin-top: 0;
}
.nav-tabs > .container {
  padding-left: 0;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .nav-tabs > .container {
    overflow: auto;
    margin-left: 15px;
    margin-right: 2px;
    overflow-y: hidden;
    overflow-x: auto;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0)), linear-gradient(-90deg, white 0%, rgba(255, 255, 255, 0)) 100% 0, radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.585), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.585), rgba(0, 0, 0, 0)) 100% 0%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 80px 137px, 87px 137px, 21px 67px, 21px 60px;
    background-attachment: local, local, scroll, scroll;
  }
}
@media screen and (max-width: 1023px) {
  .nav-tabs > .container ul.nav-tabs {
    white-space: nowrap;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .nav-tabs > .container ul.nav-tabs > li {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .nav-tabs > .container ul.nav-tabs > li {
    display: inline-block;
    cursor: pointer;
    float: none;
  }
}
@media screen and (max-width: 1023px) {
  .nav-tabs > .container ul.nav-tabs > li > a {
    padding: 15px 20px 10px 20px;
  }
}
.nav-tabs.blank-tab-style {
  border-bottom: none;
}
.nav-tabs.blank-tab-style > li.active > a,
.nav-tabs.blank-tab-style > li.active > a:hover,
.nav-tabs.blank-tab-style > li.active > a:focus {
  background-color: transparent;
  border: none;
  color: black;
}
@media screen and (max-width: 1023px) {
  .nav-tabs.blank-tab-style > li.active > a,
  .nav-tabs.blank-tab-style > li.active > a:hover,
  .nav-tabs.blank-tab-style > li.active > a:focus {
    text-decoration: underline;
  }
}
.nav-tabs.blank-tab-style > li > a:hover {
  border: none;
}
.nav-tabs.blank-tab-style > li:first-child a {
  padding-left: 0;
}
.panel {
  border: solid black 1px;
}
.panel.panel-default {
  border-radius: 0;
  text-align: center;
}
.panel.panel-default > .panel-body {
  padding: 33px;
  padding-right: 0 !important;
}
@media screen and (max-width: 1023px) {
  .panel.panel-default > .panel-body {
    padding: 10px !important;
  }
}
.panel.panel-default > .panel-body.txt {
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .panel.panel-default > .panel-body.txt {
    height: 119px !important;
  }
}
@media screen and (min-width: 992px) {
  .panel.panel-default > .panel-body.txt {
    height: 166px;
  }
}
@media screen and (max-width: 991px) {
  .panel.panel-default > .panel-body.txt {
    height: auto !important;
  }
}
.panel.panel-default > .panel-body.txt p {
  overflow: hidden;
  max-height: 100%;
}
@media screen and (max-width: 991px) {
  .panel.panel-default > .panel-body.txt p {
    margin-bottom: 0;
  }
}
.panel.panel-default > .panel-heading {
  background-image: none;
  border-radius: 0;
  font-weight: bold;
}
.panel.panel-default > .panel-heading h3 {
  font-weight: bold !important;
}
.panel.panel-default > .panel-footer {
  background-image: none;
  border-radius: 0;
  padding-bottom: 15px;
}
.panel-group {
  text-align: left;
  margin-top: 40px;
}
.panel-group.accordion {
  margin-bottom: 0;
}
.panel-group .panel-heading {
  padding: 0;
  background: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.panel-group .panel-heading .panel-title {
  position: relative;
}
.panel-group .panel-heading .panel-title a {
  display: block;
  width: 100%;
  padding: 27px 40px 7px 0;
  font-weight: normal !important;
  font-family: "Univers LT W01_55 Roman1475956", Arial, Helvetica, sans-serif;
  text-align: left;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .panel-group .panel-heading .panel-title a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .panel-group .panel-heading .panel-title a {
    font-size: 32px;
    line-height: 1.1em;
  }
}
.panel-group .panel-heading .panel-title a:hover {
  text-decoration: none;
}
.panel-group .panel-heading .panel-title a:after {
  content: "\f106";
  font-weight: 400;
  color: #e00025;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  bottom: 0;
}
.panel-group .panel-heading .panel-title a.collapsed:after {
  content: "\f107";
  font-weight: 400;
}
.panel-group .panel-body {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  cursor: initial;
}
.panel-group .panel-body .AccordionPar h2 {
  font-size: 28px;
  padding-top: 0;
}
.panel-group .panel-body .AccordionPar .col-md-12 {
  padding-left: 5px;
  padding-right: 15px;
}
.panel-group .panel-body .AccordionPar > .container > .row {
  margin: 0;
}
.panel-group .panel-body .AccordionPar > .container > .row > div[class^="col"] {
  padding: 0;
}
.panel-group .panel-body .AccordionPar .container .id-bild-text .col-xxs-12 {
  padding-right: 10px !important;
  padding-bottom: 10px !important;
}
.panel-group .panel {
  border-right: none;
  border-left: none;
  box-shadow: none;
}
.panel-group .panel ~ .panel {
  margin-top: 0;
  border-top: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent !important;
}
.media .media-left,
.media .media-right {
  max-width: 50%;
}
ul.popover-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin: 0;
  transform: translateY(-50%) translateX(-50%);
}
ul.popover-outer a i {
  color: #000000;
}
.id-bild-text a img + * {
  text-decoration: none !important;
}
.id-bild-text a .subtitle {
  color: black;
  text-decoration: none !important;
}
.id-bild-text a:hover {
  color: #e00025;
}
.id-bild-text a:hover .subtitle {
  color: black;
  text-decoration: none !important;
}
/*********************************************************/
/*                  Form Elements                        */
/*********************************************************/
.mixin-btn-primary {
  background-color: #e00025;
  border-color: #e00025;
  color: #fff;
}
.mixin-btn-primary-hover {
  background-color: #BD0221;
  border-color: #BD0221;
  color: #fff;
  text-decoration: none !important;
}
.mixin-btn-link,
.mixin-btn-secondary {
  background-color: #fff;
  border-color: #555555;
  color: #555555;
}
.mixin-btn-link-hover,
.mixin-btn-secondary-hover {
  background-color: #fff;
  border-color: #000000;
  color: #000;
  text-decoration: none !important;
}
@media screen and (max-width: 480px) {
  .btn-group {
    width: 100%;
  }
}
.btn,
a.btn {
  border: 2px solid transparent;
  white-space: normal;
  min-height: 50px;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .btn,
  a.btn {
    padding: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .btn,
  a.btn {
    padding: 12px 30px;
  }
}
@media screen and (max-width: 480px) {
  .btn,
  a.btn {
    width: 100%;
  }
}
.btn.btn-primary,
a.btn.btn-primary {
  background-color: #e00025;
  border-color: #e00025;
  color: #fff;
}
.btn.btn-primary:hover,
a.btn.btn-primary:hover {
  background-color: #BD0221;
  border-color: #BD0221;
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-secondary,
a.btn.btn-secondary {
  background-color: #fff;
  border-color: #555555;
  color: #555555;
}
.btn.btn-secondary:hover,
a.btn.btn-secondary:hover {
  background-color: #fff;
  border-color: #000000;
  color: #000;
  text-decoration: none !important;
}
.btn.btn-link,
a.btn.btn-link,
.btn.btn-default,
a.btn.btn-default {
  background-color: #fff;
  border-color: #555555;
  color: #555555;
  box-shadow: none;
}
.btn.btn-link:hover,
a.btn.btn-link:hover,
.btn.btn-default:hover,
a.btn.btn-default:hover {
  background-color: #fff;
  border-color: #000000;
  color: #000;
  text-decoration: none !important;
}
.btn.xs-selector,
a.btn.xs-selector {
  min-height: 30px;
  height: 30px;
  padding: 3px 8px;
  font-size: 14px;
  line-height: 1;
  border-radius: 5px;
  letter-spacing: 0.5px;
}
.btn.xs-selector.active,
a.btn.xs-selector.active {
  background: #e00025;
  color: #fff;
  border-color: #e00025;
}
a.wrapper-link {
  display: inline-block;
  float: left;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  color: inherit;
}
a.wrapper-link:hover {
  text-decoration: none;
  color: inherit;
}
a.wrapper-link:hover .btn-primary {
  background-color: #BD0221;
  border-color: #BD0221;
  color: #fff;
  text-decoration: none !important;
}
a.wrapper-link:hover .btn-secondary {
  background-color: #fff;
  border-color: #000000;
  color: #000;
  text-decoration: none !important;
}
a.wrapper-link:hover .btn-link {
  background-color: #fff;
  border-color: #000000;
  color: #000;
  text-decoration: none !important;
}
.nav.navbar-nav.hotlink-nav a.btn {
  background-color: #e00025;
  border-color: #e00025;
  color: #fff;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .nav.navbar-nav.hotlink-nav a.btn {
    min-height: 42px;
    padding-top: 9px;
  }
}
.nav.navbar-nav.hotlink-nav a.btn:hover {
  background-color: #BD0221;
  border-color: #BD0221;
  color: #fff;
  text-decoration: none !important;
}
.button-row .btn {
  margin: 0 20px 20px 0;
}
input[type="text"],
input[type="number"],
textarea,
.input-style,
input[type="email"] {
  background-color: #EFEFEB;
  outline: none;
  box-shadow: none;
  border-image: none;
  border: 1px transparent solid;
  height: 50px;
  padding-left: 20px !important;
  padding-top: 15px !important;
  float: left;
}
input[type="text"]:focus,
input[type="number"]:focus,
textarea:focus,
.input-style:focus,
input[type="email"]:focus {
  outline: none;
  box-shadow: none;
  border-image: none;
  background-color: #e6e6e0;
}
input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.input-style::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #505050;
}
input[type="text"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
textarea:-moz-placeholder,
.input-style:-moz-placeholder,
input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #505050;
}
input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textarea::-moz-placeholder,
.input-style::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #505050;
}
input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.input-style:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #505050;
}
.form-control {
  height: 50px;
  border-color: transparent;
}
select.form-control {
  padding-left: 15px;
}
a.input-style {
  margin-right: 10px;
  text-align: center;
  padding: 12px;
  font-size: 26px;
  margin-bottom: 10px;
}
a.input-style:hover,
a.input-style:focus {
  text-decoration: none;
}
a.input-style i.fa-crosshairs {
  display: block;
}
textarea {
  resize: vertical;
  max-width: 100%;
}
label.input-label > span:not(.outer-label) {
  position: absolute;
  left: 20px;
  top: 12px;
  z-index: 10;
  color: #505050;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1023px) {
  label.input-label > span:not(.outer-label) {
    left: 26px;
  }
}
label.input-label.labelfocus > span:not(.outer-label),
label.input-label.notempty > span:not(.outer-label),
label.input-label.datepicker > span:not(.outer-label),
label.input-label.selectlabel > span:not(.outer-label) {
  top: 3px;
  z-index: 10;
  font-size: 12px;
}
label.input-label .outer-label {
  float: left;
}
label {
  font-weight: normal;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
label.small-label {
  width: 80px;
}
label.small-label input {
  width: 100%;
}
.error-message {
  font-size: 13px;
}
.input-label.datepicker {
  padding: 0;
  border-radius: 0;
}
.input-label.datepicker .input-group-addon {
  left: inherit;
  right: 3px;
  font-size: 20px;
  color: #e00025;
  border: none;
  outline: none;
  background: none;
  width: 50px;
  padding: 13px;
  height: 50px;
  top: 0;
}
.form-group {
  float: left;
  width: 100%;
}
.form-group.bootstrap-columns label,
.form-group.bootstrap-columns select,
.form-group.bootstrap-columns textarea {
  width: 100%;
}
.form-group button.browse {
  white-space: nowrap;
}
.form-group .input-group.fileupload input.form-control {
  padding-top: 6px !important;
}
.form-group .input-group.fileupload .oc-fileuploader {
  visibility: hidden;
  position: absolute;
}
.form-group button.pull-right + button.pull-right {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .form-group button.pull-right + button.pull-right {
    margin-right: 0;
  }
}
.form-group .btn {
  margin-bottom: 10px;
}
/*********************************************************/
/*               Paragraphs / Rows                       */
/*********************************************************/
@media screen and (min-width: 1024px) {
  .paragraph {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .paragraph {
    margin-bottom: 30px;
  }
}
.id-preisuebersicht,
.id-preisrechner {
  /*hide the outline behind the border*/
}
.id-preisuebersicht #personen-slider,
.id-preisrechner #personen-slider {
  float: left;
  width: 80%;
}
.id-preisuebersicht #rangevalue-outer,
.id-preisrechner #rangevalue-outer {
  float: left;
  width: 20%;
  padding: 0 0 0 10px;
}
.id-preisuebersicht #rangevalue-outer output,
.id-preisrechner #rangevalue-outer output {
  border: solid #efefeb 1px;
  background: #efefeb;
  text-align: center;
  float: right;
  padding: 6px 15px;
}
.id-preisuebersicht input[type=range],
.id-preisrechner input[type=range] {
  -webkit-appearance: none;
  cursor: pointer;
  padding-bottom: 0;
  padding-top: 0;
}
.id-preisuebersicht #personenscale,
.id-preisrechner #personenscale {
  display: block;
  float: left;
  width: 100%;
  padding-left: 10px;
  font-size: 9px;
}
.id-preisuebersicht #personenscale div,
.id-preisrechner #personenscale div {
  float: left;
  display: inline-block;
  padding: 0;
  width: calc((100% / 5) - 3px);
  border-left: solid 2px #efefeb;
  margin: 0;
  color: transparent;
}
.id-preisuebersicht #personenscale div:nth-child(6),
.id-preisrechner #personenscale div:nth-child(6) {
  width: 1px;
}
.id-preisuebersicht input[type=range]::-webkit-slider-runnable-track,
.id-preisrechner input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  background: #efefeb;
  border: none;
  border-radius: 10px;
  margin: 10px 0;
}
.id-preisuebersicht input[type=range]::-webkit-slider-thumb,
.id-preisrechner input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #fff;
  margin-top: -8px;
  border: solid #e00025 3px;
}
.id-preisuebersicht input[type=range]:focus,
.id-preisrechner input[type=range]:focus {
  outline: none;
}
.id-preisuebersicht input[type=range]:focus::-webkit-slider-runnable-track,
.id-preisrechner input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}
.id-preisuebersicht input[type=range]::-moz-range-track,
.id-preisrechner input[type=range]::-moz-range-track {
  width: 100%;
  height: 12px;
  background: #efefeb;
  border: none;
  border-radius: 10px;
}
.id-preisuebersicht input[type=range]::-moz-range-thumb,
.id-preisrechner input[type=range]::-moz-range-thumb {
  border: none;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #fff;
  border: solid 3px #e00025;
}
.id-preisuebersicht input[type=range]:-moz-focusring,
.id-preisrechner input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
.id-preisuebersicht input[type=range]:focus::-moz-range-track,
.id-preisrechner input[type=range]:focus::-moz-range-track {
  background: #ccc;
}
.id-preisuebersicht input[type=range]::-ms-track,
.id-preisrechner input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  padding: 10px 0;
  /* remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /* leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /* remove default tick marks */
  color: transparent;
}
.id-preisuebersicht input[type=range]::-ms-fill-lower,
.id-preisrechner input[type=range]::-ms-fill-lower {
  background: #e00025;
  border-radius: 10px;
}
.id-preisuebersicht input[type=range]::-ms-fill-upper,
.id-preisrechner input[type=range]::-ms-fill-upper {
  background: #efefeb;
  border-radius: 10px;
}
.id-preisuebersicht input[type=range]::-ms-thumb,
.id-preisrechner input[type=range]::-ms-thumb {
  border: none;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #fff;
  border: solid 3px #e00025;
}
.id-preisuebersicht input[type=range]:focus::-ms-fill-lower,
.id-preisrechner input[type=range]:focus::-ms-fill-lower {
  background: #e00025;
}
.id-preisuebersicht input[type=range]:focus::-ms-fill-upper,
.id-preisrechner input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}
.id-preisuebersicht label,
.id-preisrechner label {
  display: inline-block;
  float: left;
  width: 50%;
}
.id-preisuebersicht label input,
.id-preisrechner label input {
  width: 70px;
  height: 40px;
  padding: 10px;
  text-align: center;
}
.id-preisuebersicht label .outer-label,
.id-preisrechner label .outer-label {
  padding-top: 10px;
}
.id-preisuebersicht label .outer-label.left-outer-label,
.id-preisrechner label .outer-label.left-outer-label {
  padding-right: 10px;
}
.id-preisuebersicht label .outer-label.right-outer-label,
.id-preisrechner label .outer-label.right-outer-label {
  padding-left: 10px;
}
.id-geschaeftskunden .media .media-object {
  min-width: 380px;
}
.id-geschaeftskunden .geschaeftskunden-contact-box {
  padding: 10px 20px;
}
@media screen and (max-width: 1023px) {
  .id-geschaeftskunden .geschaeftskunden-contact-box {
    margin-top: 20px;
  }
}
.id-geschaeftskunden .geschaeftskunden-contact-box h4 {
  margin-top: 0;
}
.id-geschaeftskunden .geschaeftskunden-contact-box ul {
  margin-bottom: 0;
}
.id-geschaeftskunden .halfwidth label.halfwidth {
  width: 48% !important;
}
.id-geschaeftskunden .halfwidth label.halfwidth + label.halfwidth {
  float: right;
}
.id-geschaeftskunden .input-append.date {
  width: 95%;
}
@media screen and (min-width: 1024px) {
  .id-geschaeftskunden h4 {
    margin-top: 0;
  }
}
.flip-container {
  /*For when IE adopts preserve-3d*/
  height: 170px;
  position: relative;
  overflow: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  /*set Transition and Backface Properties*/
  /*Define Side-A*/
  /*Define Side-B*/
  /*Turns Side-A*/
  /*Simultaneously Turns Side-B in Opposite Direction*/
}
.flip-container .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.flip-container .flip-label {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #555555;
  color: #fff;
  border: solid 11px #555;
  overflow-y: scroll;
}
.flip-container .flipper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-container .flipper div {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  position: absolute;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 165px;
  width: 100%;
}
.flip-container .front {
  z-index: 100;
  -moz-transform: perspective(800px) rotateY(0deg);
  -webkit-transform: perspective(800px) rotateY(0deg);
  transform: perspective(800px) rotateY(0deg);
}
.flip-container .back {
  -moz-transform: perspective(800px) rotateY(-180deg);
  -webkit-transform: perspective(800px) rotateY(-180deg);
  transform: perspective(800px) rotateY(-180deg);
}
.flip-container .flipper:hover .front {
  -webkit-transform: perspective(800px) rotateY(-89.9deg);
  -moz-transform: perspective(800px) rotateY(-89.9deg);
  transform: perspective(800px) rotateY(180deg);
}
.flip-container .flipper:hover .back {
  -moz-transform: perspective(800px) rotateY(0);
  -webkit-transform: perspective(800px) rotateY(0);
  transform: perspective(800px) rotateY(0deg);
}
.flip-container .flipper:hover .back .slimScrollDiv {
  z-index: 9999;
}
@media screen and (max-width: 991px) {
  .leftrightoffset .swipe-wrapper.shadow-right:after {
    content: "";
    width: 30px;
    position: absolute;
    height: calc(100% - 42px);
    right: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0+0,0.3+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=1);
    /* IE6-9 */
  }
}
@media screen and (max-width: 600px) {
  .leftrightoffset .swipe-wrapper.shadow-right:after {
    height: calc(100% - 26px);
  }
}
@media screen and (max-width: 991px) {
  .leftrightoffset .swipe-wrapper.shadow-left:before {
    content: "";
    width: 30px;
    position: absolute;
    height: calc(100% - 42px);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0.3+0,0+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
  }
}
@media screen and (max-width: 991px) {
  .leftrightoffset .swipe-wrapper.shadow-left:before {
    left: 260px;
  }
}
@media screen and (max-width: 600px) {
  .leftrightoffset .swipe-wrapper.shadow-left:before {
    left: 139px;
    height: calc(100% - 26px);
  }
}
.leftrightoffset#heizgas .shadow-right:after,
.leftrightoffset#kochgas .shadow-right:after,
.leftrightoffset#heizgas.shadow-left:after,
.leftrightoffset#kochgas.shadow-left:after,
.leftrightoffset#heizgas .shadow-right:before,
.leftrightoffset#kochgas .shadow-right:before,
.leftrightoffset#heizgas.shadow-left:before,
.leftrightoffset#kochgas.shadow-left:before {
  height: 617px;
}
@media screen and (max-width: 1023px) {
  .leftrightoffset#heizgas .shadow-right:after,
  .leftrightoffset#kochgas .shadow-right:after,
  .leftrightoffset#heizgas.shadow-left:after,
  .leftrightoffset#kochgas.shadow-left:after,
  .leftrightoffset#heizgas .shadow-right:before,
  .leftrightoffset#kochgas .shadow-right:before,
  .leftrightoffset#heizgas.shadow-left:before,
  .leftrightoffset#kochgas.shadow-left:before {
    height: calc(100% - 123px);
  }
}
.leftrightoffset#heizgas .shadow-left:not(.shadow-right):before,
.leftrightoffset#kochgas .shadow-left:not(.shadow-right):before {
  height: 617px;
}
@media screen and (max-width: 1023px) {
  .leftrightoffset#heizgas .shadow-left:not(.shadow-right):before,
  .leftrightoffset#kochgas .shadow-left:not(.shadow-right):before {
    height: calc(100% - 123px);
  }
}
body.modal-open[style] {
  padding-right: 0 !important;
}
@media screen and (min-width: 1024px) {
  .modal.in:not(.ekko-lightbox) .modal-dialog {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
  }
}
@media screen and (max-width: 480px) {
  .modal.in:not(.ekko-lightbox) .modal-dialog {
    width: 90%;
    overflow-y: scroll;
    height: 70%;
    left: 3%;
    top: 50px;
    height: calc(100% - 100px);
  }
}
.modal.in:not(.ekko-lightbox) .modal-dialog .modal-content {
  border-radius: 0;
}
.modal-dialog form label {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.modal-dialog form label input {
  width: 100%;
}
.modal-dialog form button.btn-primary {
  margin: 0 auto;
  display: block;
}
.modal-body {
  display: inline-block;
  width: 100%;
}
.ekko-lightbox .modal-dialog {
  flex: 100% !important;
  margin-left: 0;
  margin-right: 0;
}
body.modal-open .navbar.main-nav-first,
body.modal-open .scrolltop {
  display: none !important;
}
.modal.in.gallery-overlay .modal-dialog {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
@media screen and (max-width: 480px) {
  .modal.in.gallery-overlay .modal-dialog {
    left: 0;
    overflow-y: initial;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-content {
  max-height: 100%;
  overflow: hidden;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
}
@media screen and (min-width: 1024px) {
  .modal.in.gallery-overlay .modal-dialog .modal-content {
    height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .modal.in.gallery-overlay .modal-dialog .modal-content {
    height: auto;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-header {
  border: none;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .modal.in.gallery-overlay .modal-dialog .modal-header {
    height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .modal.in.gallery-overlay .modal-dialog .modal-header {
    height: 60px;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-header button {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 42px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .modal.in.gallery-overlay .modal-dialog .modal-header button {
    right: 15px;
    top: 15px;
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .modal.in.gallery-overlay .modal-dialog .modal-header button {
    right: 15px;
    top: 15px;
    font-size: 32px;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-body {
  padding: 0 100px;
  height: calc(100% - 80px);
}
@media screen and (max-width: 1023px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body {
    padding: 0 50px;
  }
}
@media screen and (max-width: 600px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body {
    padding: 0 40px;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-body img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-height: calc(100% - 100px);
}
.modal.in.gallery-overlay .modal-dialog .modal-body .medialegend {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  position: relative;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 1500px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body .medialegend {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body .medialegend {
    width: 100%;
    transform: translateX(-50%) translateY(0) !important;
    padding: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body .medialegend {
    padding: 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body .medialegend {
    flex-flow: column;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-body .medialegend .title {
  width: 70%;
}
@media screen and (max-width: 480px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body .medialegend .title {
    width: 100%;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-body .medialegend .subtitle {
  font-size: 10px;
  line-height: 12px;
  width: 30%;
  text-align: right;
  margin-top: 2px;
}
@media screen and (max-width: 480px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body .medialegend .subtitle {
    width: 100%;
    margin-top: 10px;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-body .medialegend.onlytitle .title {
  width: 100%;
}
.modal.in.gallery-overlay .modal-dialog .modal-body .medialegend.onlytitle .subtitle {
  display: none;
}
.modal.in.gallery-overlay .modal-dialog .modal-body .medialegend.onlycredits .title {
  display: none;
}
.modal.in.gallery-overlay .modal-dialog .modal-body .medialegend.onlycredits .subtitle {
  width: 100%;
}
.modal.in.gallery-overlay .modal-dialog .modal-body .sgsw-custom-slider-btns.style-modal button.slick-prev {
  margin-left: 10px;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body .sgsw-custom-slider-btns.style-modal button.slick-prev {
    margin-left: 0;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-body .sgsw-custom-slider-btns.style-modal button.slick-next {
  margin-right: 10px;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body .sgsw-custom-slider-btns.style-modal button.slick-next {
    margin-right: 0;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-body .sgsw-custom-slider-btns.style-modal button.slick-prev:before,
.modal.in.gallery-overlay .modal-dialog .modal-body .sgsw-custom-slider-btns.style-modal button.slick-next:before {
  display: none;
}
.kontakt-flexrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kontakt-flexrow .kontakt-flexitem {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .kontakt-flexrow .kontakt-flexitem {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 1023px) {
  .kontakt-flexrow .kontakt-flexitem {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .kontakt-flexrow .kontakt-flexitem.fullwidth-kontaktflexitem {
    width: 100%;
  }
}
.kontakt-flexrow .kontakt-flexitem .kontaktbox {
  width: 100%;
  display: flex;
  flex-flow: column;
}
.kontakt-flexrow .kontakt-flexitem .kontaktbox .media-body {
  width: 100%;
  display: inline-block;
}
.kontakt-flexrow .kontakt-flexitem .kontaktbox a {
  color: #000;
  text-decoration: underline;
}
.kontakt-flexrow .kontakt-flexitem .kontaktbox .toprow {
  display: flex;
  flex-flow: row;
}
@media screen and (max-width: 480px) {
  .kontakt-flexrow .kontakt-flexitem .kontaktbox .toprow {
    flex-flow: column;
  }
  .kontakt-flexrow .kontakt-flexitem .kontaktbox .toprow .description {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .kontakt-flexrow .kontakt-flexitem .kontaktbox .toprow {
    flex-direction: row-reverse;
  }
}
.kontakt-flexrow .kontakt-flexitem .kontaktbox .toprow .description {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .kontakt-flexrow .kontakt-flexitem .kontaktbox .toprow .profile-picture {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .kontakt-flexrow .kontakt-flexitem .kontaktbox .toprow .profile-picture:empty {
    margin-right: 0;
  }
}
.kontakt-flexrow .kontakt-flexitem .kontaktbox iframe {
  width: 100%;
}
.kontaktbox,
.servicebox {
  background: #efefeb;
  padding: 20px;
  float: left;
  margin-bottom: 20px;
}
.kontaktbox .iconlist.address-iconlist a i {
  width: 25px;
}
.kontaktbox .mail a {
  margin-left: 22px;
}
.kontaktbox .mail i {
  margin-left: -22px;
}
.servicebox {
  width: 100%;
}
.servicebox h3,
.servicebox h4 {
  float: left;
  line-height: 1.3em;
}
.servicebox h3 {
  margin-top: 0;
  margin-bottom: 21px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .servicebox h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .servicebox h3 {
    font-size: 32px;
  }
}
.servicebox h4 {
  font-weight: normal;
  font-weight: normal !important;
  font-family: "Univers LT W01_55 Roman1475956", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 1023px) {
  .servicebox h4 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .servicebox h4 {
    font-size: 20px;
  }
}
.servicebox .boxcontent h4:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .servicebox .boxcontent {
    font-size: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .servicebox .boxcontent {
    font-size: 13px;
  }
}
.servicebox .boxcontent > img {
  margin-bottom: 12px;
}
.servicebox.iconbox h3 .title-description {
  float: left;
  width: calc(100% - 45px);
}
.servicebox.iconbox h3 .title-icon {
  float: right;
  width: 45px;
  text-align: right;
  color: #e00025;
}
.servicebox a.boxlink {
  color: black;
}
.iconlist.address-iconlist a {
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
  word-break: break-all;
}
.iconlist.address-iconlist a i {
  padding-right: 4px;
  width: 20px;
  color: black;
}
.oc-radio:focus,
.oc-checkbox:focus {
  outline: none;
}
label {
  position: relative;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type=radio],
input[type=checkbox] {
  display: none;
}
input[type=radio] + label span,
input[type=checkbox] + label span {
  display: inline-block;
  float: left;
  width: 19px;
  height: 19px;
  margin: 2px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border: solid transparent 2px;
  background-color: #EFEFEB;
}
input[type=radio] + label span span,
input[type=checkbox] + label span span {
  background-color: #292321;
}
input[type=radio] + label span,
input[type=checkbox] + label span,
input[type=radio]:checked + label span,
input[type=checkbox]:checked + label span {
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
input[type=radio] + label span {
  -moz-border-radius: 50%;
  border-radius: 50%;
}
input[type=radio]:checked + label span {
  background-color: #CC3300;
  border-width: 4px;
}
input[type=checkbox]:checked + label span:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 1px;
  top: -4px;
  color: #e00025;
  font-size: 1.2em;
}
.id-map {
  margin-top: 20px;
}
.id-map .maphome {
  height: 520px;
}
.id-map .maphome #LocateButton {
  display: none !important;
  position: absolute;
  top: 90px;
  left: 15px;
  z-index: 40;
}
.id-map .maphome #BasemapToggle {
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 40;
}
.id-map .select-box {
  z-index: 99;
  position: absolute;
  right: 20px;
  top: 12px;
  width: 280px;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .id-map .select-box {
    right: 10px;
    top: 10px;
    font-size: 12px;
    width: 220px;
  }
  .id-map .select-box .panel-body {
    width: 210px !important;
  }
}
.id-map .select-box #layer-select {
  display: inline-block;
  font-size: 14px;
}
.id-map .select-box .panel-heading {
  cursor: pointer;
}
.id-map .select-box .panel-heading i.toggler {
  font-size: 2em;
  margin-top: -7px;
}
.id-map .select-box .panel-body {
  padding: 10px 10px;
}
@media screen and (min-width: 1024px) {
  .id-map .select-box .panel-body {
    width: 280px;
  }
}
@media screen and (max-width: 1023px) {
  .id-map .select-box .panel-body {
    width: 280px;
  }
}
.id-map .select-box .panel-body .dijit {
  float: left;
  width: 100%;
}
.id-map .select-box .panel-body .dijit label {
  float: right;
  width: calc(100% - 40px);
  text-align: left;
}
.id-map .select-box .panel-body .dijit label:before {
  content: " ";
  display: inline-block;
  float: left;
  width: 19px;
  height: 19px;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  border: solid #E3E2DA 2px;
  background-color: #EFEFEB;
  position: absolute;
  left: -26px;
}
.id-map .select-box .panel-body .dijit.dijitChecked label:after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: -24px;
  top: -3px;
  color: #e00025;
  font-size: 1.2em;
}
.id-map .select-box .panel-body .dijit input[type="checkbox"] {
  float: left;
  width: 30px;
  -webkit-appearance: checkbox;
}
.mapwrap {
  position: relative;
}
.mapwrap .overlay {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background: transparent;
}
@media screen and (max-width: 1023px) {
  h2 + p > a.pull-right {
    float: left !important;
    display: inline-block;
    clear: both;
    width: 100%;
  }
}
.alert {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999999999999;
  width: 100%;
}
.id-parallax {
  height: 500px;
}
@media screen and (min-width: 1384px) {
  .id-parallax {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .id-parallax {
    height: 350px;
  }
}
.id-parallax.overlay-top {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
  padding-top: 0;
}
.id-parallax .parallax-bg {
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .id-parallax .parallax-bg {
    height: 350px;
  }
}
.id-parallax .parallax-teaser {
  position: relative;
  top: 60px;
  left: 0;
  background-color: #505050;
  color: #fff;
  opacity: 0.9;
  width: 420px;
  max-width: 100%;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .id-parallax .parallax-teaser {
    padding: 10px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax-bg {
    background-attachment: scroll !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: portrait) {
  .parallax-bg {
    background-attachment: scroll !important;
  }
}
.orderable-overview img {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .orderable-overview img {
    margin-bottom: 10px;
  }
}
.id-produktberater .berater-section {
  margin-bottom: 30px;
}
.id-produktberater .berater-section a.input-style {
  display: none;
}
.id-produktberater .btn-primary {
  float: right;
}
.id-produktberater .input-label.adresse {
  width: calc(100% - 287px);
}
.id-produktberater .input-label.adresse input {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .id-produktberater .input-label.adresse {
    width: 100%;
    float: right;
    margin-right: 0;
  }
  .id-produktberater .btn-primary {
    width: 100%;
  }
}
.newsitem {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .newsitem {
    border-bottom: none;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .newsitem .col-xxs-12 + .col-xxs-12 {
    border-top: none;
    padding-top: 10px;
  }
}
.captcha {
  padding: 10px;
  border: solid silver 2px;
  margin: 10px 0;
  width: auto;
  float: left;
}
.comment-form-paragraph {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .news-detail-img {
    max-width: 90%;
  }
}
.news-detail-img .image-description {
  font-size: 12px;
}
.image-description-label {
  font-size: 12px;
}
.id-video .media a {
  display: none;
}
.video-wrapper,
.audio-wrapper {
  --plyr-color-main: #e00025;
}
.video-wrapper .plyr--video .plyr__control--overlaid {
  background-color: transparent;
  border: 2px solid #fff;
}
.video-wrapper .plyr--video .plyr__control--overlaid:hover {
  background-color: #e00025;
  border: none;
}
.audio-wrapper {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.video-wrapper .plyr__poster {
  background-size: cover;
}
.video-wrapper .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper,
.video-wrapper .plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 100%;
}
.video-wrapper .plyr:-webkit-full-screen.plyr--vimeo > .plyr__video-wrapper > .plyr__video-embed__container,
.video-wrapper .plyr--fullscreen-fallback.plyr--vimeo > .plyr__video-wrapper > .plyr__video-embed__container {
  transform: none !important;
  position: initial;
}
.video-wrapper iframe {
  margin-top: 0 !important;
}
.video-wrapper .responsive-iframe {
  position: relative;
  padding-top: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-bottom: 5px;
  height: 0;
  overflow: hidden;
}
.video-wrapper .responsive-iframe iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.product-overview .main-nav-sub li.active > a {
  text-decoration: none;
}
.campaign-circle {
  background-color: #e00025;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.campaign-circle .circle-content {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  overflow-y: hidden;
  border-radius: 50%;
  max-height: 100%;
  text-align: center;
}
.carousel-item,
.uebersicht-item {
  position: relative;
  background-size: cover;
}
.carousel-item a,
.uebersicht-item a {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
}
.carousel-item a:hover,
.uebersicht-item a:hover {
  color: #fff;
}
.carousel-item .campaign-circle,
.uebersicht-item .campaign-circle {
  width: 160px !important;
  height: 160px !important;
}
.carousel-item .campaign-circle .p-top,
.uebersicht-item .campaign-circle .p-top {
  margin-top: 23px;
  float: left;
  display: block;
  width: 100%;
}
.carousel-item .campaign-circle .p-bottom,
.uebersicht-item .campaign-circle .p-bottom {
  margin-top: 0;
  float: left;
  display: block;
  width: 100%;
  max-height: 3.3em;
  overflow: hidden;
  padding: 0 10px;
}
.carousel-item .campaign-circle .fs-xl,
.uebersicht-item .campaign-circle .fs-xl {
  font-size: 38px;
}
.carousel-item .campaign-circle .fs-s,
.uebersicht-item .campaign-circle .fs-s {
  font-size: 12px;
  line-height: 1.1em;
}
.slick-prev:before,
.slick-next:before {
  opacity: 0.95;
}
.stsg-carousel {
  height: 200px;
  position: relative;
  /*
    &.tiles-carousel {
        margin-bottom: 28px;
        height: 336px;
        @media @mobilemax991 {height: 400px;}
        @media @mobilemedium {height: 250px;}
        @media @smallmobile {height: 150px;}

        div.slick-list {
            height: 336px;
            @media @mobilemax991 {height: 400px;}
            @media @mobilemedium {height: 250px;}
            @media @smallmobile {height: 150px;}

            .slick-track {
                height: 336px;
                @media @mobilemax991 {height: 400px;}
                @media @mobilemedium {height: 250px;}
                @media @smallmobile {height: 150px;}

                .carousel-item {
                    height: 336px;
                    border-right: solid 8px #fff; border-left: solid 10px #fff;
                    @media @mobilemax991 {height: 400px;}
                    @media @mobilemedium {height: 250px;}
                    @media @smallmobile {height: 150px;}
                }
            }
        }
    }*/
}
.stsg-carousel.fullwidthslide .carousel-item {
  margin: 0;
}
.stsg-carousel a {
  float: left;
  display: inline-block;
  width: 100%;
}
.stsg-carousel a:hover {
  color: #e00025;
  text-decoration: underline;
}
.stsg-carousel > div.slick-list {
  height: 200px;
}
.stsg-carousel > div.slick-list > .slick-track {
  height: 200px;
}
.stsg-carousel > div.slick-list > .slick-track .carousel-item {
  height: 200px;
}
.stsg-carousel .carousel-item {
  margin: 0 10px;
  cursor: pointer;
}
.stsg-carousel .carousel-item .carousel-image {
  width: 100%;
  height: 100%;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .stsg-carousel .carousel-item.news-item {
    width: calc(100% - 84px);
  }
}
@media screen and (max-width: 1023px) {
  .stsg-carousel .carousel-item.news-item {
    width: calc(100% - 20px);
  }
}
.stsg-carousel button.slick-next {
  background: none;
}
@media screen and (min-width: 1500px) {
  .stsg-carousel button.slick-next {
    right: -38px;
  }
}
@media screen and (max-width: 1499px) and (min-width: 1024px) {
  .stsg-carousel button.slick-next {
    right: 9px;
    width: 40px;
  }
  .stsg-carousel button.slick-next:before {
    padding-top: 5px !important;
  }
}
.stsg-carousel button.slick-next:before {
  color: #000;
  font-size: 40px;
}
.stsg-carousel button.slick-prev {
  background: none;
}
@media screen and (min-width: 1500px) {
  .stsg-carousel button.slick-prev {
    left: -30px;
  }
}
@media screen and (max-width: 1499px) and (min-width: 1024px) {
  .stsg-carousel button.slick-prev {
    left: 9px;
    width: 40px;
  }
  .stsg-carousel button.slick-prev:before {
    padding-top: 5px !important;
    margin-left: 0 !important;
  }
}
.stsg-carousel button.slick-prev:before {
  color: #000;
  font-size: 40px;
}
.stsg-carousel button.slick-next,
.stsg-carousel button.slick-prev {
  height: 100%;
  top: 0;
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .stsg-carousel button.slick-next,
  .stsg-carousel button.slick-prev {
    margin-left: 10px;
    margin-right: 8px;
  }
}
.stsg-carousel button.slick-next:before,
.stsg-carousel button.slick-prev:before {
  padding: 0 !important;
}
@media screen and (max-width: 1023px) {
  .stsg-carousel button.slick-next:before,
  .stsg-carousel button.slick-prev:before {
    background: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 1023px) {
  .stsg-carousel button {
    width: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-carousel button:before {
    width: 50px;
    height: 42px;
  }
}
.stsg-carousel .slick-prev.slick-disabled:before,
.stsg-carousel .slick-prev:before {
  content: "\f060";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}
@media screen and (min-width: 1024px) {
  .stsg-carousel .slick-prev.slick-disabled:before,
  .stsg-carousel .slick-prev:before {
    margin-left: -25px;
  }
}
.stsg-carousel .slick-next:before,
.stsg-carousel .slick-next.slick-disabled:before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}
.stsg-carousel.tiles-carousel {
  height: 360px;
  max-width: 960px;
  margin: 0 auto 28px auto;
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.tiles-carousel {
    max-width: calc(100% - 100px);
  }
}
@media screen and (max-width: 600px) {
  .stsg-carousel.tiles-carousel {
    max-width: 100%;
  }
}
.stsg-carousel.tiles-carousel a:hover {
  color: initial;
  text-decoration: none;
}
.stsg-carousel.tiles-carousel > div.slick-list {
  height: 100%;
}
.stsg-carousel.tiles-carousel > div.slick-list > .slick-track {
  height: 100%;
}
.stsg-carousel.tiles-carousel button.slick-next {
  right: -38px;
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.tiles-carousel button.slick-next {
    right: -40px;
  }
}
@media screen and (max-width: 600px) {
  .stsg-carousel.tiles-carousel button.slick-next {
    right: 0;
  }
}
.stsg-carousel.tiles-carousel button.slick-prev {
  left: -25px;
}
@media screen and (max-width: 1499px) and (min-width: 1024px) {
  .stsg-carousel.tiles-carousel button.slick-prev {
    left: -35px;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.tiles-carousel button.slick-prev {
    left: -42px;
  }
}
@media screen and (max-width: 600px) {
  .stsg-carousel.tiles-carousel button.slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.tiles-carousel button.slick-next,
  .stsg-carousel.tiles-carousel button.slick-prev {
    margin-left: 0;
    margin-right: 0;
  }
  .stsg-carousel.tiles-carousel button.slick-next:before,
  .stsg-carousel.tiles-carousel button.slick-prev:before {
    background: transparent;
  }
}
@media screen and (max-width: 600px) {
  .stsg-carousel.tiles-carousel button.slick-next,
  .stsg-carousel.tiles-carousel button.slick-prev {
    margin-left: 10px;
    margin-right: 10px;
  }
  .stsg-carousel.tiles-carousel button.slick-next:before,
  .stsg-carousel.tiles-carousel button.slick-prev:before {
    background: rgba(239, 239, 235, 0.5);
    position: absolute;
    top: 77px;
    width: 50px;
    height: 42px;
  }
}
@media screen and (max-width: 600px) {
  .stsg-carousel.tiles-carousel.img-topic-tiles button.slick-next:before,
  .stsg-carousel.tiles-carousel.img-topic-tiles button.slick-prev:before {
    background: rgba(255, 255, 255, 0.85);
    top: 72px;
  }
}
.stsg-carousel.tiles-carousel > div.slick-list > .slick-track .carousel-item {
  height: 336px;
  margin: 10px;
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.tiles-carousel button.slick-prev:before {
    left: 0;
    margin-left: 0;
  }
  .stsg-carousel.tiles-carousel button.slick-next:before {
    right: -1px;
  }
}
.stsg-carousel.stsg-carousel-title {
  height: 250px;
  position: relative;
}
.stsg-carousel.stsg-carousel-title > div.slick-list {
  height: 250px;
  /*   @media @desktop-ultra {
                margin-left: -40px;
                width: calc(~"100% + 80px");
            }
             */
}
.stsg-carousel.stsg-carousel-title > div.slick-list > .slick-track {
  height: 250px;
}
.stsg-carousel.stsg-carousel-title button {
  margin-top: -20px !important;
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.stsg-carousel-title.newscarousel button:before {
    position: absolute;
    top: 120px;
    width: 50px;
    height: 42px;
  }
}
@media screen and (min-width: 1500px) {
  .stsg-carousel.stsg-carousel-title.newscarousel {
    margin-left: -42px;
    width: calc(100% + 85px);
  }
  .stsg-carousel.stsg-carousel-title.newscarousel .news-item {
    margin: 0 42px;
  }
}
@media screen and (min-width: 1024px) {
  .stsg-carousel.stsg-carousel-title.newscarousel {
    height: 697px;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.stsg-carousel-title.newscarousel {
    height: 547px;
  }
}
@media screen and (min-width: 1500px) {
}
@media screen and (min-width: 1024px) {
  .stsg-carousel.stsg-carousel-title.newscarousel > div.slick-list {
    height: 717px;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.stsg-carousel-title.newscarousel > div.slick-list {
    height: 547px;
  }
}
.stsg-carousel.stsg-carousel-title.newscarousel > div.slick-list > .slick-track {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .stsg-carousel.stsg-carousel-title.newscarousel > div.slick-list > .slick-track {
    height: 717px;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.stsg-carousel-title.newscarousel > div.slick-list > .slick-track {
    height: 547px;
  }
}
.stsg-carousel.stsg-carousel-title.newscarousel .carousel-item .carousel-image-outer {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .stsg-carousel.stsg-carousel-title.newscarousel .carousel-item .carousel-image-outer {
    max-height: 291px;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.stsg-carousel-title.newscarousel .carousel-item .carousel-image-outer {
    max-height: 244px;
  }
}
@media screen and (min-width: 1024px) {
  .stsg-carousel.stsg-carousel-title.newscarousel .carousel-item .carousel-image-outer .carousel-image {
    height: 291px;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.stsg-carousel-title.newscarousel .carousel-item .carousel-image-outer .carousel-image {
    height: 244px;
  }
}
.stsg-carousel.stsg-carousel-title.newscarousel .carousel-item a {
  height: calc(100% - 5px);
  border: solid transparent 1px;
}
@media screen and (max-width: 1023px) {
  .stsg-carousel.stsg-carousel-title.newscarousel button.slick-prev:before {
    left: 0;
    margin-left: 0;
  }
  .stsg-carousel.stsg-carousel-title.newscarousel button.slick-next:before {
    right: -1px;
  }
}
@media screen and (max-width: 1499px) and (min-width: 1024px) {
  .stsg-carousel.stsg-carousel-title.newscarousel button.slick-prev:before {
    left: 0;
  }
  .stsg-carousel.stsg-carousel-title.newscarousel button.slick-next:before {
    right: 0;
  }
  .stsg-carousel.stsg-carousel-title.newscarousel button.slick-next:before,
  .stsg-carousel.stsg-carousel-title.newscarousel button.slick-prev:before {
    position: absolute;
    top: 120px;
    width: 100%;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1570px) {
  .stsg-carousel.stsg-carousel-title.newscarousel button.slick-next {
    right: 2px;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1570px) {
  .stsg-carousel.stsg-carousel-title.newscarousel button.slick-prev {
    left: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-carousel button.slick-next:before,
  .stsg-carousel button.slick-prev:before {
    background: rgba(255, 255, 255, 0.85);
  }
}
@media screen and (max-width: 1499px) and (min-width: 1024px) {
  .stsg-carousel button.slick-next:before,
  .stsg-carousel button.slick-prev:before {
    background: rgba(255, 255, 255, 0.85);
  }
}
.stsg-carousel.fullwidthslide {
  height: 500px;
}
@media screen and (max-width: 991px) {
  .stsg-carousel.fullwidthslide {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .stsg-carousel.fullwidthslide {
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  .stsg-carousel.fullwidthslide {
    height: 150px;
  }
}
.stsg-carousel.fullwidthslide div.slick-list {
  height: 500px;
}
@media screen and (max-width: 991px) {
  .stsg-carousel.fullwidthslide div.slick-list {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .stsg-carousel.fullwidthslide div.slick-list {
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  .stsg-carousel.fullwidthslide div.slick-list {
    height: 150px;
  }
}
.stsg-carousel.fullwidthslide div.slick-list .slick-track {
  height: 500px;
}
@media screen and (max-width: 991px) {
  .stsg-carousel.fullwidthslide div.slick-list .slick-track {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .stsg-carousel.fullwidthslide div.slick-list .slick-track {
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  .stsg-carousel.fullwidthslide div.slick-list .slick-track {
    height: 150px;
  }
}
.stsg-carousel.fullwidthslide div.slick-list .slick-track .carousel-item {
  height: 500px;
  border-right: solid 8px #fff;
  border-left: solid 10px #fff;
}
@media screen and (max-width: 991px) {
  .stsg-carousel.fullwidthslide div.slick-list .slick-track .carousel-item {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .stsg-carousel.fullwidthslide div.slick-list .slick-track .carousel-item {
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  .stsg-carousel.fullwidthslide div.slick-list .slick-track .carousel-item {
    height: 150px;
  }
}
.stsg-carousel.fullwidthslide.stsg-carousel-title {
  height: 540px;
}
@media screen and (max-width: 991px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title {
    height: 440px;
  }
}
@media screen and (max-width: 767px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title {
    height: 200px;
  }
}
.stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list {
  height: 540px;
}
@media screen and (max-width: 991px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list {
    height: 440px;
  }
}
@media screen and (max-width: 767px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list {
    height: 200px;
  }
}
.stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list .slick-track {
  height: 540px;
}
@media screen and (max-width: 991px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list .slick-track {
    height: 440px;
  }
}
@media screen and (max-width: 767px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list .slick-track {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list .slick-track {
    height: 200px;
  }
}
.stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list .slick-track .carousel-item {
  height: 540px;
}
@media screen and (max-width: 991px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list .slick-track .carousel-item {
    height: 440px;
  }
}
@media screen and (max-width: 767px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list .slick-track .carousel-item {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list .slick-track .carousel-item {
    height: 200px;
  }
}
.stsg-carousel.fullwidthslide.stsg-carousel-title div.slick-list .slick-track .carousel-item .image-description-label {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .home #news-tabs h2.h1-style,
  .themenseite #news-tabs h2.h1-style {
    padding-left: 15px;
    text-align: left;
  }
}
@media screen and (max-width: 1023px) {
  .home #news-tabs .nav-tabs.blank-tab-style,
  .themenseite #news-tabs .nav-tabs.blank-tab-style {
    padding-left: 15px;
  }
}
.home #news-tabs .nav-tabs.blank-tab-style li a,
.themenseite #news-tabs .nav-tabs.blank-tab-style li a {
  padding-left: 15px;
  border: solid transparent 1px !important;
}
.home #news-tabs .nav-tabs.blank-tab-style li a:hover,
.themenseite #news-tabs .nav-tabs.blank-tab-style li a:hover {
  border: solid transparent 1px !important;
}
@media screen and (min-width: 1024px) {
  .home #news-tabs .tab-content,
  .themenseite #news-tabs .tab-content {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .home #news-tabs li.active a,
  .themenseite #news-tabs li.active a {
    text-decoration: none !important;
  }
}
@media screen and (min-width: 1024px) {
  #news-tabs .tabs ul.nav-tabs {
    text-align: center;
    display: inline-block;
  }
}
.news-item a {
  text-decoration: none;
}
.news-item a:hover {
  box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.2);
}
/*.news-item:hover,*/
.news-item a:hover,
.news-item:hover a {
  overflow: hidden;
}
.news-item a:hover .carousel-image,
.news-item:hover a .carousel-image {
  transform: scale(1.03);
  -ms-transform: scale(1.03);
}
.news-item a:hover .carousel-image-outer,
.news-item:hover a .carousel-image-outer {
  max-height: 375px;
  overflow: hidden;
}
.news-item a {
  overflow: hidden;
}
.news-item a .carousel-image {
  transition: all ease 0.4s;
}
.row-newsoverview .news-item {
  float: left;
  max-width: 398px;
}
@media screen and (min-width: 1500px) {
  .row-newsoverview .news-item {
    max-width: 100%;
  }
}
@media screen and (min-width: 1500px) {
  .row-newsoverview .col-md-4:nth-child(3n + 1) {
    padding-right: 25px;
  }
  .row-newsoverview .col-md-4:nth-child(3n + 3) {
    padding-left: 25px;
  }
  .row-newsoverview .col-md-4:nth-child(3n + 2) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.news-item {
  height: 275px;
  margin-bottom: 40px !important;
  float: left;
  display: flex;
  align-items: stretch;
  height: 100% !important;
}
@media screen and (min-width: 1024px) {
  .news-item {
    margin: 0 40px 0 40px;
    min-height: 682px;
  }
  .news-item a {
    height: 682px !important;
  }
}
@media screen and (max-width: 1023px) {
  .news-item {
    margin: 0 20px 0 0;
  }
}
.news-item a {
  height: auto;
  background: #efefeb;
  color: #000 !important;
}
.news-item a:hover {
  text-decoration: none;
}
.news-item a:hover * {
  text-decoration: none;
}
.news-item .carousel-image-outer {
  max-height: 275px;
  overflow: hidden;
}
.news-item .carousel-image-outer .carousel-image {
  height: 275px;
  background-size: cover;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .news-item .tile-content {
    padding: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .news-item .tile-content {
    padding: 12px 1px 12px 12px;
  }
}
.news-item .tile-content .date {
  margin-bottom: 7px;
}
@media screen and (min-width: 1024px) {
  .news-item .tile-content .date {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .news-item .tile-content .date {
    font-size: 12px;
  }
}
.news-item .tile-content .topic {
  max-height: 4.5em;
  line-height: 1.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media screen and (min-width: 1024px) {
  .news-item .tile-content .topic {
    font-size: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .news-item .tile-content .topic {
    padding-right: 12px;
    font-size: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .news-item .tile-content .description {
    -moz-osx-font-smoothing: unset;
    /*   display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;*/
  }
}
.news-item .tile-content .morelink {
  margin-top: 25px;
}
.news-item .tile-content .morelink:before {
  content: "\f105";
  margin-right: 10px;
  color: #e00025;
  font-family: "Font Awesome 5 Pro";
}
@media screen and (max-width: 1023px) {
  .news-item .tile-content .description,
  .news-item .tile-content .morelink {
    font-size: 12px;
  }
}
.row-newsoverview .news-item {
  width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 40px;
  background: #efefeb;
}
.pagination {
  float: left;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: 600 !important;
  white-space: normal !important;
  width: 100% !important;
}
/* Filterliste erweitert */
.yadcf-filter-wrapper {
  margin-left: 0 !important;
  width: calc(100% - 30px);
}
.yadcf-filter.inuse {
  background: none;
  background-color: #efefeb;
}
select.yadcf-filter.form-control {
  margin-bottom: 10px;
}
.yadcf-filter-reset-button {
  display: inline-block;
  background: none;
  border: none;
  color: #e00025;
  padding: 0 6px;
  position: absolute;
  top: 47px;
  right: 10px;
}
table.dataTable thead .sorting:after {
  content: '\f0dc';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  bottom: 20px;
}
table.dataTable thead .sorting_asc:after {
  content: '\f0de';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  bottom: 20px;
}
table.dataTable thead .sorting_desc:after {
  content: '\f0dd';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  bottom: 20px;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: 600 !important;
  white-space: normal !important;
  width: 100% !important;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0 !important;
  width: 100% !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role='row'] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role='row'] > th:first-child:before {
  color: #fff !important;
  background-color: #e00025 !important;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f078" !important;
  padding: 2px 5px !important;
  border-radius: 6px !important;
  margin-right: 5px !important;
  border: none !important;
  box-shadow: none !important;
  display: inline-block !important;
  line-height: 20px !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
  font-weight: normal !important;
  height: auto !important;
  width: auto !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
  content: "\f077" !important;
}
table.dataTable.dtr-column > thead > tr > th.control,
table.dataTable.dtr-column > tbody > tr > td.control {
  padding: 10px !important;
  width: 16px !important;
  min-width: 16px !important;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 10px !important;
  color: #fff !important;
  background-color: #e00025 !important;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f078" !important;
  padding: 2px 5px !important;
  border-radius: 6px !important;
  margin: 0 0 0 -10px !important;
  border: none !important;
  box-shadow: none !important;
  display: inline-block !important;
  line-height: 20px !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
  font-weight: normal !important;
  height: auto !important;
  width: auto !important;
}
table.dataTable.dtr-column > tbody > tr.parent > td.control:before,
table.dataTable.dtr-column > tbody > tr.parent > th.control:before {
  content: "\f077" !important;
}
table.dataTable > tbody > tr.child span.dtr-title {
  font-weight: 600 !important;
  float: left !important;
  margin-right: 10px !important;
  min-width: auto !important;
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_info {
    text-align: left !important;
  }
}
a.th-order-icon {
  padding: 0 3px;
  color: #e00025;
  font-size: 1.1em;
  text-decoration: none;
}
a.th-order-icon:hover {
  color: #000;
}
.pagination-hint {
  margin-top: 35px;
}
.pagination > li .sr-only {
  padding: 0;
  border: none;
}
.modal-dialog .slick-prev,
.modal-dialog .slick-next {
  background: rgba(255, 255, 255, 0.8);
}
.modal-dialog .slick-prev::before,
.modal-dialog .slick-next::before {
  color: #000;
}
.modal-dialog .slick-prev {
  margin-left: 15px;
}
.modal-dialog .slick-next {
  margin-right: 15px;
}
.stadtsg-uebersicht .uebersicht-item {
  height: 200px;
  margin: 10px 0;
}
.stadtsg-uebersicht-landscape .uebersicht-item {
  height: 150px;
  margin: 10px 0;
}
.stadtsg-uebersicht-portrait .uebersicht-item {
  height: 250px;
  margin: 10px 0;
}
@media screen and (max-width: 480px) {
  .stadtsg-uebersicht-landscape .uebersicht-item,
  .stadtsg-uebersicht-portrait .uebersicht-item {
    width: 60% !important;
  }
}
/* Bildübersicht querformat */
.stadtsg-uebersicht .uebersicht-title {
  font-size: 35px;
  text-align: center;
}
.stadtsg-uebersicht a:hover .uebersicht-title {
  color: #e00025;
  text-decoration: underline;
}
.stadtsg-uebersicht .uebersicht-title.fs-s {
  font-size: 20px;
  line-height: 1.2em;
}
.stadtsg-uebersicht .uebersicht-title.fs-m {
  font-size: 30px;
}
.stadtsg-uebersicht .uebersicht-title.fs-l {
  font-size: 40px;
}
.emergency-tile {
  color: #DE0627;
  background: #efefeb;
  padding: 20px;
}
.emergency-tile h2 {
  padding-top: 0;
}
.emergency-tile a {
  color: #DE0627;
}
.emergency-tile p:last-child {
  margin-bottom: 0;
}
.id-topic-tiles.empty {
  height: 0;
  margin-bottom: 20px;
}
.id-topic-tiles a.topic-tile {
  background: #efefeb;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .id-topic-tiles a.topic-tile {
    padding: 10px 22px;
    margin-bottom: 5px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .id-topic-tiles a.topic-tile {
    height: 88px;
    padding: 0 26px 0 22px;
    margin-bottom: 30px;
    font-size: 21px;
  }
}
.id-topic-tiles a.topic-tile:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-size: 23px;
  color: #e00025;
  position: absolute;
  right: 12px;
}
.id-topic-tiles a.topic-tile:hover {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-decoration: none;
}
.id-topic-tiles a.topic-tile:hover:after {
  color: #fff;
}
/*
.gestaltungselemente {
    .slick-prev {
        @media screen and (min-with: 1167px) {left: -20px;}
    }
   .slick-next {
        @media screen and (min-with: 1167px) {right: -30px;}
    }
    .modal-dialog {
        .slick-prev {
        @media @desktop {left: 0;}
    }
   .slick-next {
        @media @desktop {right: 0;}
    }
    }
}
*/
#social-share {
  width: 100%;
  float: right;
  text-align: right;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  #social-share {
    float: left;
    margin-top: 30px;
  }
}
#social-share .shariff {
  width: calc(100% - 30px);
}
@media screen and (max-width: 767px) {
  #social-share .shariff {
    width: calc(100% - 60px);
    float: left;
    margin-left: 20px;
  }
  #social-share .shariff ul {
    float: left !important;
  }
}
#social-share .shariff .theme-white .shariff-button {
  border: none !important;
}
#social-share .shariff .theme-white .shariff-button a span.fa:before {
  font-size: 22px;
  top: -3px;
  left: 0;
  width: 100%;
  text-align: center;
}
#social-share .shariff .theme-white .shariff-button a {
  display: block;
  text-align: center;
}
#social-share .shariff .theme-white .shariff-button a span.fa {
  display: block;
}
#social-share .shariff .theme-white .shariff-button a span.fa-facebook-f {
  margin-top: 4px;
  display: block;
}
#social-share .shariff .orientation-horizontal {
  margin-left: 0;
  width: auto;
  float: right;
}
#social-share .shariff .orientation-horizontal li {
  min-width: 34px !important;
  max-width: 34px !important;
  margin: 0;
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  #social-share .shariff .orientation-horizontal li.whatsapp {
    display: none;
    min-width: 1px !important;
    max-width: 1px !important;
  }
}
@media screen and (max-width: 1023px) {
  #social-share .shariff .orientation-horizontal li.whatsapp {
    display: inline-block;
  }
}
#social-share ul.comments {
  width: 30px;
  font-size: 20px;
  margin-left: 0;
  padding-left: 0;
  float: right;
}
#social-share ul.comments li {
  display: inline-block;
  background: 0 0;
  list-style: none;
  padding: 5px 0 0 0;
}
#social-share ul.comments li a:link {
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #social-share ul.comments {
    float: left !important;
  }
}
#social-share ul li {
  display: inline-block;
  margin-left: 10px;
}
#social-share a {
  color: #000;
}
#social-share a:hover {
  background: none;
  color: #e00025;
}
#social-share i.fa-commenting {
  font-size: 1.6em;
}
.comments {
  position: relative;
}
.comments ul {
  padding-left: 0;
}
.comments .commentcounter {
  position: absolute;
  top: -1px;
  font-size: 12px;
  background: #505050;
  padding: 0 4px;
  text-align: center;
  display: block;
  right: 0;
  border-radius: 50%;
  color: white;
  border: solid #fff 1px;
  transform: translateX(50%);
}
.id-news a.comments {
  padding-left: 20px;
  color: #000;
}
.id-news a.comments:before {
  content: none;
}
.id-news a.comments .commentcounter {
  top: -7px;
  font-size: 11px;
  right: -3px;
  transform: translateX(50%);
}
.id-news ul.linklist a.comments .commentcounter {
  top: -3px;
}
.shariff .theme-white .shariff-button,
.shariff .theme-white li a,
.shariff li .fa {
  width: 34px !important;
  height: 34px !important;
  max-width: 34px !important;
  max-height: 34px !important;
}
.easyread-img-btn-hint-outer {
  white-space: nowrap;
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .easyread-img-btn-hint-outer {
    width: 100%;
    margin-top: 10px;
  }
}
.easyread-btn-hint {
  width: 35px;
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1023px) {
  .easyread-btn-hint {
    margin-bottom: 0;
  }
}
.easyread-btn.btn {
  font-size: 14px;
  height: 18px;
  min-height: 40px;
  margin-left: 5px;
  background-color: rgba(255, 255, 255, 0.5) !important;
  padding: 3px 10px;
  font-size: 16px;
  min-height: 20px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .easyread-btn.btn {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    width: auto;
  }
}
.easyread-btn.btn .easyread-img {
  width: 22px;
  float: left;
  margin-right: 10px;
}
.easyread-btn.btn .description {
  white-space: nowrap;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  h1 .easyread-btn {
    margin-top: -15px;
  }
}
.ampelinfo {
  width: 100%;
  margin-bottom: 20px;
}
.ampelinfo h3 {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 12px;
}
.ampelinfo .signal {
  width: 16%;
  float: left;
}
@media screen and (max-width: 600px) {
  .ampelinfo .signal {
    margin-right: 4%;
  }
}
.ampelinfo .right {
  width: 84%;
  float: left;
}
@media screen and (max-width: 600px) {
  .ampelinfo .right {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .id-withincontentsearch .stsg-search-wrapper label[for="contextsearch"] {
    width: 500px;
  }
}
a.stsg-tile.search-page-tile {
  background: #efefeb;
  text-decoration: none;
  padding: 20px;
  float: left;
  display: inline-block;
  position: relative;
  color: black;
  margin-bottom: 15px;
  /*
    &.easyread-searchpagetile {
        .easy-read {position: absolute; right: 0; border: solid 2px #fff; border-right: none; font-size: 13px;}
    }*/
}
a.stsg-tile.search-page-tile[href$='.pdf'] .url:before {
  font-family: "Font Awesome 5 Pro";
  margin-right: 2px;
  content: "\f33d";
}
a.stsg-tile.search-page-tile .url {
  word-break: break-all;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #555;
}
a.stsg-tile.search-page-tile .url .file-hint {
  margin-right: 10px;
}
a.stsg-tile.search-page-tile .url .file-hint:before {
  content: "[";
}
a.stsg-tile.search-page-tile .url .file-hint:after {
  content: "]";
}
a.stsg-tile.search-page-tile .description {
  max-height: 5.6em;
  overflow: hidden;
}
a.stsg-tile.search-page-tile:hover {
  text-decoration: none;
  background: #f6f6f4;
}
a.stsg-tile.search-page-tile .topic {
  font-size: 21px;
  width: calc(100% - 80px);
  color: #e00025;
}
a.stsg-tile.search-page-tile .date {
  color: #555;
  display: inline-block;
}
a.stsg-tile.search-page-tile .date:after {
  content: "-";
  margin-left: 10px;
  margin-right: 10px;
}
a.stsg-tile.search-page-tile .easy-read {
  left: inherit;
  border-right: 0;
  position: absolute;
  right: 0;
  border: solid 2px #000;
  border-right: none;
  width: 100px;
}
@media screen and (min-width: 1024px) {
  a.stsg-tile.search-page-tile .easy-read {
    padding: 7px;
  }
}
@media screen and (max-width: 1023px) {
  a.stsg-tile.search-page-tile .easy-read {
    top: 0;
    width: 140px;
    padding: 1px 7px;
  }
}
a.stsg-tile.search-page-tile .easy-read .description {
  font-size: 12px !important;
  font-weight: bold !important;
  line-height: 1.17em !important;
  float: right;
  width: calc(100% - 30px);
  text-align: right;
}
@media screen and (min-width: 1024px) {
  a.stsg-tile.search-page-tile .easy-read .description {
    word-break: break-word;
  }
}
a.stsg-tile.search-page-tile .easy-read .easyread-img {
  float: left;
}
@media screen and (min-width: 1024px) {
  a.stsg-tile.search-page-tile .easy-read .easyread-img {
    width: 25px;
  }
}
@media screen and (max-width: 1023px) {
  a.stsg-tile.search-page-tile .easy-read .easyread-img {
    width: 18px;
  }
}
a.stsg-tile.search-page-tile[href$='.pdf'] .url:before,
a.stsg-tile.search-page-tile[href$='.doc'] .url:before,
a.stsg-tile.search-page-tile[href$='.docx'] .url:before,
a.stsg-tile.search-page-tile[href$='.xls'] .url:before,
a.stsg-tile.search-page-tile[href$='.xlsx'] .url:before,
a.stsg-tile.search-page-tile[href$='.ppt'] .url:before,
a.stsg-tile.search-page-tile[href$='.pptx'] .url:before {
  font-family: "Font Awesome 5 Pro";
  margin-right: 2px;
  content: "\f15c";
}
a.stsg-tile.search-page-tile .topic {
  width: calc(100% - 80px);
}
.search-filter {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 0.85em;
}
@media screen and (max-width: 1023px) {
  .search-filter {
    flex-flow: column;
  }
}
.search-filter ul {
  padding-left: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-filter ul li {
  white-space: nowrap;
}
.search-filter ul li:last-child {
  margin-right: 0;
}
.search-filter img.easy-read {
  width: 20px;
}
.search-filter .inhaltstyp-sections li label {
  width: 100px;
}
.search-filter .inhaltstyp-sections li span.description {
  background: transparent;
  border: none;
}
.search-filter input[type=radio]:checked + label span {
  border: none;
}
.search-area ul li {
  display: inline-block;
  margin-right: 12px;
}
/* Newsoverview */
.news-filter {
  float: left;
  width: 100%;
}
.news-filter label {
  margin-bottom: 0;
}
.news-filter .btn {
  margin-bottom: 4px;
}
.news-filter h4 {
  padding-bottom: 7px;
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 1023px) {
}
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 1024px) {
}
@media screen and (max-width: 1023px) {
}
.news-filter ul.inhaltstyp-items {
  float: left;
  padding-left: 0;
}
.news-filter.date-range .input-outer {
  padding: 0;
}
.news-filter.date-range .input-outer input {
  position: absolute;
  top: 0;
  left: 0;
}
.datepicker-dropdown {
  background: #fff;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.15);
}
.datepicker table tr td,
.datepicker table tr th {
  font-weight: 400;
}
#row-news-detail {
  overflow: hidden;
}
.date-range .date-pick-start,
.date-range .date-pick-end {
  width: 50%;
}
.date-range .date-pick-start .input-outer,
.date-range .date-pick-end .input-outer {
  background-color: #EFEFEB;
  outline: none;
  box-shadow: none;
  border-image: none;
  border: 1px #efefeb solid;
  height: 50px;
  padding-left: 20px !important;
  padding-top: 15px !important;
  float: left;
}
.date-range .date-pick-start .input-outer input,
.date-range .date-pick-end .input-outer input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  padding-top: 5px !important;
  text-align: center;
  font-size: 16px;
  padding-left: 0 !important;
}
.date-range .date-pick-start .input-outer input.datepicker:focus,
.date-range .date-pick-end .input-outer input.datepicker:focus {
  background: -moz-linear-gradient(left, #f2f2f2 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #f2f2f2 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #f2f2f2 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#00ffffff', GradientType=1);
}
.date-range .date-pick-start .input-outer {
  border-right: none;
  width: 100%;
}
.date-range .date-pick-start .input-outer:before {
  content: "";
  width: 0px;
  position: absolute;
  right: -30px;
  height: 0px;
  top: -1px;
  border-top: 22.5px solid transparent;
  border-bottom: 22.5px solid transparent;
  z-index: 4;
}
.date-range .date-pick-end .input-outer {
  padding-left: 1px;
  width: 100%;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: 0;
  height: 10px;
  border-left: 12px solid transparent;
  border-right: solid 12px transparent;
}
.tilebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.stsg-tile.topic-tile,
a.stsg-tile.topic-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background: #efefeb;
  border: solid #efefeb 1px;
  text-decoration: none;
  position: relative;
}
.stsg-tile.topic-tile .tile-icon i,
a.stsg-tile.topic-tile .tile-icon i {
  transition: all 0.5s;
}
.stsg-tile.topic-tile:hover,
a.stsg-tile.topic-tile:hover {
  -webkit-box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.2);
  box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.2);
}
.stsg-tile.topic-tile:hover .tile-icon i,
a.stsg-tile.topic-tile:hover .tile-icon i {
  transform: scale(1.1);
}
@media screen and (min-width: 1024px) {
  .stsg-tile.topic-tile,
  a.stsg-tile.topic-tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 336px;
    padding-top: calc(5 * 28px);
  }
}
@media screen and (max-width: 1023px) {
  .stsg-tile.topic-tile,
  a.stsg-tile.topic-tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding-top: calc(3 * 22px);
  }
}
.stsg-tile.topic-tile .tile-icon,
a.stsg-tile.topic-tile .tile-icon {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  border: grey 2px solid;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .stsg-tile.topic-tile .tile-icon,
  a.stsg-tile.topic-tile .tile-icon {
    top: 28px;
    width: calc(6 * 28px);
    height: calc(6 * 28px);
  }
}
@media screen and (max-width: 1023px) {
  .stsg-tile.topic-tile .tile-icon,
  a.stsg-tile.topic-tile .tile-icon {
    top: 22px;
    width: calc(4 * 22px);
    height: calc(4 * 22px);
  }
}
.stsg-tile.topic-tile .tile-icon i,
a.stsg-tile.topic-tile .tile-icon i {
  align-self: center;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .stsg-tile.topic-tile .tile-icon i,
  a.stsg-tile.topic-tile .tile-icon i {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .stsg-tile.topic-tile .tile-icon i,
  a.stsg-tile.topic-tile .tile-icon i {
    font-size: 70px;
  }
}
.stsg-tile.topic-tile .tile-content,
a.stsg-tile.topic-tile .tile-content {
  background: #fff;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .stsg-tile.topic-tile .tile-content,
  a.stsg-tile.topic-tile .tile-content {
    line-height: 28px;
    padding-top: calc(3 * 28px);
    max-height: calc(7 * 28px);
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-tile.topic-tile .tile-content,
  a.stsg-tile.topic-tile .tile-content {
    line-height: 22px;
    padding-top: calc(3 * 22px);
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .stsg-tile.topic-tile .tile-content .title,
  a.stsg-tile.topic-tile .tile-content .title {
    font-size: 20px;
    white-space: nowrap;
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-tile.topic-tile .tile-content .title,
  a.stsg-tile.topic-tile .tile-content .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
}
@media screen and (min-width: 1024px) {
  .stsg-tile.topic-tile .tile-content .description,
  a.stsg-tile.topic-tile .tile-content .description {
    font-size: 16px;
    color: black;
    max-height: 3.2em;
    overflow: hidden;
    line-height: 24px;
  }
}
.stsg-tile.topic-tile.img-topic-tile,
a.stsg-tile.topic-tile.img-topic-tile {
  padding-top: calc(336px / 2);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .stsg-tile.topic-tile.img-topic-tile,
  a.stsg-tile.topic-tile.img-topic-tile {
    background: #fff;
  }
}
.stsg-tile.topic-tile.img-topic-tile .topictile-image-outer,
a.stsg-tile.topic-tile.img-topic-tile .topictile-image-outer {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
}
.stsg-tile.topic-tile.img-topic-tile .tile-img,
a.stsg-tile.topic-tile.img-topic-tile .tile-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.stsg-tile.topic-tile.img-topic-tile:hover .tile-img,
a.stsg-tile.topic-tile.img-topic-tile:hover .tile-img {
  transform: scale(1.03);
  /*   transform: scale(1.03);
                    -ms-transform: scale(1.03);
                    transition: transform 0.4s;*/
}
.stsg-tile.topic-tile.img-topic-tile .tile-content,
a.stsg-tile.topic-tile.img-topic-tile .tile-content {
  padding-top: 28px;
  z-index: 99;
}
@media screen and (max-width: 1023px) {
  .stsg-tile.topic-tile.img-topic-tile .tile-content,
  a.stsg-tile.topic-tile.img-topic-tile .tile-content {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-tile.topic-tile.img-topic-tile .tile-content,
  a.stsg-tile.topic-tile.img-topic-tile .tile-content {
    padding-top: 12px;
  }
}
.stsg-tile.topic-tile.img-topic-tile .tile-content .description,
a.stsg-tile.topic-tile.img-topic-tile .tile-content .description {
  max-height: 6em;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .stsg-tile.width-25,
  a.stsg-tile.width-25 {
    width: calc((100% / 4) - 22px);
    margin: 0 0 28px 0;
  }
}
@media screen and (max-width: 1023px) {
  .stsg-tile.width-25,
  a.stsg-tile.width-25 {
    width: 100%;
    margin: 6px 0;
  }
}
@media screen and (min-width: 1024px) {
  .stsg-tile.width-25:nth-last-child(-n+4),
  a.stsg-tile.width-25:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}
.stsg-tile.width-25:first-child,
a.stsg-tile.width-25:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .stsg-tile.width-33,
  a.stsg-tile.width-33 {
    width: calc((100% / 3) - 19px);
    margin: 0 0 28px 0;
  }
}
@media screen and (max-width: 1023px) and (min-width: 600px) {
  .stsg-tile.width-33,
  a.stsg-tile.width-33 {
    width: calc((100% / 2) - 14px);
    margin: 0 0 22px 0;
  }
}
@media screen and (max-width: 600px) {
  .stsg-tile.width-33,
  a.stsg-tile.width-33 {
    width: 100%;
    margin: 6px 0;
  }
  .stsg-tile.width-33:first-child,
  a.stsg-tile.width-33:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .stsg-tile.width-50,
  a.stsg-tile.width-50 {
    width: calc((100% / 2) - 15px);
  }
}
@media screen and (max-width: 1023px) {
  .stsg-tile.width-50,
  a.stsg-tile.width-50 {
    width: 100%;
    margin: 6px 0;
  }
}
.stsg-tile.width-100,
a.stsg-tile.width-100 {
  width: 100%;
}
.stsg-tile.empty-tile,
a.stsg-tile.empty-tile {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  touch-action: none;
  border: none;
  visibility: hidden;
}
ul.index-az {
  margin: 0;
  float: left;
  padding: 0;
}
ul.index-az li {
  float: left;
  display: inline-block;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  ul.index-az li {
    padding: 0;
  }
}
ul.index-az li a {
  display: block;
}
@media screen and (min-width: 1024px) {
  ul.index-az li a {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 1023px) {
  ul.index-az li a {
    padding: 10px;
  }
}
.prev-next-nav .previous-link:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
}
.prev-next-nav .next-link:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
}
.stadtparlament td.icon {
  width: 36px;
}
.stadtparlament td.sitzung {
  width: 280px;
}
.stadtparlament td.protokoll {
  width: 130px;
}
.stadtparlament .nichtbehandelt td,
.stadtparlament .nichtbehandelt a {
  color: #999;
}
.stadtparlament .mitglieder-section .mitglied-img img {
  max-height: 200px;
}
.linklist li.download.verbalix a:before {
  content: "\f028";
}
ul.saalplan {
  width: 100%;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row;
}
ul.saalplan a.stparlapersonenlink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
ul.saalplan li.sitz.empty {
  pointer-events: none;
  background: transparent !important;
}
ul.saalplan.sitze li.sitz {
  width: calc(100% / 15);
  border-radius: 2px;
  height: 20px;
  margin: 2px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  color: #84002f;
  background-color: silver;
  position: relative;
}
ul.saalplan.sitze li.sitz.active {
  outline: #000 auto 2px;
}
ul.saalplan.sitze li.sitz.activenow {
  outline: #000 auto 2px;
}
ul.saalplan.sitze li.sitz.fraktionspraesident:before {
  content: "\f005";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  ul.saalplan.sitze li.sitz.fraktionspraesident:before {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  ul.saalplan.sitze li.sitz.fraktionspraesident:before {
    font-size: 14px;
  }
}
ul.saalplan.sitze li.sitz.BDP {
  background-color: #FBC816;
  color: #000;
}
ul.saalplan.sitze li.sitz.Mitte {
  background-color: #ff850c;
  color: #000;
}
ul.saalplan.sitze li.sitz.EVP {
  background-color: #ffff01;
  color: #000;
}
ul.saalplan.sitze li.sitz.FDP {
  background-color: #0071c0;
  color: #000;
}
ul.saalplan.sitze li.sitz.JF {
  background-color: #01b0f1;
  color: #000;
}
ul.saalplan.sitze li.sitz.Gruene {
  background-color: #019443;
  color: #000;
}
ul.saalplan.sitze li.sitz.glp {
  background-color: #ccff9a;
  color: #000;
}
ul.saalplan.sitze li.sitz.jglp {
  background-color: #98ff66;
  color: #000;
}
ul.saalplan.sitze li.sitz.JCVP {
  background-color: #FFC090;
  color: #000;
}
ul.saalplan.sitze li.sitz.JungeGr {
  background-color: #92d14f;
  color: #000;
}
ul.saalplan.sitze li.sitz.JUSO {
  background-color: #ff99ff;
  color: #000;
}
ul.saalplan.sitze li.sitz.Parteilos {
  background-color: #aaa;
  color: #000;
}
ul.saalplan.sitze li.sitz.PFG {
  background-color: #ff32cb;
  color: #000;
}
ul.saalplan.sitze li.sitz.SD {
  background-color: #FF8080;
  color: #000;
}
ul.saalplan.sitze li.sitz.SP {
  background-color: #fe0000;
  color: #000;
}
ul.saalplan.sitze li.sitz.SVP {
  background-color: #3A7045;
  color: #000;
}
ul.saalplan.sitze li.sitz.SVPSen {
  background-color: #3AE045;
  color: #000;
}
ul.saalplan.sitze li.sitz .stparlapersondetail {
  display: none;
  visibility: hidden;
}
ul.saalplan.sitze li.sitz a.stparlapersonlink:hover {
  border: solid black 1px;
  border-radius: 3px;
}
ul.saalplan.sitze li.sitz a.stparlapersonlink:hover + .stparlapersondetail {
  display: block;
  visibility: visible;
}
ul.saalplan.sitze li.sitz a.stparlapersonlink:hover:after {
  content: "\f05a";
  position: absolute;
  font-size: 14px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  height: 100%;
  font-family: "Font Awesome 5 Pro";
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
}
ul.saalplan.sitze li.sitz a {
  float: left;
  width: 100%;
  height: 100%;
  display: block;
}
ul.saalplan.funktionen {
  justify-content: center;
}
ul.saalplan.funktionen li.sitz {
  width: calc(100% / 5 - 4px);
  border-radius: 2px;
  height: 20px;
  margin: 2px;
  vertical-align: middle;
  height: 32px;
}
ul.saalplan.funktionen li.sitz .stparlapersonlink {
  font-size: 11px;
  text-decoration: none;
  padding: 8px 5px;
  width: 100%;
  height: 100%;
  float: left;
}
ul.saalplan.funktionen li.sitz .stparlapersonlink .funktion {
  background: rgba(255, 255, 255, 0.8);
  padding: 0 3px;
}
ul.saalplan.funktionen li.sitz .stparlapersondetail {
  top: 33px;
}
@media screen and (max-width: 650px) {
  ul.saalplan.funktionen li.sitz.empty {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  ul.saalplan.funktionen.reihe-1 .sitz3,
  ul.saalplan.funktionen.reihe-2 .sitz3 {
    width: 33%;
  }
}
.sitze .sitz:nth-child(10) .stparlapersondetail,
.sitze .sitz:nth-child(11) .stparlapersondetail,
.sitze .sitz:nth-child(12) .stparlapersondetail,
.sitze .sitz:nth-child(13) .stparlapersondetail,
.sitze .sitz:nth-child(14) .stparlapersondetail,
.sitze .sitz:nth-child(15) .stparlapersondetail {
  right: 0;
}
.stparlapersondetail {
  position: absolute;
  padding: 10px;
  width: 250px;
  z-index: 99;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  top: 20px;
  color: #000;
  font-size: 13px;
}
.stparlapersondetail h2 {
  font-size: 17px;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 25px;
}
.stparlapersondetail h3 {
  font-size: 13px;
  text-align: left;
  margin-top: 0;
}
.stparlapersondetail th,
.stparlapersondetail td {
  padding: 4px !important;
  text-align: left;
}
.stparlapersondetail table {
  width: 100%;
}
.stparlapersondetail img {
  max-height: 200px;
}
.id-stadtparlament-legende ul {
  padding-left: 0;
}
.leer {
  background-color: #fff;
}
.BDP-colors {
  background-color: #FBC816;
  color: #000;
}
.Mitte-colors {
  background-color: #ff850c;
  color: #000;
}
.EVP-colors {
  background-color: #ffff01;
  color: #000;
}
.FDP-colors {
  background-color: #0071c0;
  color: #000;
}
.JF-colors {
  background-color: #01b0f1;
  color: #000;
}
.Gruene-colors {
  background-color: #019443;
  color: #000;
}
.glp-colors {
  background-color: #ccff9a;
  color: #000;
}
.jglp-colors {
  background-color: #98ff66;
  color: #000;
}
.JCVP-colors {
  background-color: #FFC090;
  color: #000;
}
.JungeGr-colors {
  background-color: #92d14f;
  color: #000;
}
.JUSO-colors {
  background-color: #ff99ff;
  color: #000;
}
.Parteilos-colors {
  background-color: #aaa;
  color: #000;
}
.PFG-colors {
  background-color: #ff32cb;
  color: #000;
}
.SD-colors {
  background-color: #FF8080;
  color: #000;
}
.SP-colors {
  background-color: #fe0000;
  color: #000;
}
.SVP-colors {
  background-color: #3A7045;
  color: #000;
}
.SVPSen-colors {
  background-color: #3AE045;
  color: #000;
}
.fraktionen li,
.parteien li {
  font-size: 14px;
}
.fraktionen li span,
.parteien li span {
  float: right;
  margin-right: 50px;
}
.fraktionen li a,
.parteien li a {
  text-decoration: none;
}
.parteien li:before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
  padding: 0 2px;
  color: transparent !important;
}
.parteien li.SP:before {
  background-color: #fe0000;
  color: #000;
}
.parteien li.FDP:before {
  background-color: #0071c0;
  color: #000;
}
.parteien li.SVP:before {
  background-color: #3A7045;
  color: #000;
}
.parteien li.Mitte:before {
  background-color: #ff850c;
  color: #000;
}
.parteien li.glp:before {
  background-color: #ccff9a;
  color: #000;
}
.parteien li.jglp:before {
  background-color: #98ff66;
  color: #000;
}
.parteien li.Gruene:before {
  background-color: #019443;
  color: #000;
}
.parteien li.JungeGr:before {
  background-color: #92d14f;
  color: #000;
}
.parteien li.EVP:before {
  background-color: #ffff01;
  color: #000;
}
.parteien li.JUSO:before {
  background-color: #ff99ff;
  color: #000;
}
.parteien li.JF:before {
  background-color: #01b0f1;
  color: #000;
}
.parteien li.PFG:before {
  background-color: #ff32cb;
  color: #000;
}
.parteien li span {
  float: right;
  margin-right: 50px;
}
.parteien li a {
  text-decoration: none;
}
.legende .fraktionspraesident:before {
  content: "\f005";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  margin-right: 5px;
}
/**********     sgsw paragraphs    *************/
.id-quote {
  background: #EFEFEB;
  margin: 0 -10px 50px -10px;
  padding: 50px 0 !important;
}
@media screen and (min-width: 1384px) {
  .id-quote {
    margin-left: 0;
    margin-right: 0;
  }
}
.id-quote .quote-panel .text-container {
  display: block;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .id-quote .quote-panel .text-container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .id-quote .quote-panel .text-container {
    padding: 0;
  }
}
.id-quote .quote-panel .text-container .quote-content .quote-icon {
  /*color: @brand-color;*/
}
.id-quote .quote-panel .text-container .quote-content,
.id-quote .quote-panel .text-container .quote-content p {
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .id-quote .quote-panel .text-container .quote-content,
  .id-quote .quote-panel .text-container .quote-content p {
    font-size: 23px;
    line-height: 32px;
  }
}
.id-quote .quote-panel .text-container .autor {
  margin-top: 30px;
  /*margin-top: 40px; margin-left: 50px;*/
  font-size: 14px;
  line-height: 20px;
}
.id-quote .quote-panel .text-container .teaser-canvas-arrow {
  display: none;
}
.id-quote .quote-panel.split-panel {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .id-quote .quote-panel.split-panel {
    flex-flow: column;
  }
}
.id-quote .quote-panel.split-panel .visuals {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .id-quote .quote-panel.split-panel .visuals {
    width: 100%;
    padding-bottom: 20px;
  }
}
.id-quote .quote-panel.split-panel .visuals .quote-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .id-quote .quote-panel.split-panel .visuals .quote-img {
    flex-flow: column;
  }
}
.id-quote .quote-panel.split-panel .text-container {
  width: calc(100% - 250px);
}
@media screen and (max-width: 1023px) {
  .id-quote .quote-panel.split-panel .text-container {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .id-quote .quote-panel.split-panel .text-container {
    width: 100%;
    padding: 0;
  }
}
.id-note .note-content {
  border-left: 4px solid #e00025;
  padding-left: 40px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .id-note .note-content {
    padding-left: 30px;
    font-size: 23px;
    line-height: 32px;
  }
}
.id-bildtext .infobox {
  float: left;
  background-color: #EFEFEB;
  position: relative;
  width: 315px;
  padding: 30px;
  margin: 0 40px 25px 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media screen and (max-width: 767px) {
  .id-bildtext .infobox {
    margin: 0 20px 15px 0;
  }
}
@media screen and (max-width: 600px) {
  .id-bildtext .infobox {
    width: 100%;
  }
}
.id-bildtext .infobox .toggle-button {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #e00025;
  height: 42px;
  width: 42px;
  border-radius: 21px;
  color: #e00025;
  cursor: pointer;
}
.id-bildtext .infobox .toggle-button .icon-close {
  display: none;
}
.id-bildtext .infobox .toggle-button .icon-close i {
  top: 6px;
  transform: translateX(-50%);
}
.id-bildtext .infobox .toggle-button i {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}
.id-bildtext .infobox .introtext {
  width: 255px;
}
.id-bildtext .infobox .introtext .title {
  float: left;
  padding-bottom: 20px;
  margin-right: 35px;
}
.id-bildtext .infobox .introtext .text {
  float: left;
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
}
.id-bildtext .infobox .description {
  display: none;
  width: calc(100% - 315px);
  padding-left: 20px;
}
.id-bildtext .infobox.show-infobox {
  display: flex;
  flex-flow: row;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .id-bildtext .infobox.show-infobox {
    flex-flow: column;
  }
}
.id-bildtext .infobox.show-infobox .toggle-button .icon-open {
  display: none;
}
.id-bildtext .infobox.show-infobox .toggle-button .icon-close {
  display: block;
}
.id-bildtext .infobox.show-infobox .introtext {
  width: 255px;
}
@media screen and (max-width: 767px) {
  .id-bildtext .infobox.show-infobox .introtext {
    flex-flow: column;
  }
}
.id-bildtext .infobox.show-infobox .description {
  display: block;
}
@media screen and (max-width: 767px) {
  .id-bildtext .infobox.show-infobox .description {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
.id-bildtext .infobox ul.rte li:before,
.id-bildtext .infobox ol.rte li:before {
  color: #000;
}
.id-gallery {
  padding-top: 60px !important;
  padding-bottom: 20px !important;
  background-color: #efefeb;
}
@media screen and (min-width: 1384px) {
  .id-gallery {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .id-gallery .imggallerie-carousel {
    /*padding-left: 15px;*/
  }
}
.id-gallery .imggallerie-carousel .img-item {
  width: 650px;
  /*
            @media screen and (min-width: 1221px) {width: calc((1210px / 12 * 8) - 40px);}
            @media screen and (min-width: 1025px) and (max-width: 1220px) {width: calc((100vw / 12 * 8) - 75px);}
            */
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .id-gallery .imggallerie-carousel .img-item {
    width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  .id-gallery .imggallerie-carousel .img-item {
    width: 75vw;
  }
}
.id-gallery .imggallerie-carousel .img-item a {
  height: 438px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  display: block;
}
@media screen and (max-width: 1023px) {
  .id-gallery .imggallerie-carousel .img-item a {
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .id-gallery .imggallerie-carousel .img-item a {
    height: 320px;
  }
}
@media screen and (max-width: 600px) {
  .id-gallery .imggallerie-carousel .img-item a {
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  .id-gallery .imggallerie-carousel .img-item a {
    height: 200px;
  }
}
.id-gallery .imggallerie-carousel .img-item .medialegend {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 16px;
}
@media screen and (max-width: 480px) {
  .id-gallery .imggallerie-carousel .img-item .medialegend {
    flex-flow: column;
  }
}
.id-gallery .imggallerie-carousel .img-item .medialegend .title {
  width: 70%;
  max-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 480px) {
  .id-gallery .imggallerie-carousel .img-item .medialegend .title {
    width: 100%;
  }
}
.id-gallery .imggallerie-carousel .img-item .medialegend .subtitle {
  font-size: 10px;
  line-height: 12px;
  width: 30%;
  text-align: right;
  margin-top: 2px;
}
@media screen and (max-width: 480px) {
  .id-gallery .imggallerie-carousel .img-item .medialegend .subtitle {
    width: 100%;
    margin-top: 10px;
  }
}
.id-gallery .imggallerie-carousel .img-item .medialegend.onlytitle .title {
  width: 100%;
}
.id-gallery .imggallerie-carousel button.slick-next:before {
  font-size: 40px;
}
.id-gallery .imggallerie-carousel button.slick-prev:before {
  font-size: 40px;
}
.id-gallery .imggallerie-carousel .slick-dots {
  padding-top: 35px;
  position: relative;
}
.id-gallery .imggallerie-carousel .slick-dots li button:before {
  color: #fff;
  opacity: 0.85;
}
.id-gallery .imggallerie-carousel .slick-dots li.slick-active button:before {
  color: #e20025;
}
﻿/***********************************/
/*         CSS Stadt  St.Gallen     */
/***********************************/
.max-visible-991 {
  display: none;
}
@media screen and (max-width: 991px) {
  .max-visible-991 {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .desktop-visible {
    display: block !important;
  }
  .inline-desktop-visible {
    display: inline-block !important;
  }
  .mobile-visible {
    display: none !important;
  }
  .inline-mobile-visible {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  body,
  output,
  .form-control,
  .btn,
  .dropdown-menu,
  .input-group-addon,
  .popover,
  .popover-title,
  .maintext,
  .downloadlink-title .icon-link,
  h4.fs17,
  .h4.fs17 {
    font-size: 14px;
  }
  /* Basics */
  .mobile-visible {
    display: block;
  }
  .inline-mobile-visible {
    display: inline-block !important;
  }
  .desktop-visible {
    display: none;
  }
  .inline-desktop-visible {
    display: none !important;
  }
  .affix {
    position: inherit;
  }
  .toggle-left-nav {
    color: #000000;
    font-size: 20px;
  }
  .navbar {
    margin-bottom: 0;
  }
  .main-nav-first .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .main-nav-first .navbar-header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999;
    height: 60px;
    width: 100%;
    padding: 16px 25px 14px 11px;
    margin: 0;
    border-bottom: solid 1px #e3e2da;
  }
  .main-nav-first .navbar-header .navbar-brand {
    width: 150px;
    float: right;
  }
  .main-nav-first .navbar-header #toggle-button {
    width: 50px;
    float: left;
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 23px;
    position: absolute;
    left: 0;
    top: 3px;
    padding: 12px 10px 8px 10px;
  }
  /* Menu */
  .navbar-toggle .icon-bar {
    background: #000000;
  }
  .site-menu-content {
    font-size: 15px;
  }
  .site-menu-content .contact span + span {
    float: right !important;
  }
  .site-menu-content .contact .iconlist a {
    padding-left: 10px !important;
  }
  .site-menu-content .contact .address {
    margin-top: 15px;
  }
  .site-menu-content h4 {
    margin-bottom: 5px;
  }
  .site-menu-content .search.mobile-visible {
    padding: 25px;
  }
  .site-menu-content .mobile-menu-bottom-content {
    padding: 0 26px 26px 26px;
  }
  .site-menu-content .mobile-menu-bottom-content > .content {
    margin-bottom: 50px;
  }
  .site-menu-content .mobile-menu-bottom-content h4 {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .site-menu-content .mobile-menu-bottom-content a.contact-tel {
    background: #efefeb;
    padding: 12px 5px;
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 13px;
  }
  .site-menu-content .mobile-menu-bottom-content a.contact-tel:hover {
    text-decoration: none !important;
  }
  .site-menu-content .mobile-menu-bottom-content a.contact-tel:before {
    position: relative;
    margin-right: 10px;
  }
  .site-menu-content .mobile-menu-bottom-content > a {
    margin-top: 50px;
    float: left;
    width: 50%;
  }
  .site-menu-content .mobile-menu-bottom-content > a + a {
    float: right;
    text-align: right;
  }
  .site-menu-content .mobile-menu-bottom-content .contact-openinghours {
    font-size: 0.9em;
  }
  .site-menu-content .nav li.active {
    text-decoration: none;
  }
  .show-nav #site-canvas {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translate3d(100%, 0, 0);
  }
  #site-menu {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #fff;
  }
  #site-menu .navbar-nav .active > a {
    text-decoration: underline;
  }
  #site-menu .navbar-nav.mobile-visible {
    padding: 22px;
    margin: 0;
  }
  #site-menu .navbar-nav.mobile-visible li {
    display: inline-block;
    font-size: 14px;
    margin-right: 4px;
    float: left;
  }
  #site-menu .navbar-nav.mobile-visible li a {
    background: #efefeb;
    padding: 4px 10px;
    margin-top: 4px;
  }
  #site-menu .navbar-nav.mobile-visible li a:hover {
    background: #d8d8cf;
  }
  #site-menu .navbar-nav.mobile-visible li:not(:first-child) {
    /*  &:after {border-right: solid #555 1px;
                        content: "";
                        width: 1px;
                        height: 14px;
                        margin-left: -8px;
                        padding-left: 5px;
                        display: inline-block;
                        position: absolute;
                        top: 16px;}*/
  }
  .search.mobile-visible {
    width: 100%;
    padding: 10px;
  }
  .search.mobile-visible .search-toggler {
    display: none;
  }
  .search.mobile-visible form.searchform {
    position: relative;
  }
  .search.mobile-visible form.searchform input.searchfield {
    padding-top: 0;
  }
  .search.mobile-visible form.searchform input.searchfield::-webkit-input-placeholder {
    color: #505050;
    font-weight: normal;
  }
  .search.mobile-visible form.searchform input.searchfield:-moz-placeholder {
    /* Firefox 18- */
    color: #505050;
    font-weight: normal;
  }
  .search.mobile-visible form.searchform input.searchfield::-moz-placeholder {
    /* Firefox 19+ */
    color: #505050;
    font-weight: normal;
  }
  .search.mobile-visible form.searchform input.searchfield:-ms-input-placeholder {
    color: #505050;
    font-weight: normal;
  }
  .search.mobile-visible form.searchform label.search-label {
    display: block !important;
  }
  #wrapper.show-nav {
    overflow-x: hidden;
    position: fixed;
    width: 100%;
  }
  #wrapper.show-nav .my-section .basket-teaser {
    left: -209px;
    padding-bottom: 5px;
    top: 5px;
  }
  #wrapper.show-nav .my-section .basket-teaser .dropdown-toggle {
    height: 59px;
    padding-top: 12px;
  }
  #wrapper.show-nav .my-section .basket-teaser .dropdown-menu {
    left: -48px;
    width: 253px !important;
    top: 58px;
  }
  #wrapper.show-nav .my-section .basket-teaser .dropdown-menu button[type="submit"] {
    padding: 5px 4px;
  }
  #wrapper.show-nav .navbar-brand {
    position: absolute;
    left: -160px;
  }
  #wrapper.show-nav .site-menu-header {
    height: 60px;
    background: #fff;
    width: 100%;
    border-bottom: solid 1px #e3e2da;
    position: fixed;
    top: 0;
    z-index: 99;
  }
  #wrapper.show-nav .site-menu-header .toggle-left-nav {
    padding: 15px 14px 11px 26px;
    height: 100%;
    display: inline-block;
  }
  #wrapper.show-nav .site-menu-content {
    margin-top: 60px;
    float: left;
    height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  #wrapper.show-nav #main:after {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
  }
  #stsg-sidebar-scrollspy {
    position: absolute;
    left: 0;
    top: 111px;
    background: #fff;
    z-index: 10000;
    display: none;
  }
  #stsg-sidebar-scrollspy.mobile-shown {
    display: block;
    width: 100%;
    position: fixed;
  }
  #stsg-sidebar-scrollspy.mobile-shown ul {
    width: 100%;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  #stsg-sidebar-scrollspy.mobile-shown ul li {
    border-bottom: solid 1px #e3e2da;
  }
  #stsg-sidebar-scrollspy.mobile-shown ul li + li {
    margin-top: 0;
  }
  #stsg-sidebar-scrollspy.mobile-shown ul li.active a {
    color: #fff;
  }
  #wrapper.home .hotlink-nav {
    display: none;
  }
  /*    #wrapper.home {
            .jumbotron {border-top: solid transparent 8px;}
        }
        #wrapper.product-overview {
            .jumbotron {border-top: solid transparent 101px;}
        }
        #wrapper:not(.home):not(.product-overview) {
            .container-fluid {border-top: solid transparent 101px;}} */
  .jumbotron .teaser .teaser-content {
    background-color: #505050;
    padding: 17px 25px;
    border-top: solid 1px #707070;
    color: #fff;
  }
  .jumbotron .teaser .teaser-content a {
    color: #fff;
  }
  .jumbotron .teaser .teaser-content a:before {
    color: #fff;
  }
  .main-nav li.contact .contact-inner {
    float: left;
  }
  .main-nav li.contact .contact-inner .contact {
    width: calc(100% - 24px * 2);
    margin: 0 auto;
  }
  .main-nav li.contact .contact-inner .contact ul.iconlist > li > a {
    background-color: #efefeb;
    padding: 10px 15px 10px 26px;
    margin-top: 10px;
    white-space: nowrap;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  #wrapper.show-nav #main:after {
    left: 100%;
  }
  #wrapper.show-nav #stsg-sidebar-scrollspy.show-nav,
  #wrapper.show-nav .hotlink-nav,
  #wrapper.show-nav .breadcrumbs .breadcrumb {
    left: 100%;
  }
  #wrapper.show-nav .my-section .basket-teaser {
    left: 52px;
  }
  #wrapper.show-nav .navbar-brand {
    left: 150px;
  }
  .show-nav #toggle-button .fa-bars::before {
    content: "\f00d";
  }
  a {
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  a:before {
    text-decoration: underline;
    display: inline-block;
  }
  a:before,
  a:hover:before {
    text-decoration: none;
  }
}
@media screen and (max-width: 480px) {
  .my-section .dropdown.basket-teaser.open .dropdown-menu {
    left: -57px;
  }
  .col-xxs-12 {
    width: 100%;
  }
}

/* ----------------------------------------------< START: comments > --- */

.comments ul {
	padding-left: 0;
}

.comments-count {
    font-size:16px;
    margin:10px 0;
    color:#666;
    font-weight:bold;
    float: left;
}

.comments-count.replies {
    font-size:1em;
}

.comment {
    margin-top:10px;
}

.comment-header {
    border-bottom:solid 1px #dddddd;
    height:24px;
    line-height:24px;
    vertical-align:bottom;
    clear:both;
}

.comment-header a {
    color:#e00025;
    text-decoration:none;
}

.comment-header a:hover {
    text-decoration:underline;
}

.comment-header .author {
    font-style:normal;
    font-weight:bold;
    font-size:1em;
    float:left;
    margin:0 10px 0 0;
}

.comment-header a {
    font-weight:bold;
}

.comment-header-meta {
    color:#e00025;
    margin-top:6px;
    font-size:11px;
    line-height:normal;
    float:left;
}

.comment-body {
    color:#666666;
    clear:left;
    margin-top:5px;
}

.comment-replies {
    margin-top:5px;
    margin-bottom:2px;
    color:#666666;
}

.comment-replies a{
    color:#e00025;
    cursor: pointer;
}

.comment-replies.tree {
    padding-left:15px;
}

/* Formular */

.replyForm {
	padding-top: 10px;
}

form.commentForm {
    margin: 0;
    padding: 0;
}

form.commentForm .error-message {
	color:#e00025;
	float: left;
	width: 100%;
}

form.commentForm input.has-error, form.commentForm textarea.has-error {
	border-color: #e00025;
}

form.commentForm .comment-info {
    float: left;
}

form.commentForm .form-block {
	display: block;
	float: left;
	width: 100%;
}

/* Formularbutton */
form.commentForm input.submit {
	width: 106px;
	margin: 5px 13px 10px 0;
	cursor: pointer; cursor: hand;
	border: none; 
	color: #fff;
	font-weight: bold; 
	text-align: right;
	height: 25px;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 5px;
	background: url(../../../core/docroot/images/design/stadtsg_portal/button_senden.gif) no-repeat left 2px;
}

form.commentForm .comment-text-label {
    color: #666;
    /*line-height: 18px;*/
    font-weight: bold;
    float: left;
    width: 100%;
    max-width: 350px;
}

form.commentForm .comment-text-description {
    color: #666;
    font-size: 11px;
    line-height: 24px;	
}

form.commentForm .comment-text {
    color:#333333;
    font-family: Arial, Helvetica, sans-serif; 
    font-size:100%;
    margin:0;
    padding:2px;
}

form.commentForm input.comment-text {
	float: left;
	font-family: Arial, Helvetica, sans-serif; 
	padding: 1px 1px 0 1px;	
    margin: 0 10px 4px 0;
    border: solid 1px #c8c8c8;
    font-size: 1em;
    display: block;
    width: 100%;
    max-width:350px;
    height: 18px;
    color: #505050;
}

form.commentForm textarea.comment-text {
	font-family: Arial, Helvetica, sans-serif; 
	float: left;
	padding: 1px;
	font-size: 1em; 
	width: 100%;
	max-width: 475px;
	height: 100px;
	margin: 4px 0 4px 0;
	border: solid 1px #d7d7d7;
	color: #505050;	
}

form.commentForm span.auswahl {
    float: left;
    display: inline;
    width: auto;
    margin: 6px 10px 0 0;
}

form.commentForm input.checkbox {
    width: auto;
    border: none;
    background: none;
    float: left;
    margin: 1px 5px 5px 0;
    height: auto;
    display: block;
}

form.commentForm label.checkbox {
    clear: none;
    float: none;
    line-height: 15px;
    margin: 0;
    padding: 0;
    /*display: block;*/
}

form.commentForm .comment-text-label { }

.comment-spam,
.comment-denied,
.comment-moderate {
    font-weight:bold;
    padding:2px;
    padding-left:5px;
    color:#fff
}

.comment-spam {
    background-color:#ab5c58;
}

.comment-denied {
    background-color:#d8c267;
}

.comment-moderate {
    background-color:#6aa3ec;
}

div.feedlink-text {
	height: 20px; line-height: 20px; padding-top: 2px; padding-bottom: 2px; text-decoration: underline; cursor: pointer;
}

a.feedlink-icon {
	background: url("../../../core/docroot/default/images/collab/feed.png") no-repeat 0px 0px; padding-left: 20px;
}

.comment-level-1 {
	padding-left: 15px;
}
.comment-level-2 {
	padding-left: 30px;
}
.comment-level-3 {
	padding-left: 45px;
}
.comment-level-4 {
	padding-left: 60px;
}
.comment-level-5 {
	padding-left: 75px;
}
.comment-level-6 {
	padding-left: 90px;
}

/* Kommentar Verwaltung */

table.comment-moderation tr {
	border-bottom: 1px solid gray !important;
}

table.comment-moderation tr td {
	padding: 5px 10px 5px 0 !important;
}

table.comment-moderation tr td.comment-level-1 {
	padding-left: 10px !important;
}
table.comment-moderation tr td.comment-level-2 {
	padding-left: 20px !important;
}
table.comment-moderation tr td.comment-level-3 {
	padding-left: 30px !important;
}
table.comment-moderation tr td.comment-level-4 {
	padding-left: 40px !important;
}
table.comment-moderation tr td.comment-level-5 {
	padding-left: 50px !important;
}
table.comment-moderation tr td.comment-level-6 {
	padding-left: 60px !important;
}

a.spam .fa-ban {
	color: #D90000;
}
a.unspam .fa-ban {
	color: #2DB200;
}
a.approve .fa-check {
	color: #2DB200;
}
a.disapprove .fa-question {
	color: #D90000;
}
#swiftype {
  color: #666666;
  width: 100%;
  margin: 0 auto;
}

#swiftype h3 {
	margin: 0 0 2px 0;
	font-size: 13px;
}

/* Search field */

#swiftype form { margin-bottom: 5px; }

#swiftype form input.st-search-input {
  height: 18px;
  width: 500px;
  max-width: 100%;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUFJREFUeNqU0j0oRWEcx/Hj3ifvlMHL7C1lY7mDwUBKkoksBjKJxWIQu7xlOybDLVGukhhMZDFbxGBS8nIjKR3E96nf0dPjuuVfn+6tc35P//P8/yYMw8CpbgygGQlcYw8H+Ai8MvotxQImgt81hk1M4cEPF2IV43jCGo7wjk5MYhhlGMKbG+7BKO4wiGPn8DO1vIN+jGA9fpjQaUksecG4zjGPL3VQ5IZb9OAw+LtO1FkjatxwUuEoTzjSbRu9/xO+0W97nnArqvXuoxve1/9p1OUIlmNGU7EX9+KGt3GKNuyiC5WoQAe2NJFP3PpzzmoR0khpxle6h3pnkeKJPCPjbtglerVFfWhSVxfqJtK4qrChTMY4XdjVm9O21aIA92LrFcv6HHtAsclxQVnxa0WfsqgDUib4X9muStCA2W8BBgDJ0EeGeFZ8WAAAAABJRU5ErkJggg==) no-repeat 7px 7px;
  color: #666;
  border: 1px solid #fff;
  outline: none;
  padding: 5px 9px 5px 27px !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, .2);
  font-size: 14px;
}

/*typeahead*/

.typeahead {
  margin-bottom: 40px;
  padding-left: 20px;
}

.twitter-typeahead {
  height: 40px;
}

.tt-input,
.tt-hint {
  width: 480px;
  height: 40px;
  font-size: 14px;
  /*line-height: 30px;*/
  border: 1px solid #fff !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  outline: none;
}

.tt-hint {
	color: #fff !important;
}

.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-menu {
  width: 500px;
  margin-top: 0; /*5px;*/
  padding: 0; /*8px 0;*/
  background-color: #fff;
  border: 1px solid #fff !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, .2);
}

.tt-suggestion {
  padding: 5px 10px 5px 25px;
  font-size: 14px;
}

.tt-suggestion.tt-cursor, .tt-suggestion:hover {
  color: #000;
  background-color: #ebebeb;
}

.tt-suggestion p {
  margin: 5px;
}

/*  Typeahead Menu  */

.tt-menu .simplepage {
  overflow: hidden;
  width: calc(100% - 10px);
  max-height: 17px;
  float: left;
  margin: 1px;
  padding: 5px 4px;
  cursor: pointer;
}

.tt-menu .simplepage span.title {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}

.tt-menu .page {
	overflow: hidden;
	width: calc(100% - 10px);
	max-height: 62px;
	float: left;
	margin: 1px;
	padding: 2px 4px;
	cursor: pointer;
}

.tt-menu .page h3 {
	margin: 0 0 2px 0 !important;
	color: #008334 !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	line-height: 15px !important;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.tt-menu .page span {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
}

.tt-menu .page em {
	font-weight: bold;
	font-style: normal;
}

.tt-menu .page span.image {
    float: left;
    width: 56px;
    margin-right: 10px;
}

.tt-menu .page span.desc {
	color: #333333;
   	overflow: hidden;
   	text-overflow: ellipsis;
   	display: -webkit-box;
   	line-height: 14px;     /* fallback */
   	max-height: 28px;      /* fallback */
   	-webkit-line-clamp: 2; /* number of lines to show */
   	-webkit-box-orient: vertical;
}

.tt-menu hr { 
	margin-bottom: 5px;
	margin-top: 5px;
}

.show-all {
	padding-left: 5px;
	padding-bottom: 5px;
}

.show-all a {
  font-size: 13px; 
  font-weight: 500;
  color: #008334; 
  text-decoration: none;
}

/* Search result listing */

.st-loading-message {
  font-size: 16px;
  font-style: italic;
  color: #999;
  margin: 10px auto;
}

#st-spelling-suggestion {
    font-size: 13px;
}

#st-spelling-suggestion a.st-suggestion {
    color: #008334;
}

#results { width: 100%; }

#results #st-results-container {
	width: 100%;
}

#results #st-no-results {
  font-size: 16px;
  font-style: italic;
}

#results ul.resultlist {
    margin: 0;
    float: left;
    text-indent: 0px;
}

#results ul.resultlist li {
    padding: 0 0 10px 0;
    background-image: none;
    list-style-type: none;
    overflow: hidden;
}

#results .page {
  overflow: hidden;
  width: 100%;
  max-height: 90px;
  float: left;
  margin: 0; 
  padding: 0;
}

#results .page h2 {
  margin: 5px 0 0 0;
  color: #666666;
  font-weight: 500; 
  font-size: 16px;
}

#results .page h3 {
  	margin: 5px 0 0 0;
  	font-weight: 500; 
  	font-size: 16px;
  	line-height: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#results .page span {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
}

#results .page em {
  font-weight: bold;
  font-style: normal;
}

#results .page p.link {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-bottom: 3px;
	font-size: 13px;
	line-height: 16px;
	color: #666666;
	margin: 0;
}

#results .page span.image {
    float: left;
    width: 56px;
    margin-right: 10px;
}

#results .page span.desc {
	color: #333333;
   	overflow: hidden;
   	text-overflow: ellipsis;
   	display: -webkit-box;
   	line-height: 15px;     /* fallback */
   	max-height: 48px;      /* fallback */
   	-webkit-line-clamp: 3; /* number of lines to show */
   	-webkit-box-orient: vertical;
}

/* Pagination links */

#results .st-page {
  width: 100%; 
  clear: both;
  padding: 20px 0 20px 0;
}

#results .st-page .st-prev {
  margin-right: 20px;
}

#results .st-page a {
  text-transform: uppercase;
  font-size: 14px;
}

#results .st-page a:hover {
  text-decoration: underline;
}

/* Search Infos  */

#swiftype .searchtips {
	margin-bottom: 5px;
}

#swiftype .searchtips a {
	color: #666666;
}

#swiftype .searcharea {
	margin-bottom: 10px;
}

/* Filter */

#searchfilter {
  margin-bottom: 10px;
  font-size: 13px; 
  line-height: 1.75;
}

#searchfilter input[type="checkbox"] {
  display: inline-block; margin-right: 4px; }

#searchinfos {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.75;
	float: left;
	width: 100%;
}

#resultinfo {
	float: left;
	font-style: italic;
	padding-right: 20px;
	width: calc(50% - 20px);
}

#sorting {
	float: right;
	text-align: right;
	width: 50%;
}

#dateRange {
	margin: 5px 0;
}

a.sort,
a.dateFilter,
a.subpageFilter,
a.clear-selection {
  width: auto;
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 2px 7px 2px 7px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  background: #ccc;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

a.sort:last-of-type, a.dateFilter:last-of-type { margin-right: 0; }
a.sort.active, a.dateFilter.active { background: #008334; color: #fff; }

/* Responsive */

@media only screen and (max-width : 900px) {
	#swiftype form {
		padding: 0;
		background: none;
	}
}

@media only screen and (max-width : 615px) {
	#swiftype span.twitter-typeahead {
		width: 100% !important;
	}
		
	#swiftype .st-search-input {
		width: calc(100% - 36px) !important;
	}
	
	#swiftype .tt-menu {
		width: 100% !important;
	}
	
	#swiftype #searchfilter {
		margin-bottom: 5px;
	}
	
	#swiftype a.dateFilter {
		margin: 0 6px 6px 0;
	}
	
	#swiftype #resultinfo {
		padding-right: 0;
		padding-bottom: 5px;
		width: 100%;
	}
	
	#swiftype #sorting {
		float: left;
		text-align: left;
		width: 100%;
	}
 
	#swiftype #results .page {
		max-height: 136px;
	}
	 
	#swiftype #results .page span.desc {
		max-height: 75px;
		-webkit-line-clamp: 5;
	}
}
#swiftype {
    color: #505050 !important;
}

#swiftype hr {
    margin: 0 0 10px 0;
}

#swiftype h3 {
	font-weight: bold;
	padding-top: 5px;
}

.tt-menu .page h3 {
	color: #e00025 !important;
}

.show-all a {
  color: #e00025 !important; 
}

/* Search result listing */

#swiftype .searchtips {
    margin-bottom: 10px !important;
}

#swiftype .searchtips img.help {
    display: none;
}

#searchfilter h3 {
	display: none;
}

#resultinfo {
	font-style: normal !important;
}

#st-spelling-suggestion a.st-suggestion {
    color: #e00025 !important;
}

#results .page {
	max-height: 94px !important;
}

#results .page h3 a {
  	color: #e00025 !important;
}

#results .page p.link {
	font-size: inherit !important;
	line-height: inherit !important;
}

#results .page span {
	font-size: inherit !important;
}

#results .page span.desc {
	color: inherit !important;
	line-height: 1.44em !important;
	max-height: 52px !important;
}

#results .st-page a {
    text-transform: none !important;
}

/* Filter */

a.sort.active, a.dateFilter.active { 
	background: #e00025 !important; 
	color: #fff !important;
}

a.sort, a.dateFilter, a.subpageFilter, a.clear-selection {
    text-transform: none !important;
    font-size: 11px !important;
	border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
}
@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media(min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing,10px)*2)}}@media(min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing,10px)*-4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:0 0;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing,10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing,10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing,10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing,10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:hsla(0,0%,100%,.9);background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid transparent;border-top:var(--plyr-menu-arrow-size,4px) solid hsla(0,0%,100%,.9);border-width:var(--plyr-menu-arrow-size,4px);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7 - var(--plyr-menu-arrow-size,4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing,10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing,10px)*.7/1.5) calc(var(--plyr-control-spacing,10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing,10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing,10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing,10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing,10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing,10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing,10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing,10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b3ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc(-7px - -2);margin-right:calc(var(--plyr-control-spacing,10px)*.7*-1 - -2);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing,10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height,13px)*2);color:#00b3ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width,3px)*2 + var(--plyr-range-thumb-height,13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;background-image:linear-gradient(90deg,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc(var(--plyr-range-thumb-height,13px)/2*-1 - var(--plyr-range-track-height,5px)/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"\2044";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media(max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:hsla(0,0%,100%,.9);background:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:3px;border-radius:var(--plyr-tooltip-radius,3px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing,10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing,10px)/2) calc(var(--plyr-control-spacing,10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height,13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress__buffer,.plyr__progress input[type=range]{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height,13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height,13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height,13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height,5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing,10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing,10px)/2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing,10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing,10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media(min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing,10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing,10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:hsla(0,0%,100%,.25);color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin:-var(--plyr-range-track-height,5px)/2 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:hsla(0,0%,100%,.9);background-color:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing,10px)/2*2);opacity:0;padding:3px;padding:var(--plyr-tooltip-radius,3px);pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
.---------Protection--------{}

.ug-gallery-wrapper, 
.ug-gallery-wrapper *{
	transition: all !important;
	-o-transition: all !important;
	-webkit-transition: all;
	-moz-transition: all !important;
	-ms-transition: all !important;
	max-width:none;
}

.ug-gallery-wrapper{
	z-index:0;
} 

.ug-item-wrapper img{
	width:auto;
	max-width:none;
	margin:0px;
	padding:0px;
}

.ug-videoplayer-wrapper video{
	height:100%;
	width:100%;
	visibility: visible !important;
}


.---------General_Styles--------{}

.ug-rtl{
	direction:rtl;
}

.ug-gallery-wrapper{
	overflow:hidden;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}

.ug-error-message{
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	font-size:20px;
	color:#F30D0D;
}

.ug-error-message-wrapper{
	width:100%;
	height:100%;
	border:1px solid black;
}

.ug-gallery-wrapper .ug-canvas-pie{
	position:absolute;
	z-index:4;
}

.ug-gallery-wrapper .ug-progress-bar{
	position:absolute;
	overflow:hidden;
	z-index:4;
}

.ug-gallery-wrapper .ug-progress-bar-inner{
	xposition:absolute;
}

.ug-gallery-wrapper.ug-fullscreen{
	height: 100% !important;
	width: 100% !important;
	max-width:none !important;
	max-height:none !important;
}

.ug-gallery-wrapper.ug-fake-fullscreen{
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	max-width:none !important;
	max-height:none !important;
	margin: 0px !important;
	padding: 0px !important;
	top: 0px !important;
	left: 0px !important;
	bottom: 0px !important;
	right: 0px !important;
	z-index: 999999 !important;
}

.ug-body-fullscreen{
	overflow: hidden !important;
	height: 100% !important;
	width: 100% !important;
	margin:0px !important;
	padding:0px !important;	
}

.ug-gallery-wrapper .ug-preloader-trans{
	display:block;
	height:35px;
	width:32px;
	height:32px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader_skype_trans.gif');
	background-repeat:no-repeat;
}


.--------------SLIDER------------------{}

.ug-gallery-wrapper .ug-slider-wrapper{
	position:absolute;
	overflow:hidden;
	z-index:1;
	background-color:#000000;
}


.ug-slider-wrapper .ug-slide-wrapper{
	position:absolute;
}

.ug-slide-wrapper.ug-slide-clickable{
	cursor:pointer;
}

.ug-slider-wrapper .ug-slider-inner{
	position:absolute;
	z-index:0;
}

.ug-slider-wrapper .ug-item-wrapper{
	position:absolute;
	overflow:hidden;
}

.ug-slider-wrapper,
.ug-item-wrapper img{
	
	-webkit-user-select: none;	/* make unselectable */         
	-moz-user-select: none; 
	-ms-user-select: none;	
	max-width:none !important;
	box-sizing:border-box;
}

.ug-slider-wrapper .ug-slider-preloader{
	position:absolute;
	z-index:1;
	border:2px solid #ffffff;
	border-radius:6px;
	background-color:#ffffff;
	background-position:center center;
	background-repeat:no-repeat;
}

.ug-slider-preloader.ug-loader1{
	width:30px;
	height:30px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-white1.gif');
}

.ug-slider-preloader.ug-loader1.ug-loader-black{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-black1.gif');	
}
	
.ug-slider-preloader.ug-loader2{
	width:32px;
	height:32px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-white2.gif');
}

.ug-slider-preloader.ug-loader2.ug-loader-black{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-black2.gif');	
}

.ug-slider-preloader.ug-loader3{
	width:38px;
	height:38px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-white3.gif');
}

.ug-slider-preloader.ug-loader3.ug-loader-black{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-black3.gif');	
}

.ug-slider-preloader.ug-loader4{
	width:32px;
	height:32px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-white4.gif');
	background-color:white;
}

.ug-slider-preloader.ug-loader4.ug-loader-black{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-black4.gif');	
}

.ug-slider-preloader.ug-loader5{
	width:60px;
	height:8px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-white5.gif');
	background-color:white;
	border:none;
	border-radius:0px;
}

.ug-slider-preloader.ug-loader5.ug-loader-black{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-black5.gif');
	border:2px solid #000000;
}

.ug-slider-preloader.ug-loader6{
	width:32px;
	height:32px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-white6.gif');
}

.ug-slider-preloader.ug-loader6.ug-loader-black{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-black6.gif');	
}

.ug-slider-preloader.ug-loader7{
	width:32px;
	height:10px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-white7.gif');
	border-width:3px;
	border-radius:3px;
}

.ug-slider-preloader.ug-loader7.ug-loader-black{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-black7.gif');	
}

.ug-slider-preloader.ug-loader-black{
	border-color:#000000;
	background-color:#000000;
}

.ug-slider-preloader.ug-loader-nobg{
	background-color:transparent;
}

.ug-slider-wrapper .ug-button-videoplay{
	position:absolute;
	z-index:2;
	cursor:pointer;	
}

.ug-slider-wrapper .ug-button-videoplay.ug-type-square{	
	width:86px;
	height:66px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/play-button-square.png');
	background-position:0px -66px;
}

.ug-slider-wrapper .ug-button-videoplay.ug-type-square.ug-button-hover{
	background-position:0px 0px;
}


.ug-slider-wrapper .ug-button-videoplay.ug-type-round{	
	width:76px;
	height:76px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/play-button-round.png');
	opacity:0.9;
	filter: alpha(opacity = 90);
	transition: all 0.3s ease 0s !important;
}


.ug-slider-wrapper .ug-button-videoplay.ug-type-round.ug-button-hover{
	opacity:1;
	filter: alpha(opacity = 100);
	transition: all 0.3s ease 0s !important;
}


.--------------VIDEO_PLAYER------------------{}

.ug-gallery-wrapper .ug-videoplayer{
	position:absolute;
	z-index:100;	
	background-color:#000000;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-black1.gif');	
	background-repeat:no-repeat;
	background-position:center center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.ug-videoplayer .ug-videoplayer-wrapper{
	width:100%;
	height:100%;
	background-color:#000000;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-black1.gif');	
	background-repeat:no-repeat;
	background-position:center center;
}


.ug-videoplayer .ug-videoplayer-button-close{
	position:absolute;
	height:64px;
	width:64px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/button-close.png');
	cursor:pointer;
	z-index:1000;
}


.ug-videoplayer .ug-videoplayer-button-close:hover{
	background-position: 0px -64px;
}

.--------------THUMBS_STRIP------------------{}


.ug-gallery-wrapper .ug-thumbs-strip,
.ug-gallery-wrapper .ug-thumbs-grid{
	position:absolute;
	overflow:hidden;
	
	-webkit-user-select: none;	/* make unselectable */         
	-moz-user-select: none; 
	-ms-user-select: none;
	
	xbackground-color:green;
	z-index:10;
}

.ug-thumbs-strip.ug-dragging{
	xcursor: -webkit-grab;
	xcursor: -moz-grab;
}

.ug-gallery-wrapper .ug-thumbs-strip-inner,
.ug-gallery-wrapper .ug-thumbs-grid-inner{
	position:absolute;
}

.ug-thumb-wrapper.ug-thumb-generated{
	position:absolute;
	overflow:hidden;
	
	-webkit-user-select: none;	/* make unselectable */         
	-moz-user-select: none; 
	-ms-user-select: none;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}


.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader,
.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-error{
	position:absolute;
	top:0px;
	left:0px;
	background-repeat:no-repeat;
	background-position:center center;
}

.ug-thumb-wrapper .ug-thumb-border-overlay{
	position:absolute;
	top:0px;
	left:0px;
	z-index:4;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-style:solid;
}

.ug-thumb-wrapper .ug-thumb-overlay{
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
}

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader-dark{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader.gif');
}

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader-bright{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader_bright.gif');
}

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-error{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/not_loaded.png');
}

.ug-thumb-wrapper.ug-thumb-generated img{
	position:absolute;
	z-index:1;
	max-width:none !important;
}

.ug-thumb-wrapper.ug-thumb-generated img.ug-thumb-image-overlay{
	position:absolute;
	z-index:2;
	max-width:none !important;
}


/* bw desaturate effect lightweight */
img.ug-bw-effect{
	filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */	
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%); 
}

/* blur effect desaturate effect lightweight */
img.ug-blur-effect{
	
	filter: blur(0.8px); 
	-webkit-filter: blur(0.8px);
	-moz-filter: blur(0.8px);
	-o-filter: blur(0.8px);
	-ms-filter: blur(0.8px);    
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id='blur'><feGaussianBlur stdDeviation=\'0.8\' /></filter></svg>#blur"); /* Firefox 10+, Firefox on Android */
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0.8');
}

img.ug-sepia-effect{
	-webkit-filter: sepia(1);
	-webkit-filter: sepia(100%); -moz-filter: sepia(100%);
	-ms-filter: sepia(100%); -o-filter: sepia(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'sepia\'><feColorMatrix values=\'0.14 0.45 0.05 0 0 0.12 0.39 0.04 0 0 0.08 0.28 0.03 0 0 0 0 0 1 0\' /></filter></svg>#sepia"); /* Firefox 10+, Firefox on Android */
	filter: sepia(100%);
	background-color: #5E2612;
	filter: alpha(opacity = 50);
	zoom:1;
}


.--------------BULLETS------------------{}


.ug-gallery-wrapper .ug-bullets{
	position: absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
}

.ug-gallery-wrapper .ug-bullets .ug-bullet{
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	float:left;
	z-index:2;
}

.ug-gallery-wrapper .ug-bullets .ug-bullet:first-child{
	margin-left:0px;
}


.--------------TEXT_PANEL------------------{}

.ug-gallery-wrapper .ug-textpanel{
	position:absolute;
	overflow:hidden;
}

.ug-slider-wrapper .ug-textpanel{
	z-index:2;
}

.ug-gallery-wrapper .ug-textpanel-bg,
.ug-gallery-wrapper .ug-textpanel-title,
.ug-gallery-wrapper .ug-textpanel-description{
	display:block;
	position:absolute;
	margin:0px;
	padding:0px;
}


.ug-gallery-wrapper .ug-textpanel-bg{
	background-color:#000000;
	opacity:0.4;
	filter: alpha(opacity = 40);
	z-index:1;
}

.ug-textpanel-textwrapper{
	overflow:hidden;
}

.ug-gallery-wrapper .ug-textpanel-title{
	font-size:16px;
	font-weight:bold;
	color:white;
	text-align:left;
	z-index:2;	
}

.ug-gallery-wrapper .ug-textpanel-description{
	font-size:14px;
	color:white;
	text-align:left;
	z-index:3;
}


.--------------ZOOM_PANEL------------------{}

.ug-slider-wrapper .ug-zoompanel{
	position:absolute;
	top:200px;
	left:100px;
}

.ug-zoompanel .ug-zoompanel-button{
    background-repeat: no-repeat;
    cursor:pointer;
    display:block;
}


.--------------ZOOM_PANEL_BUTTONS------------------{}

.ug-gallery-wrapper .ug-arrow-left{
	position:absolute;	
	background-repeat:no-repeat;
	display:block;
	cursor:pointer;
}

.ug-gallery-wrapper .ug-arrow-right{
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
}


.--------------GRID_PANEL_AND_ARROWS------------------{}


.ug-gallery-wrapper .ug-grid-panel{
	position:absolute;
    background-color: #000000;
    xbackground-color: blue;

    z-index:2;
}


.ug-gallery-wrapper .ug-grid-panel .grid-arrow{
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:11;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow.ug-button-disabled{
	cursor:default;	
}


/* handle tip */
.ug-gallery-wrapper .ug-panel-handle-tip{
	position:absolute;
	z-index:13;
	cursor:pointer;
}

.ug-gallery-wrapper .ug-overlay-disabled{
	position:absolute;
	z-index:100;
	width:100%;
	height:100%;
	background-color:#000000;
	opacity: 0.3;
    filter: alpha(opacity=30);	
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/cover-grid.png');
}


.--------------STRIP_PANEL------------------{}

.ug-gallery-wrapper .ug-strip-panel{
	position:absolute;
	background-color:#000000;
	z-index:2;
}

.ug-strip-panel .ug-strip-arrow{
	position:absolute;	
	cursor:pointer;
}

.ug-strip-panel .ug-strip-arrow.ug-button-disabled{
	cursor:default;
}


.ug-strip-panel .ug-strip-arrow-tip{
	position:absolute;
}

.--------------TILES------------------{}

.ug-thumb-wrapper.ug-tile{
	display:block;
	position:absolute;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	overflow:hidden;
	padding:0px;
	margin:0px;
}

.ug-tile .ug-tile-cloneswrapper{
	position:absolute;
	width:0px;
	height:0px;
	top:0px;
	left:0px;
	overflow:hidden;
	opacity:0;
	filter: alpha(opacity = 90);
}


/* transit something */
/* transit fixed size items */
/* transit image overlay */

.ug-tiles-transit.ug-tiles-transition-active .ug-thumb-wrapper.ug-tile,
.ug-tiles-transit.ug-tiles-transition-active .ug-thumb-wrapper.ug-tile .ug-trans-enabled{
	transition: left 0.7s ease 0s, top 0.7s ease 0s, width 0.7s ease 0s, height 0.7s ease 0s !important;
}


.ug-thumb-wrapper.ug-tile.ug-tile-clickable{
	cursor: pointer;
}

.ug-thumb-wrapper.ug-tile .ug-image-container{
	position:absolute;
	overflow:hidden;
	z-index:1;
	top:0px;
	left:0px;
}

.ug-thumb-wrapper.ug-tile img.ug-thumb-image{

	-webkit-user-select: none;	/* make unselectable */         
	-moz-user-select: none; 
	-ms-user-select: none;	
	max-width:none !important;
	max-height:none !important;

	display:block;	
	border:none;
	padding:0px !important;
	margin:0px !important;
	
	width:auto;
	height:auto;
	position:absolute;
}


.ug-thumb-wrapper.ug-tile .ug-tile-image-overlay{
	position:absolute;
	overflow:hidden;
	z-index:2;
	top:0px;
	left:0px;
}

.ug-thumb-wrapper.ug-tile .ug-tile-image-overlay img{
	width:100%;
	max-width:none !important;	
}

.ug-tiletype-justified .ug-thumb-wrapper.ug-tile .ug-tile-image-overlay img{
	height:100%;
	max-width:none !important;	
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon{
	position:absolute;
	width:38px;
	height:38px;
	background-repeat:no-repeat;
	background-position:0 0;
	xbackground-color:green;
	z-index:6;
	top:1px;
	left:1px;
	cursor:pointer;
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-link{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/icon-link32.png');	
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-zoom{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/icon-zoom32.png');	
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-play{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/icon-play32.png');	
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon:hover{
	background-position:0 -38px;
}


.ug-thumbs-grid .ug-tile-image-overlay img{
	width:auto;
	height:auto;
	position:absolute;
	max-width:none !important;
}

/* text panel on tiles*/

.ug-tile .ug-textpanel{
	z-index: 5;
	cursor:default;
}

.ug-tile.ug-tile-clickable .ug-textpanel{
	cursor:pointer;
}

.ug-tile .ug-textpanel-title{
	font-size:14px;
	font-weight:bold;
}

.--------------CAROUSEL------------------{}

.ug-gallery-wrapper .ug-carousel-wrapper{
	position:absolute;
	overflow:hidden;
}

.ug-gallery-wrapper .ug-carousel-inner{
	position:absolute;
}


.------------------LIGHTBOX---------------------{}

.ug-gallery-wrapper.ug-lightbox{
	display: none;
	position: fixed;
    border: none;
    padding:0px;
    margin:0px;
    outline: invert none medium;
    overflow: hidden;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	max-width:none !important;
	max-height:none !important;
    z-index: 999999;
}

.ug-lightbox .ug-lightbox-top-panel{
	position:absolute;
	z-index:2;
}

.ug-lightbox .ug-lightbox-top-panel-overlay{
	width:100%;
	height:100%;
	position:absolute;
	background-color:#000000;
	opacity:0.4;
	filter: alpha(opacity=40);
}


.ug-lightbox .ug-lightbox-overlay{
	z-index:1;
	width:100%;
	height:100%;
    background-color:#000000;
    opacity:1;
}

.ug-lightbox .ug-slider-wrapper{
	z-index:1;
	xbackground-color:green;
	background-color:transparent !important;
}

.ug-lightbox .ug-textpanel{
	z-index: 2;
}


.ug-lightbox .ug-lightbox-arrow-left,
.ug-lightbox .ug-lightbox-arrow-right{
	position:absolute;
	width:50px;
	height:55px;
	background-repeat:no-repeat;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/lightbox-arrow-left.png');
	background-position:0px 0px;
	z-index:3;
	cursor:pointer;
}

.ug-lightbox .ug-lightbox-arrow-right{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/lightbox-arrow-right.png');
}

.ug-lightbox .ug-lightbox-button-close{
	position:absolute;
	width:36px;
	height:36px;
	background-repeat:no-repeat;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/lightbox-icon-close.png');
	background-position:0px 0px;
	z-index:4;
	cursor:pointer;
}


.ug-lightbox-compact .ug-lightbox-button-close{
	width:45px;
	height:41px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/lightbox-icon-close-compact2.png');
}


.ug-lightbox .ug-lightbox-arrow-left.ug-arrow-hover,
.ug-lightbox .ug-lightbox-arrow-right.ug-arrow-hover{
	background-position:0px -55px;	
}

.ug-lightbox .ug-lightbox-button-close.ug-button-hover{
	background-position:0px -35px;
}

.ug-lightbox-compact .ug-lightbox-button-close.ug-button-hover{
	background-position:0px -40px;
}

.ug-lightbox .ug-lightbox-numbers{
	position:absolute;
	color:#e5e5e5;
	font-size:12px;
	top:14px;
	left:8px;
	z-index:3;
}

.ug-lightbox-compact .ug-lightbox-numbers{
	font-size: 14px;
	padding-right:5px;
	padding-top:7px;
}

.ug-lightbox .ug-textpanel-title,
.ug-lightbox .ug-textpanel-description{
	font-size: 14px;
	font-weight: normal;
	color: #e5e5e5;
}

.ug-lightbox-compact .ug-textpanel-title,
.ug-lightbox-compact .ug-textpanel-description{
	color:#F3F3F3;
	font-size: 16px;
}

.------------------LOADMORE_BUTTON---------------------{}

.ug-loadmore-wrapper{
	margin-top:20px;
	text-align:center;	
}

.ug-loadmore-wrapper .ug-loadmore-button{
	display:inline-block;
	padding:5px;
	border:1px solid #939393;
	text-decoration:none;
	color: #4F4F4F;
}

.ug-loadmore-wrapper .ug-loadmore-error{
	color:red;
}

.ug-loadmore-wrapper .ug-loadmore-button:hover{
	background-color:#F0F0F0;	
	color:#515151;
}

.ug-loadmore-wrapper .ug-loadmore-loader{
	color: #515151;
}



.------------------CATEGORY_TABS---------------------{}

	.ug-tabs-wrapper{
		margin-top:0px;
		margin-bottom:20px;
		text-align:center;
	}

	.ug-tabs-wrapper a.ug-tab{
	    display: inline-block;
		cursor:pointer;
		text-decoration:none;
		color:#ffffff;
		padding-left:8px;
		padding-right:8px;
		padding-top:6px;
		padding-bottom:6px;
		margin-left:5px;
		background-color:#333333;
		border-radius:3px;
		font-size:12px;
		font-weight:normal;
		
		border: 1px solid #969696;
	}
	
	.ug-tabs-wrapper a.ug-tab:hover{
		background-color: #707070 !important;
	}

	.ug-tabs-wrapper a.ug-tab.ug-tab-selected,
	.ug-tabs-wrapper a.ug-tab.ug-tab-selected:hover{
		background-color: #2077A2 !important;
		cursor:default !important;
	}

	.ug-tabs-wrapper a.ug-tab:first-child{
		margin-left:0px !important;
	}


.------------------DEFAULT_SKIN---------------------{}

/* --- arrows -- */

.ug-arrow-left.ug-skin-default,
.ug-arrow-right.ug-skin-default{
	width:15px;
	height:30px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/slider_arrow_left.png');
	background-position:0px 0px;
}

.ug-arrow-right.ug-skin-default{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/slider_arrow_right.png');
}

.ug-arrow-left.ug-skin-default.ug-arrow-hover,
.ug-arrow-right.ug-skin-default.ug-arrow-hover{
	background-position:0px -30px;
}

.ug-arrow-left.ug-skin-default.ug-arrow-disabled,
.ug-arrow-right.ug-skin-default.ug-arrow-disabled{
	background-position:0px -60px;
}

/* --- bullets -- */

.ug-bullets.ug-skin-default .ug-bullet{
	width:15px;
	height:15px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/slider_bullets.png');
	background-position:top left;
	margin-left:5px;
}

.ug-bullets.ug-skin-default .ug-bullet.ug-bullet-active{
	background-position:bottom left;
}

.ug-bullets.ug-skin-default.ug-bullets-gray .ug-bullet{ 
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/tile_bullets_gray.png');
}

.ug-bullets.ug-skin-default.ug-bullets-blue .ug-bullet{ 
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/tile_bullets_blue.png');
}

.ug-bullets.ug-skin-default.ug-bullets-brown .ug-bullet{ 
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/tile_bullets_brown.png');
}

.ug-bullets.ug-skin-default.ug-bullets-green .ug-bullet{ 
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/tile_bullets_green.png');
}

.ug-bullets.ug-skin-default.ug-bullets-red .ug-bullet{ 
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/tile_bullets_red.png');
}

.ug-button-tile-navigation{
	width:36px;
	height:36px;
	background-position:top left;
	cursor:pointer;
	float:left;
}

.ug-button-tile-navigation.ug-button-tile-left{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/tile_button_left.png');
}

.ug-button-tile-navigation.ug-button-tile-right{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/tile_button_right.png');
}

.ug-button-tile-navigation:hover{
	background-position:bottom left;
}

.ug-button-tile-navigation.ug-button-disabled{
	opacity:0.6;
}

.ug-button-tile-navigation.ug-button-disabled:hover{
	background-position:top left;	
}

.ug-button-tile-navigation.ug-button-tile-play{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/tile_button_play_pause.png');
	width:35px;
} 

.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon{
	background-position:bottom left;
} 

.ug-button-tile-navigation.ug-button-tile-play:hover{
	background-position:top left;
} 

.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon:hover{
	background-position:bottom left;
} 


/* --- play button -- */

.ug-button-play.ug-skin-default{
	position:absolute;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/button_playpause.png');
    width:14px;
    height:17px;
    cursor:pointer;
	background-position:0px 0px;
}

.ug-button-play.ug-skin-default.ug-button-hover{
	background-position:0px -17px;	
}

.ug-button-play.ug-skin-default.ug-stop-mode{
	background-position:0px -34px;
}

.ug-button-play.ug-skin-default.ug-stop-mode.ug-button-hover{
	background-position:0px -51px;
}

/* --- fullscreen button -- */

.ug-button-fullscreen.ug-skin-default{
	position:absolute;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/button_fullscreen.png');
    width:16px;
    height:16px;
    cursor:pointer;
	background-position:0px 0px;
}

.ug-button-fullscreen.ug-skin-default.ug-button-hover{
	background-position:0px -16px;	
}

.ug-button-fullscreen.ug-skin-default.ug-fullscreenmode{
	background-position:0px -32px;
}

.ug-button-fullscreen.ug-skin-default.ug-fullscreenmode.ug-button-hover{
	background-position:0px -48px;
}


/* --- zoom panel --- */

.ug-zoompanel.ug-skin-default .ug-zoompanel-button{
    background-repeat: no-repeat;
    cursor:pointer;
    height: 23px;
    width: 23px;
    margin-top:5px;
    background-position: 0px 0px;	
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-plus{
	margin-top:0px;
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-plus{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/icon_zoom_plus.png');
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-minus{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/icon_zoom_minus.png');
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-return{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/icon_zoom_back.png');
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-button.ug-button-hover{
    background-position: 0px -23px;
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-button-disabled,
.ug-zoompanel.ug-skin-default .ug-zoompanel-button.ug-button-hover.ug-zoompanel-button-disabled{
    background-position: 0px -46px;
    cursor:default;
}


/* --- Grid Panel Arrows -- */

/*--- down arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default{
	width:30px;
	height:15px;
	background-position:0px 0px;	
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/arrow_grid_down.png');
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-hover{
	background-position:0px -15px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-disabled{
	background-position:0px -30px;
}


/*--- up arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default{
	width:30px;
	height:15px;
	background-position:0px 0px;	
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/arrow_grid_up.png');
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-hover{
	background-position:0px -15px;	
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-disabled{
	background-position:0px -30px;
}

/*--- left arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default{
	width:40px;
	height:40px;
	background-position:0px -40px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/grid_arrow_left.png');
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-hover{
	background-position:0px -0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-disabled{
	background-position:0px -80px;
}

/*--- right arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default{
	width:40px;
	height:40px;
	background-position:0px -40px;	
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/grid_arrow_right.png');
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-hover{
	background-position:0px -0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-disabled{
	background-position:0px -80px;
}

/*--- left arrow - horizontal panel type ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default{
	width:15px;
	height:30px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/slider_arrow_left.png');
	background-position:0px 0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-hover{
	background-position:0px -30px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-disabled{
	background-position:0px -60px;
}


/*--- right arrow - horizontal panel type ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default{
	width:15px;
	height:30px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/slider_arrow_right.png');
	background-position:0px 0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-hover{
	background-position:0px -30px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-disabled{
	background-position:0px -60px;
}


/* --- Strip Panel Arrows -- */

/* left and right arrows */

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default{
	width:25px;
	height:50px;
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default .ug-strip-arrow-tip{
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:4px;
	height:7px;
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default .ug-strip-arrow-tip{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/arrows_strip_left.png');
}

.ug-strip-panel .ug-strip-arrow-right.ug-skin-default .ug-strip-arrow-tip{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/arrows_strip_right.png');	
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default.ug-button-hover .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default.ug-button-hover .ug-strip-arrow-tip{
	background-position:0px -7px;
}


/* up and down arrows */

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default{
	height:25px;
	width:50px;
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default .ug-strip-arrow-tip{
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:7px;
	height:4px;
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default .ug-strip-arrow-tip{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/arrows_strip_up.png');
}

.ug-strip-panel .ug-strip-arrow-down.ug-skin-default .ug-strip-arrow-tip{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/arrows_strip_down.png');	
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default.ug-button-hover .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default.ug-button-hover .ug-strip-arrow-tip{
	background-position:-7px 0px;
}

.ug-strip-panel .ug-strip-arrow.ug-skin-default.ug-button-disabled .ug-strip-arrow-tip{
	background-position:0px 0px;
	opacity:0.5;
	filter: alpha(opacity = 50);
}


/* --- Panel Handle Tip -- */

/* left and right handle */
.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default{
	width:22px;
	height:36px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/grid_handle_black_left.png');
	background-repeat:no-repeat;
	background-position:0px -36px;
}

.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/grid_handle_black_right.png');
	background-position:0px -36px;
}

.ug-gallery-wrapper .ug-handle-tip-left.ug-button-hover.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-right.ug-button-hover.ug-skin-default{
	background-position:0px -0px;	
}

.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default.ug-button-closed,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default.ug-button-closed{
	background-position:0px -108px;
}

.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default.ug-button-closed.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default.ug-button-closed.ug-button-hover{
	background-position:0px -72px;
}


/* top and bottom handle */

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default{	
	width:36px;
	height:22px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/grid_handle_black_top.png');
	background-repeat:no-repeat;
	background-position:-36px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/grid_handle_black_bottom.png');
	background-position:-36px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-hover{
	background-position:0px 0px;	
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-closed,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-closed{
	background-position:-108px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-closed.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-closed.ug-button-hover{
	background-position:-72px 0px;
}




.ug-gallery-wrapper .ug-theme-panel{
	position:absolute;
	xbackground-color:red;
	z-index:11;		
}

.ug-theme-panel .ug-strip-panel{
	z-index:6;
}

/* --- fullscreen button -- */

.ug-theme-default .ug-default-button-fullscreen{
	position:absolute;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery-theme/button_fullscreen.png');
    width:53px;
    height:50px;
    cursor:pointer;
	background-position:0px 0px;
	z-index:3;
}

.ug-theme-default .ug-default-button-fullscreen.ug-button-hover{
	background-position:0px -50px;	
}

.ug-theme-default .ug-default-button-fullscreen.ug-fullscreenmode{
	background-position:0px -100px;
}

.ug-theme-default .ug-default-button-fullscreen.ug-fullscreenmode.ug-button-hover{
	background-position:0px -150px;
}


/* --- fullscreen button single mode-- */

.ug-theme-default .ug-default-button-fullscreen-single{
	position:absolute;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery-theme/button_fullscreen_single.png');
    width:52px;
    height:50px;
    cursor:pointer;
	background-position:0px 0px;
	z-index:3;
}

.ug-theme-default .ug-default-button-fullscreen-single.ug-button-hover{
	background-position:0px -50px;	
}

.ug-theme-default .ug-default-button-fullscreen-single.ug-fullscreenmode{
	background-position:0px -100px;
}

.ug-theme-default .ug-default-button-fullscreen-single.ug-fullscreenmode.ug-button-hover{
	background-position:0px -150px;
}


/* --- play button -- */

.ug-theme-default .ug-default-button-play{
	position:absolute;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery-theme/button_playpause.png');
    width:51px;
    height:50px;
    cursor:pointer;
	background-position:0px 0px;
	z-index:4;
}

.ug-theme-default .ug-default-button-play.ug-button-hover{
	background-position:0px -50px;	
}

.ug-theme-default .ug-default-button-play.ug-stop-mode{
	background-position:0px -100px;
}

.ug-theme-default .ug-default-button-play.ug-stop-mode.ug-button-hover{
	background-position:0px -150px;
}

/* --- play button single mode-- */

.ug-theme-default .ug-default-button-play-single{
	position:absolute;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery-theme/button_playpause_single.png');
    width:50px;
    height:50px;
    cursor:pointer;
	background-position:0px 0px;
	z-index:4;
}

.ug-theme-default .ug-default-button-play-single.ug-button-hover{
	background-position:0px -50px;	
}

.ug-theme-default .ug-default-button-play-single.ug-stop-mode{
	background-position:0px -100px;
}

.ug-theme-default .ug-default-button-play-single.ug-stop-mode.ug-button-hover{
	background-position:0px -150px;
}


/* --- hide panel button -- */

.ug-default-button-hidepanel{
	position:absolute;
	width:23px;
	height:23px;
	z-index:5;
	cursor:pointer;	
}

.ug-default-button-hidepanel .ug-default-button-hidepanel-bg{
	background-color:#000000;
	width:23px;
	height:23px;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0.4;
	filter: alpha(opacity = 40);
	z-index:1;
}

.ug-default-button-hidepanel .ug-default-button-hidepanel-tip{
	position:absolute;
	width:7px;
	height:7px;
	background-repeat:no-repeat;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery-theme/arrow_down_up.png');
	background-position: 0px 0px;
	z-index:2;
}

.ug-default-button-hidepanel.ug-button-hover .ug-default-button-hidepanel-tip{
	background-position: 0px -7px;
}

.ug-default-button-hidepanel.ug-button-hidden-mode .ug-default-button-hidepanel-tip{
	background-position: 0px -14px;
}

.ug-default-button-hidepanel.ug-button-hidden-mode.ug-button-hover .ug-default-button-hidepanel-tip{
	background-position: 0px -21px;
}


