* {
    box-sizing: border-box;
}
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
    margin: 0;
    padding: 0;
}
header, footer, nav, section, article, hgroup, figure {
    display: block;
}
.owl-carousel .owl-wrapper::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    transition: height 500ms ease-in-out 0s;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -moz-user-select: none;
}
.grabbing {
    cursor: url("scss/plugins/owl-carousel/grabbing.png") 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    backface-visibility: hidden;
    transform: translate3d(0px, 0px, 0px);
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
    background: #869791 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 5px;
    opacity: 0.5;
    padding: 3px 10px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: #869791 none repeat scroll 0 0;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    height: auto;
    padding: 2px 10px;
    width: auto;
}
.owl-item.loading {
    background: rgba(0, 0, 0, 0) url("AjaxLoader.gif") no-repeat scroll center center;
    min-height: 150px;
}
.owl-origin {
    perspective: 1200px;
}
.owl-fade-out {
    animation: 0.7s ease 0s normal both 1 running fadeOut;
    z-index: 10;
}
.owl-fade-in {
    animation: 0.7s ease 0s normal both 1 running fadeIn;
}
.owl-backSlide-out {
    animation: 1s ease 0s normal both 1 running backSlideOut;
}
.owl-backSlide-in {
    animation: 1s ease 0s normal both 1 running backSlideIn;
}
.owl-goDown-out {
    animation: 0.7s ease 0s normal both 1 running scaleToFade;
}
.owl-goDown-in {
    animation: 0.6s ease 0s normal both 1 running goDown;
}
.owl-fadeUp-in {
    animation: 0.5s ease 0s normal both 1 running scaleUpFrom;
}
.owl-fadeUp-out {
    animation: 0.5s ease 0s normal both 1 running scaleUpTo;
}
@keyframes empty {
0% {
    opacity: 1;
}
}
@keyframes empty {
0% {
    opacity: 1;
}
}
@keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes backSlideOut {
25% {
    opacity: 0.5;
    transform: translateZ(-500px);
}
75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
}
100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
}
}
@keyframes backSlideOut {
25% {
    opacity: 0.5;
    transform: translateZ(-500px);
}
75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
}
100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
}
}
@keyframes backSlideIn {
0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
}
75% {
    opacity: 0.5;
    transform: translateZ(-500px);
}
100% {
    opacity: 1;
    transform: translateZ(0px) translateX(0px);
}
}
@keyframes backSlideIn {
0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
}
75% {
    opacity: 0.5;
    transform: translateZ(-500px);
}
100% {
    opacity: 1;
    transform: translateZ(0px) translateX(0px);
}
}
@keyframes scaleToFade {
100% {
    opacity: 0;
    transform: scale(0.8);
}
}
@keyframes scaleToFade {
100% {
    opacity: 0;
    transform: scale(0.8);
}
}
@keyframes goDown {
0% {
    transform: translateY(-100%);
}
}
@keyframes goDown {
0% {
    transform: translateY(-100%);
}
}
@keyframes scaleUpFrom {
0% {
    opacity: 0;
    transform: scale(1.5);
}
}
@keyframes scaleUpFrom {
0% {
    opacity: 0;
    transform: scale(1.5);
}
}
@keyframes scaleUpTo {
100% {
    opacity: 0;
    transform: scale(1.5);
}
}
@keyframes scaleUpTo {
100% {
    opacity: 0;
    transform: scale(1.5);
}
}
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    border: 0 none;
    font-size: 100%;
    line-height: 1.3;
    list-style: outside none none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
}
.ui-helper-clearfix::before, .ui-helper-clearfix::after {
    border-collapse: collapse;
    content: "";
    display: table;
}
.ui-helper-clearfix::after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0;
}
.ui-helper-zfix {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default !important;
}
.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}
.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    display: block;
    font-size: 100%;
    margin: 2px 0 0;
    min-height: 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    position: relative;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: 0.5em;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-accordion .ui-accordion-content {
    border-top: 0 none;
    overflow: auto;
    padding: 1em 2.2em;
}
.ui-autocomplete {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0;
}
.ui-button {
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin-right: 0.1em;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none;
}
.ui-button-icon-only {
    width: 2.2em;
}
button.ui-button-icon-only {
    width: 2.4em;
}
.ui-button-icons-only {
    width: 3.4em;
}
button.ui-button-icons-only {
    width: 3.7em;
}
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}
.ui-button-text-only .ui-button-text {
    padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: 0.4em;
    text-indent: -1e+7px;
}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
input.ui-button {
    padding: 0.4em 1em;
}
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: 0.5em;
}
.ui-buttonset {
    margin-right: 7px;
}
.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em;
}
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.ui-datepicker {
    display: none;
    padding: 0.2em 0.2em 0;
    width: 17em;
}
.ui-datepicker .ui-datepicker-header {
    padding: 0.2em 0;
    position: relative;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    border-collapse: collapse;
    font-size: 0.9em;
    margin: 0 0 0.4em;
    width: 100%;
}
.ui-datepicker th {
    border: 0 none;
    font-weight: bold;
    padding: 0.7em 0.3em;
    text-align: center;
}
.ui-datepicker td {
    border: 0 none;
    padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    margin: 0.7em 0 0;
    padding: 0 0.2em;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: 0.5em 0.2em 0.4em;
    overflow: visible;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto 0.4em;
    width: 95%;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    font-size: 0;
    width: 100%;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}
.ui-dialog {
    left: 0;
    outline: 0 none;
    overflow: hidden;
    padding: 0.2em;
    position: absolute;
    top: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}
.ui-dialog .ui-dialog-titlebar-close {
    height: 20px;
    margin: -10px 0 0;
    padding: 1px;
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
}
.ui-dialog .ui-dialog-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    overflow: auto;
    padding: 0.5em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-buttonpane {
    background-image: none;
    border-width: 1px 0 0;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
    text-align: left;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    margin: 0.5em 0.4em 0.5em 0;
}
.ui-dialog .ui-resizable-se {
    background-position: 16px 16px;
    bottom: -5px;
    height: 12px;
    right: -5px;
    width: 12px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-draggable-handle {
}
.ui-menu {
    display: block;
    list-style: outside none none;
    margin: 0;
    outline: medium none;
    padding: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    margin: 0;
    min-height: 0;
    padding: 3px 1em 3px 0.4em;
    position: relative;
}
.ui-menu .ui-menu-divider {
    border-width: 1px 0 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 5px 0;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px;
}
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}
.ui-menu .ui-icon {
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
    position: absolute;
    top: 0;
}
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-progressbar {
    height: 2em;
    overflow: hidden;
    text-align: left;
}
.ui-progressbar .ui-progressbar-value {
    height: 100%;
    margin: -1px;
}
.ui-progressbar .ui-progressbar-overlay {
    background: rgba(0, 0, 0, 0) url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==") repeat scroll 0 0;
    height: 100%;
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    display: block;
    font-size: 0.1px;
    position: absolute;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    left: 0;
    top: -5px;
    width: 100%;
}
.ui-resizable-s {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%;
}
.ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px;
}
.ui-resizable-w {
    cursor: w-resize;
    height: 100%;
    left: -5px;
    top: 0;
    width: 7px;
}
.ui-resizable-se {
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px;
}
.ui-resizable-sw {
    bottom: -5px;
    cursor: sw-resize;
    height: 9px;
    left: -5px;
    width: 9px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    height: 9px;
    left: -5px;
    top: -5px;
    width: 9px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    height: 9px;
    right: -5px;
    top: -5px;
    width: 9px;
}
.ui-selectable {
}
.ui-selectable-helper {
    border: 1px dotted black;
    position: absolute;
    z-index: 100;
}
.ui-selectmenu-menu {
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
.ui-selectmenu-menu .ui-menu {
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    border: 0 none;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    line-height: 1.5;
    margin: 0.5em 0 0;
    padding: 2px 0.4em;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-button {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.ui-selectmenu-button span.ui-icon {
    left: auto;
    margin-top: -8px;
    position: absolute;
    right: 0.5em;
    top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    line-height: 1.4;
    overflow: hidden;
    padding: 0.4em 2.1em 0.4em 1em;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}
.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.3em;
}
.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    height: 100px;
    width: 0.8em;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-bottom: -0.6em;
    margin-left: 0;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-sortable-handle {
}
.ui-spinner {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: middle;
}
.ui-spinner-input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: inherit;
    margin: 0.2em 22px 0.2em 0.4em;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-button {
    cursor: default;
    display: block;
    font-size: 0.5em;
    height: 50%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 16px;
}
.ui-spinner a.ui-spinner-button {
    border-bottom: medium none;
    border-right: medium none;
    border-top: medium none;
}
.ui-spinner .ui-icon {
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-tabs {
    padding: 0.2em;
    position: relative;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
    border-bottom-width: 0;
    float: left;
    list-style: outside none none;
    margin: 1px 0.2em 0 0;
    padding: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-width: 0;
    display: block;
    padding: 1em 1.4em;
}
.ui-tooltip {
    box-shadow: 0 0 5px #aaa;
    max-width: 300px;
    padding: 8px;
    position: absolute;
    z-index: 9999;
}
body .ui-tooltip {
    border-width: 2px;
}
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    background: #fff url("http://www.swneumarkt.de/fileadmin/images/jqueryui/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50%;
    border: 1px solid #aaaaaa;
    color: #222222;
}
.ui-widget-content a {
    color: #222222;
}
.ui-widget-header {
    background: #ccc url("http://www.swneumarkt.de/fileadmin/images/jqueryui/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50%;
    border: 1px solid #aaaaaa;
    color: #222222;
    font-weight: bold;
}
.ui-widget-header a {
    color: #222222;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #e6e6e6 url("http://www.swneumarkt.de/fileadmin/images/jqueryui/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50%;
    border: 1px solid #d3d3d3;
    color: #555555;
    font-weight: normal;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #dadada url("http://www.swneumarkt.de/fileadmin/images/jqueryui/ui-bg_glass_75_dadada_1x400.png") repeat-x scroll 50% 50%;
    border: 1px solid #999999;
    color: #212121;
    font-weight: normal;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #fff url("http://www.swneumarkt.de/fileadmin/images/jqueryui/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50%;
    border: 1px solid #aaaaaa;
    color: #212121;
    font-weight: normal;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #fbf9ee url("http://www.swneumarkt.de/fileadmin/images/jqueryui/ui-bg_glass_55_fbf9ee_1x400.png") repeat-x scroll 50% 50%;
    border: 1px solid #fcefa1;
    color: #363636;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    background: #fef1ec url("http://www.swneumarkt.de/fileadmin/images/jqueryui/ui-bg_glass_95_fef1ec_1x400.png") repeat-x scroll 50% 50%;
    border: 1px solid #cd0a0a;
    color: #cd0a0a;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    font-weight: normal;
    opacity: 0.7;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    background-image: none;
    opacity: 0.35;
}
.ui-state-disabled .ui-icon {
}
.ui-icon {
    height: 16px;
    width: 16px;
}
.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("http://www.swneumarkt.de/fileadmin/images/jqueryui/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("http://www.swneumarkt.de/fileadmin/images/jqueryui/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
    background-image: url("http://www.swneumarkt.de/fileadmin/images/jqueryui/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("http://www.swneumarkt.de/fileadmin/images/jqueryui/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
    background-image: url("http://www.swneumarkt.de/fileadmin/images/jqueryui/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
    background-image: url("http://www.swneumarkt.de/fileadmin/images/jqueryui/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("http://www.swneumarkt.de/fileadmin/images/jqueryui/ui-icons_cd0a0a_256x240.png");
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-carat-1-n {
    background-position: 0 0;
}
.ui-icon-carat-1-ne {
    background-position: -16px 0;
}
.ui-icon-carat-1-e {
    background-position: -32px 0;
}
.ui-icon-carat-1-se {
    background-position: -48px 0;
}
.ui-icon-carat-1-s {
    background-position: -64px 0;
}
.ui-icon-carat-1-sw {
    background-position: -80px 0;
}
.ui-icon-carat-1-w {
    background-position: -96px 0;
}
.ui-icon-carat-1-nw {
    background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
    background: #aaa url("http://www.swneumarkt.de/fileadmin/images/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png") repeat-x scroll 50% 50%;
    opacity: 0.3;
}
.ui-widget-shadow {
    background: #aaa url("http://www.swneumarkt.de/fileadmin/images/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png") repeat-x scroll 50% 50%;
    border-radius: 8px;
    margin: -8px 0 0 -8px;
    opacity: 0.3;
    padding: 8px;
}
@media all {
.featherlight {
    background: transparent none repeat scroll 0 0;
    bottom: 0;
    cursor: pointer;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    white-space: nowrap;
    z-index: 2;
}
.featherlight:last-of-type {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
}
.featherlight::before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
}
.featherlight .featherlight-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cbcbcb;
    cursor: auto;
    display: inline-block;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    min-width: 30%;
    padding: 15px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
}
.featherlight .featherlight-inner {
    display: block;
}
.featherlight .featherlight-close-icon {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #9e9d9d 0%, #919191 100%) repeat scroll 0 0;
    border: 1px solid #8c8b8b;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    line-height: 35px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    width: 35px;
    z-index: 9999;
}
.featherlight .featherlight-close-icon:hover, .featherlight .featherlight-close-icon:focus {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #919191 0%, #9e9d9d 100%) repeat scroll 0 0;
}
.featherlight .featherlight-image {
    width: 100%;
}
.featherlight-iframe .featherlight-content {
    border-bottom: 0 none;
    padding: 0;
}
.featherlight iframe {
    border: medium none;
}
}
@media only screen and (max-width: 1024px) {
.featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px;
}
}
@media only screen and (max-width: 768px) {
.featherlight .featherlight-close-icon {
    line-height: 25px;
    right: -8px;
    top: -8px;
    width: 25px;
}
}
@media all {
.featherlight-next, .featherlight-previous {
    -moz-user-select: none;
    background: transparent none repeat scroll 0 0;
    bottom: 0;
    cursor: pointer;
    display: block;
    left: 80%;
    position: absolute;
    right: 15px;
    top: 15px;
}
.featherlight-previous {
    left: 15px;
    right: 80%;
}
.featherlight-next span, .featherlight-previous span {
    color: #fff;
    display: none;
    font-size: 48px;
    font-style: normal;
    font-weight: normal;
    left: 5%;
    line-height: 48px;
    margin-top: -24px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 4px #757575;
    top: 50%;
    width: 82%;
}
.featherlight-next span {
    left: auto;
    right: 5%;
}
.featherlight-next:hover span, .featherlight-previous:hover span {
    display: inline-block;
}
}
@media only screen and (max-device-width: 1024px) {
.featherlight-next:hover, .featherlight-previous:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.featherlight-next span, .featherlight-previous span {
    display: block;
}
}
@media only screen and (max-width: 1024px) {
.featherlight-next, .featherlight-previous {
    left: 85%;
    right: 10px;
    top: 10px;
}
.featherlight-previous {
    left: 10px;
    right: 85%;
}
.featherlight-next span, .featherlight-previous span {
    font-size: 40px;
    margin-top: -30px;
}
}
@font-face {
    font-family: "SSGizmo";
    font-style: normal;
    font-weight: normal;
    src: url("scss/webfonts/icons/ss-gizmo.eot?#iefix") format("embedded-opentype"), url("scss/webfonts/icons/ss-gizmo.woff") format("woff"), url("scss/webfonts/icons/ss-gizmo.ttf") format("truetype"), url("scss/webfonts/icons/ss-gizmo.svg#SSGizmo") format("svg");
}
.ss-icon, .ss-icon.ss-gizmo, [class^="ss-"]::before, [class*=" ss-"]::before, .ss-gizmo[class^="ss-"]::before, .ss-gizmo[class*=" ss-"]::before, .right[class^="ss-"]::after, .right[class*=" ss-"]::after, .ss-gizmo.right[class^="ss-"]::after, .ss-gizmo.right[class*=" ss-"]::after {
    font-family: "SSGizmo";
    font-feature-settings: "liga";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizelegibility;
    white-space: nowrap;
}
.right[class^="ss-"]::before, .right[class*=" ss-"]::before, .ss-gizmo.right[class*=" ss-"]::before {
    content: "";
    display: none;
}
.ss-cursor::before, .ss-cursor.right::after {
    content: "";
}
.ss-crosshair::before, .ss-crosshair.right::after {
    content: "⌖";
}
.ss-search::before, .ss-search.right::after {
    content: "🔎";
}
.ss-zoomin::before, .ss-zoomin.right::after {
    content: "";
}
.ss-zoomout::before, .ss-zoomout.right::after {
    content: "";
}
.ss-view::before, .ss-view.right::after {
    content: "👀";
}
.ss-attach::before, .ss-attach.right::after {
    content: "📎";
}
.ss-link::before, .ss-link.right::after {
    content: "🔗";
}
.ss-unlink::before, .ss-unlink.right::after {
    content: "";
}
.ss-move::before, .ss-move.right::after {
    content: "";
}
.ss-write::before, .ss-write.right::after {
    content: "✎";
}
.ss-writingdisabled::before, .ss-writingdisabled.right::after {
    content: "";
}
.ss-erase::before, .ss-erase.right::after {
    content: "✐";
}
.ss-compose::before, .ss-compose.right::after {
    content: "📝";
}
.ss-lock::before, .ss-lock.right::after {
    content: "🔒";
}
.ss-unlock::before, .ss-unlock.right::after {
    content: "🔓";
}
.ss-key::before, .ss-key.right::after {
    content: "🔑";
}
.ss-backspace::before, .ss-backspace.right::after {
    content: "⌫";
}
.ss-ban::before, .ss-ban.right::after {
    content: "🚫";
}
.ss-smoking::before, .ss-smoking.right::after {
    content: "🚬";
}
.ss-nosmoking::before, .ss-nosmoking.right::after {
    content: "🚭";
}
.ss-trash::before, .ss-trash.right::after {
    content: "";
}
.ss-target::before, .ss-target.right::after {
    content: "◎";
}
.ss-tag::before, .ss-tag.right::after {
    content: "";
}
.ss-bookmark::before, .ss-bookmark.right::after {
    content: "🔖";
}
.ss-flag::before, .ss-flag.right::after {
    content: "⚑";
}
.ss-like::before, .ss-like.right::after {
    content: "👍";
}
.ss-dislike::before, .ss-dislike.right::after {
    content: "👎";
}
.ss-heart::before, .ss-heart.right::after {
    content: "♥";
}
.ss-star::before, .ss-star.right::after {
    content: "⋆";
}
.ss-sample::before, .ss-sample.right::after {
    content: "";
}
.ss-crop::before, .ss-crop.right::after {
    content: "";
}
.ss-layers::before, .ss-layers.right::after {
    content: "";
}
.ss-layergroup::before, .ss-layergroup.right::after {
    content: "";
}
.ss-pen::before, .ss-pen.right::after {
    content: "✒";
}
.ss-bezier::before, .ss-bezier.right::after {
    content: "";
}
.ss-pixels::before, .ss-pixels.right::after {
    content: "";
}
.ss-phone::before, .ss-phone.right::after {
    content: "📞";
}
.ss-phonedisabled::before, .ss-phonedisabled.right::after {
    content: "";
}
.ss-touchtonephone::before, .ss-touchtonephone.right::after {
    content: "☏";
}
.ss-mail::before, .ss-mail.right::after {
    content: "✉";
}
.ss-inbox::before, .ss-inbox.right::after {
    content: "📥";
}
.ss-outbox::before, .ss-outbox.right::after {
    content: "📤";
}
.ss-chat::before, .ss-chat.right::after {
    content: "💬";
}
.ss-user::before, .ss-user.right::after {
    content: "👤";
}
.ss-users::before, .ss-users.right::after {
    content: "👥";
}
.ss-usergroup::before, .ss-usergroup.right::after {
    content: "";
}
.ss-businessuser::before, .ss-businessuser.right::after {
    content: "";
}
.ss-man::before, .ss-man.right::after {
    content: "👨";
}
.ss-male::before, .ss-male.right::after {
    content: "";
}
.ss-woman::before, .ss-woman.right::after {
    content: "👩";
}
.ss-female::before, .ss-female.right::after {
    content: "";
}
.ss-raisedhand::before, .ss-raisedhand.right::after {
    content: "✋";
}
.ss-hand::before, .ss-hand.right::after {
    content: "";
}
.ss-pointup::before, .ss-pointup.right::after {
    content: "👆";
}
.ss-pointupright::before, .ss-pointupright.right::after {
    content: "";
}
.ss-pointright::before, .ss-pointright.right::after {
    content: "👉";
}
.ss-pointdownright::before, .ss-pointdownright.right::after {
    content: "";
}
.ss-pointdown::before, .ss-pointdown.right::after {
    content: "👇";
}
.ss-pointdownleft::before, .ss-pointdownleft.right::after {
    content: "";
}
.ss-pointleft::before, .ss-pointleft.right::after {
    content: "👈";
}
.ss-pointupleft::before, .ss-pointupleft.right::after {
    content: "";
}
.ss-cart::before, .ss-cart.right::after {
    content: "";
}
.ss-creditcard::before, .ss-creditcard.right::after {
    content: "💳";
}
.ss-calculator::before, .ss-calculator.right::after {
    content: "";
}
.ss-barchart::before, .ss-barchart.right::after {
    content: "📊";
}
.ss-piechart::before, .ss-piechart.right::after {
    content: "";
}
.ss-box::before, .ss-box.right::after {
    content: "📦";
}
.ss-home::before, .ss-home.right::after {
    content: "⌂";
}
.ss-globe::before, .ss-globe.right::after {
    content: "🌎";
}
.ss-navigate::before, .ss-navigate.right::after {
    content: "";
}
.ss-compass::before, .ss-compass.right::after {
    content: "";
}
.ss-signpost::before, .ss-signpost.right::after {
    content: "";
}
.ss-location::before, .ss-location.right::after {
    content: "";
}
.ss-floppydisk::before, .ss-floppydisk.right::after {
    content: "💾";
}
.ss-database::before, .ss-database.right::after {
    content: "";
}
.ss-hdd::before, .ss-hdd.right::after {
    content: "";
}
.ss-microchip::before, .ss-microchip.right::after {
    content: "";
}
.ss-music::before, .ss-music.right::after {
    content: "♫";
}
.ss-headphones::before, .ss-headphones.right::after {
    content: "🎧";
}
.ss-discdrive::before, .ss-discdrive.right::after {
    content: "";
}
.ss-volume::before, .ss-volume.right::after {
    content: "🔈";
}
.ss-lowvolume::before, .ss-lowvolume.right::after {
    content: "🔉";
}
.ss-mediumvolume::before, .ss-mediumvolume.right::after {
    content: "";
}
.ss-highvolume::before, .ss-highvolume.right::after {
    content: "🔊";
}
.ss-airplay::before, .ss-airplay.right::after {
    content: "";
}
.ss-camera::before, .ss-camera.right::after {
    content: "📷";
}
.ss-picture::before, .ss-picture.right::after {
    content: "🌄";
}
.ss-video::before, .ss-video.right::after {
    content: "📹";
}
.ss-webcam::before, .ss-webcam.right::after {
    content: "";
}
.ss-film::before, .ss-film.right::after {
    content: "";
}
.ss-playvideo::before, .ss-playvideo.right::after {
    content: "";
}
.ss-videogame::before, .ss-videogame.right::after {
    content: "🎮";
}
.ss-play::before, .ss-play.right::after {
    content: "▶";
}
.ss-pause::before, .ss-pause.right::after {
    content: "";
}
.ss-stop::before, .ss-stop.right::after {
    content: "■";
}
.ss-record::before, .ss-record.right::after {
    content: "●";
}
.ss-rewind::before, .ss-rewind.right::after {
    content: "⏪";
}
.ss-fastforward::before, .ss-fastforward.right::after {
    content: "⏩";
}
.ss-skipback::before, .ss-skipback.right::after {
    content: "⏮";
}
.ss-skipforward::before, .ss-skipforward.right::after {
    content: "⏭";
}
.ss-eject::before, .ss-eject.right::after {
    content: "⏏";
}
.ss-repeat::before, .ss-repeat.right::after {
    content: "🔁";
}
.ss-replay::before, .ss-replay.right::after {
    content: "↺";
}
.ss-shuffle::before, .ss-shuffle.right::after {
    content: "🔀";
}
.ss-index::before, .ss-index.right::after {
    content: "";
}
.ss-storagebox::before, .ss-storagebox.right::after {
    content: "";
}
.ss-book::before, .ss-book.right::after {
    content: "📕";
}
.ss-notebook::before, .ss-notebook.right::after {
    content: "📓";
}
.ss-newspaper::before, .ss-newspaper.right::after {
    content: "📰";
}
.ss-gridlines::before, .ss-gridlines.right::after {
    content: "";
}
.ss-rows::before, .ss-rows.right::after {
    content: "";
}
.ss-columns::before, .ss-columns.right::after {
    content: "";
}
.ss-thumbnails::before, .ss-thumbnails.right::after {
    content: "";
}
.ss-mouse::before, .ss-mouse.right::after {
    content: "";
}
.ss-usb::before, .ss-usb.right::after {
    content: "";
}
.ss-desktop::before, .ss-desktop.right::after {
    content: "💻";
}
.ss-laptop::before, .ss-laptop.right::after {
    content: "";
}
.ss-tablet::before, .ss-tablet.right::after {
    content: "";
}
.ss-smartphone::before, .ss-smartphone.right::after {
    content: "";
}
.ss-cell::before, .ss-cell.right::after {
    content: "📱";
}
.ss-battery::before, .ss-battery.right::after {
    content: "🔋";
}
.ss-highbattery::before, .ss-highbattery.right::after {
    content: "";
}
.ss-mediumbattery::before, .ss-mediumbattery.right::after {
    content: "";
}
.ss-lowbattery::before, .ss-lowbattery.right::after {
    content: "";
}
.ss-chargingbattery::before, .ss-chargingbattery.right::after {
    content: "";
}
.ss-lightbulb::before, .ss-lightbulb.right::after {
    content: "💡";
}
.ss-washer::before, .ss-washer.right::after {
    content: "";
}
.ss-downloadcloud::before, .ss-downloadcloud.right::after {
    content: "";
}
.ss-download::before, .ss-download.right::after {
    content: "";
}
.ss-downloadbox::before, .ss-downloadbox.right::after {
    content: "";
}
.ss-uploadcloud::before, .ss-uploadcloud.right::after {
    content: "";
}
.ss-upload::before, .ss-upload.right::after {
    content: "";
}
.ss-uploadbox::before, .ss-uploadbox.right::after {
    content: "";
}
.ss-fork::before, .ss-fork.right::after {
    content: "";
}
.ss-merge::before, .ss-merge.right::after {
    content: "";
}
.ss-refresh::before, .ss-refresh.right::after {
    content: "↻";
}
.ss-sync::before, .ss-sync.right::after {
    content: "";
}
.ss-loading::before, .ss-loading.right::after {
    content: "";
}
.ss-file::before, .ss-file.right::after {
    content: "📄";
}
.ss-files::before, .ss-files.right::after {
    content: "";
}
.ss-addfile::before, .ss-addfile.right::after {
    content: "";
}
.ss-removefile::before, .ss-removefile.right::after {
    content: "";
}
.ss-checkfile::before, .ss-checkfile.right::after {
    content: "";
}
.ss-deletefile::before, .ss-deletefile.right::after {
    content: "";
}
.ss-exe::before, .ss-exe.right::after {
    content: "";
}
.ss-zip::before, .ss-zip.right::after {
    content: "";
}
.ss-doc::before, .ss-doc.right::after {
    content: "";
}
.ss-pdf::before, .ss-pdf.right::after {
    content: "";
}
.ss-jpg::before, .ss-jpg.right::after {
    content: "";
}
.ss-png::before, .ss-png.right::after {
    content: "";
}
.ss-mp3::before, .ss-mp3.right::after {
    content: "";
}
.ss-rar::before, .ss-rar.right::after {
    content: "";
}
.ss-gif::before, .ss-gif.right::after {
    content: "";
}
.ss-folder::before, .ss-folder.right::after {
    content: "📁";
}
.ss-openfolder::before, .ss-openfolder.right::after {
    content: "📂";
}
.ss-downloadfolder::before, .ss-downloadfolder.right::after {
    content: "";
}
.ss-uploadfolder::before, .ss-uploadfolder.right::after {
    content: "";
}
.ss-quote::before, .ss-quote.right::after {
    content: "“";
}
.ss-unquote::before, .ss-unquote.right::after {
    content: "”";
}
.ss-print::before, .ss-print.right::after {
    content: "⎙";
}
.ss-copier::before, .ss-copier.right::after {
    content: "";
}
.ss-fax::before, .ss-fax.right::after {
    content: "📠";
}
.ss-scanner::before, .ss-scanner.right::after {
    content: "";
}
.ss-printregistration::before, .ss-printregistration.right::after {
    content: "";
}
.ss-shredder::before, .ss-shredder.right::after {
    content: "";
}
.ss-expand::before, .ss-expand.right::after {
    content: "⤢";
}
.ss-contract::before, .ss-contract.right::after {
    content: "";
}
.ss-help::before, .ss-help.right::after {
    content: "❓";
}
.ss-info::before, .ss-info.right::after {
    content: "ℹ";
}
.ss-alert::before, .ss-alert.right::after {
    content: "⚠";
}
.ss-caution::before, .ss-caution.right::after {
    content: "⛔";
}
.ss-logout::before, .ss-logout.right::after {
    content: "";
}
.ss-login::before, .ss-login.right::after {
    content: "";
}
.ss-scaleup::before, .ss-scaleup.right::after {
    content: "";
}
.ss-scaledown::before, .ss-scaledown.right::after {
    content: "";
}
.ss-plus::before, .ss-plus.right::after {
    content: "+";
}
.ss-hyphen::before, .ss-hyphen.right::after {
    content: "-";
}
.ss-check::before, .ss-check.right::after {
    content: "✓";
}
.ss-delete::before, .ss-delete.right::after {
    content: "␡";
}
.ss-notifications::before, .ss-notifications.right::after {
    content: "🔔";
}
.ss-notificationsdisabled::before, .ss-notificationsdisabled.right::after {
    content: "🔕";
}
.ss-clock::before, .ss-clock.right::after {
    content: "⏲";
}
.ss-stopwatch::before, .ss-stopwatch.right::after {
    content: "⏱";
}
.ss-alarmclock::before, .ss-alarmclock.right::after {
    content: "⏰";
}
.ss-egg::before, .ss-egg.right::after {
    content: "";
}
.ss-eggs::before, .ss-eggs.right::after {
    content: "";
}
.ss-cheese::before, .ss-cheese.right::after {
    content: "";
}
.ss-chickenleg::before, .ss-chickenleg.right::after {
    content: "🍗";
}
.ss-pizzapie::before, .ss-pizzapie.right::after {
    content: "";
}
.ss-pizza::before, .ss-pizza.right::after {
    content: "🍕";
}
.ss-cheesepizza::before, .ss-cheesepizza.right::after {
    content: "";
}
.ss-frenchfries::before, .ss-frenchfries.right::after {
    content: "🍟";
}
.ss-apple::before, .ss-apple.right::after {
    content: "🍏";
}
.ss-carrot::before, .ss-carrot.right::after {
    content: "";
}
.ss-broccoli::before, .ss-broccoli.right::after {
    content: "";
}
.ss-cucumber::before, .ss-cucumber.right::after {
    content: "";
}
.ss-orange::before, .ss-orange.right::after {
    content: "🍊";
}
.ss-lemon::before, .ss-lemon.right::after {
    content: "🍋";
}
.ss-onion::before, .ss-onion.right::after {
    content: "";
}
.ss-bellpepper::before, .ss-bellpepper.right::after {
    content: "";
}
.ss-peas::before, .ss-peas.right::after {
    content: "";
}
.ss-grapes::before, .ss-grapes.right::after {
    content: "🍇";
}
.ss-strawberry::before, .ss-strawberry.right::after {
    content: "🍓";
}
.ss-bread::before, .ss-bread.right::after {
    content: "🍞";
}
.ss-mug::before, .ss-mug.right::after {
    content: "☕";
}
.ss-mugs::before, .ss-mugs.right::after {
    content: "";
}
.ss-espresso::before, .ss-espresso.right::after {
    content: "";
}
.ss-macchiato::before, .ss-macchiato.right::after {
    content: "";
}
.ss-cappucino::before, .ss-cappucino.right::after {
    content: "";
}
.ss-latte::before, .ss-latte.right::after {
    content: "";
}
.ss-icedcoffee::before, .ss-icedcoffee.right::after {
    content: "";
}
.ss-coffeebean::before, .ss-coffeebean.right::after {
    content: "";
}
.ss-coffeemilk::before, .ss-coffeemilk.right::after {
    content: "";
}
.ss-coffeefoam::before, .ss-coffeefoam.right::after {
    content: "";
}
.ss-coffeesugar::before, .ss-coffeesugar.right::after {
    content: "";
}
.ss-sugarpackets::before, .ss-sugarpackets.right::after {
    content: "";
}
.ss-capsule::before, .ss-capsule.right::after {
    content: "";
}
.ss-capsulerecycling::before, .ss-capsulerecycling.right::after {
    content: "";
}
.ss-insertcapsule::before, .ss-insertcapsule.right::after {
    content: "";
}
.ss-tea::before, .ss-tea.right::after {
    content: "🍵";
}
.ss-teabag::before, .ss-teabag.right::after {
    content: "";
}
.ss-jug::before, .ss-jug.right::after {
    content: "";
}
.ss-pitcher::before, .ss-pitcher.right::after {
    content: "";
}
.ss-kettle::before, .ss-kettle.right::after {
    content: "";
}
.ss-wineglass::before, .ss-wineglass.right::after {
    content: "🍷";
}
.ss-sugar::before, .ss-sugar.right::after {
    content: "";
}
.ss-oven::before, .ss-oven.right::after {
    content: "";
}
.ss-stove::before, .ss-stove.right::after {
    content: "";
}
.ss-vent::before, .ss-vent.right::after {
    content: "";
}
.ss-exhaust::before, .ss-exhaust.right::after {
    content: "";
}
.ss-steam::before, .ss-steam.right::after {
    content: "♨";
}
.ss-dishwasher::before, .ss-dishwasher.right::after {
    content: "";
}
.ss-toaster::before, .ss-toaster.right::after {
    content: "";
}
.ss-microwave::before, .ss-microwave.right::after {
    content: "";
}
.ss-electrickettle::before, .ss-electrickettle.right::after {
    content: "";
}
.ss-refrigerator::before, .ss-refrigerator.right::after {
    content: "";
}
.ss-freezer::before, .ss-freezer.right::after {
    content: "";
}
.ss-utensils::before, .ss-utensils.right::after {
    content: "🍴";
}
.ss-cookingutensils::before, .ss-cookingutensils.right::after {
    content: "";
}
.ss-whisk::before, .ss-whisk.right::after {
    content: "";
}
.ss-pizzacutter::before, .ss-pizzacutter.right::after {
    content: "";
}
.ss-measuringcup::before, .ss-measuringcup.right::after {
    content: "";
}
.ss-colander::before, .ss-colander.right::after {
    content: "";
}
.ss-eggtimer::before, .ss-eggtimer.right::after {
    content: "";
}
.ss-platter::before, .ss-platter.right::after {
    content: "";
}
.ss-plates::before, .ss-plates.right::after {
    content: "";
}
.ss-steamplate::before, .ss-steamplate.right::after {
    content: "";
}
.ss-cups::before, .ss-cups.right::after {
    content: "";
}
.ss-steamglass::before, .ss-steamglass.right::after {
    content: "";
}
.ss-pot::before, .ss-pot.right::after {
    content: "";
}
.ss-steampot::before, .ss-steampot.right::after {
    content: "";
}
.ss-chef::before, .ss-chef.right::after {
    content: "";
}
.ss-weathervane::before, .ss-weathervane.right::after {
    content: "";
}
.ss-thermometer::before, .ss-thermometer.right::after {
    content: "";
}
.ss-thermometerup::before, .ss-thermometerup.right::after {
    content: "";
}
.ss-thermometerdown::before, .ss-thermometerdown.right::after {
    content: "";
}
.ss-droplet::before, .ss-droplet.right::after {
    content: "💧";
}
.ss-sunrise::before, .ss-sunrise.right::after {
    content: "🌅";
}
.ss-sunset::before, .ss-sunset.right::after {
    content: "🌇";
}
.ss-sun::before, .ss-sun.right::after {
    content: "☀";
}
.ss-cloud::before, .ss-cloud.right::after {
    content: "☁";
}
.ss-clouds::before, .ss-clouds.right::after {
    content: "";
}
.ss-partlycloudy::before, .ss-partlycloudy.right::after {
    content: "⛅";
}
.ss-rain::before, .ss-rain.right::after {
    content: "☔";
}
.ss-rainheavy::before, .ss-rainheavy.right::after {
    content: "";
}
.ss-lightning::before, .ss-lightning.right::after {
    content: "☇";
}
.ss-thunderstorm::before, .ss-thunderstorm.right::after {
    content: "⛈";
}
.ss-umbrella::before, .ss-umbrella.right::after {
    content: "☂";
}
.ss-rainumbrella::before, .ss-rainumbrella.right::after {
    content: "";
}
.ss-rainbow::before, .ss-rainbow.right::after {
    content: "🌈";
}
.ss-rainbowclouds::before, .ss-rainbowclouds.right::after {
    content: "";
}
.ss-fog::before, .ss-fog.right::after {
    content: "";
}
.ss-wind::before, .ss-wind.right::after {
    content: "";
}
.ss-tornado::before, .ss-tornado.right::after {
    content: "";
}
.ss-snowflake::before, .ss-snowflake.right::after {
    content: "❄";
}
.ss-snowcrystal::before, .ss-snowcrystal.right::after {
    content: "❆";
}
.ss-lightsnow::before, .ss-lightsnow.right::after {
    content: "";
}
.ss-snow::before, .ss-snow.right::after {
    content: "";
}
.ss-heavysnow::before, .ss-heavysnow.right::after {
    content: "";
}
.ss-hail::before, .ss-hail.right::after {
    content: "";
}
.ss-crescentmoon::before, .ss-crescentmoon.right::after {
    content: "🌙";
}
.ss-waxingcrescentmoon::before, .ss-waxingcrescentmoon.right::after {
    content: "🌒";
}
.ss-firstquartermoon::before, .ss-firstquartermoon.right::after {
    content: "🌓";
}
.ss-waxinggibbousmoon::before, .ss-waxinggibbousmoon.right::after {
    content: "🌔";
}
.ss-waninggibbousmoon::before, .ss-waninggibbousmoon.right::after {
    content: "🌖";
}
.ss-lastquartermoon::before, .ss-lastquartermoon.right::after {
    content: "🌗";
}
.ss-waningcrescentmoon::before, .ss-waningcrescentmoon.right::after {
    content: "🌘";
}
.ss-fan::before, .ss-fan.right::after {
    content: "";
}
.ss-bike::before, .ss-bike.right::after {
    content: "🚲";
}
.ss-wheelchair::before, .ss-wheelchair.right::after {
    content: "♿";
}
.ss-briefcase::before, .ss-briefcase.right::after {
    content: "💼";
}
.ss-hanger::before, .ss-hanger.right::after {
    content: "";
}
.ss-comb::before, .ss-comb.right::after {
    content: "";
}
.ss-medicalcross::before, .ss-medicalcross.right::after {
    content: "";
}
.ss-up::before, .ss-up.right::after {
    content: "⬆";
}
.ss-upright::before, .ss-upright.right::after {
    content: "⬈";
}
.ss-right::before, .ss-right.right::after {
    content: "➡";
}
.ss-downright::before, .ss-downright.right::after {
    content: "⬊";
}
.ss-down::before, .ss-down.right::after {
    content: "⬇";
}
.ss-downleft::before, .ss-downleft.right::after {
    content: "⬋";
}
.ss-left::before, .ss-left.right::after {
    content: "⬅";
}
.ss-upleft::before, .ss-upleft.right::after {
    content: "⬉";
}
.ss-navigateup::before, .ss-navigateup.right::after {
    content: "";
}
.ss-navigateright::before, .ss-navigateright.right::after {
    content: "▻";
}
.ss-navigatedown::before, .ss-navigatedown.right::after {
    content: "";
}
.ss-navigateleft::before, .ss-navigateleft.right::after {
    content: "◅";
}
.ss-retweet::before, .ss-retweet.right::after {
    content: "";
}
.ss-share::before, .ss-share.right::after {
    content: "";
}
.ss-icon {
    position: relative;
    top: 4px;
}
.logo {
    background: #fff url("http://www.swneumarkt.de/fileadmin/images/stadtwerke-neumarkt.svg") no-repeat scroll left center / 140px 45px;
    border: 0 none;
    display: block;
    height: 45px;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    width: 140px;
}
.no-svg .logo {
    background-image: url("http://www.swneumarkt.de/fileadmin/images/stadtwerke-neumarkt.gif");
}
.container-fluid.teaser-section-bg {
    background-color: #ededed;
}
@media (max-width: 768px) {
.container-fluid.teaser-section-bg {
    padding-left: 0;
    padding-right: 0;
}
}
.container-fluid.teaser-section-bg .row {
    background-color: #ededed;
    min-height: 100px;
    position: relative;
    z-index: 2;
}
.container-fluid.teaser-section-bg .container {
    background-color: #ededed;
    min-height: 100px;
    position: relative;
    z-index: 2;
}
.container-fluid.teaser-section-bg .container::after {
    border-radius: 100px / 5px;
    bottom: 0;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.8);
    content: "";
    height: 20px;
    left: 3%;
    position: absolute;
    width: 94%;
    z-index: 1;
}
.bg-white {
    background-color: #fff;
}
.divider {
    background: rgba(0, 0, 0, 0) url("http://www.swneumarkt.de/fileadmin/images/divider-bullets.png") repeat scroll 0 0;
    clear: both;
    display: block;
    height: 3px;
    margin: 1.5em 0;
}
.is-hidden {
    display: none !important;
    visibility: hidden !important;
}
.is-vishidden {
    border: 0 none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
}
.right {
    float: right;
    padding: 0 0 1em 1em;
}
.right-search {
    float: right;
    padding: 0 0 1em;
}
.left {
    float: left;
    padding: 0 1em 1em 0;
}
.no-margin {
    margin: 0;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
@media all and (max-width: 46.8em) {
.hide-small {
    display: none;
}
}
@media all and (min-width: 46.8em) and (max-width: 50em) {
.hide-med {
    display: none;
}
}
@media all and (min-width: 50em) {
.hide-large {
    display: none;
}
}
.valid {
    color: #089e00;
}
.error {
    color: red;
}
.warning {
    color: #fff664;
}
.information {
    color: #000db5;
}
html, body {
    height: 100%;
}
body {
    background: #fff none repeat scroll 0 0;
    color: #797979;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    line-height: 1.5em;
}
#dp_swf_engine {
    display: none;
}
.main {
    padding: 55px 0;
    position: relative;
}
a {
    color: #000;
    outline: 0 none;
    text-decoration: underline;
}
a:hover, a:focus {
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    margin-bottom: 0.6em;
    text-transform: uppercase;
}
h3 {
    font-family: "Roboto Condensed","Helvetica","Arial",sans-serif;
    margin-bottom: 1em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #444444;
    text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #000;
    text-decoration: underline;
}
.hero {
    font-size: 3.67em;
}
h1, .alpha {
    font-size: 2.1em;
    line-height: 1.2em;
}
h2, .beta {
    font-size: 1.45em;
    line-height: 1.2em;
}
h3, .gamma {
    font-size: 1.1em;
    line-height: 1.2em;
}
h4, .delta {
    font-size: 1em;
}
h5, .epsilon {
    font-size: 0.875em;
}
p + h2 {
    margin-top: 1.7em;
}
table + h2 {
    margin-top: 1.7em;
}
.hgroup h3 {
    font-weight: normal;
    margin-bottom: 0;
}
p {
    margin-bottom: 1.5em;
}
.font-secondary {
    font-family: "Roboto Condensed","Helvetica","Arial",sans-serif;
}
blockquote {
    border-left: 1px solid #797979;
    color: #797979;
    font-style: italic;
    margin-bottom: 1.7em;
    padding-left: 1em;
}
hr {
    background: #cbcbcb none repeat scroll 0 0;
    border: 0 none;
    height: 1px;
    margin: 2em 0;
}
abbr {
    border-bottom: 1px dotted #797979;
    cursor: help;
}
strong {
    font-weight: 700;
}
ol, ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul {
    list-style: outside none disc;
    margin: 0 0 1em 1.2em;
}
ul ul {
    margin-bottom: 0;
}
ol {
    list-style: outside none decimal;
    margin: 0 0 1em 1.5em;
}
ol ol {
    margin-bottom: 0;
}
dl {
    margin: 0 0 1em;
    overflow: hidden;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
ul.list-check, ul.list-check ul {
    list-style-image: url("http://www.swneumarkt.de/fileadmin/images/icn-list-check.svg");
}
.no-svg ul.list-check, .no-svg ul.list-check ul {
    list-style-image: url("http://www.swneumarkt.de/fileadmin/images/icn-list-check.png");
}
img, video, object {
    border: 0 none;
    height: auto;
}
iframe {
    margin-bottom: 1em;
}
figure {
    margin-bottom: 1em;
}
figure img {
    margin-bottom: 0.5em;
}
figcaption {
    font-style: italic;
}
.videoWrapper {
    height: 0;
    margin-bottom: 1.5em;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
}
.videoWrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.imagegallery .col-sm-4 {
    line-height: 0;
}
.imagegallery img {
    width: 100%;
}
.imagegallery .gallery {
    display: block;
    height: 140px;
    margin-bottom: 1.5em;
    overflow: hidden;
}
.map-container {
    height: 0;
    margin-bottom: 2em;
    overflow: hidden;
    padding-bottom: 400px;
    position: relative;
}
.map-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#map-parking {
    float: left;
    height: 400px;
    width: 100%;
}
#map-parking a {
    text-decoration: none;
}
#map-parking .my-marker {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 45px;
    line-height: 35px;
    min-width: 235px;
    padding: 5px;
    position: relative;
}
#map-parking .my-marker img {
    float: left;
    margin-right: 10px;
}
#map-parking .my-marker span {
    margin-right: 10px;
}
#map-parking .my-marker div.counter {
    background-color: #919191;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    margin: -5px -5px 0 0;
    text-align: center;
    width: 45px;
}
#map-parking .my-marker .arrow {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #fff;
    bottom: -10px;
    height: 0;
    left: 45%;
    position: absolute;
    width: 0;
}
form ol, form ul {
    list-style: outside none none;
    margin-left: 0;
}
fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}
label {
    display: block;
    padding-bottom: 0.5em;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0 1px;
}
input, textarea {
    border: 1px solid #797979;
    outline: 0 none;
    padding: 0.5em 0.65rem;
    width: 100%;
}
input[type="text"], input[type="search"], input[type="url"], input[type="number"], textarea {
}
input[type="checkbox"], input[type="radio"] {
    border: medium none;
    margin-right: 0.3em;
    padding: 0;
    width: auto;
}
input[type="search"] {
    border-radius: 0;
}
select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url("http://www.swneumarkt.de/fileadmin/images/selectbox-arrow.png") no-repeat scroll right center;
    border: 1px solid #797979;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: medium none;
    padding: 0.5em 2em 0.5em 0.65em;
    text-indent: 0.01px;
    text-overflow: "";
    width: 100%;
}
.field-container {
    margin-bottom: 1em;
}
.inline-form fieldset, .inline-form .inline-container {
    position: relative;
}
.has-error {
    border-color: red;
}
.is-valid {
    border-color: #089e00;
}
input[type="submit"] {
    cursor: pointer;
    width: auto;
}
.tx-powermail .layout1 fieldset {
    margin-bottom: 20px;
}
.tx-powermail .layout1 legend {
    background: rgba(0, 0, 0, 0) url("http://www.swneumarkt.de/fileadmin/images/divider-bullets.png") repeat-x scroll center bottom;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}
.tx-powermail .layout2 h3 {
    display: none;
}
.tx-powermail .layout2 legend {
    display: none;
}
.search-field {
    padding-right: 3em;
}
.inline-form .search-submit {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #797979;
    border-image: none;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    color: #797979;
    padding: 0.78em 1em;
}
#hasDatepicker {
    padding-right: 2em;
}
select.ui-datepicker-year {
    border: medium none;
    padding: 0 0 0 5px;
}
.order-form {
    margin-bottom: 3em;
}
.order-form .divider {
    margin-bottom: 1.5em;
}
.order-form .control-group {
    margin-bottom: 1.5em;
}
.order-form .ui-datepicker-trigger {
    position: absolute;
    right: 15px;
    top: 0;
}
.order-form .row [class*="col"] + [class*="col"] {
    margin-top: 1.5em;
}
.order-form .order-steps {
    background-color: #ededed;
    float: left;
    margin-bottom: 1.5em;
    width: 100%;
}
.order-form .order-step {
    background-color: #ededed;
    display: block;
    float: left;
    padding: 0.75em;
    text-align: center;
    width: 100%;
}
@media (min-width: 768px) {
.order-form .order-step {
    width: 25%;
}
}
.order-form .order-step.active {
    background-color: #919191;
    color: #fff;
    font-weight: 700;
}
@media (min-width: 480px) {
.order-form .control-label {
    float: left;
    padding-top: 5px;
    text-align: left;
    width: 180px;
}
.order-form .controls {
    margin-left: 200px;
}
}
@media (min-width: 768px) {
.order-form .row [class*="col"] + [class*="col"] {
    margin-top: 0;
}
}
table {
    margin-bottom: 1.7em;
    text-align: left;
}
table th {
    padding-right: 0.75em;
}
table td {
    padding-right: 0.75em;
}
table.table-bg {
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    color: #797979;
    width: 100%;
}
table.table-bg table .small {
    font-weight: normal;
}
table.table-bg th {
    background-color: #919191;
    color: #fff;
    padding: 0.5em;
    text-transform: uppercase;
}
table.table-bg tr:nth-child(2n) {
    background-color: #f1f1f1;
}
table.table-bg td {
    padding: 0.5em;
}
@media screen and (max-width: 767px) {
.table-responsive {
    border: 1px solid #ededed;
    margin-bottom: 1.5em;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}
.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 none;
}
.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 none;
}
.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 none;
}
.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 none;
}
}
.news-list-view h2 a {
    color: #000;
}
.news-list-view .news-date {
    color: #000;
}
.news-list-view .news-list-item {
    padding-top: 1.5em;
}
.page-navigation ul {
    color: #fff;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 1.214em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.page-navigation ul li {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #cac8c8 0%, silver 100%) repeat scroll 0 0;
    border: 1px solid #b1b0b0;
    display: inline-block;
    margin-right: 10px;
}
.page-navigation ul li:hover, .page-navigation ul li:focus {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, silver 0%, #cac8c8 100%) repeat scroll 0 0;
}
.page-navigation ul li a {
    color: #fff;
    display: inline-block;
    padding: 0.6em 1em;
    text-decoration: none;
}
.page-navigation ul li.current {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #9e9d9d 0%, #919191 100%) repeat scroll 0 0;
    border: 1px solid #8c8b8b;
    padding: 0.6em 1em;
}
.news-single-item .news-date {
    color: #000;
    font-size: 1.286em;
}
.news-single-item .news-single-backlink .btn-alternate {
    padding-left: 10px;
}
.newsteaser {
    background-color: #ededed;
}
.teaserbox.newsteaser {
    padding-left: 0;
    padding-right: 0;
}
#owl-slider-news .item {
    padding-left: 15px;
    padding-right: 15px;
}
#owl-slider-news .owl-controls {
    margin-top: 0;
}
#owl-slider-news .owl-controls .owl-pagination {
    bottom: 5px;
    position: absolute;
    right: 5px;
}
#owl-slider-news .owl-controls .owl-pagination .owl-page span {
    background-color: #fff;
    border: 1px solid #cbcbcb;
    margin: 5px 4px;
    opacity: 1;
}
#owl-slider-news .owl-controls .owl-pagination .owl-page.active span {
    background-color: #797979;
    border: 1px solid #797979;
}
.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
    border: 0 none;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
    display: block !important;
}
table.visible-xs {
    display: table;
}
tr.visible-xs {
    display: table-row !important;
}
th.visible-xs, td.visible-xs {
    display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
    display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
    display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
    display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
    display: block !important;
}
table.visible-sm {
    display: table;
}
tr.visible-sm {
    display: table-row !important;
}
th.visible-sm, td.visible-sm {
    display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
    display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
    display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
    display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
    display: block !important;
}
table.visible-md {
    display: table;
}
tr.visible-md {
    display: table-row !important;
}
th.visible-md, td.visible-md {
    display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
    display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
    display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
    display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
    display: block !important;
}
table.visible-lg {
    display: table;
}
tr.visible-lg {
    display: table-row !important;
}
th.visible-lg, td.visible-lg {
    display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
    display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
    display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
    display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
    display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
    display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
    display: none !important;
}
}
.visible-print {
    display: none !important;
}
@media print {
.visible-print {
    display: block !important;
}
table.visible-print {
    display: table;
}
tr.visible-print {
    display: table-row !important;
}
th.visible-print, td.visible-print {
    display: table-cell !important;
}
}
.visible-print-block {
    display: none !important;
}
@media print {
.visible-print-block {
    display: block !important;
}
}
.visible-print-inline {
    display: none !important;
}
@media print {
.visible-print-inline {
    display: inline !important;
}
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
.visible-print-inline-block {
    display: inline-block !important;
}
}
@media print {
.hidden-print {
    display: none !important;
}
}
.shadow {
    position: relative;
}
.shadow::after {
    border-radius: 100px / 20px;
    bottom: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    content: "";
    height: 50px;
    left: 5%;
    position: absolute;
    width: 90%;
    z-index: -1;
}
.shadow-small {
    position: relative;
}
.shadow-small::after {
    border-radius: 100px / 20px;
    bottom: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    content: "";
    height: 50px;
    left: 6%;
    position: absolute;
    width: 88%;
    z-index: -1;
}
@media (min-width: 992px) {
.shadow-small::after {
    left: 10%;
    width: 80%;
}
}
.gallery-list-view h2 a {
    color: #000;
}
.gallery-list-view .gallery-date {
    color: #000;
}
.gallery-list-view .news-list-item {
    padding-top: 1.5em;
}
.gallery-single-item .news-date {
    color: #000;
    font-size: 1.286em;
}
.gallery-single-item .gallery-single-backlink .btn-alternate {
    padding-left: 10px;
}
.gallery-preview {
    height: auto;
    margin-top: 5px;
    width: 100%;
}
.custom-container {
    padding: 0 30px;
}
.container {
    margin-left: auto;
    margin-right: 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-left: auto;
    margin-right: 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-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.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.33333%;
}
.col-xs-2 {
    width: 16.6667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.3333%;
}
.col-xs-5 {
    width: 41.6667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.3333%;
}
.col-xs-8 {
    width: 66.6667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.3333%;
}
.col-xs-11 {
    width: 91.6667%;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.33333%;
}
.col-xs-pull-2 {
    right: 16.6667%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-4 {
    right: 33.3333%;
}
.col-xs-pull-5 {
    right: 41.6667%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-7 {
    right: 58.3333%;
}
.col-xs-pull-8 {
    right: 66.6667%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-10 {
    right: 83.3333%;
}
.col-xs-pull-11 {
    right: 91.6667%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.33333%;
}
.col-xs-push-2 {
    left: 16.6667%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-4 {
    left: 33.3333%;
}
.col-xs-push-5 {
    left: 41.6667%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-7 {
    left: 58.3333%;
}
.col-xs-push-8 {
    left: 66.6667%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-10 {
    left: 83.3333%;
}
.col-xs-push-11 {
    left: 91.6667%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
.col-xs-offset-1 {
    margin-left: 8.33333%;
}
.col-xs-offset-2 {
    margin-left: 16.6667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.3333%;
}
.col-xs-offset-5 {
    margin-left: 41.6667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.3333%;
}
.col-xs-offset-8 {
    margin-left: 66.6667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.3333%;
}
.col-xs-offset-11 {
    margin-left: 91.6667%;
}
.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.33333%;
}
.col-sm-2 {
    width: 16.6667%;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-4 {
    width: 33.3333%;
}
.col-sm-5 {
    width: 41.6667%;
}
.col-sm-6 {
    width: 50%;
}
.col-sm-7 {
    width: 58.3333%;
}
.col-sm-8 {
    width: 66.6667%;
}
.col-sm-9 {
    width: 75%;
}
.col-sm-10 {
    width: 83.3333%;
}
.col-sm-11 {
    width: 91.6667%;
}
.col-sm-12 {
    width: 100%;
}
.col-sm-pull-0 {
    right: auto;
}
.col-sm-pull-1 {
    right: 8.33333%;
}
.col-sm-pull-2 {
    right: 16.6667%;
}
.col-sm-pull-3 {
    right: 25%;
}
.col-sm-pull-4 {
    right: 33.3333%;
}
.col-sm-pull-5 {
    right: 41.6667%;
}
.col-sm-pull-6 {
    right: 50%;
}
.col-sm-pull-7 {
    right: 58.3333%;
}
.col-sm-pull-8 {
    right: 66.6667%;
}
.col-sm-pull-9 {
    right: 75%;
}
.col-sm-pull-10 {
    right: 83.3333%;
}
.col-sm-pull-11 {
    right: 91.6667%;
}
.col-sm-pull-12 {
    right: 100%;
}
.col-sm-push-0 {
    left: auto;
}
.col-sm-push-1 {
    left: 8.33333%;
}
.col-sm-push-2 {
    left: 16.6667%;
}
.col-sm-push-3 {
    left: 25%;
}
.col-sm-push-4 {
    left: 33.3333%;
}
.col-sm-push-5 {
    left: 41.6667%;
}
.col-sm-push-6 {
    left: 50%;
}
.col-sm-push-7 {
    left: 58.3333%;
}
.col-sm-push-8 {
    left: 66.6667%;
}
.col-sm-push-9 {
    left: 75%;
}
.col-sm-push-10 {
    left: 83.3333%;
}
.col-sm-push-11 {
    left: 91.6667%;
}
.col-sm-push-12 {
    left: 100%;
}
.col-sm-offset-0 {
    margin-left: 0;
}
.col-sm-offset-1 {
    margin-left: 8.33333%;
}
.col-sm-offset-2 {
    margin-left: 16.6667%;
}
.col-sm-offset-3 {
    margin-left: 25%;
}
.col-sm-offset-4 {
    margin-left: 33.3333%;
}
.col-sm-offset-5 {
    margin-left: 41.6667%;
}
.col-sm-offset-6 {
    margin-left: 50%;
}
.col-sm-offset-7 {
    margin-left: 58.3333%;
}
.col-sm-offset-8 {
    margin-left: 66.6667%;
}
.col-sm-offset-9 {
    margin-left: 75%;
}
.col-sm-offset-10 {
    margin-left: 83.3333%;
}
.col-sm-offset-11 {
    margin-left: 91.6667%;
}
.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.33333%;
}
.col-md-2 {
    width: 16.6667%;
}
.col-md-3 {
    width: 25%;
}
.col-md-4 {
    width: 33.3333%;
}
.col-md-5 {
    width: 41.6667%;
}
.col-md-6 {
    width: 50%;
}
.col-md-7 {
    width: 58.3333%;
}
.col-md-8 {
    width: 66.6667%;
}
.col-md-9 {
    width: 75%;
}
.col-md-10 {
    width: 83.3333%;
}
.col-md-11 {
    width: 91.6667%;
}
.col-md-12 {
    width: 100%;
}
.col-md-pull-0 {
    right: auto;
}
.col-md-pull-1 {
    right: 8.33333%;
}
.col-md-pull-2 {
    right: 16.6667%;
}
.col-md-pull-3 {
    right: 25%;
}
.col-md-pull-4 {
    right: 33.3333%;
}
.col-md-pull-5 {
    right: 41.6667%;
}
.col-md-pull-6 {
    right: 50%;
}
.col-md-pull-7 {
    right: 58.3333%;
}
.col-md-pull-8 {
    right: 66.6667%;
}
.col-md-pull-9 {
    right: 75%;
}
.col-md-pull-10 {
    right: 83.3333%;
}
.col-md-pull-11 {
    right: 91.6667%;
}
.col-md-pull-12 {
    right: 100%;
}
.col-md-push-0 {
    left: auto;
}
.col-md-push-1 {
    left: 8.33333%;
}
.col-md-push-2 {
    left: 16.6667%;
}
.col-md-push-3 {
    left: 25%;
}
.col-md-push-4 {
    left: 33.3333%;
}
.col-md-push-5 {
    left: 41.6667%;
}
.col-md-push-6 {
    left: 50%;
}
.col-md-push-7 {
    left: 58.3333%;
}
.col-md-push-8 {
    left: 66.6667%;
}
.col-md-push-9 {
    left: 75%;
}
.col-md-push-10 {
    left: 83.3333%;
}
.col-md-push-11 {
    left: 91.6667%;
}
.col-md-push-12 {
    left: 100%;
}
.col-md-offset-0 {
    margin-left: 0;
}
.col-md-offset-1 {
    margin-left: 8.33333%;
}
.col-md-offset-2 {
    margin-left: 16.6667%;
}
.col-md-offset-3 {
    margin-left: 25%;
}
.col-md-offset-4 {
    margin-left: 33.3333%;
}
.col-md-offset-5 {
    margin-left: 41.6667%;
}
.col-md-offset-6 {
    margin-left: 50%;
}
.col-md-offset-7 {
    margin-left: 58.3333%;
}
.col-md-offset-8 {
    margin-left: 66.6667%;
}
.col-md-offset-9 {
    margin-left: 75%;
}
.col-md-offset-10 {
    margin-left: 83.3333%;
}
.col-md-offset-11 {
    margin-left: 91.6667%;
}
.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.33333%;
}
.col-lg-2 {
    width: 16.6667%;
}
.col-lg-3 {
    width: 25%;
}
.col-lg-4 {
    width: 33.3333%;
}
.col-lg-5 {
    width: 41.6667%;
}
.col-lg-6 {
    width: 50%;
}
.col-lg-7 {
    width: 58.3333%;
}
.col-lg-8 {
    width: 66.6667%;
}
.col-lg-9 {
    width: 75%;
}
.col-lg-10 {
    width: 83.3333%;
}
.col-lg-11 {
    width: 91.6667%;
}
.col-lg-12 {
    width: 100%;
}
.col-lg-pull-0 {
    right: auto;
}
.col-lg-pull-1 {
    right: 8.33333%;
}
.col-lg-pull-2 {
    right: 16.6667%;
}
.col-lg-pull-3 {
    right: 25%;
}
.col-lg-pull-4 {
    right: 33.3333%;
}
.col-lg-pull-5 {
    right: 41.6667%;
}
.col-lg-pull-6 {
    right: 50%;
}
.col-lg-pull-7 {
    right: 58.3333%;
}
.col-lg-pull-8 {
    right: 66.6667%;
}
.col-lg-pull-9 {
    right: 75%;
}
.col-lg-pull-10 {
    right: 83.3333%;
}
.col-lg-pull-11 {
    right: 91.6667%;
}
.col-lg-pull-12 {
    right: 100%;
}
.col-lg-push-0 {
    left: auto;
}
.col-lg-push-1 {
    left: 8.33333%;
}
.col-lg-push-2 {
    left: 16.6667%;
}
.col-lg-push-3 {
    left: 25%;
}
.col-lg-push-4 {
    left: 33.3333%;
}
.col-lg-push-5 {
    left: 41.6667%;
}
.col-lg-push-6 {
    left: 50%;
}
.col-lg-push-7 {
    left: 58.3333%;
}
.col-lg-push-8 {
    left: 66.6667%;
}
.col-lg-push-9 {
    left: 75%;
}
.col-lg-push-10 {
    left: 83.3333%;
}
.col-lg-push-11 {
    left: 91.6667%;
}
.col-lg-push-12 {
    left: 100%;
}
.col-lg-offset-0 {
    margin-left: 0;
}
.col-lg-offset-1 {
    margin-left: 8.33333%;
}
.col-lg-offset-2 {
    margin-left: 16.6667%;
}
.col-lg-offset-3 {
    margin-left: 25%;
}
.col-lg-offset-4 {
    margin-left: 33.3333%;
}
.col-lg-offset-5 {
    margin-left: 41.6667%;
}
.col-lg-offset-6 {
    margin-left: 50%;
}
.col-lg-offset-7 {
    margin-left: 58.3333%;
}
.col-lg-offset-8 {
    margin-left: 66.6667%;
}
.col-lg-offset-9 {
    margin-left: 75%;
}
.col-lg-offset-10 {
    margin-left: 83.3333%;
}
.col-lg-offset-11 {
    margin-left: 91.6667%;
}
.col-lg-offset-12 {
    margin-left: 100%;
}
}
.container-fluid {
    padding: 0;
}
.header {
}
.header .container-fluid.nav-bg {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e8e8e8 0%, #ddd 50%, #c2c2c2 100%) repeat scroll 0 0;
}
@media (min-width: 992px) {
.header .container-fluid.nav-bg {
    background: #cbcbcb none repeat scroll 0 0;
}
}
.header .header-shadow {
    box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.75);
    position: relative;
    z-index: 99;
}
@media (min-width: 992px) {
.header .header-shadow {
    box-shadow: none;
}
}
.header .header-top {
    padding-bottom: 20px;
    padding-top: 20px;
}
.header .top-wrapper {
    float: right;
    margin-bottom: 15px;
}
.main-nav {
    list-style-type: none;
    margin: 0 0 0 -0.4em;
    padding: 0;
}
.main-nav li {
    display: block;
    float: left;
    padding: 15px 0;
}
.main-nav li.first a {
    padding-left: 0;
}
.main-nav li.last a {
    border-right: medium none;
}
.main-nav a {
    border-right: 1px solid #fff;
    color: #fff;
    display: block;
    font-family: "Roboto Condensed","Helvetica","Arial",sans-serif;
    letter-spacing: 1px;
    line-height: 1em;
    padding: 0 0.4em;
    text-decoration: none;
    text-transform: uppercase;
}
.main-nav a:hover {
    color: #000;
}
.main-nav .ss-icon {
    top: 2px;
}
.subnav {
    margin-bottom: 3em;
    padding-bottom: 1.5em;
}
.subnav a {
    color: #000;
    text-decoration: none;
}
.subnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.subnav ul a {
    color: #797979;
    font-weight: bold;
}
.subnav ul a:hover {
    color: #000;
}
.subnav ul ul {
    margin-left: 20px;
}
.subnav ul ul a {
    font-weight: normal;
}
.subnav ul .active {
    color: #000;
}
.subnav.shadow::before {
    left: 10%;
    width: 80%;
}
.mega-menu {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    color: #000;
    display: none;
    left: 0;
    margin: 15px 0 0;
    padding: 20px 0;
    position: absolute;
    z-index: 999;
}
@media (min-width: 992px) {
.mega-menu {
    font-size: 12px;
    height: 323px;
    width: 647px;
}
}
@media (min-width: 1200px) {
.mega-menu {
    font-size: 14px;
    height: 390px;
    width: 780px;
}
}
.mega-menu h3 {
    font-size: 1em;
}
.mega-menu li {
    padding: 3px 0;
}
.mega-menu li.mega-menu-column {
    padding: 0;
    width: 33.333%;
}
.mega-menu li.mega-menu-column li {
    float: none;
}
.mega-menu a {
    border: medium none;
    color: #000;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0;
    text-align: left;
    text-transform: none;
}
.mega-menu .mega-menu-content {
    padding-right: 30px;
}
.mega-menu .mega-menu-content .btn {
    color: #797979;
    margin-top: 1.5em;
    padding: 0;
}
.mega-menu .mega-menu-content .btn .circle .ss-icon {
    top: 5px;
}
.mega-menu .mega-menu-content .mega-menu-info {
    margin-bottom: 0;
}
.mega-menu .mega-menu-content .mega-menu-info span {
    font-size: 1.429em;
    font-weight: 700;
}
.mega-menu .level-2 {
    margin-bottom: 5px;
    margin-top: 7px;
}
.mega-menu .level-2 li {
    padding: 3px 0;
    width: 100% !important;
}
.mega-menu .level-2 a {
    font-weight: 400;
}
.mega-menu .level-3 {
    margin-bottom: 5px;
    margin-top: 7px;
}
.mega-menu .level-3 li {
    padding: 3px 0;
    width: 100% !important;
}
.mega-menu .mega-menu img {
    padding-bottom: 10px;
}
.main-nav li.dropdown.open > .dropdown-toggle, .main-nav li.dropdown.active > .dropdown-toggle, .main-nav li.dropdown.open.active > .dropdown-toggle {
    background: inherit;
    color: inherit;
}
.main-nav li.dropdown.open.active > .dropdown-toggle, .main-nav > li.dropdown > a:focus {
    background: inherit;
    color: inherit;
}
.main-nav li.last ul.mega-menu li ul.level-1 li {
    float: left;
    width: 33.333%;
}
.main-nav li.last ul.mega-menu li.mega-menu-column {
    width: 100%;
}
.main-nav li.last ul.mega-menu li ul.level-1 li ul.level-2 li {
    float: none;
}
#offcanvas {
    background-color: #ededed;
    box-shadow: 4px 0 7px -2px rgba(0, 0, 0, 0.2) inset;
}
@media (min-width: 992px) {
#offcanvas {
    display: none;
}
}
#offcanvas ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#offcanvas ul li {
    position: relative;
}
#offcanvas ul i {
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 42px;
    line-height: 42px;
    margin-top: -15px;
    position: relative;
    text-align: center;
    width: 42px;
    z-index: 10;
}
#offcanvas ul a {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #797979;
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    padding: 10px 0 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
}
#offcanvas ul a:hover {
    background: #797979 none repeat scroll 0 0;
    color: #fff;
}
#offcanvas li.active ul.offcanvas-level-2 {
    display: block;
}
#offcanvas ul.offcanvas-level-2 {
    display: none;
}
#offcanvas ul.offcanvas-level-2 a {
    border: medium none;
    color: #797979;
    font-size: 1.1em;
    padding-bottom: 6px;
    padding-top: 6px;
    text-transform: none;
}
#offcanvas ul.offcanvas-level-2 a:hover {
    color: #fff;
}
#offcanvas ul.offcanvas-level-3 a {
    color: #919191;
    font-weight: normal;
    padding-left: 50px;
    text-transform: none;
}
#offcanvas ul.offcanvas-level-3 a:hover {
    color: #fff;
}
.nav-toggle {
    color: #000;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 1.3rem;
    line-height: 1;
    margin-top: 0.4em;
    position: relative;
    z-index: 99;
}
@media all and (min-width: 992px) {
.nav-toggle {
    display: none;
}
}
@media all and (max-width: 17em) {
.nav-toggle {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
}
a.nav-toggle:hover {
    color: #000;
}
.nav-toggle-icon {
    display: inline-block;
    height: 36px;
    position: relative;
    vertical-align: middle;
    width: 40px;
}
.nav-toggle-icon::before, .nav-toggle-icon::after, .nav-toggle-icon span {
    background: #000 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 4px;
    margin-left: 0;
    position: absolute;
    right: 5px;
    transition-delay: 0.5s;
    transition-duration: 0.5s;
    transition-property: transform, top, bottom, right, opacity;
    transition-timing-function: ease-in-out;
    width: 30px;
}
.nav-toggle-icon::before {
    top: 7px;
}
.nav-toggle-icon::after {
    bottom: 7px;
}
.nav-toggle-icon span {
    margin-top: -2px;
    top: 50%;
}
.js-nav .nav-toggle-icon span {
    opacity: 0;
    right: -50%;
}
.js-nav .nav-toggle-icon::before {
    top: 16px;
    transform: rotate(-45deg);
}
.js-nav .nav-toggle-icon::after {
    bottom: 16px;
    transform: rotate(45deg);
}
.breadcrumb {
    color: #cbcbcb;
    font-size: 0.929em;
    position: absolute;
    top: 22px;
}
.breadcrumb a {
    color: inherit;
    text-decoration: none;
}
.breadcrumb a:hover {
    color: #a5a5a5;
}
.customer-bg a {
    color: #000;
    display: block;
    font-family: "Roboto Condensed","Helvetica","Arial",sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1em;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.customer-bg a:hover {
    color: #000;
}
.customer-bg .ss-icon {
    display: none;
    top: 2px;
}
@media (min-width: 992px) {
.customer-bg {
    background: #919191 none repeat scroll 0 0;
}
.customer-bg a {
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: normal;
    padding: 15px 0;
    text-align: right;
}
.customer-bg a:hover {
    color: #000;
}
.customer-bg .ss-icon {
    display: inline-block;
}
}
.top-nav {
    float: right;
    list-style-type: none;
    margin: 5px 0 0;
    padding: 0;
}
.top-nav li {
    border-right: 1px solid #cbcbcb;
    float: left;
}
.top-nav li.last {
    border-right: medium none;
}
.top-nav a {
    color: #cbcbcb;
    display: block;
    font-size: 0.857em;
    line-height: 1em;
    padding: 0 0.4em;
    text-decoration: none;
}
.top-nav a:hover {
    color: #919191;
}
.meta-nav {
    clear: both;
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.meta-nav li {
    border-right: 1px solid #cbcbcb;
    float: left;
}
.meta-nav li.last {
    border-right: medium none;
}
.meta-nav a {
    color: #cbcbcb;
    display: block;
    font-family: "Roboto Condensed","Helvetica","Arial",sans-serif;
    line-height: 1em;
    padding: 0 0.4em;
    text-decoration: none;
    text-transform: uppercase;
}
.meta-nav a:hover {
    color: #919191;
}
.meta-nav .ss-icon {
    top: 2px;
}
#outer-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
}
#inner-wrap {
    position: relative;
    width: 100%;
}
#offcanvas {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 200;
}
@media screen and (max-width: 992px) {
#offcanvas {
    position: absolute;
    top: 0;
}
#offcanvas:not(:target) {
    height: 0;
    z-index: 1;
}
.js-ready #offcanvas {
    box-shadow: 4px 0 7px -2px rgba(0, 0, 0, 0.2) inset;
    height: 100%;
    width: 70%;
    z-index: 100;
}
.js-ready #offcanvas {
    right: -70%;
}
.js-ready #inner-wrap {
    right: 0;
}
.js-nav #inner-wrap {
    right: 70%;
}
.csstransforms3d.csstransitions.js-ready #offcanvas {
    backface-visibility: hidden;
    right: 0;
    transform: translate3d(100%, 0px, 0px);
}
.csstransforms3d.csstransitions.js-ready #inner-wrap {
    backface-visibility: hidden;
    right: 0 !important;
    transform: translate3d(0px, 0px, 0px);
    transition: transform 500ms ease 0s;
}
.csstransforms3d.csstransitions.js-nav #inner-wrap {
    transform: translate3d(-70%, 0px, 0px) scale3d(1, 1, 1);
}
.csstransforms3d.csstransitions.js-ready #offcanvas .block {
    opacity: 0.7;
    transform: translate3d(-70%, 0px, 0px) scale3d(0.9, 0.9, 0.9);
    transform-origin: 50% 0 0;
    transition: opacity 300ms ease 100ms, transform 500ms ease 0s;
}
.csstransforms3d.csstransitions.js-nav #offcanvas .block {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
}
.footer-wrap {
    background: #d0d1d2 none repeat scroll 0 0;
    padding-top: 20px;
    text-align: center;
}
@media (min-width: 768px) {
.footer-wrap {
    text-align: left;
}
}
.footer-wrap a {
    color: #797979;
    text-decoration: none;
}
.footer-wrap a:hover {
    color: #505050;
    text-decoration: none;
}
.footer-wrap a h5:hover {
    color: #505050;
}
.footer-wrap h5 {
    color: #797979;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    margin: 0;
}
.footer-wrap h5 p {
    margin-bottom: 20px;
}
.footer-wrap .btn-alternate {
    color: #fff;
    margin-bottom: 0.6em;
}
.footer-wrap .btn-alternate:hover {
    color: #fff;
}
.footer-wrap .copyright {
    padding-bottom: 10px;
    padding-top: 10px;
}
.footer-wrap .container-fluid {
    border-top: 1px solid #797979;
}
.footer-wrap ul {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
}
.footer-wrap ul h5 a {
    font-weight: 700;
}
.footer-wrap ul a {
    font-weight: normal;
}
.lead {
    font-size: 1.2em;
}
.pullquote {
    font-size: 1.4375em;
}
.caption {
    font-style: italic;
}
.text a {
    text-decoration: underline;
}
.text ul {
    margin: 0 0 1em 1.2em;
}
.text ul ul {
    margin-bottom: 0;
}
.text ol {
    list-style: outside none decimal;
    margin: 0 0 1em 1.5em;
}
.text ol ol {
    margin-bottom: 0;
}
.medium {
    font-weight: 400;
}
.btn {
    border: 0 none;
    color: #797979;
    display: inline-block;
    font-family: "Roboto Condensed","Helvetica","Arial",sans-serif;
    font-weight: 700;
    margin-bottom: 1.5em;
    margin-right: 0.6em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.btn:hover .circle, .btn:focus .circle {
    background-color: #000;
}
.btn.disabled {
    color: #cbcbcb;
}
.btn.disabled .circle {
    background-color: #cbcbcb;
}
.btn .circle {
    background-color: #797979;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 20px;
    margin-left: 5px;
    position: relative;
    text-align: center;
    top: 1px;
    width: 20px;
}
.btn .circle .ss-icon {
    top: 2px;
}
.text-btn {
    text-decoration: none;
}
.btn-alternate {
    color: #fff;
    display: inline-block;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 1.214em;
    margin-bottom: 1em;
    padding: 0.6em 1em;
    text-align: center;
    text-decoration: none;
}
.btn-alternate:hover, .btn-alternate:focus {
    color: #fff;
}
.btn-alternate i {
    font-size: 24px;
}
.btn-gray {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #cac8c8 0%, silver 100%) repeat scroll 0 0;
    border: 1px solid #b1b0b0;
}
.btn-gray:hover, .btn-gray:focus {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, silver 0%, #cac8c8 100%) repeat scroll 0 0;
}
.btn-gray-dark {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #9e9d9d 0%, #919191 100%) repeat scroll 0 0;
    border: 1px solid #8c8b8b;
}
.btn-gray-dark:hover, .btn-gray-dark:focus {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #919191 0%, #9e9d9d 100%) repeat scroll 0 0;
}
button {
    background-color: transparent;
    cursor: pointer;
    outline: medium none;
    padding: 0;
    text-align: left;
}
button span {
    top: 4px !important;
}
button .ss-icon {
    top: 0 !important;
}
button:hover, button:focus {
    color: #000;
}
.btn-home {
    color: #fff;
    float: left;
    margin: 9px 10px 0 0;
    text-decoration: none;
}
.mobile-search {
    padding: 20px 10px 20px 20px;
}
.mobile-search input[type="text"] {
    border-color: #cbcbcb;
    display: inline-block;
    margin: 0;
    width: calc(100% - 38px);
}
.mobile-search button[type="submit"] {
    background-color: #797979;
    background-image: url("http://www.swneumarkt.de/fileadmin/images/icn-search-white.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 50%;
    display: inline-block;
    height: 32px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    width: 32px;
}
.search-wrapper {
    float: right;
    height: 20px;
    margin-left: 10px;
    position: relative;
    width: 125px;
}
.search-wrapper .search-box {
    border: 1px solid #cbcbcb;
    height: 20px;
    position: relative;
    width: 125px;
}
.search-wrapper .search-box .search-icon {
    font-size: 18px;
    margin: 8px 0 0 5px;
}
.search-wrapper .search-box input {
    border: medium none;
    color: #cbcbcb;
    font-size: 0.714em;
    height: 18px;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    width: 123px;
}
.search-wrapper input.submit-button {
    background: rgba(0, 0, 0, 0) url("http://www.swneumarkt.de/fileadmin/images/icn-search.png") no-repeat scroll center center;
    border: medium none;
    color: transparent;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    position: absolute;
    right: 1px;
    text-indent: 100%;
    top: 0;
    white-space: nowrap;
    width: 11px;
}
.section {
    margin: 0 0 1em;
}
.section-title {
    margin-bottom: 0.5em;
}
.slider-start .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
.container.slider-start {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.container.slider-start .row {
    margin: 0;
}
}
#owl-slider-start {
    background-color: #cbcbcb;
    min-height: 100px;
}
#owl-slider-start img {
    max-width: 100%;
}
#owl-slider-start .owl-item {
    position: relative;
}
#owl-slider-start .owl-item:hover .item-secondary-content {
    display: block;
}
#owl-slider-start .owl-controls {
    font-size: 24px;
    margin-top: 0;
    text-align: left;
    z-index: 4;
}
#owl-slider-start .owl-controls i {
    font-size: 32px;
    text-shadow: 0 0 4px #757575;
}
@media (min-width: 992px) {
#owl-slider-start .owl-controls i {
    font-size: 48px;
}
}
#owl-slider-start .owl-prev {
    float: right;
    left: 0;
    position: absolute;
    top: 45%;
}
#owl-slider-start .owl-next {
    float: right;
    position: absolute;
    right: 0;
    top: 45%;
}
#owl-slider-start .owl-buttons div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    opacity: 1;
    padding: 0;
}
#owl-slider-start .item {
    line-height: 0;
}
#owl-slider-start img {
    line-height: 0;
}
@media (min-width: 768px) {
#owl-slider-start .item-content:hover .item-secondary-content {
    opacity: 1;
}
}
#owl-slider-start .item-content .item-secondary-content {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
    display: none;
    left: 0;
    line-height: 2em;
    opacity: 0;
    overflow: hidden;
    padding: 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}
@media (min-width: 768px) and (max-width: 992px) {
#owl-slider-start .item-content .item-secondary-content {
    padding: 20px;
}
}
#owl-slider-start .item-content .item-secondary-content:hover .btn {
    opacity: 1;
    transition: opacity 0.3s ease-in-out 0.5s;
}
#owl-slider-start .item-content .item-secondary-content:hover h3, #owl-slider-start .item-content .item-secondary-content:hover p {
    left: 0;
    opacity: 1;
    position: relative;
    transition: left 0.4s ease-in-out 0s, opacity 1.3s ease-in-out 0s;
}
#owl-slider-start .item-content .item-secondary-content .btn {
    opacity: 0;
}
#owl-slider-start .item-content .item-secondary-content .btn .circle {
    top: 5px;
}
#owl-slider-start .item-content .item-secondary-content .btn .circle i {
    top: -2px;
}
#owl-slider-start .item-content .item-secondary-content h3 {
    margin-bottom: 3px;
}
#owl-slider-start .item-content .item-secondary-content p {
    font-weight: 300;
}
#owl-slider-start .item-content .item-secondary-content h3, #owl-slider-start .item-content .item-secondary-content p {
    color: #000;
    font-size: 1.286em;
    left: -390px;
    opacity: 0;
    position: relative;
    text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 992px) {
#owl-slider-start .item-content .item-secondary-content h3, #owl-slider-start .item-content .item-secondary-content p {
    font-size: 1em;
}
}
.calcontent {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
.calcontent select {
    background-color: #fff;
    padding: 0.25em;
}
.calcontent input[type="text"] {
    padding: 0.25em;
}
.calcontent .hidden {
    display: none;
}
.calcontent .cal-group.zweifachzaehler input[type="checkbox"] {
    float: left;
    margin-right: 10px;
    position: relative;
    top: 10px;
}
.calcontent .cal-group.zweifachzaehler label {
    width: auto;
}
.calcontent .cal_left, .calcontent .cal_right {
    float: left;
    padding: 1.25em 1.25em 80px;
    position: relative;
    width: 50%;
}
@media (max-width: 600px) {
.calcontent .cal_left, .calcontent .cal_right {
    float: left;
    width: 100%;
}
}
.calcontent .cal_left button, .calcontent .cal_right button {
    bottom: 5px;
    left: 20px;
    position: absolute;
}
.calcontent img.people {
    height: auto;
    image-rendering: -moz-crisp-edges;
    width: 100%;
}
.calcontent .cal-control {
    margin-left: 100px;
}
.calcontent .cal-group {
    margin-bottom: 10px;
}
.calcontent .cal-group label {
    float: left;
    font-size: 12px;
    padding-top: 5px;
    text-align: left;
    width: 80px;
}
.calcontent.shadow.show .hidden {
    display: inline-block;
}
.calcontent.shadow.show .cal-group.hidden {
    width: 100%;
}
.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group-addon, .input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
.input-group .form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
.input-group-addon {
    background-color: #fff;
    border: 1px solid #797979;
    padding-left: 10px;
    padding-right: 10px;
}
.cal_left {
    background-color: #e5e5e5;
}
.cal_right {
    background-color: #f1f1f1;
    position: relative;
}
.cal_right .ergebnis {
    display: none;
}
.cal_right .ergebnis_wert {
    float: right;
    font-weight: bold;
    text-align: right;
}
.cal_right .summe {
    color: #000;
    padding: 5px 0;
}
.cal_right .cal-arrow {
    border-bottom: 16px solid #e5e5e5;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    height: 0;
    left: 45%;
    position: absolute;
    top: 0;
    transform: rotate(180deg);
    width: 0;
}
@media (min-width: 600px) {
.cal_right .cal-arrow {
    left: -8px;
    top: 45%;
    transform: rotate(90deg);
}
}
.cal_info {
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 30px;
    margin-left: 15px;
}
.cal_slider {
    background-position: center 10px;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
}
#slider {
    clear: both;
    display: block;
    float: left;
    height: 20px;
    position: relative;
    width: 100%;
}
#slider .bar {
    background: transparent none repeat scroll 0 0;
    height: 5px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
#slider .highlight {
    background: #cbcbcb none repeat scroll 0 0;
    height: 3px;
    left: 11px;
    position: absolute;
    top: 7px;
    width: 93%;
}
input[type="range"] {
    background-color: black;
    border: medium none;
    height: 2px;
}
@media (max-width: 600px) {
}
input[type="range"]:hover ~ #rangevalue, input[type="range"]:active ~ #rangevalue {
    opacity: 1;
    top: -75px;
}
#rangevalue {
    border: 1px solid black;
    border-radius: 20px;
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0 2px 4px 0 rgba(0, 0, 0, 0.4);
    color: #fff;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 10px;
    margin: 20px 0;
    opacity: 0;
    padding: 6px 12px;
    position: relative;
    text-align: center;
    top: -95px;
    transition: all 0.5s ease 0s;
    width: auto;
}
.calcontent .ui-widget-content {
    background: #cbcbcb none repeat scroll 0 0;
    border: medium none;
    height: 3px;
}
.calcontent .ui-slider .ui-slider-handle {
    border: medium none;
    height: 10px;
    top: -0.5em !important;
    width: 10px;
}
.calcontent .ui-slider {
    position: relative;
    text-align: left;
}
.calcontent .ui-slider .ui-slider-handle {
    background-color: #797979 !important;
    border-radius: 10px;
    cursor: move !important;
    height: 1.2em;
    outline: medium none;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}
.calcontent .ui-state-default, .calcontent .ui-widget-content .ui-state-default, .calcontent .ui-widget-header .ui-state-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.calcontent .ui-widget-header {
    background: #919191 none repeat scroll 0 0;
}
ul.list-check {
    margin-left: 1.2em;
}
#selectCityName {
    display: none;
}
.teaser img {
    max-width: 100%;
}
.teaser .teaser-text {
    background-color: #fff;
    color: #000;
    padding: 20px 30px;
    text-align: center;
}
@media (min-width: 768px) {
.teaser .teaser-text {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}
}
@media (min-width: 768px) {
.teaser .teaser-text {
    font-size: 12px;
    padding: 30px 20px;
}
}
@media (min-width: 992px) {
.teaser .teaser-text {
    font-size: 14px;
    padding: 35px 30px;
}
}
@media (min-width: 1200px) {
.teaser .teaser-text {
    font-size: 14px;
    padding: 50px 30px;
}
}
.teaser .teaser-text .teaser-head {
    font-size: 1.271em;
    font-weight: 700;
    line-height: 1.271em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    text-transform: uppercase;
}
.teaser .teaser-text .teaser-number {
    font-size: 3.857em;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 20px;
}
.teaser .teaser-text .teaser-date {
    color: #797979;
    font-size: 1.214em;
    margin-bottom: 0;
}
@media (min-width: 768px) {
.teaser .teaser-text .teaser-head {
    margin-bottom: 1.5em;
}
.teaser .teaser-text #temp.teaser-number, .teaser .teaser-text #tempSB.teaser-number, .teaser .teaser-text #tempEB.teaser-number {
    font-size: 2em;
}
}
@media (min-width: 992px) {
.teaser .teaser-text .teaser-head {
    font-size: 1.471em;
    line-height: 1.471em;
}
.teaser .teaser-text .teaser-number {
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 35px;
}
.teaser .teaser-text #temp.teaser-number, .teaser .teaser-text #tempSB.teaser-number, .teaser .teaser-text #tempEB.teaser-number {
    font-size: 2.5em;
}
}
@media (min-width: 1200px) {
.teaser .teaser-text .teaser-head {
    font-size: 1.571em;
    line-height: 1.571em;
}
.teaser .teaser-text .teaser-number {
    font-size: 5em;
    line-height: 1em;
    margin-bottom: 35px;
}
.teaser .teaser-text #temp.teaser-number {
    font-size: 5em;
}
.teaser .teaser-text #tempSB.teaser-number, .teaser .teaser-text #tempEB.teaser-number {
    font-size: 3em;
}
}
.teaser .teaser-img {
    line-height: 0;
}
.teaser .becken {
    margin-top: 30px;
}
.teaser #temp.teaser-number {
    margin-bottom: 20px;
}
.teaser #tempSB.teaser-number, .teaser #tempEB.teaser-number {
    font-size: 3em;
    margin-bottom: 10px;
    margin-top: 10px;
}
.teaser .becken .teaser-date {
    font-size: 0.8em;
}
.productbox {
    margin-bottom: 3em;
}
.productbox .productbox-info {
    color: #000;
    margin-bottom: 0;
}
.productbox .productbox-info span {
    font-size: 1.429em;
    font-weight: 700;
}
.productbox .row {
    margin-bottom: 1em;
}
.productbox .row [class*="col"] + [class*="col"] {
    font-size: 1.214em;
    text-align: right;
}
.productbox .btn {
    margin-top: 1.5em;
}
@media (max-width: 480px) {
.productbox {
    width: 100%;
}
}
.contactbox {
    margin-bottom: 3em;
}
.contactbox .btn {
    margin-top: 1.5em;
}
.contactbox img {
    margin-bottom: 1em;
    max-width: 100%;
    width: 100%;
}
.ui-accordion-content .contactbox:nth-child(2n+1) {
    clear: both;
}
.teaserbox-wrapper {
    margin-bottom: -20px;
}
.teaserbox {
    margin-bottom: 40px;
    padding-top: 20px;
}
@media (max-width: 600px) {
.teaserbox {
    display: inline-block;
    width: 100%;
}
}
.teaserbox .right {
    padding: 0;
}
.downloads-wrapper {
    margin-bottom: 2em;
}
.downloads-wrapper a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
}
.downloads-wrapper a:hover {
    background-color: #f1f1f1;
}
.icn-pdf {
    background: #fff url("http://www.swneumarkt.de/fileadmin/images/icn-pdf.svg") no-repeat scroll left center / 28px 14px;
    border: 0 none;
    display: inline-block;
    height: 14px;
    margin-right: 5px;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    top: 2px;
    white-space: nowrap;
    width: 28px;
}
.no-svg .icn-pdf {
    background: #fff url("http://www.swneumarkt.de/fileadmin/images/icn-pdf.gif") no-repeat scroll left center;
}
.csc-uploads-0 {
    background: rgba(0, 0, 0, 0) url("http://www.swneumarkt.de/fileadmin/images/divider-bullets.png") repeat-x scroll center top;
    margin-bottom: 2em;
    margin-left: 0;
}
.csc-uploads-0 li {
    background: rgba(0, 0, 0, 0) url("http://www.swneumarkt.de/fileadmin/images/divider-bullets.png") repeat-x scroll center bottom;
    margin: 0 !important;
    padding: 3px 0;
}
.csc-uploads-0 a {
    display: block;
    padding: 5px 0;
    text-decoration: none !important;
}
.csc-uploads-0 a:hover {
    background-color: #f1f1f1;
}
.csc-uploads-element-pdf a {
    background: rgba(0, 0, 0, 0) url("http://www.swneumarkt.de/fileadmin/images/icn-pdf.gif") no-repeat scroll left 10px;
    padding-left: 35px;
}
.csc-uploads-element-jpg a {
    background: rgba(0, 0, 0, 0) url("http://www.swneumarkt.de/fileadmin/images/icn-jpg.gif") no-repeat scroll left 10px;
    padding-left: 35px;
}
ul.csc-uploads span.csc-uploads-fileName {
    text-decoration: none !important;
}
.chart-wrapper {
    display: block;
    float: left;
    padding: 2em 0 3em;
    width: 100%;
}
.chart-wrapper .chart {
    float: left;
}
@media (max-width: 480px) {
.chart-wrapper .chart {
    float: none;
}
}
.chart-wrapper .pie-legend li span {
    display: inline-block;
    font-size: 0.75em;
    height: 1em;
    margin-right: 5px;
    width: 1em;
}
.chart-wrapper .pie-legend {
    font-size: 13px;
    line-height: 1.5em;
    list-style: outside none none;
}
.video {
    margin-bottom: 20px;
}
.video h3 {
    margin-top: 20px;
}
.video img.video_preview {
    width: 100%;
}
.video:nth-child(2n+1) {
    clear: both;
}
.dialog_hidden {
    display: none;
}
