/* work-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/work-sans-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Work Sans";
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/work-sans-v19-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/work-sans-v19-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-700italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Work Sans";
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/work-sans-v19-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.js .controls-hidden .lfr-meta-actions,
.js .controls-hidden .portlet-borderless-bar,
.js .controls-hidden .portlet-topper-toolbar,
.js .controls-hidden .lfr-configurator-visibility {
    display: none;
}

.basecelleditor-hidden,
.datecelleditor-hidden,
.dropdowncelleditor-hidden,
.textcelleditor-hidden,
.textareacelleditor-hidden,
.checkboxcelleditor-hidden,
.radiocelleditor-hidden,
.helper-hidden {
    display: none !important;
}

.helper-hidden-accessible,
.overlay-hidden,
.overlaycontext-hidden,
.overlaymask-hidden,
.date-picker-hidden,
.datepicker-hidden,
.colorpicker-hidden,
.tooltip-hidden {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
    -webkit-transform: scale(0);
    -webkit-transform-origin-x: 0px;
    -webkit-transform-origin-y: 0px;
    *position: fixed !important;
    _position: absolute !important;
}

.overlay {
    position: absolute;
}

.overlay .overlay-content .dropdown-menu {
    top: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    border-radius: 0;
    background-color: #2b323a;
    padding: 0;
}

.overlay .overlay-content .dropdown-menu > li > a {
    color: #fff;
    padding: 6px 20px;
    background-color: #2b323a;
    font-size: 13px;
    font-family: "MarkRegular";
}

.overlay .overlay-content .dropdown-menu > li > a:hover,
.overlay .overlay-content .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #242a31;
    background-image: none;
}

.aui .portlet-content {
    border: none;
    padding: 25px 0px 0px;
}

.aui.js .controls-hidden .portlet-content {
    padding: 0;
}

.aui .portlet-borderless-bar {
    line-height: 2.4;
    padding: 0 5px 1px !important;
}

.aui .portlet-borderless-bar a.icon-monospaced {
    text-indent: 0;
    line-height: 14px;
    margin-top: 2px;
}

.aui .portlet-borderless-bar a.icon-monospaced .lexicon-icon {
    fill: #fff;
    height: 12px;
    width: 12px;
}

.aui .portlet-borderless-bar a.icon-monospaced .lexicon-icon.lexicon-icon-ellipsis-v {
    margin-top: -1px;
}

.aui .portlet-title-default {
    font-family: "MarkRegular";
    font-weight: normal;
    font-style: normal;
    line-height: 2.4;
    background-position: 0 5px;
}

.aui .portlet-draggable .portlet-title-default {
    font-family: "MarkRegular";
    font-weight: normal;
    font-style: normal;
    line-height: 2.4;
    background-position: 0 5px;
}

.portlet-column.yui3-dd-drop-active-valid {
    min-height: 30px !important;
    position: relative;
}

.portlet-column.yui3-dd-drop-active-valid:before {
    content: "erreichbarer Bereich";
    background-color: rgba(0, 204, 255, 0.4);
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: "MarkBold";
    text-align: center;
    text-transform: uppercase;
}

.has-dockbar #wrapper {
    margin-top: 48px;
}

@media only screen and (min-width: 768px) {
    .has-dockbar #wrapper {
        margin-top: 64px;
    }
}

.has-dockbar.has-customization-menu #wrapper {
    margin-top: 96px;
}

@media only screen and (min-width: 768px) {
    .has-dockbar.has-customization-menu #wrapper {
        margin-top: 128px;
    }
}

.yui3-widget.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.yui3-widget.tooltip .tooltip-inner {
    max-width: 200px;
    padding: 3px 5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 0;
    word-wrap: break-word;
}

.hide-accessible {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
    -webkit-transform: scale(0);
    -webkit-transform-origin-x: 0px;
    -webkit-transform-origin-y: 0px;
    _position: absolute !important;
}

.dockbar {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1034;
    background-color: #242a31;
    color: #fff;
    height: 64px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

.dockbar a {
    color: rgba(255, 255, 255, 0.6);
}

.dockbar a:focus,
.dockbar a:hover {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.dockbar .dockbar-nav {
    font-size: 16px;
    list-style: none;
    margin: 0;
    padding-left: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
}

.dockbar .dockbar-nav#dockbar {
    position: relative;
}

.dockbar .dockbar-nav .dockbar-nav-category .dockbar-nav-item {
    display: inline-block;
    text-align: center;
}

.dockbar .dockbar-nav .dockbar-nav-category .dockbar-nav-item .dockbar-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    border-radius: 999px !important;
    text-transform: none;
    min-width: auto;
    letter-spacing: 0;
    font-size: 16px;
    color: #fff;
    background: transparent;
    vertical-align: middle;
}

.dockbar .dockbar-nav .dockbar-nav-category .dockbar-nav-item .dockbar-icon.visible-xs {
    display: inline-block !important;
}

.dockbar .dockbar-nav .dockbar-nav-category .dockbar-nav-item .dockbar-icon .lexicon-icon {
    height: 20px;
    width: 20px;
    fill: #fff;
    display: block;
    margin: 8px auto 0;
}

.dockbar .dockbar-nav .dockbar-nav-category .dockbar-nav-item .dockbar-icon i {
    line-height: 36px;
}

.dockbar .dockbar-nav .dockbar-nav-category .dockbar-nav-item .dockbar-icon:hover,
.dockbar .dockbar-nav .dockbar-nav-category .dockbar-nav-item .dockbar-icon:focus {
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.15);
}

.dockbar .dockbar-nav .dockbar-nav-category .dockbar-nav-item .dockbar-heading {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}

.dockbar .dockbar-nav ul.dropdown-menu {
    min-width: 100%;
    margin-top: -1px;
    border-color: transparent;
    border-width: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    border-radius: 0;
    background-color: #2b323a;
    padding: 0;
    top: 51px;
}

.dockbar .dockbar-nav ul.dropdown-menu > li > a {
    font-family: "MarkRegular";
    font-size: 13px;
    line-height: 15px;
    padding: 10px 20px;
    color: #fff;
    text-align: left;
}

.dockbar .dockbar-nav ul.dropdown-menu > li > a:hover,
.dockbar .dockbar-nav ul.dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #242a31;
    background-image: none;
}

.dockbar .dockbar-nav ul.dropdown-menu > li > a [class^="icon-"] {
    line-height: 1.4;
    margin-right: 15px;
}

.dockbar .dockbar-nav .dropdown.open a.dropdown-toggle {
    background: none;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dockbar .dockbar-nav .dropdown.open a.dropdown-toggle:after {
    top: 17px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dockbar .dockbar-nav .dockbar-sites-control-group {
    position: absolute;
}

.dockbar .dockbar-nav .dockbar-sites-control-group .dockbar-sites {
    padding-left: 24px;
    margin-top: 12px;
}

.dockbar .dockbar-nav .dockbar-sites-control-group .dockbar-sites .company-logo {
    height: 40px;
}

.dockbar .dockbar-nav .dockbar-sites-control-group .dockbar-sites .company-name,
.dockbar .dockbar-nav .dockbar-sites-control-group .dockbar-sites .group-name {
    font-family: "MarkBold";
    color: #fff;
    text-transform: uppercase;
    font-size: 90%;
}

.dockbar .dockbar-nav .dockbar-sites-control-group .dockbar-sites.sites-selector {
    padding: 0;
    margin: 0;
    width: 240px;
    height: 64px;
}

.dockbar .dockbar-nav .dockbar-sites-control-group .dockbar-sites.sites-selector .dockbar-icon {
    width: 100%;
    height: 100%;
    text-align: left;
    border-radius: 0;
}

.dockbar .dockbar-nav .dockbar-sites-control-group .dockbar-sites.sites-selector .dockbar-icon:hover {
    background: transparent;
}

.dockbar .dockbar-nav .dockbar-tools-control-group {
    float: right;
    padding: 0 12px 0 12px;
    margin-top: 14px;
}

.dockbar .dockbar-nav .dockbar-tools-control-group .dockbar-control-panel .dropdown.open a.dropdown-toggle,
.dockbar .dockbar-nav .dockbar-tools-control-group .dockbar-my-sites .dropdown.open a.dropdown-toggle {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.15);
}

.dockbar .dockbar-nav .dockbar-user-control-group {
    float: right;
    padding: 0;
    margin-top: 14px;
}

.dockbar .dockbar-nav .dockbar-user-control-group .dockbar-user {
    font-family: "MarkRegular";
    font-size: 13px;
}

.dockbar .dockbar-nav .dockbar-user-control-group .dockbar-user a.dropdown-toggle {
    position: relative;
    min-height: 56px;
    min-width: 210px;
    padding: 6px 12px 12px 12px;
    margin-top: 6px;
    color: #fff;
}

.dockbar .dockbar-nav .dockbar-user-control-group .dockbar-user a.dropdown-toggle:hover {
    color: #fff;
}

.dockbar .dockbar-nav .dockbar-user-control-group .dockbar-user a.dropdown-toggle .profile-info {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px 0 10px;
    line-height: 15px;
}

.dockbar .dockbar-nav .dockbar-user-control-group .dockbar-user a.dropdown-toggle img.portrait {
    width: 40px;
    height: 40px;
    border-radius: 40px;
}

.dockbar .dockbar-nav .dockbar-user-control-group .dockbar-user a.dropdown-toggle:after {
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 9px;
    font-family: "fontawesome-alloy";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}

.dockbar .dockbar-link.active:after {
    background-color: #65b6f0;
    height: 2px;
}

@media only screen and (min-width: 768px) {
    body.open-admin-panel,
    body.sidenav-transition {
        overflow-x: hidden;
    }
}

.lfr-add-panel.open-admin-panel.sidenav-menu-slider {
    visibility: visible;
    right: 0;
}

.lfr-add-panel.sidenav-menu-slider {
    z-index: 1034;
    width: 320px;
    right: -320px;
    -webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
}

.lfr-add-panel.sidenav-menu-slider .product-menu {
    width: 320px;
    background-color: #2b323a;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .sidebar-header {
    background-color: #2b323a;
    border-bottom: 1px solid transparent;
    color: #fff;
    font-family: "MarkBold";
    font-size: 100%;
    text-transform: uppercase;
    padding: 0 15px 0 25px;
    margin-bottom: 19px;
    margin-top: 19px;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .sidebar-header a {
    color: #bdc1c1;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .sidebar-header a:focus,
.lfr-add-panel.sidenav-menu-slider .product-menu .sidebar-header a:hover {
    color: #bdc1c1;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .sidebar-header .sidenav-close {
    float: right;
    margin-right: 10px;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .sidebar-header .sidenav-close .lexicon-icon {
    height: 20px;
    width: 20px;
    fill: #fff;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .sidebar-body {
    padding: 0;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel {
    background-color: transparent;
    border-bottom: 1px solid rgba(150, 156, 156, 0.3);
    border-left-width: 0;
    border-radius: 0;
    border-right-width: 0;
    border-top-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.55);
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel .lexicon-icon {
    display: inline-block;
    fill: #fff;
    height: 16px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    vertical-align: middle;
    width: 16px;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel .lexicon-icon-sm {
    height: 7px;
    width: 7px;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel .lexicon-icon-md {
    height: 32px;
    width: 32px;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel .lexicon-icon-lg {
    height: 128px;
    width: 128px;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel a.collapse-icon {
    padding-right: 45px;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel .collapse-icon-closed [class^="icon-"],
.lfr-add-panel.sidenav-menu-slider .product-menu .panel .collapse-icon-closed [class*=" icon-"],
.lfr-add-panel.sidenav-menu-slider .product-menu .panel .collapse-icon-closed .lexicon-icon,
.lfr-add-panel.sidenav-menu-slider .product-menu .panel .collapse-icon-open [class^="icon-"],
.lfr-add-panel.sidenav-menu-slider .product-menu .panel .collapse-icon-open [class*=" icon-"],
.lfr-add-panel.sidenav-menu-slider .product-menu .panel .collapse-icon-open .lexicon-icon {
    display: block;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel .collapse-icon .collapse-icon-closed,
.lfr-add-panel.sidenav-menu-slider .product-menu .panel .collapse-icon .collapse-icon-open {
    position: absolute;
    right: 15px;
    top: 10px;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel .collapse-icon .collapse-icon-closed [class^="icon-"],
.lfr-add-panel.sidenav-menu-slider .product-menu .panel .collapse-icon .collapse-icon-closed [class*=" icon-"],
.lfr-add-panel.sidenav-menu-slider .product-menu .panel .collapse-icon .collapse-icon-open [class^="icon-"],
.lfr-add-panel.sidenav-menu-slider .product-menu .panel .collapse-icon .collapse-icon-open [class*=" icon-"] {
    margin-top: calc(((1em * 1.428571429) - 1em) / 2);
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel .collapse-icon .collapse-icon-closed .lexicon-icon,
.lfr-add-panel.sidenav-menu-slider .product-menu .panel .collapse-icon .collapse-icon-open .lexicon-icon {
    margin-top: calc(((1em * 1.428571429) - 16px) / 2);
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel .collapse-icon .collapse-icon-closed {
    display: none;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel .collapse-icon .collapse-icon-open {
    display: inline-block;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel .collapsed .collapse-icon-closed {
    display: inline-block;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel .collapsed .collapse-icon-open {
    display: none;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel .collapse-icon-middle .collapse-icon-closed,
.lfr-add-panel.sidenav-menu-slider .product-menu .panel .collapse-icon-middle .collapse-icon-open {
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel .list-group-heading.collapse-icon-middle {
    position: relative;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel .list-group-heading.collapse-icon-middle .collapse-icon-closed,
.lfr-add-panel.sidenav-menu-slider .product-menu .panel .list-group-heading.collapse-icon-middle .collapse-icon-open {
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel-body {
    background-color: #2b323a;
    padding: 0;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel-group {
    margin-bottom: 0;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel-group .panel + .panel {
    margin-top: 0;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel-group .panel-heading + .panel-collapse > .panel-body,
.lfr-add-panel.sidenav-menu-slider .product-menu .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top-width: 0;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel-group .panel-heading + .panel-collapse.in,
.lfr-add-panel.sidenav-menu-slider .product-menu .panel-group .panel-heading + .panel-collapse.collapsing {
    border-bottom: 2px solid #fff;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel-heading {
    padding: 0;
    position: relative;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel-heading .collapse-icon {
    padding-right: 45px;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel-heading .panel-title > .panel-toggler {
    width: 100%;
    display: block;
    border-left: 4px solid #f50057;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel-heading .panel-title > .panel-toggler:not(.collapsed) {
    background-color: #20252b;
    border-left: 4px solid #fff;
    padding-left: 24px;
}

.lfr-add-panel.sidenav-menu-slider
    .product-menu
    .panel-heading
    .panel-title
    > .panel-toggler:not(.collapsed)
    .category-name {
    color: #fff;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .panel-heading .panel-title > .panel-toggler .category-name,
.lfr-add-panel.sidenav-menu-slider .product-menu .panel-heading .panel-title > .panel-toggler .user-name,
.lfr-add-panel.sidenav-menu-slider .product-menu .panel-heading .panel-title > .panel-toggler .site-name {
    color: rgba(255, 255, 255, 0.55);
    font-family: "MarkRegular";
    font-size: 16px;
}

.lfr-add-panel.sidenav-menu-slider .product-menu .collapse-icon:before {
    right: 25px;
}

.lfr-add-panel .add-content-menu .add-portlet-message {
    background-color: #242a31;
    margin: 20px;
    padding: 5px 20px;
}

.lfr-add-panel .add-content-menu .add-portlet-message .info-message {
    margin: 20px 0;
}

.lfr-add-panel .add-content-menu .add-application-panel .lfr-content-item {
    height: 40px;
    padding: 0 16px;
}

.lfr-add-panel .add-content-menu .add-application-panel .lfr-content-item.lfr-archived-setup {
    padding-left: 30px;
}

.lfr-add-panel .add-content-menu .input-group-btn {
    right: 20px;
}

.lfr-add-panel .add-content-menu .display-style-bar {
    margin: 10px;
}

.lfr-add-panel .add-content-menu .display-style-bar .display-style {
    padding: 5px;
}

.lfr-add-panel .add-content-menu .display-style-bar .display-style.active {
    color: #869cad;
}

.lfr-add-panel .add-content-menu .drag-content-item {
    cursor: move;
}

.lfr-add-panel .add-content-menu .lfr-content-item .drag-content-item {
    display: inline-block;
    width: 100%;
}

.lfr-add-panel .add-content-menu .lfr-content-item:focus .add-content-item,
.lfr-add-panel .add-content-menu .lfr-content-item:hover .add-content-item {
    display: inline;
}

.lfr-add-panel .add-content-menu .lfr-content-item .add-content-item {
    cursor: pointer;
    display: none;
    margin-right: 15px;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 979px) {
    .lfr-add-panel .add-content-menu .lfr-content-item .add-content-item {
        display: inline;
    }
}

.lfr-add-panel .add-content-menu .lfr-content-item .lfr-portlet-used {
    opacity: 0.3;
}

.lfr-add-panel .add-content-menu .lfr-content-item .lfr-portlet-used.drag-content-item {
    cursor: default;
}

.lfr-add-panel .add-content-menu .lfr-content-item .lfr-portlet-used.add-content-item {
    display: none;
}

@media (max-width: 767px) {
    .lfr-add-panel .add-content-menu .lfr-drag-portlet-message {
        display: none;
    }
}

.lfr-add-panel .product-menu .nav a {
    color: rgba(255, 255, 255, 0.55);
}

.lfr-add-panel .product-menu .nav-equal-height .nav > .active,
.lfr-add-panel .product-menu .nav-equal-height > .active {
    border-left: 2px solid #fff;
}

.lfr-add-panel .product-menu .nav-equal-height > .active > a,
.lfr-add-panel .product-menu .nav-equal-height > .active > a:focus,
.lfr-add-panel .product-menu .nav-equal-height > .active > a:hover,
.lfr-add-panel .product-menu .nav-equal-height .nav > .active > a,
.lfr-add-panel .product-menu .nav-equal-height .nav > .active > a:focus,
.lfr-add-panel .product-menu .nav-equal-height .nav > .active > a:hover {
    color: #fff;
}

.lfr-add-panel .product-menu .nav-equal-height > .active,
.lfr-add-panel .product-menu .nav-equal-height .nav > .active {
    border-left-color: #fff;
}

.lfr-add-panel .product-menu .nav-equal-height-heading:focus,
.lfr-add-panel .product-menu .nav-equal-height-heading:hover {
    background-color: transparent;
}

.lfr-add-panel .product-menu .nav-equal-height-heading .collapse-icon:after,
.lfr-add-panel .product-menu .nav-equal-height-heading .collapse-icon.collapsed:after {
    background-color: #1a2126;
    height: 12px;
}

.lfr-add-panel .product-menu .nav-equal-height-heading .collapse-icon:before {
    color: rgba(255, 255, 255, 0.55);
    content: "";
    font-size: 15px;
    left: -8px;
}

.lfr-add-panel .product-menu .nav-equal-height-heading .collapse-icon.collapsed:before {
    content: "";
}

.lfr-add-panel .product-menu .nav-nested-margins > li .nav > li {
    border-left: 2px solid rgba(255, 255, 255, 0.55);
}

.lfr-add-panel .product-menu .nav-nested-margins > li .nav > li .nav > li {
    border-left: 1px dotted rgba(255, 255, 255, 0.55);
}

.lfr-add-panel .product-menu .nav-nested-margins > li .nav > li .nav > li.active {
    border-left: 1px solid #fff;
}

.lfr-add-panel .product-menu .nav-nested-margins > li .nav > li .nav > li.active > a {
    color: #fff;
}

.lfr-add-panel .product-menu .panel-page-category .list-group-heading:hover {
    background-color: #20252b;
}

.lfr-add-panel .product-menu .panel-page-category .list-group-heading.collapsed {
    border-left: 4px solid #f50057;
    background-color: transparent;
}

.lfr-add-panel .product-menu .panel-page-category .list-group-heading.collapsed:hover {
    background-color: #20252b;
}

.lfr-add-panel .product-menu a.list-group-heading,
.lfr-add-panel .product-menu button.list-group-heading,
.lfr-add-panel .product-menu .list-group-heading[data-toggle="collapse"] {
    color: #fff;
    font-family: "MarkRegular";
}

.lfr-add-panel .product-menu .list-group {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}

.lfr-add-panel .product-menu .list-group-heading.goto-link {
    color: rgba(255, 255, 255, 0.55);
}

.lfr-add-panel .product-menu .list-group-heading > .panel-toggler,
.lfr-add-panel .product-menu .panel-title > .panel-toggler {
    line-height: 32px;
    padding: 10px 40px 10px 24px;
}

.lfr-add-panel .product-menu .list-group-heading .aspect-ratio-bg-cover,
.lfr-add-panel .product-menu .panel-title .aspect-ratio-bg-cover {
    background-size: contain;
}

.lfr-add-panel .product-menu .list-group-heading .site-administration-toggler,
.lfr-add-panel .product-menu .panel-title .site-administration-toggler {
    padding-right: 85px;
}

.lfr-add-panel .product-menu .list-group-heading {
    border-color: transparent;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-left: 4px solid #0cf;
    padding-top: 11px;
    padding-bottom: 11px;
    display: block;
    background-color: #20252b;
    overflow-wrap: normal;
    word-wrap: normal;
    word-break: normal;
}

.lfr-add-panel .product-menu .list-group-heading:after {
    background-color: transparent;
    height: 0;
}

.lfr-add-panel .product-menu .list-group-heading.collapsed {
    font-weight: 300;
}

.lfr-add-panel .product-menu .list-group-heading.collapsed {
    background-color: transparent;
}

.lfr-add-panel .product-menu .list-group-heading.collapsed:after {
    background-color: transparent;
    height: 0;
}

.lfr-add-panel .product-menu .list-group-heading:focus,
.lfr-add-panel .product-menu .list-group-heading:hover,
.lfr-add-panel .product-menu .list-group-heading.collapsed:focus,
.lfr-add-panel .product-menu .list-group-heading.collapsed:hover {
    background-color: #20252b;
}

.lfr-add-panel .product-menu .list-group-heading:focus:after,
.lfr-add-panel .product-menu .list-group-heading:hover:after,
.lfr-add-panel .product-menu .list-group-heading.collapsed:focus:after,
.lfr-add-panel .product-menu .list-group-heading.collapsed:hover:after {
    background-color: 4px solid #0cf;
}

.lfr-add-panel .product-menu .list-group-heading {
    padding-left: 24px;
}

.lfr-add-panel .product-menu .list-group-item {
    border-width: 0;
    padding: 8px 8px 8px 8px;
    background-color: #242a31;
    border-left: 4px solid #5c6c7f;
}

.lfr-add-panel .product-menu .list-group-item .nav {
    margin-bottom: 0;
    margin-top: 20px;
}

.lfr-add-panel .product-menu .collapse > .list-group-item,
.lfr-add-panel .product-menu .collapsing > .list-group-item {
    background-color: #242a31;
}

.lfr-add-panel .product-menu .nav > li > a:focus,
.lfr-add-panel .product-menu .nav > li > a:hover {
    background-color: transparent;
}

.lfr-add-panel .product-menu-expanded.sidebar-body {
    overflow: visible;
}

.lfr-add-panel .product-menu-expanded.sidenav-fixed.sidenav-menu-slider {
    overflow: auto;
    visibility: visible;
    width: 100%;
}

.lfr-product-menu-panel.sidenav-menu-slider {
    z-index: 1035;
}

.lfr-product-menu-panel.sidenav-menu-slider.open,
.lfr-product-menu-panel.sidenav-menu-slider .sidenav-menu {
    width: 320px;
}

.container-fluid-1280.sidenav-container {
    padding-left: 0;
    padding-right: 0;
}

.aui .lfr-add-panel .add-content-menu .add-portlet-message,
.aui .lfr-add-panel .add-content-menu .add-portlet-message h4,
.aui .lfr-add-panel .add-content-menu .add-portlet-message h6,
.aui .lfr-add-panel .add-content-menu .add-portlet-message h6.info-message,
.aui .lfr-add-panel .add-content-menu .drag-content-item,
.aui .lfr-add-panel .add-content-menu input[type="text"] {
    font-family: "MarkRegular", Arial, san-serif;
    font-weight: normal;
    line-height: 1.4;
}

.aui .lfr-add-panel .add-content-menu .add-portlet-message h4 {
    font-size: 16px;
}

.aui .lfr-add-panel .add-content-menu .add-portlet-message h6 {
    font-size: 14px;
}

.aui .lfr-add-panel .add-content-menu .add-application-panel .lfr-content-item {
    position: relative;
}

.aui .lfr-add-panel .add-content-menu .drag-content-item .lexicon-icon {
    height: 12px;
    width: 12px;
    margin-top: -4px;
    margin-right: 10px;
}

.aui .lfr-add-panel .add-content-menu .list-group-item .nav {
    margin-top: 8px;
}

.aui .lfr-add-panel .add-content-menu .lfr-content-item {
    font-size: 14px;
    height: 35px;
    padding: 0 10px;
}

.aui .lfr-add-panel .add-content-menu .lfr-content-item .add-content-item {
    font-size: 14px;
    font-weight: normal;
    font-family: "MarkRegular", Arial, san-serif;
    top: -2px;
}

.aui .lfr-add-panel .add-content-menu .lfr-content-item .add-content-item:hover {
    color: #0cf;
}

.aui .lfr-add-panel .add-content-menu .search-bar {
    border-left: 4px solid #5c6c7f;
    margin: 0;
    padding: 10px 45px 0 18px;
    background-color: #242a31;
    position: relative;
}

.aui .lfr-add-panel .add-content-menu .search-bar input.form-control {
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    width: 230px;
    margin-bottom: 10px;
    height: 40px;
    font-family: "MarkRegular", Arial, san-serif;
    font-size: 16px;
}

.aui .lfr-add-panel .add-content-menu .search-bar input.form-control::-webkit-input-placeholder {
    font-family: "MarkRegular", Arial, san-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    opacity: 1;
}

.aui .lfr-add-panel .add-content-menu .search-bar input.form-control::-moz-placeholder {
    font-family: "MarkRegular", Arial, san-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    opacity: 1;
}

.aui .lfr-add-panel .add-content-menu .search-bar input.form-control:-moz-placeholder {
    font-family: "MarkRegular", Arial, san-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    opacity: 1;
}

.aui .lfr-add-panel .add-content-menu .search-bar input.form-control:-ms-input-placeholder {
    font-family: "MarkRegular", Arial, san-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    opacity: 1;
}

.aui .lfr-add-panel .add-content-menu .search-bar .input-group-btn {
    position: absolute;
    top: 14px;
    width: 36px;
    height: 36px;
    border-radius: 999px !important;
    cursor: pointer;
    right: 7px;
    text-align: center;
}

.sidenav-container > .sidenav-menu-slider {
    visibility: hidden;
    width: 0;
}

.sidenav-container > .sidenav-content {
    left: 0;
}

.sidenav-container.open > .sidenav-menu-slider {
    visibility: visible;
}

.sidenav-content {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

@media screen and (min-width: 768px) {
    .sidenav-content {
        clear: both;
        position: static;
    }
}

.sidenav-menu {
    height: 100%;
    position: relative;
}

.sidenav-menu-slider {
    overflow: hidden;
    position: absolute;
    z-index: 10;
}

.sidenav-fixed > .sidenav-menu-slider {
    bottom: 0;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1040;
}

.sidenav-right > .sidenav-content {
    left: auto;
    right: 0;
}

.sidenav-right > .sidenav-menu-slider {
    left: auto;
    right: 0;
}

.sidenav-right > .sidenav-menu-slider .sidenav-menu {
    right: 0;
}

.sidenav-js-fouc {
    opacity: 0;
    visibility: hidden;
}

.sidenav-transition .sidenav-content,
.sidenav-transition .sidenav-menu,
.sidenav-transition .sidenav-menu-slider {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidenav-transition {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidenav-fixed.sidenav-menu-slider {
    bottom: 0;
    left: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 320px;
}

.sidenav-fixed.sidenav-menu-slider.open {
    visibility: visible;
}

.sidenav-fixed.sidenav-menu-slider .sidenav-menu {
    position: absolute;
}

.sidenav-menu-slider,
.sidenav-menu-slider .sidenav-menu {
    width: 320px;
}

.sidenav-menu-slider.sidenav-right {
    left: auto;
    right: -320px;
}

.sidenav-menu-slider.sidenav-right .sidenav-menu {
    right: 0;
}

body.error404 #main-content .portlet-borderless-container {
    max-width: 700px;
    margin: 250px auto 0;
}

body.error404 #main-content .portlet-borderless-container .separator {
    margin: 20px 0;
}

body.error404 #main-content .portlet-borderless-container a {
    padding: 12px 12px 10px 12px;
    font-size: 13px;
    line-height: 100%;
    margin: 0;
    color: #fff;
    background: #b94a48;
    display: inline-block;
}

body.error404 #main-content .portlet-borderless-container a:hover {
    background: rgba(185, 74, 72, 0.7);
}

.modal-body {
    padding: 0;
}

.modal.yui3-widget {
    font-family: "MarkRegular", Arial, san-serif;
    font-weight: normal;
    font-style: normal;
    border: none;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    position: fixed;
    display: block;
    left: 0;
}

.modal.yui3-widget.modal-focused {
    position: fixed;
    display: block;
}

.modal.yui3-widget.modal-hidden {
    display: none;
}

.modal.yui3-widget .modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal.yui3-widget.lfr-tag-selector-popup .lfr-tags-selector-list li.tree-node .tree-node-content {
    padding-left: 25px;
}

.modal.yui3-widget.lfr-tag-selector-popup .lfr-tags-selector-list li.tree-node .tree-node-content .tree-hitarea {
    margin-left: -25px;
    font-size: 14px;
    line-height: 10px;
    height: 14px;
}

.modal.yui3-widget .modal-header {
    padding: 9px 20px;
    border-bottom: 1px solid #eee;
    background: #f5f5f5;
}

.modal.yui3-widget .modal-header .btn-toolbar {
    margin-top: 2px;
    margin-bottom: 0;
}

.modal.yui3-widget .modal-header button.close {
    opacity: 1;
    background: transparent;
    -webkit-appearance: none;
    border: 2px solid #6a7b83;
    border-radius: 50%;
    color: #6a7b83;
    line-height: 0;
    width: 35px;
    height: 35px;
}

.modal.yui3-widget .modal-header button.close:focus {
    outline: 0;
}

.modal.yui3-widget .modal-header button.close .lexicon-icon {
    height: 15px;
    width: 15px;
    fill: currentColor;
}

.modal.yui3-widget .modal-header .modal-title {
    font-family: "MarkBold", Arial, san-serif;
    font-weight: normal;
    line-height: 1.4;
    font-size: 22px;
    margin-bottom: 5px;
    text-align: left;
    color: #002133;
}

.modal.yui3-widget .modal-header .btn-toolbar {
    margin-top: 0;
}

.modal.yui3-widget .modal-body {
    overflow-y: hidden;
    background-color: #ffffff;
}

.modal.yui3-widget .modal-body .tab-content {
    padding: 20px;
}

.modal.yui3-widget .modal-footer {
    text-align: left;
    padding: 20px;
}

@media screen and (min-width: 768px) {
    .modal.yui3-widget .btn-lg,
    .modal.yui3-widget .btn-group-lg > .btn {
        padding: 14px 40px;
        font-size: 16px;
        line-height: 20px;
        border-radius: 999px;
        border: none;
    }
}

.modal.yui3-widget .btn-default {
    color: #313534;
    background-color: #e5e6e6;
    border-color: #d2d5d5;
}

.modal.yui3-widget .btn-default:hover {
    background-color: #d2d5d5;
    border-color: #d2d5d5;
    color: #313534;
}

.modal.yui3-widget .btn-primary {
    color: #ffffff;
    background-color: #0cf;
    border-color: #0cf;
}

.modal.yui3-widget .btn-primary:hover {
    background-color: #00abd6;
    border-color: #00abd6;
    color: #ffffff;
}

.modal.yui3-widget .btn-primary.disabled {
    color: #0cf;
    background-color: transparent;
    border-color: transparent;
}

.modal.yui3-widget .btn-primary.disabled:hover {
    color: #0cf;
    text-decoration: underline;
}

.modal.yui3-widget .lfr-nav.nav-tabs-default {
    background-color: #ffffff;
    border-color: transparent;
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    padding: 0 15px;
    position: relative;
}

.modal.yui3-widget .lfr-nav.nav-tabs-default > li {
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
    display: inline-block;
}

.modal.yui3-widget .lfr-nav.nav-tabs-default > li > a {
    padding-bottom: 13.5px;
    padding-top: 15.5px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    color: #2b4259;
    font-size: 14px;
    margin-bottom: 0;
    overflow: visible;
    position: relative;
}

.modal.yui3-widget .lfr-nav.nav-tabs-default > li > a:hover,
.modal.yui3-widget .lfr-nav.nav-tabs-default > li > a:focus {
    color: #0cf;
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
    background: transparent;
}

.modal.yui3-widget .lfr-nav.nav-tabs-default > li > a:after {
    background-color: transparent;
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -0.5px;
}

.modal.yui3-widget .lfr-nav.nav-tabs-default > li.active > a {
    background: transparent;
    border: none;
}

.modal.yui3-widget .lfr-nav.nav-tabs-default > li.active > a:after {
    background-color: #0cf;
}

.modal.yui3-widget .lfr-nav.nav-tabs-default > li.active > a:hover {
    border: none;
}

.modal.yui3-widget .lfr-nav.nav-tabs-default > li.active > a:focus {
    border: none;
}

.dialog-with-footer .button-holder.dialog-footer,
.modal.yui3-widget .modal-footer {
    background-color: #002133;
    z-index: 100;
}

.portal-popup .button-holder {
    padding: 20px 0;
}

.portal-popup .main-content-card .btn.btn-default {
    border-color: #00ccff;
    background-color: #00ccff;
    color: #ffffff;
    padding: 10px 20px;
}

@media (min-width: 768px) {
    .portal-popup .main-content-card .btn.btn-default {
        padding: 10px 20px;
    }
}

.portal-popup .main-content-card .btn.btn-default:hover,
.portal-popup .main-content-card .btn.btn-default :focus {
    background-color: #00abd6;
    border-color: #00abd6;
}

.portal-popup .main-content-card .alloy-editor-switch .btn.btn-default {
    background: #f5f5f5;
    border: none;
    color: #002133;
    padding: 12px 14px;
}

.portal-popup .main-content-card .alloy-editor-switch .btn.btn-default:hover,
.portal-popup .main-content-card .alloy-editor-switch .btn.btn-default:focus {
    background: #424242;
    border: none;
    color: #ffffff;
}

.portal-popup .main-content-card .input-group-btn .btn.btn-default {
    background: transparent;
    border: none;
    color: #002133;
}

.portal-popup .main-content-card .input-group-btn .btn.btn-default:hover,
.portal-popup .main-content-card .input-group-btn .btn.btn-default:focus {
    background: transparent;
    border: none;
    color: #455a64;
}

.portal-popup .lfr-search-container-wrapper .table-responsive {
    border: none;
}

.portal-popup .panel-body {
    padding: 20px;
}

.portal-popup .panel-collapse .panel-body {
    background-color: #f5f5f5;
}

.portal-popup .navbar-default {
    margin-top: 20px;
}

.portal-popup .link-to-page-modal .navbar-default {
    margin-top: 0;
}

.portal-popup .tabbable-content {
    margin-top: 20px;
}

.lfr-ddm-link-to-page-modal.modal.yui3-widget .modal-header .btn-toolbar {
    margin-top: 0;
}

.lfr-ddm-link-to-page-modal.modal.yui3-widget .modal-header .btn-toolbar button.close .lexicon-icon {
    vertical-align: baseline;
}

.lfr-ddm-link-to-page-modal .lfr-ddm-breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
}

.lfr-ddm-link-to-page-modal .lfr-ddm-pages-container.top-ended {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.lfr-ddm-link-to-page-modal .lfr-ddm-pages-container.top-ended .lfr-ddm-link:hover {
    cursor: default;
}

.lfr-ddm-link-to-page-modal .lfr-ddm-pages-container.top-ended .lfr-ddm-link a:hover {
    cursor: default;
}

.lfr-ddm-link-to-page-modal .lfr-ddm-pages-container.top-ended .lfr-ddm-link[data-nodetype="root"] {
    color: #0cf;
}

.lfr-ddm-link-to-page-modal .lfr-ddm-pages-container.top-ended .lfr-ddm-link[data-nodetype="root"]:hover {
    cursor: pointer;
    color: #0cf;
}

.lfr-ddm-link-to-page-modal .lfr-ddm-pages-container.top-ended .lfr-ddm-link[data-nodetype="root"] a {
    color: #0cf;
}

.lfr-ddm-link-to-page-modal .lfr-ddm-pages-container.top-ended .lfr-ddm-link[data-nodetype="root"] a:hover {
    cursor: pointer;
    color: #0cf;
}

.lfr-ddm-link-to-page-modal .modal-footer {
    width: 100%;
    bottom: 0;
    position: absolute;
}

#lfr-look-and-feel .main-content-card {
    background: #f5f5f5;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.portlet-journal-content .portlet-configuration-body-content {
    margin-top: 20px;
}

.portlet-journal-content .portlet-configuration-body-content .panel-body {
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.portlet-journal-content .portlet-configuration-body-content .card-horizontal.main-content-card {
    margin-bottom: 0;
    min-height: auto;
}

.portlet-journal-content .portlet-configuration-body-content .card-horizontal.main-content-card .panel-group {
    margin-bottom: 0;
}

.portlet-journal-content .portlet-configuration-body-content .card-horizontal.main-content-card .splitter {
    padding-top: 5px;
    padding-left: 3px;
}

.portlet-journal-content
    .portlet-configuration-body-content
    .card-horizontal.main-content-card
    .splitter
    + .lfr-search-container-wrapper {
    margin-top: 0;
    margin-bottom: 10px;
}

.portlet-journal-content .portlet-configuration-body-content .card-horizontal.main-content-card .panel-body {
    padding: 20px;
}

.portlet-journal-content
    .portlet-configuration-body-content
    .card-horizontal.main-content-card
    .lfr-search-container-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
}

.portlet-journal-content
    .portlet-configuration-body-content
    .card-horizontal.main-content-card
    .form-group.input-select-wrapper {
    margin-bottom: 0;
}

.portlet-journal-content
    .portlet-configuration-body-content
    .card-horizontal.main-content-card
    .form-group.input-select-wrapper
    select.form-control {
    color: #0cf;
    fill: #0cf;
    min-width: 200px;
    border-bottom: 2px solid #0cf;
}

.portlet-journal-content
    .portlet-configuration-body-content
    .card-horizontal.main-content-card
    .searchcontainer-content
    .table-responsive {
    margin-bottom: 0;
}

.portlet-journal-content .portlet-configuration-setup .main-content-card {
    margin-top: 0;
}

.portlet-journal-content .portlet-configuration-setup .main-content-card .panel-body {
    padding: 0;
}

.portlet-journal-content
    .portlet-configuration-setup
    .main-content-card
    .panel-body
    .table-responsive
    .table-list
    thead
    th:first-child {
    padding-left: 15px;
}

.portlet-journal-content
    .portlet-configuration-setup
    .main-content-card
    .panel-body
    .table-responsive
    .table-list
    thead
    th:last-child {
    padding-right: 15px;
}

.liferayalert {
    left: 0;
    position: absolute;
    right: auto;
    top: auto;
    width: 100%;
    padding: 18px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.liferayalert .lead {
    margin: 0 10px 0 0;
    padding: 0;
    font-family: "MarkBold";
}

.liferayalert.alert.alert-success {
    background-color: #ddf3d5;
    border-color: #badaad;
    color: #97c783;
}

.liferayalert.alert.alert-success .close {
    color: #85bd6e;
}

.liferayalert.alert.alert-success .lead {
    color: #85bd6e;
}

.liferayalert.alert.alert-danger {
    background-color: #f1d1d8;
    border-color: #e5abb4;
    color: #d77c8a;
}

.liferayalert.alert.alert-danger .close {
    color: #d06575;
}

.liferayalert.alert.alert-danger .lead {
    color: #d06575;
}

.liferayalert.alert.alert-info {
    background-color: #e7f1f9;
    border-color: #c1dbec;
    color: #86bada;
}

.liferayalert.alert.alert-info .close {
    color: #4b99c8;
}

.liferayalert.alert.alert-info .lead {
    color: #4b99c8;
}

.liferayalert.alert.alert-warning {
    background-color: #f8f4d5;
    border-color: #e8d6b4;
    color: #d6b679;
}

.liferayalert.alert.alert-warning .close {
    color: #c4963e;
}

.liferayalert.alert.alert-warning .lead {
    color: #c4963e;
}

.liferayalert .lexicon-icon {
    color: currentColor;
    fill: currentColor;
    width: 20px;
    height: 20px;
    top: 2px;
    position: relative;
}

.yui-widget.tooltip {
    position: absolute;
}

.aui .content-column-no-pad.portlet-nested-portlets .columns-2-right .nested-sidebar-column {
    padding-left: 0;
}

.aui .content-column-no-pad.portlet-nested-portlets .columns-2-left .nested-sidebar-column {
    padding-right: 0;
}

.aui .freeform .portlet {
    margin-bottom: 0;
}

.aui body.portlet {
    border: none;
}

.aui .portlet-topper {
    position: relative;
}

.aui .portlet-title {
    display: block;
}

.aui .portlet-title img {
    vertical-align: middle;
}

.aui .portlet-title-editable {
    cursor: pointer;
}

.aui .panel-page-content .portlet-title-text,
.aui .panel-page-body .portlet-title-text {
    cursor: auto;
}

.aui .portlet-topper-toolbar {
    margin: 0;
    padding: 2px;
    position: absolute;
    right: 3px;
    text-align: right;
    top: 3px;
}

.aui .portlet-topper-toolbar .nobr {
    display: block;
    float: left;
    padding: 1px;
}

.aui .portlet-topper-toolbar .portlet-icon-back {
    background: url(/o/eisenach-touristik-theme_1.0.0/images/arrows/12_left.png) no-repeat 0 50%;
    color: #fff;
    font-weight: bold;
    padding: 5px 5px 5px 18px;
}

.aui .portlet-topper-toolbar .portlet-icon-back:hover {
    color: #fff;
}

.aui .portlet-minimized .portlet-content {
    padding: 0;
}

.aui .portlet-nested-portlets .portlet-boundary {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.aui .portlet-borderless-bar,
.aui .portlet-content .lfr-icon-actions,
.aui .portlet-borderless-container .lfr-icon-actions {
    background: #333;
    color: #fff;
}

.aui .portlet-borderless-bar a,
.aui .portlet-content .lfr-icon-actions a,
.aui .portlet-borderless-container .lfr-icon-actions a {
    color: #3af;
}

.aui .portlet-borderless-container:hover .portlet-borderless-bar {
    opacity: 1;
    filter: alpha(opcity=100);
}

.aui .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
    display: inline-block;
}

.aui .portlet-content .lfr-icon-actions,
.aui .portlet-borderless-container .lfr-icon-actions {
    float: left;
    margin: 1px 10px 1px 1px;
    padding: 2px 7px;
}

.aui .portlet-content .lfr-icon-actions .taglib-text,
.aui .portlet-borderless-container .lfr-icon-actions .taglib-text {
    color: #fff;
    display: none;
    font-weight: bold;
    margin-right: 1em;
    text-decoration: none;
    vertical-align: middle;
}

.aui .portlet-content .lfr-icon-actions .lfr-icon-action a,
.aui .portlet-borderless-container .lfr-icon-actions .lfr-icon-action a {
    background: no-repeat 0 50%;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
}

.aui .portlet-content .lfr-icon-actions .lfr-icon-action a:hover,
.aui .portlet-borderless-container .lfr-icon-actions .lfr-icon-action a:hover {
    text-decoration: none;
}

.aui .portlet-content .lfr-icon-actions .lfr-icon-action a img,
.aui .portlet-borderless-container .lfr-icon-actions .lfr-icon-action a img {
    visibility: hidden;
}

.aui .portlet-content .lfr-icon-actions .lfr-icon-action-add a,
.aui .portlet-borderless-container .lfr-icon-actions .lfr-icon-action-add a {
    background-image: url(/o/eisenach-touristik-theme_1.0.0/images/common/add_white.png);
}

.aui .portlet-content .lfr-icon-actions .lfr-icon-action-edit a,
.aui .portlet-borderless-container .lfr-icon-actions .lfr-icon-action-edit a {
    background-image: url(/o/eisenach-touristik-theme_1.0.0/images/common/edit_white.png);
}

.aui .portlet-content .lfr-icon-actions .lfr-icon-action-edit-template a,
.aui .portlet-borderless-container .lfr-icon-actions .lfr-icon-action-edit-template a {
    background-image: url(/o/eisenach-touristik-theme_1.0.0/images/common/edit_template_white.png);
}

.aui .portlet-content .lfr-icon-actions .lfr-icon-action-configuration a,
.aui .portlet-borderless-container .lfr-icon-actions .lfr-icon-action-configuration a {
    background-image: url(/o/eisenach-touristik-theme_1.0.0/images/common/configuration_white.png);
}

.aui .portlet-borderless-container {
    position: relative;
}

.aui .portlet-borderless-bar {
    font-size: 10px;
    opacity: 0.3;
    filter: alpha(opcity=30);
    padding: 2px 5px 1px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 200;
}

.aui .portlet-borderless-bar a {
    background: no-repeat 0 50%;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 16px;
}

.aui .portlet-borderless-bar .portlet-actions {
    display: none;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.aui .portlet-borderless-bar .portlet-actions,
.aui .portlet-borderless-bar .portlet-title-default {
    min-height: 20px;
    vertical-align: top;
}

.aui .portlet-borderless-bar .portlet-action-separator {
    display: none;
}

.aui .portlet-borderless-bar .portlet-back a {
    height: auto;
    text-indent: 0;
    width: auto;
}

.aui .portlet-borderless-bar .portlet-close a {
    background-image: url(/o/eisenach-touristik-theme_1.0.0/images/portlet/close_borderless.png);
}

.aui .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(/o/eisenach-touristik-theme_1.0.0/images/portlet/options_borderless.png);
}

.aui .lfr-configurator-visibility .portlet-borderless-bar {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.aui .lfr-configurator-visibility .portlet-content .lfr-icon-actions {
    opacity: 1;
    filter: alpha(opacity=100);
}

.aui .portlet-content .icons-container {
    clear: both;
    height: 30px;
    margin-top: 1em;
    width: auto;
}

.aui .portlet-title-default {
    display: inline-block;
    float: right;
    font-weight: bold;
    text-transform: uppercase;
}

.aui .portlet-draggable .portlet-topper {
    cursor: move;
}

.aui .portlet-draggable .portlet-title-default {
    background: url(/o/eisenach-touristik-theme_1.0.0/images/portlet/draggable_borderless.png) no-repeat 0 50%;
    cursor: move;
    padding-left: 20px;
}

.aui .lfr-panel-page {
    width: 100%;
}

.aui .lfr-panel-page .portlet-title {
    font-size: 13px;
}

.aui .lfr-panel-page .lfr-add-content h2 span {
    background-color: #d3dadd;
}

.aui .portlet-msg {
    background: #eee none no-repeat 6px 50%;
    border: 1px solid #555;
    color: #34404f;
    font-weight: bold;
    margin: 2px auto 14px;
    padding: 6px 6px 6px 30px;
    text-align: left;
}

.aui .lfr-status-alert-label,
.aui .lfr-status-error-label,
.aui .lfr-status-info-label,
.aui .lfr-status-progress-label,
.aui .lfr-status-success-label {
    background: none no-repeat 0 50%;
    padding: 3px 3px 3px 20px;
}

.aui .lfr-status-alert-label {
    background-image: url(/o/eisenach-touristik-theme_1.0.0/images/messages/alert.png);
    color: #663;
}

.aui .lfr-status-error-label {
    background-image: url(/o/eisenach-touristik-theme_1.0.0/images/messages/error.png);
    color: #900;
}

.aui .lfr-status-help-label,
.aui .lfr-status-info-label,
.aui .lfr-status-progress-label {
    background-image: url(/o/eisenach-touristik-theme_1.0.0/images/messages/info.png);
    color: #34404f;
}

.aui .lfr-status-help-label {
    background-image: url(/o/eisenach-touristik-theme_1.0.0/images/portlet/help.png);
}

.aui .lfr-status-progress-label {
    background-image: url(/o/eisenach-touristik-theme_1.0.0/images/aui/loading_indicator.gif);
}

.aui .lfr-status-success-label {
    background-image: url(/o/eisenach-touristik-theme_1.0.0/images/messages/success.png);
    color: #384f34;
}

.aui .lfr-message {
    position: relative;
}

.aui .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block;
}

.aui .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10;
}

.aui .lfr-message .lfr-message-close {
    background-image: url(/o/eisenach-touristik-theme_1.0.0/images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.aui .lfr-message .lfr-message-close-all {
    color: #fff;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top;
}

.aui .lfr-message .lfr-message-close-all a {
    color: #fff;
}

.aui .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block;
}

.aui .lfr-message.pending {
    background-image: url(/o/eisenach-touristik-theme_1.0.0/images/common/time.png);
}

.aui .lfr-message-content.alert {
    margin-bottom: 0;
}

.aui .lfr-message-close {
    cursor: pointer;
}

.aui .portlet-section-selected,
.aui .portlet-section-selected a {
    background: #727c81;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.aui .portlet-section-selected a:hover,
.aui .portlet-section-selected a:focus {
    background-color: #727c81;
}

.aui .alert .form {
    margin: 0;
}

.aui .restricted,
.aui .restricted td {
    background: #fdd;
    border: none;
}

.aui .restricted * {
    color: #727c81;
}

.aui .alt.restricted td {
    background-color: #ffc0c0;
}

.aui .hover.restricted td {
    background-color: #d3bdc0;
}

.aui .alt.restricted td.first,
.aui .restricted td.first {
    background-image: url(/o/eisenach-touristik-theme_1.0.0/images/messages/error.png);
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-left: 28px;
}

.aui .table-data tr.lfr-role .first {
    background-image: none;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-left: 30px;
}

.aui .table-data tr.lfr-role-guest .first {
    background-image: url(/o/eisenach-touristik-theme_1.0.0/images/common/guest_icon.png);
}

.aui .table-data tr.lfr-role-regular .first {
    background-image: url(/o/eisenach-touristik-theme_1.0.0/images/common/user_icon.png);
}

.aui .table-data tr.lfr-role-site .first {
    background-image: url(/o/eisenach-touristik-theme_1.0.0/images/common/site_icon.png);
}

.aui .table-data tr.lfr-role-organization .first {
    background-image: url(/o/eisenach-touristik-theme_1.0.0/images/common/organization_icon.png);
}

.aui .table-data tr.lfr-role-team .first {
    background-image: url(/o/eisenach-touristik-theme_1.0.0/images/common/team_icon.png);
}

.aui .lfr-portlet-item,
.aui .lfr-portlet-item p a {
    font-size: 1em;
}

.aui .taglib-calendar tr.portlet-section-header th,
.aui .taglib-calendar tr td {
    border: none;
}

.aui .taglib-calendar tr td a {
    background-color: #f0f5f7;
    border: 1px solid #fff;
    border-bottom: none;
    border-left: none;
    display: block;
    height: 15px;
    padding: 5px 0;
}

.aui .taglib-calendar tr td a:hover {
    background-color: #727c81;
    color: #fff;
}

.aui .taglib-calendar tr td.calendar-inactive {
    background-color: #fff;
    color: #b5bfc4;
}

.aui .taglib-calendar tr th {
    border-bottom-color: #d7d7d7;
}

.aui .taglib-calendar table td {
    border-width: 0;
}

.aui .taglib-calendar .calendar-current-day,
.aui .taglib-calendar .calendar-current-day a {
    background-color: #fff;
}

.aui .taglib-calendar .calendar-current-day a {
    border: 1px solid #727c81;
    color: #369;
    text-decoration: underline;
}

.aui .navbar form {
    margin: 0;
}

.aui .ie .portlet-borderless-bar {
    opacity: 0.5;
    filter: alpha(opcity=50);
}

.aui .ie .portlet-borderless-container:hover .portlet-borderless-bar,
.aui .ie .portlet-journal-content .lfr-icon-actions:hover {
    opacity: 1;
    filter: alpha(opcity=100);
}

.aui .ie .taglib-calendar tr td.first a {
    border-right: none;
}

.aui .ie6 .portlet-content .icons-container,
.aui .ie7 .portlet-content .icons-container {
    overflow: visible;
}

.aui .ie6 .portlet-content .lfr-icon-actions .taglib-text,
.aui .ie7 .portlet-content .lfr-icon-actions .taglib-text {
    display: inline-block;
}

.aui .ie6 .portlet-borderless-bar .portlet-actions,
.aui .ie7 .portlet-borderless-bar .portlet-actions {
    margin-left: 20px;
    margin-right: 0;
}

.aui .ie6 .portlet-title-default,
.aui .ie7 .portlet-title-default {
    float: left;
}

.aui .ie6 .lfr-message .lfr-message-close,
.aui .ie7 .lfr-message .lfr-message-close {
    float: left;
}

.aui .ie6 .portlet-topper-toolbar .icon {
    height: 16px;
    width: 16px;
}

.aui .ie6 .portlet-borderless-container {
    height: 2.5em;
}

.aui .ie6 .portlet-borderless-bar {
    filter: alpha(opacity=90);
}

.aui .ie6 .portlet-borderless-bar .portlet-actions {
    display: inline;
    filter: alpha(opacity=90);
}

.aui .ie6 .breadcrumbs {
    zoom: 1;
}

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

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    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;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

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

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

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

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

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

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

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

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

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

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

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

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

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

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

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

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

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

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

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

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

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

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

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

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

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

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

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

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

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

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

body {
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #4b4745;
    background-color: #fff;
}

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

a {
    color: #4b4745;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #757575;
    text-decoration: none;
}

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

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

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

.img-thumbnail {
    padding: 0;
    line-height: 1.6;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

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

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #757575;
}

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

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

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

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

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

.container:after {
    clear: both;
}

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

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

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

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

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

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

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

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

.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > .col,
.row.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

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

.dropup,
.dropdown {
    position: relative;
}

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
}

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

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

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    text-decoration: none;
    outline: 0;
}

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

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

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

.open > a {
    outline: 0;
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    white-space: nowrap;
}

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

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

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

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

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

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

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 25px;
    border: none;
}

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

.navbar:after {
    clear: both;
}

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

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

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

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

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

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

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

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

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

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

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

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

.navbar-brand {
    float: left;
    height: 50px;
}

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

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

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

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

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

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

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

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

.navbar-nav {
    margin: 6.25px -15px;
}

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

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 25px;
    }

    .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: 12.5px;
        padding-bottom: 12.5px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-default .navbar-brand {
    color: #fff;
}

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

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

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

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

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

.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: transparent;
    color: #757575;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #757575;
        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: #757575;
        background-color: transparent;
    }

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

.navbar-default .navbar-link {
    color: #fff;
}

.navbar-default .navbar-link:hover {
    color: #757575;
}

.navbar-default .btn-link {
    color: #fff;
}

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

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

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

.navbar-inverse .navbar-brand {
    color: #bfbfbf;
}

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

.navbar-inverse .navbar-text {
    color: #bfbfbf;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

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

.navbar-inverse .navbar-link {
    color: #bfbfbf;
}

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

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

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

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

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

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

.nav:after {
    clear: both;
}

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

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

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

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

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

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

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

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

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

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

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 0;
}

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

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #c2240c;
    background-color: #eeece8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent;
}

caption {
    padding-top: 8px 0;
    padding-bottom: 8px 0;
    text-align: left;
}

th {
    text-align: left;
}

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

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

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

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

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

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

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

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

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

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

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

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

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

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

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

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

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

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

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

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

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

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

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

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

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

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

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

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

.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #4b4745;
    text-align: center;
    background-color: #c2240c;
    border: 1px solid #c2240c;
    border-radius: 0;
}

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

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: inherit;
    border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.modal-open {
    overflow: hidden;
}

body.modal-open {
    padding-right: 0 !important;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    padding-right: 0 !important;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition:
        transform 0.3s ease-out,
        -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    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.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 30px;
}

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

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

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.6;
}

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

.modal-footer {
    padding: 30px;
    text-align: right;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

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

@media (min-width: 768px) {
    .modal-dialog {
        width: 700px;
        margin: 30px auto;
    }

    .modal-sm {
        width: 500px;
    }
}

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

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none !important;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition:
            transform 0.6s ease-in-out,
            -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block !important;
}

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 16px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 4px 4px 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;
}

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

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

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

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

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

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

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

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

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

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

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

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

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

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

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

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

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

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

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

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

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

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

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

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

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

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

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

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

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

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

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

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

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

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

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

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

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

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

.container:after {
    clear: both;
}

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

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

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

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

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

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

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

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

.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > .col,
.row.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row-4-mobile,
.row-3-mobile,
.row-2-mobile {
    margin-left: -15px;
    margin-right: -15px;
}

.row-4-mobile .portlet-journal-content,
.row-3-mobile .portlet-journal-content,
.row-2-mobile .portlet-journal-content {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    float: left;
    width: 100%;
}

.row-4-mobile .columns-1-container > .container > .row > .col-md-12,
.row-3-mobile .columns-1-container > .container > .row > .col-md-12,
.row-2-mobile .columns-1-container > .container > .row > .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.row-4-mobile.fullwidth,
.row-4-mobile.no-gutters,
.row-3-mobile.fullwidth,
.row-3-mobile.no-gutters,
.row-2-mobile.fullwidth,
.row-2-mobile.no-gutters {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.row-4-mobile.fullwidth .portlet-journal-content,
.row-4-mobile.no-gutters .portlet-journal-content,
.row-3-mobile.fullwidth .portlet-journal-content,
.row-3-mobile.no-gutters .portlet-journal-content,
.row-2-mobile.fullwidth .portlet-journal-content,
.row-2-mobile.no-gutters .portlet-journal-content {
    padding-left: 0;
    padding-right: 0;
}

.tablet-portrait-100.row-4-mobile .portlet-journal-content {
    width: 50%;
}

.tablet-portrait-100.row-4-mobile .portlet-journal-content:nth-child(2n + 3) {
    clear: both;
}

@media (min-width: 480px) {
    .tablet-portrait-100 .row-3-mobile .portlet-journal-content {
        width: 50%;
    }

    .tablet-portrait-100 .row-3-mobile .portlet-journal-content:nth-child(2n + 3) {
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tablet-portrait-100.row-2-mobile .portlet-journal-content {
        width: 50%;
    }

    .tablet-portrait-100.row-2-mobile .portlet-journal-content:nth-child(2n + 3) {
        clear: both;
    }

    .tablet-portrait-100.row-4-mobile .portlet-journal-content {
        width: 50%;
    }

    .tablet-portrait-100.row-4-mobile .portlet-journal-content:nth-child(2n + 3) {
        clear: both;
    }

    .row-3-mobile .portlet-journal-content {
        width: 50%;
    }

    .row-3-mobile .portlet-journal-content:nth-child(2n + 3) {
        clear: both;
    }
}

@media (min-width: 768px) {
    .row-4-mobile,
    .row-3-mobile,
    .row-2-mobile {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .row-4-mobile .portlet-journal-content {
        width: 50%;
    }

    .row-4-mobile .portlet-journal-content:nth-child(2n + 3) {
        clear: both;
    }

    .tablet-portrait-100.row-4-mobile .portlet-journal-content {
        width: 25%;
    }

    .tablet-portrait-100.row-4-mobile .portlet-journal-content:nth-child(2n + 3) {
        clear: none;
    }

    .tablet-portrait-100.row-4-mobile .portlet-journal-content:nth-child(4n + 1) {
        clear: both;
    }

    .row-3-mobile .portlet-journal-content {
        width: 50%;
    }

    .row-3-mobile .portlet-journal-content:nth-child(2n + 3) {
        clear: both;
    }

    .row-2-mobile .portlet-journal-content {
        width: 50%;
    }

    .row-2-mobile .portlet-journal-content:nth-child(2n + 3) {
        clear: both;
    }
}

@media (min-width: 1200px) {
    .row-4-mobile .portlet-journal-content {
        width: 25%;
    }

    .row-4-mobile .portlet-journal-content:nth-child(2n + 3) {
        clear: none;
    }

    .row-4-mobile .portlet-journal-content:nth-child(4n + 5) {
        clear: both;
    }

    .tablet-portrait-100 .row-3-mobile .portlet-journal-content {
        width: 33.32%;
    }

    .tablet-portrait-100 .row-3-mobile .portlet-journal-content:nth-child(2n + 3) {
        clear: none;
    }

    .tablet-portrait-100 .row-3-mobile .portlet-journal-content:nth-child(3n + 4) {
        clear: both;
    }
}

@media (min-width: 1480px) {
    .row-3-mobile .portlet-journal-content {
        width: 33.32%;
    }

    .row-3-mobile .portlet-journal-content:nth-child(2n + 3) {
        clear: none;
    }

    .row-3-mobile .portlet-journal-content:nth-child(3n + 4) {
        clear: both;
    }
}

.carousel.carousel-fade .carousel-inner > .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel.carousel-fade .carousel-inner > .item.active {
    opacity: 1;
}

.carousel.carousel-fade .carousel-inner > .item.active.left,
.carousel.carousel-fade .carousel-inner > .item.active.right {
    left: 0;
    opacity: 1;
    z-index: 1;
}

.carousel.carousel-fade .carousel-inner > .item.next.left,
.carousel.carousel-fade .carousel-inner > .item.prev.right {
    left: 0;
    opacity: 1;
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel.carousel-fade .carousel-inner > .item {
        -webkit-transition: -webkit-transform none;
        transition: -webkit-transform none;
        transition: transform none;
        transition:
            transform none,
            -webkit-transform none;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        -webkit-perspective: none;
        perspective: none;
    }

    .carousel.carousel-fade .carousel-inner > .item.next,
    .carousel.carousel-fade .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }

    .carousel.carousel-fade .carousel-inner > .item.prev,
    .carousel.carousel-fade .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }

    .carousel.carousel-fade .carousel-inner > .item.next.left,
    .carousel.carousel-fade .carousel-inner > .item.prev.right,
    .carousel.carousel-fade .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

body {
    overflow-x: hidden !important;
    line-height: 1.4;
    font-size: calc(0.875rem + 0.4036326942vw);
}

@media (min-width: 768px) {
    body {
        line-height: 1.6;
    }
}

@media (min-width: 1480px) {
    .container {
        width: 1330px;
    }
}

.popover {
    font-size: 0.8125rem;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.popover .popover-content {
    padding: 5px 9px;
}

.alert {
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    display: none;
    padding: 0;
    border-radius: 3px;
}

.alert.show {
    height: auto;
    padding: 5px 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.alert.alert-success {
    background-color: #ddf3d5;
    border-color: #badaad;
    color: #97c783;
}

.alert.alert-success .label {
    color: #85bd6e;
}

.alert.alert-success .close {
    color: #85bd6e;
}

.alert.alert-danger,
.alert.alert-error {
    background-color: #f1d1d8;
    border-color: #e5abb4;
    color: #d77c8a;
}

.alert.alert-danger .label,
.alert.alert-error .label {
    color: #d06575;
}

.alert.alert-danger .close,
.alert.alert-error .close {
    color: #d06575;
}

.alert.alert-info {
    background-color: #e7f1f9;
    border-color: #c1dbec;
    color: #86bada;
}

.alert.alert-info .label {
    color: #4b99c8;
}

.alert.alert-info .close {
    color: #4b99c8;
}

.alert.alert-warning {
    background-color: #f8f4d5;
    border-color: #e8d6b4;
    color: #d6b679;
}

.alert.alert-warning .label {
    color: #c4963e;
}

.alert.alert-warning .close {
    color: #c4963e;
}

.margin-top {
    margin-top: calc(11.9047619048vw + 1.9047619048px);
}

.margin-top-small {
    margin-top: calc(5.9523809524vw + 0.9523809524px);
}

.margin-bottom {
    margin-bottom: calc(11.9047619048vw + 1.9047619048px);
}

.margin-bottom-small {
    margin-bottom: calc(5.9523809524vw + 0.9523809524px);
}

.margin-top-bottom {
    margin-top: calc(11.9047619048vw + 1.9047619048px);
    margin-bottom: calc(11.9047619048vw + 1.9047619048px);
}

.margin-top-bottom-small {
    margin-top: calc(5.9523809524vw + 0.9523809524px);
    margin-bottom: calc(5.9523809524vw + 0.9523809524px);
}

.margin-nospace {
    margin: 0px;
}

.padding-top {
    padding-top: calc(11.9047619048vw + 1.9047619048px);
}

.padding-top-small {
    padding-top: calc(5.9523809524vw + 0.9523809524px);
}

.padding-bottom {
    padding-bottom: calc(11.9047619048vw + 1.9047619048px);
}

.padding-bottom-small {
    padding-bottom: calc(5.9523809524vw + 0.9523809524px);
}

.padding-top-bottom {
    padding-top: calc(11.9047619048vw + 1.9047619048px);
    padding-bottom: calc(11.9047619048vw + 1.9047619048px);
}

.padding-top-bottom-small {
    padding-top: calc(5.9523809524vw + 0.9523809524px);
    padding-bottom: calc(5.9523809524vw + 0.9523809524px);
}

.layout-sidebar-left .content-column {
    padding: calc(11.9047619048vw + 1.9047619048px) 20px calc(11.9047619048vw + 1.9047619048px) 20px;
}

.layout-sidebar-left .sidebar-column {
    padding: calc(11.9047619048vw + 1.9047619048px) 20px calc(11.9047619048vw + 1.9047619048px) 20px;
}

.layout-sidebar-right .content-column {
    padding: calc(11.9047619048vw + 1.9047619048px) 20px calc(11.9047619048vw + 1.9047619048px) 20px;
}

.layout-sidebar-right .sidebar-column {
    padding: calc(11.9047619048vw + 1.9047619048px) 20px calc(11.9047619048vw + 1.9047619048px) 20px;
}

.layout-sidebar-none .content-column {
    padding-top: calc(11.9047619048vw + 1.9047619048px);
    padding-bottom: calc(11.9047619048vw + 1.9047619048px);
}

.layout-sidebar-right > .container > .row,
.layout-sidebar-left > .container > .row {
    margin-left: 0;
    margin-right: 0;
}

.layout-sidebar-left > .container > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.layout-sidebar-left > .container > .row .sidebar-column {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.layout-sidebar-left > .container > .row .content-column {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width: 992px) {
    .layout-sidebar-left > .container > .row {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: none;
        flex-direction: none;
    }

    .layout-sidebar-left > .container > .row .sidebar-column {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .layout-sidebar-left > .container > .row .content-column {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width: 992px) {
    .margin-top {
        margin-top: 120px;
    }

    .margin-top-small {
        margin-top: 60px;
    }

    .margin-bottom {
        margin-bottom: 120px;
    }

    .margin-bottom-small {
        margin-bottom: 60px;
    }

    .margin-top-bottom {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .margin-top-bottom-small {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .margin-nospace {
        margin: 0px;
    }

    .padding-top {
        padding-top: 120px;
    }

    .padding-top-small {
        padding-top: 60px;
    }

    .padding-bottom {
        padding-bottom: 120px;
    }

    .padding-bottom-small {
        padding-bottom: 60px;
    }

    .padding-top-bottom {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .padding-top-bottom-small {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .layout-sidebar-left .content-column {
        padding: 120px 60px 120px 60px;
    }

    .layout-sidebar-left .sidebar-column {
        padding: 120px 40px 120px 0;
    }

    .layout-sidebar-right .content-column {
        padding: 120px 60px 120px 60px;
    }

    .layout-sidebar-right .sidebar-column {
        padding: 120px 40px 120px 0;
    }

    .layout-sidebar-none .content-column {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .layout-sidebar-right > .container > .row,
    .layout-sidebar-left > .container > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .layout-sidebar-left > .container > .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .layout-sidebar-left > .container > .row .sidebar-column {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .layout-sidebar-left > .container > .row .content-column {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .layout-sidebar-left > .container > .row {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: none;
        flex-direction: none;
    }

    .layout-sidebar-left > .container > .row .sidebar-column {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .layout-sidebar-left > .container > .row .content-column {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

h1,
.h1 {
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 0;
}

h2,
.h2 {
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 0;
}

h3,
.h3 {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 0;
}

h4,
.h4 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 0;
}

h5,
.h5 {
    font-size: 0.825rem;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 0;
}

h6,
.h6 {
    font-size: 0.825rem;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 0;
}

h1,
.h1 {
    font-size: calc(1.25rem + 2.8254288597vw);
}

h2,
.h2 {
    font-size: calc(1.17rem + 2.3087790111vw);
}

h3,
.h3 {
    font-size: calc(0.925rem + 0.7265388496vw);
}

h4,
.h4 {
    font-size: calc(0.89rem + 0.5005045409vw);
}

h5,
.h5 {
    font-size: calc(0.85rem + 0.2421796165vw);
}

h6,
.h6 {
    font-size: calc(0.85rem + 0.2421796165vw);
}

@media (min-width: 992px) {
    h1,
    .h1 {
        font-size: 3rem;
    }

    h2,
    .h2 {
        font-size: 2.6rem;
    }

    h3,
    .h3 {
        font-size: 1.375rem;
    }

    h4,
    .h4 {
        font-size: 1.2rem;
    }

    h5,
    .h5 {
        font-size: 1rem;
    }

    h6,
    .h6 {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 4rem;
    }

    h2,
    .h2 {
        font-size: 3rem;
    }

    h3,
    .h3 {
        font-size: 1.8rem;
    }

    h4,
    .h4 {
        font-size: 1.4rem;
    }

    h5,
    .h5 {
        font-size: 1.1rem;
    }

    h6,
    .h6 {
        font-size: 1.1rem;
    }

    .h1 {
        font-size: 4.8rem;
    }

    .h2 {
        font-size: 3.3rem;
    }

    .h3 {
        font-size: 2.2rem;
    }

    .h4 {
        font-size: 1.6rem;
    }

    .h5 {
        font-size: 1.2rem;
    }

    .h6 {
        font-size: 1.1rem;
    }
}

.btn {
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    font-weight: 700;
    min-width: 100px;
    padding-top: calc(1.4880952381vw + 5.2380952381px);
    padding-right: calc(2.6785714286vw + 11.4285714286px);
    padding-bottom: calc(1.4880952381vw + 5.2380952381px);
    padding-left: calc(2.6785714286vw + 11.4285714286px);
    border: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.6;
    display: inline-block;
    border-radius: 999px;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
}

.btn:hover,
.btn:focus,
.btn:active {
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
    outline: none;
}

.btn.small {
    padding-top: calc(1.7857142857vw + 8.2857142857px);
    padding-right: calc(0.8928571429vw + 7.1428571429px);
    padding-bottom: calc(1.7857142857vw + 8.2857142857px);
    padding-left: calc(0.8928571429vw + 7.1428571429px);
    line-height: 1;
}

body {
    position: relative;
    height: 100%;
    min-height: 80vh;
}

.color1 {
    color: #fff;
}

.color2 {
    color: #757575;
}

.color3 {
    color: #666;
}

.color4 {
    color: #424242;
}

.color5 {
    color: #212121;
}

.color6 {
    color: #4b4745;
}

.color7 {
    color: #757575;
}

.color8 {
    color: #b4afa7;
}

.color9 {
    color: inherit;
}

.color10 {
    color: inherit;
}

.color11 {
    color: inherit;
}

.color12 {
    color: inherit;
}

.bg-color1 {
    background-color: #fff;
}

.bg-color2 {
    background-color: #f5f5f5;
}

.bg-color3 {
    background-color: #eeece8;
}

.bg-color4 {
    background-color: #000;
}

.bg-color5 {
    background-color: #c2240c;
}

.bg-color6 {
    background-color: inherit;
}

.bg-color7 {
    background-color: inherit;
}

.bg-color8 {
    background-color: inherit;
}

.bg-color9 {
    background-color: inherit;
}

.bg-color10 {
    background-color: inherit;
}

#content {
    position: relative;
    z-index: 10;
    min-height: 100%;
    padding-top: 70px;
}

#content #hrefFm {
    display: none;
}

body.has-dockbar #content {
    padding-top: 226px;
}

.font1 {
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    font-weight: 300;
}

.font2 {
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    font-weight: 500;
}

.font3 {
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    font-weight: 700;
}

.font4 {
    font-family:
        Georgia,
        Times New Roman,
        Times,
        serif;
    font-style: italic;
}

.font-style1 {
    text-transform: uppercase;
}

.font-style2 {
    letter-spacing: 1px;
}

.font-style3 {
    font-style: italic;
}

.iconbox {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    width: 26px;
    color: #fff;
    background: #c2240c;
    border: none;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
}

.round-image {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border: 3px solid #c2240c;
    border-radius: 50%;
}

.round-image img {
    max-width: 100%;
}

a:focus {
    outline: none;
}

a {
    color: #4b4745;
    text-decoration: none;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

a:hover,
a:focus {
    color: #c2240c;
    text-decoration: none;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.link:after {
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
}

.round-icon {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
}

strong {
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    font-weight: 700;
}

b {
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    font-weight: 700;
}

.thumbnail {
    overflow: hidden;
    border: none;
}

.thumbnail .info {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 10;
    color: #fff;
}

.thumbnail img {
    max-width: inherit;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.thumbnail:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

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

.keyfacts {
    position: relative;
    padding-top: calc(5.2083333333vw + 8.3333333333px);
    padding-bottom: calc(5.2083333333vw + 8.3333333333px);
}

.keyfacts .panel {
    border-top: 1px solid #c2240c;
    position: relative;
}

.keyfacts .panel .panel-heading {
    padding-top: calc(2.2321428571vw + 12.8571428571px);
    padding-bottom: calc(2.2321428571vw + 12.8571428571px);
}

.keyfacts .panel .panel-heading .item {
    color: #4b4745;
}

.keyfacts .panel .panel-heading .item:hover {
    color: #4b4745;
}

.keyfacts .panel .panel-heading .item:after {
    content: "";
}

.keyfacts .panel .panel-heading h4 {
    font-weight: 700;
    color: #fff;
    padding-right: 30px;
}

.keyfacts .panel .panel-body {
    padding-bottom: calc(2.2321428571vw + 7.8571428571px);
}

.keyfacts .panel-group {
    border-bottom: 1px solid #c2240c;
}

@media (min-width: 992px) {
    .keyfacts {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .keyfacts .panel .panel-heading {
        padding-top: 35px;
        padding-right: 30px;
        padding-bottom: 35px;
    }

    .keyfacts .panel .panel-body {
        padding-bottom: 30px;
    }
}

.faq {
    position: relative;
    padding-top: calc(2.2321428571vw + 12.8571428571px);
    padding-bottom: calc(2.2321428571vw + 12.8571428571px);
}

.faq .panel {
    border-top: 1px solid #dedbd2;
    position: relative;
}

.faq .panel .panel-heading {
    padding-top: calc(1.4880952381vw + 10.2380952381px);
    padding-bottom: calc(1.4880952381vw + 10.2380952381px);
}

.faq .panel .panel-heading .item {
    color: #4b4745;
}

.faq .panel .panel-heading .item:hover {
    color: #4b4745;
}

.faq .panel .panel-heading .item:after {
    content: "";
}

.faq .panel .panel-heading h4 {
    font-weight: 700;
    padding-right: 35px;
}

.faq .panel .panel-body {
    padding-bottom: calc(2.2321428571vw + 12.8571428571px);
}

.faq .panel-group {
    border-bottom: 1px solid #dedbd2;
}

@media (min-width: 992px) {
    .faq {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .faq .panel .panel-heading {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .faq .panel .panel-body {
        padding-bottom: 35px;
    }
}

.topic {
    position: relative;
    margin-right: auto;
    margin-bottom: calc(3.7202380952vw + 13.0952380952px);
    margin-left: auto;
    line-height: 1.4;
    max-width: 520px;
    background-color: #fff;
}

.topic .image {
    max-height: 250px;
    overflow: hidden;
}

.topic .image img {
    width: 100%;
    max-width: 100%;
}

.topic .header {
    padding-top: calc(2.2321428571vw + 7.8571428571px);
    padding-right: calc(0.744047619vw + 7.619047619px);
    padding-bottom: calc(2.2321428571vw + 7.8571428571px);
    padding-left: calc(0.744047619vw + 7.619047619px);
}

.topic .header .subheadline {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 0.8125rem;
    color: #c2240c;
    line-height: 1.1;
    margin-bottom: 5px;
    background-color: transparent;
}

.topic .header h3 {
    font-weight: 700;
}

.topic .header p {
    margin-top: 10px;
    margin-bottom: 0;
}

.topic .header .link {
    display: inline-block;
    font-family:
        Georgia,
        Times New Roman,
        Times,
        serif;
    font-style: italic;
    color: #4b4745;
    margin-top: 15px;
    border-bottom: 1px solid #4b4745;
}

@media (min-width: 768px) {
    .topic {
        max-width: none;
        line-height: 1.5;
    }
}

@media (min-width: 992px) {
    .topic {
        margin-bottom: 50px;
    }

    .topic .header {
        padding-top: 30px;
        padding-right: 15px;
        padding-bottom: 30px;
        padding-left: 15px;
    }

    .topic .header p {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .topic .header .link {
        display: inline-block;
        font-size: 1.125rem;
    }
}

@media (min-width: 1200px) {
    .topic .header p {
        font-size: 1.0625rem;
    }

    .topic .header .link {
        display: inline-block;
        font-size: 1.125rem;
    }
}

.topic.background-image {
    background-color: #000;
    overflow: hidden;
    max-height: 450px;
    -webkit-box-shadow: 0px 0px 22px 10px rgba(7, 6, 5, 0.1);
    box-shadow: 0px 0px 22px 10px rgba(7, 6, 5, 0.1);
}

.topic.background-image .item {
    display: block;
    overflow: hidden;
}

.topic.background-image .item:before {
    content: "";
    display: block;
    padding-bottom: 100%;
    width: 100%;
}

.topic.background-image .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    height: 100%;
    max-height: none;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.topic.background-image .header {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

.topic.background-image .header .subheadline {
    display: inline-block;
    position: absolute;
    top: calc(2.2321428571vw + 7.8571428571px);
    left: 0;
    font-family:
        Georgia,
        Times New Roman,
        Times,
        serif;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1rem;
    font-size: calc(0.875rem + 0.4036326942vw);
    color: #fff;
    line-height: 1.1;
    padding-right: calc(2.2321428571vw + 7.8571428571px);
    padding-left: calc(2.2321428571vw + 7.8571428571px);
    background-color: transparent;
}

.topic.background-image .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.topic.background-image .text {
    position: absolute;
    bottom: calc(2.2321428571vw + 12.8571428571px);
    left: 0;
    padding-right: calc(2.2321428571vw + 7.8571428571px);
    padding-left: calc(2.2321428571vw + 7.8571428571px);
}

.topic.background-image .text h3 {
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    font-weight: 700;
    color: #fff;
}

.topic.background-image .text p {
    color: #fff;
    margin-top: calc(2.2321428571vw + 12.8571428571px);
    margin-bottom: 0;
}

.topic.background-image .item:hover .image {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.topic.background-image .item:hover .btn {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (min-width: 992px) {
    .topic.background-image .header .subheadline {
        top: 30px;
        left: 0;
        font-size: 1.125rem;
        padding-right: 30px;
        padding-left: 30px;
        background-color: transparent;
    }

    .topic.background-image .text {
        bottom: 35px;
        padding-right: 30px;
        padding-left: 30px;
    }
}

.teaser .header .subheadline {
    display: inline-block;
    font-family:
        Georgia,
        Times New Roman,
        Times,
        serif;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1rem;
    color: #fff;
    background-color: transparent;
}

.teaser .header h3 {
    font-weight: 700;
}

.teaser .image {
    margin-bottom: calc(3.7202380952vw + 13.0952380952px);
    max-width: 100%;
    overflow: hidden;
}

.teaser .image img {
    max-width: 100%;
}

.teaser .item {
    display: block;
    margin-bottom: calc(2.2321428571vw + 12.8571428571px);
    padding-bottom: calc(2.2321428571vw + 12.8571428571px);
    color: #4b4745;
    border-bottom: 1px solid #c2240c;
}

.teaser .item:hover {
    color: #4b4745;
}

.teaser .text p {
    margin-top: calc(2.2321428571vw + 12.8571428571px);
    margin-bottom: calc(3.7202380952vw + 13.0952380952px);
}

@media (min-width: 992px) {
    .teaser .image {
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .teaser .header .subheadline {
        background-color: transparent;
    }

    .teaser .text p {
        margin-top: 35px;
        margin-bottom: 50px;
    }

    .teaser .item {
        margin-bottom: 35px;
        padding-bottom: 35px;
    }
}

.teaser.download .header {
    margin-bottom: calc(3.7202380952vw + 13.0952380952px);
}

.teaser.download .header h3 {
    margin-top: calc(2.2321428571vw + 12.8571428571px);
    margin-bottom: calc(2.2321428571vw + 12.8571428571px);
}

.teaser.download .header p {
    margin-top: 0;
    margin-bottom: 0;
}

.teaser.download .icon {
    padding-top: 5px;
    font-size: 1.8rem;
    color: #c2240c;
    line-height: 1;
}

.teaser.download .item {
    position: relative;
    display: block;
    margin-bottom: calc(1.4880952381vw + 5.2380952381px);
    padding-bottom: calc(1.4880952381vw + 5.2380952381px);
    color: #4b4745;
    border-bottom: 1px solid #dedbd2;
}

.teaser.download .item:hover {
    color: #4b4745;
    text-decoration: none;
}

.teaser.download .item:after {
    font-family: "Font Awesome 5 Pro";
    font-size: 1.2rem;
    color: #c2240c;
    content: "";
    position: absolute;
    top: 25px;
    right: 30px;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.teaser.download .item:hover:after {
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

.teaser.download .image {
    position: absolute;
    margin-bottom: 0;
    height: 60px;
    width: 60px;
}

.teaser.download .text {
    padding-right: 60px;
    width: 100%;
}

.teaser.download .text h3 {
    font-weight: 700;
}

.teaser.download .text h4 {
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 1.2;
}

.teaser.download .text p {
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .teaser.download .header {
        margin-bottom: 50px;
    }

    .teaser.download .header h3 {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .teaser.download .item {
        position: relative;
        display: block;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

.contact {
    position: relative;
}

.contact .item {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: 120% auto;
    background-position: 100% 0;
}

.contact .item:hover {
    color: inherit;
    text-decoration: none;
}

.contact .link {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    font-weight: normal;
    font-size: 15px;
    color: #4b4745;
}

.contact .image {
    margin-bottom: 25px;
    overflow: hidden;
}

.contact .image img {
    height: 200px;
}

.contact .header {
    margin-bottom: 30px;
}

.contact .header .subheadline {
    display: inline-block;
    position: relative;
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.contact .header h3 {
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    font-size: 1.9rem;
    color: #4b4745;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact .header p {
    position: absolute;
    bottom: 30px;
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    font-size: 0.875rem;
    color: #4b4745;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact .text {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 7vh;
    padding-right: 5vw;
    padding-bottom: 7vh;
    padding-left: 5vw;
    background-color: #000;
}

.contact .text p {
    font-size: 1rem;
    margin-top: 4vh;
    margin-bottom: 4vh;
}

@media (min-width: 480px) {
    .contact .header .subheadline {
        font-size: 0.875rem;
    }

    .contact .header p {
        font-size: 0.9375rem;
    }

    .contact .text p {
        font-size: 1.1rem;
    }
}

@media (min-width: 768px) {
    .contact .text p {
        font-size: 1.3rem;
    }

    .contact .item {
        padding-top: 13vh;
        padding-bottom: 13vh;
        background-size: cover;
        background-position: 50% 50%;
    }
}

@media (min-width: 992px) {
    .contact .text p {
        font-size: 1.7rem;
    }
}

.contact .lead {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 50px;
    z-index: 1;
}

.contact .lead h1 {
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    color: #fff;
}

.contact .lead h2 {
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    color: #fff;
}

.contact .lead p {
    word-wrap: break-word;
}

@media (min-width: 768px) {
    .contact .lead {
        width: 80%;
        padding-bottom: 100px;
    }
}

footer {
    font-size: 0.875rem;
    color: #fff;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: calc(0.85rem + 0.2421796165vw);
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

footer .footer-content .address-box {
    margin-bottom: 25px;
}

footer .footer-content .address-box h5 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 0.9375rem;
    margin-bottom: 10px;
}

footer .footer-content .address-box p {
    font-family:
        Georgia,
        Times New Roman,
        Times,
        serif;
    font-style: italic;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

footer .footer-content .address-box ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

footer .footer-content .address-box ul li {
    font-family:
        Georgia,
        Times New Roman,
        Times,
        serif;
    font-style: italic;
}

footer .footer-content .address-box .fa {
    font-size: 0.875rem;
    margin-right: 5px;
}

footer .footer-content .links h5 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 0.9375rem;
    margin-bottom: 10px;
}

footer .footer-content .links ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

footer .footer-content .links ul > li {
    display: false;
    line-height: 1.8;
}

footer .footer-content .links ul > li > a {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    background-color: transparent;
}

footer .footer-content .links ul > li > a:hover {
    background-color: transparent;
}

@media (min-width: 992px) {
    footer {
        padding-top: 60px;
        padding-bottom: 60px;
        font-size: 1rem;
    }
}

header.page .navbar-brand {
    position: absolute;
    bottom: 0;
    left: 10px;
    height: 61px;
    width: 160px;
    background-image: url("/o/eisenach-touristik-theme_1.0.0/images/custom/content/logo-ewt-white.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}

header.page .menu-btn {
    position: absolute;
    z-index: 1001;
    background: #c2240c;
    width: 70px;
    height: 70px;
    display: block;
    right: 0;
    top: 0;
}

header.page .menu-btn .bars {
    position: absolute;
    width: 26px;
    height: 26px;
    left: 22px;
    top: 0;
    display: block;
}

header.page .menu-btn .bars .bar-top,
header.page .menu-btn .bars .bar-middle,
header.page .menu-btn .bars .bar-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

header.page .menu-btn .bars .bar-top {
    top: 26px;
}

header.page .menu-btn .bars .bar-middle {
    top: 34px;
}

header.page .menu-btn .bars .bar-bottom {
    top: 42px;
}

header.page .menu-btn:hover .bar-top,
header.page .menu-btn:hover .bar-middle,
header.page .menu-btn:hover .bar-bottom {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

header.page .menu-btn:hover .bar-top {
    top: 24px;
}

header.page .menu-btn:hover .bar-bottom {
    top: 44px;
}

header.page .navbar {
    margin-bottom: 0;
}

header.page .desktop-navigation {
    display: none;
}

header.page .desktop-navigation .nav {
    text-align: right;
}

header.page .desktop-navigation .nav > li {
    margin-left: 20px;
}

header.page .desktop-navigation .nav > li > a {
    position: relative;
    float: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875rem;
    text-align: center;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
}

header.page .desktop-navigation .nav > li > a:hover,
header.page .desktop-navigation .nav > li > a:focus {
    background-color: transparent;
}

header.page .desktop-navigation .dropdown-menu {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.21);
}

header.page .desktop-navigation .dropdown-menu > li > a {
    color: #86837d;
}

@media (min-width: 1200px) {
    header.page .navbar-brand {
        bottom: 15px;
        left: 3%;
        height: 60px;
        width: 193px;
    }

    header.page .desktop-navigation {
        display: block;
    }
}

@media (min-width: 1480px) {
    header.page .navbar-brand {
        height: 90px;
        width: 289px;
    }

    header.page .desktop-navigation .nav > li {
        margin-left: 30px;
    }

    header.page .desktop-navigation .nav > li > a {
        font-size: 0.9375rem;
        text-align: center;
        padding-top: 50px;
        padding-right: 0;
        padding-bottom: 50px;
        padding-left: 0;
    }
}

.banner {
    position: relative;
    height: 550px;
    color: #fff;
}

.banner .item {
    height: 100%;
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.banner .carousel-control {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    width: auto;
    height: auto;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    font-size: 3.6rem;
    color: #fff;
    display: none;
    text-align: center;
    z-index: 2;
    background-color: transparent;
}

.banner .carousel-control.right {
    left: auto;
    right: 20px;
}

.banner .carousel-control:hover,
.banner .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.banner .carousel-indicators {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 80px;
    margin-left: -40px;
    padding-left: 0;
    list-style: none;
    text-align: center;
    z-index: 15;
}

.banner .carousel-indicators li {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 14px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

.banner .carousel-indicators .active {
    width: 14px;
    height: 14px;
    background: #fff;
}

.banner .carousel-inner {
    height: 100%;
}

.banner .carousel-caption {
    position: absolute;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
}

.banner .carousel-caption .text {
    text-align: center;
}

.banner .carousel-caption h1,
.banner .carousel-caption span.title {
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    text-transform: uppercase;
}

.banner .carousel-caption p {
    font-family:
        Georgia,
        Times New Roman,
        Times,
        serif;
    font-style: italic;
    font-size: 1.1rem;
    font-size: calc(0.9rem + 0.5650857719vw);
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.banner .carousel-caption .subheadline {
    font-family:
        Georgia,
        Times New Roman,
        Times,
        serif;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.125rem;
    color: #fff;
    display: inline-block;
}

.banner .carousel-caption .btn {
    margin-top: calc(2.2321428571vw + 7.8571428571px);
}

.banner .container {
    position: relative;
    height: 100%;
    z-index: 11;
}

@media (min-width: 480px) {
    .banner .carousel-control {
        position: absolute;
        display: block;
        text-align: center;
        z-index: 2;
        background-color: transparent;
    }

    .banner .carousel-control.right {
        left: auto;
    }

    .banner .carousel-control:hover,
    .banner .carousel-control:focus {
        outline: 0;
        text-decoration: none;
    }
}

@media (min-width: 768px) {
    .banner {
        height: 750px;
    }

    .banner.small {
        height: 550px;
    }

    .banner .carousel-caption {
        padding-right: 0;
        padding-left: 0;
        z-index: 20;
    }

    .banner .carousel-caption h1,
    .banner .carousel-caption span.title {
        font-family: "Work Sans", Arial, Helvetica, san-serif;
        text-transform: uppercase;
    }

    .banner .carousel-caption p {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .banner {
        height: 90vh;
    }

    .banner.small {
        height: 75vh;
    }

    .banner .carousel-caption {
        z-index: 20;
    }

    .banner .carousel-caption h1,
    .banner .carousel-caption span.title {
        font-family: "Work Sans", Arial, Helvetica, san-serif;
        text-transform: uppercase;
    }

    .banner .carousel-caption p {
        font-size: 1.25rem;
        width: 50%;
        margin-bottom: 10px;
    }

    .banner .carousel-caption .btn {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .banner .carousel-caption {
        z-index: 20;
    }

    .banner .carousel-caption h1,
    .banner .carousel-caption span.title {
        font-family: "Work Sans", Arial, Helvetica, san-serif;
        text-transform: uppercase;
    }

    .banner .carousel-caption p {
        font-size: 1.4rem;
    }
}

.banner.animated-background {
    height: 550px;
    color: #fff;
}

.banner.animated-background .item {
    height: 100%;
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

@media (min-width: 480px) {
    .banner.animated-background .carousel-control {
        position: absolute;
        display: block;
        text-align: center;
        z-index: 2;
        background-color: transparent;
    }

    .banner.animated-background .carousel-control.right {
        left: auto;
    }

    .banner.animated-background .carousel-control:hover,
    .banner.animated-background .carousel-control:focus {
        outline: 0;
        text-decoration: none;
    }
}

@media (min-width: 768px) {
    .banner.animated-background {
        height: 750px;
    }

    .banner.animated-background.small {
        height: 550px;
    }
}

@media (min-width: 992px) {
    .banner.animated-background {
        height: 950px;
        height: 90vh;
    }

    .banner.animated-background.small {
        height: 750px;
        height: 75vh;
    }
}

.banner.site {
    height: 350px;
    color: #fff;
}

.banner.site .item {
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.banner.site .carousel-control {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    width: auto;
    height: auto;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    font-size: 3.6rem;
    color: #fff;
    display: none;
    text-align: center;
    z-index: 2;
    background-color: transparent;
}

.banner.site .carousel-control.right {
    left: auto;
    right: 20px;
}

.banner.site .carousel-control:hover,
.banner.site .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.banner.site .carousel-indicators {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 80px;
    margin-left: -40px;
    padding-left: 0;
    list-style: none;
    text-align: center;
    z-index: 15;
}

.banner.site .carousel-indicators li {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 14px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

.banner.site .carousel-indicators .active {
    width: 14px;
    height: 14px;
    background: #fff;
}

.banner.site .carousel-caption {
    position: absolute;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
}

.banner.site .carousel-caption .text {
    text-align: center;
}

.banner.site .carousel-caption h1,
.banner.site .carousel-caption span.title {
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    text-transform: uppercase;
}

.banner.site .carousel-caption p {
    font-family:
        Georgia,
        Times New Roman,
        Times,
        serif;
    font-style: italic;
    font-size: 1.1rem;
    font-size: calc(0.9rem + 0.5650857719vw);
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.banner.site .carousel-caption .subheadline {
    font-family:
        Georgia,
        Times New Roman,
        Times,
        serif;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.125rem;
    color: #fff;
    display: inline-block;
}

.banner.site .carousel-caption .btn {
    margin-top: calc(2.2321428571vw + 7.8571428571px);
}

.banner.site .container {
    position: relative;
    height: 100%;
    z-index: 11;
}

.banner.site .carousel-inner {
    height: 100%;
}

@media (min-width: 480px) {
    .banner.site .carousel-control {
        position: absolute;
        display: block;
        text-align: center;
        z-index: 2;
        background-color: transparent;
    }

    .banner.site .carousel-control.right {
        left: auto;
    }

    .banner.site .carousel-control:hover,
    .banner.site .carousel-control:focus {
        outline: 0;
        text-decoration: none;
    }
}

@media (min-width: 768px) {
    .banner.site {
        height: 500px;
    }

    .banner.site .carousel-caption {
        padding-right: 0;
        padding-left: 0;
        z-index: 20;
    }

    .banner.site .carousel-caption h1,
    .banner.site .carousel-caption span.title {
        font-family: "Work Sans", Arial, Helvetica, san-serif;
        text-transform: uppercase;
    }

    .banner.site .carousel-caption p {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .banner.site .carousel-caption {
        z-index: 20;
    }

    .banner.site .carousel-caption h1,
    .banner.site .carousel-caption span.title {
        font-family: "Work Sans", Arial, Helvetica, san-serif;
        text-transform: uppercase;
    }

    .banner.site .carousel-caption p {
        font-size: 1.25rem;
        width: 50%;
        margin-bottom: 10px;
    }

    .banner.site .carousel-caption .btn {
        margin-top: 30px;
    }
}

.banner.site.webcontent {
    color: #86837d;
    margin-bottom: 150px;
}

.banner.site.webcontent .carousel-caption {
    position: absolute;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: calc(2.2321428571vw + 7.8571428571px);
    padding-right: calc(2.2321428571vw + 7.8571428571px);
    padding-bottom: calc(2.2321428571vw + 7.8571428571px);
    padding-left: calc(2.2321428571vw + 7.8571428571px);
    width: 100%;
    bottom: -80px;
    top: auto;
    left: 0;
    -webkit-transform: none;
    transform: none;
    background-color: #fff;
    z-index: 20;
}

.banner.site.webcontent .carousel-caption .text {
    text-align: left;
}

.banner.site.webcontent .carousel-caption span {
    font-size: 0.875rem;
}

.banner.site.webcontent .carousel-caption p {
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 0.825rem;
    font-size: calc(0.85rem + 0.2421796165vw);
    margin-top: calc(1.1904761905vw + 4.1904761905px);
    margin-right: 0;
    margin-bottom: calc(1.1904761905vw + 4.1904761905px);
    margin-left: 0;
}

@media (min-width: 768px) {
    .banner.site.webcontent .carousel-caption {
        z-index: 20;
    }
}

@media (min-width: 992px) {
    .banner.site.webcontent {
        margin-bottom: 50px;
    }

    .banner.site.webcontent .carousel-caption {
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        bottom: -30px;
        left: 30px;
        z-index: 20;
    }

    .banner.site.webcontent .carousel-caption p {
        font-size: 1rem;
        width: auto;
        margin-top: 16px;
        margin-bottom: 16px;
    }
}

.lead {
    position: relative;
}

.lead p {
    font-weight: 500;
    font-size: 1.1rem;
    font-size: calc(0.89rem + 0.5005045409vw);
    margin-top: calc(1.4880952381vw + 5.2380952381px);
    margin-bottom: 0;
    color: #86837d;
    word-wrap: break-word;
}

@media (min-width: 768px) {
    .lead h1 {
        padding-right: 0;
        padding-left: 0;
    }

    .lead h2 {
        padding-right: 0;
        padding-left: 0;
    }

    .lead p {
        padding-right: 0;
        padding-left: 0;
        word-wrap: break-word;
    }
}

@media (min-width: 992px) {
    .lead.text-center {
        padding-right: 5%;
        padding-left: 5%;
    }

    .lead.text-center p {
        width: 85%;
    }

    .lead h1 {
        padding-right: 0;
        padding-left: 0;
    }

    .lead h2 {
        padding-right: 0;
        padding-left: 0;
    }

    .lead p {
        font-size: 1.2rem;
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
        word-wrap: break-word;
    }
}

@media (min-width: 1200px) {
    .lead.text-center p {
        width: 65%;
    }

    .lead p {
        font-size: 1.25rem;
        word-wrap: break-word;
    }
}

.main {
    font-size: 0.9375rem;
    font-size: calc(0.875rem + 0.4036326942vw);
}

.main .btn {
    margin-top: calc(2.2321428571vw + 7.8571428571px);
    margin-bottom: calc(2.2321428571vw + 7.8571428571px);
}

.main header h1 {
    font-weight: 800;
    margin-top: 0;
    margin-bottom: calc(2.2321428571vw + 12.8571428571px);
}

.main header h2 {
    font-weight: 800;
    margin-top: 0;
    margin-bottom: calc(2.2321428571vw + 12.8571428571px);
}

.main header p {
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    font-weight: 500;
    font-size: 1.1rem;
    color: #86837d;
    margin-top: calc(2.2321428571vw + 7.8571428571px);
    margin-bottom: calc(2.2321428571vw + 7.8571428571px);
}

.main .image {
    margin-top: calc(2.2321428571vw + 7.8571428571px);
    margin-bottom: calc(2.2321428571vw + 7.8571428571px);
    overflow: hidden;
}

.main .image figure {
    position: relative;
    max-height: 500px;
    overflow: hidden;
}

.main .image.banner {
    padding-right: 0;
    padding-left: 0;
    height: auto;
}

.main .image.right {
    padding-right: 0;
    padding-left: 0;
}

.main .image.left {
    padding-right: 0;
    padding-left: 0;
}

.main .image.left img {
    width: 100%;
}

.main .image img {
    width: 100%;
    max-width: 100%;
}

.main .image figcaption {
    margin-top: 5px;
    font-family:
        Georgia,
        Times New Roman,
        Times,
        serif;
    font-style: italic;
    font-size: 0.875rem;
    color: #b4afa7;
    line-height: 1.4;
}

.main .text {
    margin-right: 0;
    margin-left: 0;
}

.main .text h3 {
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    font-weight: 700;
    color: #4b4745;
    line-height: 1.3;
    margin-top: calc(2.2321428571vw + 12.8571428571px);
    margin-bottom: calc(2.2321428571vw + 12.8571428571px);
}

.main .text h4 {
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    font-weight: 700;
    color: #4b4745;
    margin-top: calc(2.2321428571vw + 12.8571428571px);
    margin-bottom: calc(2.2321428571vw + 12.8571428571px);
}

.main .text p {
    margin-top: calc(0.744047619vw + 7.619047619px);
    margin-bottom: calc(0.744047619vw + 7.619047619px);
}

.main .text blockquote {
    font-family:
        Georgia,
        Times New Roman,
        Times,
        serif;
    font-weight: 400;
    font-style: italic;
    color: #4b4745;
    background-color: #eeece8;
    margin-top: calc(2.2321428571vw + 12.8571428571px);
    margin-right: 0;
    margin-bottom: calc(2.2321428571vw + 12.8571428571px);
    margin-left: 0;
    padding-top: calc(2.2321428571vw + 7.8571428571px);
    padding-right: calc(2.2321428571vw + 7.8571428571px);
    padding-bottom: calc(2.2321428571vw + 7.8571428571px);
    padding-left: calc(2.2321428571vw + 7.8571428571px);
    border-left: 5px solid #c2240c;
}

.main .list-title {
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    font-weight: 700;
    font-style: normal;
    color: #4b4745;
    margin-top: calc(2.2321428571vw + 12.8571428571px);
    margin-bottom: calc(2.2321428571vw + 12.8571428571px);
}

.main ul {
    margin-top: calc(2.2321428571vw + 12.8571428571px);
    margin-bottom: calc(2.2321428571vw + 12.8571428571px);
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    list-style-type: none;
}

.main ul li {
    color: #86837d;
    margin-bottom: 7px;
    margin-left: 20px;
    padding-left: 14px;
    position: relative;
    display: block;
}

.main ul li:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 0.6875rem;
    color: #fff;
    line-height: 18px;
    text-align: center;
    background: #c2240c;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 5px;
    left: -18px;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .main {
        font-size: 1.125rem;
    }

    .main .btn {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .main header {
        padding-top: 0;
        padding-right: 5%;
        padding-bottom: 0;
        padding-left: 5%;
    }

    .main header h1 {
        margin-bottom: 35px;
    }

    .main header h2 {
        margin-bottom: 35px;
    }

    .main header p {
        font-size: 1.25rem;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .main .text {
        padding-top: 0;
        padding-right: 5%;
        padding-bottom: 0;
        padding-left: 5%;
    }

    .main .text h3 {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .main .text h4 {
        margin-top: 35px;
        margin-bottom: 35px;
    }

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

    .main .text blockquote {
        background-color: #eeece8;
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
    }

    .main .list-title {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .main ul {
        margin-top: 35px;
        margin-bottom: 35px;
        padding-left: 15px;
    }

    .main ul li:before {
        text-align: center;
    }

    .main .image {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .main .image.right {
        margin-left: 15px;
        padding-right: 0;
        padding-left: 15px;
        float: right;
    }

    .main .image.left {
        margin-right: 15px;
        padding-right: 15px;
        padding-left: 0;
    }

    .main .image figcaption {
        padding-right: 5%;
        padding-left: 5%;
    }
}

.news {
    max-width: 990px;
    margin-right: auto;
    margin-left: auto;
}

.news .main {
    padding-right: 0;
    padding-left: 0;
}

.news header .author {
    margin-top: calc(2.2321428571vw + 12.8571428571px);
    margin-bottom: calc(2.2321428571vw + 12.8571428571px);
    text-align: center;
}

.news header .round-image {
    height: 180px;
    max-height: 100%;
    width: 180px;
    max-width: 100%;
    overflow: hidden;
    border: 3px solid #c2240c;
    border-radius: 50%;
}

.news header .round-image img {
    max-width: 100%;
}

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

.news .social .iconbox,
.news .back .iconbox {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: calc(2.2321428571vw + 12.8571428571px);
    height: 44px;
    line-height: 40px;
    width: 44px;
    color: #4b4745;
    background: none;
    border: 2px solid #4b4745;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (min-width: 992px) {
    .news {
        padding-right: 0;
        padding-left: 0;
    }

    .news header .author {
        margin-top: 35px;
        margin-bottom: 35px;
        text-align: center;
    }

    .news .social {
        position: absolute;
        top: 160px;
        left: 0;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }

    .news .social .iconbox,
    .news .back .iconbox {
        display: block;
        margin-right: auto;
        margin-bottom: 8px;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .news .social {
        left: -8%;
    }
}

.box.contact-box {
    position: relative;
    margin-bottom: calc(2.2321428571vw + 12.8571428571px);
}

.box.contact-box address {
    margin-top: calc(2.2321428571vw + 12.8571428571px);
    margin-bottom: calc(2.2321428571vw + 12.8571428571px);
}

.box.contact-box address p {
    position: relative;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 25px;
}

.box.contact-box address .icon {
    position: absolute;
    left: 0;
    font-size: 1rem;
    color: #c2240c;
    line-height: 1;
}

.box.contact-box .item {
    overflow: hidden;
}

.box.contact-box .icon {
    display: block;
    font-weight: normal;
    font-size: 4rem;
    color: #757575;
}

.box.contact-box .text .subheadline {
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 1rem;
    color: #c2240c;
}

.box.contact-box .text h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    font-weight: 500;
    color: #424242;
}

.box.contact-box .link {
    color: #4b4745;
}

@media (min-width: 1200px) {
    .box.contact-box {
        margin-bottom: 35px;
    }
}

.tippbox {
    color: #c2240c;
}

.tippbox i {
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .tippbox i {
        font-size: 3.5rem;
        margin-bottom: 5px;
    }
}

.tippbox .hint {
    margin-top: 10px;
    margin-bottom: 0;
    color: #86837d;
}

@media (max-width: 767px) {
    .tippbox .hint {
        font-size: 85%;
    }
}

html .blueimp-gallery .modal,
.aui .blueimp-gallery .modal {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-clip: padding-box;
}

html .blueimp-gallery .modal .modal-dialog,
.aui .blueimp-gallery .modal .modal-dialog {
    display: block;
}

html .blueimp-gallery .modal .modal-header,
.aui .blueimp-gallery .modal .modal-header {
    padding: 10px;
    border: none;
    background: none;
    position: relative;
    z-index: 30;
}

html .blueimp-gallery .modal .modal-header .modal-title,
.aui .blueimp-gallery .modal .modal-header .modal-title {
    text-align: center;
    color: #212121;
}

html .blueimp-gallery .modal .modal-header .close,
html .blueimp-gallery .modal .modal-header .close:hover,
.aui .blueimp-gallery .modal .modal-header .close,
.aui .blueimp-gallery .modal .modal-header .close:hover {
    display: block;
    position: fixed;
    right: 15px;
    top: 15px;
    text-shadow: none;
    color: #212121;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 2px;
    border: none;
    margin-top: 0px;
}

html .blueimp-gallery .modal .modal-content,
.aui .blueimp-gallery .modal .modal-content {
    padding-bottom: 8px;
}

html .modal-gallery,
.aui .modal-gallery {
    display: none;
}

html .modal-gallery.slide-content,
.aui .modal-gallery.slide-content {
    display: block;
}

html .modal-gallery .modal-body button,
.aui .modal-gallery .modal-body button {
    position: absolute;
    z-index: 100;
    top: 50%;
    width: 42px;
    height: 42px;
    min-width: 1px;
    margin-top: -20px;
    font-family: FontAwesome;
    color: #aaa;
    text-align: center;
    background: none;
    border: 2px solid #aaa;
    border-radius: 50%;
    z-index: 1;
    padding: 0px;
}

html .modal-gallery .modal-body button i,
.aui .modal-gallery .modal-body button i {
    font-size: 30px;
    font-weight: 100;
    line-height: 40px;
    position: relative;
    top: -2px;
    text-shadow: none;
}

html .modal-gallery .modal-body button:hover,
.aui .modal-gallery .modal-body button:hover {
    color: #aaa !important;
    background: none !important;
    border: 2px solid #aaa;
}

html .modal-body button.prev,
.aui .modal-body button.prev {
    left: 15px;
}

html .modal-body button.prev i,
.aui .modal-body button.prev i {
    left: -3px;
}

html .modal-body button.next,
.aui .modal-body button.next {
    right: 15px;
}

html .modal-body button.next i,
.aui .modal-body button.next i {
    right: -1px;
}

html .modal-gallery .modal-body:hover button,
.aui .modal-gallery .modal-body:hover button {
    background: #fff;
    border: 2px solid #4b4745;
    color: #4b4745;
    line-height: 34px;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
}

html .modal-gallery .modal-body:hover button:hover,
.aui .modal-gallery .modal-body:hover button:hover {
    background: #4b4745;
    color: #fff;
}

html .blueimp-gallery,
.aui .blueimp-gallery {
    background: rgba(255, 255, 255, 0.8);
}

html .blueimp-gallery .modal-gallery:nth-child(2),
.aui .blueimp-gallery .modal-gallery:nth-child(2) {
    display: none;
}

html .blueimp-gallery .modal-body,
.aui .blueimp-gallery .modal-body {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
    padding: 3%;
    overflow: hidden;
    cursor: pointer;
    max-height: none;
}

html .blueimp-gallery .modal-body img,
html .blueimp-gallery .modal-body .video-content video,
html .blueimp-gallery .modal-body .video-content iframe,
html .blueimp-gallery .modal-body .video-content a,
.aui .blueimp-gallery .modal-body img,
.aui .blueimp-gallery .modal-body .video-content video,
.aui .blueimp-gallery .modal-body .video-content iframe,
.aui .blueimp-gallery .modal-body .video-content a {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

html .blueimp-gallery .modal-body .video-content video,
.aui .blueimp-gallery .modal-body .video-content video {
    display: none;
}

html .blueimp-gallery .modal-body .video-playing video,
.aui .blueimp-gallery .modal-body .video-playing video {
    display: block;
}

html .blueimp-gallery .modal-body .video-content iframe,
.aui .blueimp-gallery .modal-body .video-content iframe {
    width: 100%;
    height: 100%;
    border: none;
    left: 100%;
}

html .blueimp-gallery .modal-body .video-playing iframe,
.aui .blueimp-gallery .modal-body .video-playing iframe {
    left: 0;
}

html .blueimp-gallery .modal-body .video-playing img,
html .blueimp-gallery .modal-body .video-playing a,
.aui .blueimp-gallery .modal-body .video-playing img,
.aui .blueimp-gallery .modal-body .video-playing a {
    display: none;
}

html .blueimp-gallery .modal-body .video-content a,
.aui .blueimp-gallery .modal-body .video-content a {
    cursor: pointer;
}

html .blueimp-gallery .modal-body .video-content a:after,
.aui .blueimp-gallery .modal-body .video-content a:after {
    font-family: "Glyphicons Halflings";
    -webkit-font-smoothing: antialiased;
    content: "\e029";
    font-size: 64px;
    line-height: 64px;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    margin: -32px 0 0 -32px;
}

html .blueimp-gallery .modal-body .video-loading a,
.aui .blueimp-gallery .modal-body .video-loading a {
    background: url(../img/loading.gif) center no-repeat;
    background-size: 64px 64px;
}

html .blueimp-gallery .modal-body .video-loading a:after,
.aui .blueimp-gallery .modal-body .video-loading a:after {
    content: none;
}

html .blueimp-gallery .modal-footer,
.aui .blueimp-gallery .modal-footer {
    margin: 0;
}

html .blueimp-gallery,
html .blueimp-gallery > .slides > .slide > .slide-content,
.aui .blueimp-gallery,
.aui .blueimp-gallery > .slides > .slide > .slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-backface-visibility: hidden;
}

html .blueimp-gallery > .slides > .slide > .slide-content,
.aui .blueimp-gallery > .slides > .slide > .slide-content {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
}

html .blueimp-gallery,
.aui .blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html .blueimp-gallery-carousel,
.aui .blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    padding-bottom: 56.25%;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

html .blueimp-gallery-display,
.aui .blueimp-gallery-display {
    display: block;
    opacity: 1;
}

html .blueimp-gallery > .slides,
.aui .blueimp-gallery > .slides {
    position: relative;
    height: 100%;
    overflow: hidden;
}

html .blueimp-gallery-carousel > .slides,
.aui .blueimp-gallery-carousel > .slides {
    position: absolute;
}

html .blueimp-gallery > .slides > .slide,
.aui .blueimp-gallery > .slides > .slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

html .blueimp-gallery,
html .blueimp-gallery > .slides > .slide > .slide-content,
.aui .blueimp-gallery,
.aui .blueimp-gallery > .slides > .slide > .slide-content {
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

html .blueimp-gallery > .slides > .slide-loading,
.aui .blueimp-gallery > .slides > .slide-loading {
    background: url(../img/loading.gif) center no-repeat;
    background-size: 64px 64px;
}

html .blueimp-gallery > .slides > .slide-loading > .slide-content,
.aui .blueimp-gallery > .slides > .slide-loading > .slide-content {
    opacity: 0;
}

html .blueimp-gallery > .slides > .slide-error,
.aui .blueimp-gallery > .slides > .slide-error {
    background: url(../img/error.png) center no-repeat;
}

html .blueimp-gallery > .slides > .slide-error > .slide-content,
.aui .blueimp-gallery > .slides > .slide-error > .slide-content {
    display: none;
}

html .blueimp-gallery > .prev,
html .blueimp-gallery > .next,
.aui .blueimp-gallery > .prev,
.aui .blueimp-gallery > .next {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: #222;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 23px;
    opacity: 0.5;
    cursor: pointer;
    display: none;
}

html .blueimp-gallery > .next,
.aui .blueimp-gallery > .next {
    left: auto;
    right: 15px;
}

html .blueimp-gallery > .close,
html .blueimp-gallery > .title,
.aui .blueimp-gallery > .close,
.aui .blueimp-gallery > .title {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: 0.8;
    display: none;
}

html .blueimp-gallery > .close,
.aui .blueimp-gallery > .close {
    padding: 15px;
    right: 15px;
    left: auto;
    margin: -15px;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer;
}

html .blueimp-gallery > .play-pause,
.aui .blueimp-gallery > .play-pause {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    opacity: 0.5;
    display: none;
}

html .blueimp-gallery-playing > .play-pause,
.aui .blueimp-gallery-playing > .play-pause {
    background-position: -15px 0;
}

html .blueimp-gallery > .prev:hover,
html .blueimp-gallery > .next:hover,
html .blueimp-gallery > .close:hover,
html .blueimp-gallery > .title:hover,
html .blueimp-gallery > .play-pause:hover,
.aui .blueimp-gallery > .prev:hover,
.aui .blueimp-gallery > .next:hover,
.aui .blueimp-gallery > .close:hover,
.aui .blueimp-gallery > .title:hover,
.aui .blueimp-gallery > .play-pause:hover {
    color: #fff;
    opacity: 1;
}

html .blueimp-gallery-controls > .prev,
html .blueimp-gallery-controls > .next,
html .blueimp-gallery-controls > .close,
html .blueimp-gallery-controls > .title,
html .blueimp-gallery-controls > .play-pause,
.aui .blueimp-gallery-controls > .prev,
.aui .blueimp-gallery-controls > .next,
.aui .blueimp-gallery-controls > .close,
.aui .blueimp-gallery-controls > .title,
.aui .blueimp-gallery-controls > .play-pause {
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

html .blueimp-gallery-single button.prev,
html .blueimp-gallery-left button.prev,
html .blueimp-gallery-single button.next,
html .blueimp-gallery-right button.next,
html .blueimp-gallery-single button.play-pause,
.aui .blueimp-gallery-single button.prev,
.aui .blueimp-gallery-left button.prev,
.aui .blueimp-gallery-single button.next,
.aui .blueimp-gallery-right button.next,
.aui .blueimp-gallery-single button.play-pause {
    display: none;
}

html .blueimp-gallery > .slides > .slide > .slide-content,
html .blueimp-gallery > .prev,
html .blueimp-gallery > .next,
html .blueimp-gallery > .close,
html .blueimp-gallery > .play-pause,
.aui .blueimp-gallery > .slides > .slide > .slide-content,
.aui .blueimp-gallery > .prev,
.aui .blueimp-gallery > .next,
.aui .blueimp-gallery > .close,
.aui .blueimp-gallery > .play-pause {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html body:last-child .blueimp-gallery > .slides > .slide-error,
.aui body:last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url(../img/error.svg);
}

html body:last-child .blueimp-gallery > .play-pause,
.aui body:last-child .blueimp-gallery > .play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(../img/play-pause.svg);
}

html body:last-child .blueimp-gallery-playing > .play-pause,
.aui body:last-child .blueimp-gallery-playing > .play-pause {
    background-position: -20px 0;
}

html * + html .blueimp-gallery > .slides > .slide,
.aui * + html .blueimp-gallery > .slides > .slide {
    min-height: 300px;
}

html * + html .blueimp-gallery > .slides > .slide > .slide-content,
.aui * + html .blueimp-gallery > .slides > .slide > .slide-content {
    position: relative;
}

.mm-page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.mm-slideout {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
    z-index: 1;
}

html.mm-opened {
    overflow-x: hidden;
    position: relative;
}

html.mm-blocking {
    overflow: hidden;
}

html.mm-blocking body {
    overflow: hidden;
}

html.mm-background .mm-page {
    background: inherit;
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

html.mm-blocking #mm-blocker {
    display: block;
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed;
}

.mm-menu.mm-offcanvas.mm-opened {
    display: block;
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
    z-index: 10;
}

.mm-menu.mm-offcanvas {
    width: 100%;
    min-width: 140px;
    max-width: 420px;
}

html.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

@media all and (max-width: 140px) {
    html.mm-opening .mm-menu ~ .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width: 420px) {
    html.mm-opening .mm-menu ~ .mm-slideout {
        -webkit-transform: translate(420px, 0);
        transform: translate(420px, 0);
        -webkit-transform: translate3d(420px, 0, 0);
        transform: translate3d(420px, 0, 0);
    }
}

.mm-hidden {
    display: none !important;
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative;
}

.mm-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.mm-panels,
.mm-panels > .mm-panel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.mm-panels {
    overflow: hidden;
}

.mm-panel {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.mm-panel.mm-opened {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
    z-index: 1;
}

.mm-panel.mm-noanimation {
    -webkit-transition: none !important;
    transition: none !important;
}

.mm-panel.mm-noanimation.mm-subopened {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-panels > .mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 25px;
}

.mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 50px;
}

.mm-panels > .mm-panel:not(.mm-hidden) {
    display: block;
}

.mm-panels > .mm-panel:before,
.mm-panels > .mm-panel:after {
    content: "";
    display: block;
    height: 25px;
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
    display: none;
    padding: 25px 0 25px 25px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
    display: block;
}

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    bottom: auto;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 24px;
}

.mm-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.mm-clear:before,
.mm-clear:after,
.mm-close:before,
.mm-close:after {
    content: "";
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-clear:before,
.mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 23px;
}

.mm-clear:after,
.mm-close:after {
    border-left: none;
    border-top: none;
    right: 30px;
}

.mm-prev:before,
.mm-next:after {
    content: "";
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}

.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 28px;
    right: auto;
}

.mm-next:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 28px;
    left: auto;
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: #dedbd2;
    text-align: center;
    line-height: 25px;
    height: 50px;
    padding: 0 50px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.mm-navbar > * {
    display: block;
    padding: 12.5px 0;
}

.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none;
}

.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mm-navbar .mm-btn:first-child {
    left: 0;
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0;
}

.mm-panel .mm-navbar {
    display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
}

.mm-listview,
.mm-listview > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.mm-listview {
    font-size: 15px;
    line-height: 0px;
}

.mm-listview a,
.mm-listview a:hover {
    text-decoration: none;
}

.mm-listview > li {
    position: relative;
}

.mm-listview > li,
.mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
    border-color: inherit;
}

.mm-listview > li > a,
.mm-listview > li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 25px 25px 25px 25px;
    margin: 0;
}

.mm-listview > li:not(.mm-divider):after {
    content: "";
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
    left: 25px;
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 75px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.mm-listview .mm-next:before {
    content: "";
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
    margin-right: 75px;
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
    padding-right: 75px;
    margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
    margin: 25px -25px;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: -25px;
}

.mm-menu {
    background: #fff;
    border-color: #dedbd2;
    color: #4b4745;
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
    color: #c2240c;
}

.mm-menu .mm-btn:before,
.mm-menu .mm-btn:after {
    border-color: #c2240c;
}

.mm-menu .mm-listview {
    border-color: #dedbd2;
}

.mm-menu .mm-listview > li .mm-next:after {
    border-color: #dedbd2;
}

.mm-menu .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
    background: transparent;
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: transparent;
}

.mm-menu .mm-divider {
    background: transparent;
}

.mm-sronly {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
}

.mm-menu.mm-border-none .mm-listview > li:after,
.mm-menu .mm-listview.mm-border-none > li:after,
.mm-menu .mm-listview > li.mm-border-none:after {
    content: none;
}

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-menu .mm-listview.mm-border-full > li:after,
.mm-menu .mm-listview > li.mm-border-full:after {
    left: 0 !important;
}

.mm-menu.mm-border-offset .mm-listview > li:after,
.mm-menu .mm-listview.mm-border-offset > li:after,
.mm-menu .mm-listview > li.mm-border-offset:after {
    right: 25px;
}

.mm-menu.mm-fx-menu-zoom {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
}

html.mm-opened .mm-menu.mm-fx-menu-zoom {
    -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

html.mm-opening .mm-menu.mm-fx-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-fx-menu-zoom {
    -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

html.mm-right.mm-opening .mm-menu.mm-fx-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0);
}

.mm-menu.mm-fx-menu-slide {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
}

html.mm-opened .mm-menu.mm-fx-menu-slide {
    -webkit-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
}

html.mm-opening .mm-menu.mm-fx-menu-slide {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-fx-menu-slide {
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0);
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
}

html.mm-right.mm-opening .mm-menu.mm-fx-menu-slide {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.mm-menu.mm-fx-menu-fade {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

html.mm-opening .mm-menu.mm-fx-menu-fade {
    opacity: 1;
}

.mm-menu.mm-fx-panels-none .mm-panel,
.mm-menu .mm-fx-panels-none.mm-panel {
    -webkit-transition-property: none;
    transition-property: none;
}

.mm-menu.mm-fx-panels-none .mm-panel.mm-subopened,
.mm-menu .mm-fx-panels-none.mm-panel.mm-subopened {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-menu.mm-fx-panels-zoom .mm-panel,
.mm-menu .mm-fx-panels-zoom.mm-panel {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
}

.mm-menu.mm-fx-panels-zoom .mm-panel.mm-opened,
.mm-menu .mm-fx-panels-zoom.mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0);
}

.mm-menu.mm-fx-panels-zoom .mm-panel.mm-subopened,
.mm-menu .mm-fx-panels-zoom.mm-panel.mm-subopened {
    -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu.mm-fx-panels-slide-0 .mm-panel.mm-subopened,
.mm-menu .mm-fx-panels-slide-0.mm-panel.mm-subopened {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-menu.mm-fx-panels-slide-100 .mm-panel.mm-subopened,
.mm-menu .mm-fx-panels-slide-100.mm-panel.mm-subopened {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-fx-panels-slide-up .mm-panel,
.mm-menu .mm-fx-panels-slide-up.mm-panel {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.mm-menu.mm-fx-panels-slide-up .mm-panel.mm-opened,
.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-opened {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-menu.mm-fx-panels-slide-up .mm-panel.mm-subopened,
.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-subopened {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}

.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li {
    -webkit-transition: none 0.4s ease;
    transition: none 0.4s ease;
}

.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
}

.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(2) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
}

.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(5) {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms;
}

.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(6) {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms;
}

.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(8) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(9) {
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms;
}

.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(10) {
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(11) {
    -webkit-transition-delay: 550ms;
    transition-delay: 550ms;
}

.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(12) {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(13) {
    -webkit-transition-delay: 650ms;
    transition-delay: 650ms;
}

.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(14) {
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(15) {
    -webkit-transition-delay: 750ms;
    transition-delay: 750ms;
}

.mm-menu.mm-fx-listitems-slide .mm-listview > li {
    -webkit-transition-property:
        opacity,
        -webkit-transform;
    transition-property:
        opacity,
        -webkit-transform;
    transition-property: transform, opacity;
    transition-property:
        transform,
        opacity,
        -webkit-transform;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0;
}

html.mm-opening .mm-menu.mm-fx-listitems-slide .mm-panel.mm-opened .mm-listview > li {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.mm-menu.mm-fx-listitems-fade .mm-listview > li {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
}

html.mm-opening .mm-menu.mm-fx-listitems-fade .mm-panel.mm-opened .mm-listview > li {
    opacity: 1;
}

.mm-menu.mm-fx-listitems-drop .mm-listview > li {
    -webkit-transition-property: opacity, top;
    transition-property: opacity, top;
    opacity: 0;
    top: -25%;
}

html.mm-opening .mm-menu.mm-fx-listitems-drop .mm-panel.mm-opened .mm-listview > li {
    opacity: 1;
    top: 0;
}

.mm-menu.mm-offcanvas.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px;
}

html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

@media all and (max-width: 140px) {
    html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width: 10000px) {
    html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
        -webkit-transform: translate(10000px, 0);
        transform: translate(10000px, 0);
        -webkit-transform: translate3d(10000px, 0, 0);
        transform: translate3d(10000px, 0, 0);
    }
}

html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

@media all and (max-width: 140px) {
    html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0);
    }
}

@media all and (min-width: 10000px) {
    html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
        -webkit-transform: translate(-10000px, 0);
        transform: translate(-10000px, 0);
        -webkit-transform: translate3d(-10000px, 0, 0);
        transform: translate3d(-10000px, 0, 0);
    }
}

.mm-menu.mm-offcanvas.mm-fullscreen.mm-top,
.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom {
    height: 100%;
    min-height: 140px;
    max-height: 10000px;
}

html.mm-iconbar body {
    overflow-x: hidden;
}

html.mm-iconbar .mm-page {
    background: inherit;
    min-height: 100vh;
}

html.mm-iconbar .mm-slideout {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 100px;
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}

.mm-menu.mm-iconbar {
    display: block;
}

.mm-menu.mm-listview-justify .mm-panels > .mm-panel:before,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel:after,
.mm-menu .mm-panels > .mm-panel.mm-listview-justify:before,
.mm-menu .mm-panels > .mm-panel.mm-listview-justify:after {
    content: none;
    display: none;
}

.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview,
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li,
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 50px;
}

.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider),
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li:not(.mm-divider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > a:not(.mm-next),
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > span,
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > a:not(.mm-next),
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mm-listview-small .mm-listview > li > a:not(.mm-next),
.mm-listview-small .mm-listview > li > span {
    padding: 17.5px 25px 17.5px 25px;
}

.mm-listview-small .mm-vertical > .mm-listview > li > .mm-next,
.mm-listview-small .mm-listview > li.mm-vertical > .mm-next {
    height: 35px;
}

.mm-listview-large .mm-listview > li > a:not(.mm-next),
.mm-listview-large .mm-listview > li > span {
    padding: 37.5px 25px 37.5px 25px;
}

.mm-listview-large .mm-vertical > .mm-listview > li > .mm-next,
.mm-listview-large .mm-listview > li.mm-vertical > .mm-next {
    height: 75px;
}

.mm-listview-huge .mm-listview > li > a:not(.mm-next),
.mm-listview-huge .mm-listview > li > span {
    padding: 50px 25px 50px 25px;
}

.mm-listview-huge .mm-vertical > .mm-listview > li > .mm-next,
.mm-listview-huge .mm-listview > li.mm-vertical > .mm-next {
    height: 100px;
}

.mm-listview .mm-divider {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 25px;
    line-height: 37.5px;
}

.mm-listview .mm-spacer {
    padding-top: 50px;
}

.mm-listview .mm-spacer > .mm-next {
    top: 50px;
}

.mm-listview .mm-spacer.mm-divider {
    padding-top: 37.5px;
}

.mm-listview .mm-inset {
    list-style: inside disc;
    padding: 0 25px 37.5px 50px;
    margin: 0;
}

.mm-listview .mm-inset > li {
    padding: 12.5px 0;
}

.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-menu .mm-listview.mm-multiline > li > a,
.mm-menu .mm-listview.mm-multiline > li > span,
.mm-menu .mm-listview > li.mm-multiline > a,
.mm-menu .mm-listview > li.mm-multiline > span {
    text-overflow: clip;
    white-space: normal;
}

.mm-menu.mm-opened[class*="mm-pagedim"] ~ #mm-blocker {
    opacity: 0;
}

html.mm-opening .mm-menu.mm-opened[class*="mm-pagedim"] ~ #mm-blocker {
    opacity: false;
    -webkit-transition: opacity 0.4s ease 0.4s;
    transition: opacity 0.4s ease 0.4s;
}

.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker {
    background: inherit;
}

.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
    background: #fff;
}

.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
    background: #000;
}

.mm-menu.mm-popup {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    opacity: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    height: 80%;
    min-height: 14px;
    max-height: 88px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.mm-menu.mm-popup.mm-opened ~ .mm-slideout {
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0;
}

.mm-menu.mm-popup.mm-opened ~ #mm-blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1;
}

html.mm-opening .mm-menu.mm-popup {
    opacity: 1;
}

.mm-menu.mm-offcanvas.mm-right {
    left: auto;
}

html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

@media all and (max-width: 140px) {
    html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0);
    }
}

@media all and (min-width: 420px) {
    html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
        -webkit-transform: translate(-420px, 0);
        transform: translate(-420px, 0);
        -webkit-transform: translate3d(-420px, 0, 0);
        transform: translate3d(-420px, 0, 0);
    }
}

html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0;
}

html.mm-front #mm-blocker {
    z-index: 1;
}

html.mm-front .mm-menu.mm-offcanvas {
    z-index: 2;
}

.mm-menu.mm-offcanvas.mm-front,
.mm-menu.mm-offcanvas.mm-next {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-top {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-offcanvas.mm-bottom {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.mm-menu.mm-offcanvas.mm-top,
.mm-menu.mm-offcanvas.mm-bottom {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.mm-menu.mm-offcanvas.mm-bottom {
    top: auto;
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front,
html.mm-opening .mm-menu.mm-offcanvas.mm-next {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-menu.mm-offcanvas.mm-top,
.mm-menu.mm-offcanvas.mm-bottom {
    height: 80%;
    min-height: 14px;
    max-height: 88px;
}

.mm-menu.mm-shadow-page:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 100;
}

.mm-menu.mm-shadow-page.mm-right:after {
    left: auto;
    right: 100%;
}

.mm-menu.mm-shadow-page.mm-next:after,
.mm-menu.mm-shadow-page.mm-front:after {
    content: none;
    display: none;
}

.mm-menu.mm-shadow-page:after {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n + 2) {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark {
    background: #333;
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-btn:before,
.mm-menu.mm-theme-dark .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
    border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark em.mm-counter {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
    background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-keyboardfocus a:focus {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-shadow-page.mm-theme-dark:after {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-shadow-panels.mm-theme-dark .mm-panel.mm-opened:nth-child(n + 2) {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-indexer a {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen),
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark label.mm-toggle {
    background: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
    background: #4b4745;
}

.mm-menu.mm-theme-white {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-btn:before,
.mm-menu.mm-theme-white .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
    tap-highlight-color: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white em.mm-counter {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
    background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-keyboardfocus a:focus {
    background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-shadow-page.mm-theme-white:after {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-shadow-panels.mm-theme-white .mm-panel.mm-opened:nth-child(n + 2) {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-indexer a {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span {
    background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen),
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a {
    background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white label.mm-toggle {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
    background: #fff;
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
    background: #4b4745;
}

.mm-menu.mm-theme-black {
    background: #000;
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-btn:before,
.mm-menu.mm-theme-black .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
    border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    tap-highlight-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black em.mm-counter {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
    background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-keyboardfocus a:focus {
    background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-shadow-page.mm-theme-black:after {
    content: none;
    display: none;
}

.mm-menu.mm-shadow-panels.mm-theme-black .mm-panel.mm-opened:nth-child(n + 2) {
    -webkit-box-shadow: false;
    box-shadow: false;
}

.mm-menu.mm-theme-black .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-indexer a {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span {
    background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen),
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a {
    background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black label.mm-toggle {
    background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
    background: #000;
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
    background: #4b4745;
}

.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
    content: "";
    display: block;
    clear: both;
}

.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
    width: 50%;
    height: 0;
    padding: 50% 0 0 0;
    float: left;
    position: relative;
}

.mm-menu.mm-tileview .mm-listview > li:after,
.mm-menu .mm-tileview.mm-listview > li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
    width: 25%;
    padding-top: 25%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
    width: 75%;
    padding-top: 75%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
    width: 100%;
    padding-top: 100%;
}

.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span,
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span {
    line-height: 1px;
    text-align: center;
    padding: 50% 25px 0 25px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0;
}

.mm-menu.mm-tileview .mm-listview > li > .mm-next,
.mm-menu .mm-tileview.mm-listview > li > .mm-next {
    width: auto;
}

.mm-menu.mm-tileview .mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
    content: none;
    display: none;
}

.mm-menu.mm-tileview .mm-panel {
    padding-left: 0;
    padding-right: 0;
}

.mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none;
}

.mm-menu.mm-tileview .mm-listview {
    margin: 0;
}

html.mm-widescreen body {
    position: relative;
}

html.mm-widescreen #mm-blocker {
    display: none !important;
}

html.mm-widescreen .mm-slideout {
    -webkit-transform: none !important;
    transform: none !important;
    width: 70% !important;
    margin-left: 30% !important;
}

html.mm-widescreen .mm-page {
    background: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html.mm-widescreen.mm-blocking,
html.mm-widescreen.mm-blocking body {
    overflow: auto;
}

.mm-menu.mm-widescreen {
    border-right-width: 1px;
    border-right-style: solid;
    display: block !important;
    width: 30% !important;
    min-width: 0 !important;
    max-width: none !important;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 100 !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.mm-menu.mm-widescreen.mm-pageshadow:after {
    content: none;
    display: none;
}

.mm-menu.mm-autoheight {
    -webkit-transition: none 0.4s ease;
    transition: none 0.4s ease;
    -webkit-transition-property:
        height,
        -webkit-transform;
    transition-property:
        height,
        -webkit-transform;
    transition-property: transform, height;
    transition-property:
        transform,
        height,
        -webkit-transform;
}

.mm-menu.mm-autoheight:not(.mm-offcanvas) {
    position: relative;
}

.mm-menu.mm-measureheight .mm-panel {
    display: block !important;
}

.mm-menu.mm-measureheight .mm-panels > .mm-panel {
    bottom: auto !important;
    height: auto !important;
}

.mm-columns {
    -webkit-transition-property: width;
    transition-property: width;
}

.mm-columns .mm-panels > .mm-panel {
    right: auto;
    -webkit-transition-property:
        width,
        -webkit-transform;
    transition-property:
        width,
        -webkit-transform;
    transition-property: width, transform;
    transition-property:
        width,
        transform,
        -webkit-transform;
}

.mm-columns .mm-panels > .mm-panel.mm-opened,
.mm-columns .mm-panels > .mm-panel.mm-subopened {
    border-left: 1px solid;
    border-color: inherit;
    display: block !important;
}

.mm-columns .mm-panels > .mm-columns-0 {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.mm-columns-0 .mm-panels > .mm-panel {
    z-index: 0;
}

.mm-columns-0 .mm-panels > .mm-panel else {
    width: 100%;
}

.mm-columns-0 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-0 {
    width: 100%;
    min-width: 140px;
    max-width: 0px;
}

html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

@media all and (max-width: 140px) {
    html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width: 0px) {
    html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0);
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
}

html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

@media all and (max-width: 140px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0);
    }
}

@media all and (min-width: 0px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0);
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
}

.mm-columns .mm-panels > .mm-columns-1 {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.mm-columns-1 .mm-panels > .mm-panel {
    z-index: 1;
    width: 100%;
}

.mm-columns-1 .mm-panels > .mm-panel else {
    width: 100%;
}

.mm-columns-1 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-1 {
    width: 100%;
    min-width: 140px;
    max-width: 420px;
}

html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

@media all and (max-width: 140px) {
    html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width: 420px) {
    html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
        -webkit-transform: translate(420px, 0);
        transform: translate(420px, 0);
        -webkit-transform: translate3d(420px, 0, 0);
        transform: translate3d(420px, 0, 0);
    }
}

html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

@media all and (max-width: 140px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0);
    }
}

@media all and (min-width: 420px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
        -webkit-transform: translate(-420px, 0);
        transform: translate(-420px, 0);
        -webkit-transform: translate3d(-420px, 0, 0);
        transform: translate3d(-420px, 0, 0);
    }
}

.mm-columns .mm-panels > .mm-columns-2 {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}

.mm-columns-2 .mm-panels > .mm-panel {
    z-index: 2;
    width: 50%;
}

.mm-columns-2 .mm-panels > .mm-panel else {
    width: 100%;
}

.mm-columns-2 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
    -webkit-transform: translate(300%, 0);
    transform: translate(300%, 0);
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-2 {
    width: 100%;
    min-width: 140px;
    max-width: 840px;
}

html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

@media all and (max-width: 140px) {
    html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width: 840px) {
    html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
        -webkit-transform: translate(840px, 0);
        transform: translate(840px, 0);
        -webkit-transform: translate3d(840px, 0, 0);
        transform: translate3d(840px, 0, 0);
    }
}

html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

@media all and (max-width: 140px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0);
    }
}

@media all and (min-width: 840px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
        -webkit-transform: translate(-840px, 0);
        transform: translate(-840px, 0);
        -webkit-transform: translate3d(-840px, 0, 0);
        transform: translate3d(-840px, 0, 0);
    }
}

.mm-columns .mm-panels > .mm-columns-3 {
    -webkit-transform: translate(300%, 0);
    transform: translate(300%, 0);
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
}

.mm-columns-3 .mm-panels > .mm-panel {
    z-index: 3;
    width: 33.34%;
}

.mm-columns-3 .mm-panels > .mm-panel else {
    width: 100%;
}

.mm-columns-3 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
    -webkit-transform: translate(400%, 0);
    transform: translate(400%, 0);
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-3 {
    width: 100%;
    min-width: 140px;
    max-width: 1260px;
}

html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

@media all and (max-width: 140px) {
    html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width: 1260px) {
    html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
        -webkit-transform: translate(1260px, 0);
        transform: translate(1260px, 0);
        -webkit-transform: translate3d(1260px, 0, 0);
        transform: translate3d(1260px, 0, 0);
    }
}

html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

@media all and (max-width: 140px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0);
    }
}

@media all and (min-width: 1260px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
        -webkit-transform: translate(-1260px, 0);
        transform: translate(-1260px, 0);
        -webkit-transform: translate3d(-1260px, 0, 0);
        transform: translate3d(-1260px, 0, 0);
    }
}

.mm-columns .mm-panels > .mm-columns-4 {
    -webkit-transform: translate(400%, 0);
    transform: translate(400%, 0);
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
}

.mm-columns-4 .mm-panels > .mm-panel {
    z-index: 4;
    width: 25%;
}

.mm-columns-4 .mm-panels > .mm-panel else {
    width: 100%;
}

.mm-columns-4 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
    -webkit-transform: translate(500%, 0);
    transform: translate(500%, 0);
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-4 {
    width: 100%;
    min-width: 140px;
    max-width: 1680px;
}

html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

@media all and (max-width: 140px) {
    html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width: 1680px) {
    html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
        -webkit-transform: translate(1680px, 0);
        transform: translate(1680px, 0);
        -webkit-transform: translate3d(1680px, 0, 0);
        transform: translate3d(1680px, 0, 0);
    }
}

html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

@media all and (max-width: 140px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0);
    }
}

@media all and (min-width: 1680px) {
    html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
        -webkit-transform: translate(-1680px, 0);
        transform: translate(-1680px, 0);
        -webkit-transform: translate3d(-1680px, 0, 0);
        transform: translate3d(-1680px, 0, 0);
    }
}

.mm-columns.mm-offcanvas.mm-bottom,
.mm-columns.mm-offcanvas.mm-top {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

html.mm-opening .mm-columns.mm-offcanvas.mm-front,
html.mm-opening .mm-columns.mm-offcanvas.mm-next {
    -webkit-transition-property:
        width,
        min-width,
        max-width,
        -webkit-transform;
    transition-property:
        width,
        min-width,
        max-width,
        -webkit-transform;
    transition-property: width, min-width, max-width, transform;
    transition-property:
        width,
        min-width,
        max-width,
        transform,
        -webkit-transform;
}

em.mm-counter {
    font: inherit;
    font-size: 15px;
    font-style: normal;
    text-indent: 0;
    line-height: 25px;
    display: block;
    margin-top: -12.5px;
    position: absolute;
    right: 70px;
    top: 50%;
}

em.mm-counter + a.mm-next {
    width: 125px;
}

em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
    margin-right: 125px;
}

em.mm-counter + a.mm-fullsubopen {
    padding-left: 0;
}

em.mm-counter + a.mm-fullsubopen + a,
em.mm-counter + a.mm-fullsubopen + span {
    padding-right: 125px;
}

.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a,
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span {
    padding-right: 125px;
}

.mm-vertical > .mm-counter {
    top: 14.5px;
    margin-top: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
    margin-top: 50px;
}

.mm-nosubresults > .mm-counter {
    display: none;
}

.mm-menu em.mm-counter {
    color: #dedbd2;
}

.mm-divider > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 37.5px;
}

.mm-divider.mm-opened a.mm-next:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
    display: none;
}

.mm-fixeddivider {
    background: inherit;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-fixeddivider:after {
    content: none !important;
    display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
    display: block;
}

.mm-menu .mm-fixeddivider span {
    background: transparent;
}

html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.mm-menu.mm-dropdown {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    height: 80%;
}

html.mm-dropdown .mm-slideout {
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0;
}

html.mm-dropdown #mm-blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1;
}

html.mm-dropdown .mm-menu {
    z-index: 2;
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
    display: none;
}

.mm-menu.mm-tip:before {
    content: "";
    background: inherit;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-menu.mm-tipleft:before {
    left: 22px;
}

.mm-menu.mm-tipright:before {
    right: 22px;
}

.mm-menu.mm-tiptop:before {
    top: -8px;
}

.mm-menu.mm-tipbottom:before {
    bottom: -8px;
}

.mm-iconpanel .mm-panels > .mm-panel {
    -webkit-transition-property:
        left,
        -webkit-transform;
    transition-property:
        left,
        -webkit-transform;
    transition-property: transform, left;
    transition-property:
        transform,
        left,
        -webkit-transform;
}

.mm-iconpanel .mm-panels > .mm-panel.mm-opened,
.mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
    border-left: 1px solid;
    border-color: inherit;
    display: block !important;
}

.mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
    left: 0px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
    left: 50px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
    left: 100px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
    left: 150px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
    left: 200px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
    left: 250px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
    left: 300px;
}

.mm-subblocker {
    background: inherit;
    opacity: 0;
    display: block;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.mm-subopened .mm-subblocker {
    opacity: 0.6;
    bottom: -100000px;
}

.mm-keyboardfocus a:focus {
    outline: none;
}

.mm-menu.mm-keyboardfocus a:focus {
    background: transparent;
}

.mm-navbars-top,
.mm-navbars-bottom {
    background: inherit;
    border-color: inherit;
    border-width: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
}

.mm-navbars-top > .mm-navbar,
.mm-navbars-bottom > .mm-navbar {
    border: none;
    padding: 0;
    position: relative;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-navbars-top {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    top: 0;
}

.mm-navbars-bottom {
    border-top-style: solid;
    border-top-width: 1px;
    bottom: 0;
}

.mm-navbar.mm-hasbtns {
    padding: 0 50px;
}

.mm-navbar[class*="mm-navbar-content-"] > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
}

.mm-navbar .mm-breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 19px;
}

.mm-navbar .mm-breadcrumbs > * {
    display: inline-block;
    padding: 12.5px 6px;
}

.mm-navbar .mm-breadcrumbs > a {
    text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
    margin-left: -50px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
    margin-left: 0;
    padding-left: 0;
}

.mm-hasnavbar-top-1 .mm-panels {
    top: 50px;
}

.mm-hasnavbar-top-2 .mm-panels {
    top: 100px;
}

.mm-hasnavbar-top-3 .mm-panels {
    top: 150px;
}

.mm-hasnavbar-top-4 .mm-panels {
    top: 200px;
}

.mm-hasnavbar-bottom-1 .mm-panels {
    bottom: 50px;
}

.mm-hasnavbar-bottom-2 .mm-panels {
    bottom: 100px;
}

.mm-hasnavbar-bottom-3 .mm-panels {
    bottom: 150px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
    bottom: 200px;
}

.mm-navbar-size-2 {
    height: 100px;
}

.mm-navbar-size-3 {
    height: 150px;
}

.mm-navbar-size-4 {
    height: 200px;
}

.mm-navbar-content-2 > * {
    width: 50%;
}

.mm-navbar-content-3 > * {
    width: 33.33%;
}

.mm-navbar-content-4 > * {
    width: 25%;
}

.mm-navbar-content-5 > * {
    width: 20%;
}

.mm-navbar-content-6 > * {
    width: 16.67%;
}

.mm-menu.mm-rtl {
    direction: rtl;
}

.mm-menu.mm-rtl.mm-offcanvas {
    right: auto;
}

.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-rtl .mm-panel.mm-subopened {
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0);
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
    left: auto;
    right: 0;
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
    right: auto;
    left: 0;
}

.mm-menu.mm-rtl .mm-navbar .mm-next:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 28px;
    right: auto;
}

.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 28px;
    left: auto;
}

.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
    left: 0;
    right: 25px;
}

.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next),
.mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
    padding-left: 25px;
    padding-right: 25px !important;
    margin-right: 0 !important;
}

.mm-menu.mm-rtl .mm-listview .mm-next {
    right: auto;
    left: 0;
}

.mm-menu.mm-rtl .mm-listview .mm-next:before {
    left: auto;
    right: 0;
}

.mm-menu.mm-rtl .mm-listview .mm-next:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 28px;
    right: auto;
}

.mm-menu.mm-rtl .mm-listview .mm-next + a,
.mm-menu.mm-rtl .mm-listview .mm-next + span {
    margin-left: 75px;
}

.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a,
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
    padding-left: 75px;
}

.mm-menu.mm-rtl em.mm-counter {
    left: 70px;
    right: auto;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
    margin-left: 125px;
}

.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a,
.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
    padding-left: 125px;
}

.mm-menu.mm-rtl label.mm-toggle,
.mm-menu.mm-rtl label.mm-check {
    left: 50px;
    right: auto !important;
}

.mm-menu.mm-rtl label.mm-toggle + a,
.mm-menu.mm-rtl label.mm-toggle + span {
    padding-left: 100px;
}

.mm-menu.mm-rtl label.mm-check + a,
.mm-menu.mm-rtl label.mm-check + span {
    padding-left: 100px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-toggle,
.mm-menu.mm-rtl a.mm-next + label.mm-check {
    left: 100px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + span,
.mm-menu.mm-rtl a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl a.mm-next + label.mm-check + span {
    margin-left: 75px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
    padding-left: 75px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl a.mm-next + label.mm-check + span {
    padding-left: 75px;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check {
    left: 150px;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span {
    margin-left: 125px;
}

.mm-menu.mm-rtl .mm-panel[class*="mm-iconpanel-"] {
    left: 0px;
}

.mm-menu.mm-rtl .mm-panel[class*="mm-iconpanel-"].mm-subopened {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
    -webkit-transition-property:
        right,
        -webkit-transform;
    transition-property:
        right,
        -webkit-transform;
    transition-property: transform, right;
    transition-property:
        transform,
        right,
        -webkit-transform;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
    right: 0px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
    right: 50px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
    right: 100px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
    right: 150px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
    right: 200px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
    right: 250px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
    right: 300px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
    border-left: none;
    border-right: 1px solid;
    border-color: inherit;
}

.mm-search,
.mm-search input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mm-search {
    height: 50px;
    padding: 14.5px 25px 0 25px;
    position: relative;
}

.mm-search input {
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 4px;
    font: inherit;
    font-size: 15px;
    line-height: 21px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 21px;
    min-height: 21px;
    max-height: 21px;
    margin: 0;
    padding: 0 25px;
}

.mm-search input::-ms-clear {
    display: none;
}

.mm-search .mm-clear,
.mm-search .mm-next {
    right: 0;
}

.mm-panel > .mm-search {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mm-panel.mm-hassearch {
    padding-top: 50px;
}

.mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 100px;
}

.mm-panel.mm-hassearch.mm-hasnavbar > .mm-search {
    top: 50px;
}

.mm-noresultsmsg {
    text-align: center;
    font-size: 23px;
    padding: 50px 0;
}

.mm-noresults .mm-indexer {
    display: none !important;
}

li.mm-nosubresults > a.mm-next {
    display: none;
}

li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
    padding-right: 25px;
}

.mm-menu .mm-search input {
    background: rgba(0, 0, 0, 0.05);
    color: #4b4745;
}

.mm-menu .mm-noresultsmsg {
    color: #dedbd2;
}

.mm-indexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -250px;
    z-index: 15;
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%;
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
    padding-right: 75px;
}

.mm-hasindexer .mm-indexer {
    right: 0;
}

.mm-hasindexer .mm-fixeddivider {
    right: 50px;
}

.mm-menu .mm-indexer a {
    color: #dedbd2;
}

.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen),
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a {
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
}

.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span {
    background: transparent;
}

.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a {
    background: transparent;
}

input.mm-toggle,
input.mm-check {
    position: absolute;
    left: -10000px;
}

label.mm-toggle,
label.mm-check {
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
}

label.mm-toggle:before,
label.mm-check:before {
    content: "";
    display: block;
}

label.mm-toggle {
    border-radius: 25px;
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
}

label.mm-toggle:before {
    border-radius: 25px;
    width: 23px;
    height: 23px;
    margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
    float: right;
}

label.mm-check {
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
}

label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
    opacity: 1;
}

li.mm-vertical label.mm-toggle,
li.mm-vertical label.mm-check {
    bottom: auto;
    margin-top: 0;
}

li.mm-vertical label.mm-toggle {
    top: 12.5px;
}

li.mm-vertical label.mm-check {
    top: 12.5px;
}

label.mm-toggle,
label.mm-check {
    right: 50px;
}

label.mm-toggle + a,
label.mm-toggle + span {
    padding-right: 100px;
}

label.mm-check + a,
label.mm-check + span {
    padding-right: 100px;
}

a.mm-next + label.mm-toggle,
a.mm-next + label.mm-check {
    right: 100px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span,
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
    margin-right: 75px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
    padding-right: 75px;
}

a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
    padding-right: 75px;
}

em.mm-counter + a.mm-next + label.mm-toggle,
em.mm-counter + a.mm-next + label.mm-check {
    right: 150px;
}

em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span,
em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
    margin-right: 125px;
}

.mm-menu label.mm-toggle {
    background: #dedbd2;
}

.mm-menu label.mm-toggle:before {
    background: #fff;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
    background: #4b4745;
}

.mm-menu label.mm-check:before {
    border-color: #4b4745;
}

.main-nav {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-nav .close-menu-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    left: auto;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 1;
}

.main-nav .close-menu-btn:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.main-nav .close-menu-btn .bar-top,
.main-nav .close-menu-btn .bar-bottom {
    background-color: #000;
    height: 2px;
    position: absolute;
    margin-top: -2px;
    left: 0;
    top: 50%;
    width: 100%;
}

.main-nav .close-menu-btn .bar-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    transition: all 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}

.main-nav .close-menu-btn .bar-bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    transition: all 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}

.btn {
    background: #c2240c;
    background: -webkit-gradient(linear, left top, right top, from(#c2240c), color-stop(50%, #801b59), to(#801b59));
    background: linear-gradient(to right, #c2240c 0%, #801b59 50%, #801b59 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2240c', endColorstr='#801b59', GradientType=1);
    background-size: 200% auto;
    background-position: 0 100%;
    font-size: 0.8125rem;
}

.btn.small {
    font-size: 0.8125rem;
}

.btn:hover {
    background-position: 100% 0;
}

.btn.outline {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.btn.outline:hover {
    background-color: #c2240c;
    border: 2px solid #c2240c;
}

.btn.cta {
    background: transparent;
    border: 2px solid #c2240c;
    color: #c2240c;
}

.btn.cta:hover {
    background-color: #c2240c;
    border: 2px solid #c2240c;
    color: #fff;
}

@media (min-width: 992px) {
    .btn {
        padding-top: 20px;
        padding-right: 38px;
        padding-bottom: 20px;
        padding-left: 38px;
        font-size: 0.8125rem;
    }

    .btn.small {
        padding-top: 16px;
        padding-right: 26px;
        padding-bottom: 16px;
        padding-left: 26px;
        font-size: 0.8125rem;
    }
}

@media (min-width: 992px) {
    .infobox .btn {
        padding-top: 15px;
        padding-left: 38px;
        padding-bottom: 15px;
        padding-right: 38px;
    }
}

a.btn:hover,
a.btn:focus {
    color: #fff;
}

#search {
    display: none;
}

@media (min-width: 768px) {
    body.has-dockbar header.page .navbar-fixed-top {
        top: 64px;
    }

    body.has-dockbar .navbar .navbar-affix.affix-top {
        top: 64px;
    }

    body.has-dockbar .navbar .navbar-affix.affix {
        top: 22px;
    }
}

.hero-nav header.page a {
    color: #fff;
}

.hero-nav header.page .desktop-navigation .nav > li.active > a {
    color: #fff;
}

.hero-nav header.page .desktop-navigation .nav .dropdown-nav > li > a {
    color: #86837d;
}

.hero-nav header.page .desktop-navigation .nav .dropdown-nav > li > a:hover {
    color: #c2240c;
}

.hero-nav header.page .navbar.open .navbar-affix.affix-top .navbar-brand {
    -webkit-transition: all 150ms linear 150ms;
    transition: all 150ms linear 150ms;
}

.hero-nav header.page .navbar .navbar-affix {
    -webkit-transition:
        all 0.3s linear,
        background-color 150ms linear 150ms;
    transition:
        all 0.3s linear,
        background-color 150ms linear 150ms;
    border-bottom: 1px solid transparent;
}

.hero-nav header.page .navbar .navbar-affix.affix-top {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition:
        all 0.3s linear,
        background-color 150ms linear 150ms;
    transition:
        all 0.3s linear,
        background-color 150ms linear 150ms;
}

.hero-nav header.page .navbar .navbar-affix.affix-top .desktop-navigation .nav > li > a {
    color: #fff;
}

.hero-nav header.page .navbar .navbar-affix.affix-top .meta .metabox li > a.search {
    color: #fff;
}

.hero-nav header.page .navbar .navbar-affix.is-active.affix-top {
    background: #fff;
    border-bottom: 1px solid #dedbd2;
}

.hero-nav header.page .navbar .navbar-affix.is-active.affix-top .desktop-navigation .navbar-brand,
.hero-nav header.page .navbar .navbar-affix.is-active.affix-top .meta .navbar-brand {
    background-image: url("/o/eisenach-touristik-theme_1.0.0/images/custom/content/logo-ewt.png");
}

.hero-nav header.page .navbar .navbar-affix.is-active.affix-top .meta .metabox li > a.search {
    color: #86837d;
}

.hero-nav header.page .navbar .navbar-affix.affix {
    background: #fff;
    border-bottom: 1px solid #dedbd2;
}

.hero-nav header.page .navbar .navbar-affix.affix a {
    color: #4b4745;
}

.hero-nav header.page .navbar .navbar-affix.affix .navbar-brand {
    background-image: url("/o/eisenach-touristik-theme_1.0.0/images/custom/content/logo-ewt.png");
}

.hero-nav header.page .navbar .navbar-affix.affix .desktop-navigation .nav > li > a:hover {
    color: #c2240c;
}

.hero-nav header.page .navbar .navbar-affix.affix .desktop-navigation .nav > li.active > a {
    color: #c2240c;
}

.hero-nav header.page .navbar .navbar-affix .metabox > li > a.search {
    color: #86837d;
}

.hero-nav header.page .navbar.open .navbar-affix.affix-top {
    background-color: #fff;
}

.hero-nav header.page .navbar.open .navbar-affix.affix-top .desktop-navigation .nav > li > a {
    color: #86837d;
}

.hero-nav header.page .navbar.open .navbar-affix.affix-top .desktop-navigation .nav > li > a:hover {
    color: #c2240c;
}

.hero-nav header.page .navbar.open .navbar-affix.affix-top .desktop-navigation .navbar-brand {
    background-image: url("/o/eisenach-touristik-theme_1.0.0/images/custom/content/logo-ewt.png");
}

body:not(.hero-nav) .navbar .navbar-affix {
    border-bottom: 1px solid #dedbd2;
    background-color: #fff;
}

body:not(.hero-nav) .navbar .navbar-brand {
    background-image: url("/o/eisenach-touristik-theme_1.0.0/images/custom/content/logo-ewt.png");
}

.navbar {
    border-bottom: none;
}

.navbar a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar .topic .header h3 {
    color: #4b4745;
}

@media (min-width: 1200px) {
    .navbar .container {
        width: 100%;
        position: relative;
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media (min-width: 480px) and (max-width: 1199px) {
    .navbar .container {
        width: 100%;
    }
}

.navbar .navbar-affix {
    width: 100%;
    position: fixed;
}

.navbar .navbar-affix.affix-top {
    top: 0;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar .navbar-affix.affix {
    top: 0;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 992px) {
    .navbar .navbar-affix.affix {
        top: -45px;
    }
}

@media (min-width: 1200px) {
    .navbar .navbar-affix.affix .navbar-brand {
        width: 193px;
        height: 60px;
        bottom: 7px;
    }

    .navbar .navbar-affix.affix .desktop-navigation {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .navbar .navbar-affix.affix .desktop-navigation .nav {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .navbar .navbar-affix.affix .desktop-navigation .nav > li > a {
        padding-top: 27px;
        padding-bottom: 23px;
        font-size: 0.875rem;
    }
}

.navbar a:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.topbar {
    display: none;
    background-color: #c4bcb7;
    color: #fff;
}

.topbar ul.metaNav {
    list-style-type: none;
    margin: 0;
    padding: 8px 0;
}

.topbar ul.metaNav li {
    display: inline-block;
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 25px;
}

.topbar ul.metaNav li a {
    color: #000;
}

.topbar ul.metaNav li a:hover {
    color: #000;
    text-decoration: underline;
}

.topbar ul.socialnav {
    list-style-type: none;
    margin: 0;
    padding: 8px 0;
}

.topbar ul.socialnav li {
    display: inline-block;
    font-size: 13px;
    margin-right: 8px;
}

@media (min-width: 992px) {
    .topbar {
        display: block;
    }
}

.desktop-navigation .nav {
    float: right;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.desktop-navigation .nav .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    background-color: transparent;
    margin-top: -31px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-box-shadow:
        0 24px 30px 0 rgba(0, 0, 0, 0.21),
        0 10px 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow:
        0 24px 30px 0 rgba(0, 0, 0, 0.21),
        0 10px 20px 0 rgba(0, 0, 0, 0.06);
}

.desktop-navigation .nav .dropdown {
    position: static;
}

.desktop-navigation .nav .dropdown-menu {
    -webkit-transition: all 150ms linear 150ms;
    transition: all 150ms linear 150ms;
}

.desktop-navigation .nav .open > a,
.desktop-navigation .nav .open > a:hover,
.desktop-navigation .nav .open > a:focus {
    background-color: transparent;
}

.desktop-navigation .nav .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    background-color: #fff;
    margin-top: -1px;
    -webkit-transition: all 150ms linear 150ms;
    transition: all 150ms linear 150ms;
}

.desktop-navigation .nav > li.active > a {
    color: #c2240c;
}

.desktop-navigation .nav .dropdown-nav > li.active > a {
    color: #c2240c;
}

.desktop-navigation ul.metabox {
    list-style-type: none;
}

.desktop-navigation ul.metabox li {
    display: inline-block;
}

header.page .meta {
    display: block;
    height: 69px;
}

@media (min-width: 1200px) {
    header.page .meta {
        display: none;
    }
}

header.page .meta .metabox {
    margin: 0;
}

header.page .meta .metabox li {
    display: inline-block;
    line-height: 3.4;
    margin-left: 30px;
    position: relative;
    float: right;
}

header.page .meta .metabox li > a {
    color: #fff;
}

header.page .meta .metabox li > a.search {
    margin-right: 95px;
    font-size: 1.25rem;
    padding-top: 17px;
    color: #86837d;
}

header.page .meta .menu-btn {
    background: -webkit-gradient(linear, left top, right top, from(#c2240c), to(#801b59));
    background: linear-gradient(to right, #c2240c 0%, #801b59 100%);
}

header.page .meta .menu-btn .bars .bar-top,
header.page .meta .menu-btn .bars .bar-bottom {
    -webkit-transition:
        0.15s top 0.25s ease-in,
        background-color 0.5s ease,
        -webkit-transform 0.15s ease-out;
    transition:
        0.15s top 0.25s ease-in,
        background-color 0.5s ease,
        -webkit-transform 0.15s ease-out;
    transition:
        0.15s top 0.25s ease-in,
        transform 0.15s ease-out,
        background-color 0.5s ease;
    transition:
        0.15s top 0.25s ease-in,
        transform 0.15s ease-out,
        background-color 0.5s ease,
        -webkit-transform 0.15s ease-out;
    -webkit-transition:
        0.15s top 0.25s ease-in,
        transform 0.15s ease-out,
        background-color 0.5s ease;
}

header.page .meta .menu-btn.is-active .bars .bar-top {
    top: 34px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition:
        top 0.15s ease-in,
        background-color 0.5s ease,
        0.1s -webkit-transform 0.25s ease-in;
    transition:
        top 0.15s ease-in,
        background-color 0.5s ease,
        0.1s -webkit-transform 0.25s ease-in;
    transition:
        top 0.15s ease-in,
        0.1s transform 0.25s ease-in,
        background-color 0.5s ease;
    transition:
        top 0.15s ease-in,
        0.1s transform 0.25s ease-in,
        background-color 0.5s ease,
        0.1s -webkit-transform 0.25s ease-in;
    -webkit-transition:
        top 0.15s ease-in,
        0.1s transform 0.25s ease-in,
        background-color 0.5s ease;
}

header.page .meta .menu-btn.is-active .bars .bar-bottom {
    top: 34px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition:
        top 0.15s ease-in,
        background-color 0.5s ease,
        0.1s -webkit-transform 0.25s ease-in;
    transition:
        top 0.15s ease-in,
        background-color 0.5s ease,
        0.1s -webkit-transform 0.25s ease-in;
    transition:
        top 0.15s ease-in,
        0.1s transform 0.25s ease-in,
        background-color 0.5s ease;
    transition:
        top 0.15s ease-in,
        0.1s transform 0.25s ease-in,
        background-color 0.5s ease,
        0.1s -webkit-transform 0.25s ease-in;
    -webkit-transition:
        top 0.15s ease-in,
        0.1s transform 0.25s ease-in,
        background-color 0.5s ease;
}

header.page .meta .menu-btn.is-active .bars .bar-middle {
    opacity: 0;
}

.navbar .navbar-affix.is-active .meta .metabox li a {
    color: #4b4745;
}

.navbar .navbar-affix.is-active .meta .metabox li a.search {
    color: #86837d;
}

.navbar .navbar-affix.nav-up {
    top: -71px;
}

.navbar .navbar-affix.nav-down {
    top: 0;
}

@media (min-width: 992px) {
    .navbar .navbar-affix.nav-down.affix {
        top: -42px;
    }

    .navbar .navbar-affix.nav-up {
        top: -112px;
    }
}

@media (min-width: 1200px) {
    .navbar .navbar-affix.nav-up {
        top: -167px;
    }
}

nav.nav-menu {
    display: none;
    margin-bottom: calc(2.2321428571vw + 12.8571428571px);
}

nav.nav-menu .title,
nav.nav-menu h2 {
    display: block;
    margin-bottom: 10px;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #c2240c;
    font-weight: 800;
}

nav.nav-menu ul {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    list-style-type: none;
}

nav.nav-menu ul li {
    margin-left: 0;
}

nav.nav-menu ul li a {
    display: block;
    padding: 6px 0 6px 0;
    color: #4b4745;
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.2;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

nav.nav-menu ul li a:hover,
nav.nav-menu ul li a.selected {
    color: #4b4745;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (min-width: 992px) {
    nav.nav-menu {
        display: block;
        margin-bottom: 35px;
    }
}

.nav-pills {
    margin-top: -4px;
    margin-left: -2px;
    margin-right: -2px;
}

.nav-pills > li {
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 4px;
}

.nav-pills > li > a {
    background: #eeece8;
    color: #4b4745;
    font-size: 0.875rem;
    font-weight: 500;
}

.nav-pills > li > a .remove {
    line-height: 1;
    vertical-align: text-bottom;
    padding-left: 6px;
}

.nav-pills > li > a:hover {
    color: #c2240c;
    background: #eeece8;
}

.portlet-breadcrumb {
    padding: 0;
    border-bottom: none;
    background-color: #f5f5f5;
    margin-bottom: 0;
}

.portlet-breadcrumb .hide-accessible {
    display: none;
}

.portlet-breadcrumb .breadcrumb.breadcrumb-horizontal {
    list-style-type: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .portlet-breadcrumb .breadcrumb.breadcrumb-horizontal {
        max-width: 750px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .portlet-breadcrumb .breadcrumb.breadcrumb-horizontal {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .portlet-breadcrumb .breadcrumb.breadcrumb-horizontal {
        max-width: 1170px;
    }
}

@media (min-width: 1480px) {
    .portlet-breadcrumb .breadcrumb.breadcrumb-horizontal {
        max-width: 1330px;
    }
}

.portlet-breadcrumb .breadcrumb.breadcrumb-horizontal > li:first-child:before {
    content: "Sie sind hier:";
    font-family: "Work Sans", Arial, Helvetica, san-serif;
    font-weight: 500;
    position: relative;
    top: 0;
    text-transform: uppercase;
    color: #999;
    padding-right: 10px;
}

.portlet-breadcrumb .breadcrumb.breadcrumb-horizontal > li:last-child a {
    text-decoration: none;
    cursor: default;
    color: #999;
}

.portlet-breadcrumb .breadcrumb.breadcrumb-horizontal > li {
    font-size: 0.8125rem;
    padding-left: 0;
    display: inline-block;
}

.portlet-breadcrumb .breadcrumb.breadcrumb-horizontal > li a {
    text-transform: uppercase;
    text-decoration: underline;
    color: #4b4745;
    padding-right: 10px;
    font-weight: 500;
}

.portlet-breadcrumb .breadcrumb.breadcrumb-horizontal > li a:hover {
    text-decoration: none;
}

.portlet-breadcrumb .breadcrumb.breadcrumb-horizontal > li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: 500;
    position: relative;
    top: 0;
    text-transform: uppercase;
    color: #4b4745;
    padding-right: 10px;
}

.desktop-navigation .nav .navWrapper {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .desktop-navigation .nav .navWrapper {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .desktop-navigation .nav .navWrapper {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .desktop-navigation .nav .navWrapper {
        width: 1170px;
        padding: 0 3%;
    }
}

@media (min-width: 1480px) {
    .desktop-navigation .nav .navWrapper {
        width: 1330px;
    }
}

.desktop-navigation .nav .navWrapper .topic {
    margin-bottom: 0;
}

.desktop-navigation .nav .navWrapper .topic a {
    -webkit-transition: none;
    transition: none;
}

.desktop-navigation .nav .navWrapper .topic a:hover {
    -webkit-transition: none;
    transition: none;
}

.desktop-navigation .nav .dropdown-menu .title {
    display: block;
    margin-bottom: 10px;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #c2240c;
    font-weight: 800;
}

.desktop-navigation .nav .dropdown-nav {
    list-style-type: none;
    padding: 0;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

.desktop-navigation .nav .dropdown-nav > li {
    line-height: 2;
}

.desktop-navigation .nav .dropdown-nav > li > a {
    font-weight: 500;
}

.pagination ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li a {
    color: #b4afa7;
    background: transparent;
    border: 1px solid #dedbd2;
    border-radius: 0;
    width: 36px;
    height: 36px;
    line-height: 1.4;
    display: block;
    padding: 6px;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pagination ul li a:hover {
    color: #c2240c;
    background: transparent;
    border-color: #c2240c;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pagination ul li a [class*="fa-"] {
    font-size: 0.875rem;
}

.pagination ul li.active a {
    color: #fff;
    background: #c2240c;
    border-color: #c2240c;
    cursor: default;
}

.main-nav {
    top: 70px;
    background-color: #fff;
    display: none;
}

@media (min-width: 420px) {
    .main-nav {
        border-left: 1px solid #dedbd2;
    }
}

@media (min-width: 992px) {
    .main-nav.affix-top {
        top: 112px;
    }
}

.main-nav.mm-opened {
    display: block;
}

.main-nav .mm-panels {
    top: 40px;
}

.main-nav .side-nav {
    padding-left: 20px;
    padding-right: 20px;
}

.main-nav .side-nav.mm-listview.level-1,
.main-nav .side-nav.mm-listview.level-2 {
    text-transform: uppercase;
    font-weight: 700;
}

.main-nav .side-nav.mm-listview.level-1 li:first-child,
.main-nav .side-nav.mm-listview.level-2 li:first-child {
    border-top-width: 1px;
    border-top-style: solid;
}

.main-nav .mm-next.mm-fullsubopen:hover + .item,
.main-nav .item:hover {
    color: #c2240c;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
}

.main-nav .item {
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
    padding: 0;
}

.mm-listview > li.mm-selected > a {
    color: #c2240c;
}

.mm-listview > li:not(.mm-divider):after {
    left: 0;
}

.side-nav.level-3.mm-listview {
    border-color: transparent;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
}

.side-nav.level-3.mm-listview > li > a,
.side-nav.level-3.mm-listview > li > span {
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: none;
    font-weight: 500;
}

.mm-listview > li > a,
.mm-listview > li > span {
    padding-left: 10px;
}

.mm-navbar {
    border-bottom: 1px solid transparent;
}

.mm-navbar .mm-title {
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
}

.mm-panel {
    background-color: #fff;
}

.mm-menu .mm-listview > li.topnav,
.mm-menu .mm-listview > li.contact,
.mm-menu .mm-listview li.language,
.mm-menu .mm-listview > li.social {
    border-bottom: none;
    color: #86837d;
    text-transform: none;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
}

.mm-menu .mm-listview > li.topnav:after,
.mm-menu .mm-listview > li.contact:after,
.mm-menu .mm-listview li.language:after,
.mm-menu .mm-listview > li.social:after {
    display: none;
}

.mm-menu .mm-listview > li.topnav > a,
.mm-menu .mm-listview > li.topnav > span,
.mm-menu .mm-listview > li.contact > a,
.mm-menu .mm-listview > li.contact > span,
.mm-menu .mm-listview li.language > a,
.mm-menu .mm-listview li.language > span,
.mm-menu .mm-listview > li.social > a,
.mm-menu .mm-listview > li.social > span {
    padding: 15px 15px 15px 15px;
}

.mm-menu .mm-listview > li.topnav > a:hover,
.mm-menu .mm-listview > li.topnav > span:hover,
.mm-menu .mm-listview > li.contact > a:hover,
.mm-menu .mm-listview > li.contact > span:hover,
.mm-menu .mm-listview li.language > a:hover,
.mm-menu .mm-listview li.language > span:hover,
.mm-menu .mm-listview > li.social > a:hover,
.mm-menu .mm-listview > li.social > span:hover {
    color: #c2240c;
}

.mm-menu .mm-listview > li.contact {
    margin-top: 10px;
}

.mm-menu .mm-listview > li.contact .far {
    display: inline-block;
    margin-right: 5px;
}

.mm-menu .mm-listview > li.contact > a {
    display: inline-block;
}

.mm-menu .mm-listview > li.language {
    margin-left: 15px;
}

.mm-menu .mm-listview > li.language > a {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
}

.mm-menu .mm-listview > li.topnav {
    text-align: left;
}

.mm-menu .mm-listview > li.social {
    text-align: left;
    margin: 0;
    padding: 15px;
}

.mm-menu .mm-listview > li.social > a {
    display: inline-block;
    padding: 0;
    color: #fff;
}

.mm-menu .mm-listview > li.social > a:hover {
    color: #fff;
}

#mm-blocker {
    top: 70px;
}

@media (min-width: 992px) {
    #mm-blocker {
        top: 112px;
    }
}

body.error404 #main-content .portlet-borderless-container {
    max-width: none;
    margin: 90px auto 0;
}

.main-404 .icon {
    font-size: 12rem;
    color: #c2240c;
}

.main-404 .icon.fa-meh-o:before {
    content: "\f11a";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

.main-404 .image.text-right {
    text-align: left;
    margin-bottom: 35px;
}

.main-404 h2,
.main-404 p {
    margin-top: 0;
    margin-bottom: 35px;
}

.main-404 h1 {
    color: #4b4745;
}

@media (min-width: 992px) {
    body.error404 #main-content .portlet-borderless-container {
        margin: 250px auto 0;
    }

    .main-404 .icon {
        font-size: 16rem;
    }

    .main-404 .image.text-right {
        text-align: right;
    }
}

.modal .close.close-modal {
    position: absolute;
    right: 15px;
    top: 15px;
    left: auto;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 1;
}

.modal .close.close-modal .bar-top,
.modal .close.close-modal .bar-bottom {
    background-color: #000;
    height: 2px;
    position: absolute;
    margin-top: -2px;
    left: 0;
    top: 50%;
    width: 100%;
}

.modal .close.close-modal .bar-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    transition: all 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}

.modal .close.close-modal .bar-bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    transition: all 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}

.modal .modal-header .brand {
    position: relative;
    display: block;
    width: 180px;
    height: 70px;
    background-image: url("/o/eisenach-touristik-theme_1.0.0/images/custom/content/logo-ewt.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}

.modal .modal-body input,
.modal .modal-body .btn {
    margin-bottom: 10px;
}

.modal .modal-body span {
    padding-left: 3px;
}

#searchModal input {
    margin-bottom: 0;
}

#searchModal .input-group-addon {
    padding-left: 0;
    padding: 0;
}

#searchModal .input-group-addon:hover {
    cursor: pointer;
}

#searchModal .input-group-addon a {
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
}

#searchModal .input-group-addon a i {
    color: #fff;
}

#searchModal .input-group-addon a:hover i {
    color: #fff;
}

@media (min-width: 992px) {
    #formModal .main ul {
        padding-right: 0;
        padding-left: 0;
    }
}

#formModal .modal-body {
    padding-top: 30px;
}

#formModal .modal-body h2 {
    color: #4b4745;
    font-weight: 500;
}

#formModal .modal-body .btn {
    margin-top: 25px;
}

#formModal.gallery-modal .modal-dialog {
    width: 800px;
}

.modal.modal-gallery .modal-header {
    background: #fff;
    padding: 10px;
    height: 45px;
}

.modal.modal-gallery .modal-content {
    background: #fff;
    border: none;
    padding: 10px;
}

.modal.modal-gallery .carousel {
    height: 65vw;
}

.modal.modal-gallery .carousel .carousel-inner {
    height: 100%;
}

.modal.modal-gallery .carousel .carousel-caption {
    height: 100%;
    width: 100%;
    padding-bottom: 50px;
    position: relative;
}

.modal.modal-gallery .carousel .item {
    height: 100%;
    text-align: center;
}

.modal.modal-gallery .carousel .item img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.modal.modal-gallery .carousel .item figcaption {
    width: 100%;
    position: absolute;
    bottom: 10px;
}

.modal.modal-gallery .carousel .carousel-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.modal.modal-gallery .carousel .carousel-control:hover {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
}

.modal.modal-gallery .carousel .carousel-control.left {
    left: 10px;
}

.modal.modal-gallery .carousel .carousel-control.right {
    right: 10px;
}

.modal.modal-gallery .carousel .carousel-control .iconbox {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background-color: #dedbd2;
    color: #86837d;
}

@media (min-width: 768px) {
    .modal.modal-gallery .modal-lg {
        width: 750px;
    }

    .modal.modal-gallery .carousel {
        height: 460px;
    }

    .modal.modal-gallery .carousel .carousel-caption {
        width: 600px;
        margin: auto;
    }
}

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

    .modal.modal-gallery .carousel {
        height: 580px;
    }

    .modal.modal-gallery .carousel .carousel-caption {
        width: 800px;
        margin: auto;
    }
}

@media (min-width: 1200px) {
    .modal.modal-gallery .modal-lg {
        width: 1150px;
    }

    .modal.modal-gallery .carousel {
        height: 650px;
    }

    .modal.modal-gallery .carousel .carousel-caption {
        width: 900px;
        margin: auto;
    }

    .modal.modal-gallery .carousel .carousel-control.left {
        left: 20px;
    }

    .modal.modal-gallery .carousel .carousel-control.right {
        right: 20px;
    }
}

#searchModal form button[type="submit"] {
    padding-top: 13px;
    padding-bottom: 13px;
}

#searchModal .modal-header {
    padding-bottom: 0;
    position: relative;
}

#searchModal .modal-header .close-modal {
    right: 30px;
    top: 30px;
}

#searchModal .modal-content {
    border: none;
}

#searchModal .modal-dialog {
    margin: 0;
}

@media (min-width: 768px) {
    #searchModal .modal-dialog {
        width: 100%;
    }
}

.main.content-search h2 {
    margin-bottom: 35px;
}

.content-search button[type="submit"] {
    padding-top: 13px;
    padding-bottom: 13px;
}

.search-results .table-bordered {
    border: none;
    border-top: none;
}

.search-results .table-bordered > thead > tr > th,
.search-results .table-bordered > thead > tr > td,
.search-results .table-bordered > tbody > tr > th,
.search-results .table-bordered > tbody > tr > td,
.search-results .table-bordered > tfoot > tr > th,
.search-results .table-bordered > tfoot > tr > td {
    border-color: #dedbd2;
}

.search-results .table-bordered td {
    border-left: none;
    border-top: none;
    border-right: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.search-results .table-bordered td a {
    text-decoration: none;
}

.search-results .table-bordered td a h4 {
    color: #4b4745;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.search-results .table-bordered td a p {
    margin-bottom: 10px;
    margin-top: 0;
}

.search-results .table-bordered td a .highlight {
    color: #4b4745;
    border-bottom: 1px solid #c2240c;
}

.search-results .table-bordered td a .url {
    color: #b4afa7;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.search-results .table-bordered td a:hover h4,
.search-results .table-bordered td a:hover .url,
.search-results .table-bordered td a:hover .highlight {
    color: #c2240c;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.event-search-header {
    margin-bottom: calc(2.2321428571vw + 7.8571428571px);
}

@media (min-width: 992px) {
    .event-search-header {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.event-search-header .text-input {
    display: table;
}

.event-search-header .text-input input {
    margin-bottom: 0;
}

.event-search-header .text-input .input-group-addon {
    padding: 0;
}

.event-search-header .text-input button.icon {
    background: transparent;
    border: none;
    color: #fff;
    height: auto;
    width: auto;
    padding: 14px 12px;
}

.event-search-header .text-input button.icon:focus {
    outline: none;
    border: none;
}

.event-search-header .input-group-addon:hover {
    cursor: pointer;
}

.event-search-header .date {
    display: none;
}

@media (min-width: 992px) {
    .event-search-header {
        margin-bottom: 30px;
    }

    .event-search-header .date {
        display: table;
    }
}

.event-search.nav-menu .nav > li > a {
    font-weight: 500;
}

.event-search.nav-menu .nav > li > a:hover {
    color: #c2240c;
    background: transparent;
}

.event-search.mobile {
    text-align: center;
    padding-top: calc(5.9523809524vw + 0.9523809524px);
}

.event-search.mobile .title {
    display: block;
    margin-bottom: 10px;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #c2240c;
    font-weight: 800;
    margin-bottom: 10px;
}

.event-search.mobile .btn-group .btn {
    width: 100%;
}

.event-search.mobile .btn-group .dropdown-menu {
    width: 100%;
    color: #4b4745;
    background: #fff;
    padding: 15px 0;
    -webkit-box-shadow:
        0 24px 30px 0 rgba(0, 0, 0, 0.21),
        0 10px 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow:
        0 24px 30px 0 rgba(0, 0, 0, 0.21),
        0 10px 20px 0 rgba(0, 0, 0, 0.06);
}

.event-search.mobile .btn-group .dropdown-menu > li > a {
    font-weight: 500;
}

@media (min-width: 992px) {
    .event-results {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.event-container .columns-2-right > .row {
    -ms-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.event-container .nested-content-column {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.event-container .nested-sidebar-column {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width: 992px) {
    .event-container .columns-2-right .row {
        display: block;
    }

    .event-container .nested-content-column {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .event-container .nested-sidebar-column {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.event-result-header {
    border-bottom: 1px solid #dedbd2;
    margin-bottom: calc(2.2321428571vw + 12.8571428571px);
}

@media (min-width: 992px) {
    .event-result-header {
        margin-bottom: 35px;
        padding-bottom: 10px;
    }
}

.event-result-header p {
    margin-bottom: 0;
}

.nested-sidebar-column > .nested-sidebar-column {
    margin-bottom: 0;
}

.nested-content-column .formular .form.content .block,
.layout-sidebar-right .content-column .formular .form.content .block {
    margin-top: calc(2.2321428571vw + 12.8571428571px);
    margin-bottom: calc(2.2321428571vw + 12.8571428571px);
}

@media (min-width: 992px) {
    .nested-content-column .formular .form.content .block,
    .layout-sidebar-right .content-column .formular .form.content .block {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

@media (min-width: 992px) {
    .nested-content-column .formular .form.content,
    .layout-sidebar-right .content-column .formular .form.content {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.formular.box input,
.formular.opening-hours.card input {
    height: 40px;
}

.formular.box select,
.formular.opening-hours.card select {
    padding: 7px 10px;
}

.formular .alert {
    background: transparent;
}

.formular .alert.show {
    padding-left: 0;
}

.formular .alert.error {
    background: transparent;
    color: #ed1c24;
}

.formular .checkError {
    background: transparent;
    color: #ed1c24;
}

.formular .form.content h4 {
    margin-bottom: calc(1.4880952381vw + 10.2380952381px);
}

@media (min-width: 992px) {
    .formular .form.content h4 {
        margin-bottom: 25px;
    }
}

.formular .form.content p {
    margin-bottom: calc(0.744047619vw + 7.619047619px);
}

@media (min-width: 992px) {
    .formular .form.content p {
        margin-bottom: 15px;
    }
}

.formular .btn-group {
    position: relative;
    margin-bottom: calc(1.4880952381vw + 10.2380952381px);
}

@media (min-width: 992px) {
    .formular .btn-group {
        margin-bottom: 25px;
    }
}

.formular .form-group {
    position: relative;
}

.formular .dropdown-toggle {
    background-color: #fff;
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #dedbd2;
    color: #4b4745;
    width: 100%;
    font-weight: 500;
}

.formular .dropdown-toggle [class*="fa-"] {
    font-size: 1.2rem;
    padding-top: 4px;
}

.formular .dropdown-menu {
    width: 100%;
    border: 1px solid #dedbd2;
    padding: 0;
    margin-top: -3px;
}

.formular .dropdown-menu > li > a {
    font-weight: 500;
    color: #4b4745;
    padding-top: 5px;
    padding-bottom: 5px;
}

.formular .dropdown-menu > li > a:hover {
    background-color: #c2240c;
    color: #fff;
}

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

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="checkbox"],
input[type="password"],
textarea,
select {
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="checkbox"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    position: relative;
    font-weight: 400;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-weight: 400;
    color: #4b4745;
    font-size: 1rem;
    line-height: 1.1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    font-weight: 400;
    color: #4b4745;
    font-size: 1rem;
    line-height: 1.1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    font-weight: 400;
    color: #4b4745;
    font-size: 1rem;
    line-height: 1.1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-weight: 400;
    color: #4b4745;
    font-size: 1rem;
    line-height: 1.1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

input[type="text"]:-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
    line-height: 1.6;
}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

input[type="text"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="url"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

input[type="text"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="url"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

input[type="text"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="checkbox"],
input[type="password"],
textarea {
    border: 1px solid #dedbd2;
    margin-bottom: calc(1.4880952381vw + 10.2380952381px);
}

@media (min-width: 992px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    input[type="checkbox"],
    input[type="password"],
    textarea {
        margin-bottom: 25px;
    }
}

input[type="text"].mandatory,
input[type="email"].mandatory,
input[type="tel"].mandatory,
input[type="url"].mandatory,
input[type="checkbox"].mandatory,
input[type="password"].mandatory,
textarea.mandatory {
    border-color: #c2240c;
    background-color: rgba(194, 36, 12, 0.3);
}

input[type="hidden"].mandatory + button[data-toggle="dropdown"] {
    border-color: #c2240c;
    background-color: rgba(194, 36, 12, 0.3);
}

input[type="checkbox"] {
    width: 30px;
    height: 30px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"] {
    width: 100%;
    height: 50px;
    padding: 10px;
}

input[type="password"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

select {
    width: 100%;
    padding: 10px;
    border: 1px solid #dedbd2;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'><polygon points='0,0 60,0 30,40' style='fill:%23c2240c;'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 9px 10px;
    margin-bottom: calc(1.4880952381vw + 5.2380952381px);
}

@media (min-width: 992px) {
    select {
        margin-bottom: 20px;
    }
}

label + select {
    margin-top: 5px;
}

option {
    border: 1px solid #dedbd2;
}

option:hover {
    background-color: #c2240c;
}

input[type="checkbox"]:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    font-size: 1rem;
    color: #4b4745;
    display: block;
    text-align: center;
    line-height: 28px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

input[type="checkbox"]:checked:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

input[type="checkbox"]:hover {
    cursor: pointer;
}

input[type="checkbox"] + span {
    padding-top: 3px;
}

.checkbox {
    margin-bottom: 25px;
}

.checkbox input[type="checkbox"] {
    position: absolute;
}

.checkbox span {
    margin-left: 40px;
    display: inline-block;
}

.checkbox.mandatory input[type="checkbox"] {
    border-color: #c2240c;
    background-color: rgba(194, 36, 12, 0.3);
}

.checkbox a {
    border-bottom: 2px solid #4b4745;
}

textarea {
    width: 100%;
    padding: 10px;
}

label.placeholder {
    font-weight: 500;
    position: absolute;
    top: -25px;
    left: 25px;
    font-size: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: all 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);
    transition: all 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);
}

input:focus + label.placeholder,
textarea:focus + label.placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.captcha #captchaImage {
    height: 50px;
    vertical-align: top;
}

.captcha .refresh-btn {
    color: #4b4745;
    padding: 5px 15px;
    display: inline-block;
    vertical-align: text-bottom;
}

.captcha input {
    margin-top: 10px;
}

@media (min-width: 480px) {
    .captcha input {
        max-width: 150px;
        margin-top: 0;
    }
}

.captcha .btn {
    display: inline-block;
}

@media (min-width: 768px) {
    .captcha .btn {
        float: right;
    }
}

.input-group {
    position: relative;
    margin-bottom: calc(1.4880952381vw + 10.2380952381px);
}

.input-group input {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .input-group {
        margin-bottom: 25px;
    }
}

.input-group .input-group-addon {
    color: #fff;
}

.accomodation {
    border: 1px solid #dedbd2;
    padding: calc(2.2321428571vw + 7.8571428571px);
}

.accomodation h4 {
    margin-bottom: calc(1.4880952381vw + 5.2380952381px);
}

@media (min-width: 992px) {
    .accomodation {
        padding: 30px;
    }

    .accomodation h4 {
        margin-bottom: 20px;
    }
}

.main.login .formular .form.content .block {
    margin-top: 0;
}

.main.login .btn[type="submit"] {
    display: block;
    margin-top: 0;
}

.banner.hero .item {
    position: absolute;
    top: 0;
}

.banner.hero .item:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        color-stop(50%, rgba(0, 0, 0, 0.4)),
        to(rgba(0, 0, 0, 0.8))
    );
    background: linear-gradient(to left, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 10;
}

.banner.hero .carousel-caption h2,
.banner.hero .carousel-caption .h1,
.banner.hero .carousel-caption .h2 {
    text-transform: uppercase;
}

.banner.hero.clearImg .item {
    position: absolute;
    top: 0;
}

.banner.hero.clearImg .item:before {
    content: none;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        color-stop(50%, rgba(0, 0, 0, 0.4)),
        to(rgba(0, 0, 0, 0.8))
    );
    background: linear-gradient(to left, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 10;
}

.banner.animated-background .banner-image-container {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.banner.animated-background .banner-image-container .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.banner.animated-background .banner-image-container .item:first-child {
    opacity: 1;
}

.banner.animated-background .banner-image-container .item.gradient:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(50%, rgba(0, 0, 0, 0.4)),
        to(rgba(0, 0, 0, 0.8))
    );
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 10;
}

.banner.animated-background .carousel-caption .h1,
.banner.animated-background .carousel-caption .h2 {
    text-transform: uppercase;
}

.banner.site .item {
    position: absolute;
    top: 0;
}

.banner.site .item:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.banner.site .carousel-caption h2,
.banner.site .carousel-caption .h1,
.banner.site .carousel-caption .h2 {
    text-transform: uppercase;
}

body.hero-nav .top-column .banner.site .text {
    margin-top: calc(5.2083333333vw + 8.3333333333px);
}

@media (min-width: 992px) {
    body.hero-nav .top-column .banner.site .text {
        margin-top: 120px;
    }
}

.banner .carousel-caption p a {
    color: #fff;
}

.banner .carousel-caption p a:hover,
.banner .carousel-caption p a:focus {
    color: #fff;
}

.banner.site.webcontent .item:before {
    display: none;
}

.banner.site.webcontent .carousel-caption {
    width: calc(100% - 40px);
    -webkit-box-shadow: 0px 0px 22px 10px rgba(7, 6, 5, 0.1);
    box-shadow: 0px 0px 22px 10px rgba(7, 6, 5, 0.1);
}

@media (min-width: 480px) {
    .banner.site.webcontent .carousel-caption {
        width: auto;
        max-width: 380px;
    }
}

.banner.site.webcontent .carousel-caption h3.h4,
.banner.site.webcontent .carousel-caption .opening-hours.card .card-header h3.card-title,
.opening-hours.card .card-header .banner.site.webcontent .carousel-caption h3.card-title {
    color: #c2240c;
    font-weight: 700;
}

.banner.site.webcontent .carousel-caption span {
    color: #b4afa7;
    font-style: italic;
    font-family:
        Georgia,
        Times New Roman,
        Times,
        serif;
}

.banner.site.webcontent .carousel-control {
    z-index: 100;
}

.banner-50 .background-image {
    height: 650px;
    background-size: cover;
}

.banner-50 img {
    width: 100%;
}

.banner-50 .carousel-caption {
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #86837d;
    padding: 7%;
}

@media (max-width: 991px) {
    .banner-50 .carousel-caption {
        padding-left: 0;
        padding-right: 0;
    }
}

.banner-50 .carousel-caption p.h4,
.banner-50 .carousel-caption .opening-hours.card .card-header p.card-title,
.opening-hours.card .card-header .banner-50 .carousel-caption p.card-title {
    color: #c2240c;
    font-weight: 700;
    margin-bottom: 8px;
}

.banner-50 .carousel-caption h3 {
    color: #4b4745;
}

.banner-50 .carousel-caption span {
    color: #b4afa7;
    font-style: italic;
    font-family:
        Georgia,
        Times New Roman,
        Times,
        serif;
}

.banner-50 .carousel-caption p {
    font-size: 1.125rem;
    width: auto;
    margin-top: 16px;
    margin-bottom: 16px;
}

.banner-50 .carousel-control {
    opacity: 1;
    top: 50%;
}

.banner-50 .carousel-control.right {
    position: absolute;
    right: -2%;
    top: 300px;
}

@media (max-width: 991px) {
    .banner-50 .carousel-control.right {
        display: block;
        right: -4%;
        top: 300px;
    }
}

.banner-50 .carousel-control.left {
    position: absolute;
    left: -2%;
    top: 300px;
}

@media (max-width: 991px) {
    .banner-50 .carousel-control.left {
        display: block;
        left: -4%;
        top: 300px;
    }
}

@media (min-width: 992px) {
    .banner-50 .carousel-control .iconbox {
        height: 48px;
        width: 48px;
        line-height: 48px;
        font-size: 32px;
    }
}

.banner-50 .image-slider .carousel-control.right {
    display: block;
    right: -4%;
    top: 50%;
}

.banner-50 .image-slider .carousel-control.left {
    display: block;
    left: -4%;
    top: 50%;
}

.teaser.download .image + .text {
    padding-left: 60px;
}

@media (min-width: 992px) {
    .nested-content-column .teaser.download,
    .layout-sidebar-right .content-column .teaser.download {
        padding-right: 5%;
        padding-left: 5%;
    }
}

.teaser.event .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: calc(2.2321428571vw + 12.8571428571px);
    padding-bottom: calc(2.2321428571vw + 12.8571428571px);
    border-bottom: 1px solid #dedbd2;
}

.teaser.event .item:hover {
    color: #c2240c;
}

.teaser.event .date {
    margin-right: calc(3.5714285714vw + -0.4285714286px);
    margin-left: calc(3.5714285714vw + -0.4285714286px);
}

.teaser.event .date span {
    display: block;
    text-align: center;
}

.teaser.event .date .day {
    font-size: 1.375rem;
    font-size: calc(1.05rem + 1.5338042381vw);
    font-weight: 900;
    line-height: 1;
}

.teaser.event .date .month {
    font-size: 0.875rem;
    font-size: calc(0.85rem + 0.2421796165vw);
    font-family:
        Georgia,
        Times New Roman,
        Times,
        serif;
    font-style: italic;
}

.teaser.event .image {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin-top: 5px;
    margin-right: calc(3.5714285714vw + -0.4285714286px);
    height: calc(11.6071428571vw + -7.1428571429px);
    width: calc(19.3452380952vw + -11.9047619048px);
    margin-bottom: 0;
}

.teaser.event .image img {
    max-width: none;
    height: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.teaser.event .text {
    line-height: 1.4;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.teaser.event .text h3,
.teaser.event .text .place {
    margin-bottom: 0.5vw;
}

.teaser.event .text h3 {
    font-size: 1.2rem;
    font-size: calc(0.93rem + 0.7588294652vw);
}

.teaser.event .text time,
.teaser.event .text .place {
    color: #b4afa7;
    font-size: 0.75rem;
    font-size: 0.8125rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    font-weight: 500;
}

.teaser.event .text time .far,
.teaser.event .text .place .far {
    width: 0.875rem;
    display: inline-block;
    text-align: center;
}

.teaser.event .text p {
    font-size: 0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}

@media (min-width: 992px) {
    .teaser.event .item {
        margin-bottom: 35px;
        padding-bottom: 35px;
    }

    .teaser.event .image {
        margin-right: 1.5rem;
        height: 7rem;
        width: 8.75rem;
    }

    .teaser.event .date {
        margin-right: 35px;
        margin-left: 35px;
    }

    .teaser.event .date .day {
        font-size: 3.375rem;
    }

    .teaser.event .date .month {
        font-size: 1.3125rem;
    }

    .teaser.event .text time,
    .teaser.event .text .place {
        font-size: 0.8125rem;
    }

    .teaser.event .text h3 {
        font-size: 1.4rem;
    }
}

.topic .item .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: transform 400ms ease;
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition:
        transform 400ms ease,
        -webkit-transform 400ms ease;
}

.topic .item:hover .image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 400ms ease;
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition:
        transform 400ms ease,
        -webkit-transform 400ms ease;
}

.topic .header .btn {
    margin-top: calc(2.2321428571vw + 12.8571428571px);
}

.topic .header .table + .btn {
    margin-top: 0;
}

@media (min-width: 992px) {
    .topic .header .btn {
        margin-top: 35px;
    }
}

.topic.border {
    border: 1px solid #dedbd2;
}

.topic.border .header {
    padding-left: calc(2.2321428571vw + 7.8571428571px);
    padding-right: calc(2.2321428571vw + 7.8571428571px);
}

.topic.border .header .btn {
    margin-top: 0;
}

@media (min-width: 992px) {
    .topic.border .header {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.topic.sponsoren {
    padding: 10px;
    margin-bottom: calc(2.2321428571vw + 7.8571428571px);
}

.topic.sponsoren .item .image {
    text-align: center;
}

.topic.sponsoren .item .image img {
    width: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (min-width: 992px) {
    .topic.sponsoren {
        margin-bottom: 30px;
    }
}

.topic .list {
    margin-top: 20px;
    margin-bottom: 20px;
}

.topic .badge {
    margin: 12px 8px 0 0;
    padding: 3px 6px 2px 6px;
    display: inline-block;
    border: 1px solid #801b59;
    color: #801b59;
    border-radius: 3px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 600;
}

.topic .badge .far {
    padding-bottom: 2px;
    padding-right: 2px;
    font-size: 15px;
    vertical-align: middle;
}

.topic .badge.single {
    border: 1px solid #797b22;
    color: #797b22;
}

.topic.simple .image {
    max-height: none;
    height: 0;
    width: 100%;
    padding-bottom: 66%;
}

.topic.simple .header {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: calc(0.744047619vw + 2.619047619px);
    min-height: 67px;
}

.topic.simple.image.left .row,
.topic.simple.image.left [class*="col-"] {
    height: 100%;
    overflow: hidden;
}

.topic.simple.image.left .image {
    height: 100%;
    max-height: 100%;
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
}

.topic.simple.image.left .item:hover .image {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
}

.topic.simple.image.left .header {
    padding-top: calc(2.2321428571vw + 7.8571428571px);
    padding-right: calc(2.2321428571vw + 7.8571428571px);
    padding-bottom: calc(2.2321428571vw + 7.8571428571px);
    padding-left: calc(2.2321428571vw + 7.8571428571px);
    margin-top: 0;
}

.topic.simple.image.left .header .subheadline {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .topic.simple.image.left .header h4 {
        font-size: 1.2rem;
        font-size: calc(0.925rem + 0.7265388496vw);
    }
}

.topic.simple.image.left .header p {
    line-height: 1.3;
}

.topic.simple.image.left.partner .image {
    min-height: auto;
    padding-right: calc(2.2321428571vw + 7.8571428571px);
    padding-left: calc(2.2321428571vw + 7.8571428571px);
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-bottom: calc(1.4880952381vw + 10.2380952381px);
    padding-bottom: 0;
}

.topic.simple.image.left.partner .image img {
    width: auto;
    max-height: 150px;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.topic.simple.image.left.partner .header {
    padding-top: 0;
    padding-bottom: 0;
}

.topic.simple.image.left.partner .item:hover .header .link {
    color: #c2240c;
    border-color: #c2240c;
}

@media (min-width: 768px) {
    .topic.simple.image.left {
        height: 250px;
    }

    .topic.simple.image.left.partner {
        height: auto;
    }

    .topic.simple.image.left.partner .image {
        text-align: center;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .topic.simple {
        margin-bottom: 40px;
    }

    .topic.simple .header {
        margin-top: 20px;
    }

    .topic.simple.image.left .header {
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
    }

    .topic.simple.image.left.partner .image {
        padding-right: 0;
        padding-left: 0;
    }

    .topic.simple.image.left.partner .header {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.topic.background-image .image:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (min-width: 1200px) {
    .topic.background-image .header .h4,
    .topic.background-image .header .opening-hours.card .card-header .card-title,
    .opening-hours.card .card-header .topic.background-image .header .card-title {
        font-size: 1.2rem;
    }
}

@media (min-width: 1480px) {
    .topic.background-image .header .h4,
    .topic.background-image .header .opening-hours.card .card-header .card-title,
    .opening-hours.card .card-header .topic.background-image .header .card-title {
        font-size: 1.6rem;
    }
}

.topic.background-image.theme {
    max-height: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: auto;
}

.topic.background-image.theme .image:after {
    margin: 10px;
    background-color: rgba(17, 17, 17, 0.3);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.topic.background-image.theme .item:hover .image {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.topic.background-image.theme .item:hover .image:after {
    background-color: rgba(165, 38, 22, 0.9);
}

.topic.background-image.theme .header {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: calc(3.7202380952vw + 13.0952380952px);
    padding-right: calc(3.7202380952vw + 13.0952380952px);
}

.topic.background-image.theme .header .subheadline {
    position: relative;
    top: auto;
    left: auto;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-bottom: 15px;
    border: 2px solid #fff;
}

@media (min-width: 992px) {
    .topic.background-image.theme .header {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.contact .item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 33, 51, 0.5)),
        color-stop(50%, transparent),
        to(transparent)
    );
    background: linear-gradient(to bottom, rgba(0, 33, 51, 0.5) 0%, transparent 50%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6002133', endColorstr='#00000000',GradientType=0 );
}

.contact .container {
    z-index: 1;
    position: relative;
}

.contact .header .round-image {
    height: 180px;
    width: 180px;
    margin: 0 auto 20px;
    border: double 5px transparent;
    border-radius: 120px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)),
        radial-gradient(circle at top left, #fff, #fff);
    background-image: linear-gradient(#fff, #fff), radial-gradient(circle at top left, #fff, #fff);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.contact .header span {
    display: block;
}

.contact .header span.position {
    font-size: 0.75rem;
}

.contact .item.blue .header .round-image {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)),
        radial-gradient(circle at top left, #0cf, #0091ff);
    background-image: linear-gradient(#fff, #fff), radial-gradient(circle at top left, #0cf, #0091ff);
}

.contact .item.blue .header span {
    display: block;
}

.contact .item.blue .header span.position {
    color: #757575;
}

.contact .item.green .header .round-image {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)),
        radial-gradient(circle at top left, #00e676, #00d9bc);
    background-image: linear-gradient(#fff, #fff), radial-gradient(circle at top left, #00e676, #00d9bc);
}

.contact .item.green .header span {
    display: block;
}

.contact .item.green .header span.position {
    color: #b4afa7;
}

.contact .item.magenta .header .round-image {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)),
        radial-gradient(circle at top left, #f50057, #be2e7d);
    background-image: linear-gradient(#fff, #fff), radial-gradient(circle at top left, #f50057, #be2e7d);
}

.contact .item.magenta .header span {
    display: block;
}

.contact .item.magenta .header span.position {
    color: #4b4745;
}

@media (min-width: 768px) {
    .contact .header span.position {
        font-size: 0.875rem;
    }
}

@media (min-width: 768px) {
    .contact .item:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 33, 51, 0.2);
    }
}

@media (min-width: 992px) {
    .contact {
        font-size: 20px;
    }

    .contact .header .round-image {
        height: 220px;
        width: 220px;
    }
}

.keyfacts {
    background: linear-gradient(125deg, #c2240c 0%, #801b59 100%);
    color: #fff;
}

.keyfacts .panel-title {
    color: #fff;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.keyfacts .panel-heading .item:hover .panel-title {
    color: #fff;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.keyfacts .lead {
    margin-bottom: calc(2.2321428571vw + 12.8571428571px);
}

.keyfacts .lead [class*="fa-"] {
    font-size: 3rem;
    font-size: calc(1.25rem + 2.8254288597vw);
    margin-bottom: 10px;
}

.keyfacts .lead h2 {
    color: #fff;
    background: none;
    font-weight: 700;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #fff;
}

.keyfacts .panel-body .main {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) {
    .keyfacts .panel-body .main ul {
        padding-left: 0;
        padding-right: 0;
    }
}

.keyfacts .panel-body .main .text > *:last-child:not(address) {
    margin-bottom: 0;
}

.keyfacts .panel-body .main .text address {
    border-bottom: 1px solid #4b4745;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.keyfacts .panel-body .main .text address p {
    margin-bottom: 0;
    font-style: normal;
}

.keyfacts .panel-body .main:last-child .text address {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.keyfacts .accordion__icon {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 33px;
    right: 0;
    background: transparent;
    line-height: 1.8;
    text-align: center;
    vertical-align: middle;
}

.keyfacts .accordion__icon line {
    stroke: #fff;
    stroke-width: 14;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);
    transition: all 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);
}

.keyfacts .accordion__icon line:nth-child(2) {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (min-width: 992px) {
    .keyfacts .accordion__icon {
        width: 16px;
        height: 16px;
    }
}

.keyfacts .item.collapsed .accordion__icon line:nth-child(2) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media (min-width: 992px) {
    .keyfacts .lead.style2 {
        margin-bottom: 35px;
    }

    .keyfacts .lead.style2 [class*="fa-"] {
        font-size: 5rem;
    }
}

@media (max-width: 1199px) {
    .keyfacts .panel .panel-heading h4 {
        font-size: 1.1rem;
    }
}

.faq .accordion__icon {
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(2.2321428571vw + 7.8571428571px);
    right: 0;
    background: transparent;
    line-height: 1.8;
    text-align: center;
    vertical-align: middle;
}

.faq .accordion__icon line {
    stroke: #4b4745;
    stroke-width: 0.8rem;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);
    transition: all 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);
}

.faq .accordion__icon line:nth-child(2) {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (min-width: 992px) {
    .faq .accordion__icon {
        width: 16px;
        height: 16px;
        top: 30px;
    }
}

.faq .text h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.faq .panel-heading a {
    text-decoration: none;
}

.faq .item.collapsed .accordion__icon line:nth-child(2) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

footer {
    background: #c2240c;
}

footer .foot-logo {
    margin: 0 auto 60px;
    width: 100%;
    max-width: 300px;
}

footer .foot-logo img {
    width: 100%;
    height: auto;
}

footer .footer-content {
    border-bottom: 1px solid #a9123c;
}

footer .footer-content .social {
    margin: 40px 0;
    text-align: center;
}

footer .footer-content .social .iconbox {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    margin: 0 5px;
}

footer .footer-content .address-box a {
    color: #fff;
}

footer .footer-content .col-xs-6:nth-child(2n + 1) {
    clear: both;
}

@media (min-width: 768px) {
    footer .footer-content .col-xs-6:nth-child(2n + 1) {
        clear: none;
    }
}

footer .copyright {
    padding: 20px 15px;
    color: #fff;
    font-size: 0.875rem;
    font-size: calc(0.825rem + 0.0807265388vw);
}

footer .copyright a {
    color: #fff;
}

footer .copyright a:hover {
    color: #fff;
}

@media (min-width: 992px) {
    footer .copyright {
        font-size: 0.875rem;
    }
}

footer .links {
    margin-bottom: 20px;
}

@media (min-widht: 992px) {
    footer .links {
        margin-bottom: 0;
    }
}

footer .iconbox {
    background-color: #fff;
    color: #c2240c;
}

.main header h1:after,
.main header .h1:after,
.main header h2:after,
.main header .h2:after {
    content: "";
    display: block;
    width: 10rem;
    border-bottom: 6px solid #c2240c;
    margin: 25px 0 0 0;
}

.main a {
    text-decoration: underline;
}

.main .image a.thumbnail {
    display: block;
    text-decoration: none;
    position: relative;
    bottom: 0;
}

.main.wrapper {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) {
    .main.wrapper {
        margin-left: 3%;
        margin-right: 3%;
    }
}

.news.main {
    position: relative;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.news.main header {
    max-width: 820px;
    margin: auto;
    text-align: center;
}

.news.main header .subheadline {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.3;
    border-bottom: 3px solid #c2240c;
    text-transform: uppercase;
    font-weight: 700;
}

.news.main header h1:after,
.news.main header .h1:after,
.news.main header h2:after,
.news.main header .h2:after {
    margin-left: auto;
    margin-right: auto;
}

.news.main .social .iconbox:hover,
.news.main .back .iconbox:hover {
    color: #4b4745;
    border-color: #4b4745;
}

.news.main .social span,
.news.main .back span {
    font-size: 0.8125rem;
    display: none;
}

.news.main .author .round-image {
    display: block;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

.news.main .author .name {
    display: inline-block;
    text-align: left;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}

.news.main .author .name time {
    display: block;
    margin-top: 7px;
    font-size: 14px;
    text-transform: uppercase;
    color: #4b4745;
    letter-spacing: 1px;
}

.news.main .image.bannerImage {
    max-height: 600px;
}

.news.main .back {
    text-align: left;
    position: absolute;
    right: 5px;
    top: 0;
}

.news.main .back .iconbox {
    margin-right: 0;
}

@media (min-width: 992px) {
    .news.main header .subheadline {
        letter-spacing: 2px;
    }

    .news.main .back span,
    .news.main .social span {
        display: block;
    }

    .news.main .back {
        text-align: center;
        top: 160px;
        right: 0;
    }
}

@media (min-width: 1200px) {
    .news.main header h1 {
        font-size: 4rem;
    }

    .news.main .back {
        position: absolute;
        top: 160px;
        right: -8%;
    }
}

.lead p a {
    color: #86837d;
}

.lead p a:hover,
.lead p a:focus {
    color: #86837d;
}

.map .lead {
    text-align: left;
    margin-bottom: calc(5.2083333333vw + 8.3333333333px);
}

.map .lead p {
    width: 100%;
}

.map iframe {
    width: 100%;
    height: 500px;
}

@media (min-width: 992px) {
    .map .lead {
        margin-bottom: 60px;
    }
}

.box,
.opening-hours.card {
    margin-bottom: calc(2.9761904762vw + 10.4761904762px);
}

.box.contact-box .image,
.contact-box.opening-hours.card .image {
    margin-bottom: calc(3.7202380952vw + 13.0952380952px);
}

.box.contact-box .image img,
.contact-box.opening-hours.card .image img {
    width: 100%;
}

@media (min-width: 992px) {
    .box,
    .opening-hours.card {
        margin-bottom: 40px;
    }
}

.box.border,
.border.opening-hours.card {
    padding: calc(2.2321428571vw + 7.8571428571px);
    border: 1px solid #dedbd2;
}

@media (min-width: 992px) {
    .box.border,
    .border.opening-hours.card {
        padding: 30px;
    }
}

.box .table.list,
.opening-hours.card .table.list {
    font-size: 0.825rem;
    font-size: calc(0.8375rem + 0.1614530777vw);
}

.box .table.list h4,
.opening-hours.card .table.list h4 {
    font-weight: 700;
}

.box .table.list td,
.opening-hours.card .table.list td {
    padding-left: 0;
    padding-right: 0;
}

.box .table.list [class*="fa-"],
.opening-hours.card .table.list [class*="fa-"] {
    color: #b4afa7;
    margin-right: 8px;
}

@media (min-width: 992px) {
    .box .table.list,
    .opening-hours.card .table.list {
        font-size: 0.9375rem;
    }
}

.box.formular .text h4,
.formular.opening-hours.card .text h4 {
    margin-bottom: 15px;
}

.topic.image .table.list.col-1 td:first-child {
    width: auto;
    padding-left: 33px;
}

.table {
    font-size: 0.825rem;
    font-size: calc(0.8375rem + 0.1614530777vw);
    font-weight: 500;
    border-bottom: 1px solid #dedbd2;
}

.table h4 {
    font-weight: 700;
}

.table > thead > tr > th {
    padding-top: 0;
    padding-bottom: 11px;
    border-bottom: 1px solid #dedbd2;
}

.table > thead tr td,
.table > tbody tr td,
.table > tfoot tr td {
    line-height: 1.4;
}

.table [class*="fa-"] {
    color: #b4afa7;
    position: absolute;
    left: 8px;
    top: 12px;
}

@media (min-width: 992px) {
    .table {
        font-size: 0.9375rem;
    }
}

.table.list td:first-child {
    width: 45%;
    padding-left: 33px;
    padding-right: 1px;
    position: relative;
}

.table.list td:nth-child(2n + 2) {
    padding-left: 1px;
}

@media (max-width: 991px) {
    .table-responsive {
        border: none;
    }

    .table-responsive .table.list td:first-child {
        width: auto;
    }
}

.infobox {
    background: #eeece8;
    border-top: 4px solid #c2240c;
    font-size: 13px;
    font-size: calc(0.8375rem + 0.1614530777vw);
    padding: 10px;
    padding: calc(1.4880952381vw + 5.2380952381px);
}

.infobox [class*="fa"] {
    width: 1.2em;
    margin-right: 6px;
    color: #b4afa7;
}

.infobox .subheadline {
    color: #c2240c;
    font-size: 0.8125rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    font-weight: 700;
}

.infobox address {
    font-style: normal;
}

.infobox .day {
    font-weight: 700;
}

.infobox ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.infobox ul li {
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 4px;
    margin-left: 0;
}

@media (min-width: 768px) {
    .infobox ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .infobox {
        font-size: 0.9375rem;
        padding: 20px;
    }
}

.shareSocial > ul {
    list-style-type: none;
    margin-top: calc(1.4880952381vw + 5.2380952381px);
    margin-bottom: calc(1.4880952381vw + 5.2380952381px);
    padding-left: 0;
    color: #b4afa7;
    text-align: center;
    font-size: 0.875rem;
    font-size: calc(0.85rem + 0.2421796165vw);
}

.shareSocial > ul li {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 0;
    padding-left: 0;
    color: #b4afa7;
}

.shareSocial > ul li:before {
    display: none;
}

.shareSocial > ul li .shareText {
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-weight: 700;
    font-size: 11px;
    font-size: 0.8125rem;
}

.shareSocial > ul li a {
    text-decoration: none;
    color: #b4afa7;
}

.shareSocial > ul li a:hover {
    color: #b4afa7;
}

.shareSocial > ul li.copyLink textarea {
    position: fixed;
    top: -200%;
    left: -200%;
}

.shareSocial > ul li button {
    -webkit-appearance: button;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    padding: 0;
    margin: 0;
}

.shareSocial > ul li button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

@media (min-width: 992px) {
    .shareSocial ul {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 1rem;
    }

    .shareSocial ul li .shareText {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

.datepicker {
    direction: ltr;
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 3px solid #ccc;
    background-clip: padding-box;
    text-align: center;
}

.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline th,
.datepicker.datepicker-inline td {
    padding: 4px;
    height: 30px;
    width: 30px;
}

.datepicker.dropdown-menu th.dow,
.datepicker.dropdown-menu td.dow,
.datepicker.datepicker-inline th.dow,
.datepicker.datepicker-inline td.dow {
    color: #4b4745;
}

.datepicker.dropdown-menu th.switch,
.datepicker.dropdown-menu td.switch,
.datepicker.datepicker-inline th.switch,
.datepicker.datepicker-inline td.switch {
    font-weight: 500;
    text-align: center;
}

.datepicker.dropdown-menu .prev,
.datepicker.dropdown-menu .next,
.datepicker.datepicker-inline .prev,
.datepicker.datepicker-inline .next {
    color: #c2240c;
    cursor: pointer;
}

.datepicker.dropdown-menu tbody,
.datepicker.datepicker-inline tbody {
    color: #4b4745;
}

.datepicker.dropdown-menu tbody .old,
.datepicker.datepicker-inline tbody .old {
    color: #757575;
}

.datepicker.dropdown-menu td.day,
.datepicker.datepicker-inline td.day {
    cursor: pointer;
    border-radius: 999px;
}

.datepicker.dropdown-menu td.day.old,
.datepicker.dropdown-menu td.day.disabled,
.datepicker.datepicker-inline td.day.old,
.datepicker.datepicker-inline td.day.disabled {
    cursor: not-allowed;
    color: #ddd;
}

.datepicker.dropdown-menu td.day.today,
.datepicker.datepicker-inline td.day.today {
    background: #ccc;
    color: #4b4745;
}

.datepicker.dropdown-menu td.day.active,
.datepicker.datepicker-inline td.day.active {
    background: #c2240c;
    color: #fff;
}

#consentManager {
    position: relative;
    z-index: 3000;
}

.consent-manager .cookie-modal,
.consent-manager .cookie-notice {
    font-size: 0.8125rem;
}

.consent-manager .cookie-modal .switch,
.consent-manager .cookie-notice .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
}

.consent-manager .cookie-modal .switch.disabled .slider,
.consent-manager .cookie-notice .switch.disabled .slider {
    cursor: default;
    opacity: 0.5;
    background-color: #c2240c;
}

.consent-manager .cookie-modal .cm-app-input,
.consent-manager .cookie-notice .cm-app-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 50px;
    height: 20px;
    margin-bottom: 0;
}

.consent-manager .cookie-modal .cm-app-label .slider,
.consent-manager .cookie-notice .cm-app-label .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 40px;
    display: inline-block;
}

.consent-manager .cookie-modal .cm-app-label .slider:before,
.consent-manager .cookie-notice .cm-app-label .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 5px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.consent-manager .cookie-modal .cm-app-label .slider.round,
.consent-manager .cookie-notice .cm-app-label .slider.round {
    border-radius: 30px;
}

.consent-manager .cookie-modal .cm-app-label .slider.round:before,
.consent-manager .cookie-notice .cm-app-label .slider.round:before {
    border-radius: 50%;
}

.consent-manager .cookie-modal .cm-app-label input:focus + .slider,
.consent-manager .cookie-notice .cm-app-label input:focus + .slider {
    -webkit-box-shadow: 0 0 1px #c2240c;
    box-shadow: 0 0 1px #c2240c;
}

.consent-manager .cookie-modal .cm-app-label input:checked + .slider:before,
.consent-manager .cookie-notice .cm-app-label input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.consent-manager .cookie-modal .cm-app-input:checked + .cm-app-label .slider,
.consent-manager .cookie-notice .cm-app-input:checked + .cm-app-label .slider {
    background-color: #c2240c;
}

.consent-manager .cookie-modal .cm-app-input:checked + .cm-app-label .slider:before,
.consent-manager .cookie-notice .cm-app-input:checked + .cm-app-label .slider:before {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.consent-manager .cookie-modal a,
.consent-manager .cookie-notice a {
    color: inherit;
    text-decoration: underline;
    border-bottom: none;
}

.consent-manager .cookie-modal a:hover,
.consent-manager .cookie-notice a:hover {
    color: #c2240c;
    border-bottom: none;
}

.consent-manager .cookie-modal p,
.consent-manager .cookie-modal strong,
.consent-manager .cookie-modal h1,
.consent-manager .cookie-modal h2,
.consent-manager .cookie-modal ul,
.consent-manager .cookie-modal li,
.consent-manager .cookie-notice p,
.consent-manager .cookie-notice strong,
.consent-manager .cookie-notice h1,
.consent-manager .cookie-notice h2,
.consent-manager .cookie-notice ul,
.consent-manager .cookie-notice li {
    font-family: inherit;
    color: inherit;
}

.consent-manager .cookie-modal p,
.consent-manager .cookie-modal h1,
.consent-manager .cookie-modal h2,
.consent-manager .cookie-modal ul,
.consent-manager .cookie-modal li,
.consent-manager .cookie-notice p,
.consent-manager .cookie-notice h1,
.consent-manager .cookie-notice h2,
.consent-manager .cookie-notice ul,
.consent-manager .cookie-notice li {
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 0.5rem;
}

.consent-manager .cookie-modal .cm-btn,
.consent-manager .cookie-notice .cm-btn {
    background: transparent;
    color: #000;
    font-size: 0.8125rem;
    font-family: inherit;
    border-radius: 0;
    padding: 0.375rem 0.75rem;
    margin-right: 1rem;
    margin-bottom: 10px;
    border: 0;
    font-weight: normal;
    text-transform: none;
    line-height: 1.5;
    border: 1px solid #6c757d;
    -webkit-transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease;
}

@media (min-width: 992px) {
    .consent-manager .cookie-modal .cm-btn,
    .consent-manager .cookie-notice .cm-btn {
        padding: 0.375rem 1rem;
    }
}

.consent-manager .cookie-modal .cm-btn:hover,
.consent-manager .cookie-notice .cm-btn:hover {
    cursor: pointer;
    color: #000;
    background: transparent;
    border-color: #494f54;
    -webkit-transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease;
}

.consent-manager .cookie-modal .cm-btn.cm-btn-sm,
.consent-manager .cookie-notice .cm-btn.cm-btn-sm {
    padding: 0.25rem 0.6rem;
    font-size: 0.875rem;
}

.consent-manager .cookie-modal .cm-btn.cm-btn-close,
.consent-manager .cookie-notice .cm-btn.cm-btn-close {
    background: #eee;
    color: #000;
    border-color: #eee;
}

.consent-manager .cookie-modal .cm-btn.cm-btn-success,
.consent-manager .cookie-notice .cm-btn.cm-btn-success {
    background: #c2240c;
    border-color: #c2240c;
    color: #fff;
}

.consent-manager .cookie-modal .cm-btn.cm-btn-success:hover,
.consent-manager .cookie-notice .cm-btn.cm-btn-success:hover {
    color: #d9d9d9;
    background: #7a1708;
    border-color: #7a1708;
}

.consent-manager .cookie-modal .cm-btn.cm-btn-info,
.consent-manager .cookie-notice .cm-btn.cm-btn-info {
    background: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}

.consent-manager .cookie-modal .cn-links a,
.consent-manager .cookie-modal .cm-links a,
.consent-manager .cookie-notice .cn-links a,
.consent-manager .cookie-notice .cm-links a {
    display: inline-block;
    margin-right: 15px;
}

.consent-manager .cookie-modal .cn-links,
.consent-manager .cookie-notice .cn-links {
    font-size: 0.8125rem;
}

.consent-manager .cookie-modal .cn-links a.cm-individual-settings-btn,
.consent-manager .cookie-notice .cn-links a.cm-individual-settings-btn {
    display: block;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .consent-manager .cookie-modal .cn-links a.cm-individual-settings-btn,
    .consent-manager .cookie-notice .cn-links a.cm-individual-settings-btn {
        display: block;
        margin-bottom: 0;
    }
}

.consent-manager .cookie-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 1000;
}

.consent-manager .cookie-modal .cm-bg {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.consent-manager .cookie-modal .cm-modal {
    z-index: 1001;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    width: calc(100% - 30px);
    max-height: 100%;
    top: 0;
    position: fixed;
    overflow: auto;
    background: #fff;
    color: inherit;
    margin: 15px;
}

@media (min-width: 992px) {
    .consent-manager .cookie-modal .cm-modal {
        top: 5vh;
        border-radius: 0;
        position: relative;
        margin: 0 auto;
        max-width: 510px;
        height: auto;
        width: auto;
        -webkit-animation-name: top;
        animation-name: top;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
    }

    @-webkit-keyframes top {
        0% {
            top: 0;
        }

        100% {
            top: 5vh;
        }
    }

    @keyframes top {
        0% {
            top: 0;
        }

        100% {
            top: 5vh;
        }
    }
}

.consent-manager .cookie-modal .cm-modal .hide {
    border: none;
    background: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.consent-manager .cookie-modal .cm-modal .hide svg {
    stroke: inherit;
}

.consent-manager .cookie-modal .cm-modal .cm-footer {
    padding: 1.5rem;
    padding-top: 0;
}

.consent-manager .cookie-modal .cm-modal .cm-footer a.cm-powered-by {
    position: absolute;
    right: 1rem;
    color: #999;
    font-size: 0.8rem;
    padding-top: 4px;
}

.consent-manager .cookie-modal .cm-modal .cm-header {
    padding: 1.5rem;
}

.consent-manager .cookie-modal .cm-modal .cm-header p {
    margin-bottom: 0;
}

.consent-manager .cookie-modal .cm-modal .cm-body {
    padding: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.8125rem;
}

.consent-manager .cookie-modal .cm-modal .cm-body h2 {
    font-size: 1rem;
    border-bottom: 1px solid #c2240c;
    padding-bottom: 5px;
}

.consent-manager .cookie-modal .cm-modal .cm-body ul {
    display: block;
}

.consent-manager .cookie-modal .cm-modal .cm-body span {
    display: inline-block;
    width: auto;
}

.consent-manager .cookie-modal .cm-modal .cm-body ul.cm-apps {
    padding: 0;
    margin: 0;
}

.consent-manager .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app {
    position: relative;
    line-height: 20px;
    vertical-align: middle;
    padding-left: 50px;
    min-height: 20px;
}

.consent-manager .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child {
    margin-top: 0;
    margin-bottom: 0;
}

.consent-manager .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .switch {
    position: absolute;
    left: 0;
}

.consent-manager .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p {
    margin-top: 0;
}

.consent-manager .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes {
    font-size: 0.8rem;
    color: #999;
}

.consent-manager .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app label {
    margin-bottom: 0;
}

.consent-manager .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all {
    border-top: 1px solid #555;
    padding-top: 1rem;
}

.consent-manager .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title {
    font-weight: 600;
}

.consent-manager .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out,
.consent-manager .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required {
    padding-left: 0.2rem;
    font-size: 0.8rem;
    color: #999;
}

.consent-manager .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .cm-app-description {
    height: 0;
    overflow: hidden;
    padding-top: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.consent-manager .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .cm-app-description.open {
    height: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.consent-manager .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .cm-app-description table {
    width: 100%;
    color: #999;
    font-size: 0.75rem;
    margin-bottom: 15px;
}

.consent-manager .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .cm-app-description table th {
    width: 20%;
}

.consent-manager .cookie-notice {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.consent-manager .cookie-notice .cn-body {
    background: #fff;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0;
    padding: 1.5rem;
    z-index: 999;
    position: fixed;
    width: 100%;
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    top: 35%;
    right: 15px;
}

@media (min-width: 768px) {
    .consent-manager .cookie-notice .cn-body {
        top: auto;
        bottom: 20px;
        -webkit-transform: none;
        transform: none;
        right: 20px;
        max-width: 510px;
    }
}

@media (max-width: 767px) {
    .consent-manager .cookie-notice .cn-body {
        position: relative !important;
        right: 0px !important;
        max-width: calc(90% - 30px) !important;
    }
}

@media (max-width: 320px) {
    .consent-manager .cookie-notice .cn-body {
        top: 20% !important;
    }
}

.consent-manager .cookie-notice .cn-body p {
    margin-bottom: 1.5rem;
}

.consent-manager .cookie-notice .cn-body ul.cn-purposes {
    margin-top: 0;
    margin-bottom: 0;
}

.consent-manager .cookie-notice .cn-body ul.cn-purposes li.cn-purpose {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.consent-manager .cookie-notice .cn-body ul.cn-purposes li.cn-purpose label {
    margin: 0 20px 0 5px;
}

.consent-manager .cookie-notice .cn-body ul.cn-purposes li.cn-purpose input[type="checkbox"][disabled] {
    opacity: 0.5;
}

.consent-manager .cookie-notice .cn-body ul.cn-purposes li.cn-purpose input[type="checkbox"][disabled] + label {
    opacity: 0.5;
}

.consent-manager .cookie-notice .cn-body p.cn-changes {
    text-decoration: underline;
}

.consent-manager .cookie-notice .cn-body .cn-learn-more {
    display: inline-block;
}

.consent-manager .cookie-notice .cn-body p.cn-ok {
    padding-top: 0.5rem;
    margin: 0;
}

.consent-manager .cn-purpose input[type="checkbox"] {
    border: none;
    border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    vertical-align: middle;
    margin: 0;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    line-height: 18px;
}

.consent-manager .cn-purpose input[type="checkbox"]:before {
    color: #c2240c;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23c2240c' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 50% 50%;
    line-height: inherit;
}

.consent-manager .cn-purpose input[type="checkbox"]:checked:before {
    opacity: 1;
}

.consent-manager h1 {
    margin: 0;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 1.5rem;
}

.consent-manager h1.title {
    padding-right: 20px;
}

@media (min-width: 992px) {
    .consent-manager h1 {
        font-size: 1.2rem;
    }
}

.consent-manager p {
    margin-bottom: 0;
}

.consent-manager .cookie-notice-hidden {
    display: none !important;
}

.consent-manager .cookie-modal .cm-toggle-desc-btn.hide,
.consent-manager .cookie-notice .cm-toggle-desc-btn.hide {
    display: none;
}

.bg-color12 {
    color: #c2240c;
    background: -webkit-linear-gradient(left, #c2240c 0%, #801b59 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.osx .bg-color12 {
    color: #c2240c;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: currentColor;
}

.event-list .lead.style2 {
    margin-bottom: calc(5.2083333333vw + 8.3333333333px);
}

@media (min-width: 992px) {
    .event-list .lead.style2 {
        margin-bottom: 60px;
    }
}

body.hero-nav #content,
body.hero-nav .columns-max {
    padding-top: 0;
}

@media (min-width: 992px) {
    body.hero-nav #content,
    body.hero-nav .columns-max {
        padding-top: 41px;
    }
}

body.hero-nav.has-dockbar #content,
body.hero-nav.has-dockbar .columns-max {
    padding-top: 232px;
}

@media (min-width: 992px) {
    #content,
    .columns-max {
        padding-top: 112px;
    }
}

@media (min-width: 1200px) {
    #content,
    .columns-max {
        padding-top: 128px;
    }
}

@media (min-width: 1480px) {
    #content,
    .columns-max {
        padding-top: 167px;
    }
}

@media (min-width: 992px) {
    .col2-md-lg.tablet-portrait-100.row-4-mobile .portlet-journal-content {
        width: 50%;
    }

    .col2-md-lg.tablet-portrait-100.row-4-mobile .portlet-journal-content:nth-child(2n + 1) {
        clear: both;
    }

    .col2-md-lg.tablet-portrait-100.row-4-mobile .portlet-journal-content:nth-child(4n + 1) {
        clear: none;
    }
}

@media (min-width: 1200px) {
    .col2-md-lg.tablet-portrait-100.row-4-mobile .portlet-journal-content {
        width: 25%;
    }

    .col2-md-lg.tablet-portrait-100.row-4-mobile .portlet-journal-content:nth-child(4n + 1) {
        clear: both;
    }

    .col2-md-lg.tablet-portrait-100.row-4-mobile .portlet-journal-content:nth-child(2n + 1) {
        clear: none;
    }
}

.cookie-container {
    position: fixed;
    display: none;
    right: 20px;
    bottom: -400px;
    padding: 20px;
    z-index: 1000;
    background: -webkit-linear-gradient(left, #c2240c 0%, #801b59 100%);
    max-width: 1100px;
    margin-left: 20px;
    -webkit-box-shadow: 0px 0px 22px 10px rgba(7, 6, 5, 0.1);
    box-shadow: 0px 0px 22px 10px rgba(7, 6, 5, 0.1);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

@media (max-width: 768px) {
    .cookie-container .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cookie-container .btn.small.pull-right {
        margin-top: 20px;
    }
}

.cookie-container.show {
    bottom: 20px;
    display: block;
}

.cookie-container .caption {
    display: table;
    height: 100%;
    min-height: 40px;
}

.cookie-container .caption .text {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
}

.cookie-container .caption .text a {
    color: #fff;
    text-decoration: underline;
}

@media (min-width: 992px) {
    .cookie-container {
        right: calc(3% + 15px);
        margin-left: calc(3% + 15px);
    }

    .cookie-container .btn {
        margin-top: 10px;
    }
}

.wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .wrapper .container {
        width: auto;
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .wrapper {
        padding-left: 3%;
        padding-right: 3%;
    }

    .wrapper .container {
        width: auto;
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .wrapper .container {
        width: auto;
        max-width: 1170px;
    }
}

@media (min-width: 1480px) {
    .wrapper .container {
        width: auto;
        max-width: 1330px;
    }
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 992px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.nested-sidebar-column,
.nested-content-column {
    margin-bottom: calc(5.2083333333vw + 8.3333333333px);
}

@media (min-width: 992px) {
    .nested-sidebar-column {
        padding-left: 5%;
    }

    .nested-sidebar-column,
    .nested-content-column {
        margin-bottom: 0;
    }
}

.push-top {
    position: relative;
    z-index: 100;
    margin-top: -6%;
}

@media (max-width: 479px) {
    .mobile-small-margin.row-4-mobile .portlet-journal-content {
        padding-left: 5px;
        padding-right: 5px;
    }

    .mobile-small-margin.row-4-mobile .portlet-journal-content .topic {
        margin-bottom: 10px;
    }

    .mobile-small-margin .col-xs-6,
    .mobile-small-margin .col-md-6 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .mobile-small-margin .col-xs-6 .topic,
    .mobile-small-margin .col-md-6 .topic {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 1rem;
    }
}

.row .layout-blank {
    margin-left: 0;
    margin-right: 0;
}

.row .layout-blank > .col-md-12.content-column {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .portlet-dropzone.container.portlet-column-content {
        padding-left: 0;
        padding-right: 0;
    }
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

html.mm-blocking {
    overflow-y: scroll;
}

.modal-open {
    overflow: auto;
}

.modal-open body {
    overflow: auto;
}

.modal.yui3-widget {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

.tws-base-data-selector .input-group .input-group-addon {
    background: -webkit-gradient(linear, left top, right top, from(#c2240c), color-stop(50%, #801b59), to(#801b59));
    background: linear-gradient(to right, #c2240c 0%, #801b59 50%, #801b59 100%);
}

.tws-base-data-selector .input-group .input-group-addon button {
    padding: 6px 12px;
    border-radius: 0;
    background: transparent;
}

.tws-base-data-selector .search-filter .fa-spin.spinner {
    display: none;
}

.tws-base-data-selector .search-filter .filter-tag.btn-group .btn-category-toggler {
    margin: 0 8px 5px 0;
    padding: 3px 6px 2px 6px;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 600;
    background: transparent;
    color: #4b4745;
    border: 1px solid #4b4745;
}

.tws-base-data-selector .search-filter .filter-tag.btn-group .btn-category-toggler.selected {
    background: #c2240c;
    border: 1px solid transparent;
    color: white;
}

.tws-base-data-selector .search-filter .filter-tag.btn-group .btn-category-toggler span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tws-base-data-selector .search-result-display .result-display .result-list {
    border-left: 1px solid #4b4745;
}

.opening-hours.card .card-header {
    border-bottom: 1px solid #dedbd2;
    padding-bottom: 8px;
}

.opening-hours.card .range-group.future {
    display: none;
}

.opening-hours.card .range-group .valid-range {
    border-bottom: 1px solid #dedbd2;
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.4;
}

.opening-hours.card .range-group .valid-range p {
    margin: 0;
}

.opening-hours.card .range-group .valid-range p.range-days {
    width: 45%;
    padding-left: 33px;
}

.opening-hours.card .range-group .valid-range p.range-days::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-right: 8px;
    position: absolute;
    left: 8px;
    content: "\f017";
    color: #b4afa7;
}

.opening-hours.card .range-group .valid-range .range-times {
    width: 45%;
}

.opening-hours.card .range-group .range-info {
    display: none;
}

.opening-hours.card .card-subtitle {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    margin: 12px 8px 0 0;
    padding: 3px 6px 2px 6px;
    border-radius: 3px;
    letter-spacing: 0px;
    font-size: 10px;
}

.opening-hours.card .card-subtitle.open {
    border: 1px solid #797b22;
    color: #797b22;
}

.opening-hours.card .card-subtitle.closed {
    border: 1px solid #801b59;
    color: #801b59;
}

.opening-hours.card .special-wrapper {
    display: none;
}

.trails.list .topic-wrapper {
    display: inline-block;
    padding: 0 15px;
    width: 100%;
    float: left;
}

@media (min-width: 768px) {
    .trails.list .topic-wrapper {
        width: 50%;
    }

    .trails.list .topic-wrapper:nth-child(2n + 3) {
        clear: both;
    }
}

@media (min-width: 1480px) {
    .trails.list .topic-wrapper {
        width: 33.32%;
    }

    .trails.list .topic-wrapper:nth-child(2n + 3) {
        clear: none;
    }

    .trails.list .topic-wrapper:nth-child(3n + 4) {
        clear: both;
    }
}

.trails.list .topic-wrapper .topic.image.top .item .image-wrapper {
    height: 250px;
    width: auto;
    overflow: hidden;
}

.trails.list .topic-wrapper .topic.image.top .item .image-wrapper .image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.trails.list .topic-wrapper .topic.image.top .item:hover .image {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

@media (max-width: 991px) {
    .trails.detail .banner.carousel {
        margin-bottom: 40px;
    }
}

.trails.detail .banner.carousel .indicator-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
}

.trails.detail .banner.carousel .indicator-wrapper .carousel-indicators {
    position: relative;
    width: auto;
    margin: 0;
    padding: 0;
    bottom: auto;
    right: auto;
}

.trails.detail .banner.carousel .carousel-control {
    opacity: 1;
}

@media (min-width: 992px) {
    .trails.detail .banner.carousel .carousel-control .iconbox {
        height: 48px;
        width: 48px;
        line-height: 48px;
        font-size: 32px;
        background: #c2240c;
    }
}

.trails.detail .banner.carousel .carousel-control.right {
    display: block;
    right: -4%;
    top: 50%;
}

@media (min-width: 500px) {
    .trails.detail .banner.carousel .carousel-control.right {
        right: -3%;
    }
}

@media (min-width: 567px) {
    .trails.detail .banner.carousel .carousel-control.right {
        right: -2%;
    }
}

@media (min-width: 992px) {
    .trails.detail .banner.carousel .carousel-control.right {
        right: -4%;
    }
}

.trails.detail .banner.carousel .carousel-control.left {
    display: block;
    left: -4%;
    top: 50%;
}

@media (min-width: 500px) {
    .trails.detail .banner.carousel .carousel-control.left {
        left: -3%;
    }
}

@media (min-width: 567px) {
    .trails.detail .banner.carousel .carousel-control.left {
        left: -2%;
    }
}

@media (min-width: 992px) {
    .trails.detail .banner.carousel .carousel-control.left {
        left: -4%;
    }
}

@media (max-width: 991px) {
    .trails.detail .col-md-8 {
        margin-bottom: calc(5.2083333333vw + 8.3333333333px);
    }

    .trails.detail .col-md-8 .map {
        margin-bottom: calc(0.744047619vw + 7.619047619px);
    }
}

@media (min-width: 992px) {
    .trails.detail aside {
        padding-left: 5%;
    }
}

.trails.detail aside h4 {
    padding-bottom: 11px;
}

.trails.detail aside h4.detail-headline {
    border-bottom: 1px solid #dedbd2;
}

.trails.detail aside img {
    width: 100%;
}

.trails.detail aside .box.bicycle .information-display.track .information-title::before,
.trails.detail aside .bicycle.opening-hours.card .information-display.track .information-title::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f206";
    color: #b4afa7;
    position: relative;
    left: 8px;
    margin-right: calc(33% - 15px);
    display: inline-block;
    width: 15px;
}

.trails.detail aside .box .information-display,
.trails.detail aside .opening-hours.card .information-display {
    border-bottom: 1px solid #dedbd2;
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.4;
}

.trails.detail aside .box .information-display.distance .information-title:before,
.trails.detail aside .opening-hours.card .information-display.distance .information-title:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f07e";
    color: #b4afa7;
    position: relative;
    left: 8px;
    margin-right: calc(33% - 15px);
    display: inline-block;
    width: 15px;
}

.trails.detail aside .box .information-display.time .information-title::before,
.trails.detail aside .opening-hours.card .information-display.time .information-title::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f017";
    color: #b4afa7;
    position: relative;
    left: 8px;
    margin-right: calc(33% - 15px);
    display: inline-block;
    width: 15px;
}

.trails.detail aside .box .information-display.track .information-title::before,
.trails.detail aside .opening-hours.card .information-display.track .information-title::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f554";
    color: #b4afa7;
    position: relative;
    left: 8px;
    margin-right: calc(33% - 15px);
    display: inline-block;
    width: 15px;
}

.trails.detail aside .box .information-display.start .information-title::before,
.trails.detail aside .opening-hours.card .information-display.start .information-title::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f21d";
    color: #b4afa7;
    position: relative;
    left: 8px;
    margin-right: calc(33% - 15px);
    display: inline-block;
    width: 15px;
}

.trails.detail aside .box .information-display.destination .information-title::before,
.trails.detail aside .opening-hours.card .information-display.destination .information-title::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f11e";
    color: #b4afa7;
    position: relative;
    left: 8px;
    margin-right: calc(33% - 15px);
    display: inline-block;
    width: 15px;
}

.trails.detail aside .box .information-display .information-title,
.trails.detail aside .opening-hours.card .information-display .information-title {
    margin: 0;
    width: 45%;
}

.trails.detail aside .box .information-display .information-value,
.trails.detail aside .opening-hours.card .information-display .information-value {
    width: 45%;
    margin: 0;
}

.trails.detail .back-section {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .trails.detail .back-section .btn-back {
        margin-top: 45px;
        margin-bottom: 0;
    }
}

.trails .badge {
    margin: 0 8px 5px 0;
    padding: 3px 6px 2px 6px;
    display: inline-block;
    border-radius: 3px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 600;
}

.trails .badge.loopTour {
    border: 1px solid #801b59;
    color: #801b59;
}

.trails .badge.multiStage {
    border: 1px solid #a52616ff;
    color: #a52616ff;
}

.trails .badge.long-distance-hiking {
    border: 1px solid #c4963e;
    color: #c4963e;
}

.trails .badge.long-distance-cycling {
    border: 1px solid #c4963e;
    color: #c4963e;
}

.trails .badge.pointToPoint {
    border: 1px solid #797b22;
    color: #797b22;
}

.entry-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 64px;
}

.entry-loader .loaderCircle {
    width: 64px;
    height: 64px;
    position: absolute;
    border: 2px solid #eeece8;
    border-radius: 70px;
    z-index: 9;
}

.entry-loader .loaderOuterCircle {
    position: absolute;
    width: 64px;
    height: 64px;
    border: 2px solid #c2240c;
    border-radius: 70px;
    border-bottom: 2px solid transparent;
    z-index: 10;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.entry-loader .rotating {
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
