@charset "utf-8";
.bootstrap-datetimepicker-widget {
    top: 0;
    left: 0;
    width: 250px;
    padding: 4px;
    margin-top: 1px;
    z-index: 99999 !important;
    border-radius: 4px;
    color: #000
    }
.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, 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 white;
    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, 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 white;
    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 .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 100%;
    font-weight: bold;
    font-size: 1.2em
    }
.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;
    width: 20px;
    height: 20px;
    border-radius: 4px
    }
.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: #999
    }
.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, 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, 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: none;
    color: #999;
    cursor: not-allowed
    }
.bootstrap-datetimepicker-widget td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    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, 0.25)
    }
.bootstrap-datetimepicker-widget td span.old {
    color: #999
    }
.bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover {
    background: none;
    color: #999;
    cursor: not-allowed
    }
.bootstrap-datetimepicker-widget th.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: none;
    color: #999;
    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, .input-group.date .input-group-addon i {
    display: block;
    cursor: pointer
    }
.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
    }
.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0
    }
.multiselect-container .input-group {
    margin: 5px
    }
.multiselect-container > li {
    padding: 0
    }
.multiselect-container > li > a.multiselect-all label {
    font-weight: 700
    }
.multiselect-container > li > label.multiselect-group {
    margin: 0;
    padding: 3px 20px;
    height: 100%;
    font-weight: 700
    }
.multiselect-container > li > a {
    padding: 0
    }
.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 40px
    }
.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
    margin: 0
    }
.multiselect-container > li > a > label > input[type=checkbox] {
    margin-bottom: 5px
    }
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
    }
.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell
    }
.bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    margin-left: -1px;
    position: relative
    }
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
    }
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
    }
.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 9px;
    font-weight: normal
    }
.tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
    }
.tt-suggestion > p {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571;
    color: #333;
    white-space: nowrap
    }
.tt-suggestion > p:hover, .tt-suggestion > p:focus, .tt-suggestion.tt-cursor p {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca
    }
span.twitter-typeahead {
    display: block !important
    }
.jRatingAverage {
    background-color: #f62929;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%
    }
.jRatingColor {
    background-color: #f4c239;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%
    }
.jStar {
    position: relative;
    left: 0;
    z-index: 3
    }
p.jRatingInfos {
    position: absolute;
    z-index: 9999;
    background: #fff;
    display: none;
    width: 91px;
    height: 29px;
    font-size: 16px;
    text-align: center;
    padding-top: 5px
    }
p.jRatingInfos span.maxRate {
    color: #c9c9c9;
    font-size: 14px
    }
.fr-window, .fr-window[class^="fr-"], .fr-overlay, .fr-overlay[class^="fr-"], .fr-loading, .fr-loading[class^="fr-"] {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
    }
.fr-overlay {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    zoom: 1;
    overflow: hidden
    }
.fr-overlay-background {
    background: #000;
    filter: alpha(opacity=90);
    opacity: 0.9;
    float: left;
    width: 100%;
    height: 100%;
    position: relative
    }
.fr-window, .fr-window-fixed-measure {
    z-index: 100000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 100%
    }
.fr-ui-outside .fr-info {
    z-index: 100001
    }
.fr-loading {
    z-index: 100001;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 52px;
    margin-top: -26px;
    margin-left: -26px;
    overflow: visible
    }
.fr-loading-offset {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
    }
.fr-loading-background, .fr-loading-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
    }
.fr-loading-background {
    background: #0d0d0d url(/css/simple-x/fresco/skins/loading.gif) 50% 50% no-repeat;
    opacity: 0.8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    float: left;
    border: 1px solid rgba(80, 80, 80, 0.2);
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
    }
.fr-loading-icon {
    display: none
    }
.fr-bubble {
    float: left;
    width: 100%;
    height: 100%;
    position: relative
    }
.fr-ui, .fr-info {
    font: normal 13px/21px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif
    }
.fr-frames {
    height: 100%;
    width: 100%;
    position: absolute;
    display: inline;
    top: 0;
    left: 0;
    overflow: hidden
    }
.fr-frames-move {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
    }
.fr-frame, .fr-ui {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
    }
.fr-frame-touch {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    width: 100%
    }
.fr-window *:not(.fr-caption)::selection, .fr-window *:not(.fr-caption)::-moz-selection, .fr-window *:not(.fr-caption)::-webkit-selection {
    background: transparent
    }
.fr-mobile-touch-enabled .fr-frame .fr-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
    }
.fr-frame-touch .fr-box {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
    }
.fr-mobile-touch-enabled .fr-ui, .fr-mobile-touch-enabled .fr-ui-spacer, .fr-mobile-touch-enabled .fr-ui-wrapper, .fr-mobile-touch-enabled .fr-ui-padder, .fr-mobile-touch-enabled .fr-ui-toggle, .fr-mobile-touch-enabled .fr-ui-outer-border, .fr-mobile-touch-enabled .fr-side {
    pointer-events: none
    }
.fr-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
    }
.fr-box-has-ui-outside {
    overflow: hidden
    }
.fr-box-spacer, .fr-ui-spacer {
    position: absolute;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
    }
.fr-box-wrapper, .fr-ui-wrapper {
    position: relative;
    background: url(/css/simple-x/fresco/skins/blank.gif);
    overflow: hidden
    }
.fr-box-padder, .fr-ui-padder {
    position: absolute;
    top: 0;
    left: 0;
    zoom: 1;
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    background: url(/css/simple-x/fresco/skins/blank.gif)
    }
.fr-box-padder, .fr-ui-padder {
    position: absolute;
    top: 0;
    left: 0
    }
.fr-ui-padder {
    zoom: 1
    }
.fr-box-wrapper, .fr-ui-wrapper, .fr-ui-toggle {
    position: relative;
    float: left;
    display: inline;
    zoom: 1;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
    }
.fr-box-wrapper {
    background: #101010
    }
.fr-ui-wrapper-outside {
    float: left;
    height: 100%;
    width: 100%
    }
.fr-box-outer-border, .fr-ui-outer-border {
    position: relative;
    float: left;
    display: inline;
    height: 100%;
    width: 100%;
    zoom: 1
    }
.fr-ltIE9 .fr-box-outer-border, .fr-ltIE9 .fr-ui-outer-border {
    border: 0 solid transparent
    }
.fr-content {
    height: 100%;
    width: 100%;
    zoom: 1;
    margin: 0;
    padding: 0
    }
.fr-content-image {
    position: absolute;
    top: 0;
    left: 0;
    image-rendering: optimizeQuality;
    max-width: none
    }
.fr-content-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
    }
.fr-download-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-user-drag: element;
    user-drag: element;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: auto
    }
.fr-onclick-side {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(/css/simple-x/fresco/skins/blank.gif);
    overflow: hidden;
    cursor: pointer;
    z-index: 1
    }
.fr-onclick-side img {
    cursor: pointer
    }
.fr-onclick-previous {
    left: 0
    }
.fr-onclick-next {
    right: 0
    }
.fr-frame-onclick-next .fr-onclick-next {
    width: 100%
    }
.fr-side {
    position: absolute;
    top: 0;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    background: url(/css/simple-x/fresco/skins/blank.gif) 0 0 repeat;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    zoom: 1
    }
.fr-side-disabled {
    cursor: default
    }
.fr-side-button {
    position: absolute;
    top: 50%;
    width: 54px;
    height: 72px;
    margin: 0 9px;
    margin-top: -36px;
    pointer-events: auto
    }
.fr-side-button-icon {
    float: left;
    position: relative;
    height: 100%;
    width: 100%;
    zoom: 1
    }
.fr-side-previous {
    left: 0;
    width: 50%
    }
.fr-side-next {
    right: 0;
    width: 50%
    }
.fr-side-previous .fr-side-button {
    left: 0
    }
.fr-side-next .fr-side-button {
    right: 0
    }
.fr-ui-outside .fr-side {
    width: 72px;
    height: 72px;
    top: 50%;
    margin-top: -36px
    }
.fr-ui-outside .fr-side-button {
    margin-top: 0;
    top: 0
    }
.fr-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #efefef;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    pointer-events: auto
    }
.fr-info-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    line-height: 1%;
    filter: alpha(opacity=80);
    opacity: 0.8;
    zoom: 1;
    background: #000;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
    }
.fr-info-outside .fr-info-background {
    background: #0d0d0d;
    filter: none;
    opacity: 1
    }
.fr-info-padder {
    padding: 12px;
    display: block;
    filter: alpha(opacity=99);
    overflow: hidden;
    width: auto;
    position: relative
    }
.fr-caption {
    position: relative;
    filter: alpha(opacity=99);
    opacity: 0.99;
    width: auto;
    word-wrap: no-wrap
    }
.fr-position-text {
    position: relative
    }
.fr-has-position .fr-info-inside .fr-caption {
    margin-right: 75px
    }
.fr-info-inside .fr-position {
    filter: alpha(opacity=99);
    opacity: 0.99;
    position: relative;
    text-align: right;
    word-wrap: no-wrap;
    line-height: 21px;
    color: #b3b3b3;
    float: right;
    width: 75px
    }
.fr-no-caption .fr-info-inside .fr-position {
    width: auto;
    margin: 0 1px 1px 0;
    color: #b9b9b9;
    filter: alpha(opacity=99)
    }
.fr-info-inside .fr-position-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
    }
.fr-no-caption .fr-info-inside .fr-position-background {
    border-radius: 12px;
    background: #101010;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
    }
.fr-info-inside .fr-position-text {
    position: relative
    }
.fr-no-caption .fr-info-inside .fr-position-text {
    float: left;
    height: 13px;
    line-height: 13px;
    padding: 6px 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3)
    }
@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) {
    .fr-has-position .fr-info-inside .fr-caption {
        margin-right: 0
        }
    .fr-position {
        display: none !important
        }
    .fr-ui-outside .fr-side {
        width: 54px;
        height: 50px;
        margin-top: -25px
        }
    .fr-side-button {
        width: 40px;
        height: 50px;
        margin: 0 6px;
        margin-top: -25px
        }
    }
.fr-ui-outside .fr-position {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: inline;
    width: auto;
    margin: 0 1px 1px 0;
    color: #b9b9b9
    }
.fr-ui-outside .fr-position-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    background: #1e1e1e;
    border: 1px solid rgba(180, 180, 180, 0.2);
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
    }
.fr-ui-outside .fr-position-text {
    position: relative;
    float: left;
    width: auto;
    text-align: right;
    word-wrap: no-wrap;
    color: #b3b3b3;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    word-wrap: no-wrap;
    padding: 6px 10px;
    height: 13px;
    line-height: 13px
    }
.fr-ui-outside .fr-position-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
    }
.fr-no-caption .fr-info-outside {
    display: none
    }
.fr-no-caption .fr-info-padder {
    pointer-events: none
    }
.fr-no-caption .fr-info-background {
    pointer-events: none;
    opacity: 0;
    filter: none;
    display: none
    }
.fr-no-caption .fr-position-text, .fr-ui-outside .fr-position-text {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3)
    }
.fr-ui-outside .fr-position {
    float: none;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 15px
    }
.fr-ltIE8 .fr-info * {
    zoom: 1;
    filter: alpha(opacity=99)
    }
.fr-ltIE8 .fr-box * {
    zoom: 1;
    filter: alpha(opacity=99)
    }
.fr-info-outside {
    bottom: auto
    }
.fr-no-caption .fr-info-outside .fr-info-padder {
    padding: 10px 5px
    }
.fr-ui-outside .fr-no-caption .fr-position {
    margin: 0
    }
.fr-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 47px;
    height: 47px;
    cursor: pointer;
    pointer-events: auto
    }
.fr-close-background, .fr-close-icon {
    position: absolute;
    top: 12px;
    left: 12px;
    height: 23px;
    width: 23px
    }
.fr-close-background {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-transition: background-color 0.2s ease-in;
    -webkit-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
    background-color: #282828;
    cursor: pointer
    }
.fr-close:hover .fr-close-background {
    background-color: #333
    }
.fr-ui-outside .fr-close-background {
    background-color: #363636
    }
.fr-ui-outside .fr-close:hover .fr-close-background {
    background-color: #434343
    }
.fr-thumbnails {
    position: absolute;
    width: 100%;
    height: 9%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    zoom: 1;
    overflow: hidden
    }
.fr-thumbnails-horizontal {
    left: 0;
    bottom: 0;
    min-height: 40px;
    max-height: 120px;
    padding: 20px 0
    }
.fr-thumbnails-vertical {
    left: 0;
    top: 0;
    min-width: 40px;
    max-width: 120px;
    padding: 0 20px
    }
.fr-thumbnails, .fr-thumbnails * {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
    }
.fr-thumbnails-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%
    }
.fr-thumbnails-vertical .fr-thumbnails-wrapper {
    top: 50%;
    left: 0
    }
.fr-thumbnails-slider {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    zoom: 1
    }
.fr-thumbnails-slider-slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
    }
.fr-thumbnails-thumbs {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0
    }
.fr-thumbnails-slide {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%
    }
.fr-thumbnail-frame {
    position: absolute;
    zoom: 1;
    overflow: hidden
    }
.fr-thumbnail {
    position: absolute;
    width: 30px;
    height: 100%;
    left: 50%;
    top: 50%;
    zoom: 1;
    cursor: pointer;
    margin: 0 10px
    }
.fr-ltIE9 .fr-thumbnail * {
    overflow: hidden;
    z-index: 1;
    zoom: 1
    }
.fr-thumbnail-wrapper {
    position: relative;
    background: #161616;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    display: inline;
    z-index: 0
    }
.fr-thumbnail-overlay {
    cursor: pointer
    }
.fr-thumbnail-active .fr-thumbnail-overlay {
    cursor: default
    }
.fr-thumbnail-overlay, .fr-thumbnail-overlay-background, .fr-thumbnail-overlay-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
    }
.fr-thumbnail-overlay-border {
    border-width: 0;
    overflow: hidden;
    border-style: solid;
    border-color: transparent;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
    }
.fr-thumbnail img {
    position: absolute;
    filter: alpha(opacity=85);
    opacity: 0.85;
    max-width: none
    }
.fr-thumbnail:hover img, .fr-thumbnail-active:hover img {
    filter: alpha(opacity=99);
    opacity: 0.99
    }
.fr-thumbnail-active img, .fr-thumbnail-active:hover img {
    filter: alpha(opacity=35);
    opacity: 0.35
    }
.fr-thumbnail-active {
    cursor: default
    }
.fr-thumbnail-loading, .fr-thumbnail-loading-background, .fr-thumbnail-loading-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
    }
.fr-thumbnail-loading-background {
    background-color: #101010;
    background-image: url(/css/simple-x/fresco/skins/loading.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0.8;
    position: relative;
    float: left
    }
.fr-thumbnail-loading-icon {
    display: none
    }
.fr-thumbnails-side {
    float: left;
    height: 100%;
    width: 28px;
    margin: 0 10px;
    position: relative;
    overflow: hidden
    }
.fr-thumbnails-side-previous {
    margin-left: 20px
    }
.fr-thumbnails-side-next {
    margin-right: 20px
    }
.fr-thumbnails-side-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -14px;
    width: 28px;
    height: 28px;
    cursor: pointer
    }
.fr-thumbnails-side-button-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-transition: background-color 0.2s ease-in;
    -webkit-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
    background-color: #333;
    cursor: pointer;
    border-radius: 4px
    }
.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
    background-color: #3b3b3b
    }
.fr-thumbnails-side-button-disabled * {
    cursor: default
    }
.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background {
    background-color: #333
    }
.fr-thumbnails-side-button-icon {
    height: 42px;
    width: 42px;
    position: absolute;
    top: -7px;
    left: -7px;
    width: 100%;
    height: 100%
    }
.fr-thumbnails-vertical .fr-thumbnails-side, .fr-thumbnails-vertical .fr-thumbnails-thumbs, .fr-thumbnails-vertical .fr-thumbnail-frame {
    clear: both
    }
.fr-frames-has-touch-ui {
    top: 43px
    }
.fr-touch-menu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 43px
    }
.fr-touch-menu-wrapper {
    float: left;
    width: 100%;
    height: 100%;
    position: relative
    }
.fr-touch-caption {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    margin-top: -43px
    }
.fr-touch-menu-wrapper, .fr-touch-caption-wrapper {
    float: left;
    width: 100%;
    height: 100%;
    position: relative
    }
.fr-touch-caption-overflow-scroll {
    overflow-x: hidden;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
    }
.fr-touch-menu-background, .fr-touch-caption-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    line-height: 1%;
    filter: alpha(opacity=80);
    opacity: 0.8;
    zoom: 1;
    background: #000;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
    }
.fr-touch-caption-info {
    float: left;
    position: relative;
    clear: both;
    padding-right: 38px;
    color: #efefef
    }
.fr-touch-caption-info-padder {
    float: left;
    padding: 11px;
    display: block;
    filter: alpha(opacity=99);
    overflow: hidden;
    width: auto;
    position: relative
    }
.fr-touch-caption-text-wrapper {
    float: left;
    clear: both;
    font-weight: normal;
    font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 21px;
    height: 21px;
    width: 100%;
    overflow: hidden
    }
.fr-touch-caption-text {
    float: left
    }
.fr-touch-caption-overflow .fr-touch-caption-text-wrapper {
    overflow: visible;
    height: auto
    }
.fr-touch-button {
    padding: 10px 4px;
    width: 23px;
    height: 23px;
    position: relative;
    cursor: pointer
    }
.fr-touch-button .fr-touch-button-background {
    position: absolute;
    top: 10px;
    left: 4px;
    height: 23px;
    width: 23px
    }
.fr-touch-button .fr-touch-button-background {
    background-color: #303030
    }
.fr-touch-button:hover .fr-touch-button-background {
    background-color: #404040
    }
.fr-touch-button-icon {
    float: left;
    position: relative;
    width: 23px;
    height: 23px
    }
.fr-touch-close {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 11px
    }
.fr-touch-caption-more {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 11px;
    display: none
    }
.fr-touch-caption-padded .fr-touch-caption-more {
    display: block
    }
@media all and (min-height: 0) {
    .fr-thumbnails {
        padding: 10px 0
        }
    .fr-thumbnail, .fr-thumbnails-side {
        margin: 0 4px
        }
    .fr-thumbnails-side-previous {
        margin-left: 8px
        }
    .fr-thumbnails-side-next {
        margin-right: 8px
        }
    .fr-thumbnail-loading-background {
        background-image: url(/css/simple-x/fresco/skins/loading-small.gif)
        }
    }
@media all and (min-height: 200px) {
    .fr-thumbnails {
        padding: 12px 0
        }
    .fr-thumbnail, .fr-thumbnails-side {
        margin: 0 6px
        }
    .fr-thumbnails-side-previous {
        margin-left: 12px
        }
    .fr-thumbnails-side-next {
        margin-right: 12px
        }
    }
@media all and (min-height: 350px) {
    .fr-thumbnail-loading-background {
        background-image: url(/css/simple-x/fresco/skins/loading-medium.gif)
        }
    }
@media all and (min-height: 500px) {
    .fr-thumbnails {
        padding: 14px 0
        }
    .fr-thumbnail, .fr-thumbnails-side {
        margin: 0 7px
        }
    .fr-thumbnails-side-previous {
        margin-left: 14px
        }
    .fr-thumbnails-side-next {
        margin-right: 14px
        }
    }
@media all and (min-height: 700px) {
    .fr-thumbnails {
        padding: 20px 0
        }
    .fr-thumbnail, .fr-thumbnails-side {
        margin: 0 10px
        }
    .fr-thumbnails-side-previous {
        margin-left: 20px
        }
    .fr-thumbnails-side-next {
        margin-right: 20px
        }
    .fr-thumbnail-loading-background {
        background-image: url(/css/simple-x/fresco/skins/loading.gif)
        }
    }
.fr-ltIE8 * {
    zoom: 1;
    z-index: 1
    }
.fr-ltIE9 .fr-content-image-overlay, .fr-ltIE9 .fr-has-caption .fr-info-outside .fr-info-background {
    border: 0
    }
.fr-window-fresco .fr-side-button-icon, .fr-window-fresco .fr-close-icon, .fr-window-fresco .fr-touch-close .fr-touch-button-icon, .fr-window-fresco .fr-touch-caption-more .fr-touch-button-icon, .fr-window-fresco .fr-thumbnails-side-button-icon {
    background-image: url(/css/simple-x/fresco/skins/fresco/sprite.png)
    }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .fr-window-fresco .fr-side-button-icon, .fr-window-fresco .fr-close-icon, .fr-window-fresco .fr-touch-close .fr-touch-button-icon, .fr-window-fresco .fr-touch-caption-more .fr-touch-button-icon, .fr-window-fresco .fr-side-button-icon {
        background-image: url(/css/simple-x/fresco/skins/fresco/sprite@x2.png);
        background-size: 500px 500px
        }
    }
.fr-window-fresco .fr-box-outer-border {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4)
    }
.fr-window-fresco .fr-box-wrapper {
    background: #101010;
    border-color: transparent;
    border-style: solid;
    border-width: 0
    }
.fr-window-fresco .fr-content-image-overlay {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.08)
    }
.fr-window-fresco .fr-has-caption .fr-box-has-ui-outside .fr-content-image-overlay {
    border-bottom-width: 0
    }
.fr-window-fresco .fr-no-caption .fr-box-has-ui-outside .fr-content-image-overlay {
    border-bottom-width: 1px
    }
.fr-window-fresco .fr-ui-outside .fr-position-text {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3)
    }
.fr-window-fresco .fr-no-caption .fr-info-inside .fr-position-background {
    border: 1px solid rgba(180, 180, 180, 0.15)
    }
.fr-window-fresco .fr-has-caption .fr-info-inside .fr-info-background {
    border: 1px solid rgba(68, 68, 68, 0.1);
    border-top-width: 0
    }
.fr-window-fresco .fr-has-caption .fr-info-outside .fr-info-background {
    border: 1px solid rgba(80, 80, 80, 0.25);
    border-top-width: 0
    }
.fr-window-fresco .fr-thumbnail-wrapper {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3)
    }
.fr-window-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1)
    }
.fr-window-fresco .fr-side-previous .fr-side-button .fr-side-button-icon {
    background-position: -13px -14px
    }
.fr-window-fresco .fr-side-next .fr-side-button .fr-side-button-icon {
    background-position: -93px -14px
    }
.fr-window-fresco .fr-side-previous:hover .fr-side-button .fr-side-button-icon {
    background-position: -13px -114px
    }
.fr-window-fresco .fr-side-next:hover .fr-side-button .fr-side-button-icon {
    background-position: -93px -114px
    }
.fr-window-fresco .fr-side-previous .fr-side-button-disabled .fr-side-button-icon, .fr-window-fresco .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon {
    background-position: -13px -214px
    }
.fr-window-fresco .fr-side-next .fr-side-button-disabled .fr-side-button-icon, .fr-window-fresco .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon {
    background-position: -93px -214px
    }
.fr-window-fresco:not(.fr-ltIE9) .fr-side-previous .fr-side-button .fr-side-button-icon {
    background-position: -13px -114px
    }
.fr-window-fresco:not(.fr-ltIE9) .fr-side-next .fr-side-button .fr-side-button-icon {
    background-position: -93px -114px
    }
.fr-window-fresco:not(.fr-ltIE9) .fr-side .fr-side-button .fr-side-button-icon {
    -moz-transition: opacity 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    opacity: 0.5
    }
.fr-window-fresco .fr-side:hover .fr-side-button .fr-side-button-icon, .fr-window-fresco .fr-frame .fr-side .fr-side-button-active .fr-side-button-icon {
    opacity: 1
    }
.fr-ltIE9 .fr-frame .fr-side-previous .fr-side-button-active .fr-side-button-icon {
    background-position: -13px -114px
    }
.fr-ltIE9 .fr-frame .fr-side-next .fr-side-button-active .fr-side-button-icon {
    background-position: -93px -114px
    }
.fr-window-fresco:not(.fr-ltIE9) .fr-ui-outside .fr-side .fr-side-button-disabled .fr-side-button-icon, .fr-window-fresco:not(.fr-ltIE9) .fr-ui-outside .fr-side .fr-side-button-disabled:hover .fr-side-button-icon {
    opacity: 0.2
    }
.fr-window-fresco .fr-ui-inside .fr-side-button-disabled .fr-side-button-icon {
    background-image: none
    }
@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) {
    .fr-window-fresco .fr-side-previous .fr-side-button .fr-side-button-icon {
        background-position: 0 -300px
        }
    .fr-window-fresco .fr-side-next .fr-side-button .fr-side-button-icon {
        background-position: -40px -300px
        }
    .fr-window-fresco .fr-side-previous:hover .fr-side-button .fr-side-button-icon {
        background-position: 0 -350px
        }
    .fr-window-fresco .fr-side-next:hover .fr-side-button .fr-side-button-icon {
        background-position: -40px -350px
        }
    .fr-window-fresco:not(.fr-ltIE9) .fr-side-previous .fr-side-button .fr-side-button-icon {
        background-position: 0 -350px
        }
    .fr-window-fresco:not(.fr-ltIE9) .fr-side-next .fr-side-button .fr-side-button-icon {
        background-position: -40px -350px
        }
    }
.fr-window-fresco .fr-close .fr-close-icon {
    background-position: -169px -9px
    }
.fr-window-fresco .fr-close:hover .fr-close-icon {
    background-position: -210px -9px
    }
.fr-window-fresco:not(.fr-ltIE9) .fr-close .fr-close-icon {
    background-position: -210px -9px;
    -moz-transition: opacity 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    opacity: 0.8
    }
.fr-window-fresco .fr-close:hover .fr-close-icon {
    opacity: 1
    }
.fr-window-fresco .fr-thumbnail-wrapper {
    border-color: transparent;
    border-style: solid;
    border-width: 0
    }
.fr-window-fresco .fr-thumbnail-wrapper {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3)
    }
.fr-window-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1)
    }
.fr-window-fresco .fr-thumbnail-wrapper {
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3)
    }
.fr-window-fresco .fr-thumbnail-overlay-border {
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.08)
    }
.fr-thumbnail-active .fr-thumbnail-overlay-border, .fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
    border: 0
    }
.fr-window-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
    background-position: -160px -41px
    }
.fr-window-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
    background-position: -202px -41px
    }
.fr-window-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
    background-position: -160px -83px
    }
.fr-window-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
    background-position: -202px -83px
    }
.fr-window-fresco .fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
    background-position: -286px -41px
    }
.fr-window-fresco .fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
    background-position: -328px -41px
    }
.fr-window-fresco .fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
    background-position: -286px -83px
    }
.fr-window-fresco .fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
    background-position: -328px -83px
    }
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side .fr-thumbnails-side-button-icon {
    -moz-transition: opacity 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    opacity: 0.8
    }
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon, .fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
    background-position: -160px -41px
    }
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-next .fr-thumbnails-side-button-icon, .fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
    background-position: -202px -83px
    }
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon {
    opacity: 1
    }
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon, .fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
    background-position: -286px -41px
    }
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon, .fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
    background-position: -328px -83px
    }
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side .fr-thumbnails-side-button-disabled, .fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled {
    opacity: 0.5
    }
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon, .fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
    background-position: -244px -41px
    }
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon, .fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
    background-position: -244px -83px
    }
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background, .fr-window-fresco.fr-ltIE9 .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background {
    filter: alpha(opacity=50)
    }
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon, .fr-window-fresco.fr-ltIE9 .fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
    background-position: -370px -41px
    }
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon, .fr-window-fresco.fr-ltIE9 .fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
    background-position: -370px -83px
    }
.fr-window-fresco .fr-touch-menu-background, .fr-window-fresco .fr-touch-caption-background {
    border-style: solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.12);
    border-width: 0 0 1px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3)
    }
.fr-window-fresco .fr-touch-caption-background {
    border-width: 1px 0 0 0;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3)
    }
@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) {
    .fr-window-fresco .fr-touch-caption-text-wrapper {
        font-size: 12px
        }
    }
.fr-window-fresco .fr-touch-close .fr-touch-button-icon {
    background-position: -169px -9px
    }
.fr-window-fresco .fr-touch-close:hover .fr-touch-button-icon {
    background-position: -210px -9px
    }
.fr-window-fresco:not(.fr-ltIE9) .fr-touch-close .fr-touch-button-icon {
    background-position: -210px -9px;
    -moz-transition: opacity 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    opacity: 0.8
    }
.fr-window-fresco .fr-touch-close .fr-touch-button-icon {
    opacity: 1
    }
.fr-window-fresco .fr-touch-caption-more .fr-touch-button-icon {
    background-position: -169px -134px
    }
.fr-window-fresco .fr-touch-caption-more:hover .fr-touch-button-icon {
    background-position: -210px -134px
    }
.fr-window-fresco:not(.fr-ltIE9) .fr-touch-caption-more .fr-touch-button-icon {
    background-position: -210px -134px;
    -moz-transition: opacity 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    opacity: 0.8
    }
.fr-window-fresco .fr-touch-caption-more .fr-touch-button-icon {
    opacity: 1
    }
.fr-window-fresco .fr-touch-caption-less .fr-touch-button-icon {
    background-position: -169px -175px
    }
.fr-window-fresco .fr-touch-caption-less:hover .fr-touch-button-icon {
    background-position: -210px -175px
    }
.fr-window-fresco:not(.fr-ltIE9) .fr-touch-caption-less .fr-touch-button-icon {
    background-position: -210px -175px;
    -moz-transition: opacity 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    opacity: 0.8
    }
.fr-window-fresco .fr-touch-caption-less .fr-touch-button-icon {
    opacity: 1
    }
.fr-window-IE6 * {
    zoom: 1
    }
.fr-window-IE6 .fr-side-button-icon, .fr-window-IE6 .fr-close-icon, .fr-window-IE6 .fr-thumbnails-side-button-icon {
    background-image: url(/css/simple-x/fresco/skins/IE6/sprite.png)
    }
.fr-window-IE6 .fr-side-previous .fr-side-button .fr-side-button-icon {
    background-position: -13px -114px
    }
.fr-window-IE6 .fr-side-next .fr-side-button .fr-side-button-icon {
    background-position: -93px -114px
    }
.fr-window-IE6 .fr-side-previous .fr-side-button-disabled .fr-side-button-icon, .fr-window-IE6 .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon {
    background-position: -13px -214px
    }
.fr-window-IE6 .fr-side-next .fr-side-button-disabled .fr-side-button-icon, .fr-window-IE6 .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon {
    background-position: -93px -214px
    }
.fr-window-IE6 .fr-ui-inside .fr-side-button-disabled .fr-side-button-icon {
    display: none
    }
@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) {
    .fr-window-IE6 .fr-side-previous .fr-side-button .fr-side-button-icon {
        background-position: 0 -350px
        }
    .fr-window-IE6 .fr-side-next .fr-side-button .fr-side-button-icon {
        background-position: -40px -350px
        }
    .fr-window-IE6 .fr-side-previous .fr-side-button-disabled .fr-side-button-icon, .fr-window-IE6 .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon {
        background-position: 0 -400px
        }
    .fr-window-IE6 .fr-side-next .fr-side-button-disabled .fr-side-button-icon, .fr-window-IE6 .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon {
        background-position: -40px -400px
        }
    }
.fr-window-IE6 .fr-close .fr-close-icon {
    background-position: -169px -9px
    }
.fr-window-IE6 .fr-close:hover .fr-close-icon {
    background-position: -210px -9px
    }
.fr-window-IE6 .fr-info {
    filter: alpha(opacity=99)
    }
.fr-window-IE6 .fr-ui-outside .fr-info {
    background: #000
    }
.fr-window-IE6 .fr-close-icon {
    background-color: #232323
    }
.fr-window-IE6 .fr-close .fr-close-background {
    display: none
    }
.fr-window-IE6 .fr-info-background {
    display: none
    }
.fr-window-IE6 .fr-has-caption .fr-ui-inside .fr-info, .fr-window-IE6 .fr-info-outside {
    background: #0d0d0d
    }
.fr-window-IE6 .fr-position {
    background: #101010
    }
.fr-window-IE6 .fr-has-caption .fr-ui-inside .fr-position {
    background: none
    }
.fr-window-IE6 .fr-position .fr-position-background {
    display: none
    }
.rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    background: #151515
    }
.rsDefault .rsArrowIcn:before, .rsDefault .rsThumbsArrowIcn:before, .rsDefault .rsFullscreenIcn:before, .rsDefault .rsPlayBtnIcon:before, .rsDefault .rsCloseVideoIcn:before, .rsDefault .rsPreloader:before {
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display: table-cell;
    vertical-align: middle
    }
.rsDefault .rsArrowIcn, .rsDefault .rsThumbsArrowIcn, .rsDefault .rsFullscreenIcn, .rsDefault .rsPlayBtnIcon, .rsDefault .rsCloseVideoIcn, .rsDefault .rsPreloader {
    font-family: sx-icon
    }
.rsDefault .rsArrow {
    height: 100%;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
    width: 80px
    }
.rsDefault.rsVer .rsArrow {
    width: 100%;
    height: 80px
    }
.rsDefault.rsVer .rsArrowLeft {
    top: 0;
    left: 0
    }
.rsDefault.rsVer .rsArrowRight {
    bottom: 0;
    left: 0
    }
.rsDefault.rsHor .rsArrowLeft {
    left: 0;
    top: 0
    }
.rsDefault.rsHor .rsArrowRight {
    right: 0;
    top: 0
    }
.rsDefault .rsArrowIcn {
    position: absolute;
    cursor: pointer;
    text-align: center;
    display: table;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    background-color: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 1);
    font-size: 42px
    }
.rsDefault .rsArrowIcn:hover {
    background-color: rgba(0, 0, 0, 0.9);
    color: rgba(254, 254, 254, 1)
    }
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn:before {
    content: ""
    }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn:before {
    content: ""
    }
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn:before {
    content: ""
    }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn:before {
    content: ""
    }
.rsDefault .rsArrowDisabled .rsArrowIcn {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0.3
    }
.rsDefault .rsBullets {
    position: absolute;
    z-index: 35;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    overflow: hidden;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.6)
    }
.rsDefault .rsBullet {
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    margin: 9px 5px;
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.6)
    }
.rsDefault .rsBullet.rsNavSelected, .rsDefault .rsBullet:hover {
    background-color: rgba(254, 254, 254, 1)
    }
.rsVideoPlaying .rsBullets {
    display: none
    }
.rsDefault .rsThumbsHor {
    width: 100%
    }
.rsDefault .rsThumbsVer {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 150px
    }
.rsDefault .rsThumbsContainer {
    position: relative
    }
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
    height: 100%
    }
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
    width: 100%
    }
.rsDefault .rsThumb {
    overflow: hidden
    }
.rsDefault .rsThumbsHor .rsThumb {
    width: 200px
    }
.rsDefault .rsThumbsVer .rsThumb {
    width: 100%
    }
.rsDefault .rsThumb img {
    width: 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");
    filter: gray;
    -webkit-filter: grayscale(100%)
    }
.rsDefault .rsThumb.rsNavSelected img, .rsDefault .rsThumb:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%)
    }
.rsDefault .rsTmb {
    display: block
    }
.rsDefault .rsThumbsArrow {
    height: 100%;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
    width: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1)
    }
.rsDefault .rsThumbsArrow:hover {
    background-color: rgba(0, 0, 0, 0.9);
    color: rgba(254, 254, 254, 1)
    }
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
    width: 100%;
    height: 30px
    }
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
    top: 0;
    left: 0
    }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
    bottom: 0;
    left: 0
    }
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
    left: 0;
    top: 0
    }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
    right: 0;
    top: 0
    }
.rsDefault .rsThumbsArrowIcn {
    height: 100%;
    width: 100%;
    cursor: pointer;
    text-align: center;
    display: table;
    font-size: 20px
    }
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn:before {
    content: ""
    }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn:before {
    content: ""
    }
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn:before {
    content: ""
    }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn:before {
    content: ""
    }
.rsDefault .rsThumbsArrowDisabled .rsArrowIcn {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0.3
    }
.rsDefault .rsTabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-top: 12px;
    position: relative
    }
.rsDefault .rsTab {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: auto;
    width: auto;
    color: #333;
    padding: 5px 13px 6px;
    min-width: 72px;
    border: 1px solid #D9D9DD;
    border-right: 1px solid #f5f5f5;
    text-decoration: none;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
    -webkit-box-shadow: inset 1px 0 0 #fff;
    box-shadow: inset 1px 0 0 #fff
    }
.rsDefault .rsTab:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
    }
.rsDefault .rsTab:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cfcfcf
    }
.rsDefault .rsTab:active {
    border: 1px solid #D9D9DD;
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset
    }
.rsDefault .rsTab.rsNavSelected {
    color: white;
    border: 1px solid #999;
    text-shadow: 1px 1px #838383;
    -webkit-box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
    box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
    background: #ACACAC;
    background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
    background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
    background-image: linear-gradient(to bottom, #ACACAC, #BBB)
    }
.rsDefault .rsFullscreenBtn {
    z-index: 22;
    display: block;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
    width: 36px;
    height: 36px
    }
.rsDefault .rsFullscreenIcn {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    text-align: center;
    display: table;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 1);
    font-size: 16px
    }
.rsDefault .rsFullscreenIcn:before {
    content: ""
    }
.rsDefault.rsFullscreen .rsFullscreenIcn:before {
    content: ""
    }
.rsDefault .rsFullscreenIcn:hover {
    background-color: rgba(0, 0, 0, 0.9);
    color: rgba(254, 254, 254, 1)
    }
.rsFullscreen {
    width: 100%;
    height: 100%;
    background: #EEE;
    min-height: 250px;
    position: relative
    }
.rsFullscreen img {
    max-height: 100%;
    max-width: 100%;
    height: auto !important;
    width: auto !important;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    margin: auto !important
    }
.rsDefault .rsPlayBtn {
    cursor: pointer
    }
.rsDefault .rsPlayBtnIcon {
    top: 50%;
    left: 50%;
    position: absolute;
    cursor: pointer;
    display: table;
    text-align: center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    font-size: 80px;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.9);
    color: rgba(255, 255, 255, 1)
    }
.rsDefault .rsPlayBtnIcon:before {
    content: ""
    }
.rsDefault .rsPlayBtnIcon:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, 0.9);
    color: rgba(254, 254, 254, 1)
    }
.rsDefault .rsBtnCenterer {
    position: absolute;
    left: 50%;
    top: 50%
    }
.rsDefault .rsCloseVideoBtn {
    z-index: 500;
    position: absolute;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    left: 10px;
    top: 10px;
    width: 36px;
    height: 36px
    }
.rsDefault .rsCloseVideoIcn {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    text-align: center;
    display: table;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 1);
    font-size: 16px
    }
.rsDefault .rsCloseVideoIcn:before {
    content: ""
    }
.rsDefault .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, 0.9);
    color: rgba(254, 254, 254, 1)
    }
.rsDefault .rsPreloader {
    left: 50%;
    top: 50%;
    text-align: center;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: table;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    color: rgba(255, 255, 255, 1);
    font-size: 30px
    }
.rsDefault .rsPreloader:before {
    vertical-align: middle;
    display: table-cell;
    content: ""
    }
.royalSlider {
    width: 600px;
    height: calc(100vh - 240px) !important;
    position: relative;
    direction: ltr
    }
@media (min-width: 1500px) {
    .royalSlider {
        height: calc(100vh - 300px) !important
        }
    }
.keyvisual-big .royalSlider {
    height: calc(100vh - 160px) !important
    }
.royalSlider > * {
    float: left
    }
.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsABlock, .rsWebkit3d .rsLink {
    -webkit-backface-visibility: hidden
    }
.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none
    }
.rsOverflow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }
.rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }
.rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0
    }
.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }
.rsArrow, .rsThumbsArrow {
    cursor: pointer
    }
.rsThumb {
    float: left;
    position: relative
    }
.rsArrow, .rsNav, .rsThumbsArrow {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear
    }
.rsHidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear
    }
.rsGCaption {
    width: 100%;
    float: left;
    text-align: center
    }
.royalSlider.rsFullscreen {
    position: fixed !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important
    }
.royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    display: none
    }
.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%
    }
.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
    height: auto
    }
.rsContent {
    width: 100%;
    height: 100%;
    position: relative
    }
.rsPreloader {
    position: absolute;
    z-index: 0
    }
.rsNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none
    }
.rsNavItem {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25)
    }
.rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22
    }
.rsTabs {
    float: left;
    background: none !important
    }
.rsTabs, .rsThumbs {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }
.rsVideoContainer {
    width: auto;
    height: auto;
    line-height: 0;
    position: relative
    }
.rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: 0.3s
    }
.rsVideoFrameHolder.rsVideoActive {
    opacity: 1
    }
.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
    }
.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 44px
    }
.rsABlock {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 15;
    -webkit-backface-visibility: hidden
    }
img.rsImg {
    max-width: none
    }
.grab-cursor {
    cursor: url(/img/css/ux/royalslider/grab.png) 8 8, move
    }
.grabbing-cursor {
    cursor: url(/img/css/ux/royalslider/grabbing.png) 8 8, move
    }
.rsNoDrag {
    cursor: auto
    }
.rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: url(/img/css/ux/royalslider/blank.gif)
    }
.shop-productvariants td {
    vertical-align: middle !important
    }
.shoppingcard-headline-amount, .shoppingcard-headline-total-amount, .shoppingcard-row-amount, .shoppingcard-row-total-amount, .shoppingcard-total-amount-label, .shoppingcard-total-amount, .shoppingcard-shipping-label, .shoppingcard-shipping-amount {
    text-align: right
    }
.shoppingcard-row-action, .shoppingcard-headline-amount, .shoppingcard-headline-total-amount, .shoppingcard-row-amount, .shoppingcard-row-total-amount, .shoppingcard-total-amount {
    white-space: nowrap
    }
.shoppingcard-row-desc {
    width: 100%
    }
.shoppingcard-row-noborder td {
    border-top: none !important
    }
.shoppingcard-headline-desc, .shoppingcard-row-desc {
    padding-left: 0 !important
    }
.shoppingcard-row-count-input {
    width: 42px !important
    }
.shoppingcard-total-amount-label, .shoppingcard-total-amount {
    border-top: 2px solid #ccc !important;
    font-weight: bold !important
    }
.shoppingcard-total-amount {
    border-bottom: 3px double #ccc
    }
.shoppingcard-shipping-label {
    font-weight: bold
    }
.shoppingcard-row-delete-btn {
    cursor: pointer
    }
#shoppingcard-dialog-confirm {
    display: none
    }
.voucherpreview-download, .voucherpreview-loader {
    display: none
    }
.voucherlayout label, .paymentmethod label {
    display: block
    }
.voucherlayout label {
    margin-left: 5px
    }
.voucherlayout .radio label {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px
    }
.voucherlayout > div {
    margin-left: -5px;
    margin-right: -5px
    }
.voucherlayout .voucherlayout-choose-text {
    display: inline-block !important
    }
.voucherlayout .radio label, .paymentmethod .radio label {
    border: 2px solid transparent;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block !important;
    position: relative
    }
.voucherlayout .voucherlayout-conatiner {
    margin-left: -20px
    }
.paymentmethod .radio {
    margin: 0 !important;
    padding: 0 !important
    }
.voucherlayout .radio {
    display: inline-block !important;
    width: 20%
    }
.voucherlayout i:before {
    margin-left: 0
    }
.voucherlayout img, .paymentmethod img {
    display: block
    }
.paymentmethod img {
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 100px
    }
.voucherlayout img {
    width: 100%
    }
.voucherlayout-preview {
    position: relative
    }
.voucherlayout label.chosen, .paymentmethod label.chosen {
    display: inline-block;
    border: 2px solid #ccc
    }
.voucherlayout label a {
    margin-top: 2px;
    width: 100%;
    text-align: center;
    display: block
    }
.charcounter {
    display: block;
    padding: 5px 0 0 0
    }
.validuntil select {
    max-width: 90px;
    display: inline-block
    }
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, 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: 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 {
    -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"] {
    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;
    -moz-box-sizing: content-box;
    -webkit-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
    }
@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important
        }
    a, a:visited {
        text-decoration: underline
        }
    a[href]:after {
        content: " (" attr(href) ")"
        }
    abbr[title]:after {
        content: " (" attr(title) ")"
        }
    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
        }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
        }
    thead {
        display: table-header-group
        }
    tr, img {
        page-break-inside: avoid
        }
    img {
        max-width: 100% !important
        }
    p, h2, h3 {
        orphans: 3;
        widows: 3
        }
    h2, h3 {
        page-break-after: avoid
        }
    select {
        background: #fff !important
        }
    .navbar {
        display: none
        }
    .table td, .table th {
        background-color: #fff !important
        }
    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
        }
    .label {
        border: 1px solid #000
        }
    .table {
        border-collapse: collapse !important
        }
    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
        }
    }
@font-face {
    font-family: "Glyphicons Halflings";
    src: url(/css/project/fonts/glyphicons-halflings-regular.eot);
    src: url(/css/project/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/css/project/fonts/glyphicons-halflings-regular.woff) format("woff"), url(/css/project/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/css/project/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: "*"
    }
.glyphicon-plus:before {
    content: "+"
    }
.glyphicon-euro:before {
    content: "€"
    }
.glyphicon-minus:before {
    content: "−"
    }
.glyphicon-cloud:before {
    content: "☁"
    }
.glyphicon-envelope:before {
    content: "✉"
    }
.glyphicon-pencil:before {
    content: "✏"
    }
.glyphicon-glass:before {
    content: ""
    }
.glyphicon-music:before {
    content: ""
    }
.glyphicon-search:before {
    content: ""
    }
.glyphicon-heart:before {
    content: ""
    }
.glyphicon-star:before {
    content: ""
    }
.glyphicon-star-empty:before {
    content: ""
    }
.glyphicon-user:before {
    content: ""
    }
.glyphicon-film:before {
    content: ""
    }
.glyphicon-th-large:before {
    content: ""
    }
.glyphicon-th:before {
    content: ""
    }
.glyphicon-th-list:before {
    content: ""
    }
.glyphicon-ok:before {
    content: ""
    }
.glyphicon-remove:before {
    content: ""
    }
.glyphicon-zoom-in:before {
    content: ""
    }
.glyphicon-zoom-out:before {
    content: ""
    }
.glyphicon-off:before {
    content: ""
    }
.glyphicon-signal:before {
    content: ""
    }
.glyphicon-cog:before {
    content: ""
    }
.glyphicon-trash:before {
    content: ""
    }
.glyphicon-home:before {
    content: ""
    }
.glyphicon-file:before {
    content: ""
    }
.glyphicon-time:before {
    content: ""
    }
.glyphicon-road:before {
    content: ""
    }
.glyphicon-download-alt:before {
    content: ""
    }
.glyphicon-download:before {
    content: ""
    }
.glyphicon-upload:before {
    content: ""
    }
.glyphicon-inbox:before {
    content: ""
    }
.glyphicon-play-circle:before {
    content: ""
    }
.glyphicon-repeat:before {
    content: ""
    }
.glyphicon-refresh:before {
    content: ""
    }
.glyphicon-list-alt:before {
    content: ""
    }
.glyphicon-lock:before {
    content: ""
    }
.glyphicon-flag:before {
    content: ""
    }
.glyphicon-headphones:before {
    content: ""
    }
.glyphicon-volume-off:before {
    content: ""
    }
.glyphicon-volume-down:before {
    content: ""
    }
.glyphicon-volume-up:before {
    content: ""
    }
.glyphicon-qrcode:before {
    content: ""
    }
.glyphicon-barcode:before {
    content: ""
    }
.glyphicon-tag:before {
    content: ""
    }
.glyphicon-tags:before {
    content: ""
    }
.glyphicon-book:before {
    content: ""
    }
.glyphicon-bookmark:before {
    content: ""
    }
.glyphicon-print:before {
    content: ""
    }
.glyphicon-camera:before {
    content: ""
    }
.glyphicon-font:before {
    content: ""
    }
.glyphicon-bold:before {
    content: ""
    }
.glyphicon-italic:before {
    content: ""
    }
.glyphicon-text-height:before {
    content: ""
    }
.glyphicon-text-width:before {
    content: ""
    }
.glyphicon-align-left:before {
    content: ""
    }
.glyphicon-align-center:before {
    content: ""
    }
.glyphicon-align-right:before {
    content: ""
    }
.glyphicon-align-justify:before {
    content: ""
    }
.glyphicon-list:before {
    content: ""
    }
.glyphicon-indent-left:before {
    content: ""
    }
.glyphicon-indent-right:before {
    content: ""
    }
.glyphicon-facetime-video:before {
    content: ""
    }
.glyphicon-picture:before {
    content: ""
    }
.glyphicon-map-marker:before {
    content: ""
    }
.glyphicon-adjust:before {
    content: ""
    }
.glyphicon-tint:before {
    content: ""
    }
.glyphicon-edit:before {
    content: ""
    }
.glyphicon-share:before {
    content: ""
    }
.glyphicon-check:before {
    content: ""
    }
.glyphicon-move:before {
    content: ""
    }
.glyphicon-step-backward:before {
    content: ""
    }
.glyphicon-fast-backward:before {
    content: ""
    }
.glyphicon-backward:before {
    content: ""
    }
.glyphicon-play:before {
    content: ""
    }
.glyphicon-pause:before {
    content: ""
    }
.glyphicon-stop:before {
    content: ""
    }
.glyphicon-forward:before {
    content: ""
    }
.glyphicon-fast-forward:before {
    content: ""
    }
.glyphicon-step-forward:before {
    content: ""
    }
.glyphicon-eject:before {
    content: ""
    }
.glyphicon-chevron-left:before {
    content: ""
    }
.glyphicon-chevron-right:before {
    content: ""
    }
.glyphicon-plus-sign:before {
    content: ""
    }
.glyphicon-minus-sign:before {
    content: ""
    }
.glyphicon-remove-sign:before {
    content: ""
    }
.glyphicon-ok-sign:before {
    content: ""
    }
.glyphicon-question-sign:before {
    content: ""
    }
.glyphicon-info-sign:before {
    content: ""
    }
.glyphicon-screenshot:before {
    content: ""
    }
.glyphicon-remove-circle:before {
    content: ""
    }
.glyphicon-ok-circle:before {
    content: ""
    }
.glyphicon-ban-circle:before {
    content: ""
    }
.glyphicon-arrow-left:before {
    content: ""
    }
.glyphicon-arrow-right:before {
    content: ""
    }
.glyphicon-arrow-up:before {
    content: ""
    }
.glyphicon-arrow-down:before {
    content: ""
    }
.glyphicon-share-alt:before {
    content: ""
    }
.glyphicon-resize-full:before {
    content: ""
    }
.glyphicon-resize-small:before {
    content: ""
    }
.glyphicon-exclamation-sign:before {
    content: ""
    }
.glyphicon-gift:before {
    content: ""
    }
.glyphicon-leaf:before {
    content: ""
    }
.glyphicon-fire:before {
    content: ""
    }
.glyphicon-eye-open:before {
    content: ""
    }
.glyphicon-eye-close:before {
    content: ""
    }
.glyphicon-warning-sign:before {
    content: ""
    }
.glyphicon-plane:before {
    content: ""
    }
.glyphicon-calendar:before {
    content: ""
    }
.glyphicon-random:before {
    content: ""
    }
.glyphicon-comment:before {
    content: ""
    }
.glyphicon-magnet:before {
    content: ""
    }
.glyphicon-chevron-up:before {
    content: ""
    }
.glyphicon-chevron-down:before {
    content: ""
    }
.glyphicon-retweet:before {
    content: ""
    }
.glyphicon-shopping-cart:before {
    content: ""
    }
.glyphicon-folder-close:before {
    content: ""
    }
.glyphicon-folder-open:before {
    content: ""
    }
.glyphicon-resize-vertical:before {
    content: ""
    }
.glyphicon-resize-horizontal:before {
    content: ""
    }
.glyphicon-hdd:before {
    content: ""
    }
.glyphicon-bullhorn:before {
    content: ""
    }
.glyphicon-bell:before {
    content: ""
    }
.glyphicon-certificate:before {
    content: ""
    }
.glyphicon-thumbs-up:before {
    content: ""
    }
.glyphicon-thumbs-down:before {
    content: ""
    }
.glyphicon-hand-right:before {
    content: ""
    }
.glyphicon-hand-left:before {
    content: ""
    }
.glyphicon-hand-up:before {
    content: ""
    }
.glyphicon-hand-down:before {
    content: ""
    }
.glyphicon-circle-arrow-right:before {
    content: ""
    }
.glyphicon-circle-arrow-left:before {
    content: ""
    }
.glyphicon-circle-arrow-up:before {
    content: ""
    }
.glyphicon-circle-arrow-down:before {
    content: ""
    }
.glyphicon-globe:before {
    content: ""
    }
.glyphicon-wrench:before {
    content: ""
    }
.glyphicon-tasks:before {
    content: ""
    }
.glyphicon-filter:before {
    content: ""
    }
.glyphicon-briefcase:before {
    content: ""
    }
.glyphicon-fullscreen:before {
    content: ""
    }
.glyphicon-dashboard:before {
    content: ""
    }
.glyphicon-paperclip:before {
    content: ""
    }
.glyphicon-heart-empty:before {
    content: ""
    }
.glyphicon-link:before {
    content: ""
    }
.glyphicon-phone:before {
    content: ""
    }
.glyphicon-pushpin:before {
    content: ""
    }
.glyphicon-usd:before {
    content: ""
    }
.glyphicon-gbp:before {
    content: ""
    }
.glyphicon-sort:before {
    content: ""
    }
.glyphicon-sort-by-alphabet:before {
    content: ""
    }
.glyphicon-sort-by-alphabet-alt:before {
    content: ""
    }
.glyphicon-sort-by-order:before {
    content: ""
    }
.glyphicon-sort-by-order-alt:before {
    content: ""
    }
.glyphicon-sort-by-attributes:before {
    content: ""
    }
.glyphicon-sort-by-attributes-alt:before {
    content: ""
    }
.glyphicon-unchecked:before {
    content: ""
    }
.glyphicon-expand:before {
    content: ""
    }
.glyphicon-collapse-down:before {
    content: ""
    }
.glyphicon-collapse-up:before {
    content: ""
    }
.glyphicon-log-in:before {
    content: ""
    }
.glyphicon-flash:before {
    content: ""
    }
.glyphicon-log-out:before {
    content: ""
    }
.glyphicon-new-window:before {
    content: ""
    }
.glyphicon-record:before {
    content: ""
    }
.glyphicon-save:before {
    content: ""
    }
.glyphicon-open:before {
    content: ""
    }
.glyphicon-saved:before {
    content: ""
    }
.glyphicon-import:before {
    content: ""
    }
.glyphicon-export:before {
    content: ""
    }
.glyphicon-send:before {
    content: ""
    }
.glyphicon-floppy-disk:before {
    content: ""
    }
.glyphicon-floppy-saved:before {
    content: ""
    }
.glyphicon-floppy-remove:before {
    content: ""
    }
.glyphicon-floppy-save:before {
    content: ""
    }
.glyphicon-floppy-open:before {
    content: ""
    }
.glyphicon-credit-card:before {
    content: ""
    }
.glyphicon-transfer:before {
    content: ""
    }
.glyphicon-cutlery:before {
    content: ""
    }
.glyphicon-header:before {
    content: ""
    }
.glyphicon-compressed:before {
    content: ""
    }
.glyphicon-earphone:before {
    content: ""
    }
.glyphicon-phone-alt:before {
    content: ""
    }
.glyphicon-tower:before {
    content: ""
    }
.glyphicon-stats:before {
    content: ""
    }
.glyphicon-sd-video:before {
    content: ""
    }
.glyphicon-hd-video:before {
    content: ""
    }
.glyphicon-subtitles:before {
    content: ""
    }
.glyphicon-sound-stereo:before {
    content: ""
    }
.glyphicon-sound-dolby:before {
    content: ""
    }
.glyphicon-sound-5-1:before {
    content: ""
    }
.glyphicon-sound-6-1:before {
    content: ""
    }
.glyphicon-sound-7-1:before {
    content: ""
    }
.glyphicon-copyright-mark:before {
    content: ""
    }
.glyphicon-registration-mark:before {
    content: ""
    }
.glyphicon-cloud-download:before {
    content: ""
    }
.glyphicon-cloud-upload:before {
    content: ""
    }
.glyphicon-tree-conifer:before {
    content: ""
    }
.glyphicon-tree-deciduous:before {
    content: ""
    }
* {
    -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: Roboto, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.428571;
    color: #000;
    background-color: #f6f6f7
    }
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
    }
a {
    color: #9eb220;
    text-decoration: none
    }
a:hover, a:focus {
    color: #9eb220;
    text-decoration: underline
    }
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
    }
figure {
    margin: 0
    }
img {
    vertical-align: middle
    }
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    width: 100% 	;
    max-width: 100%;
    height: auto
    }
.img-rounded {
    border-radius: 4px
    }
.img-thumbnail {
    padding: 4px;
    line-height: 1.428571;
    background-color: #f6f6f7;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 100% 	;
    max-width: 100%;
    height: auto
    }
.img-circle {
    border-radius: 50%
    }
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #cbcbcb
    }
.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
    }
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: #777
    }
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px
    }
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: 10px;
    margin-bottom: 10px
    }
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: 30px
    }
h2, .h2 {
    font-size: 30px
    }
h3, .h3 {
    font-size: 24px
    }
h4, .h4 {
    font-size: 18px
    }
h5, .h5 {
    font-size: 14px
    }
h6, .h6 {
    font-size: 12px
    }
p {
    margin: 0 0 10px
    }
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
    }
@media (min-width: 768px) {
    .lead {
        font-size: 21px
        }
    }
small, .small {
    font-size: 85%
    }
cite {
    font-style: normal
    }
mark, .mark {
    background-color: #fcf8e3;
    padding: 0.2em
    }
.text-left {
    text-align: left
    }
.text-right {
    text-align: right
    }
.text-center {
    text-align: center
    }
.text-justify {
    text-align: justify
    }
.text-nowrap {
    white-space: nowrap
    }
.text-lowercase {
    text-transform: lowercase
    }
.text-uppercase {
    text-transform: uppercase
    }
.text-capitalize {
    text-transform: capitalize
    }
.text-muted {
    color: #777
    }
.text-primary {
    color: #9eb220
    }
a.text-primary:hover {
    color: #788718
    }
.text-success {
    color: #3c763d
    }
a.text-success:hover {
    color: #2b542c
    }
.text-info {
    color: #31708f
    }
a.text-info:hover {
    color: #245269
    }
.text-warning {
    color: #8a6d3b
    }
a.text-warning:hover {
    color: #66512c
    }
.text-danger {
    color: #a94442
    }
a.text-danger:hover {
    color: #843534
    }
.bg-primary {
    color: #fff;
    background-color: #9eb220
    }
a.bg-primary:hover {
    background-color: #788718
    }
.bg-success {
    background-color: #dff0d8
    }
a.bg-success:hover {
    background-color: #c1e2b3
    }
.bg-info {
    background-color: #d9edf7
    }
a.bg-info:hover {
    background-color: #afd9ee
    }
.bg-warning {
    background-color: #fcf8e3
    }
a.bg-warning:hover {
    background-color: #f7ecb5
    }
.bg-danger {
    background-color: #f2dede
    }
a.bg-danger:hover {
    background-color: #e4b9b9
    }
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
    }
ul, ol {
    margin-top: 0;
    margin-bottom: 10px
    }
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0
    }
.list-unstyled {
    padding-left: 0;
    list-style: none
    }
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
    }
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
    }
dl {
    margin-top: 0;
    margin-bottom: 20px
    }
dt, dd {
    line-height: 1.428571
    }
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 #777
    }
.initialism {
    font-size: 90%;
    text-transform: uppercase
    }
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
    }
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.428571;
    color: #777
    }
blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: "— "
    }
.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    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: " —"
    }
blockquote:before, blockquote:after {
    content: ""
    }
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571
    }
code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
    }
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
    }
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 4px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
    }
kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none
    }
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571;
    word-break: break-all;
    word-wrap: break-word;
    color: #000;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
    }
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
    }
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
    }
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px
    }
@media (min-width: 768px) {
    .container {
        width: 730px
        }
    }
@media (min-width: 992px) {
    .container {
        width: 950px
        }
    }
@media (min-width: 1200px) {
    .container {
        width: 1150px
        }
    }
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px
    }
.row {
    margin-left: -5px;
    margin-right: -5px
    }
.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: 5px;
    padding-right: 5px
    }
.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.666667%
    }
.col-xs-10 {
    width: 83.333333%
    }
.col-xs-9 {
    width: 75%
    }
.col-xs-8 {
    width: 66.666667%
    }
.col-xs-7 {
    width: 58.333333%
    }
.col-xs-6 {
    width: 50%
    }
.col-xs-5 {
    width: 41.666667%
    }
.col-xs-4 {
    width: 33.333333%
    }
.col-xs-3 {
    width: 25%
    }
.col-xs-2 {
    width: 16.666667%
    }
.col-xs-1 {
    width: 8.333333%
    }
.col-xs-pull-12 {
    right: 100%
    }
.col-xs-pull-11 {
    right: 91.666667%
    }
.col-xs-pull-10 {
    right: 83.333333%
    }
.col-xs-pull-9 {
    right: 75%
    }
.col-xs-pull-8 {
    right: 66.666667%
    }
.col-xs-pull-7 {
    right: 58.333333%
    }
.col-xs-pull-6 {
    right: 50%
    }
.col-xs-pull-5 {
    right: 41.666667%
    }
.col-xs-pull-4 {
    right: 33.333333%
    }
.col-xs-pull-3 {
    right: 25%
    }
.col-xs-pull-2 {
    right: 16.666667%
    }
.col-xs-pull-1 {
    right: 8.333333%
    }
.col-xs-pull-0 {
    right: auto
    }
.col-xs-push-12 {
    left: 100%
    }
.col-xs-push-11 {
    left: 91.666667%
    }
.col-xs-push-10 {
    left: 83.333333%
    }
.col-xs-push-9 {
    left: 75%
    }
.col-xs-push-8 {
    left: 66.666667%
    }
.col-xs-push-7 {
    left: 58.333333%
    }
.col-xs-push-6 {
    left: 50%
    }
.col-xs-push-5 {
    left: 41.666667%
    }
.col-xs-push-4 {
    left: 33.333333%
    }
.col-xs-push-3 {
    left: 25%
    }
.col-xs-push-2 {
    left: 16.666667%
    }
.col-xs-push-1 {
    left: 8.333333%
    }
.col-xs-push-0 {
    left: auto
    }
.col-xs-offset-12 {
    margin-left: 100%
    }
.col-xs-offset-11 {
    margin-left: 91.666667%
    }
.col-xs-offset-10 {
    margin-left: 83.333333%
    }
.col-xs-offset-9 {
    margin-left: 75%
    }
.col-xs-offset-8 {
    margin-left: 66.666667%
    }
.col-xs-offset-7 {
    margin-left: 58.333333%
    }
.col-xs-offset-6 {
    margin-left: 50%
    }
.col-xs-offset-5 {
    margin-left: 41.666667%
    }
.col-xs-offset-4 {
    margin-left: 33.333333%
    }
.col-xs-offset-3 {
    margin-left: 25%
    }
.col-xs-offset-2 {
    margin-left: 16.666667%
    }
.col-xs-offset-1 {
    margin-left: 8.333333%
    }
.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.666667%
        }
    .col-sm-10 {
        width: 83.333333%
        }
    .col-sm-9 {
        width: 75%
        }
    .col-sm-8 {
        width: 66.666667%
        }
    .col-sm-7 {
        width: 58.333333%
        }
    .col-sm-6 {
        width: 50%
        }
    .col-sm-5 {
        width: 41.666667%
        }
    .col-sm-4 {
        width: 33.333333%
        }
    .col-sm-3 {
        width: 25%
        }
    .col-sm-2 {
        width: 16.666667%
        }
    .col-sm-1 {
        width: 8.333333%
        }
    .col-sm-pull-12 {
        right: 100%
        }
    .col-sm-pull-11 {
        right: 91.666667%
        }
    .col-sm-pull-10 {
        right: 83.333333%
        }
    .col-sm-pull-9 {
        right: 75%
        }
    .col-sm-pull-8 {
        right: 66.666667%
        }
    .col-sm-pull-7 {
        right: 58.333333%
        }
    .col-sm-pull-6 {
        right: 50%
        }
    .col-sm-pull-5 {
        right: 41.666667%
        }
    .col-sm-pull-4 {
        right: 33.333333%
        }
    .col-sm-pull-3 {
        right: 25%
        }
    .col-sm-pull-2 {
        right: 16.666667%
        }
    .col-sm-pull-1 {
        right: 8.333333%
        }
    .col-sm-pull-0 {
        right: auto
        }
    .col-sm-push-12 {
        left: 100%
        }
    .col-sm-push-11 {
        left: 91.666667%
        }
    .col-sm-push-10 {
        left: 83.333333%
        }
    .col-sm-push-9 {
        left: 75%
        }
    .col-sm-push-8 {
        left: 66.666667%
        }
    .col-sm-push-7 {
        left: 58.333333%
        }
    .col-sm-push-6 {
        left: 50%
        }
    .col-sm-push-5 {
        left: 41.666667%
        }
    .col-sm-push-4 {
        left: 33.333333%
        }
    .col-sm-push-3 {
        left: 25%
        }
    .col-sm-push-2 {
        left: 16.666667%
        }
    .col-sm-push-1 {
        left: 8.333333%
        }
    .col-sm-push-0 {
        left: auto
        }
    .col-sm-offset-12 {
        margin-left: 100%
        }
    .col-sm-offset-11 {
        margin-left: 91.666667%
        }
    .col-sm-offset-10 {
        margin-left: 83.333333%
        }
    .col-sm-offset-9 {
        margin-left: 75%
        }
    .col-sm-offset-8 {
        margin-left: 66.666667%
        }
    .col-sm-offset-7 {
        margin-left: 58.333333%
        }
    .col-sm-offset-6 {
        margin-left: 50%
        }
    .col-sm-offset-5 {
        margin-left: 41.666667%
        }
    .col-sm-offset-4 {
        margin-left: 33.333333%
        }
    .col-sm-offset-3 {
        margin-left: 25%
        }
    .col-sm-offset-2 {
        margin-left: 16.666667%
        }
    .col-sm-offset-1 {
        margin-left: 8.333333%
        }
    .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.666667%
        }
    .col-md-10 {
        width: 83.333333%
        }
    .col-md-9 {
        width: 75%
        }
    .col-md-8 {
        width: 66.666667%
        }
    .col-md-7 {
        width: 58.333333%
        }
    .col-md-6 {
        width: 50%
        }
    .col-md-5 {
        width: 41.666667%
        }
    .col-md-4 {
        width: 33.333333%
        }
    .col-md-3 {
        width: 25%
        }
    .col-md-2 {
        width: 16.666667%
        }
    .col-md-1 {
        width: 8.333333%
        }
    .col-md-pull-12 {
        right: 100%
        }
    .col-md-pull-11 {
        right: 91.666667%
        }
    .col-md-pull-10 {
        right: 83.333333%
        }
    .col-md-pull-9 {
        right: 75%
        }
    .col-md-pull-8 {
        right: 66.666667%
        }
    .col-md-pull-7 {
        right: 58.333333%
        }
    .col-md-pull-6 {
        right: 50%
        }
    .col-md-pull-5 {
        right: 41.666667%
        }
    .col-md-pull-4 {
        right: 33.333333%
        }
    .col-md-pull-3 {
        right: 25%
        }
    .col-md-pull-2 {
        right: 16.666667%
        }
    .col-md-pull-1 {
        right: 8.333333%
        }
    .col-md-pull-0 {
        right: auto
        }
    .col-md-push-12 {
        left: 100%
        }
    .col-md-push-11 {
        left: 91.666667%
        }
    .col-md-push-10 {
        left: 83.333333%
        }
    .col-md-push-9 {
        left: 75%
        }
    .col-md-push-8 {
        left: 66.666667%
        }
    .col-md-push-7 {
        left: 58.333333%
        }
    .col-md-push-6 {
        left: 50%
        }
    .col-md-push-5 {
        left: 41.666667%
        }
    .col-md-push-4 {
        left: 33.333333%
        }
    .col-md-push-3 {
        left: 25%
        }
    .col-md-push-2 {
        left: 16.666667%
        }
    .col-md-push-1 {
        left: 8.333333%
        }
    .col-md-push-0 {
        left: auto
        }
    .col-md-offset-12 {
        margin-left: 100%
        }
    .col-md-offset-11 {
        margin-left: 91.666667%
        }
    .col-md-offset-10 {
        margin-left: 83.333333%
        }
    .col-md-offset-9 {
        margin-left: 75%
        }
    .col-md-offset-8 {
        margin-left: 66.666667%
        }
    .col-md-offset-7 {
        margin-left: 58.333333%
        }
    .col-md-offset-6 {
        margin-left: 50%
        }
    .col-md-offset-5 {
        margin-left: 41.666667%
        }
    .col-md-offset-4 {
        margin-left: 33.333333%
        }
    .col-md-offset-3 {
        margin-left: 25%
        }
    .col-md-offset-2 {
        margin-left: 16.666667%
        }
    .col-md-offset-1 {
        margin-left: 8.333333%
        }
    .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.666667%
        }
    .col-lg-10 {
        width: 83.333333%
        }
    .col-lg-9 {
        width: 75%
        }
    .col-lg-8 {
        width: 66.666667%
        }
    .col-lg-7 {
        width: 58.333333%
        }
    .col-lg-6 {
        width: 50%
        }
    .col-lg-5 {
        width: 41.666667%
        }
    .col-lg-4 {
        width: 33.333333%
        }
    .col-lg-3 {
        width: 25%
        }
    .col-lg-2 {
        width: 16.666667%
        }
    .col-lg-1 {
        width: 8.333333%
        }
    .col-lg-pull-12 {
        right: 100%
        }
    .col-lg-pull-11 {
        right: 91.666667%
        }
    .col-lg-pull-10 {
        right: 83.333333%
        }
    .col-lg-pull-9 {
        right: 75%
        }
    .col-lg-pull-8 {
        right: 66.666667%
        }
    .col-lg-pull-7 {
        right: 58.333333%
        }
    .col-lg-pull-6 {
        right: 50%
        }
    .col-lg-pull-5 {
        right: 41.666667%
        }
    .col-lg-pull-4 {
        right: 33.333333%
        }
    .col-lg-pull-3 {
        right: 25%
        }
    .col-lg-pull-2 {
        right: 16.666667%
        }
    .col-lg-pull-1 {
        right: 8.333333%
        }
    .col-lg-pull-0 {
        right: auto
        }
    .col-lg-push-12 {
        left: 100%
        }
    .col-lg-push-11 {
        left: 91.666667%
        }
    .col-lg-push-10 {
        left: 83.333333%
        }
    .col-lg-push-9 {
        left: 75%
        }
    .col-lg-push-8 {
        left: 66.666667%
        }
    .col-lg-push-7 {
        left: 58.333333%
        }
    .col-lg-push-6 {
        left: 50%
        }
    .col-lg-push-5 {
        left: 41.666667%
        }
    .col-lg-push-4 {
        left: 33.333333%
        }
    .col-lg-push-3 {
        left: 25%
        }
    .col-lg-push-2 {
        left: 16.666667%
        }
    .col-lg-push-1 {
        left: 8.333333%
        }
    .col-lg-push-0 {
        left: auto
        }
    .col-lg-offset-12 {
        margin-left: 100%
        }
    .col-lg-offset-11 {
        margin-left: 91.666667%
        }
    .col-lg-offset-10 {
        margin-left: 83.333333%
        }
    .col-lg-offset-9 {
        margin-left: 75%
        }
    .col-lg-offset-8 {
        margin-left: 66.666667%
        }
    .col-lg-offset-7 {
        margin-left: 58.333333%
        }
    .col-lg-offset-6 {
        margin-left: 50%
        }
    .col-lg-offset-5 {
        margin-left: 41.666667%
        }
    .col-lg-offset-4 {
        margin-left: 33.333333%
        }
    .col-lg-offset-3 {
        margin-left: 25%
        }
    .col-lg-offset-2 {
        margin-left: 16.666667%
        }
    .col-lg-offset-1 {
        margin-left: 8.333333%
        }
    .col-lg-offset-0 {
        margin-left: 0%
        }
    }
table {
    background-color: #fff
    }
th {
    text-align: left
    }
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
    }
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 9px 9px 9px 15px;
    line-height: 1.428571;
    vertical-align: top;
    border-top: 1px solid #eaeaea
    }
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 4px solid #eaeaea
    }
.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 #eaeaea
    }
.table .table {
    background-color: #f6f6f7
    }
.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 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
    }
.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-right: 1px solid #eaeaea
    }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 3px
    }
.table-striped > tbody > tr > th {
    border-bottom: 3px solid #eaeaea
    }
.table-striped > tbody > tr > td:last-child, .table-striped > tbody > tr > th:last-child, .table-striped > thead > tr > th:last-child {
    border-right: none
    }
.table-striped > tbody > tr:first-child > td, .table-striped > tbody > tr:first-child > th, .table-striped > thead > tr:first-child > th {
    border-top: none
    }
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    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: #dff0d8
    }
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
    }
.table > thead > tr > td.info, .table > 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: #f2dede
    }
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
    }
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #eaeaea;
        -webkit-overflow-scrolling: touch
        }
    .table-responsive > .table {
        margin-bottom: 0
        }
    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
        }
    .table-responsive > .table-bordered {
        border: 0
        }
    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
        }
    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
        }
    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
        }
    }
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
    }
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #000;
    border: 0;
    border-bottom: 1px solid #cbcbcb
    }
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 	;
    line-height: normal
    }
input[type="file"] {
    display: block
    }
input[type="range"] {
    display: block;
    width: 100%
    }
select[multiple], select[size] {
    height: auto
    }
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
    }
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571;
    color: #000
    }
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571;
    color: #000;
    background-color: transparent;
    background-image: none;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
    }
.form-control::-moz-placeholder {
    color: #777;
    opacity: 1
    }
.form-control:-ms-input-placeholder {
    color: #777
    }
.form-control::-webkit-input-placeholder {
    color: #777
    }
.form-control[disabled], .form-control[readonly], fieldset[disabled].form-control {
    cursor: not-allowed;
    background-color: transparent;
    opacity: 1
    }
textarea.form-control {
    height: auto
    }
input[type="search"] {
    -webkit-appearance: none
    }
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 32px;
    line-height: 1.428571  
    }
input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm {
    line-height: 30px
    }
input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg {
    line-height: 46px
    }
.form-group {
    margin-bottom: 5px
    }
.radio, .checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px
    }
.radio label, .checkbox label {
    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 	
    }
.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
    }
.radio-inline, .checkbox-inline {
    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
    }
.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
    }
.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
    }
.input-sm, .form-horizontal .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px
    }
select.input-sm {
    height: 30px;
    line-height: 30px
    }
textarea.input-sm, select[multiple].input-sm {
    height: auto
    }
.input-lg, .form-horizontal .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 4px
    }
select.input-lg {
    height: 46px;
    line-height: 46px
    }
textarea.input-lg, select[multiple].input-lg {
    height: auto
    }
.has-feedback {
    position: relative
    }
.has-feedback .form-control {
    padding-right: 40px
    }
.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center
    }
.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
    }
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
    }
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d
    }
.has-success .form-control {
    border-color: #3c763d
    }
.has-success .form-control:focus {
    border-color: #2b542c
    }
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
    }
.has-success .form-control-feedback {
    color: #3c763d
    }
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b
    }
.has-warning .form-control {
    border-color: #8a6d3b
    }
.has-warning .form-control:focus {
    border-color: #66512c
    }
.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 {
    color: #a94442
    }
.has-error .form-control {
    border-color: #a94442
    }
.has-error .form-control:focus {
    border-color: #843534
    }
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
    }
.has-error .form-control-feedback {
    color: #a94442
    }
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
    }
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #404040
    }
@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 .input-group {
        display: inline-table;
        vertical-align: middle
        }
    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto
        }
    .form-inline .input-group > .form-control {
        width: 100%
        }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
        }
    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
        }
    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0
        }
    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
        }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
        }
    }
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
    }
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
    }
.form-horizontal .form-group {
    margin-left: -5px;
    margin-right: -5px
    }
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
        }
    }
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 5px
    }
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
        }
    }
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
        }
    }
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
    }
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
    }
.btn:hover, .btn:focus {
    color: #333;
    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;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
    }
.btn-primary, .btn-default {
    background: #f6f6f6;
    background-image: -webkit-linear-gradient(top, #f6f6f6, #dbdcdc);
    background-image: -moz-linear-gradient(top, #f6f6f6, #dbdcdc);
    background-image: -ms-linear-gradient(top, #f6f6f6, #dbdcdc);
    background-image: -o-linear-gradient(top, #f6f6f6, #dbdcdc);
    background-image: linear-gradient(to bottom, #f6f6f6, #dbdcdc);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    color: #000;
    text-decoration: none;
    border: 0 !important;
    padding: 7px 10px 11px 10px;
    margin: 0;
    display: inline-block
    }
.btn-primary:hover, .btn-default:hover {
    background: #dbdcdc;
    background-image: -webkit-linear-gradient(top, #dbdcdc, #f6f6f6);
    background-image: -moz-linear-gradient(top, #dbdcdc, #f6f6f6);
    background-image: -ms-linear-gradient(top, #dbdcdc, #f6f6f6);
    background-image: -o-linear-gradient(top, #dbdcdc, #f6f6f6);
    background-image: linear-gradient(to bottom, #dbdcdc, #f6f6f6);
    text-decoration: none;
    color: #000
    }
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
    }
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
    }
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-image: none
    }
.btn-success.disabled, .btn-success[disabled], fieldset[disabled].btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled].btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled].btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled].btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled].btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
    }
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
    }
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
    }
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
    }
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-image: none
    }
.btn-info.disabled, .btn-info[disabled], fieldset[disabled].btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled].btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled].btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled].btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled].btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
    }
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
    }
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
    }
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
    }
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-image: none
    }
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled].btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled].btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled].btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled].btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled].btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
    }
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
    }
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
    }
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
    }
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-image: none
    }
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled].btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled].btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled].btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled].btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled].btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
    }
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
    }
.btn-link {
    color: #9eb220;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0
    }
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled].btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
    }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
    }
.btn-link:hover, .btn-link:focus {
    color: #9eb220;
    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: #777;
    text-decoration: none
    }
.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 4px
    }
.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px
    }
.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px
    }
.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: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease
    }
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
    }
.dropdown {
    position: relative
    }
.dropdown-toggle:focus {
    outline: 0
    }
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
    }
.dropdown-menu.pull-right {
    right: 0;
    left: auto
    }
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
    }
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571;
    color: #000;
    white-space: nowrap
    }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #000;
    background-color: #f5f5f5
    }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #9eb220
    }
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777
    }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed
    }
.open > .dropdown-menu {
    display: block
    }
.open > a {
    outline: 0
    }
.dropdown-menu-right {
    left: auto;
    right: 0
    }
.dropdown-menu-left {
    left: 0;
    right: auto
    }
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571;
    color: #777;
    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 solid;
    content: ""
    }
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
    }
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        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:focus, .btn-group-vertical > .btn:focus {
    outline: 0
    }
.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-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 > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
    }
.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
    }
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
    }
.btn-group > .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: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
    }
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
    }
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
    }
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
    }
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
    }
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
    }
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
    }
.btn-group-justified > .btn-group .btn {
    width: 100%
    }
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
    }
[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0)
    }
.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-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 4px
    }
select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
    }
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: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px
    }
select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
    }
textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, 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: 14px;
    font-weight: normal;
    line-height: 1;
    color: #000;
    text-align: center;
    background-color: transparent;
    border: 1px solid #cbcbcb;
    border-radius: 4px
    }
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px
    }
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 4px
    }
.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 {
    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: #eee
    }
.nav > li.disabled > a {
    color: #777
    }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
    }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #9eb220
    }
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
    }
.nav > li > a > img {
    max-width: none
    }
.nav-tabs {
    border-bottom: 1px solid #ddd
    }
.nav-tabs > li {
    float: left;
    margin-bottom: -1px
    }
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
    }
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
    }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #f6f6f7;
    border: 1px solid #ddd;
    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 #ddd
    }
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
        }
    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #f6f6f7
        }
    }
.nav-pills > li {
    float: left
    }
.nav-pills > li > a {
    border-radius: 4px
    }
.nav-pills > li + li {
    margin-left: 2px
    }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #9eb220
    }
.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 #ddd
    }
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
        }
    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #f6f6f7
        }
    }
.tab-content > .tab-pane {
    display: none
    }
.tab-content > .active {
    display: block
    }
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
    }
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
    }
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
        }
    }
@media (min-width: 768px) {
    .navbar-header {
        float: left
        }
    }
.navbar-collapse {
    overflow-x: visible;
    padding-right: 5px;
    padding-left: 5px;
    border-top: 1px solid transparent;
    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;
        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-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: -5px;
    margin-left: -5px
    }
@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;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
    }
@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
        }
    }
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
    }
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
    }
.navbar-brand {
    float: left;
    padding: 15px 5px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
    }
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
    }
@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -5px
        }
    }
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 5px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
    }
.navbar-toggle:focus {
    outline: 0
    }
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
    }
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
    }
@media (min-width: 768px) {
    .navbar-toggle {
        display: none
        }
    }
.navbar-nav {
    margin: 7.5px -5px
    }
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
    }
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
        }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
        }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
        }
    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
        }
    }
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
        }
    .navbar-nav > li {
        float: left
        }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
        }
    .navbar-nav.navbar-right:last-child {
        margin-right: -5px
        }
    }
@media (min-width: 768px) {
    .navbar-left {
        float: left !important
        }
    .navbar-right {
        float: right !important
        }
    }
.navbar-form {
    margin-left: -5px;
    margin-right: -5px;
    padding: 10px 5px;
    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: 9px;
    margin-bottom: 9px
    }
@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 .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
        }
    }
@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-form.navbar-right:last-child {
        margin-right: -5px
        }
    }
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
    }
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
    }
.navbar-btn {
    margin-top: 9px;
    margin-bottom: 9px
    }
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
    }
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
    }
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
    }
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 5px;
        margin-right: 5px
        }
    .navbar-text.navbar-right:last-child {
        margin-right: 0
        }
    }
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
    }
.navbar-default .navbar-brand {
    color: #777
    }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
    }
.navbar-default .navbar-text {
    color: #777
    }
.navbar-default .navbar-nav > li > a {
    color: #777
    }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent
    }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7
    }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
    }
.navbar-default .navbar-toggle {
    border-color: #ddd
    }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd
    }
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
    }
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
    }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555
    }
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
        }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent
        }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
        }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
        }
    }
.navbar-default .navbar-link {
    color: #777
    }
.navbar-default .navbar-link:hover {
    color: #333
    }
.navbar-default .btn-link {
    color: #777
    }
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333
    }
.navbar-default .btn-link[disabled]:hover, fieldset[disabled].navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled].navbar-default .btn-link:focus {
    color: #ccc
    }
.navbar-inverse {
    background-color: #222;
    border-color: #080808
    }
.navbar-inverse .navbar-brand {
    color: #777
    }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
    }
.navbar-inverse .navbar-text {
    color: #777
    }
.navbar-inverse .navbar-nav > li > a {
    color: #777
    }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent
    }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808
    }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent
    }
.navbar-inverse .navbar-toggle {
    border-color: #333
    }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333
    }
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
    }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
    }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #fff
    }
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
        }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
        }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #777
        }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent
        }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808
        }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
        }
    }
.navbar-inverse .navbar-link {
    color: #777
    }
.navbar-inverse .navbar-link:hover {
    color: #fff
    }
.navbar-inverse .btn-link {
    color: #777
    }
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff
    }
.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: #444
    }
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
    }
.breadcrumb > li {
    display: inline-block
    }
.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
    }
.breadcrumb > .active {
    color: #777
    }
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
    }
.pagination > li {
    display: inline
    }
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571;
    text-decoration: none;
    color: #9eb220;
    background-color: transparent;
    border: 1px solid #cbcbcb;
    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 {
    color: #9eb220;
    background-color: transparent;
    border-color: #cbcbcb
    }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #9eb220;
    border-color: #9eb220;
    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: #777;
    background-color: transparent;
    border-color: #cbcbcb;
    cursor: not-allowed
    }
.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
    }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
    }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
    }
.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
    }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
    }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
    }
.pager {
    padding-left: 0;
    margin: 20px 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: transparent;
    border: 1px solid #cbcbcb;
    border-radius: 15px
    }
.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: transparent
    }
.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: #777;
    background-color: transparent;
    cursor: not-allowed
    }
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em
    }
a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
    }
.label:empty {
    display: none
    }
.btn .label {
    position: relative;
    top: -1px
    }
.label-default {
    background-color: #777
    }
.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e
    }
.label-primary {
    background-color: #9eb220
    }
.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #788718
    }
.label-success {
    background-color: #5cb85c
    }
.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44
    }
.label-info {
    background-color: #5bc0de
    }
.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5
    }
.label-warning {
    background-color: #f0ad4e
    }
.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f
    }
.label-danger {
    background-color: #d9534f
    }
.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c
    }
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
    }
.badge:empty {
    display: none
    }
.btn .badge {
    position: relative;
    top: -1px
    }
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
    }
a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
    }
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #9eb220;
    background-color: #fff
    }
.nav-pills > li > a > .badge {
    margin-left: 3px
    }
.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
    }
.jumbotron h1, .jumbotron .h1 {
    color: inherit
    }
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
    }
.jumbotron > hr {
    border-top-color: #d5d5d5
    }
.container .jumbotron {
    border-radius: 4px
    }
.jumbotron .container {
    max-width: 100%
    }
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
        }
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
        }
    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px
        }
    }
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571;
    background-color: #f6f6f7;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
    }
.thumbnail > img, .thumbnail a > img {
    margin-left: auto;
    margin-right: auto
    }
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #9eb220
    }
.thumbnail .caption {
    padding: 9px;
    color: #000
    }
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
    }
.alert h4 {
    margin-top: 0;
    color: inherit
    }
.alert .alert-link {
    font-weight: bold
    }
.alert > p, .alert > ul {
    margin-bottom: 0
    }
.alert > p + p {
    margin-top: 5px
    }
.alert-dismissable, .alert-dismissible {
    padding-right: 35px
    }
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
    }
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
    }
.alert-success hr {
    border-top-color: #c9e2b3
    }
.alert-success .alert-link {
    color: #2b542c
    }
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
    }
.alert-info hr {
    border-top-color: #a6e1ec
    }
.alert-info .alert-link {
    color: #245269
    }
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
    }
.alert-warning hr {
    border-top-color: #f7e1b5
    }
.alert-warning .alert-link {
    color: #66512c
    }
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
    }
.alert-danger hr {
    border-top-color: #e4b9c0
    }
.alert-danger .alert-link {
    color: #843534
    }
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
        } to {
        background-position: 0 0
        }
    }
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
        } to {
        background-position: 0 0
        }
    }
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
    }
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #9eb220;
    -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);
    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[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
    min-width: 30px
    }
.progress-bar[aria-valuenow="0"] {
    color: #777;
    min-width: 30px;
    background-color: transparent;
    background-image: none;
    box-shadow: none
    }
.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, .media-body {
    overflow: hidden;
    zoom: 1
    }
.media, .media .media {
    margin-top: 15px
    }
.media:first-child {
    margin-top: 0
    }
.media-object {
    display: block
    }
.media-heading {
    margin: 0 0 5px
    }
.media > .pull-left {
    margin-right: 10px
    }
.media > .pull-right {
    margin-left: 10px
    }
.media-list {
    padding-left: 0;
    list-style: none
    }
.list-group {
    margin-bottom: 20px;
    padding-left: 0
    }
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
    }
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
    }
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
    }
.list-group-item > .badge {
    float: right
    }
.list-group-item > .badge + .badge {
    margin-right: 5px
    }
a.list-group-item {
    color: #555
    }
a.list-group-item .list-group-item-heading {
    color: #333
    }
a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
    }
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eee;
    color: #777
    }
.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: #777
    }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #9eb220;
    border-color: #9eb220
    }
.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: #e7f0ae
    }
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
    }
a.list-group-item-success {
    color: #3c763d
    }
a.list-group-item-success .list-group-item-heading {
    color: inherit
    }
a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
    }
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
    }
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
    }
a.list-group-item-info {
    color: #31708f
    }
a.list-group-item-info .list-group-item-heading {
    color: inherit
    }
a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
    }
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
    }
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
    }
a.list-group-item-warning {
    color: #8a6d3b
    }
a.list-group-item-warning .list-group-item-heading {
    color: inherit
    }
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
    }
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
    }
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
    }
a.list-group-item-danger {
    color: #a94442
    }
a.list-group-item-danger .list-group-item-heading {
    color: inherit
    }
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
    }
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
    }
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
    }
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
    }
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 4px
    }
.panel hr {
    border-color: #eaeaea
    }
.panel-body {
    padding: 15px 20px
    }
.panel-heading {
    padding: 10px 5px 11px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
    }
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
    }
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
    }
.panel-title > a {
    color: inherit;
    font-size: 14px
    }
.panel-footer {
    padding: 10px 5px 11px 15px;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
    }
.panel > .list-group {
    margin-bottom: 0
    }
.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
    }
.panel > .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 {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
    }
.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: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 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 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 {
    border-top: 1px solid #eaeaea
    }
.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: 20px
    }
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
    }
.panel-group .panel + .panel {
    margin-top: 5px
    }
.panel-group .panel-heading {
    border-bottom: 0
    }
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #fff
    }
.panel-group .panel-footer {
    border-top: 0
    }
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #fff
    }
.panel-default {
    border-color: #fff
    }
.panel-default > .panel-heading {
    color: #000;
    background-color: #fff;
    border-color: #fff
    }
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #eaeaea
    }
.panel-default > .panel-heading .badge {
    color: #fff;
    background-color: #000
    }
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #fff
    }
.panel-primary {
    border-color: #fff
    }
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #fff;
    border-color: #fff
    }
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #eaeaea
    }
.panel-primary > .panel-heading .badge {
    color: #fff;
    background-color: #fff
    }
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #fff
    }
.panel-success {
    border-color: #d6e9c6
    }
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
    }
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #eaeaea
    }
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
    }
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
    }
.panel-info {
    border-color: #bce8f1
    }
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
    }
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #eaeaea
    }
.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: 1px solid #eaeaea
    }
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
    }
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
    }
.panel-danger {
    border-color: #ebccd1
    }
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
    }
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #eaeaea
    }
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
    }
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
    }
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
    }
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
    }
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
    }
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
    }
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -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: 4px
    }
.well-sm {
    padding: 9px;
    border-radius: 4px
    }
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
    }
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
    }
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
    }
.modal-open {
    overflow: hidden
    }
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
    }
.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
    }
.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
    }
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
    }
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
    }
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
    }
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
    }
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
    }
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50)
    }
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571px
    }
.modal-header .close {
    margin-top: -2px
    }
.modal-title {
    margin: 0;
    line-height: 1.428571
    }
.modal-body {
    position: relative;
    padding: 15px
    }
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
    }
.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;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
    }
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90)
    }
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
    }
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
    }
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
    }
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
    }
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
    }
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
    }
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
    }
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
    }
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
    }
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
    }
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
    }
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
    }
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
    }
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
    }
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal
    }
.popover.top {
    margin-top: -10px
    }
.popover.right {
    margin-left: 10px
    }
.popover.bottom {
    margin-top: 10px
    }
.popover.left {
    margin-left: -10px
    }
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 3px 3px 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: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
    }
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
    }
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
    }
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
    }
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
    }
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
    }
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
    }
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
    }
.carousel {
    position: relative
    }
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
    }
.carousel-inner > .item {
    display: none;
    position: relative;
    -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
    }
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
    }
.carousel-inner > .active {
    left: 0
    }
.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
    }
.carousel-inner > .next {
    left: 100%
    }
.carousel-inner > .prev {
    left: -100%
    }
.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
    }
.carousel-inner > .active.left {
    left: -100%
    }
.carousel-inner > .active.right {
    left: 100%
    }
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
    }
.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: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x
    }
.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: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x
    }
.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90)
    }
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    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;
    margin-top: -10px;
    font-family: serif
    }
.carousel-control .icon-prev:before {
    content: "‹"
    }
.carousel-control .icon-next:before {
    content: "›"
    }
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
    }
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 	;
    background-color: rgba(0, 0, 0, 0)
    }
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
    }
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
    }
.carousel-caption .btn {
    text-shadow: none
    }
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
        }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
        }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
        }
    .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-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-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;
    visibility: hidden !important
    }
.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
    }
@-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
        }
    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
        }
    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
        }
    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
        }
    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
        }
    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
        }
    }
.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block
    }
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
        } 100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
        }
    }
@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
        } 100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
        }
    }
@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
        } 100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
        }
    }
@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
        } 100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
        }
    }
@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
        } 100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
        }
    }
.items a {
    text-decoration: none
    }
.required label:after {
    content: " *";
    display: inline;
    font-size: 75%;
    vertical-align: top
    }
.required label.checkboxgroup-label:after, .required .radio label:after, label.checkbox-label:after {
    content: "";
    display: inline
    }
.required label.checkboxgroup-label, .required .radio label {
    font-weight: normal !important
    }
.required label {
    font-weight: bold
    }
.form-horizontal .reset-form-horizontal {
    text-align: left;
    margin-bottom: 5px;
    padding-top: 0
    }
@media (max-width: 767px) {
    .checkbox-label {
        display: none !important
        }
    }
.required legend:after {
    content: " *";
    display: inline
    }
.required fieldset label:after {
    content: "";
    display: inline
    }
.img-border {
    padding: 0
    }
.placeholder {
    background: #efefef;
    width: 100%;
    height: 100%
    }
.anfahrt-map {
    width: 500px;
    height: 500px
    }
.anfahrt-directions {
    width: 100%;
    background: #fff
    }
.download-icon {
    background: url(/img/icons/download.png) no-repeat center left;
    padding: 2px 0 2px 21px;
    display: block;
    text-decoration: none;
    min-height: 16px
    }
.download-icon-pdf {
    background: url(/img/icons/pdf.png) no-repeat center left
    }
.download-icon-xls, .download-icon-xlsx {
    background: url(/img/icons/excel.png) no-repeat center left
    }
.download-icon-doc, .download-icon-docx {
    background: url(/img/icons/word.png) no-repeat center left
    }
.download-icon-zip {
    background: url(/img/icons/zip.png) no-repeat center left
    }
.download-icon-audio {
    background: url(/img/icons/sound.png) no-repeat center left
    }
.download-icon-text {
    background: url(/img/icons/text.png) no-repeat center left
    }
.download-icon-image, .download-icon-eps {
    background: url(/img/icons/image.png) no-repeat center left
    }
.logo a {
    text-decoration: none
    }
span.more {
    display: block;
    white-space: nowrap
    }
.language a {
    text-decoration: none
    }
.pflichtfeld-top {
    display: none
    }
.pflichtfeld-bottom {
    margin-bottom: 10px;
    display: block
    }
form hr {
    margin: 5px 0 0 0
    }
.modal {
    color: #333
    }
.message p {
    padding: 20px
    }
.fs1 {
    font-size: 0.75em
    }
.fs2 {
    font-size: 0.7857em
    }
.fs3 {
    font-size: 0.8214em
    }
.fs4 {
    font-size: 0.8571em
    }
.fs5 {
    font-size: 0.8929em
    }
.fs6 {
    font-size: 0.9286em
    }
.fs7 {
    font-size: 0.9643em
    }
.fs8 {
    font-size: 1em
    }
.fs9 {
    font-size: 1.0357em
    }
.fs10 {
    font-size: 1.0714em
    }
.fs11 {
    font-size: 1.1071em
    }
.fs12 {
    font-size: 1.1429em
    }
.fs13 {
    font-size: 1.1786em
    }
.fs14 {
    font-size: 1.2143em
    }
.fs15 {
    font-size: 1.25em
    }
.fs16 {
    font-size: 1.2857em
    }
.fs17 {
    font-size: 1.3214em
    }
.fs18 {
    font-size: 1.3571em
    }
.fs19 {
    font-size: 1.3929em
    }
.fs20 {
    font-size: 1.4286em
    }
.fs21 {
    font-size: 1.4643em
    }
.fs22 {
    font-size: 1.5em
    }
.fs23 {
    font-size: 1.5357em
    }
.fs24 {
    font-size: 1.5714em
    }
.fs25 {
    font-size: 1.6071em
    }
.fs26 {
    font-size: 1.6429em
    }
.fs27 {
    font-size: 1.6786em
    }
.fs28 {
    font-size: 1.7143em
    }
.fs29 {
    font-size: 1.75em
    }
.fs30 {
    font-size: 1.7857em
    }
.fs31 {
    font-size: 1.8214em
    }
.fs32 {
    font-size: 1.8571em
    }
.fs33 {
    font-size: 1.8929em
    }
.fs34 {
    font-size: 1.9286em
    }
.fs35 {
    font-size: 1.9643em
    }
.fs36 {
    font-size: 2em
    }
.fs37 {
    font-size: 2.0357em
    }
.fs38 {
    font-size: 2.0714em
    }
.fs39 {
    font-size: 2.1071em
    }
.fs40 {
    font-size: 2.1429em
    }
.fs41 {
    font-size: 2.1786em
    }
.fs42 {
    font-size: 2.2143em
    }
.fs43 {
    font-size: 2.25em
    }
.fs44 {
    font-size: 2.2857em
    }
.fs45 {
    font-size: 2.3214em
    }
.fs46 {
    font-size: 2.3571em
    }
.fs47 {
    font-size: 2.3929em
    }
.fs48 {
    font-size: 2.4286em
    }
.fs49 {
    font-size: 2.4643em
    }
.fs50 {
    font-size: 2.5em
    }
.i-2x {
    font-size: 2em;
    vertical-align: middle
    }
.i-3x {
    font-size: 3em;
    vertical-align: middle
    }
.i-4x {
    font-size: 4em;
    vertical-align: middle
    }
.i-5x {
    font-size: 5em;
    vertical-align: middle
    }
label {
    font-weight: normal
    }
*:focus {
    outline: 0 none !important
    }
.htopf {
    display: none !important
    }
li p {
    margin: 0;
    padding: 0
    }
.panel-icon-open {
    display: none
    }
.collapsed .panel-icon-open {
    display: inline-block
    }
.panel-icon-close {
    display: inline-block
    }
.collapsed .panel-icon-close {
    display: none
    }
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
    }
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
    }
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
    }
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
    }
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
    }
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
    }
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
    }
.owl-carousel .owl-item img {
    display: block;
    width: 100%
    }
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
    }
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
    }
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
    }
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
    }
.owl-carousel.owl-hidden {
    opacity: 0
    }
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
    }
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
    }
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
    }
.owl-carousel.owl-rtl {
    direction: rtl
    }
.owl-carousel.owl-rtl .owl-item {
    float: right
    }
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
    }
.owl-carousel .owl-animated-in {
    z-index: 0
    }
.owl-carousel .owl-animated-out {
    z-index: 1
    }
.owl-carousel .fadeOut {
    animation-name: fadeOut
    }
@keyframes fadeOut {
    0% {
        opacity: 1
        } 100% {
        opacity: 0
        }
    }
.owl-height {
    transition: height 0.5s ease-in-out
    }
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease
    }
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
    }
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
    }
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../css/simple-x/owl/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease
    }
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
    }
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
    }
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease
    }
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
    }
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
    }
.owl-theme .owl-nav {
    margin-top: 10px
    }
.owl-theme .owl-nav[class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
    }
.owl-theme .owl-nav[class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
    }
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
    }
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
    }
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
    }
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px
    }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
    }
.nav-outer {
    background: #F6F6F7;
    min-height: 40px;
    position: absolute;
    width: 100%;
    top: 120px;
    z-index: 20;
    display: flex;
    align-items: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15)
    }
.js-nav-open header {
    position: relative !important
    }
@media all and (min-width: 992px) {
    .menu-main .touch-button {
        display: none
        }
    .menu-main-container {
        position: relative;
        visibility: hidden;
        display: flex;
        justify-content: center
        }
    .menu-main, .menu-main ul, .menu-main li {
        padding: 0;
        margin: 0
        }
    .menu-main {
        line-height: 1;
        overflow: visible;
        display: table
        }
    .menu-main li {
        list-style: none none
        }
    .menu-main > li {
        display: table-cell;
        overflow: visible;
        vertical-align: middle
        }
    .menu-main li a {
        position: relative;
        display: block;
        z-index: 2
        }
    .menu-main li a:hover {
        text-decoration: none
        }
    .menu-main > li > a {
        color: #000;
        padding: 8px 22px 8px 22px;
        font-weight: 500;
        text-decoration: none
        }
    .menu-main > li > a:first-child {
        padding-left: 15px
        }
    .menu-main > li.has-visible-children > a .a-decorator-after:before {
        content: "";
        width: 7px;
        height: 4px;
        background: url(/img/static/pfeil-small.svg);
        display: block;
        position: absolute;
        right: 10px;
        top: 13px
        }
    .menu-main a:hover {
        color: #b3c732
        }
    .menu-main > li.last-child > a {
        border: 0
        }
    .menu-main li ul {
        display: block;
        position: absolute
        }
    .menu-main > li > ul {
        border: 1px solid #ededed;
        border-radius: 4px;
        background: #fff;
        left: 0;
        width: 100%;
        margin-top: 12px;
        padding: 15px 0 15px 0
        }
    .nav-arrow {
        display: block;
        width: 0 !important;
        height: 0 !important;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #ededed;
        position: absolute !important;
        margin-top: -25px !important
        }
    .nav-arrow-inner {
        display: block;
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #fff;
        position: absolute;
        top: 1px;
        left: -9px
        }
    .menu-main > li > ul > li {
        overflow: hidden;
        margin: 0;
        white-space: nowrap;
        font-weight: 400;
        display: block;
        width: 25%;
        position: relative;
        border-right: 1px solid #eaeaea
        }
    .menu-main ul li a {
        color: #b3c732;
        padding: 10px 15px 10px 15px;
        border-right: 0;
        font-size: 15px
        }
    .menu-main ul li a:hover {
        color: #b3c732
        }
    .menu-main li ul.menu-show li {
        overflow: visible;
        display: block
        }
    .menu-main ul ul {
        display: block;
        position: relative;
        padding: 5px 0 10px 10px;
        overflow: hidden
        }
    .menu-main ul ul li {
        position: relative;
        float: none;
        width: 100%;
        padding: 4px 0
        }
    .menu-main ul ul li a {
        color: #000;
        padding: 0 0 0 18px;
        font-size: 13px
        }
    .menu-main ul ul li:before {
        font-size: 18px;
        color: #9eb220;
        content: "";
        display: inline-block;
        font-family: "sx-icon";
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        left: 0;
        line-height: 1em;
        margin-left: 0;
        margin-right: 0.3em;
        position: absolute;
        text-align: center;
        text-decoration: inherit;
        text-transform: none;
        top: 2px;
        width: 1em
        }
    .menu-main > li.current > a, .menu-main > li.inpath > a, .menu-main ul ul > li.current > a {
        color: #b3c732;
        font-weight: normal
        }
    .menu-main ul > li.current > a, .menu-main ul > li.inpath > a {
        font-weight: 700
        }
    }
@media all and (max-width: 991px) {
    .menu-main ul li a, .menu-main li a {
        color: #000 !important;
        font-weight: 500 !important;
        font-size: 16px !important
        }
    .menu-main > li.current > a, .menu-main > li.inpath > a, .menu-main ul ul > li.current > a {
        color: #000 !important
        }
    .sx-pfeil-bottom-n {
        content: "";
        width: 10px;
        height: 6px;
        background: url(/img/static/pfeil-small.svg);
        -webkit-background-size: 10px 6px;
        background-size: 10px 6px;
        display: block;
        position: absolute;
        right: 18px;
        top: 24px;
        transition: all 0.5s ease
        }
    .menu-main .menu-show-sub .sx-pfeil-bottom-n {
        transform: rotate(180deg)
        }
    .nav-outer {
        position: static;
        min-height: 50px
        }
    .nav-outer .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0
        }
    .header-icons__outer {
        left: 11px;
        right: inherit !important;
        top: -40px !important
        }
    .menu-button {
        cursor: pointer;
        padding: 0;
        margin: 0 0 5px 0;
        z-index: 99;
        display: block;
        text-align: center;
        font-size: 34px;
        width: 60px;
        height: 50px;
        color: #b3c732;
        position: absolute;
        top: 55px;
        left: 0;
        color: #000
        }
    .menu-button span, .touch-button span {
        display: table;
        width: 100%;
        height: 100%
        }
    .menu-button .close {
        opacity: 1
        }
    .menu-button:hover {
        opacity: 0.8
        }
    .menu-button i, .touch-button i {
        display: table-cell;
        vertical-align: middle
        }
    .touch-button {
        cursor: pointer;
        padding: 0;
        margin: 0;
        z-index: 999;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 20px;
        width: 48px;
        height: 47px;
        color: #b3c732
        }
    .menu-main {
        z-index: 9;
        overflow: hidden;
        max-height: 0;
        position: static;
        margin: 0;
        padding: 0
        }
    .menu-main.menu-show {
        max-height: 4000px
        }
    .menu-main li {
        position: relative;
        overflow: hidden;
        width: auto;
        background: #fff
        }
    .menu-main > li.first-child {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0
        }
    .menu-main > li.last-child {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        margin-bottom: 48px
        }
    .menu-main a:hover {
        text-decoration: none
        }
    .menu-main li a {
        text-align: left;
        position: relative;
        z-index: 2;
        width: 100%;
        display: block;
        overflow: hidden;
        padding-left: 22px;
        font-size: 16px;
        color: #000;
        line-height: 1;
        min-height: 52px;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center
        }
    .menu-main > li.last-child > a {
        border-bottom: none
        }
    .menu-main ul.menu-show li {
        overflow: visible;
        list-style: none none;
        background: #f6f6f7
        }
    .menu-main .level-1 {
        width: 100%;
        padding: 0
        }
    .menu-main .level-1 li {
        font-size: 100%;
        position: relative;
        overflow: hidden
        }
    .menu-main .level-1 li a {
        padding-left: 52px;
        font-size: 16px;
        text-transform: none;
        margin-bottom: 0;
        border-top: none;
        border-bottom: 1px solid #fff
        }
    .menu-main .level-2 {
        padding-left: 0
        }
    .menu-main .level-2 li:first-child {
        margin-top: -1px
        }
    .menu-main .level-2 li a {
        padding-left: 66px;
        position: relative;
        font-size: 13px !important;
        font-weight: normal;
        border-bottom: none;
        min-height: 42px
        }
    .menu-main .level-2 li a:before {
        content: "";
        width: 7px;
        height: 4px;
        background: url(/img/static/pfeil-small.svg);
        display: block;
        position: absolute;
        left: 51px;
        top: 19px;
        transform: rotate(270deg)
        }
    .menu-main .level-2 li .touch-button {
        display: none
        }
    .menu-main .level-3 li a {
        padding-left: 60px
        }
    }
.menu-sub {
    margin: 0 0 10px 0;
    padding: 20px 0 25px 0;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    line-height: 1.1
    }
.menu-sub li {
    margin: 0;
    padding: 0 0 0 0;
    list-style: none
    }
.menu-sub > li {
    border-bottom: 1px solid #eaeaea;
    position: relative
    }
.menu-sub > li.last-child {
    border: none
    }
.menu-sub > li > a {
    margin: 8px 15px 11px 15px;
    display: block
    }
.menu-sub > li > ul {
    margin: 0 10px 15px 10px;
    padding: 0
    }
.menu-sub > li > ul > li {
    padding: 0 0 0 20px;
    margin: 5px 0;
    position: relative
    }
.menu-sub > li > ul > li > a {
    color: #000;
    font-size: 13px
    }
.menu-sub li > a:hover {
    color: #9eb220
    }
.menu-sub > li > ul > li:before {
    font-size: 18px;
    color: #9eb220;
    content: "";
    display: inline-block;
    font-family: "sx-icon";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    left: 0;
    line-height: 1em;
    margin-left: 0;
    margin-right: 0.3em;
    position: absolute;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    top: 0;
    width: 1em
    }
.menu-sub > li.current > a, .menu-sub > li.inpath > a {
    font-weight: 700
    }
.menu-sub ul > li.current > a {
    color: #9eb220
    }
.menu-footer {
    overflow: hidden;
    margin: 20px auto 40px auto;
    padding: 0;
    display: table
    }
.menu-footer li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table-cell
    }
.menu-footer li a {
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 0 15px;
    color: #CFD0D3;
    font-weight: 500
    }
.menu-footer li a:hover {
    text-decoration: underline
    }
.menu-footer li.current a {
    font-weight: bold
    }
.header-logo--scrolling {
    display: none
    }
.header-logo--scrolling div.logo {
    width: 100%;
    display: block;
    margin-top: 19px;
    margin-bottom: 20px
    }
.header-logo--scrolling div.logo img {
    width: auto;
    height: 17px;
    margin: 0 auto
    }
.js-header-is-fixed .header-logo--scrolling {
    display: block
    }
.js-header-is-fixed main {
    margin-top: 172px
    }
.js-header-is-fixed header {
    position: fixed;
    width: 100%;
    min-height: 96px;
    top: 0;
    z-index: 200;
    background: #70848B;
    animation: showFixedHeader 1.5s 1 forwards ease
    }
.js-header-is-fixed .menu-button {
    top: 0;
    z-index: 400
    }
.js-header-is-fixed .hotelselection-outer {
    top: -42px
    }
.js-header-is-fixed .hotelselection-outer a, .js-header-is-fixed .lang-outer a {
    color: #fff;
    margin-top: -2px
    }
.js-header-is-fixed .lang-outer .language ul li:first-child {
    border-right: 1px solid #fff
    }
@keyframes showFixedHeader {
    0% {
        top: -172px
        } 100% {
        top: 0
        }
    }
.header-icons {
    display: flex
    }
.js-header-is-fixed .header-icons__outer, .js-header-is-fixed .lang-outer {
    top: -42px
    }
.js-header-is-fixed .lang-outer {
    margin-top: 3px
    }
.js-header-is-fixed .nav-outer {
    top: 56px
    }
.js-header-is-fixed .header-logo, .js-header-is-fixed .vorteile {
    display: none
    }
.js-header-is-fixed .burger .line1 {
    background-color: #fff !important
    }
.js-header-is-fixed .burger .line1:before, .js-header-is-fixed .burger .line1:after {
    background-color: #fff !important
    }
.js-header-is-fixed .hotelselection-outer a {
    color: #fff
    }
.js-header-is-fixed .hotelselection-outer li a {
    color: #70848B
    }
.burger {
    height: 42px;
    width: 42px;
    padding: 1px;
    text-indent: 100px;
    overflow: hidden;
    -webkit-perspective: 900000px;
    perspective: 900000px;
    display: none;
    position: absolute;
    top: 10px;
    right: 2%;
    background-color: transparent;
    display: block
    }
.burger:hover {
    cursor: pointer
    }
.burger .line1 {
    width: 18px;
    max-width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 20px;
    left: 50%;
    border-radius: 0;
    transform: translatex(-50%);
    background-position: center center
    }
.burger .line1:before, .burger .line1:after {
    width: 18px;
    max-width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    border-radius: 0;
    transform-origin: center center;
    background-position: center center
    }
.burger .line1:before {
    transform: translatey(-5px);
    background-color: #000
    }
.burger .line1:after {
    transform: translatey(5px);
    background-color: #000
    }
.burger.close .line1 {
    background-color: #000;
    visibility: visible;
    transition: visibility 0.1s 0.2s
    }
.burger.close .line1:before {
    transform: translatey(-5px);
    visibility: visible;
    animation: before 0.5s linear
    }
.burger.close .line1:after {
    transform: translatey(5px);
    visibility: visible;
    animation: after 0.5s linear
    }
.js-header-fixed .burger.close .line1 {
    background-color: #fff !important
    }
@keyframes before {
    0% {
        transform: rotate(-45deg) translateY(0)
        } 34% {
        background-color: #000
        } 33% {
        transform: rotate(0deg) translateY(0)
        } 66% {
        transform: translateY(0)
        } 100% {
        transform: translateY(-5px)
        }
    }
@keyframes after {
    0% {
        transform: rotate(45deg) translateY(0)
        } 34% {
        background-color: #000
        } 33% {
        transform: rotate(0deg) translateY(0)
        } 66% {
        transform: translateY(0)
        } 100% {
        transform: translateY(5px)
        }
    }
.burger.open .line1 {
    transform-origin: 50% 50%;
    transition: visibility 0.1s 0.25s;
    visibility: hidden;
    background-color: #000
    }
.burger.open .line1:before {
    transform: rotate(45deg) translatey(0);
    background-color: #000;
    visibility: visible;
    animation: before-open 0.5s linear
    }
.burger.open .line1:after {
    transform: rotate(-45deg) translatey(0);
    background-color: #000;
    visibility: visible;
    animation: after-open 0.5s linear
    }
@keyframes before-open {
    0% {
        transform: translateY(-5px)
        } 33% {
        transform: translateY(0)
        } 66% {
        transform: translateY(0)
        } 100% {
        transform: rotate(45deg) translateY(0)
        }
    }
@keyframes after-open {
    0% {
        transform: translateY(5px)
        } 33% {
        transform: translateY(0)
        } 66% {
        transform: translateY(0)
        } 100% {
        transform: rotate(-45deg) translateY(0)
        }
    }
.menu-button {
    user-select: auto !important;
    -webkit-user-drag: auto !important;
    touch-action: auto !important
    }
@media (max-width: 991px) {
    .js-header-is-fixed .header-icons__outer, .js-header-is-fixed .lang-outer {
        top: -39px !important
        }
    .js-header-is-fixed .hotelselection-outer {
        top: -38px
        }
    .js-header-is-fixed .hotelselection-outer a, .js-header-is-fixed .lang-outer a {
        color: #70848B
        }
    .js-nav-open .header-icons__outer {
        top: -37px !important
        }
    .js-nav-open .hotelselection-outer {
        top: -38px !important
        }
    }
.rsClient .rsOverflow, .rsClient .rsSlide, .rsClient .rsVideoFrameHolder, .rsClient .rsThumbs {
    background: transparent
    }
.rsClient .rsArrow {
    width: 90px
    }
.rsClient.rsVer .rsArrow {
    height: 90px
    }
.rsClient .rsArrowIcn {
    border-radius: 5px;
    width: 90px;
    height: 90px;
    margin-top: -45px;
    margin-left: -45px;
    background: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 60px
    }
.rsClient .rsArrowIcn:hover {
    background: none;
    color: rgba(255, 255, 255, 1)
    }
.rsClient .rsArrowDisabled .rsArrowIcn {
    display: none
    }
.rsClient .rsBullets {
    height: 30px;
    background: none
    }
.rsClient .rsBullet {
    margin: 9px 5px;
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5)
    }
.rsClient .rsBullet.rsNavSelected, .rsClient .rsBullet:hover {
    background-color: rgba(255, 255, 255, 0.8)
    }
.rsClient .rsThumbsVer {
    width: 150px
    }
.rsClient .rsThumbsHor .rsThumb {
    width: 200px
    }
.rsClient .rsThumbsArrow {
    width: 50px;
    background-color: rgba(0, 0, 0, 1);
    color: rgba(115, 115, 115, 0.5)
    }
.rsClient .rsThumbsArrow:hover {
    background: none;
    color: rgba(115, 115, 115, 1)
    }
.rsClient.rsWithThumbsVer .rsThumbsArrow {
    height: 30px
    }
.rsClient .rsThumbsArrowIcn {
    font-size: 20px
    }
.rsClient .rsThumbsArrowDisabled .rsArrowIcn {
    display: none
    }
.rsABlock {
    position: relative;
    display: block;
    left: auto;
    top: auto;
    -webkit-backface-visibility: hidden;
    font-size: 50px;
    color: #fff
    }
.bContainer {
    top: 36%;
    position: absolute
    }
.rsClient .rsFullscreenBtn {
    right: 10px;
    top: 10px;
    width: 36px;
    height: 36px
    }
.rsClient .rsFullscreenIcn {
    border-radius: 5px;
    background: none;
    color: rgba(115, 115, 115, 0.5);
    font-size: 16px
    }
.rsClient .rsFullscreenIcn:hover {
    background: none;
    color: rgba(115, 115, 115, 1)
    }
.rsClient.rsFullscreen img.rsImg {
    max-width: 100%
    }
.rsClient .rsPlayBtnIcon {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    font-size: 80px;
    background: none;
    -webkit-tap-highlight-color: none;
    color: rgba(255, 255, 255, 0.7)
    }
.rsClient .rsPlayBtnIcon:hover {
    background: none;
    color: rgba(255, 255, 255, 1)
    }
.rsClient .rsCloseVideoBtn {
    left: 10px;
    top: 10px;
    width: 36px;
    height: 36px
    }
.rsClient .rsCloseVideoIcn {
    border-radius: 5px;
    background: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px
    }
.rsClient .rsCloseVideoIcn:hover {
    background: none;
    color: rgba(255, 255, 255, 1)
    }
.rsClient .rsPreloader {
    color: rgba(115, 115, 115, 0.5);
    font-size: 30px
    }
.trustyou-widget {
    width: 300px;
    height: 80px;
    position: relative;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center
    }
.trustyou-widget-img img {
    width: 100%
    }
.trustyou-widget-score {
    min-height: 80px;
    min-width: 80px;
    font-size: 30px;
    margin-right: 30px;
    color: #fff;
    text-align: center;
    background: #CFD0D3;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    position: relative
    }
.trustyou-widget-score:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -8px;
    top: 50%;
    transform: translate(0, -50%);
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #cfd0d3
    }
.trustyou-widget-right {
    float: right
    }
.trustyou-widget-text {
    font-size: 18px;
    color: #000
    }
.trustyou-widget-reviews {
    color: #77bd49
    }
.source-icon {
    background-image: url(/img/css/trustyou-source-icons.png);
    display: inline-block;
    height: 16px;
    padding: 0 !important;
    width: 16px
    }
.review-comment {
    font-style: italic
    }
.source-icon.source-icon-100 {
    background-position: 0 -16px
    }
.source-icon.source-icon-101 {
    background-position: 0 -32px
    }
.source-icon.source-icon-103 {
    background-position: 0 -48px
    }
.source-icon.source-icon-104 {
    background-position: 0 -64px
    }
.source-icon.source-icon-105 {
    background-position: 0 -80px
    }
.source-icon.source-icon-106 {
    background-position: 0 -96px
    }
.source-icon.source-icon-107 {
    background-position: 0 -112px
    }
.source-icon.source-icon-109 {
    background-position: 0 -128px
    }
.source-icon.source-icon-10 {
    background-position: 0 -144px
    }
.source-icon.source-icon-110 {
    background-position: 0 -160px
    }
.source-icon.source-icon-111 {
    background-position: 0 -176px
    }
.source-icon.source-icon-112 {
    background-position: 0 -192px
    }
.source-icon.source-icon-113 {
    background-position: 0 -208px
    }
.source-icon.source-icon-114 {
    background-position: 0 -224px
    }
.source-icon.source-icon-115 {
    background-position: 0 -240px
    }
.source-icon.source-icon-116 {
    background-position: 0 -256px
    }
.source-icon.source-icon-117 {
    background-position: 0 -272px
    }
.source-icon.source-icon-119 {
    background-position: 0 -288px
    }
.source-icon.source-icon-120 {
    background-position: 0 -304px
    }
.source-icon.source-icon-122 {
    background-position: 0 -320px
    }
.source-icon.source-icon-123 {
    background-position: 0 -336px
    }
.source-icon.source-icon-125 {
    background-position: 0 -352px
    }
.source-icon.source-icon-126 {
    background-position: 0 -368px
    }
.source-icon.source-icon-127 {
    background-position: 0 -384px
    }
.source-icon.source-icon-128 {
    background-position: 0 -400px
    }
.source-icon.source-icon-129 {
    background-position: 0 -416px
    }
.source-icon.source-icon-130 {
    background-position: 0 -432px
    }
.source-icon.source-icon-14 {
    background-position: 0 -448px
    }
.source-icon.source-icon-15 {
    background-position: 0 -464px
    }
.source-icon.source-icon-16 {
    background-position: 0 -480px
    }
.source-icon.source-icon-17 {
    background-position: 0 -496px
    }
.source-icon.source-icon-18 {
    background-position: 0 -512px
    }
.source-icon.source-icon-197 {
    background-position: 0 -528px
    }
.source-icon.source-icon-199 {
    background-position: 0 -544px
    }
.source-icon.source-icon-19 {
    background-position: 0 -560px
    }
.source-icon.source-icon-1 {
    background-position: 0 -576px
    }
.source-icon.source-icon-200 {
    background-position: 0 -592px
    }
.source-icon.source-icon-202 {
    background-position: 0 -608px
    }
.source-icon.source-icon-204 {
    background-position: 0 -624px
    }
.source-icon.source-icon-205 {
    background-position: 0 -640px
    }
.source-icon.source-icon-208 {
    background-position: 0 -656px
    }
.source-icon.source-icon-20 {
    background-position: 0 -672px
    }
.source-icon.source-icon-210 {
    background-position: 0 -688px
    }
.source-icon.source-icon-211 {
    background-position: 0 -704px
    }
.source-icon.source-icon-212 {
    background-position: 0 -720px
    }
.source-icon.source-icon-213 {
    background-position: 0 -736px
    }
.source-icon.source-icon-214 {
    background-position: 0 -752px
    }
.source-icon.source-icon-217 {
    background-position: 0 -768px
    }
.source-icon.source-icon-218 {
    background-position: 0 -784px
    }
.source-icon.source-icon-219 {
    background-position: 0 -800px
    }
.source-icon.source-icon-21 {
    background-position: 0 -816px
    }
.source-icon.source-icon-220 {
    background-position: 0 -832px
    }
.source-icon.source-icon-223 {
    background-position: 0 -848px
    }
.source-icon.source-icon-224 {
    background-position: 0 -864px
    }
.source-icon.source-icon-226 {
    background-position: 0 -880px
    }
.source-icon.source-icon-227 {
    background-position: 0 -896px
    }
.source-icon.source-icon-228 {
    background-position: 0 -912px
    }
.source-icon.source-icon-229 {
    background-position: 0 -928px
    }
.source-icon.source-icon-22 {
    background-position: 0 -944px
    }
.source-icon.source-icon-230 {
    background-position: 0 -960px
    }
.source-icon.source-icon-231 {
    background-position: 0 -976px
    }
.source-icon.source-icon-232 {
    background-position: 0 -992px
    }
.source-icon.source-icon-234 {
    background-position: 0 -1008px
    }
.source-icon.source-icon-235 {
    background-position: 0 -1024px
    }
.source-icon.source-icon-236 {
    background-position: 0 -1040px
    }
.source-icon.source-icon-237 {
    background-position: 0 -1056px
    }
.source-icon.source-icon-239 {
    background-position: 0 -1072px
    }
.source-icon.source-icon-240 {
    background-position: 0 -1088px
    }
.source-icon.source-icon-241 {
    background-position: 0 -1104px
    }
.source-icon.source-icon-243 {
    background-position: 0 -1120px
    }
.source-icon.source-icon-246 {
    background-position: 0 -1136px
    }
.source-icon.source-icon-248 {
    background-position: 0 -1152px
    }
.source-icon.source-icon-250 {
    background-position: 0 -1168px
    }
.source-icon.source-icon-251 {
    background-position: 0 -1184px
    }
.source-icon.source-icon-259 {
    background-position: 0 -1200px
    }
.source-icon.source-icon-261 {
    background-position: 0 -1216px
    }
.source-icon.source-icon-263 {
    background-position: 0 -1232px
    }
.source-icon.source-icon-264 {
    background-position: 0 -1248px
    }
.source-icon.source-icon-275 {
    background-position: 0 -1264px
    }
.source-icon.source-icon-289 {
    background-position: 0 -1280px
    }
.source-icon.source-icon-2 {
    background-position: 0 -1296px
    }
.source-icon.source-icon-30 {
    background-position: 0 -1312px
    }
.source-icon.source-icon-32 {
    background-position: 0 -1328px
    }
.source-icon.source-icon-33 {
    background-position: 0 -1344px
    }
.source-icon.source-icon-34 {
    background-position: 0 -1360px
    }
.source-icon.source-icon-35 {
    background-position: 0 -1376px
    }
.source-icon.source-icon-36 {
    background-position: 0 -1392px
    }
.source-icon.source-icon-37 {
    background-position: 0 -1408px
    }
.source-icon.source-icon-38 {
    background-position: 0 -1424px
    }
.source-icon.source-icon-39 {
    background-position: 0 -1440px
    }
.source-icon.source-icon-3 {
    background-position: 0 -1456px
    }
.source-icon.source-icon-400 {
    background-position: 0 -1472px
    }
.source-icon.source-icon-40 {
    background-position: 0 -1488px
    }
.source-icon.source-icon-413 {
    background-position: 0 -1504px
    }
.source-icon.source-icon-41 {
    background-position: 0 -1520px
    }
.source-icon.source-icon-422 {
    background-position: 0 -1536px
    }
.source-icon.source-icon-43 {
    background-position: 0 -1552px
    }
.source-icon.source-icon-44 {
    background-position: 0 -1568px
    }
.source-icon.source-icon-45 {
    background-position: 0 -1584px
    }
.source-icon.source-icon-46 {
    background-position: 0 -1600px
    }
.source-icon.source-icon-47 {
    background-position: 0 -1616px
    }
.source-icon.source-icon-48 {
    background-position: 0 -1632px
    }
.source-icon.source-icon-49 {
    background-position: 0 -1648px
    }
.source-icon.source-icon-505 {
    background-position: 0 -1664px
    }
.source-icon.source-icon-50 {
    background-position: 0 -1680px
    }
.source-icon.source-icon-510 {
    background-position: 0 -1696px
    }
.source-icon.source-icon-511 {
    background-position: 0 -1712px
    }
.source-icon.source-icon-52 {
    background-position: 0 -1728px
    }
.source-icon.source-icon-53 {
    background-position: 0 -1744px
    }
.source-icon.source-icon-54 {
    background-position: 0 -1760px
    }
.source-icon.source-icon-55 {
    background-position: 0 -1776px
    }
.source-icon.source-icon-56 {
    background-position: 0 -1792px
    }
.source-icon.source-icon-58 {
    background-position: 0 -1808px
    }
.source-icon.source-icon-59 {
    background-position: 0 -1824px
    }
.source-icon.source-icon-5 {
    background-position: 0 -1840px
    }
.source-icon.source-icon-600 {
    background-position: 0 -1856px
    }
.source-icon.source-icon-601 {
    background-position: 0 -1872px
    }
.source-icon.source-icon-602 {
    background-position: 0 -1888px
    }
.source-icon.source-icon-603 {
    background-position: 0 -1904px
    }
.source-icon.source-icon-604 {
    background-position: 0 -1920px
    }
.source-icon.source-icon-605 {
    background-position: 0 -1936px
    }
.source-icon.source-icon-606 {
    background-position: 0 -1952px
    }
.source-icon.source-icon-609 {
    background-position: 0 -1968px
    }
.source-icon.source-icon-60 {
    background-position: 0 -1984px
    }
.source-icon.source-icon-610 {
    background-position: 0 -2000px
    }
.source-icon.source-icon-61 {
    background-position: 0 -2016px
    }
.source-icon.source-icon-62 {
    background-position: 0 -2032px
    }
.source-icon.source-icon-63 {
    background-position: 0 -2048px
    }
.source-icon.source-icon-64 {
    background-position: 0 -2064px
    }
.source-icon.source-icon-65 {
    background-position: 0 -2080px
    }
.source-icon.source-icon-66 {
    background-position: 0 -2096px
    }
.source-icon.source-icon-67 {
    background-position: 0 -2112px
    }
.source-icon.source-icon-69 {
    background-position: 0 -2128px
    }
.source-icon.source-icon-701 {
    background-position: 0 -2144px
    }
.source-icon.source-icon-703 {
    background-position: 0 -2160px
    }
.source-icon.source-icon-704 {
    background-position: 0 -2176px
    }
.source-icon.source-icon-708 {
    background-position: 0 -2192px
    }
.source-icon.source-icon-70 {
    background-position: 0 -2208px
    }
.source-icon.source-icon-711 {
    background-position: 0 -2224px
    }
.source-icon.source-icon-712 {
    background-position: 0 -2240px
    }
.source-icon.source-icon-713 {
    background-position: 0 -2256px
    }
.source-icon.source-icon-71 {
    background-position: 0 -2272px
    }
.source-icon.source-icon-72 {
    background-position: 0 -2288px
    }
.source-icon.source-icon-73 {
    background-position: 0 -2304px
    }
.source-icon.source-icon-74 {
    background-position: 0 -2320px
    }
.source-icon.source-icon-75 {
    background-position: 0 -2336px
    }
.source-icon.source-icon-76 {
    background-position: 0 -2352px
    }
.source-icon.source-icon-77 {
    background-position: 0 -2368px
    }
.source-icon.source-icon-78 {
    background-position: 0 -2384px
    }
.source-icon.source-icon-7 {
    background-position: 0 -2400px
    }
.source-icon.source-icon-80 {
    background-position: 0 -2416px
    }
.source-icon.source-icon-81 {
    background-position: 0 -2432px
    }
.source-icon.source-icon-82 {
    background-position: 0 -2448px
    }
.source-icon.source-icon-84 {
    background-position: 0 -2464px
    }
.source-icon.source-icon-85 {
    background-position: 0 -2480px
    }
.source-icon.source-icon-86 {
    background-position: 0 -2496px
    }
.source-icon.source-icon-87 {
    background-position: 0 -2512px
    }
.source-icon.source-icon-88 {
    background-position: 0 -2528px
    }
.source-icon.source-icon-8 {
    background-position: 0 -2544px
    }
.source-icon.source-icon-91 {
    background-position: 0 -2560px
    }
.source-icon.source-icon-92 {
    background-position: 0 -2576px
    }
.source-icon.source-icon-93 {
    background-position: 0 -2592px
    }
.source-icon.source-icon-94 {
    background-position: 0 -2608px
    }
.source-icon.source-icon-95 {
    background-position: 0 -2624px
    }
.source-icon.source-icon-96 {
    background-position: 0 -2640px
    }
.source-icon.source-icon-97 {
    background-position: 0 -2656px
    }
.source-icon.source-icon-99 {
    background-position: 0 -2672px
    }
.source-icon.source-icon-9 {
    background-position: 0 -2688px
    }
.source-icon.source-icon-bookatable_com {
    background-position: 0 -2704px
    }
.source-icon.source-icon-citysearch_com {
    background-position: 0 -2720px
    }
.source-icon.source-icon-fodors_com {
    background-position: 0 -2736px
    }
.source-icon.source-icon-google_com {
    background-position: 0 -2752px
    }
.source-icon.source-icon-grubhub_com {
    background-position: 0 -2768px
    }
.source-icon.source-icon-hungrygowhere_com {
    background-position: 0 -2784px
    }
.source-icon.source-icon-judysbook_com {
    background-position: 0 -2800px
    }
.source-icon.source-icon-lafourchette_com {
    background-position: 0 -2816px
    }
.source-icon.source-icon-opentable_com {
    background-position: 0 -2832px
    }
.source-icon.source-icon-qype_com {
    background-position: 0 -2848px
    }
.source-icon.source-icon-restaurant-kritik_de {
    background-position: 0 -2864px
    }
.source-icon.source-icon-squaremeal_co_uk {
    background-position: 0 -2880px
    }
.source-icon.source-icon-tabelog_com {
    background-position: 0 -2896px
    }
.source-icon.source-icon-toptable_co_uk {
    background-position: 0 -2912px
    }
.source-icon.source-icon-tripadvisor_com {
    background-position: 0 -2928px
    }
.source-icon.source-icon-trustyou_com {
    background-position: 0 -2944px
    }
.source-icon.source-icon-urbanspoon_com {
    background-position: 0 -2960px
    }
.source-icon.source-icon-viamichelin_com {
    background-position: 0 -2976px
    }
.source-icon.source-icon-viewlondon_co_uk {
    background-position: 0 -2992px
    }
.source-icon.source-icon-yelp_com {
    background-position: 0 -3008px
    }
.source-icon.source-icon-zagat_com {
    background-position: 0 -3024px
    }
.source-icon.source-icon-zomato_com {
    background-position: 0 -3040px
    }
.item-multi-team {
    text-align: center
    }
.item-multi-team .item-teaser-content {
    padding: 0 15px 25px 15px
    }
.item-multi-team .cell-top h3, .item-multi-team .cell-bottom {
    color: #70848B
    }
.item-multi-team .headline {
    color: #000
    }
.cookie-law {
    position: fixed;
    bottom: 0;
    z-index: 999999999;
    width: 100%;
    left: 0;
    background: rgba(80, 80, 80, 0.9);
    text-align: center;
    padding: 12px;
    display: none;
    color: #fff
    }
.cookie-law a:hover {
    color: #fff
    }
.cookie-law a {
    color: #fff;
    text-decoration: underline
    }
.cookie-law.visible {
    position: fixed;
    display: block
    }
a.cookie-law__btn.confirm {
    position: absolute;
    right: 40px;
    top: 18px;
    background: #b3c732;
    padding: 5px 12px;
    color: #fff
    }
.cookie-law__links a {
    display: inline-block;
    padding: 0 6px
    }
@media (max-width: 960px) {
    a.cookie-law__btn.confirm {
        position: absolute;
        margin-bottom: 7px;
        display: inline-block;
        top: inherit;
        bottom: 5px;
        right: 25px
        }
    .cookie-law__links {
        padding: 5px
        }
    .cookie-law {
        padding: 12px 20px
        }
    }
@font-face {
    font-family: AdvertWeb;
    src: url(/css/project/fonts/AdvertWeb.eot)
    }
@font-face {
    font-family: AdvertWeb;
    src: url(/css/project/fonts/AdvertWeb.woff#) format("woff")
    }
@font-face {
    font-family: AdvertWeb-Light;
    src: url(/css/project/fonts/AdvertWeb-Light.eot)
    }
@font-face {
    font-family: AdvertWeb-Light;
    src: url(/css/project/fonts/AdvertWeb-Light.woff#) format("woff")
    }
body {
    font-weight: 400
    }
.content > *:last-child, article .downloads > *:last-child {
    margin-bottom: 0
    }
.posr {
    position: relative
    }
div.logo img {
    width: 180px
    }
.header-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 12px 0;
    margin-bottom: 40px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    min-height: 80px
    }
header {
    position: relative;
    background: #fff;
    z-index: 200
    }
.vorteile {
    background: #70848b;
    color: #fff;
    min-height: 40px;
    display: flex;
    align-items: center
    }
.vorteile .row {
    display: flex;
    justify-content: space-between
    }
.vorteil__item {
    display: inline-block;
    position: relative;
    flex: 1;
    text-align: center
    }
.vorteil__item:before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(/img/static/circle-check.svg);
    position: relative;
    display: inline-block;
    left: -5px;
    top: 2px
    }
.dropdown-menu {
    left: 0
    }
.table-responsive {
    border-color: #fff;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 40px
    }
.hotel-selection-frame {
    background: #fff;
    position: absolute;
    top: 164px;
    height: 480px;
    padding: 0 40px;
    border: 1px solid #f6f6f6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 1140px
    }
.fb-button-mobile {
    display: none
    }
.hotelselection {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 5px 10px 6px 10px;
    cursor: pointer
    }
.hotelselection:hover {
    text-decoration: none
    }
.hotel-selection-container .modal-dialog {
    width: 1140px;
    margin: 0 auto
    }
.hotel-selection-map {
    position: absolute;
    width: 314px;
    height: 407px;
    left: 385px;
    top: 30px
    }
.hotel-selection-map img {
    position: absolute;
    width: 314px;
    height: 407px;
    left: 0;
    top: 0;
    z-index: 1
    }
.hotel-selection-frame ul {
    padding: 20px 0 0 0;
    margin: 0
    }
.hotel-selection-frame li {
    list-style: none none;
    border-bottom: 1px solid #f6f6f6;
    padding: 7px 0
    }
.hotel-selection-frame li a {
    color: #000
    }
.hotel-selection-frame li:last-child {
    border: none
    }
li.hotel-selection-to-portal {
    border-bottom: 0;
    padding: 8px 0 20px 0
    }
.hotel-selection-to-portal a {
    font-size: 17px;
    color: #b3c732 !important
    }
.hotel-selection-row-left span, .hotel-selection-row-right span {
    position: relative;
    display: inline-block
    }
.hotel-selection-row-right span {
    float: right
    }
.hotel-selection-row-left span:before {
    position: absolute;
    top: 4px;
    left: -22px;
    color: #b3c732
    }
.hotel-selection-row-right span:before {
    position: absolute;
    top: 4px;
    right: -22px;
    color: #b3c732
    }
.hotel-selection-pin {
    position: absolute;
    font-size: 14px;
    color: #b3c732;
    z-index: 2;
    cursor: pointer
    }
.hotel-selection-pin a {
    display: block;
    width: 100%;
    height: 100%
    }
.hotel-selection-pin-bad-salzdetfurth {
    left: 137px;
    top: 139px;
    width: 94px
    }
.hotel-selection-pin-bad-steben {
    left: 181px;
    top: 233px;
    width: 78px
    }
.hotel-selection-pin-berlin {
    left: 234px;
    top: 120px;
    width: 57px
    }
.hotel-selection-pin-braunlage {
    left: 93px;
    text-align: right;
    top: 157px;
    width: 74px
    }
.hotel-selection-pin-duesseldorf {
    left: 33px;
    top: 187px
    }
.hotel-selection-pin-frankfurt {
    left: 97px;
    top: 230px;
    width: 74px
    }
.hotel-selection-pin-hamburg {
    left: 136px;
    top: 74px;
    width: 79px
    }
.hotel-selection-pin-muenchen {
    left: 181px;
    top: 329px;
    width: 81px
    }
.hotel-selection-pin-ratingen {
    left: 44px;
    top: 187px
    }
.hotel-selection-pin-stuttgart {
    left: 105px;
    top: 300px;
    width: 80px
    }
.hotel-selection-pin-active, .hotel-selection-pin-active:before {
    color: #b3c732 !important
    }
.header-img-booking {
    margin-bottom: 10px
    }
.header-iconbar {
    display: flex !important
    }
.header--karriere {
    margin: 5px 0 0 5px
    }
.js-header-is-fixed .header--karriere {
    margin: 3px 0 0 5px;
    color: #FFF
    }
.header-icons__career {
    display: none !important;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    background-color: #FFF;
    background-image: url(/img/static/header-icon-career.svg);
    background-size: 22px 22px;
    background-position: center center;
    background-repeat: no-repeat
    }
.header-icons {
    font-size: 25px;
    padding: 2px 0 0 10px;
    height: 42px;
    line-height: 1
    }
.header-icons i:before {
    margin: 0;
    line-height: 1;
    color: #b3c732
    }
.header-icons a:hover i:before {
    color: #b3c732
    }
#hoteladdress {
    font-size: 15px;
    color: #979797
    }
#hoteladdress .tooltipcontent {
    color: #b3c732
    }
.header-icons a:hover {
    text-decoration: none
    }
.tabs-booking-convention {
    opacity: 0;
    animation: showBooking 1s 1 forwards ease;
    animation-delay: 3s
    }
@keyframes showBooking {
    0% {
        opacity: 0
        } 100% {
        opacity: 1
        }
    }
.tabs-booking-convention > div {
    display: none
    }
.tabs-booking-convention > div.booking-convention-booking-tab.booking-tab-activ {
    display: block
    }
.tabs-booking-convention > div.booking-convention-convention-tab.convention-tab-activ {
    display: block
    }
.tabs-booking-convention {
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translatex(-50%);
    width: 744px;
    z-index: 100
    }
.booking__outer {
    display: flex;
    border-radius: 6px;
    overflow: hidden
    }
.booking__item {
    flex: 0 0 26.3%;
    min-height: 56px;
    background: rgba(255, 255, 255, 0.8) !important;
    display: flex;
    align-items: center;
    margin-right: 1px;
    color: #000 !important;
    font-size: 15px
    }
.booking-container .booking-submit-btn {
    border-radius: 0
    }
.booking__item--adults {
    flex: 0 0 21%
    }
.booking-container {
    background: none !important
    }
.booking-container .form-control {
    background: none !important;
    border: none
    }
.booking-convention-btn {
    height: 38px;
    width: 50%;
    background: #b3c732;
    margin-bottom: 0;
    float: left;
    font-size: 15px;
    padding: 8px 0 10px 0;
    text-align: center;
    color: #7d8d17;
    cursor: pointer;
    z-index: 1010
    }
.booking-convention-btn:hover {
    text-decoration: none
    }
.active.booking-convention-btn {
    background: #b3c732;
    color: #fff
    }
.booking-container {
    margin-bottom: 10px;
    background: #b3c732;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    border-radius: 4px 4px;
    color: #fff
    }
.booking-container .form-control {
    background: #b3c732;
    color: #fff;
    border-color: #b3c732
    }
.booking-container .booking-submit-btn {
    padding: 6px 20px;
    width: 100%;
    font-size: 16px;
    height: 100%
    }
.booking-container input[readonly] {
    cursor: pointer
    }
.booking-container label {
    display: block;
    text-align: center;
    color: #e5e5e5;
    font-size: 12px
    }
.booking-container .line-ssl {
    font-weight: 700;
    text-align: center;
    color: #e5e5e5;
    padding: 3px 0 3px 0
    }
.booking-container .line-ssl i {
    color: #b3c732;
    font-size: 120%
    }
.booking-container .line-ssl hr {
    width: 50px;
    display: inline-block;
    margin: 6px 0 4px 0;
    border-top: #b3c732 1px solid
    }
.booking-convention-convention-tab .booking-container {
    padding-top: 10px
    }
.conventionlink, .conventionlink:hover {
    color: #fff;
    text-align: center;
    display: block;
    padding-top: 5px;
    font-size: 12px
    }
.booking-container .form-group {
    margin-bottom: 0;
    position: relative;
    width: 100%
    }
.booking-container .form-control {
    color: #000 !important;
    font-size: 16px;
    padding-left: 50px !important;
    position: relative
    }
.booking-container .form-group:before {
    pointer-events: none;
    content: "";
    display: inline-block;
    width: 22px;
    height: 21px;
    background: url(/img/static/booking-icons.svg);
    position: absolute;
    left: 20px;
    top: 6px;
    background-repeat: no-repeat
    }
.booking-container .form-group:after {
    content: "" !important;
    width: 7px !important;
    height: 4px !important;
    background: url(/img/static/pfeil-small.svg);
    display: block !important;
    position: absolute;
    right: 20px;
    top: 14px
    }
.booking__item--adults .form-group:before {
    background-position: -29px 0
    }
.booking-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ""
    }
.cheffe {
    overflow: hidden
    }
.cheffe img {
    width: 100%;
    height: auto;
    margin: 2px auto auto 0;
    display: block
    }
.cheffe .gruss {
    position: absolute;
    top: 0;
    left: 15px;
    height: 158px;
    width: 50%;
    color: #b3c732;
    font-size: 14px;
    display: table
    }
.cheffe .grusstext {
    display: table-cell;
    vertical-align: middle
    }
.cheffe .text {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 15px;
    top: 0;
    background: #95a5ab;
    color: #fff;
    padding: 5px 20px 5px 20px;
    border-radius: 4px
    }
.cheffe .name {
    text-align: center;
    color: #b3c732;
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 12px;
    display: block
    }
.cheffe {
    width: 100%;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative
    }
.titleimages {
    width: 100%;
    overflow: hidden
    }
.rsContainer div, .titleimages img, .titleimages {
    height: 100%;
    background-size: cover;
    background-position: center center;
    width: 100%
    }
.titleimages .bContainer {
    width: 100%;
    height: 100%;
    top: 0;
    position: absoulte
    }
.titleimages .bContainer .flexer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
    }
.bContainer {
    position: absolute
    }
.bContainer a:hover {
    text-decoration: none !important
    }
.bContainer .titleimg-title {
    background-color: rgba(255, 255, 255, 0.7)
    }
.bContainer .titleimg-title:hover {
    background-color: rgba(255, 255, 255, 1) !important;
    transition: background-color 0.4s ease !important
    }
.titleimages .titleimg-title {
    font-family: AdvertWeb-Light, Arial, sans-serif;
    font-size: 22px;
    color: #000 !important;
    padding: 26px 42px 22px;
    width: auto;
    border-radius: 6px;
    text-align: center;
    max-width: 450px;
    opacity: 0
    }
.titleimages .flexer--price .titleimg-title {
    max-width: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
    }
.titleimages .titleimg-linktext {
    margin-right: -4px;
    border-bottom-left-radius: 6px !important;
    opacity: 0
    }
.titleimages .titleimg-price, .titleimages .titleimg-linktext {
    background: rgba(112, 132, 139, 1);
    width: auto;
    font-size: 16px;
    padding: 4px 14px 5px 28px;
    border-radius: 0;
    color: #fff !important;
    transform: translate(-50%, 0);
    display: inline-block !important;
    opacity: 0
    }
.titleimages .titleimg-price {
    background: #299fcb;
    color: #fff !important;
    border-bottom-right-radius: 6px;
    padding: 4px 28px 5px 14px
    }
.titleimages .pricenote {
    display: none
    }
.banner-checklist {
    font-size: 13px;
    color: #fff;
    width: 100%;
    background: #b3c732;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    padding: 14px 10px 18px
    }
.banner-checklist a, .banner-checklist a:hover {
    color: #fff;
    text-decoration: none
    }
.banner-checklist span {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center
    }
.hotel-booking-container span.tab-booking-headline {
    display: block;
    font-size: 18px;
    text-align: center;
    margin: 10px 0 8px 0
    }
ul.checklist {
    margin: 0;
    margin-top: 8px;
    padding: 0
    }
ul.checklist li {
    list-style-type: none;
    margin-bottom: 7px;
    padding-left: 22px;
    position: relative
    }
ul.checklist li i {
    color: #b3c732;
    margin-right: 4px;
    position: absolute;
    left: 0;
    top: 0
    }
.hotel-topics {
    display: table;
    margin-bottom: 10px;
    padding: 7px 10px 11px 10px;
    width: 100%;
    background: #fff;
    color: #b3c732;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
    }
.hotel-topics h5 {
    display: table-cell;
    margin: 0;
    padding: 0
    }
.hotel-topic-notactiv {
    color: #eaeaea
    }
.bewertung-bg {
    width: 128px;
    color: #eaeaea;
    display: table-cell;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: left
    }
.bewertung {
    position: absolute;
    color: #b3c732;
    display: inline-block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: left
    }
.bewertung-bg i:before, .bewertung i:before {
    display: inline-block;
    font-size: 23px;
    margin-right: 0.05em;
    margin-left: 0.05em
    }
article .content {
    margin: 0 0 10px 0
    }
h1 {
    color: #b3c732;
    font-family: AdvertWeb-Light, Arial, sans-serif;
    font-size: 28px
    }
h3, h2 {
    color: #fff;
    color: #b3c732;
    font-family: AdvertWeb-Light, Arial, sans-serif;
    font-size: 22px
    }
div.content > h3:first-child {
    margin-top: 5px
    }
h4 {
    color: #000;
    font-weight: bold;
    font-size: 16px
    }
h5 {
    font-size: 15px;
    color: #b3c732
    }
h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong {
    font-weight: normal
    }
h2, h3, h4, h5 {
    line-height: 1.428571
    }
h2.headline {
    font-size: 26px
    }
.btn-primary, .btn-default {
    padding: 9px 20px 9px 20px
    }
.btn {
    font-size: 15px
    }
.content td > *:first-child:not(.button) {
    margin-top: 0;
    padding-top: 0
    }
.content td > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0
    }
hr.hr-line {
    border-top: #cbcbcb 1px solid;
    margin: 10px 15px 30px 15px;
    padding: 0;
    display: block
    }
hr.hr-line2 {
    margin-top: 0;
    margin-bottom: 30px
    }
hr.hr-line4 {
    margin-top: 10px;
    margin-bottom: 30px
    }
hr.hr-line3 {
    margin-top: 30px;
    margin-bottom: 30px
    }
article hr.hr-line {
    margin: 20px 0
    }
a.button {
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #b3c732;
    text-decoration: none;
    border: 0 !important;
    margin: 0 2px;
    padding: 4px 20px 3px 20px !important;
    text-align: center;
    font-weight: 500
    }
a.button:hover {
    background: #9eb220;
    text-decoration: none;
    color: #fff
    }
.items img {
    width: 100%
    }
.content ul, .content2 ul {
    margin: 0 0 10px 0;
    padding: 0
    }
.content li, .content2 li {
    list-style: none none;
    position: relative;
    padding: 0 0 0 20px
    }
.content li p, .content2 li p {
    margin: 0
    }
.content li:before, .content2 li:before {
    font-family: "sx-icon";
    content: "";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.3em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 4px;
    color: #b3c732
    }
div.content h3 + ul, div.content hr + ul {
    padding-top: 0
    }
.download-icon {
    min-height: 20px;
    background-position: 5px 8px;
    display: block;
    padding: 6px 3px 0 28px;
    margin-bottom: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
    }
.downloads {
    margin-bottom: 20px
    }
.downloads h3 {
    margin-top: 10px
    }
.calendar-filter {
    margin: 20px -15px -6px -15px
    }
.calendar-filter .btn-primary {
    width: 100%;
    margin-top: 19px
    }
.items-teaser {
    margin: 30px 0 10px 0
    }
.square {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
    }
.item-color-1 {
    background: #f2ef6e
    }
.item-color-2 {
    background: #f2ef6e
    }
.items-teaser .item-teaser-content {
    color: #fff;
    text-align: center;
    height: 100%;
    width: 100%;
    display: table;
    transition: all 0.4s ease
    }
.items-teaser .item-teaser {
    transition: all 0.4s ease;
    overflow: hidden
    }
.item-teaser h2, .item-teaser h3 {
    color: #fff;
    transition: all 0.4s ease
    }
.items-teaser .item-teaser img {
    transform: scale(1);
    transition: all 0.4s ease
    }
.items-teaser .item-teaser:hover img {
    transform: scale(1.05)
    }
.items-teaser .item-teaser-left:hover {
    background: #cfd0d3;
    color: #70848b
    }
.items-teaser .item-teaser:hover .item-teaser-content, .items-teaser .item-teaser:hover h3 {
    color: #70848B
    }
.items-teaser .item-teaser:hover .cell-center hr {
    border-color: #fff
    }
.items-teaser h3 a {
    color: #fff
    }
.items-teaser h3 {
    margin: 0 0
    }
.items-teaser .cell-top, .items-teaser .cell-bottom, .items-teaser .cell-center {
    height: 50%;
    width: 100%;
    display: table;
    vertical-align: bottom
    }
.items-teaser .cell-top h3 {
    display: table-cell;
    vertical-align: bottom;
    padding: 10px;
    font-size: 20px
    }
.items-teaser .cell-bottom .teasertext {
    vertical-align: top;
    margin: 10px
    }
.items-teaser .cell-center {
    height: 1px
    }
.items-teaser .cell-center hr {
    margin: 0 5%;
    padding: 0;
    border-color: #fff
    }
.items-teaser-action {
    margin: 0 0 20px 0
    }
.items-teaser-action .item-teaser-content {
    color: #979797;
    text-align: center;
    height: 100%;
    width: 100%;
    display: table;
    background: #fff;
    font-size: 14px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    transition: all 0.4s ease
    }
.items-teaser-action h3 a {
    color: #b3c732
    }
.items-teaser-action h3 {
    margin: 0 0
    }
.items-teaser-action .cell-top, .items-teaser-action .cell-bottom, .items-teaser-action .cell-center {
    height: 50%;
    width: 100%;
    display: table;
    vertical-align: bottom
    }
.items-teaser-action .cell-top h3 {
    display: table-cell;
    vertical-align: bottom;
    padding: 50px 10px 10px 10px;
    font-size: 22px
    }
.items-teaser-action .cell-bottom .teasertext {
    display: table-cell;
    vertical-align: top;
    margin: 10px 10px 30px 10px
    }
.items-teaser-action .cell-center {
    height: 1px
    }
.items-teaser-action .cell-center hr {
    margin: 0 15px;
    padding: 0;
    border-color: #eaeaea
    }
.items-teaser-action .img-border {
    overflow: hidden;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    overflow: hidden
    }
.items-teaser-action img {
    transition: all 0.4s ease
    }
.owl-carousel .item-teaser-action {
    margin-bottom: 10px;
    width: 344px
    }
.item-teaser-content__img {
    position: relative;
    width: 344px;
    height: 194px
    }
.item-teaser-content__img .price {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
    padding: 6px 20px 4px;
    font-weight: 500;
    color: #fff !important;
    background: #b3c732;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 15px
    }
.item-teaser-action:hover .item-teaser-content {
    background-color: #eaeaea
    }
.item-teaser-action:hover .cell-center hr {
    border-color: #dcddde
    }
.item-teaser-action:hover img {
    transform: scale(1.05)
    }
.item-list {
    margin-bottom: 10px;
    display: flex;
    margin-left: 12px;
    margin-right: 12px
    }
.item-list .img-border-list {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    overflow: hidden
    }
.items-list .item-list-content {
    background: #fff;
    min-height: 100%;
    padding: 5px 20px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    overflow: hidden
    }
.items-list h3 {
    margin: 0;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 20px;
    margin: 0 -20px 10px;
    background: #fff;
    font-size: 17px
    }
.items-list .price {
    float: right
    }
.items-list span.more {
    display: inline-block;
    margin-left: 5px
    }
.eventdate {
    display: block;
    font-size: 12px;
    padding-top: 2px
    }
.items-galerie {
    margin: 30px -20px 20px -20px
    }
.item-galerie {
    margin-bottom: 10px
    }
.item-galerie .img-border {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden
    }
.article-img.img-border-list {
    float: right;
    width: 275px;
    margin: 5px 0 10px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden
    }
.article-img.img-border-list img {
    width: 100%
    }
.arrangement-table-container-preis {
    margin-bottom: 0 !important
    }
.arrangement-table-container-preis td {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden
    }
.arrangement-table-container, .shop-productvariants-container, .arrangement-content {
    margin: 0 0 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
    }
table.arrangement {
    margin-bottom: 0
    }
table.arrangement, table.shop-productvariants {
    border: 0 !important
    }
table.arrangement, table.arrangement th, table.shop-productvariants th {
    background: transparent !important;
    border-right: 0 !important
    }
table.arrangement td, table.shop-productvariants td {
    background: #fff !important;
    border-right: none !important
    }
table.arrangement th, table.arrangement td, table.shop-productvariants th, table.shop-productvariants td {
    padding-left: 15px !important;
    padding-right: 15px !important
    }
table.arrangement tr:first-child td, table.shop-productvariants tr:first-child td {
    border-width: 0 !important
    }
table.arrangement th:last-child, table.arrangement td:last-child, table.shop-productvariants th:last-child, table.shop-productvariants td:last-child {
    text-align: right
    }
.arrangement-content {
    background: #fff
    }
.arrangement-content .content {
    padding: 15px
    }
.arrangement-list-inclusiv {
    list-style: none none;
    margin: 0;
    padding: 0
    }
.arrangement-list-inclusiv li:before {
    content: "";
    font-family: "sx-icon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0;
    color: #b3c732;
    position: absolute;
    left: 0;
    top: 4px
    }
.arrangement-list-inclusiv li {
    position: relative;
    padding: 0 0 0 20px
    }
.fomular-productvariants-booking-btns-right {
    padding: 12px
    }
.fomular-productvariants-booking-btns {
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    padding: 30px;
    text-align: center;
    margin: 20px 0
    }
.fomular-productvariants-booking-btns > a {
    display: inline-block;
    margin-bottom: 3px
    }
.btn-dark-color-right {
    background: #b3c732;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    border: 0 !important
    }
.btn-dark-color-right:hover {
    background: #b3c732;
    text-decoration: none;
    color: #fff
    }
.btn-light-color-right {
    background: #70848B;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    border: 0 !important;
    padding: 10px 30px 10px 30px
    }
.btn-light-color-right:hover {
    background: #8a9ea5;
    text-decoration: none;
    color: #fff
    }
.btn-dark-color {
    background: #b3c732;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 30px 10px 30px;
    display: inline-block;
    text-decoration: none;
    border: 0 !important
    }
.btn-dark-color:hover {
    background: #7d8d17;
    text-decoration: none;
    color: #fff
    }
.btn-light-color {
    background: #70848B;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    border: 0 !important;
    padding: 10px 30px 10px 30px;
    display: inline-block
    }
.formbtn {
    background: #70848B;
    color: #fff
    }
.btn-light-color:hover {
    background: #dbdcdc;
    text-decoration: none;
    color: #000
    }
#formular-hidden, #shop-productvariants-hidden {
    display: none;
    margin: 20px 0
    }
.anfahrt {
    margin-bottom: 30px
    }
.anfahrt .adp-marker {
    margin: 7px
    }
.anfahrt .adp {
    margin-top: 30px
    }
.formular {
    margin-bottom: 15px
    }
form hr {
    margin: 12px 5px
    }
.formular h3 {
    margin: 10px 0 10px 0
    }
.fragensieunverbindlichan h3 {
    margin-top: 0
    }
.alterderkinder {
    width: 100%;
    overflow: hidden
    }
.alterderkinder .form-group, .alterderkinder > div {
    width: 20.95%;
    float: left;
    margin-left: 0;
    margin-right: 0
    }
.alterderkinder > *:first-child {
    width: 16.2%
    }
.alterderkinder > *:first-child {
    padding-left: 0
    }
.alterderkinder > *:last-child .col-sm-10 {
    padding-right: 0
    }
.alterderkinder label {
    display: none
    }
.alterderkinder .col-sm-10 {
    width: 100%
    }
.alterderkinder .textblock {
    padding-top: 7px;
    text-align: right;
    padding-right: 5px
    }
.bootstrap-touchspin .input-group-btn-vertical {
    border: 1px solid #cbcbcb;
    border-left: none;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
    }
.bootstrap-touchspin .input-group-btn-vertical .btn-default {
    background: none
    }
.bootstrap-touchspin .input-group-btn-vertical i {
    left: 6px;
    font-size: 10px
    }
.input-group-addon, .bootstrap-touchspin-up, .bootstrap-touchspin-down {
    color: #b3c732
    }
.social {
    text-align: center;
    margin: -10px 0 10px 0;
    padding: 0 0 10px 0
    }
.social i:before {
    margin: 0
    }
.social > a {
    font-size: 50px;
    color: #979797;
    color: #CFD0D3;
    padding: 0 6px
    }
.social > a:hover {
    text-decoration: none;
    color: #b3c732
    }
.sharrre {
    font-size: 16px;
    margin: 0;
    padding: 0;
    display: block
    }
.sharrre .buttons {
    width: 100%;
    min-width: 150px;
    min-height: 90px;
    left: 0;
    background: #fff;
    padding: 10px 0 0 0;
    text-align: left
    }
.sharrre .button {
    padding: 0 10px 5px 10px
    }
.sharrre .button div {
    display: block !important
    }
.sharrre .share {
    text-decoration: none
    }
.sharrre .share span {
    display: inline-block;
    min-width: 20px;
    text-align: left;
    padding: 0 10px
    }
.sharrre .share span.counter {
    text-align: right
    }
.items-faq {
    margin: 20px -15px 30px -15px
    }
.item-faq a {
    font-weight: normal
    }
.item-faq a > i {
    color: #b3c732
    }
.items-faq-trustyou .item-faq {
    padding-bottom: 15px
    }
.items-faq-trustyou .items-faq {
    display: none;
    margin-bottom: 20px
    }
.items-faq-trustyou .items-faq.active {
    display: block
    }
.items-faq-trustyou .panel-heading {
    border-bottom: 3px solid #eaeaea
    }
.items-faq-trustyou .review-text {
    padding: 15px 20px 0 15px
    }
.items-faq-trustyou .panel-title {
    padding: 0 20px
    }
.items-faq-trustyou h3 {
    margin-top: 5px
    }
.items-faq-trustyou .item-faq a > i {
    color: #b3c732
    }
ul.pagination {
    text-align: center
    }
ul.pagination li {
    display: inline-block
    }
.kasse-online-shop table {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important
    }
.bootstrap-touchspin input {
    -webkit-border-radius: 4px 0 0 4px !important;
    -moz-border-radius: 4px 0 0 4px !important;
    border-radius: 4px 0 0 4px !important
    }
body.modal-open {
    padding-right: 0 !important
    }
.table {
    margin-bottom: 10px
    }
.bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 8px 10px 7px
    }
.star-rating-container {
    display: inline-block;
    position: relative
    }
.star-rating-container .star-rating-bg, .star-rating-container .star-rating {
    display: inline-block
    }
.star-rating-container .star-rating-bg {
    color: #ccc
    }
.star-rating-container .star-rating {
    position: absolute;
    overflow: hidden;
    color: gold;
    top: 0;
    left: 0
    }
.star-rating-container[class^="sx-"]:before, .star-rating-container[class*=" sx-"]:before {
    margin-left: 0.05em;
    margin-right: 0.05em
    }
a.pricenote, a.pricenote:hover {
    text-decoration: none;
    font-size: 80%;
    vertical-align: top;
    margin-left: 2px
    }
.pricenote-footer {
    margin: 20px 0;
    text-align: center;
    color: #979797
    }
.pricenote-footer-bottom {
    margin: 20px 0 85px 0;
    padding: 0 10px
    }
pricenote-footer--top {
    line-height: 1.4em
    }
.pricenote-footer img {
    width: 85%;
    opacity: 1;
    margin-top: 15px
    }
.footer-ty-outer {
    display: flex;
    align-items: center;
    flex-wrap: wrap
    }
.item-multi-content .items-teaser {
    margin: 30px -15px 0 -15px
    }
.item-multi-content .items-galerie {
    margin-bottom: 0
    }
.item-multi-content h1 {
    margin-top: 10px
    }
.item-multi-content h2 {
    margin-top: 6px
    }
.item-multi-content .img-wrapper {
    float: right;
    width: 275px;
    margin: 10px -15px 10px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden
    }
.item-multi-content .img-wrapper img {
    border-radius: 4px
    }
.piktogram .option, .report-reason .option {
    cursor: pointer;
    padding: 20px;
    margin-bottom: 10px;
    background: #fff;
    text-align: center;
    border: 2px solid #fff;
    font-size: 12px;
    font-weight: bold
    }
.piktogram .option.active {
    border: 2px solid #b3c732
    }
.report-reason .option {
    cursor: inherit
    }
.option img {
    width: 30%;
    margin: auto
    }
.char-counter {
    font-size: 12px;
    text-align: right;
    margin-bottom: 20px
    }
.report-info {
    font-size: 12px;
    font-weight: bold
    }
.report-details span {
    display: inline-block
    }
#uploader {
    margin-top: 10px
    }
.formular.hotelbericht label {
    font-weight: bold
    }
.checkbox label {
    font-weight: normal !important
    }
.piktogram {
    margin-bottom: 10px
    }
.piktogram .row + .control-label {
    margin-top: 20px
    }
.formular.hotelbericht input[type="text"], .formular.hotelbericht textarea, .formular.hotelbericht select {
    margin-bottom: 30px;
    background: #fff
    }
textarea#FormdataFreitext {
    margin-bottom: 0
    }
.formular.hotelbericht label:after {
    content: ""
    }
.hotelbericht-lastname label:after, .hotelbericht-email label:after {
    content: " (wird nicht verÃ¶ffentlicht)" !important;
    font-weight: normal;
    font-size: inherit;
    vertical-align: inherit
    }
.hotelbericht-reiseberichtname label:after {
    content: " (maximal 50 Zeichen)" !important;
    font-weight: normal;
    font-size: inherit;
    vertical-align: inherit
    }
p.info {
    margin-top: 20px;
    background: #b3c732;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center
    }
.formular.hotelbericht .pflichtfeld {
    display: none
    }
.formular.hotelbericht h2 {
    margin-top: 5px
    }
.formular.hotelbericht .btn-primary {
    background: #b3c732;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #b3c732, #7d8d17);
    background-image: -moz-linear-gradient(top, #b3c732, #7d8d17);
    background-image: -ms-linear-gradient(top, #b3c732, #7d8d17);
    background-image: -o-linear-gradient(top, #b3c732, #7d8d17);
    background-image: linear-gradient(to bottom, #b3c732, #7d8d17)
    }
.preisvergleich {
    display: none
    }
@keyframes anim-lightspeed-in {
    0% {
        transform: translateX(-200%);
        opacity: 1
        } 100% {
        transform: translateX(0);
        opacity: 1
        }
    }
.progress {
    float: left;
    margin: 0 5px;
    font-size: 14px;
    min-height: 170px;
    text-align: center;
    width: 127px;
    background: transparent;
    border-radius: 0;
    box-shadow: none
    }
.progressbar-text {
    color: #70848b !important
    }
#container, .progress-inner {
    width: 90px;
    height: 90px;
    position: relative;
    margin: 10px auto
    }
.progress-inner > svg {
    width: 100%;
    display: block
    }
.progress.Wellness {
    display: none
    }
.progress:last-child path:last-child {
    stroke: #fcd103 !important
    }
.progress:last-child .progress__text {
    font-weight: bold
    }
.progress__text {
    margin-top: 18px
    }
.commentbox__img {
    border-radius: 183px;
    display: inline-block;
    margin-bottom: 14px
    }
.commentbox {
    margin-bottom: 30px
    }
.commentbox__left {
    width: 246px;
    float: left;
    text-align: center
    }
.commentbox__right {
    float: right;
    width: calc(100% - 246px)
    }
.speechbubble {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    width: 90%;
    float: right;
    position: relative;
    font-size: 17px;
    text-align: center
    }
.speechbubble:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 32px 0;
    border-color: transparent #fff transparent transparent;
    display: block;
    position: absolute;
    left: -50px;
    top: 40px
    }
.speechbubble p {
    margin-bottom: 30px
    }
.speechbubble p:last-child {
    margin-bottom: 0
    }
@media (max-width: 991px) {
    .progress {
        width: 137px
        }
    }
@media (max-width: 767px) {
    .statistics {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
        }
    .commentbox__left {
        width: 100%
        }
    .commentbox__right {
        width: 100%;
        margin-top: 60px
        }
    .speechbubble {
        width: 100%
        }
    .speechbubble:before {
        left: calc(50% - 40px);
        top: -40px;
        transform: rotate(90deg)
        }
    .progress {
        width: 20%
        }
    }
@media (max-width: 500px) {
    .progress__text span {
        display: none
        }
    .progress {
        width: 30%
        }
    }
.rsPlayBtn .tooltip-inner {
    max-width: 300px;
    width: 300px
    }
.rsDefault img {
    width: 100%
    }
.breadcrumb-title {
    margin-right: 15px;
    font-weight: 500
    }
.breadcrumb {
    background: none;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 0
    }
.breadcrumb a {
    padding-left: 20px;
    display: inline-block;
    color: #000;
    position: relative;
    font-weight: 500
    }
.breadcrumb a:before {
    content: "" !important;
    width: 7px !important;
    height: 4px !important;
    background: url(/img/static/pfeil-small.svg);
    display: block !important;
    position: absolute;
    left: 8px;
    top: 8px;
    transform: rotate(-90deg)
    }
.lang-outer {
    float: left;
    margin-top: 5px
    }
.header-icons__outer {
    position: absolute;
    right: 0;
    top: -96px
    }
.hotelselection-outer {
    position: absolute;
    left: 0;
    top: -96px
    }
.sx-down-open-big:before {
    content: "" !important;
    width: 7px !important;
    height: 4px !important;
    background: url(/img/static/pfeil-small.svg);
    display: block !important;
    position: absolute;
    right: 10px;
    top: 13px
    }
.hotelselection .sx-down-open-big:before {
    right: -5px
    }
.dropdown-menu {
    padding: 12px 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 0;
    z-index: 220
    }
.dropdown-menu > li > a {
    padding: 6px 40px 6px 25px;
    font-size: 15px;
    position: relative;
    font-weight: 400
    }
.dropdown-menu > li > a:after {
    content: "";
    width: 10px;
    height: 6px;
    background: url(/img/static/pfeil-small.svg);
    -webkit-background-size: 10px 6px;
    background-size: 10px 6px;
    display: block;
    position: absolute;
    right: 22px;
    top: 13px;
    transform: rotate(270deg)
    }
.header-icons {
    margin-top: -6px
    }
.header-icons a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    margin-left: 8px;
    background-color: #fff
    }
.header-icons a:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.36)
    }
.header-icons__phone {
    background-image: url(/img/static/header-icons-green2.svg);
    background-repeat: no-repeat;
    background-position: 11px 0;
    background-position: -78px 0;
    -webkit-background-size: 159px auto;
    background-size: 159px auto
    }
.header-icons__map {
    background-image: url(/img/static/header-icons-green2.svg);
    background-repeat: no-repeat;
    background-position: -33px 0;
    background-position: 11px 0;
    -webkit-background-size: 159px auto;
    background-size: 159px auto
    }
.header-icons__mail {
    background-image: url(/img/static/header-icons-green2.svg);
    background-repeat: no-repeat;
    background-position: -78px 0;
    background-position: -33px 0;
    -webkit-background-size: 159px auto;
    background-size: 159px auto
    }
.header-icons__cart {
    background-color: #9eb220 !important;
    background-image: url(/img/static/header-icons-green2.svg);
    background-repeat: no-repeat;
    background-position: -121px -1px;
    -webkit-background-size: 159px auto;
    background-size: 159px auto;
    margin-left: 22px !important
    }
@media (max-width: 991px) {
    .shop-card-small {
        order: 0
        }
    .header-icons a {
        order: 1;
        margin: 0 6px 0 0 !important
        }
    }
.items-galerie--slider .item-galerie {
    width: 948px;
    width: 100%;
    margin-bottom: 0
    }
.slider-bg {
    position: relative
    }
.slider-bg:before {
    content: "";
    background: #95a5ab;
    height: calc(100% - 60px);
    z-index: -1;
    position: absolute;
    left: 0;
    top: 30px;
    display: block;
    width: 100%
    }
.items-galerie--slider {
    margin-top: 10px
    }
.items-galerie--slider.owl-carousel .owl-stage-outer {
    width: calc(100% - 1px)
    }
.items-galerie--slider .owl-nav {
    top: 50%;
    bottom: inherit
    }
.items-galerie--slider .owl-nav .owl-prev, .items-galerie--slider .owl-nav .owl-next {
    transform: translate(-60px, -50%);
    bottom: inherit
    }
.items-galerie--slider .owl-nav .owl-prev, .items-galerie--slider .owl-nav .owl-next {
    left: -60px;
    top: inherit
    }
.items-galerie--slider .owl-nav .owl-next {
    left: inherit;
    right: -60px;
    transform: translate(60px, -50%) rotate(180deg)
    }
.items-galerie--slider .owl-item {
    max-height: 533.25px;
    overflow: hidden
    }
.items-galerie--slider a {
    height: auto;
    width: 100%;
    max-width: 100%;
    display: block;
    max-height: 533.25px;
    overflow: hidden
    }
@media (max-width: 1199px) {
    .items-galerie--slider .owl-item, .items-galerie--slider a {
        max-height: 440px
        }
    }
@media (max-width: 991px) {
    .items-galerie--slider .owl-item, .items-galerie--slider a {
        max-height: 336px
        }
    .items-galerie--slider .owl-nav .owl-prev {
        left: 0;
        transform: translate(-50%, -50%)
        }
    .items-galerie--slider .owl-nav .owl-next {
        right: 0;
        transform: translate(50%, -50%) rotate(180deg)
        }
    }
@media (max-width: 787px) {
    .items-galerie--slider__outer {
        margin-top: 20px
        }
    .items-galerie--slider__outer, .items-galerie--slider__outer .row, .items-galerie--slider__outer .row > div {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important
        }
    .owl-nav {
        top: 0 !important
        }
    .owl-nav .owl-prev {
        left: 50% !important;
        transform: translate(-58px, -50%) !important
        }
    .owl-nav .owl-next {
        right: 50% !important;
        transform: translate(58px, -50%) rotate(180deg) !important
        }
    .items-galerie--slider .owl-item, .items-galerie--slider a {
        max-height: inherit
        }
    .slider-bg:before {
        height: inherit;
        padding-bottom: 38%
        }
    .owl-nav .owl-prev, .owl-nav .owl-next {
        width: 51px !important;
        height: 51px !important;
        background-position: 17px 12px !important
        }
    .items-teaser-action.owl-carousel {
        margin-top: 20px
        }
    }
.owl-carousel {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    position: relative
    }
.owl-stage-outer {
    overflow: hidden
    }
.owl-nav {
    position: absolute;
    bottom: 126px;
    width: 100%
    }
.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: -260px;
    left: 60px;
    background-color: rgba(112, 132, 139, 0.5);
    background-image: url(/img/static/owl-pfeil.svg);
    background-repeat: no-repeat;
    background-position: 21px 17px;
    transition: all 0.3s ease;
    cursor: pointer
    }
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
    background-color: rgba(112, 132, 139, 0.75)
    }
.owl-nav .owl-next {
    left: inherit;
    right: 60px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
    }
.items-teaser-action .owl-nav {
    bottom: inherit;
    top: 50%
    }
.items-teaser-action .owl-nav .owl-prev, .items-teaser-action .owl-nav .owl-next {
    top: 0;
    transform: translate(0, -50%)
    }
.items-teaser-action .owl-nav .owl-next {
    transform: translate(0, -50%) rotate(180deg)
    }
.owl-dots {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    display: none !important
    }
.owl-dot {
    display: inline-block
    }
.owl-dot span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #A7B0B6;
    margin: 0 5px;
    border-radius: 20px
    }
.owl-dot.active span {
    background: #2F3538
    }
.owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box
    }
.hr02 {
    margin: 60px 0 40px 0
    }
.content ul, .contentb ul {
    list-style-type: none;
    margin-bottom: 20px
    }
.content ul ul, .contentb ul ul {
    margin-top: 12px
    }
.content ul li, .contentb ul li {
    width: 100%;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px
    }
.content ul li:before, .contentb ul li:before {
    content: "";
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(/img/static/circle-check-light.svg);
    display: inline-block;
    background-repeat: no-repeat
    }
.table-striped > tbody > tr:first-child > th, .table-striped > thead > tr:first-child > th {
    border-bottom: 3px solid #eaeaea;
    padding: 30px 15px
    }
.plupload_content.table-striped > tbody > tr:first-child > td {
    padding-top: 15px !important;
    padding-bottom: 15px !important
    }
.table-striped > tbody > tr > th {
    border-bottom: 0 solid #eaeaea
    }
.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-top: 15px;
    padding-bottom: 15px
    }
.table-striped > tbody > tr > th {
    border-bottom: 0 solid #eaeaea
    }
.read-more {
    max-height: 180px;
    position: relative;
    overflow: hidden
    }
.read-more .prompt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding-top: 60px;
    padding-bottom: 9px;
    background-image: linear-gradient(to top, rgba(246, 246, 247, 1) 40%, rgba(246, 246, 247, 0) 100%)
    }
.read-more .prompt .a {
    padding: 5px 30px;
    border-radius: 99px;
    box-shadow: 0 0 15px 5px white;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3)
    }
.js-fb-bottom .bootstrap-datetimepicker-widget.dropdown-menu.top.picker-open {
    bottom: 80px !important
    }
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #b3c732
    }
.bootstrap-datetimepicker-widget td.today:before {
    border-bottom: 7px solid #b3c732
    }
.btn-primary, .btn-default {
    background-image: none;
    background: #b3c732;
    color: #fff
    }
.btn-primary:hover, .btn-default:hover {
    background: #7d8d17
    }
@media (max-width: 767px) {
    .menu-footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
        }
    .menu-footer li {
        padding: 0 0 6px 0
        }
    }
.pflichtfeld {
    text-align: center
    }
.submit-row {
    text-align: center;
    margin-bottom: 20px
    }
.trustyou-widget-link:hover {
    text-decoration: none
    }
.view-extpage .item-list {
    display: block
    }
.item-multi-team-ounter {
    background: #fff;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    height: 100%
    }
.items-multi-team {
    margin: 0 0 20px 0
    }
.items-multi-team .img-border img {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
    }
.plupload_buttons .btn:hover, .plupload_buttons .btn:focus, .btn-primary:focus {
    color: #fff !important
    }
.plupload_content.table-striped > tbody > tr:first-child > td {
    padding-top: 15px !important;
    padding-bottom: 15px !important
    }
#uploader .progress {
    min-height: inherit;
    height: 20px
    }
#uploader .table-striped > tbody > tr:first-child > td, #uploader .table-striped > tbody > tr:first-child > th, #uploader .table-striped > thead > tr:first-child > th {
    border-bottom: 1px solid #eaeaea;
    padding: 30px 15px
    }
.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: #f0f0f1 !important
    }
article {
    margin-bottom: 40px
    }
.rsDefault .rsBtnCenterer {
    left: 0;
    top: 0
    }
.ytplayer-container {
    bottom: 0;
    height: 100%;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
    }
.ytplayer-shield {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
    }
.ytplayer-player {
    position: absolute
    }
.videoplayer {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    opacity: 0;
    height: 100%;
    -moz-transition: opacity 1000ms linear;
    -webkit-transition: opacity 1000ms linear;
    -o-transition: opacity 1000ms linear;
    transition: opacity 1000ms linear
    }
.videoplayer.visible {
    opacity: 1;
    -moz-transition: opacity 1000ms linear;
    -webkit-transition: opacity 1000ms linear;
    -o-transition: opacity 1000ms linear;
    transition: opacity 1000ms linear
    }
.videoplayer iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto
    }
.revue__outer {
    position: relative
    }
.revue__outer .row {
    position: relative
    }
.revue__outer:before {
    content: "";
    display: block;
    height: 90px;
    top: 50%;
    width: 100%;
    transform: translatey(calc(-50% - 26px));
    background: #70848B;
    position: absolute;
    left: 0
    }
.revue__vorschau-img {
    width: 130px;
    height: 190px;
    position: relative
    }
.revue-footer {
    margin-bottom: 50px;
    position: relative;
    background: #97A5AA;
    padding: 10px 10px 10px 10px;
    display: inline-block;
    position: relative
    }
.revue-footer a {
    display: block;
    color: #fff !important;
    text-decoration: underline;
    text-align: center
    }
.revue__vorschau img {
    width: 130px;
    margin-bottom: 10px;
    position: absolute;
    left: 0;
    top: 0
    }
.revue__vorschau img:first-child {
    z-index: 2
    }
.revue__ausgaben {
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translatey(-50%)
    }
.revue__ausgaben a {
    display: block;
    width: 120px;
    padding: 7px 10px 5px 25px;
    background: #547079;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    text-align: left;
    position: relative
    }
.revue__ausgaben a:last-child {
    border-bottom: none
    }
.revue__ausgaben a:before {
    content: "";
    display: block;
    width: 4px;
    height: 7px;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #97a5aa;
    position: absolute;
    left: 12px;
    top: 12px
    }
.revue__ausgaben a:hover {
    background: #0095CB
    }
.revue__ausgaben a.active {
    background: #0095CB
    }
.revue__logo {
    position: absolute;
    right: 0;
    top: 85px
    }
@media (max-width: 767px) {
    .revue-footer {
        left: 50%;
        transform: translatex(-135px);
        margin-bottom: 50px
        }
    .revue__logo {
        position: static;
        width: 308px;
        margin: -10px auto 50px auto;
        display: block
        }
    .revue__outer:before {
        height: calc(100% - 80px);
        top: 70px;
        transform: translatey(0);
        position: absolute;
        left: 0
        }
    }
i.ico-insta {
    transform: translatey(7px);
    display: inline-block
    }
i.ico-insta:hover #icoinsta path {
    fill: #0095CB
    }
.vorteil__item:before {
    background-image: url(/img/static/circle-check-voucher.svg)
    }
.shoppingcard-row.hidden-md td:last-child {
    text-align: left
    }
.items-teaser .teasertext, .items-teaser-action .teasertext, .items-list .teasertext {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
    }
@media (max-width: 400px) {
    .header-icons__career {
        display: inline-block !important
        }
    .header--karriere {
        display: none
        }
    .header-icons a {
        margin: 0 2px 0 0 !important
        }
    }
@media (max-width: 767px) {
    .tabs-booking-convention {
        width: calc(100%) !important;
        bottom: -48px !important
        }
    .booking__item {
        min-height: 48px
        }
    .booking-container .form-control {
        font-size: 14px;
        padding-left: 10px !important
        }
    .royalSlider {
        height: 40vh !important
        }
    .container {
        padding-left: 10px;
        padding-right: 10px
        }
    .arrangement-table-container, .shop-productvariants-container, .arrangement-content {
        margin: 5px 0 15px 0
        }
    .arrangement-table-container-preis {
        float: none;
        display: block;
        width: auto;
        margin: 5px 0
        }
    .arrangement-table-container-preis .table-responsive {
        margin-bottom: 0
        }
    .fomular-productvariants-booking-btns-right {
        float: none;
        display: block;
        margin: 5px 0;
        width: auto
        }
    .menu-button span {
        top: 145px
        }
    .menu-button {
        margin: 0
        }
    .header-top-right-container {
        background: #fff;
        display: block;
        -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px
        }
    .header-top-right-container .dropdown {
        padding: 4px 7px 5px 0;
        float: right
        }
    .tabs-booking-convention-btns {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        overflow: hidden
        }
    div.logo {
        width: 100%;
        text-align: center
        }
    div.logo img {
        display: inline
        }
    .hotelselection {
        font-size: 15px;
        display: block
        }
    .header-logo-icons-container {
        margin-top: 10px
        }
    #hoteladdress {
        text-align: center;
        padding: 0 0 6px 0
        }
    #hoteladdress strong {
        font-weight: normal
        }
    .items-teaser .item-teaser-left {
        margin-bottom: 10px
        }
    .item-teaser .img-border, .item-list .img-border {
        overflow: hidden;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0
        }
    .items-teaser .item-teaser-content {
        background: #70848B
        }
    .items-teaser .item-teaser:hover .item-teaser-content, .items-teaser .item-teaser:hover h3 {
        color: #fff
        }
    .items-teaser .item-teaser:hover .cell-center hr {
        border-color: #fff
        }
    .item-teaser-content, .items-list .item-list-content {
        overflow: hidden;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px
        }
    .items-teaser .cell-top h3 {
        padding: 36px 10px 13px 10px
        }
    .items-teaser .cell-bottom .teasertext {
        padding: 15px 10px 30px
        }
    .items-teaser-action .cell-top h3 {
        padding: 36px 10px 13px 10px
        }
    .items-teaser-action .cell-bottom .teasertext {
        padding: 15px 10px 30px
        }
    .item-list h3 {
        text-align: center;
        font-size: 20px
        }
    .item-list {
        display: block
        }
    .items-list .item-list-content {
        padding-bottom: 17px;
        text-align: center
        }
    .item-list span.price, .item-list span.eventdate {
        float: none;
        display: block;
        padding-top: 3px;
        font-size: 16px
        }
    .booking-convention-booking-tab {
        display: none
        }
    h1 .price, h2 .price {
        float: right;
        font-size: 19px;
        padding: 10px 0;
        width: 100%
        }
    .fomular-productvariants-booking-btns a {
        display: block
        }
    .voucherlayout .radio {
        width: 33.33%
        }
    .pricenote-footer img {
        width: 100%;
        height: auto;
        max-width: 90vw
        }
    .booking-container {
        margin-bottom: 0;
        border-radius: 0
        }
    .banner-checklist {
        background: #b3c732;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 10px 10px 6px
        }
    .table-responsive .arrow {
        color: #299fcb;
        text-align: right;
        position: absolute;
        top: 0;
        width: 100px;
        height: 100%
        }
    .table-responsive .arrow.right {
        right: 0;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 52%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(52%, rgba(255, 255, 255, 1)));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 52%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 52%);
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 52%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 52%)
        }
    .table-responsive .arrow.left {
        display: none;
        background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==");
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 48%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(48%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 48%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 48%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 48%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 48%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%)
        }
    .table-responsive .arrow i {
        font-size: 50px;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        transform: translatey(-50%);
        -webkit-transform: translatey(-50%);
        margin-right: auto;
        margin-left: auto
        }
    .table-responsive .arrow.right i {
        right: 10px
        }
    .table-responsive .arrow.left i {
        left: 10px
        }
    .table-responsive .arrow i:before {
        margin: 0
        }
    .booking-container {
        padding: 0 10px
        }
    .hotel-booking-container.booking-container {
        padding-top: 10px
        }
    .bookingelement.mobile form > .row:first-child > div:first-child {
        padding-right: 2px
        }
    .bookingelement.mobile form > .row:first-child > div:nth-child(2) {
        padding: 0 2px
        }
    .bookingelement.mobile form > .row:first-child > div:nth-child(3) {
        padding-left: 2px
        }
    .bookingelement.mobile span.title {
        text-align: center;
        height: 20px;
        line-height: 20px;
        color: #fff;
        background: #299fcb;
        display: block;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
        }
    .bookingelement.mobile .form-group {
        cursor: pointer;
        height: 90px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        margin-bottom: 0;
        overflow: hidden;
        background: #fff;
        background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=");
        background: -moz-linear-gradient(top, #fff 0%, #fcfcfc 23%, #ececec 93%, #ececec 95%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(23%, #fcfcfc), color-stop(93%, #ececec), color-stop(95%, #ececec));
        background: -webkit-linear-gradient(top, #fff 0%, #fcfcfc 23%, #ececec 93%, #ececec 95%);
        background: -o-linear-gradient(top, #fff 0%, #fcfcfc 23%, #ececec 93%, #ececec 95%);
        background: -ms-linear-gradient(top, #fff 0%, #fcfcfc 23%, #ececec 93%, #ececec 95%);
        background: linear-gradient(to bottom, #fff 0%, #fcfcfc 23%, #ececec 93%, #ececec 95%)
        }
    .bookingelement.mobile .input-group {
        width: 100%
        }
    .bookingelement.mobile .input-group span, .bookingelement.mobile input {
        display: block;
        background: transparent;
        text-align: center;
        -webkit-appearance: none;
        border-radius: 0
        }
    .bookingelement.mobile span.datum, .bookingelement.mobile input.datum {
        text-transform: uppercase;
        overflow: hidden;
        color: #000;
        font-size: 12px;
        height: 37px;
        border-bottom: 1px solid #d9dde0;
        line-height: 37px
        }
    .bookingelement.mobile span.tag, .bookingelement.mobile input.tag {
        font-size: 26px;
        font-weight: bold;
        border-top: 1px solid #fff;
        color: #000;
        height: 53px;
        line-height: 53px
        }
    .booking-container .bookingelement.mobile .form-control.adults {
        text-align: center;
        padding-top: 8px;
        color: #000;
        background: #fff !important;
        border: none;
        font-size: 26px;
        font-weight: bold;
        height: 53px;
        line-height: 53px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px
        }
    .bookingelement.mobile .booking-submit-btn {
        margin: 4px 0 0 0
        }
    .line-ssl {
        display: none
        }
    .titleimages .bContainer {
        display: none
        }
    .rsClient .rsPlayBtnIcon {
        margin-top: -70px
        }
    #tt_prices {
        display: none !important
        }
    .header-img-booking {
        margin-bottom: 60px !important
        }
    }
@media (min-width: 768px) {
    .header-top-right-container {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%
        }
    .hotelselection i {
        float: right
        }
    .hotelselection {
        font-size: 15px;
        display: block;
        color: #70848B
        }
    .header-icons {
        float: left;
        padding-top: 1px
        }
    .header-iconbar {
        display: table-cell
        }
    .header-img-booking {
        position: relative;
        margin-bottom: 10px
        }
    .tabs-booking-convention-btns {
        z-index: 99
        }
    #hoteladdress {
        padding: 8px 0 0 10px
        }
    .item-teaser {
        margin-bottom: 10px
        }
    .items-teaser .item-teaser-left, .items-teaser .item-teaser-right {
        margin-left: -5px;
        margin-right: 5px;
        background: #b3c732;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0
        }
    .item-teaser .img-border-teaser {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
        overflow: hidden
        }
    .booking-container .col-sm-6 {
        padding-left: 3px;
        padding-right: 3px
        }
    h1 .price, h2 .price {
        float: right;
        padding: 0 15px 0 0
        }
    .item-list .col-sm-4, .item-list .col-md-3 {
        padding-right: 0
        }
    .item-list .col-sm-8, .item-list .col-md-9 {
        padding-left: 0
        }
    .table-responsive .arrow {
        display: none
        }
    ul.checklist li i {
        color: #bfe213
        }
    }
@media (min-width: 768px) and (max-width: 991px) {
    .booking-convention-booking-tab {
        display: none
        }
    .header-logo-icons-container {
        display: table;
        width: 100%;
        height: 85px;
        padding: 20px 10px 0 0
        }
    .rsContainer div, .titleimages img, .titleimages {
        -webkit-border-radius: 4px 0 4px 4px;
        -moz-border-radius: 4px 0 4px 4px;
        border-radius: 4px 0 4px 4px
        }
    .royalSlider {
        height: 60vh !important
        }
    .tabs-booking-convention-btns {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        overflow: hidden;
        position: absolute;
        top: -443px;
        right: 5px;
        width: 280px
        }
    .arrangement-table-container-preis {
        width: 450px;
        width: 100%
        }
    .banner-checklist {
        position: absolute;
        top: 0;
        right: 5px;
        width: 280px;
        z-index: 20;
        border-top-left-radius: 0;
        border-top-right-radius: 0
        }
    .titleimages .bContainer {
        top: 130px
        }
    }
@media (max-width: 991px) {
    .fomular-productvariants-booking-btns > a {
        width: 100%
        }
    .dropdown-menu {
        right: 0;
        left: inherit
        }
    .footer-ty-outer > div:first-child {
        order: 1
        }
    .js-fb-bottom .fb-button-mobile {
        background: rgba(0, 0, 0, 0.35);
        height: 66px;
        position: fixed;
        width: 100%;
        bottom: 0;
        display: block;
        z-index: 101;
        animation: showFbBottomMobile 1s 1 forwards
        }
    .fb-button-mobile__btn {
        display: inline-block;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 20px);
        background: #b3c732;
        color: #fff;
        margin: 5px 10px 5px 10px;
        text-align: center;
        border-radius: 5px;
        font-weight: 400
        }
    .fb-button-mobile__btn:hover {
        text-decoration: none !important;
        color: #fff !important
        }
    @keyframes showFbBottomMobile {
        0% {
            transform: translate(0, 100%)
            } 100% {
            transform: translate(0, 0)
            }
        }
    .header-img-booking {
        position: relative
        }
    .tabs-booking-convention {
        width: 612px;
        bottom: -66px
        }
    .header-img-booking {
        margin-bottom: 90px
        }
    .booking__outer {
        flex-wrap: wrap
        }
    .booking__item:first-child, .booking__item:nth-child(2) {
        border-right: 1px solid #d4d4d5
        }
    .booking__item {
        flex: 0 0 33.333%;
        margin-right: 0
        }
    .booking__item:last-child {
        flex: 0 0 100%
        }
    .booking-container .form-group:before {
        display: none
        }
    .booking-container .form-control {
        padding-left: 10px !important
        }
    .header-logo {
        margin-bottom: 0
        }
    .lang-outer {
        position: absolute;
        left: 0;
        right: inherit;
        top: -32px;
        z-index: 30;
        min-width: 120px
        }
    .lang-outer .language {
        display: none
        }
    .container.posr {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
        }
    .container.posr .row {
        margin-left: 0;
        margin-right: 0
        }
    .hotelselection-outer {
        position: absolute;
        left: inherit;
        right: 22px;
        z-index: 220;
        top: -40px
        }
    article .hr-line, .formular .trenner hr {
        margin-left: 20px;
        margin-right: 20px
        }
    .content hr {
        margin: 20px 15px
        }
    .hotel-topics h5 {
        display: block;
        text-align: center
        }
    .bewertung-bg {
        color: #eaeaea;
        display: block;
        margin: 5px auto 0 auto;
        overflow: hidden;
        position: relative;
        text-align: left;
        width: 128px;
        right: auto
        }
    .notactive {
        display: none !important
        }
    .items-galerie {
        margin: 30px -5px 20px -5px
        }
    .items-list {
        margin: 30px 0 20px 0
        }
    .items-faq {
        margin: 5px 0 30px 0
        }
    .fomular-productvariants-booking-btns {
        margin: 4px 0 28px
        }
    .item-multi-content .img-wrapper {
        margin: 10px -5px 10px 30px
        }
    .item-multi-content .items-teaser {
        margin: 30px 0 0 0
        }
    .table-responsive {
        position: relative;
        overflow: visible;
        -webkit-overflow-scrolling: auto;
        overflow-y: auto;
        width: 100%;
        line-height: 1em;
        background: #fff
        }
    .table-responsive::-webkit-scrollbar {
        -webkit-appearance: none
        }
    .table-responsive::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 2px solid white;
        background-color: rgba(0, 0, 0, 0.5)
        }
    .booking-container .form-group:after {
        right: 10px !important
        }
    .keyvisual-big .royalSlider {
        height: calc(66vh - 160px) !important
        }
    }
.language ul li {
    list-style: none;
    display: inline-block;
    padding: 0 6px
    }
.language ul li:first-child {
    border-right: 1px solid #70848B;
    padding-right: 7px
    }
@media (min-width: 992px) {
    .js-fb-bottom .tabs-booking-convention {
        position: static;
        transform: translatex(0);
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto
        }
    .js-fb-bottom .tabs-booking-convention__outer {
        position: fixed;
        bottom: 0;
        animation: showFbBottom 1s 1 forwards;
        width: 100vw;
        background: rgba(0, 0, 0, 0.35);
        z-index: 101;
        height: 66px;
        left: 50%;
        left: 0%  ;
        transform: translate(0, 0)
        }
    @keyframes showFbBottom {
        0% {
            transform: translate(-50%, 100%)
            } 100% {
            transform: translate(-50%, 0)
            }
        }
    .header-logo-icons-container {
        display: table;
        width: 100%;
        height: 130px;
        padding: 20px 10px 20px 0
        }
    header .fixed {
        padding: 0;
        position: fixed;
        z-index: 1000;
        height: 164px;
        width: 940px;
        background: #f6f6f6;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -kthtml-transition: all 0.3s linear;
        transition: all 0.3s linear
        }
    header .scroll {
        -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -kthtml-transition: all 0.3s linear;
        transition: all 0.3s linear
        }
    .items-list {
        margin: 30px -15px 10px -15px
        }
    .header-iconbar {
        display: table-cell;
        vertical-align: middle
        }
    #hoteladdress {
        min-height: 41px;
        padding: 6px 0 0 10px
        }
    .tabs-booking-convention-btns {
        overflow: hidden;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        top: 126px;
        position: fixed;
        z-index: 1001
        }
    .booking-container label {
        margin-bottom: 2px
        }
    .col-md-push-3 > .img-border-teaser, .col-md-push-8 > .img-border-teaser {
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0
        }
    .col-lg-push-3 > .img-border-teaser, .col-lg-push-8 > .img-border-teaser {
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0
        }
    .item-teaser {
        margin-bottom: 10px
        }
    .items-teaser .item-teaser-right {
        margin-left: 5px;
        margin-right: -5px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px
        }
    footer {
        margin-bottom: 68px
        }
    }
@media (min-width: 992px) and (max-width: 1199px) {
    .hotel-topics {
        padding: 4px 5px 7px 5px
        }
    .bewertung-bg {
        top: 5px;
        right: 10px;
        width: 111px
        }
    .bewertung-bg i:before, .bewertung i:before {
        font-size: 20px;
        margin-right: 0.05em;
        margin-left: 0.05em
        }
    .tabs-booking-convention-btns a {
        font-size: 14px
        }
    .booking-container .line-ssl {
        padding: 0
        }
    .booking-container .form-group {
        margin-bottom: 2px
        }
    .booking-convention-convention-tab .booking-container {
        padding-top: 7px
        }
    .banner-checklist {
        height: 99px;
        font-size: 11px;
        padding: 10px 0 10px 6px;
        line-height: 14px
        }
    .banner-checklist span {
        display: none
        }
    ul.checklist {
        margin: 0
        }
    .hotel-selection-frame {
        height: 460px;
        width: 940px
        }
    li.hotel-selection-to-portal {
        padding: 8px 0 10px
        }
    .hotel-selection-frame ul {
        padding: 10px 0 0
        }
    .hotel-selection-container .modal-dialog {
        width: 940px
        }
    .hotel-selection-map {
        left: 290px
        }
    .arrangement-table-container-preis {
        width: 418px;
        width: 100%
        }
    .titleimages .bContainer {
        top: 200px
        }
    .item-multi .items-teaser .item-teaser-right {
        margin-left: -5px;
        margin-right: 5px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0
        }
    .item-multi .item-teaser .img-border-teaser {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
        overflow: hidden
        }
    .cheffe .gruss {
        width: 125px;
        height: 130px
        }
    .menu-main > li > a:first-child {
        padding-left: 10px
        }
    }
@media (min-width: 1200px) {
    header .fixed {
        width: 1140px
        }
    .hotel-selection-frame {
        width: 1140px
        }
    .hotel-selection-container .modal-dialog {
        width: 1140px
        }
    .hotel-selection-map {
        height: 407px;
        left: 385px
        }
    .banner-checklist {
        height: 156px
        }
    .item-multi-content .item-teaser-content h3 {
        font-size: 18px
        }
    .item-multi-content .item-teaser-content .teasertext {
        font-size: 13px
        }
    }
@media (min-width: 1680px) {
    .booking-close {
        position: absolute;
        right: 7px;
        top: 6px;
        width: 24px;
        height: 24px
        }
    .booking-close img {
        width: 24px;
        height: 24px
        }
    .preisvergleich {
        display: block;
        height: 247px;
        width: 252px;
        background: #70848b;
        -webkit-border-radius: 4px 0 4px 4px;
        -moz-border-radius: 4px 0 4px 4px;
        border-radius: 4px 0 4px 4px;
        padding: 0 1px 15px 15px;
        position: fixed;
        top: 215px;
        right: 0;
        z-index: 100
        }
    .preisvergleich iframe {
        border: 0;
        height: 196px;
        width: 236px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px
        }
    .preisvergleich span {
        background: none;
        margin-left: 0;
        padding-left: 0;
        width: 100%;
        margin-bottom: -3px;
        text-align: left
        }
    .preisvergleich i {
        text-align: right
        }
    }
@media print {
    .menu-top, .menu-footer, .menu-main, .menu-sub {
        display: none
        }
    }
a {
    color: #299fcb
    }
a:hover {
    color: #248cb3
    }
.header-icons i:before {
    color: #299fcb
    }
.hotel-selection-to-portal a {
    color: #299fcb !important
    }
.header-icons a:hover i:before {
    color: #70848B
    }
.hotel-selection-row-left span:before {
    color: #299fcb
    }
.hotel-selection-row-right span:before {
    color: #299fcb
    }
.hotel-selection-pin {
    color: #299fcb
    }
.hotel-selection-pin-active, .hotel-selection-pin-active:before {
    color: #70848B !important
    }
.bewertung {
    color: #95a5ab
    }
.booking-convention-btn {
    background: #95a5ab;
    color: #627279
    }
.active.booking-convention-btn {
    background: #70848B;
    color: #fff
    }
.booking-container {
    background: #70848B
    }
.booking-container .form-control {
    background: #70848B;
    border-color: #627279
    }
.booking-container .btn-default {
    background-color: #299fcb;
    border-color: #627279
    }
.booking-container .line-ssl hr {
    border-top: #627279 1px solid
    }
.booking-container .line-ssl i {
    color: #627279
    }
h2, h1 {
    color: #299fcb
    }
h3 {
    color: #299fcb
    }
h5 {
    color: #299fcb
    }
.content li:before, .content2 li:before {
    color: #299fcb
    }
.item-color-1 {
    background: #b1dff0
    }
.item-color-2 {
    background: #b1dff0
    }
.items-teaser .item-teaser-content {
    color: #fff;
    background: #70848B
    }
.items-teaser .cell-center hr {
    border-color: #95a5ab
    }
.items-teaser-action h3 a {
    color: #70848B
    }
.arrangement-list-inclusiv li:before {
    color: #299fcb
    }
.input-group-addon, .bootstrap-touchspin-up, .bootstrap-touchspin-down {
    color: #299fcb
    }
.menu-main a:hover {
    color: #299fcb
    }
.menu-main > li.current > a, .menu-main > li.inpath > a, .menu-main ul ul > li.current > a {
    color: #299fcb
    }
.menu-main ul li a {
    color: #299fcb
    }
.menu-main ul li a:hover {
    color: #299fcb
    }
.menu-main ul ul li:before {
    color: #299fcb
    }
.menu-sub li > a:hover {
    color: #299fcb
    }
.menu-sub > li > ul > li:before {
    color: #299fcb
    }
.menu-sub ul > li.current > a {
    color: #299fcb
    }
.social > a:hover {
    text-decoration: none;
    color: #299fcb
    }
.pagination > li > a, .pagination > li > span {
    color: #299fcb
    }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #299fcb;
    border-color: #299fcb
    }
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #299fcb
    }
.menu-main > li.has-visible-children > a .a-decorator-after:before {
    color: #299fcb
    }
ul.checklist li i {
    color: #299fcb
    }
@media (min-width: 768px) {
    .items-teaser .item-teaser-left {
        background: #70848B
        }
    }
@media (max-width: 768px) {
    .bookingelement.mobile span.title {
        background: #627279
        }
    .banner-checklist {
        background: #70848B
        }
    }
.piktogram .option.active {
    border: 2px solid #299fcb
    }
.report-reason p {
    color: #299fcb
    }
.header-icons__phone, .header-icons__map, .header-icons__mail {
    background-image: url(/img/static/header-icons.svg)
    }
.btn-primary, .btn-default, .item-teaser-content__img .price {
    background: #299fcb
    }
.btn-primary:hover, .btn-default:hover {
    background: #248cb3;
    color: #fff
    }
.header-icons__cart {
    background-color: #299fcb !important
    }
.btn-dark-color, .btn-dark-color-right, a.button, a.cookie-law__btn.confirm {
    background: #299fcb !important
    }
.btn-dark-color:hover, .btn-dark-color-right:hover, a.button:hover, a.cookie-law__btn.confirm:hover {
    background: #248cb3 !important
    }
.items-teaser .item-teaser:hover .item-teaser-content {
    background: #cfd0d3
    }
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #299fcb
    }
.bootstrap-datetimepicker-widget td.today:before {
    border-bottom: 7px solid #299fcb
    }
.progress-bar {
    background-color: #299fcb !important
    }
@media (max-width: 991px) {
    .fb-button-mobile__btn {
        background: #299fcb
        }
    }