
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../Fonts/glyphicons-halflings-regular.eot');
  src: url('../Fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../Fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../Fonts/glyphicons-halflings-regular.woff') format('woff'), url('../Fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../Fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@media print {
    .showcase-display > a > .caret, .dropup > .showcase-display > a > .caret {
        border-top-color: #000 !important
    }
}


.thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto
}

.showcase-list-header-option select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.showcase-display > a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.showcase-display > a:focus, .showcase-display > a:active:focus, .showcase-display > a.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.showcase-display > a:hover, .showcase-display > a:focus {
    color: #333;
    text-decoration: none
}

.showcase-display > a:active, .showcase-display > a.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.showcase-display > a.disabled, .showcase-display > a[disabled], fieldset[disabled] .showcase-display > a {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-group-lg > .btn, .btn-group-lg > .showcase-display > a {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0
}

.btn-group-sm > .btn, .btn-group-sm > .showcase-display > a {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-group-xs > .btn, .btn-group-xs > .showcase-display > a {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.showcase-display {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.showcase-display > .btn, .btn-group > .showcase-display > a, .btn-group-vertical > .showcase-display > a, .showcase-display > a {
    position: relative;
    float: left
}

.showcase-display > .btn:hover, .showcase-display > .btn:focus, .showcase-display > .btn:active, .showcase-display > .btn.active, .btn-group > .showcase-display > a:hover, .btn-group-vertical > .showcase-display > a:hover, .btn-group > .showcase-display > a:focus, .btn-group-vertical > .showcase-display > a:focus, .btn-group > .showcase-display > a:active, .btn-group-vertical > .showcase-display > a:active, .btn-group > .showcase-display > a.active, .btn-group-vertical > .showcase-display > a.active, .showcase-display > a:hover, .showcase-display > a:focus, .showcase-display > a:active, .showcase-display > a.active {
    z-index: 2
}

.showcase-display > .btn:focus, .btn-group > .showcase-display > a:focus, .btn-group-vertical > .showcase-display > a:focus, .showcase-display > a:focus {
    outline: none
}

.showcase-display .btn + .btn, .showcase-display .btn + .showcase-display, .showcase-display .showcase-display + .btn, .showcase-display .showcase-display + .showcase-display, .btn-group .showcase-display > a + .showcase-display > a, .btn-group .showcase-display > a + .btn-group, .btn-group .btn-group + .showcase-display > a, .showcase-display > a + a {
    margin-left: -1px
}

.btn-toolbar .showcase-display {
    float: left
}

.btn-toolbar > .showcase-display, .btn-toolbar > .showcase-display > a {
    margin-left: 5px
}

.showcase-display > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .showcase-display > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .showcase-display > a:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.showcase-display > .btn:first-child, .btn-group > .showcase-display > a:first-child, .showcase-display > a:first-child {
    margin-left: 0
}

.showcase-display > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .showcase-display > a:first-child:not(:last-child):not(.dropdown-toggle), .showcase-display > a:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.showcase-display > .btn:last-child:not(:first-child), .showcase-display > .dropdown-toggle:not(:first-child), .btn-group > .showcase-display > a:last-child:not(:first-child), .showcase-display > a:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.showcase-display > .showcase-display {
    float: left
}

.showcase-display > .showcase-display:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .showcase-display > a {
    border-radius: 0
}

.showcase-display > .showcase-display:first-child > .btn:last-child, .showcase-display > .showcase-display:first-child > .dropdown-toggle, .btn-group > .btn-group:first-child > .showcase-display > a:last-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.showcase-display > .showcase-display:last-child > .btn:first-child, .btn-group > .btn-group:last-child > .showcase-display > a:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.showcase-display .dropdown-toggle:active, .showcase-display.open .dropdown-toggle {
    outline: 0
}

.showcase-display > .btn + .dropdown-toggle, .btn-group > .showcase-display > a + .dropdown-toggle, .showcase-display > a + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.showcase-display > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.showcase-display.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.showcase-display.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.showcase-display > a .caret {
    margin-left: 0
}

.btn-group-vertical > .showcase-display, .btn-group-vertical > .showcase-display > .btn, .btn-group-vertical > .showcase-display > a, .btn-group-vertical > .btn-group > .showcase-display > a, .btn-group-vertical > .showcase-display > a {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .showcase-display > .btn, .btn-group-vertical > .btn-group > .showcase-display > a, .btn-group-vertical > .showcase-display > a {
    float: none
}

.btn-group-vertical > .btn + .showcase-display, .btn-group-vertical > .showcase-display + .btn, .btn-group-vertical > .showcase-display + .showcase-display, .btn-group-vertical > .showcase-display > a + .showcase-display > a, .btn-group-vertical > .showcase-display > a + .btn-group, .btn-group-vertical > .btn-group + .showcase-display > a {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .showcase-display > a:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .showcase-display > a:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .showcase-display > a:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .showcase-display:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .showcase-display > a {
    border-radius: 0
}

.btn-group-vertical > .showcase-display:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .showcase-display:first-child:not(:last-child) > .dropdown-toggle, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .showcase-display > a:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .showcase-display:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .showcase-display > a:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified > .showcase-display, .btn-group-justified > .showcase-display > a {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .showcase-display .btn, .btn-group-justified > .btn-group .showcase-display > a {
    width: 100%
}

[data-toggle="buttons"] > .showcase-display > a > input[type="radio"], [data-toggle="buttons"] > .showcase-display > a > input[type="checkbox"] {
    display: none
}

.input-group-lg > .input-group-btn > .showcase-display > a {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0
}

select.input-group-lg > .input-group-btn > .showcase-display > a {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .input-group-btn > .showcase-display > a, select[multiple].input-group-lg > .input-group-btn > .showcase-display > a {
    height: auto
}

.input-group-sm > .input-group-btn > .showcase-display > a {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

select.input-group-sm > .input-group-btn > .showcase-display > a {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .input-group-btn > .showcase-display > a, select[multiple].input-group-sm > .input-group-btn > .showcase-display > a {
    height: auto
}

.input-group-btn:first-child > .showcase-display > .btn, .input-group-btn:last-child > .showcase-display:not(:last-child) > .btn, .input-group-btn:first-child > .showcase-display > a, .input-group-btn:first-child > .btn-group > .showcase-display > a, .input-group-btn:last-child > .showcase-display > a:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .showcase-display > a, .input-group-btn:first-child > .showcase-display > a {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-btn:last-child > .showcase-display > .btn, .input-group-btn:first-child > .showcase-display:not(:first-child) > .btn, .input-group-btn:last-child > .showcase-display > a, .input-group-btn:last-child > .btn-group > .showcase-display > a, .input-group-btn:first-child > .showcase-display > a:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .showcase-display > a, .input-group-btn:last-child > .showcase-display > a {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-btn > .showcase-display > a {
    position: relative
}

.input-group-btn > .showcase-display > a + .showcase-display > a {
    margin-left: -1px
}

.input-group-btn > .showcase-display > a:hover, .input-group-btn > .showcase-display > a:focus, .input-group-btn > .showcase-display > a:active {
    z-index: 2
}

.input-group-btn:first-child > .showcase-display, .input-group-btn:first-child > .showcase-display > a {
    margin-right: -1px
}

.input-group-btn:last-child > .showcase-display, .input-group-btn:last-child > .showcase-display > a {
    margin-left: -1px
}

.showcase-pagination > ul {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0
}

.showcase-pagination > ul > li {
    display: inline
}

.showcase-pagination > ul > li > a, .showcase-pagination > ul > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.showcase-pagination > ul > li:first-child > a, .showcase-pagination > ul > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.showcase-pagination > ul > li:last-child > a, .showcase-pagination > ul > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.showcase-pagination > ul > li > a:hover, .showcase-pagination > ul > li > span:hover, .showcase-pagination > ul > li > a:focus, .showcase-pagination > ul > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}

.showcase-pagination > ul > .active > a, .showcase-pagination > ul > .active > span, .showcase-pagination > ul > .active > a:hover, .showcase-pagination > ul > .active > span:hover, .showcase-pagination > ul > .active > a:focus, .showcase-pagination > ul > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default
}

.showcase-pagination > ul > .disabled > span, .showcase-pagination > ul > .disabled > span:hover, .showcase-pagination > ul > .disabled > span:focus, .showcase-pagination > ul > .disabled > a, .showcase-pagination > ul > .disabled > a:hover, .showcase-pagination > ul > .disabled > a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.showcase-display > a .label {
    position: relative;
    top: -1px
}

.showcase-display > a .badge {
    position: relative;
    top: -1px
}

.modal-footer .showcase-display > a + .showcase-display > a {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .showcase-display .btn + .btn, .modal-footer .btn-group .showcase-display > a + .showcase-display > a {
    margin-left: -1px
}

.carousel-caption .showcase-display > a {
    text-shadow: none
}

.container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after, .showcase-structure-sm .showcase-list--cols-respond:before, .showcase-structure-sm .showcase-list--cols-respond:after, .showcase-structure-md .showcase-list--cols-respond:before, .showcase-structure-md .showcase-list--cols-respond:after, .showcase-structure-lg .showcase-list--cols-respond:before, .showcase-structure-lg .showcase-list--cols-respond:after, .showcase-articles:before, .showcase-articles:after, .showcase-categories:before, .showcase-categories:after, .showcase-article-info:before, .showcase-article-info:after, .btn-group-vertical > .showcase-display:before, .btn-group-vertical > .showcase-display:after {
    content: " ";
    display: table
}

.container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after, .showcase-structure-sm .showcase-list--cols-respond:after, .showcase-structure-md .showcase-list--cols-respond:after, .showcase-structure-lg .showcase-list--cols-respond:after, .showcase-articles:after, .showcase-categories:after, .showcase-article-info:after, .btn-group-vertical > .showcase-display:after {
    clear: both
}

.showcase {
    /*! normalize.css v3.0.0 | MIT License | git.io/normalize */
}

.showcase html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

.showcase body {
    margin: 0
}

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

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

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

.showcase [hidden], .showcase template {
    display: none
}

.showcase a {
    background: transparent
}

.showcase a:active, .showcase a:hover {
    outline: 0
}

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

.showcase b, .showcase strong {
    font-weight: bold
}

.showcase dfn {
    font-style: italic
}

.showcase h1 {
    font-size: 2em;
    margin: .67em 0
}

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

.showcase small {
    font-size: 80%
}

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

.showcase sup {
    top: -0.5em
}

.showcase sub {
    bottom: -0.25em
}

.showcase img {
    border: 0
}

.showcase svg:not(:root) {
    overflow: hidden
}

.showcase figure {
    margin: 1em 40px
}

.showcase hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

.showcase pre {
    overflow: auto
}

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

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

.showcase button {
    overflow: visible
}

.showcase button, .showcase select {
    text-transform: none
}

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

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

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

.showcase input {
    line-height: normal
}

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

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

.showcase input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.showcase input[type="search"]::-webkit-search-cancel-button, .showcase input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

.showcase fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

.showcase legend {
    border: 0;
    padding: 0
}

.showcase textarea {
    overflow: auto
}

.showcase optgroup {
    font-weight: bold
}

.showcase table {
    border-collapse: collapse;
    border-spacing: 0
}

.showcase td, .showcase th {
    padding: 0
}

.showcase * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

.pseudo-invert {
    z-index: 1;
    position: relative;
    overflow: hidden
}

.pseudo-invert > * {
    color: #FFF;
    z-index: 3;
    position: relative
}

.pseudo-invert::before {
    content: "\25A0";
    position: absolute;
    top: 50%;
    left: 50%;
    height: .5em;
    width: .5em;
    line-height: .5;
    font-size: 3000px;
    z-index: 2;
    color: inherit;
    font-family: Consolas, monaco, monospace;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out
}
.showcase-lightbox {
    max-width:850px;
    overflow-y: auto;
    overflow-x: hidden;
}

.showcase-category-nav {
     border-top: 1px #dddddd solid;
    border-right: 1px #dddddd solid;
    border-left: 1px #dddddd solid;
     background-color: rgba(255, 255, 255, 0.1);
    padding-top:0px;

 }
.showcase-category-div {
    padding: 5px 0px 5px 0px;
    border-bottom:1px solid #e0e0e0;
    transition: all 0.4s ease-in;
}
.showcase-category-div:hover {
    background-color:#f5f5f5;
}
.showcase-category-div-layer0 {
    padding-left:0px;
    background:rgba(153,153,153,0.1);
    font-weight:300;
    transition: all 0.3s ease-in;
}
.showcase-category-div-layer0:hover {
    background-color:#e9e9e9;
}
.wt_glyph_icon {
    margin-left:-5px;
    color:#f00;
    font-size:60%;
    top:-1px!important;
}
.wt_no_glyph_icon {
    display: inline;
    /*margin-left: 7px;*/
}
.wt_CUR, .wt_CURIFSUB {
    font-weight:bold;
}

.showcase-header {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px rgba(153, 153, 153, 0.25) solid
}

.showcase-header h1, .showcase-header .showcase-header-title {
    margin-top: 0
}

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

.showcase-item {
    display: block;
    padding: 10px;
    width: 100%;
    position: relative;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0);
    -webkit-transition: .3s box-shadow ease-out;
    transition: .3s box-shadow ease-out
}

.showcase-item:before, .showcase-item:after {
    content: " ";
    display: table
}

.showcase-item:after {
    clear: both
}

.showcase-item:before, .showcase-item:after {
    content: " ";
    display: table
}

.showcase-item:after {
    clear: both
}

a.showcase-item:hover, .showcase-item:hover, a.showcase-item:focus, .showcase-item:focus {
    text-decoration: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    outline: none
}

.showcase-item .showcase-item-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    text-indent: -999px;
    overflow: hidden
}

.showcase-item .showcase-item-btn:hover, .showcase-item .showcase-item-btn:focus {
    text-decoration: none;
    outline: none
}

.showcase-item .showcase-item-prepend {
    float: left;
    width: 80px;
    text-align: center;
    background: #FFF;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    padding: 3px;
    margin: 0
}

.showcase-item .showcase-item-prepend-img {
    display: block
}

.showcase-item .showcase-item-prepend-img img {
    width: auto;
    display: block;
    max-width: 100%;
    height: auto
}

@media (min-width: 992px) {
    .showcase-item .showcase-item-prepend {
        width: 150px
    }
    .showcase-list--cols-3 .showcase-item .showcase-item-prepend {
        width: 100%;
        margin-bottom: 1em;
    }

}

.showcase-item-body {
    padding-top: 5px
}

@media (min-width: 992px) {
    .showcase-item-body {
        padding-bottom: 4em
    }
}

.showcase-item-prepend ~ .showcase-item-body {
    margin-left: 95px
}

@media (min-width: 992px) {
    .showcase-item-prepend ~ .showcase-item-body {
        margin-left: 165px
    }

}

.showcase-item .showcase-item-price {
    text-align: right;
    display: block;
    font-weight: bold;
    line-height: 0
}

@media (min-width: 992px) {
    .showcase-item .showcase-item-price {
        width: 100%;
        position: absolute;
        bottom: 10px;
        right: 0
    }
}

.showcase-item .showcase-item-price-tag {
    background: inherit;
    display: inline-block;
    padding: .1em .5em;
    line-height: 1.4;
    z-index: 1;
    position: relative;
    overflow: hidden
}

@media (max-width: 991px) {
    .showcase-item .showcase-item-price-tag {
        top: .45em
    }
}

@media (min-width: 992px) {
    .showcase-item .showcase-item-price-tag {
        font-size: 1.25em
    }
}

.showcase-item .showcase-item-price-tag > * {
    color: #FFF;
    z-index: 3;
    position: relative
}

.showcase-item .showcase-item-price-tag::before {
    content: "\25A0";
    position: absolute;
    top: 50%;
    left: 50%;
    height: .5em;
    width: .5em;
    line-height: .5;
    font-size: 3000px;
    z-index: 2;
    color: inherit;
    font-family: Consolas, monaco, monospace;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out
}

.showcase-item .showcase-item-price-info {
    display: inline-block;
    font-size: .75em;
    font-weight: normal;
    color: inherit;
    line-height: 1.4
}

@media (min-width: 992px) {
    .showcase-item .showcase-item-price-info {
        display: block;
        padding-bottom: .4em
    }
}

.showcase-item .showcase-item-price-base, .showcase-item .showcase-item-price-reduced {
    display: inline-block;
    font-size: 1em;
    margin-right: .25em;
    margin-left: .25em;
    padding-right: 1em;
    border-right: 1px rgba(153, 153, 153, 0.25) solid
}

@media (min-width: 992px) {
    .showcase-item .showcase-item-price-base:last-child, .showcase-item .showcase-item-price-reduced:last-child {
        border: 0;
        padding-right: .5em
    }
}

.showcase-item .showcase-item-price-reduced {
    text-decoration: line-through
}

.showcase-item h2, .showcase-item h3, .showcase-item .showcase-item-name {
    font-size: 100%;
    line-height: 1.3;
    border: none;
    font-weight: bold;
    margin: 0 0 .25em 0;
    color: inherit;
    -webkit-transition: .3s color ease-out;
    transition: .3s color ease-out
}

.showcase-item p, .showcase-item .showcase-item-properties {
    color: inherit
}

.showcase-item .showcase-item-properties {
    padding-left: 0;
    list-style: none;
    font-size: 16px;
    display: inline-block;
    padding: .1em .5em;
    line-height: 1.4;
    z-index: 1;
    position: relative;
    overflow: hidden;
    color:#999;font-weight:300;
}

.showcase-structure-md .showcase-item--category, .showcase-structure-md .showcase-item--card, .showcase-structure-lg .showcase-item--category, .showcase-structure-lg .showcase-item--card, .showcase-structure-md .showcase-caroussel--cards .showcase-item, .showcase-structure-lg .showcase-caroussel--cards .showcase-item {
    padding: 0 !important
}

.showcase-structure-md .showcase-item--category > .showcase-item-body, .showcase-structure-md .showcase-item--card > .showcase-item-body, .showcase-structure-lg .showcase-item--category > .showcase-item-body, .showcase-structure-lg .showcase-item--card > .showcase-item-body, .showcase-structure-md .showcase-caroussel--cards .showcase-item > .showcase-item-body, .showcase-structure-lg .showcase-caroussel--cards .showcase-item > .showcase-item-body {
    margin: 0 !important;
    padding: 15px 15px 25px
}

.showcase-structure-md .showcase-item--category > .showcase-item-prepend, .showcase-structure-md .showcase-item--card > .showcase-item-prepend, .showcase-structure-lg .showcase-item--category > .showcase-item-prepend, .showcase-structure-lg .showcase-item--card > .showcase-item-prepend, .showcase-structure-md .showcase-caroussel--cards .showcase-item > .showcase-item-prepend, .showcase-structure-lg .showcase-caroussel--cards .showcase-item > .showcase-item-prepend {
    float: none;
    width: 100% !important;
    box-shadow: none;
    padding: 0
}

.showcase-item--framed {
    border: 1px rgba(153, 153, 153, 0.25) solid;
    padding: 10px
}

.showcase-item--framed .showcase-item-price {
    bottom: 0
}

@media (min-width: 992px) {
    .showcase-item--framed .showcase-item-prepend {
        width: 90px
    }

    .showcase-item--framed .showcase-item-prepend ~ .showcase-item-body {
        margin-left: 105px
    }
}

.showcase-item--thumb-1by1 .showcase-item-prepend-img, .showcase-item--thumb-4by3 .showcase-item-prepend-img, .showcase-item--thumb-3by4 .showcase-item-prepend-img, .showcase-list--thumb-1by1 .showcase-item .showcase-item-prepend-img, .showcase-caroussel--thumb-1by1 .showcase-item .showcase-item-prepend-img, .showcase-list--thumb-4by3 .showcase-item .showcase-item-prepend-img, .showcase-list--thumb-3by4 .showcase-item .showcase-item-prepend-img, .showcase-caroussel--thumb-4by3 .showcase-item .showcase-item-prepend-img, .showcase-caroussel--thumb-3by4 .showcase-item .showcase-item-prepend-img {
    position: relative
}

.showcase-item--thumb-1by1 .showcase-item-prepend-img::before, .showcase-item--thumb-4by3 .showcase-item-prepend-img::before, .showcase-item--thumb-3by4 .showcase-item-prepend-img::before, .showcase-list--thumb-1by1 .showcase-item .showcase-item-prepend-img::before, .showcase-caroussel--thumb-1by1 .showcase-item .showcase-item-prepend-img::before, .showcase-list--thumb-4by3 .showcase-item .showcase-item-prepend-img::before, .showcase-list--thumb-3by4 .showcase-item .showcase-item-prepend-img::before, .showcase-caroussel--thumb-4by3 .showcase-item .showcase-item-prepend-img::before, .showcase-caroussel--thumb-3by4 .showcase-item .showcase-item-prepend-img::before {
    content: " ";
    padding-top: 100%;
    display: block
}

.showcase-item--thumb-1by1 .showcase-item-prepend-img > img, .showcase-item--thumb-4by3 .showcase-item-prepend-img > img, .showcase-item--thumb-3by4 .showcase-item-prepend-img > img, .showcase-list--thumb-1by1 .showcase-item .showcase-item-prepend-img > img, .showcase-caroussel--thumb-1by1 .showcase-item .showcase-item-prepend-img > img, .showcase-list--thumb-4by3 .showcase-item .showcase-item-prepend-img > img, .showcase-list--thumb-3by4 .showcase-item .showcase-item-prepend-img > img, .showcase-caroussel--thumb-4by3 .showcase-item .showcase-item-prepend-img > img, .showcase-caroussel--thumb-3by4 .showcase-item .showcase-item-prepend-img > img {
    position: absolute;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.showcase-item--thumb-4by3 .showcase-item-prepend-img::before, .showcase-list--thumb-4by3 .showcase-item .showcase-item-prepend-img::before, .showcase-caroussel--thumb-4by3 .showcase-item .showcase-item-prepend-img::before {
    padding-top: 75%
}

.showcase-item--thumb-3by4 .showcase-item-prepend-img::before, .showcase-list--thumb-3by4 .showcase-item .showcase-item-prepend-img::before, .showcase-caroussel--thumb-3by4 .showcase-item .showcase-item-prepend-img::before {
    padding-top: 133.33333333%
}

.showcase-item--slide, .showcase-slider .showcase-item {
    padding: 0;
    margin: 0
}

.showcase-item--slide .showcase-item-body, .showcase-slider .showcase-item .showcase-item-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    margin: 0;
    padding: 10px;
    padding-right: 8em;
    min-height: 3em
}

.showcase-item--slide .showcase-item-body h2, .showcase-item--slide .showcase-item-body h3, .showcase-item--slide .showcase-item-body .showcase-item-name, .showcase-item--slide .showcase-item-body p, .showcase-slider .showcase-item .showcase-item-body h2, .showcase-slider .showcase-item .showcase-item-body h3, .showcase-slider .showcase-item .showcase-item-body .showcase-item-name, .showcase-slider .showcase-item .showcase-item-body p {
    margin: 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.showcase-item--slide .showcase-item-body p, .showcase-slider .showcase-item .showcase-item-body p {
    font-size: 12px;
    margin-top: 3px;
    display: none;
    color: inherit
}

@media (min-width: 992px) {
    .showcase-item--slide .showcase-item-body p, .showcase-slider .showcase-item .showcase-item-body p {
        display: block
    }
}

.showcase-item--slide .showcase-item-body .showcase-item-properties, .showcase-slider .showcase-item .showcase-item-body .showcase-item-properties {
    display: none
}

.showcase-item--slide .showcase-item-body .showcase-item-price, .showcase-slider .showcase-item .showcase-item-body .showcase-item-price {
    position: absolute;
    right: 0;
    bottom: 0
}

.showcase-item--slide .showcase-item-body .showcase-item-price-reduced, .showcase-slider .showcase-item .showcase-item-body .showcase-item-price-reduced {
    display: block
}

.showcase-item--slide .showcase-item-prepend, .showcase-slider .showcase-item .showcase-item-prepend {
    width: 100%;
    box-shadow: none;
    padding: 0;
    position: relative;
    overflow: hidden
}

.showcase-item--slide .showcase-item-prepend::before, .showcase-slider .showcase-item .showcase-item-prepend::before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.showcase-item--slide .showcase-item-prepend img, .showcase-slider .showcase-item .showcase-item-prepend img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.showcase-list {
    padding-left: 1px;
    list-style: none
}

@media (min-width: 992px) {
    .showcase-list {
        padding-top: 15px
    }
}

.showcase-list > li {
    border-bottom: 1px rgba(153, 153, 153, 0.25) solid
}

@media (min-width: 992px) {
    .showcase-list--cols, .showcase-list--cols-3 {
        margin-left: -15px;
        margin-right: -15px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch
    }

    .showcase-list--cols > li, .showcase-list--cols-3 > li {
        border-bottom: none;
        margin-bottom: 30px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex
    }

    .showcase-list--cols > li .showcase-item, .showcase-list--cols-3 > li .showcase-item {
        border: 1px rgba(153, 153, 153, 0.25) solid;
        padding: 10px
    }

    .showcase-list--cols > li .showcase-item .showcase-item-price, .showcase-list--cols-3 > li .showcase-item .showcase-item-price {
        bottom: 0
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .showcase-list--cols > li .showcase-item .showcase-item-prepend {
        width: 90px
    }

    .showcase-list--cols > li .showcase-item .showcase-item-prepend ~ .showcase-item-body {
        margin-left: 105px
    }
    .showcase-list--cols-3 > li .showcase-item .showcase-item-prepend ~ .showcase-item-body {
        margin-left:0px;
    }
}

@media (min-width: 992px) {
    .showcase-list--cols > li {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        width: 49.2%
    }

    .showcase-list--cols > li:nth-child(2n+1) {
        clear: both
    }
}

@media (min-width: 992px) {
    .showcase-list--cols-3 > li {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        width: 32.53333333%
    }

    .showcase-list--cols-3 > li:nth-child(3n+1) {
        clear: both
    }
}

.showcase-structure-sm .showcase-list--cols-respond {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch
}

.showcase-structure-sm .showcase-list--cols-respond > li {
    border-bottom: none;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

.showcase-structure-sm .showcase-list--cols-respond > li .showcase-item {
    border: 1px rgba(153, 153, 153, 0.25) solid;
    padding: 10px
}

.showcase-structure-sm .showcase-list--cols-respond > li .showcase-item .showcase-item-price {
    bottom: 0
}

@media (min-width: 992px) {
    .showcase-structure-sm .showcase-list--cols-respond > li .showcase-item .showcase-item-prepend {
        width: 90px
    }

    .showcase-structure-sm .showcase-list--cols-respond > li .showcase-item .showcase-item-prepend ~ .showcase-item-body {
        margin-left: 105px
    }
}

.showcase-structure-sm .showcase-list--cols-respond > li {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 49.2%
}

.showcase-structure-sm .showcase-list--cols-respond > li:nth-child(2n+1) {
    clear: both
}

.showcase-structure-md .showcase-list--cols-respond, .showcase-structure-lg .showcase-list--cols-respond {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch
}

.showcase-structure-md .showcase-list--cols-respond > li, .showcase-structure-lg .showcase-list--cols-respond > li {
    border-bottom: none;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

.showcase-structure-md .showcase-list--cols-respond > li .showcase-item, .showcase-structure-lg .showcase-list--cols-respond > li .showcase-item {
    border: 1px rgba(153, 153, 153, 0.25) solid;
    padding: 10px
}

.showcase-structure-md .showcase-list--cols-respond > li .showcase-item .showcase-item-price, .showcase-structure-lg .showcase-list--cols-respond > li .showcase-item .showcase-item-price {
    bottom: 0
}

@media (min-width: 992px) {
    .showcase-structure-md .showcase-list--cols-respond > li .showcase-item .showcase-item-prepend, .showcase-structure-lg .showcase-list--cols-respond > li .showcase-item .showcase-item-prepend {
        width: 90px
    }

    .showcase-structure-md .showcase-list--cols-respond > li .showcase-item .showcase-item-prepend ~ .showcase-item-body, .showcase-structure-lg .showcase-list--cols-respond > li .showcase-item .showcase-item-prepend ~ .showcase-item-body {
        margin-left: 105px
    }
}

.showcase-structure-md .showcase-list--cols-respond > li, .showcase-structure-lg .showcase-list--cols-respond > li {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 32.53333333%
}

.showcase-structure-md .showcase-list--cols-respond > li:nth-child(3n+1), .showcase-structure-lg .showcase-list--cols-respond > li:nth-child(3n+1) {
    clear: both
}

.showcase-structure-md .showcase-list--categories .showcase-item, .showcase-structure-lg .showcase-list--categories .showcase-item {
    padding: 0 !important
}

.showcase-structure-md .showcase-list--categories .showcase-item > .showcase-item-body, .showcase-structure-lg .showcase-list--categories .showcase-item > .showcase-item-body {
    margin: 0 !important;
    padding: 15px 15px 5px
}

.showcase-structure-md .showcase-list--categories .showcase-item > .showcase-item-prepend, .showcase-structure-lg .showcase-list--categories .showcase-item > .showcase-item-prepend {
    float: none;
    width: 100% !important;
    box-shadow: none;
    padding: 0
}

.showcase-list-header {
    border-bottom: 1px rgba(153, 153, 153, 0.25) solid;
    padding: 0 0 5px 0;
    margin-bottom: 10px
}

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

.showcase-list-header:after {
    clear: both
}

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

.showcase-list-header:after {
    clear: both
}

.showcase-list-header-option {
    display: block;
    font-size: 12px;
    padding: 0 5px;
    width: 50%;
    float: left;
    white-space: nowrap
}

.showcase-list-header-option label {
    display: block
}

.showcase-list-header-option select {
    padding: 3px;
    font-size: 12px
}

.showcase-list-header .showcase-sort {
    width: 60%
}

.showcase-list-header .showcase-pagelimit {
    width: 40%
}

.showcase-list-header .showcase-display {
    display: none
}

.showcase-structure-md .showcase-list-header {
    padding: 0 0 10px 0
}

.showcase-structure-md .showcase-list-header .showcase-list-header-option {
    width: auto;
    display: inline-block;
    float: none
}

.showcase-structure-md .showcase-list-header .showcase-list-header-option label {
    display: inline-block;
    padding-right: .5em
}

.showcase-structure-md .showcase-list-header .showcase-display {
    display: block;
    float: right
}

.showcase-structure-md .showcase-list-header .showcase-sort, .showcase-structure-md .showcase-list-header .showcase-pagelimit {
    width: auto
}

.showcase-sort select {
    display: inline-block;
    width: 120px
}

.showcase-sort .showcase-sort-direction {
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    padding: 0 10px
}

.showcase-sort .showcase-sort-direction::before {
    content: "\25bc"
}

.showcase-sort .showcase-sort-direction::after {
    content: "\25b2";
    opacity: .25;
    filter: alpha(opacity=25)
}

.showcase-sort .showcase-sort-direction--asc::before {
    opacity: .25;
    filter: alpha(opacity=25)
}

.showcase-sort .showcase-sort-direction--asc::after {
    opacity: 1;
    filter: alpha(opacity=100)
}

.showcase-pagelimit select {
    display: inline-block;
    width: 50px
}

.showcase-display > a {
    color: inherit;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(153, 153, 153, 0.25)
}

.showcase-display > a:hover, .showcase-display > a:focus, .showcase-display > a:active, .showcase-display > a.active, .open .dropdown-toggle.showcase-display > a {
    color: inherit;
    background-color: rgba(235, 235, 235, 0.1);
    border-color: rgba(122, 122, 122, 0.25)
}

.showcase-display > a:active, .showcase-display > a.active, .open .dropdown-toggle.showcase-display > a {
    background-image: none
}

.showcase-display > a.disabled, .showcase-display > a[disabled], fieldset[disabled] .showcase-display > a, .showcase-display > a.disabled:hover, .showcase-display > a[disabled]:hover, fieldset[disabled] .showcase-display > a:hover, .showcase-display > a.disabled:focus, .showcase-display > a[disabled]:focus, fieldset[disabled] .showcase-display > a:focus, .showcase-display > a.disabled:active, .showcase-display > a[disabled]:active, fieldset[disabled] .showcase-display > a:active, .showcase-display > a.disabled.active, .showcase-display > a[disabled].active, fieldset[disabled] .showcase-display > a.active {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(153, 153, 153, 0.25)
}

.showcase-display > a .badge {
    color: rgba(255, 255, 255, 0.1);
    background-color: inherit
}

.showcase-display > a > span {
    text-indent: 999px;
    overflow: hidden;
    width: 20px;
    position: relative;
    display: block
}

.showcase-display > a > span > i, .showcase-display > a > span > i::before, .showcase-display > a > span > i::after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    display: block;
    text-indent: 0;
    line-height: 1;
    height: 1px;
    background: rgba(153, 153, 153, 0.75)
}

.showcase-display > a > span > i::before, .showcase-display > a > span > i::after {
    content: ""
}

.showcase-display > a > span > i::before {
    top: -5px
}

.showcase-display > a > span > i::after {
    top: 5px
}

.showcase-display > a.showcase-display-cols > span > i {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.showcase-display > a.showcase-display-cols > span > i::before {
    content: none
}

.showcase-display > a.showcase-display-cols > span > i, .showcase-display > a.showcase-display-cols > span > i::after {
    width: 8px;
    height: 8px
}

.showcase-display > a.showcase-display-cols > span > i::after {
    left: 10px;
    top: 0
}

.showcase-list-footer {
    text-align: center;
    padding: 15px 0
}

.showcase-legend {
    font-size: .8em;
    padding-top: .5em;
    text-align: center
}

.showcase-pagination > ul > li > a, .showcase-pagination > ul > li > span {
    color: inherit;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(153, 153, 153, 0.25)
}

.showcase-pagination > ul > li > a:hover, .showcase-pagination > ul > li > span:hover, .showcase-pagination > ul > li > a:focus, .showcase-pagination > ul > li > span:focus {
    border-color: rgba(153, 153, 153, 0.25);
    background-color: rgba(153, 153, 153, 0.1);
    color: inherit
}

.showcase-pagination > ul > li.active > a, .showcase-pagination > ul > li.active > span, .showcase-pagination > ul > li.active > a:hover, .showcase-pagination > ul > li.active > span:hover, .showcase-pagination > ul > li.active > a:focus, .showcase-pagination > ul > li.active > span:focus, .showcase-pagination > ul > li.active > a:active, .showcase-pagination > ul > li.active > span:active {
    background-color: rgba(153, 153, 153, 0.1);
    color: inherit;
    border-color: rgba(153, 153, 153, 0.25)
}

.showcase-carousel {
    margin: 0 0 20px 0
}

.showcase-carousel .slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.showcase-carousel .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.showcase-carousel .slick-list:focus {
    outline: none
}

.showcase-carousel .slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

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

.showcase-carousel .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.showcase-carousel .slick-track:before, .showcase-carousel .slick-track:after {
    display: table;
    content: ''
}

.showcase-carousel .slick-track:after {
    clear: both
}

.showcase-carousel .slick-loading .slick-track {
    visibility: hidden
}

.showcase-carousel .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.showcase-carousel [dir='rtl'] .slick-slide {
    float: right
}

.showcase-carousel .slick-slide img {
    display: block
}

.showcase-carousel .slick-slide.slick-loading img {
    display: none
}

.showcase-carousel .slick-slide.dragging img {
    pointer-events: none
}

.showcase-carousel .slick-initialized .slick-slide {
    display: block
}

.showcase-carousel .slick-loading .slick-slide {
    visibility: hidden
}

.showcase-carousel .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.showcase-carousel .slick-arrow.slick-hidden {
    display: none
}

.showcase-carousel .showcase-carousel-slider {
    height: 120px;
    overflow: hidden;
    position: relative
}

.showcase-carousel .showcase-carousel-slider .showcase-item {
    opacity: 0;
    filter: alpha(opacity=0)
}

.showcase-carousel .showcase-carousel-slider::after {
    content: "Lade...";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #eee;
    text-align: center;
    padding: 44px;
    font-size: 12px;
    line-height: 1;
    color: #999
}

.showcase-carousel .showcase-carousel-slider.slick-slider {
    height: auto;
    overflow: visible
}

.showcase-carousel .showcase-carousel-slider.slick-slider::after {
    display: none
}

.showcase-carousel .showcase-carousel-slider.slick-slider .showcase-item {
    opacity: 1;
    filter: alpha(opacity=100)
}

.showcase-carousel .showcase-carousel-slider > figure, .showcase-carousel .showcase-carousel-slider .slick-track > figure, .showcase-carousel .showcase-carousel-slider .showcase-carousel-slide {
    padding: 3px
}

.showcase-carousel .showcase-carousel-slider > figure > img, .showcase-carousel .showcase-carousel-slider .slick-track > figure > img, .showcase-carousel .showcase-carousel-slider .showcase-carousel-slide > img {
    display: block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    background: #FFF;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3)
}

.showcase-carousel .showcase-carousel-slider > figure figcaption, .showcase-carousel .showcase-carousel-slider .slick-track > figure figcaption, .showcase-carousel .showcase-carousel-slider .showcase-carousel-slide figcaption, .showcase-carousel .showcase-carousel-slider > figure .showcase-carousel-slide-caption, .showcase-carousel .showcase-carousel-slider .slick-track > figure .showcase-carousel-slide-caption, .showcase-carousel .showcase-carousel-slider .showcase-carousel-slide .showcase-carousel-slide-caption {
    text-align: center;
    font-size: 12px;
    padding: .5em 0
}

.showcase-carousel .slick-loading .slick-list {
    background: #fff
}

.showcase-carousel .slick-prev, .showcase-carousel .slick-next {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: #FFF;
    color: transparent;
    top: 50%;
    margin-top: -10px \9;
    lteIE8-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 1;
    border-radius: 100%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    opacity: .75;
    filter: alpha(opacity=75)
}

.showcase-carousel .slick-prev:hover, .showcase-carousel .slick-next:hover, .showcase-carousel .slick-prev:focus, .showcase-carousel .slick-next:focus {
    outline: none;
    opacity: 1;
    filter: alpha(opacity=100)
}

.showcase-carousel .slick-prev.slick-disabled, .showcase-carousel .slick-next.slick-disabled {
    opacity: .25;
    filter: alpha(opacity=25)
}

.showcase-carousel .slick-prev:before, .showcase-carousel .slick-next:before {
    font-size: 20px;
    content: "";
    line-height: 1;
    display: block;
    border: 1px #000 solid;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.showcase-carousel .slick-prev {
    left: 10px
}

.showcase-carousel .slick-prev:before {
    border-top: 0;
    border-right: 0
}

.showcase-carousel .slick-next {
    right: 10px
}

.showcase-carousel .slick-next:before {
    border-bottom: 0;
    border-left: 0;
    margin-left: -5px
}

.showcase-carousel .slick-slider {
    margin-bottom: 30px
}

.showcase-carousel .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.showcase-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.showcase-carousel .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.showcase-carousel .slick-dots li button:hover, .showcase-carousel .slick-dots li button:focus {
    outline: none
}

.showcase-carousel .slick-dots li button:hover:before, .showcase-carousel .slick-dots li button:focus:before {
    opacity: 1
}

.showcase-carousel .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.showcase-carousel .slick-dots li.slick-active button:before {
    color: rgba(153, 153, 153, 0.5);
    opacity: .75
}

.showcase-carousel--thumbs .showcase-carousel-nav {
    padding-left: 0;
    list-style: none
}

.showcase-carousel--thumbs .showcase-carousel-nav:before, .showcase-carousel--thumbs .showcase-carousel-nav:after {
    content: " ";
    display: table
}

.showcase-carousel--thumbs .showcase-carousel-nav:after {
    clear: both
}

.showcase-carousel--thumbs .showcase-carousel-nav:before, .showcase-carousel--thumbs .showcase-carousel-nav:after {
    content: " ";
    display: table
}

.showcase-carousel--thumbs .showcase-carousel-nav:after {
    clear: both
}

.showcase-carousel--thumbs .showcase-carousel-nav > li {
    width: 60px;
    height: 60px;
    overflow: hidden;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
    background: #FFF;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    border: 2px #FFF solid;
    cursor: pointer;
    opacity: .75;
    filter: alpha(opacity=75)
}

.showcase-carousel--thumbs .showcase-carousel-nav > li:hover {
    opacity: .9;
    filter: alpha(opacity=90)
}

.showcase-carousel--thumbs .showcase-carousel-nav > li.active {
    opacity: 1;
    filter: alpha(opacity=100)
}

.showcase-carousel--thumbs .showcase-carousel-nav > li img {
    max-height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.showcase-carousel--thumbs .slick-slider {
    margin-bottom: 10px
}

.showcase-caroussel--multiple, .showcase-carousel[data-items]:not([data-items="1"]) {
    padding-bottom: 40px;
    position: relative
}

.showcase-caroussel--multiple .showcase-legend, .showcase-carousel[data-items]:not([data-items="1"]) .showcase-legend {
    position: absolute;
    bottom: 0;
    width: 100%
}

.showcase-caroussel--multiple .slick-list, .showcase-carousel[data-items]:not([data-items="1"]) .slick-list {
    padding: 3px 0
}

.showcase-caroussel--multiple .slick-track, .showcase-carousel[data-items]:not([data-items="1"]) .slick-track {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch
}

.showcase-caroussel--multiple .slick-track .showcase-item, .showcase-carousel[data-items]:not([data-items="1"]) .slick-track .showcase-item {
    border: 1px rgba(153, 153, 153, 0.25) solid;
    padding: 10px;
    height: auto;
    margin: 0 10px
}

.showcase-caroussel--multiple .slick-track .showcase-item .showcase-item-price, .showcase-carousel[data-items]:not([data-items="1"]) .slick-track .showcase-item .showcase-item-price {
    bottom: 0
}

@media (min-width: 992px) {
    .showcase-caroussel--multiple .slick-track .showcase-item .showcase-item-prepend, .showcase-carousel[data-items]:not([data-items="1"]) .slick-track .showcase-item .showcase-item-prepend {
        width: 90px
    }

    .showcase-caroussel--multiple .slick-track .showcase-item .showcase-item-prepend ~ .showcase-item-body, .showcase-carousel[data-items]:not([data-items="1"]) .slick-track .showcase-item .showcase-item-prepend ~ .showcase-item-body {
        margin-left: 105px
    }
}

.showcase-caroussel--multiple[data-style="coverflow"], .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] {
    overflow: hidden
}

.showcase-structure-sm .showcase-caroussel--multiple[data-style="coverflow"], .showcase-structure-xs .showcase-caroussel--multiple[data-style="coverflow"], .showcase-structure-sm .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"], .showcase-structure-xs .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] {
    padding-top: 10px
}

.showcase-structure-sm .showcase-caroussel--multiple[data-style="coverflow"] .slick-list, .showcase-structure-xs .showcase-caroussel--multiple[data-style="coverflow"] .slick-list, .showcase-structure-sm .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-list, .showcase-structure-xs .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-list {
    overflow: visible
}

.showcase-structure-sm .showcase-caroussel--multiple[data-style="coverflow"] .slick-list::before, .showcase-structure-xs .showcase-caroussel--multiple[data-style="coverflow"] .slick-list::before, .showcase-structure-sm .showcase-caroussel--multiple[data-style="coverflow"] .slick-list::after, .showcase-structure-xs .showcase-caroussel--multiple[data-style="coverflow"] .slick-list::after, .showcase-structure-sm .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-list::before, .showcase-structure-xs .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-list::before, .showcase-structure-sm .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-list::after, .showcase-structure-xs .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-list::after {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    bottom: -40px;
    display: block;
    width: 1px;
    margin-left: -1px;
    box-shadow: -8px 0 50px 3px rgba(0, 0, 0, 0.8);
    background: transparent
}

.showcase-structure-sm .showcase-caroussel--multiple[data-style="coverflow"] .slick-list::after, .showcase-structure-xs .showcase-caroussel--multiple[data-style="coverflow"] .slick-list::after, .showcase-structure-sm .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-list::after, .showcase-structure-xs .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-list::after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -1px;
    box-shadow: 8px 0 50px 3px rgba(0, 0, 0, 0.8)
}

.showcase-structure-xs .showcase-caroussel--multiple[data-style="coverflow"] .slick-list::before, .showcase-structure-xs .showcase-caroussel--multiple[data-style="coverflow"] .slick-list::after, .showcase-structure-xs .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-list::before, .showcase-structure-xs .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-list::after {
    display: none
}

.showcase-structure-md .showcase-caroussel--multiple[data-style="coverflow"] .slick-list, .showcase-structure-lg .showcase-caroussel--multiple[data-style="coverflow"] .slick-list, .showcase-structure-md .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-list, .showcase-structure-lg .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-list {
    padding-bottom: 5px !important
}

.showcase-structure-md .showcase-caroussel--multiple[data-style="coverflow"] .slick-list::before, .showcase-structure-lg .showcase-caroussel--multiple[data-style="coverflow"] .slick-list::before, .showcase-structure-md .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-list::before, .showcase-structure-lg .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-list::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 50%;
    height: 7px;
    display: block;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-image: -webkit-radial-gradient(ellipse closest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-image: radial-gradient(ellipse closest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-repeat: no-repeat
}

.showcase-structure-md .showcase-caroussel--multiple[data-style="coverflow"] .slick-track .slick-slide, .showcase-structure-lg .showcase-caroussel--multiple[data-style="coverflow"] .slick-track .slick-slide, .showcase-structure-md .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-track .slick-slide, .showcase-structure-lg .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-track .slick-slide {
    opacity: .2;
    filter: alpha(opacity=20);
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
    -webkit-perspective-origin: left;
    -moz-perspective-origin: left;
    perspective-origin: left;
    -webkit-transform: perspective(400px) rotateY(-330deg) scale(.7) translate(150%, 0);
    -ms-transform: perspective(400px) rotateY(-330deg) scale(.7) translate(150%, 0);
    transform: perspective(400px) rotateY(-330deg) scale(.7) translate(150%, 0)
}

.showcase-structure-md .showcase-caroussel--multiple[data-style="coverflow"] .slick-track .slick-active, .showcase-structure-lg .showcase-caroussel--multiple[data-style="coverflow"] .slick-track .slick-active, .showcase-structure-md .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-track .slick-active, .showcase-structure-lg .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-track .slick-active {
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transform: perspective(400px) rotateY(-340deg) scale(.8) translate(25%, 0);
    -ms-transform: perspective(400px) rotateY(-340deg) scale(.8) translate(25%, 0);
    transform: perspective(400px) rotateY(-340deg) scale(.8) translate(25%, 0)
}

.showcase-structure-md .showcase-caroussel--multiple[data-style="coverflow"] .slick-track .slick-current, .showcase-structure-lg .showcase-caroussel--multiple[data-style="coverflow"] .slick-track .slick-current, .showcase-structure-md .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-track .slick-current, .showcase-structure-lg .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-track .slick-current {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: perspective(400px) translate3d(0, 0, 0);
    -ms-transform: perspective(400px) translate3d(0, 0, 0);
    transform: perspective(400px) translate3d(0, 0, 0);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3)
}

.showcase-structure-md .showcase-caroussel--multiple[data-style="coverflow"] .slick-track .slick-current ~ .slick-slide, .showcase-structure-lg .showcase-caroussel--multiple[data-style="coverflow"] .slick-track .slick-current ~ .slick-slide, .showcase-structure-md .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-track .slick-current ~ .slick-slide, .showcase-structure-lg .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-track .slick-current ~ .slick-slide {
    -webkit-transform: perspective(400px) rotateY(-30deg) scale(.7) translate(-150%, 0);
    -ms-transform: perspective(400px) rotateY(-30deg) scale(.7) translate(-150%, 0);
    transform: perspective(400px) rotateY(-30deg) scale(.7) translate(-150%, 0)
}

.showcase-structure-md .showcase-caroussel--multiple[data-style="coverflow"] .slick-track .slick-current ~ .slick-active, .showcase-structure-lg .showcase-caroussel--multiple[data-style="coverflow"] .slick-track .slick-current ~ .slick-active, .showcase-structure-md .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-track .slick-current ~ .slick-active, .showcase-structure-lg .showcase-carousel[data-items]:not([data-items="1"])[data-style="coverflow"] .slick-track .slick-current ~ .slick-active {
    -webkit-transform: perspective(400px) rotateY(-20deg) scale(.8) translate(-25%, 0);
    -ms-transform: perspective(400px) rotateY(-20deg) scale(.8) translate(-25%, 0);
    transform: perspective(400px) rotateY(-20deg) scale(.8) translate(-25%, 0)
}

.showcase-caroussel--multiple .slick-prev, .showcase-caroussel--multiple .slick-next, .showcase-carousel[data-items]:not([data-items="1"]) .slick-prev, .showcase-carousel[data-items]:not([data-items="1"]) .slick-next {
    top: 100%;
    margin-top: 5px;
    border-radius: 0;
    background: transparent;
    border: 1px rgba(100, 100, 100, 0.5) solid;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.showcase-caroussel--multiple .slick-prev::before, .showcase-caroussel--multiple .slick-next::before, .showcase-carousel[data-items]:not([data-items="1"]) .slick-prev::before, .showcase-carousel[data-items]:not([data-items="1"]) .slick-next::before {
    border-color: rgba(80, 80, 80, 0.75)
}

.showcase-energylabels {
    padding-left: 0;
    list-style: none
}

.showcase-energylabels > li {
    line-height: 2px;
    margin: 0 0 2px 0;
    display: block;
    text-indent: -999px;
    overflow: hidden;
    font-size: 2px;
    color: #FFF;
    position: relative;
    height: 2px
}

.showcase-energylabels > li.active {
    font-size: 10px;
    line-height: 10px;
    padding: 3px;
    text-indent: 0;
    overflow: visible;
    height: auto
}

.showcase-energylabels > li.active::after {
    content: " ";
    width: 0;
    height: 0;
    border: 8px transparent solid;
    position: absolute;
    left: 100%;
    top: 0;
    display: block
}

.showcase-energylabels > li:nth-child(1) {
    background: #009136;
    width: 30%
}

.showcase-energylabels > li:nth-child(1).active::after {
    border-left-color: #009136
}

.showcase-energylabels > li:nth-child(2) {
    background: #58ab27;
    width: 40%
}

.showcase-energylabels > li:nth-child(2).active::after {
    border-left-color: #58ab27
}

.showcase-energylabels > li:nth-child(3) {
    background: #58ab27;
    width: 50%
}

.showcase-energylabels > li:nth-child(3).active::after {
    border-left-color: #58ab27
}

.showcase-energylabels > li:nth-child(4) {
    background: #feed01;
    width: 60%
}

.showcase-energylabels > li:nth-child(4).active::after {
    border-left-color: #feed01
}

.showcase-energylabels > li:nth-child(5) {
    background: #fbbb01;
    width: 70%
}

.showcase-energylabels > li:nth-child(5).active::after {
    border-left-color: #fbbb01
}

.showcase-energylabels > li:nth-child(6) {
    background: #eb690b;
    width: 80%
}

.showcase-energylabels > li:nth-child(6).active::after {
    border-left-color: #eb690b
}

.showcase-energylabels > li:nth-child(7) {
    background: #e3001b;
    width: 90%
}

.showcase-energylabels > li:nth-child(7).active::after {
    border-left-color: #e3001b
}

.showcase {
    margin-top: 10px;
    margin-bottom: 10px
}

.showcase-articles, .showcase-categories {
    margin-left: -15px;
    margin-right: -15px
}

.showcase-articles .showcase-nav, .showcase-categories .showcase-nav {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left !important
}

@media (min-width: 768px) {
    .showcase-articles .showcase-nav, .showcase-categories .showcase-nav {
        float: left;
        width: 33.33333333%
    }
}

@media (min-width: 992px) {
    .showcase-articles .showcase-nav, .showcase-categories .showcase-nav {
        float: left;
        width: 25%
    }
}

.showcase-articles .showcase-results, .showcase-categories .showcase-results {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: right !important
}

@media (min-width: 768px) {
    .showcase-articles .showcase-results, .showcase-categories .showcase-results {
        float: left;
        width: 66.66666667%
    }
}

@media (min-width: 992px) {
    .showcase-articles .showcase-results, .showcase-categories .showcase-results {
        float: left;
        width: 75%
    }
}

.showcase-slider .showcase-carousel-slider {
    padding: 4px;
    background: #FFF;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3)
}

@media (max-width: 767px) {
    .showcase-slider .slick-prev, .showcase-slider .slick-next {
        top: 100%;
        margin-top: 5px;
        border-radius: 0;
        background: transparent;
        border: 1px rgba(153, 153, 153, 0.5) solid;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .showcase-slider .slick-prev {
        left: 0
    }

    .showcase-slider .slick-next {
        right: 0
    }
}

.showcase-article-info {
    margin-left: -15px;
    margin-right: -15px
}

.showcase-article-info-image {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left !important
}

@media (min-width: 768px) {
    .showcase-article-info-image {
        float: left;
        width: 50%
    }
}

.showcase-article-info-image img {
    max-height: 400px;
    margin: 0 auto
}

.showcase-article-info-body {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: right !important
}

@media (min-width: 768px) {
    .showcase-article-info-body {
        float: left;
        width: 50%
    }
}

.showcase-article-details {
    padding: 1em;
    border: 1px rgba(153, 153, 153, 0.25) solid;

}
.showcase-lightbox .showcase-article-details {
    max-height:none!important;
}

.showcase-article-details > h2:first-child {
    margin-top: 0
}

.showcase-article-productname {
    font-size: 18px
}

.showcase-article-supplier {
    font-weight: bold
}

.showcase-article-supplier:before, .showcase-article-supplier:after {
    content: " ";
    display: table
}

.showcase-article-supplier:after {
    clear: both
}

.showcase-article-supplier:before, .showcase-article-supplier:after {
    content: " ";
    display: table
}

.showcase-article-supplier:after {
    clear: both
}

.showcase-article-supplier em {
    font-weight: normal
}

.showcase-article-supplier img {
    float: right
}

.showcase-article-action, .showcase-article-no, .showcase-article-price {
    border: 1px rgba(153, 153, 153, 0.25) solid;
    border-left: 0;
    border-right: 0;
    padding: 10px 0
}

.showcase-article-price {
    text-align: right;
    font-size: 2em;
    font-weight: normal;
    margin-bottom: 10px
}

.showcase-article-price .showcase-article-price-reduced {
    font-size: 18px;
    vertical-align: text-top;
    margin-right: 1em
}

.showcase-article-price .showcase-article-price-vat {
    display: block
}

.showcase-article-price .showcase-article-price-base {
    display: block;
    /* font-size: 1em */
}

.showcase-article-price .showcase-article-price-info {
    margin-left: 1em;
    font-size: 15px;
    display: inline-block
}

.showcase-article-action {
    text-align: right;
    border-top: 0;
    margin-bottom: 10px;
    padding-top: 0
}

.showcase-article-action:before, .showcase-article-action:after {
    content: " ";
    display: table
}

.showcase-article-action:after {
    clear: both
}

.showcase-article-action:before, .showcase-article-action:after {
    content: " ";
    display: table
}

.showcase-article-action:after {
    clear: both
}

.showcase-article-action-btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    z-index: 1;
    position: relative;
    overflow: hidden
}

.showcase-article-action-btn > * {
    color: #FFF;
    z-index: 3;
    position: relative
}

.showcase-article-action-btn::before {
    content: "\25A0";
    position: absolute;
    top: 50%;
    left: 50%;
    height: .5em;
    width: .5em;
    line-height: .5;
    font-size: 3000px;
    z-index: 2;
    color: inherit;
    font-family: Consolas, monaco, monospace;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out
}

@media (min-width: 768px) {
    .showcase-article-action-btn {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 0
    }
}

@media (max-width: 767px) {
    .showcase-article-action-btn {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        margin-bottom: 5px
    }
}

.showcase-article-action-btn:hover, .showcase-article-action-btn:focus {
    text-decoration: none
}

.showcase-article-action > p {
    font-size: 12px;
    text-align: left
}

@media (min-width: 768px) {
    .showcase-article-action > p {
        float: left;
        width: 50%
    }
}

.showcase-article-properties:before, .showcase-article-properties:after {
    content: " ";
    display: table
}

.showcase-article-properties:after {
    clear: both
}

.showcase-article-properties:before, .showcase-article-properties:after {
    content: " ";
    display: table
}

.showcase-article-properties:after {
    clear: both
}

.showcase-article-properties dt, .showcase-article-properties dd {
    width: 50%;
    min-height: 1.5em;
    line-height: 1.5em;
    float: left;
    margin: 0
}

.showcase-article-properties .showcase-article-properties-energylabel {
    width: 25%
}

.showcase-article-no {
    padding-left: 0;
    list-style: none;
    border: 1px rgba(153, 153, 153, 0.25) solid;
    border-left: 0;
    border-right: 0;
    font-size: 12px
}

.showcase-article-no:before, .showcase-article-no:after {
    content: " ";
    display: table
}

.showcase-article-no:after {
    clear: both
}

.showcase-article-no:before, .showcase-article-no:after {
    content: " ";
    display: table
}

.showcase-article-no:after {
    clear: both
}

.showcase-article-no li {
    width: 50%;
    float: left
}

.showcase-article-no li strong {
    display: block
}

.showcase-article > footer {
    margin: 10px 0
}

.showcase-article > footer > a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.showcase-article > footer > a:focus, .showcase-article > footer > a:active:focus, .showcase-article > footer > a.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.showcase-article > footer > a:hover, .showcase-article > footer > a:focus {
    color: #333;
    text-decoration: none
}

.showcase-article > footer > a:active, .showcase-article > footer > a.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.showcase-article > footer > a.disabled, .showcase-article > footer > a[disabled], fieldset[disabled] .showcase-article > footer > a {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none

}

.showcase-container-test {
    overflow: hidden;
    width: 100%
}

.showcase-container-test > .showcase-test-sm {
    width: 570px
}

.showcase-container-test > .showcase-test-md {
    width: 840px
}

.showcase-container-test > .showcase-test-lg {
    width: 1090px
}



@media (min-width: 100px) {
    .showcase-results-no-menue {
        margin-left:30px;
        margin-right:10px;
    }
    .showcase-results-no-menue .showcase-header img {
        width:85%;
    }
}
@media (min-width: 992px) {
    .showcase-results-no-menue {
        margin-left:15px;
    }
    .showcase-results-no-menue .showcase-header img {
        width:100%;
    }
}

.showcase-lightbox .showcase-carousel .slick-slide  {
    height:auto;
}
.showcase .btn-showcase-order {
    background-color:#f0f0f0;
    border:1px solid #ddd;
	background-image:url('../Icons/but_reserve.png');
	background-repeat:no-repeat;
	background-position: right top;
	padding: 15px 70px 15px 10px;	
    color:#c00;
	border-radius: 3px;
	margin-bottom: 20px;

}
.showcase-article-notiz table {
    width:100%;
    margin-bottom:10px;
    border-top:1px solid #ccc;
}
.showcase-article-notiz table td {
    border-bottom:1px solid #ccc;
    padding: 7px 5px 7px 0px;
	background-color:#fff!important;
}

.showcase-article-notiz table caption {
    text-align:left;
    font-weight:600;
    margin-bottom: 10px;
    font-size:1.5em;
}


/*# sourceMappingURL=wt_showcase.all.css.map */