/**********************************************
*********************************************** 
****    eBay-Verkaufstemplate CSS          ****
****    FALTRONIC 2017 V2.0                ****
****    Author: Florian Leonhardt          ****
****    Firma: fldesigns | Websolutions    **** 
****    Website: http://fldesigns.de       ****
****    Kontakt: info@fldesigns.de         ****
***********************************************
***********************************************

***********************************************
****    :::: ENTHALTENE CSS-DATEIEN ::::   ****
****    - bootstrap.min.css (BS-Framework) ****
****    - helper.min.css                   ****
****    - template.css                     ****
**********************************************/
product-articles p{
    margin-left: 10px;
}


/* BOOTSTRAP CSS */
hr,
img,
legend {
    border: 0
}

legend,
td,
th {
    padding: 0
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none
}

body,
figure {
    margin: 0
}

caption,
th {
    text-align: left
}

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

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    color: #337ab7
}

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

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

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

.img-thumbnail,
body {
    background-color: #fff
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    vertical-align: middle
}

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

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

pre,
textarea {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

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

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

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

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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

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

a:focus,
a:hover {
    color: #23527c
}

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

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

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

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

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee
}

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

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

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
   
}

[role=button] {
    cursor: pointer
}

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

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

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

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

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

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

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

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

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

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

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

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

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

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

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

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

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

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

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

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

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

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

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

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

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

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

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

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

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

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

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {

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

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

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

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

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

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

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

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

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

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

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

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

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

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

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

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

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

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

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

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

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

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

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

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

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

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {

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

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

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

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

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

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

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

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

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

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

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

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

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

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

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

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

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

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

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

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

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

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

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

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

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

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {

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

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

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

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

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

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

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

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

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

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

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

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

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

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

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

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

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

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

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

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

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

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

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

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

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

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-weight: 300 !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
}

.table>thead>tr>th {
    vertical-align: bottom;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

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

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

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

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

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

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

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

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

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

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

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

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

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

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

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

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

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

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

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

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

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

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

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

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

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !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
    }
}

/* HELPER CSS */
.short-text,
.tt-nowrap {
    white-space: nowrap
}

.clear {
    clear: both
}

a.hover-trans,
hover-trans {
    transition: linear .2s all
}

.m-none {
    margin: 0 !important
}

.m-auto {
    margin: auto !important
}

.m-top-0 {
    margin-top: 0
}

.m-top-5 {
    margin-top: 5px
}

.m-top-10 {
    margin-top: 10px
}

.m-top-15 {
    margin-top: 15px
}

.m-top-20 {
    margin-top: 20px
}

.m-top-25 {
    margin-top: 25px
}

.m-top-30 {
    margin-top: 30px
}

.m-top-35 {
    margin-top: 35px
}

.m-top-40 {
    margin-top: 40px
}

.m-top-45 {
    margin-top: 45px
}

.m-top-50 {
    margin-top: 50px
}

.m-bottom-0 {
    margin-bottom: 0
}

.m-bottom-5 {
    margin-bottom: 5px
}

.m-bottom-10 {
    margin-bottom: 10px
}

.m-bottom-15 {
    margin-bottom: 15px
}

.m-bottom-20 {
    margin-bottom: 20px
}

.m-bottom-25 {
    margin-bottom: 25px
}

.m-bottom-30 {
    margin-bottom: 30px
}

.m-bottom-35 {
    margin-bottom: 35px
}

.m-bottom-40 {
    margin-bottom: 40px
}

.m-bottom-45 {
    margin-bottom: 45px
}

.m-bottom-50 {
    margin-bottom: 50px
}

.m-left-0 {
    margin-left: 0
}

.m-left-5 {
    margin-left: 5px
}

.m-left-10 {
    margin-left: 10px
}

.m-left-15 {
    margin-left: 15px
}

.m-left-20 {
    margin-left: 20px
}

.m-left-25 {
    margin-left: 25px
}

.m-left-30 {
    margin-left: 30px
}

.m-left-35 {
    margin-left: 35px
}

.m-left-40 {
    margin-left: 40px
}

.m-left-45 {
    margin-left: 45px
}

.m-left-50 {
    margin-left: 50px
}

.m-right-0 {
    margin-right: 0
}

.m-right-5 {
    margin-right: 5px
}

.m-right-10 {
    margin-right: 10px
}

.m-right-15 {
    margin-right: 15px
}

.m-right-20 {
    margin-right: 20px
}

.m-right-25 {
    margin-right: 25px
}

.m-right-30 {
    margin-right: 30px
}

.m-right-35 {
    margin-right: 35px
}

.m-right-40 {
    margin-right: 40px
}

.m-right-45 {
    margin-right: 45px
}

.m-right-50 {
    margin-right: 50px
}

.p-none {
    padding: 0
}

.p-top-0 {
    padding-top: 0
}

.p-top-5 {
    padding-top: 5px
}

.p-top-10 {
    padding-top: 10px
}

.p-top-15 {
    padding-top: 15px
}

.p-top-20 {
    padding-top: 20px
}

.p-top-25 {
    padding-top: 25px
}

.p-top-30 {
    padding-top: 30px
}

.p-top-35 {
    padding-top: 35px
}

.p-top-40 {
    padding-top: 40px
}

.p-top-45 {
    padding-top: 45px
}

.p-top-50 {
    padding-top: 50px
}

.p-bottom-0 {
    padding-bottom: 0
}

.p-bottom-5 {
    padding-bottom: 5px
}

.p-bottom-10 {
    padding-bottom: 10px
}

.p-bottom-15 {
    padding-bottom: 15px
}

.p-bottom-20 {
    padding-bottom: 20px
}

.p-bottom-25 {
    padding-bottom: 25px
}

.p-bottom-30 {
    padding-bottom: 30px
}

.p-bottom-35 {
    padding-bottom: 35px
}

.p-bottom-40 {
    padding-bottom: 40px
}

.p-bottom-45 {
    padding-bottom: 45px
}

.p-bottom-50 {
    padding-bottom: 50px
}

.p-left-0 {
    padding-left: 0
}

.p-left-5 {
    padding-left: 5px
}

.p-left-10 {
    padding-left: 10px
}

.p-left-15 {
    padding-left: 15px
}

.p-left-20 {
    padding-left: 20px
}

.p-left-25 {
    padding-left: 25px
}

.p-left-30 {
    padding-left: 30px
}

.p-left-35 {
    padding-left: 35px
}

.p-left-40 {
    padding-left: 40px
}

.p-left-45 {
    padding-left: 45px
}

.p-left-50 {
    padding-left: 50px
}

.p-right-0 {
    padding-right: 0
}

.p-right-5 {
    padding-right: 5px
}

.p-right-10 {
    padding-right: 10px
}

.p-right-15 {
    padding-right: 15px
}

.p-right-20 {
    padding-right: 20px
}

.p-right-25 {
    padding-right: 25px
}

.p-right-30 {
    padding-right: 30px
}

.p-right-35 {
    padding-right: 35px
}

.p-right-40 {
    padding-right: 40px
}

.p-right-45 {
    padding-right: 45px
}

.p-right-50 {
    padding-right: 50px
}

.v-align-t {
    vertical-align: top
}

.v-align-m {
    vertical-align: middle
}

.v-align-b {
    vertical-align: bottom
}

.v-align-bl {
    vertical-align: baseline
}

.d-none {
    display: none
}

.d-block {
    display: block
}

.d-inline {
    display: inline
}

.d-inline-b,
.d-inline-m {
    display: inline-block
}

.d-inline-m {
    vertical-align: middle
}

.d-t {
    display: table
}

.d-t-row {
    display: table-row
}

.d-t-cell {
    display: table-cell
}

.d-t-col {
    display: table-column
}

.w-full {
    width: 100%
}

.w-full-i {
    width: 100% !important
}

.w-50 {
    width: 50%
}

.w-25 {
    width: 25%
}

.w-20 {
    width: 20%
}

.w-15 {
    width: 15%
}

.w-10 {
    width: 10%
}

.w-5 {
    width: 5%
}

.b-s0 {
    border: 0 solid
}

.b-s1 {
    border: 1px solid
}

.b-s2 {
    border: 2px solid
}

.b-s3 {
    border: 3px solid
}

.b-s4 {
    border: 4px solid
}

.b-s5 {
    border: 5px solid
}

.bt-s0 {
    border-top: 0 solid
}

.bt-s1 {
    border-top: 1px solid
}

.bt-s2 {
    border-top: 2px solid
}

.bt-s3 {
    border-top: 3px solid
}

.bt-s4 {
    border-top: 4px solid
}

.bt-s5 {
    border-top: 5px solid
}

.bb-s0 {
    border-bottom: 0 solid
}

.bb-s1 {
    border-bottom: 1px solid
}

.bb-s2 {
    border-bottom: 2px solid
}

.bb-s3 {
    border-bottom: 3px solid
}

.bb-s4 {
    border-bottom: 4px solid
}

.bb-s5 {
    border-bottom: 5px solid
}

.bl-s0 {
    border-left: 0 solid
}

.bl-s1 {
    border-left: 1px solid
}

.bl-s2 {
    border-left: 2px solid
}

.bl-s3 {
    border-left: 3px solid
}

.bl-s4 {
    border-left: 4px solid
}

.bl-s5 {
    border-left: 5px solid
}

.br-s0 {
    border-right: 0 solid
}

.br-s1 {
    border-right: 1px solid
}

.br-s2 {
    border-right: 2px solid
}

.br-s3 {
    border-right: 3px solid
}

.br-s4 {
    border-right: 4px solid
}

.br-s5 {
    border-right: 5px solid
}

.br-0 {
    border-radius: 0
}

.br-2 {
    border-radius: 2px
}

.br-3 {
    border-radius: 3px
}

.br-5 {
    border-radius: 5px
}

.br-10 {
    border-radius: 10px
}

.br-15 {
    border-radius: 15px
}

.br-20 {
    border-radius: 20px
}

.br-25 {
    border-radius: 25px
}

.br-50p {
    border-radius: 50%
}

.br-lt-0 {
    border-top-left-radius: 0
}

.br-lt-2 {
    border-top-left-radius: 2px
}

.br-lt-5 {
    border-top-left-radius: 5px
}

.br-lt-10 {
    border-top-left-radius: 10px
}

.br-lt-15 {
    border-top-left-radius: 15px
}

.br-lt-20 {
    border-top-left-radius: 20px
}

.br-lt-25 {
    border-top-left-radius: 25px
}

.br-lt-50p {
    border-top-left-radius: 50%
}

.br-rt-0 {
    border-top-right-radius: 0
}

.br-rt-2 {
    border-top-right-radius: 2px
}

.br-rt-5 {
    border-top-right-radius: 5px
}

.br-rt-10 {
    border-top-right-radius: 10px
}

.br-rt-15 {
    border-top-right-radius: 15px
}

.br-rt-20 {
    border-top-right-radius: 20px
}

.br-rt-25 {
    border-top-right-radius: 25px
}

.br-rt-50p {
    border-top-right-radius: 50%
}

.br-lb-0 {
    border-bottom-left-radius: 0
}

.br-lb-2 {
    border-bottom-left-radius: 2px
}

.br-lb-5 {
    border-bottom-left-radius: 5px
}

.br-lb-10 {
    border-bottom-left-radius: 10px
}

.br-lb-15 {
    border-bottom-left-radius: 15px
}

.br-lb-20 {
    border-bottom-left-radius: 20px
}

.br-lb-25 {
    border-bottom-left-radius: 25px
}

.br-lb-50p {
    border-bottom-left-radius: 50%
}

.br-rb-0 {
    border-bottom-right-radius: 0
}

.br-rb-2 {
    border-bottom-right-radius: 2px
}

.br-rb-5 {
    border-bottom-right-radius: 5px
}

.br-rb-10 {
    border-bottom-right-radius: 10px
}

.br-rb-15 {
    border-bottom-right-radius: 15px
}

.br-rb-20 {
    border-bottom-right-radius: 20px
}

.br-rb-25 {
    border-bottom-right-radius: 25px
}

.br-rb-50p {
    border-bottom-right-radius: 50%
}

.of-h {
    overflow: hidden
}

.of-v {
    overflow: visible
}

.of-a {
    overflow: auto
}

.of-h-x {
    overflow-x: hidden
}

.of-v-x {
    overflow-x: visible
}

.of-x-a {
    overflow-x: auto
}

.of-y-h {
    overflow-y: hidden
}

.of-y-v {
    overflow-y: visible
}

.of-y-a {
    overflow-y: auto
}

.fw-normal {
    font-weight: 400
}

.fw-lighter {
    font-weight: lighter
}

.fw-bolder {
    font-weight: bolder
}

.fw-bold {
    font-weight: 700
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.fs-normal {
    font-style: normal
}

.fs-italic {
    font-style: italic
}

.tt-uppercase {
    text-transform: uppercase
}

.tt-lowercase {
    text-transform: lowercase
}

.tt-none {
    text-transform: none
}

.tt-fw {
    text-transform: full-width
}

.tt-cap {
    text-transform: capitalize
}

.wr-normal {
    word-wrap: normal
}

.wr-break {
    word-wrap: break-word
}

.wb-normal {
    word-break: normal
}

.wb-ba {
    word-break: break-all
}

.wb-ka {
    word-break: keep-all
}

.hyph-auto {
    -ms-hyphens: auto;
    -webkit-hyphens: auto
}

.hyph-none {
    -ms-hyphens: none;
    -webkit-hyphens: none
}

.hyph-man {
    -ms-hyphens: manual;
    -webkit-hyphens: manual
}

.ls-none {
    list-style: none
}

.short-text {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis
}

.pos-absolute {
    position: absolute
}

.pos-relative {
    position: relative
}

.op-00 {
    opacity: 0
}

.op-01 {
    opacity: .1
}

.op-02 {
    opacity: .2
}

.op-03 {
    opacity: .3
}

.op-04 {
    opacity: .4
}

.op-05 {
    opacity: .5
}

.op-06 {
    opacity: .6
}

.op-07 {
    opacity: .7
}

.op-08 {
    opacity: .8
}

.op-09 {
    opacity: .9
}

.op-10 {
    opacity: 1
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.f-none {
    float: none
}

@media (min-width: 992px) {
    .clear-md {
        clear: both
    }

    .m-md-none {
        margin: 0
    }

    .m-md-auto {
        margin: auto
    }

    .m-md-top-5 {
        margin-top: 5px
    }

    .m-md-top-10 {
        margin-top: 10px
    }

    .m-md-top-15 {
        margin-top: 15px
    }

    .m-md-top-20 {
        margin-top: 20px
    }

    .m-md-top-25 {
        margin-top: 25px
    }

    .m-md-top-30 {
        margin-top: 30px
    }

    .m-md-top-35 {
        margin-top: 35px
    }

    .m-md-top-40 {
        margin-top: 40px
    }

    .m-md-top-45 {
        margin-top: 45px
    }

    .m-md-top-50 {
        margin-top: 50px
    }

    .m-md-bottom-5 {
        margin-bottom: 5px
    }

    .m-md-bottom-10 {
        margin-bottom: 10px
    }

    .m-md-bottom-15 {
        margin-bottom: 15px
    }

    .m-md-bottom-20 {
        margin-bottom: 20px
    }

    .m-md-bottom-25 {
        margin-bottom: 25px
    }

    .m-md-bottom-30 {
        margin-bottom: 30px
    }

    .m-md-bottom-35 {
        margin-bottom: 35px
    }

    .m-md-bottom-40 {
        margin-bottom: 40px
    }

    .m-md-bottom-45 {
        margin-bottom: 45px
    }

    .m-md-bottom-50 {
        margin-bottom: 50px
    }

    .m-md-left-5 {
        margin-left: 5px
    }

    .m-md-left-10 {
        margin-left: 10px
    }

    .m-md-left-15 {
        margin-left: 15px
    }

    .m-md-left-20 {
        margin-left: 20px
    }

    .m-md-left-25 {
        margin-left: 25px
    }

    .m-md-left-30 {
        margin-left: 30px
    }

    .m-md-left-35 {
        margin-left: 35px
    }

    .m-md-left-40 {
        margin-left: 40px
    }

    .m-md-left-45 {
        margin-left: 45px
    }

    .m-md-left-50 {
        margin-left: 50px
    }

    .m-md-right-5 {
        margin-right: 5px
    }

    .m-md-right-10 {
        margin-right: 10px
    }

    .m-md-right-15 {
        margin-right: 15px
    }

    .m-md-right-20 {
        margin-right: 20px
    }

    .m-md-right-25 {
        margin-right: 25px
    }

    .m-md-right-30 {
        margin-right: 30px
    }

    .m-md-right-35 {
        margin-right: 35px
    }

    .m-md-right-40 {
        margin-right: 40px
    }

    .m-md-right-45 {
        margin-right: 45px
    }

    .m-md-right-50 {
        margin-right: 50px
    }

    .p-md-none {
        padding: 0
    }

    .p-md-top-5 {
        padding-top: 5px
    }

    .p-md-top-10 {
        padding-top: 10px
    }

    .p-md-top-15 {
        padding-top: 15px
    }

    .p-md-top-20 {
        padding-top: 20px
    }

    .p-md-top-25 {
        padding-top: 25px
    }

    .p-md-top-30 {
        padding-top: 30px
    }

    .p-md-top-35 {
        padding-top: 35px
    }

    .p-md-top-40 {
        padding-top: 40px
    }

    .p-md-top-45 {
        padding-top: 45px
    }

    .p-md-top-50 {
        padding-top: 50px
    }

    .p-md-bottom-5 {
        padding-bottom: 5px
    }

    .p-md-bottom-10 {
        padding-bottom: 10px
    }

    .p-md-bottom-15 {
        padding-bottom: 15px
    }

    .p-md-bottom-20 {
        padding-bottom: 20px
    }

    .p-md-bottom-25 {
        padding-bottom: 25px
    }

    .p-md-bottom-30 {
        padding-bottom: 30px
    }

    .p-md-bottom-35 {
        padding-bottom: 35px
    }

    .p-md-bottom-40 {
        padding-bottom: 40px
    }

    .p-md-bottom-45 {
        padding-bottom: 45px
    }

    .p-md-bottom-50 {
        padding-bottom: 50px
    }

    .p-md-left-5 {
        padding-left: 5px
    }

    .p-md-left-10 {
        padding-left: 10px
    }

    .p-md-left-15 {
        padding-left: 15px
    }

    .p-md-left-20 {
        padding-left: 20px
    }

    .p-md-left-25 {
        padding-left: 25px
    }

    .p-md-left-30 {
        padding-left: 30px
    }

    .p-md-left-35 {
        padding-left: 35px
    }

    .p-md-left-40 {
        padding-left: 40px
    }

    .p-md-left-45 {
        padding-left: 45px
    }

    .p-md-left-50 {
        padding-left: 50px
    }

    .p-md-right-5 {
        padding-right: 5px
    }

    .p-md-right-10 {
        padding-right: 10px
    }

    .p-md-right-15 {
        padding-right: 15px
    }

    .p-md-right-20 {
        padding-right: 20px
    }

    .p-md-right-25 {
        padding-right: 25px
    }

    .p-md-right-30 {
        padding-right: 30px
    }

    .p-md-right-35 {
        padding-right: 35px
    }

    .p-md-right-40 {
        padding-right: 40px
    }

    .p-md-right-45 {
        padding-right: 45px
    }

    .p-md-right-50 {
        padding-right: 50px
    }

    .v-md-align-t {
        vertical-align: top
    }

    .v-md-align-m {
        vertical-align: middle
    }

    .v-md-align-b {
        vertical-align: bottom
    }

    .v-md-align-bl {
        vertical-align: baseline
    }

    .d-md-none {
        display: none
    }

    .d-md-block {
        display: block
    }

    .d-md-inline {
        display: inline
    }

    .d-md-inline-b,
    .d-md-inline-m {
        display: inline-block
    }

    .d-md-inline-m {
        vertical-align: middle
    }

    .d-md-t {
        display: table
    }

    .d-md-t-row {
        display: table-row
    }

    .d-md-t-cell {
        display: table-cell
    }

    .d-md-t-col {
        display: table-column
    }

    .w-md-full {
        width: 100%
    }

    .w-md-full-i {
        width: 100% !important
    }

    .w-md-50 {
        width: 50%
    }

    .w-md-25 {
        width: 25%
    }

    .w-md-20 {
        width: 20%
    }

    .w-md-15 {
        width: 15%
    }

    .w-md-10 {
        width: 10%
    }

    .w-md-5 {
        width: 5%
    }

    .b-md-s0 {
        border: 0 solid
    }

    .b-md-s1 {
        border: 1px solid
    }

    .b-md-s2 {
        border: 2px solid
    }

    .b-md-s3 {
        border: 3px solid
    }

    .b-md-s4 {
        border: 4px solid
    }

    .b-md-s5 {
        border: 5px solid
    }

    .bt-md-s0 {
        border-top: 0 solid
    }

    .bt-md-s1 {
        border-top: 1px solid
    }

    .bt-md-s2 {
        border-top: 2px solid
    }

    .bt-md-s3 {
        border-top: 3px solid
    }

    .bt-md-s4 {
        border-top: 4px solid
    }

    .bt-md-s5 {
        border-top: 5px solid
    }

    .bb-md-s0 {
        border-bottom: 0 solid
    }

    .bb-md-s1 {
        border-bottom: 1px solid
    }

    .bb-md-s2 {
        border-bottom: 2px solid
    }

    .bb-md-s3 {
        border-bottom: 3px solid
    }

    .bb-md-s4 {
        border-bottom: 4px solid
    }

    .bb-md-s5 {
        border-bottom: 5px solid
    }

    .bl-md-s0 {
        border-left: 0 solid
    }

    .bl-md-s1 {
        border-left: 1px solid
    }

    .bl-md-s2 {
        border-left: 2px solid
    }

    .bl-md-s3 {
        border-left: 3px solid
    }

    .bl-md-s4 {
        border-left: 4px solid
    }

    .bl-md-s5 {
        border-left: 5px solid
    }

    .br-md-s0 {
        border-right: 0 solid
    }

    .br-md-s1 {
        border-right: 1px solid
    }

    .br-md-s2 {
        border-right: 2px solid
    }

    .br-md-s3 {
        border-right: 3px solid
    }

    .br-md-s4 {
        border-right: 4px solid
    }

    .br-md-s5 {
        border-right: 5px solid
    }

    .br-md-0 {
        border-radius: 0
    }

    .br-md-2 {
        border-radius: 2px
    }

    .br-md-5 {
        border-radius: 5px
    }

    .br-md-10 {
        border-radius: 10px
    }

    .br-md-15 {
        border-radius: 15px
    }

    .br-md-20 {
        border-radius: 20px
    }

    .br-md-25 {
        border-radius: 25px
    }

    .br-md-50p {
        border-radius: 50%
    }

    .br-md-lt-0 {
        border-top-left-radius: 0
    }

    .br-md-lt-2 {
        border-top-left-radius: 2px
    }

    .br-md-lt-5 {
        border-top-left-radius: 5px
    }

    .br-md-lt-10 {
        border-top-left-radius: 10px
    }

    .br-md-lt-15 {
        border-top-left-radius: 15px
    }

    .br-md-lt-20 {
        border-top-left-radius: 20px
    }

    .br-md-lt-25 {
        border-top-left-radius: 25px
    }

    .br-md-lt-50p {
        border-top-left-radius: 50%
    }

    .br-md-rt-0 {
        border-top-right-radius: 0
    }

    .br-md-rt-2 {
        border-top-right-radius: 2px
    }

    .br-md-rt-5 {
        border-top-right-radius: 5px
    }

    .br-md-rt-10 {
        border-top-right-radius: 10px
    }

    .br-md-rt-15 {
        border-top-right-radius: 15px
    }

    .br-md-rt-20 {
        border-top-right-radius: 20px
    }

    .br-md-rt-25 {
        border-top-right-radius: 25px
    }

    .br-md-rt-50p {
        border-top-right-radius: 50%
    }

    .br-md-lb-0 {
        border-bottom-left-radius: 0
    }

    .br-md-lb-2 {
        border-bottom-left-radius: 2px
    }

    .br-md-lb-5 {
        border-bottom-left-radius: 5px
    }

    .br-md-lb-10 {
        border-bottom-left-radius: 10px
    }

    .br-md-lb-15 {
        border-bottom-left-radius: 15px
    }

    .br-md-lb-20 {
        border-bottom-left-radius: 20px
    }

    .br-md-lb-25 {
        border-bottom-left-radius: 25px
    }

    .br-md-lb-50p {
        border-bottom-left-radius: 50%
    }

    .br-md-rb-0 {
        border-bottom-right-radius: 0
    }

    .br-md-rb-2 {
        border-bottom-right-radius: 2px
    }

    .br-md-rb-5 {
        border-bottom-right-radius: 5px
    }

    .br-md-rb-10 {
        border-bottom-right-radius: 10px
    }

    .br-md-rb-15 {
        border-bottom-right-radius: 15px
    }

    .br-md-rb-20 {
        border-bottom-right-radius: 20px
    }

    .br-md-rb-25 {
        border-bottom-right-radius: 25px
    }

    .br-md-rb-50p {
        border-bottom-right-radius: 50%
    }

    .short-text-md {
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        text-overflow: ellipsis
    }

    .pos-md-absolute {
        position: absolute
    }

    .pos-md-relative {
        position: relative
    }

    .op-md-00 {
        opacity: 0
    }

    .op-md-01 {
        opacity: .1
    }

    .op-md-02 {
        opacity: .2
    }

    .op-md-03 {
        opacity: .3
    }

    .op-md-04 {
        opacity: .4
    }

    .op-md-05 {
        opacity: .5
    }

    .op-md-06 {
        opacity: .6
    }

    .op-md-07 {
        opacity: .7
    }

    .op-md-08 {
        opacity: .8
    }

    .op-md-09 {
        opacity: .9
    }

    .op-md-10 {
        opacity: 1
    }

    .text-center-md {
        text-align: center
    }

    .text-right-md {
        text-align: right
    }

    .text-left-md {
        text-align: left
    }

    .f-md-left {
        float: left
    }

    .f-md-right {
        float: right
    }

    .f-md-none {
        float: none
    }
}

@media (min-width: 769px) {
    .clear-sm {
        clear: both
    }

    .mw-sm-0 {
        min-width: 0
    }

    ;

    w-sm-auto {
        width: auto !important
    }

    .m-sm-none {
        margin: 0
    }

    .m-sm-auto {
        margin: auto
    }

    .m-sm-top-5 {
        margin-top: 5px
    }

    .m-sm-top-10 {
        margin-top: 10px
    }

    .m-sm-top-15 {
        margin-top: 15px
    }

    .m-sm-top-20 {
        margin-top: 20px
    }

    .m-sm-top-25 {
        margin-top: 25px
    }

    .m-sm-top-30 {
        margin-top: 30px
    }

    .m-sm-top-35 {
        margin-top: 35px
    }

    .m-sm-top-40 {
        margin-top: 40px
    }

    .m-sm-top-45 {
        margin-top: 45px
    }

    .m-sm-top-50 {
        margin-top: 50px
    }

    .m-sm-bottom-5 {
        margin-bottom: 5px
    }

    .m-sm-bottom-10 {
        margin-bottom: 10px
    }

    .m-sm-bottom-15 {
        margin-bottom: 15px
    }

    .m-sm-bottom-20 {
        margin-bottom: 20px
    }

    .m-sm-bottom-25 {
        margin-bottom: 25px
    }

    .m-sm-bottom-30 {
        margin-bottom: 30px
    }

    .m-sm-bottom-35 {
        margin-bottom: 35px
    }

    .m-sm-bottom-40 {
        margin-bottom: 40px
    }

    .m-sm-bottom-45 {
        margin-bottom: 45px
    }

    .m-sm-bottom-50 {
        margin-bottom: 50px
    }

    .m-sm-left-5 {
        margin-left: 5px
    }

    .m-sm-left-10 {
        margin-left: 10px
    }

    .m-sm-left-15 {
        margin-left: 15px
    }

    .m-sm-left-20 {
        margin-left: 20px
    }

    .m-sm-left-25 {
        margin-left: 25px
    }

    .m-sm-left-30 {
        margin-left: 30px
    }

    .m-sm-left-35 {
        margin-left: 35px
    }

    .m-sm-left-40 {
        margin-left: 40px
    }

    .m-sm-left-45 {
        margin-left: 45px
    }

    .m-sm-left-50 {
        margin-left: 50px
    }

    .m-sm-right-5 {
        margin-right: 5px
    }

    .m-sm-right-10 {
        margin-right: 10px
    }

    .m-sm-right-15 {
        margin-right: 15px
    }

    .m-sm-right-20 {
        margin-right: 20px
    }

    .m-sm-right-25 {
        margin-right: 25px
    }

    .m-sm-right-30 {
        margin-right: 30px
    }

    .m-sm-right-35 {
        margin-right: 35px
    }

    .m-sm-right-40 {
        margin-right: 40px
    }

    .m-sm-right-45 {
        margin-right: 45px
    }

    .m-sm-right-50 {
        margin-right: 50px
    }

    .p-sm-none {
        padding: 0
    }

    .p-sm-top-5 {
        padding-top: 5px
    }

    .p-sm-top-10 {
        padding-top: 10px
    }

    .p-sm-top-15 {
        padding-top: 15px
    }

    .p-sm-top-20 {
        padding-top: 20px
    }

    .p-sm-top-25 {
        padding-top: 25px
    }

    .p-sm-top-30 {
        padding-top: 30px
    }

    .p-sm-top-35 {
        padding-top: 35px
    }

    .p-sm-top-40 {
        padding-top: 40px
    }

    .p-sm-top-45 {
        padding-top: 45px
    }

    .p-sm-top-50 {
        padding-top: 50px
    }

    .p-sm-bottom-5 {
        padding-bottom: 5px
    }

    .p-sm-bottom-10 {
        padding-bottom: 10px
    }

    .p-sm-bottom-15 {
        padding-bottom: 15px
    }

    .p-sm-bottom-20 {
        padding-bottom: 20px
    }

    .p-sm-bottom-25 {
        padding-bottom: 25px
    }

    .p-sm-bottom-30 {
        padding-bottom: 30px
    }

    .p-sm-bottom-35 {
        padding-bottom: 35px
    }

    .p-sm-bottom-40 {
        padding-bottom: 40px
    }

    .p-sm-bottom-45 {
        padding-bottom: 45px
    }

    .p-sm-bottom-50 {
        padding-bottom: 50px
    }

    .p-sm-left-5 {
        padding-left: 5px
    }

    .p-sm-left-10 {
        padding-left: 10px
    }

    .p-sm-left-15 {
        padding-left: 15px
    }

    .p-sm-left-20 {
        padding-left: 20px
    }

    .p-sm-left-25 {
        padding-left: 25px
    }

    .p-sm-left-30 {
        padding-left: 30px
    }

    .p-sm-left-35 {
        padding-left: 35px
    }

    .p-sm-left-40 {
        padding-left: 40px
    }

    .p-sm-left-45 {
        padding-left: 45px
    }

    .p-sm-left-50 {
        padding-left: 50px
    }

    .p-sm-right-5 {
        padding-right: 5px
    }

    .p-sm-right-10 {
        padding-right: 10px
    }

    .p-sm-right-15 {
        padding-right: 15px
    }

    .p-sm-right-20 {
        padding-right: 20px
    }

    .p-sm-right-25 {
        padding-right: 25px
    }

    .p-sm-right-30 {
        padding-right: 30px
    }

    .p-sm-right-35 {
        padding-right: 35px
    }

    .p-sm-right-40 {
        padding-right: 40px
    }

    .p-sm-right-45 {
        padding-right: 45px
    }

    .p-sm-right-50 {
        padding-right: 50px
    }

    .v-sm-align-t {
        vertical-align: top
    }

    .v-sm-align-m {
        vertical-align: middle
    }

    .v-sm-align-b {
        vertical-align: bottom
    }

    .v-sm-align-bl {
        vertical-align: baseline
    }

    .d-sm-none {
        display: none
    }

    .d-sm-block {
        display: block
    }

    .d-sm-inline {
        display: inline
    }

    .d-sm-inline-b,
    .d-sm-inline-m {
        display: inline-block
    }

    .d-sm-inline-m {
        vertical-align: middle
    }

    .d-sm-t {
        display: table
    }

    .d-sm-t-row {
        display: table-row
    }

    .d-sm-t-cell {
        display: table-cell
    }

    .d-sm-t-col {
        display: table-column
    }

    .w-sm-full {
        width: 100%
    }

    .w-sm-full-i {
        width: 100% !important
    }

    .w-sm-50 {
        width: 50%
    }

    .w-sm-25 {
        width: 25%
    }

    .w-sm-20 {
        width: 20%
    }

    .w-sm-15 {
        width: 15%
    }

    .w-sm-10 {
        width: 10%
    }

    .w-sm-5 {
        width: 5%
    }

    .b-sm-s0 {
        border: 0 solid
    }

    .b-sm-s1 {
        border: 1px solid
    }

    .b-sm-s2 {
        border: 2px solid
    }

    .b-sm-s3 {
        border: 3px solid
    }

    .b-sm-s4 {
        border: 4px solid
    }

    .b-sm-s5 {
        border: 5px solid
    }

    .bt-sm-s0 {
        border-top: 0 solid
    }

    .bt-sm-s1 {
        border-top: 1px solid
    }

    .bt-sm-s2 {
        border-top: 2px solid
    }

    .bt-sm-s3 {
        border-top: 3px solid
    }

    .bt-sm-s4 {
        border-top: 4px solid
    }

    .bt-sm-s5 {
        border-top: 5px solid
    }

    .bb-sm-s0 {
        border-bottom: 0 solid
    }

    .bb-sm-s1 {
        border-bottom: 1px solid
    }

    .bb-sm-s2 {
        border-bottom: 2px solid
    }

    .bb-sm-s3 {
        border-bottom: 3px solid
    }

    .bb-sm-s4 {
        border-bottom: 4px solid
    }

    .bb-sm-s5 {
        border-bottom: 5px solid
    }

    .bl-sm-s0 {
        border-left: 0 solid
    }

    .bl-sm-s1 {
        border-left: 1px solid
    }

    .bl-sm-s2 {
        border-left: 2px solid
    }

    .bl-sm-s3 {
        border-left: 3px solid
    }

    .bl-sm-s4 {
        border-left: 4px solid
    }

    .bl-sm-s5 {
        border-left: 5px solid
    }

    .br-sm-s0 {
        border-right: 0 solid !important
    }

    .br-sm-s1 {
        border-right: 1px solid
    }

    .br-sm-s2 {
        border-right: 2px solid
    }

    .br-sm-s3 {
        border-right: 3px solid
    }

    .br-sm-s4 {
        border-right: 4px solid
    }

    .br-sm-s5 {
        border-right: 5px solid
    }

    .br-sm-0 {
        border-radius: 0
    }

    .br-sm-2 {
        border-radius: 2px
    }

    .br-sm-5 {
        border-radius: 5px
    }

    .br-sm-10 {
        border-radius: 10px
    }

    .br-sm-15 {
        border-radius: 15px
    }

    .br-sm-20 {
        border-radius: 20px
    }

    .br-sm-25 {
        border-radius: 25px
    }

    .br-sm-50p {
        border-radius: 50%
    }

    .br-sm-lt-0 {
        border-top-left-radius: 0
    }

    .br-sm-lt-2 {
        border-top-left-radius: 2px
    }

    .br-sm-lt-5 {
        border-top-left-radius: 5px
    }

    .br-sm-lt-10 {
        border-top-left-radius: 10px
    }

    .br-sm-lt-15 {
        border-top-left-radius: 15px
    }

    .br-sm-lt-20 {
        border-top-left-radius: 20px
    }

    .br-sm-lt-25 {
        border-top-left-radius: 25px
    }

    .br-sm-lt-50p {
        border-top-left-radius: 50%
    }

    .br-sm-rt-0 {
        border-top-right-radius: 0
    }

    .br-sm-rt-2 {
        border-top-right-radius: 2px
    }

    .br-sm-rt-5 {
        border-top-right-radius: 5px
    }

    .br-sm-rt-10 {
        border-top-right-radius: 10px
    }

    .br-sm-rt-15 {
        border-top-right-radius: 15px
    }

    .br-sm-rt-20 {
        border-top-right-radius: 20px
    }

    .br-sm-rt-25 {
        border-top-right-radius: 25px
    }

    .br-sm-rt-50p {
        border-top-right-radius: 50%
    }

    .br-sm-lb-0 {
        border-bottom-left-radius: 0
    }

    .br-sm-lb-2 {
        border-bottom-left-radius: 2px
    }

    .br-sm-lb-5 {
        border-bottom-left-radius: 5px
    }

    .br-sm-lb-10 {
        border-bottom-left-radius: 10px
    }

    .br-sm-lb-15 {
        border-bottom-left-radius: 15px
    }

    .br-sm-lb-20 {
        border-bottom-left-radius: 20px
    }

    .br-sm-lb-25 {
        border-bottom-left-radius: 25px
    }

    .br-sm-lb-50p {
        border-bottom-left-radius: 50%
    }

    .br-sm-rb-0 {
        border-bottom-right-radius: 0
    }

    .br-sm-rb-2 {
        border-bottom-right-radius: 2px
    }

    .br-sm-rb-5 {
        border-bottom-right-radius: 5px
    }

    .br-sm-rb-10 {
        border-bottom-right-radius: 10px
    }

    .br-sm-rb-15 {
        border-bottom-right-radius: 15px
    }

    .br-sm-rb-20 {
        border-bottom-right-radius: 20px
    }

    .br-sm-rb-25 {
        border-bottom-right-radius: 25px
    }

    .br-sm-rb-50p {
        border-bottom-right-radius: 50%
    }

    .short-text-sm {
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        text-overflow: ellipsis
    }

    .pos-sm-absolute {
        position: absolute
    }

    .pos-sm-relative {
        position: relative
    }

    .op-sm-00 {
        opacity: 0
    }

    .op-sm-01 {
        opacity: .1
    }

    .op-sm-02 {
        opacity: .2
    }

    .op-sm-03 {
        opacity: .3
    }

    .op-sm-04 {
        opacity: .4
    }

    .op-sm-05 {
        opacity: .5
    }

    .op-sm-06 {
        opacity: .6
    }

    .op-sm-07 {
        opacity: .7
    }

    .op-sm-08 {
        opacity: .8
    }

    .op-sm-09 {
        opacity: .9
    }

    .op-sm-10 {
        opacity: 1
    }

    .text-center-sm {
        text-align: center
    }

    .text-right-sm {
        text-align: right
    }

    .text-left-sm {
        text-align: left
    }

    .f-sm-left {
        float: left
    }

    .f-sm-right {
        float: right
    }

    .f-sm-none {
        float: none
    }
}

@media (max-width: 768px) {
    .clear-xs {
        clear: both
    }

    .m-xs-none {
        margin: 0
    }

    .m-xs-auto {
        margin: auto
    }

    .m-xs-top-5 {
        margin-top: 5px
    }

    .m-xs-top-10 {
        margin-top: 10px
    }

    .m-xs-top-15 {
        margin-top: 15px
    }

    .m-xs-top-20 {
        margin-top: 20px
    }

    .m-xs-top-25 {
        margin-top: 25px
    }

    .m-xs-top-30 {
        margin-top: 30px
    }

    .m-xs-top-35 {
        margin-top: 35px
    }

    .m-xs-top-40 {
        margin-top: 40px
    }

    .m-xs-top-45 {
        margin-top: 45px
    }

    .m-xs-top-50 {
        margin-top: 50px
    }

    .m-xs-bottom-5 {
        margin-bottom: 5px
    }

    .m-xs-bottom-10 {
        margin-bottom: 10px
    }

    .m-xs-bottom-15 {
        margin-bottom: 15px
    }

    .m-xs-bottom-20 {
        margin-bottom: 20px
    }

    .m-xs-bottom-25 {
        margin-bottom: 25px
    }

    .m-xs-bottom-30 {
        margin-bottom: 30px
    }

    .m-xs-bottom-35 {
        margin-bottom: 35px
    }

    .m-xs-bottom-40 {
        margin-bottom: 40px
    }

    .m-xs-bottom-45 {
        margin-bottom: 45px
    }

    .m-xs-bottom-50 {
        margin-bottom: 50px
    }

    .m-xs-left-5 {
        margin-left: 5px
    }

    .m-xs-left-10 {
        margin-left: 10px
    }

    .m-xs-left-15 {
        margin-left: 15px
    }

    .m-xs-left-20 {
        margin-left: 20px
    }

    .m-xs-left-25 {
        margin-left: 25px
    }

    .m-xs-left-30 {
        margin-left: 30px
    }

    .m-xs-left-35 {
        margin-left: 35px
    }

    .m-xs-left-40 {
        margin-left: 40px
    }

    .m-xs-left-45 {
        margin-left: 45px
    }

    .m-xs-left-50 {
        margin-left: 50px
    }

    .m-xs-right-5 {
        margin-right: 5px
    }

    .m-xs-right-10 {
        margin-right: 10px
    }

    .m-xs-right-15 {
        margin-right: 15px
    }

    .m-xs-right-20 {
        margin-right: 20px
    }

    .m-xs-right-25 {
        margin-right: 25px
    }

    .m-xs-right-30 {
        margin-right: 30px
    }

    .m-xs-right-35 {
        margin-right: 35px
    }

    .m-xs-right-40 {
        margin-right: 40px
    }

    .m-xs-right-45 {
        margin-right: 45px
    }

    .m-xs-right-50 {
        margin-right: 50px
    }

    .p-xs-none {
        padding: 0
    }

    .p-xs-top-5 {
        padding-top: 5px
    }

    .p-xs-top-10 {
        padding-top: 10px
    }

    .p-xs-top-15 {
        padding-top: 15px
    }

    .p-xs-top-20 {
        padding-top: 20px
    }

    .p-xs-top-25 {
        padding-top: 25px
    }

    .p-xs-top-30 {
        padding-top: 30px
    }

    .p-xs-top-35 {
        padding-top: 35px
    }

    .p-xs-top-40 {
        padding-top: 40px
    }

    .p-xs-top-45 {
        padding-top: 45px
    }

    .p-xs-top-50 {
        padding-top: 50px
    }

    .p-xs-bottom-5 {
        padding-bottom: 5px
    }

    .p-xs-bottom-10 {
        padding-bottom: 10px
    }

    .p-xs-bottom-15 {
        padding-bottom: 15px
    }

    .p-xs-bottom-20 {
        padding-bottom: 20px
    }

    .p-xs-bottom-25 {
        padding-bottom: 25px
    }

    .p-xs-bottom-30 {
        padding-bottom: 30px
    }

    .p-xs-bottom-35 {
        padding-bottom: 35px
    }

    .p-xs-bottom-40 {
        padding-bottom: 40px
    }

    .p-xs-bottom-45 {
        padding-bottom: 45px
    }

    .p-xs-bottom-50 {
        padding-bottom: 50px
    }

    .p-xs-left-5 {
        padding-left: 5px
    }

    .p-xs-left-10 {
        padding-left: 10px
    }

    .p-xs-left-15 {
        padding-left: 15px
    }

    .p-xs-left-20 {
        padding-left: 20px
    }

    .p-xs-left-25 {
        padding-left: 25px
    }

    .p-xs-left-30 {
        padding-left: 30px
    }

    .p-xs-left-35 {
        padding-left: 35px
    }

    .p-xs-left-40 {
        padding-left: 40px
    }

    .p-xs-left-45 {
        padding-left: 45px
    }

    .p-xs-left-50 {
        padding-left: 50px
    }

    .p-xs-right-5 {
        padding-right: 5px
    }

    .p-xs-right-10 {
        padding-right: 10px
    }

    .p-xs-right-15 {
        padding-right: 15px
    }

    .p-xs-right-20 {
        padding-right: 20px
    }

    .p-xs-right-25 {
        padding-right: 25px
    }

    .p-xs-right-30 {
        padding-right: 30px
    }

    .p-xs-right-35 {
        padding-right: 35px
    }

    .p-xs-right-40 {
        padding-right: 40px
    }

    .p-xs-right-45 {
        padding-right: 45px
    }

    .p-xs-right-50 {
        padding-right: 50px
    }

    .v-xs-align-t {
        vertical-align: top
    }

    .v-xs-align-m {
        vertical-align: middle
    }

    .v-xs-align-b {
        vertical-align: bottom
    }

    .v-xs-align-bl {
        vertical-align: baseline
    }

    .d-xs-none {
        display: none
    }

    .d-xs-block {
        display: block
    }

    .d-xs-inline {
        display: inline
    }

    .d-xs-inline-b,
    .d-xs-inline-m {
        display: inline-block
    }

    .d-xs-inline-m {
        vertical-align: middle
    }

    .d-xs-t {
        display: table
    }

    .d-xs-t-row {
        display: table-row
    }

    .d-xs-t-cell {
        display: table-cell
    }

    .d-xs-t-col {
        display: table-column
    }

    .w-xs-full {
        width: 100%
    }

    .w-xs-full-i {
        width: 100% !important
    }

    .w-xs-50 {
        width: 50%
    }

    .w-xs-33 {
        width: 33.33%
    }

    .w-xs-25 {
        width: 25%
    }

    .w-xs-20 {
        width: 20%
    }

    .w-xs-15 {
        width: 15%
    }

    .w-xs-10 {
        width: 10%
    }

    .w-xs-5 {
        width: 5%
    }

    .b-xs-s0 {
        border: 0 solid
    }

    .b-xs-s1 {
        border: 1px solid
    }

    .b-xs-s2 {
        border: 2px solid
    }

    .b-xs-s3 {
        border: 3px solid
    }

    .b-xs-s4 {
        border: 4px solid
    }

    .b-xs-s5 {
        border: 5px solid
    }

    .bt-xs-s0 {
        border-top: 0 solid
    }

    .bt-xs-s1 {
        border-top: 1px solid
    }

    .bt-xs-s2 {
        border-top: 2px solid
    }

    .bt-xs-s3 {
        border-top: 3px solid
    }

    .bt-xs-s4 {
        border-top: 4px solid
    }

    .bt-xs-s5 {
        border-top: 5px solid
    }

    .bb-xs-s0 {
        border-bottom: 0 solid
    }

    .bb-xs-s1 {
        border-bottom: 1px solid
    }

    .bb-xs-s2 {
        border-bottom: 2px solid
    }

    .bb-xs-s3 {
        border-bottom: 3px solid
    }

    .bb-xs-s4 {
        border-bottom: 4px solid
    }

    .bb-xs-s5 {
        border-bottom: 5px solid
    }

    .bl-xs-s0 {
        border-left: 0 solid
    }

    .bl-xs-s1 {
        border-left: 1px solid
    }

    .bl-xs-s2 {
        border-left: 2px solid
    }

    .bl-xs-s3 {
        border-left: 3px solid
    }

    .bl-xs-s4 {
        border-left: 4px solid
    }

    .bl-xs-s5 {
        border-left: 5px solid
    }

    .br-xs-s0 {
        border-right: 0 solid !important
    }

    .br-xs-s1 {
        border-right: 1px solid
    }

    .br-xs-s2 {
        border-right: 2px solid
    }

    .br-xs-s3 {
        border-right: 3px solid
    }

    .br-xs-s4 {
        border-right: 4px solid
    }

    .br-xs-s5 {
        border-right: 5px solid
    }

    .br-xs-0 {
        border-radius: 0
    }

    .br-xs-2 {
        border-radius: 2px
    }

    .br-xs-5 {
        border-radius: 5px
    }

    .br-xs-10 {
        border-radius: 10px
    }

    .br-xs-15 {
        border-radius: 15px
    }

    .br-xs-20 {
        border-radius: 20px
    }

    .br-xs-25 {
        border-radius: 25px
    }

    .br-xs-50p {
        border-radius: 50%
    }

    .br-xs-lt-0 {
        border-top-left-radius: 0
    }

    .br-xs-lt-2 {
        border-top-left-radius: 2px
    }

    .br-xs-lt-5 {
        border-top-left-radius: 5px
    }

    .br-xs-lt-10 {
        border-top-left-radius: 10px
    }

    .br-xs-lt-15 {
        border-top-left-radius: 15px
    }

    .br-xs-lt-20 {
        border-top-left-radius: 20px
    }

    .br-xs-lt-25 {
        border-top-left-radius: 25px
    }

    .br-xs-lt-50p {
        border-top-left-radius: 50%
    }

    .br-xs-rt-0 {
        border-top-right-radius: 0
    }

    .br-xs-rt-2 {
        border-top-right-radius: 2px
    }

    .br-xs-rt-5 {
        border-top-right-radius: 5px
    }

    .br-xs-rt-10 {
        border-top-right-radius: 10px
    }

    .br-xs-rt-15 {
        border-top-right-radius: 15px
    }

    .br-xs-rt-20 {
        border-top-right-radius: 20px
    }

    .br-xs-rt-25 {
        border-top-right-radius: 25px
    }

    .br-xs-rt-50p {
        border-top-right-radius: 50%
    }

    .br-xs-lb-0 {
        border-bottom-left-radius: 0
    }

    .br-xs-lb-2 {
        border-bottom-left-radius: 2px
    }

    .br-xs-lb-5 {
        border-bottom-left-radius: 5px
    }

    .br-xs-lb-10 {
        border-bottom-left-radius: 10px
    }

    .br-xs-lb-15 {
        border-bottom-left-radius: 15px
    }

    .br-xs-lb-20 {
        border-bottom-left-radius: 20px
    }

    .br-xs-lb-25 {
        border-bottom-left-radius: 25px
    }

    .br-xs-lb-50p {
        border-bottom-left-radius: 50%
    }

    .br-xs-rb-0 {
        border-bottom-right-radius: 0
    }

    .br-xs-rb-2 {
        border-bottom-right-radius: 2px
    }

    .br-xs-rb-5 {
        border-bottom-right-radius: 5px
    }

    .br-xs-rb-10 {
        border-bottom-right-radius: 10px
    }

    .br-xs-rb-15 {
        border-bottom-right-radius: 15px
    }

    .br-xs-rb-20 {
        border-bottom-right-radius: 20px
    }

    .br-xs-rb-25 {
        border-bottom-right-radius: 25px
    }

    .br-xs-rb-50p {
        border-bottom-right-radius: 50%
    }

    .short-text-xs {
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        text-overflow: ellipsis
    }

    .pos-xs-absolute {
        position: absolute
    }

    .pos-xs-relative {
        position: relative
    }

    .op-xs-00 {
        opacity: 0
    }

    .op-xs-01 {
        opacity: .1
    }

    .op-xs-02 {
        opacity: .2
    }

    .op-xs-03 {
        opacity: .3
    }

    .op-xs-04 {
        opacity: .4
    }

    .op-xs-05 {
        opacity: .5
    }

    .op-xs-06 {
        opacity: .6
    }

    .op-xs-07 {
        opacity: .7
    }

    .op-xs-08 {
        opacity: .8
    }

    .op-xs-09 {
        opacity: .9
    }

    .op-xs-10 {
        opacity: 1
    }

    .text-center-xs {
        text-align: center !important
    }

    .text-right-xs {
        text-align: right
    }

    .text-left-xs {
        text-align: left
    }

    .f-xs-left {
        float: left
    }

    .f-xs-right {
        float: right
    }

    .f-xs-none {
        float: none
    }
}

@-webkit-keyframes ministorm {

    0%,
    100% {
        -webkit-tranform: rotate(0)
    }

    30% {
        -webkit-transform: rotate(8deg)
    }

    70% {
        -webkit-transform: rotate(-8deg)
    }
}

@keyframes ministorm {

    0%,
    100% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    30% {
        -moz-transform: rotate(8deg);
        -o-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    70% {
        -moz-transform: rotate(-8deg);
        -o-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
}

@keyframes wicket {
    0% {
        -moz-transform: rotate3d(1, 0, 0, 90deg);
        -o-transform: rotate3d(1, 0, 0, 90deg);
        -ms-transform: rotate3d(1, 0, 0, 90deg);
        transform: rotate3d(1, 0, 0, 90deg)
    }

    70% {
        -moz-transform: rotate3d(1, 0, 0, -30deg);
        -o-transform: rotate3d(1, 0, 0, -30deg);
        -ms-transform: rotate3d(1, 0, 0, -30deg);
        transform: rotate3d(1, 0, 0, -30deg)
    }

    100% {
        -moz-transform: rotate3d(1, 0, 0, 0deg);
        -o-transform: rotate3d(1, 0, 0, 0deg);
        -ms-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg)
    }
}

@-webkit-keyframes wicket {
    0% {
        -webkit-transform: rotate3d(1, 0, 0, 90deg) translate3d(0, 0, 1px)
    }

    70% {
        -webkit-transform: rotate3d(1, 0, 0, -30deg) translate3d(0, 0, 1px)
    }

    100% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg) translate3d(0, 0, 1px)
    }
}

@keyframes wicketout {
    0% {
        -moz-transform: rotate3d(1, 0, 0, 0deg);
        -o-transform: rotate3d(1, 0, 0, 0deg);
        -ms-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg)
    }

    30% {
        -moz-transform: rotate3d(1, 0, 0, -30deg);
        -o-transform: rotate3d(1, 0, 0, -30deg);
        -ms-transform: rotate3d(1, 0, 0, -30deg);
        transform: rotate3d(1, 0, 0, -30deg)
    }

    100% {
        -moz-transform: rotate3d(1, 0, 0, 90deg);
        -o-transform: rotate3d(1, 0, 0, 90deg);
        -ms-transform: rotate3d(1, 0, 0, 90deg);
        transform: rotate3d(1, 0, 0, 90deg)
    }
}

@-webkit-keyframes wicketout {
    0% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg) translate3d(0, 0, 1px)
    }

    30% {
        -webkit-transform: rotate3d(1, 0, 0, -30deg) translate3d(0, 0, 1px)
    }

    100% {
        -webkit-transform: rotate3d(1, 0, 0, 90deg) translate3d(0, 0, 1px)
    }
}

@-webkit-keyframes sizejump {

    0%,
    100% {
        -webkit-transform: scaleX(1)
    }

    50% {
        -webkit-transform: scaleX(1.1)
    }
}

@keyframes sizejump {

    0%,
    100% {
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -moz-transform: scaleX(1.1);
        -o-transform: scaleX(1.1);
        -ms-transform: scaleX(1.1);
        transform: scaleX(1.1)
    }
}

@-webkit-keyframes jump {

    0%,
    100% {
        -webkit-transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-5px)
    }
}

@keyframes jump {

    0%,
    100% {
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -moz-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

[class*=animate-] {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}

.tr-all-hover,
[class*=animate-].fast {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.tr-all-long-hover,
[class*=animate-].long {
    -webkit-transition: all 1.1s ease;
    -moz-transition: all 1.1s ease;
    -o-transition: all 1.1s ease;
    transition: all 1.1s ease
}

.animate-fade,
[class*=animate-ft] {
    opacity: 0;
    visibility: hidden
}

.animate-vertical-finished[class*=animate-ft] {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.long[class*=animate_],
.tr-all-long-hover {
    -webkit-transition: all 1.1s ease;
    -moz-transition: all 1.1s ease;
    -o-transition: all 1.1s ease;
    transition: all 1.1s ease
}

.fz-18 {
    font-size: 18px
}

.spacing-100 {
    letter-spacing: .1em;
}

[id*='copyright-'] {
    text-align: center;
    letter-spacing: .1em;
    font-size: 13px;
    max-width: 50%;
    margin: auto auto 20px;
}

#copyright-light {
    color: #fff;
}

#copyright-dark {
    color: #404040;
}

#copyright-light.footer-logo-line .footer-logo a:before,
#copyright-light.footer-logo-line .footer-logo a:after {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

#copyright-dark.footer-logo-line .footer-logo a:before,
#copyright-dark.footer-logo-line .footer-logo a:after {
    border-top: 1px solid #404040;
}

.footer-logo-line .footer-logo {
    overflow: hidden;
}

.footer-logo-line .footer-logo a:before {
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    margin: auto 20px auto 0;
    position: absolute;
    right: 100%;
    top: 0;
    width: 2000px;
    z-index: 1;
}

.footer-logo-line .footer-logo a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 2000px;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 20px;
    height: 1px;
}

.footer-logo .sub-description {
    line-height: 28px;
    padding-top: 28px;
}

.footer-logo-line .footer-logo a:after {
    margin-left: 20px;
    margin-right: 0;
    left: 100%;
    right: auto;
}

.footer-logo-line .footer-logo a {
    position: relative;
    display: inline-block;
}

.copyright {
    color: #fff;
    background-color: #404040;
}

.clo {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    max-height: 22px;
    display: inline;
    margin-top: 8px;
    margin-left: 5px;
}

/* TEMPLATE CSS */
* {
    box-sizing: border-box
}

:before,
:after {
    box-sizing: border-box
}

html {
    font-size: 10px
}

body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: auto
}

.gyt-template {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: auto
}

a {
    text-decoration: none;
    transition: color .3s
}

a:hover {
    text-decoration: none
}

a:focus {
    outline: none
}

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

.icon {
    position: relative;
    top: 1px
}

.icon-cat {
    position: relative;
    top: 3px
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.shadow {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .10)
}

.shadow-2 {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .5)
}

.btn-block {
    display: block;
    width: 100%
}

.btn {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 8px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

h3.line {
    background-image: linear-gradient(to right, #ddd 50%, transparent 50%);
    background-position: 0 55%;
    background-repeat: repeat-x;
    background-size: 200% 1px;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    text-transform: none
}

h3.line span {
    padding: 0 .5em 0 0;
    text-transform: uppercase
}

.quote {
    border: medium none !important;
    position: relative;
    margin: 0
}

.quote p {
    padding-left: 30px;
    position: relative;
    top: 15px;
    font-size: 14px
}

.quote::before {
    color: #eeeeee;
    content: "\e093";
    font-family: "simple-line-icons";
    font-size: 42px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 48px;
    left: 0;
    line-height: 48px;
    position: absolute;
    top: 0;
    width: 48px
}

.list-inline {
    margin-left: -5px
}

.list-inline,
.list-unstyled {
    list-style: outside none none;
    padding-left: 0
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.cp {
    cursor: pointer
}

.f14 {
    font-size: 14px
}

.color-red,
.hover-red:hover {
    color: red
}

.bg-grey {
    background-color: #e9e9e9
}

.bg-grey-light {
    background-color: #ecf0f1
}

.bg-tpl {
    background-color: #fafbfb
}

hr {
    border-color: #dddddd !important
}

.fldesigns-tabs>ul>li input,
.fldesigns-tabs>ul>li textarea {
    background: #eaeaea
}

#tpl-header {
    position: relative;
    z-index: 999
}

.top-header {
    background-color: #e9e9e9;
    letter-spacing: .7px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid #d0d0d0;
    border-top: 3px solid
}

.top-header .top-links {
    display: block;
    padding: 0;
    margin: 3px 0;
    color: #333
}

.top-header .top-links a {
    color: #333;
    cursor: pointer
}

.top-header .top-links li {
    font-size: 14px;
    padding: 0 5px 0 9px;
    line-height: 25px;
    border-left: 1px solid #d0d0d0;
    display: inline
}

.top-header .top-links li:first-of-type {
    border-left: none
}

.top-header .top-links .slogan {
    font-weight: 400
}

.mid-header .mid-header-content {
    background: url(https://alphathermotec.de/images/ebay-neu/bilder/heizkoerper.webp);
    background-size: cover;
    padding: 30px 0;
    color: #757575;
    background-repeat: no-repeat;
    background-position: center center;
}

.mid-header .mid-header-content:after {
    clear: both;
    display: table;
    content: ''
}

.mid-header .mid-header-content-logo {
    max-height: 135px;
    width: auto;
    margin-left: 0;
    margin-right: auto
}

.mid-header .glyphicon-item {
    height: 100px;
    padding: 20px;
    border: 2px solid
}

.mid-header .mid-header-content .glyphicon-item:hover {
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.12)
}

.mid-header .mid-header-content .glyphicon-item:hover i {
    transform: scale(1.2)
}

.mid-header .mid-header-content .glyphicon-item i[class^="icon-"] {
    font-size: 45px
}

.mid-header .mid-header-content .glyphicon-item dl {
    margin-bottom: 0
}

.mid-header .mid-header-content .glyphicon-item dl dt {
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 3px
}

.mid-header .mid-header-content .glyphicon-item dl dd {
    font-size: 1em;
    line-height: 1em;
    margin: 0
}

.mid-header .mid-header-content .vc-child:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.top-menu-default .container {
    position: relative
}

.product-info-box .table-responsive {
    border: none
}

.product-info-table tr td:nth-child(1) {
    font-weight: 400
}

.product-info-table tr td:nth-child(2) {
    text-align: right
}

.product-info-table tr td {
    border-top: 0 solid !important;
    font-size: .85em;
    padding: 5px 0 !important
}

.price-wrapper .product-price {
    font-size: 3.5em
}

.price-wrapper .product-taxinfo {
    font-size: 12px;
    color: #707070;
    margin-top: -20px;
    text-align: right
}

.variations .label {
    border: 1px solid #707070;
    border-radius: 2px !important;
    color: #4a4a4a;
    cursor: default;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 2px;
    padding: 5px 8px;
    transition: all .5s ease 0
}

.ebay-buttons {
    padding-top: 10px;
    padding-bottom: 10px
}

.tpl-btn {
    transition: background .25s ease-in-out;
    text-decoration: none;
    min-width: 110px;
    border: 1px solid;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 15px;
    cursor: pointer
}

.tpl-btn i {
    color: rgba(255, 255, 255, 0.75);
    margin-right: 10px
}

.tpl-btn.default {
    color: rgba(255, 255, 255, 0.85);
    padding: 10px 15px
}

.tpl-btn.default:hover {
    border: 1px solid #707070;
    background-color: #707070;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06)
}

.tpl-btn.grey {
    background-color: #707070;
    border-color: #707070;
    color: rgba(255, 255, 255, 0.85);
    padding: 10px 15px
}

.tpl-btn.grey:hover {
    border: 1px solid;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06)
}

.tpl-btn.white {
    color: #4a4a4a;
    padding: 10px 15px
}

.tpl-btn.white:hover {
    border: 1px solid;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06)
}

.tpl-btn.dark-trans {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
    padding: 10px 15px
}

.tpl-btn.dark-trans:hover {
    border: 1px solid rgba(255, 255, 255, 0.75);
    background-color: rgba(255, 255, 255, 0.75);
    color: rgba(0, 0, 0, 1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06)
}

.tpl-btn.dark-trans:hover i {
    color: rgba(0, 0, 0, 1)
}

.tpl-btn.light-trans {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, .7);
    padding: 10px 15px
}

.tpl-btn.light-trans:hover {
    border: 1px solid rgba(0, 0, 0, 0.75);
    background-color: rgba(0, 0, 0, 0.75);
    color: rgba(255, 255, 255, .7);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06)
}

.tpl-btn.light-trans i {
    color: rgba(0, 0, 0, .7)
}

.tpl-btn.light-trans:hover i {
    color: rgba(255, 255, 255, .7)
}

.tpl-btn.icon-only {
    max-width: 30px;
    padding: 10px 15px
}

.tpl-btn.icon-only i {
    color: #4a4a4a
}

.tpl-btn.icon-only i:hover {
    color: #d0d0d0
}

.tpl-btn.icon-only:hover {
    background-color: #4a4a4a;
    color: #d0d0d0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06)
}

.info-block {
    padding-left: 80px
}

.info-block i[class^="fa "] {
    line-height: inherit
}

.info-block .icon-wrap {
    margin-left: -80px
}

.icon-wrap {
    width: 60px;
    height: 60px;
    font-size: 26px
}

.info-block:hover .icon-wrap {
    animation: jump .4s ease;
    background-color: #ecf0f1
}

.vc-child::after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.call-to-action {
    padding: 30px
}

.wrapper {
    overflow: hidden
}

.banner:hover {
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.5)
}

.banner-caption {
    height: 100%;
    position: absolute;
    top: 0;
    width: 200px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.30)
}

.banner:hover .banner-caption {
    background-color: rgba(255, 255, 255, 0.30)
}

.banner:hover .banner-caption .text-block span {
    color: #404040 !important
}

.banner-caption.capt-left {
    left: 0
}

.banner-caption.capt-right {
    right: 0
}

.banner-caption:hover {
    background-color: rgba(000, 000, 000, 0.10)
}

.banner-caption .let-s {
    letter-spacing: 1px
}

.banner-caption .centered-db {
    margin-left: auto;
    margin-right: auto
}

.banner-title {
    font-size: 2.28em;
    line-height: 1em;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none
}

@media (max-width: 360px) {
    .banner-title {
        font-size: 1.8em;
        line-height: 1em
    }
}

[class*='banner-btn-'] {
    position: absolute;
    bottom: 5px
}

.banner-btn-left {
    left: 25px
}

.banner-btn-right {
    right: 25px
}

.divider-type-2 {
    border-bottom: 2px solid rgba(50, 58, 69, 0.1);
    border-color: rgba(50, 58, 69, 0.1);
    width: 58px
}

.bg-prime[class*="button-type-"],
.bg-dark[class*="button_-type-"]:hover {
    box-shadow: 0 2px 0 #000000
}

.gyt-template [class*="button-type"]:not(.bg-tr) {
    position: relative;
    box-shadow: 0 2px 0 #bdc3c7
}

.fast[class*="animate-"],
.tr-all-hover {
    transition: all .4s ease
}

.gyt-template .button-type-4,
.button-type-8 {
    padding: 8px 15px;
    min-width: 123px
}

.gyt-template [class*="button-type-"]:not(.bg-tr):hover,
[class*="button-type-"].bg-dark {
    box-shadow: 0 2px 0 #2c3e50
}

.gyt-template [class*="button-type_"].bg-prime,
.gyt-template [class*="button-type-"].bg-dark:hover {
    box-shadow: 0 2px 0 #000000
}

.specials-item .thumbholder {
    width: 215px;
    height: 215px;
    margin: 0 auto 20px;
    padding: 5px
}

.specials-item .thumbholder a {
    display: table-cell;
    vertical-align: middle;
    width: 205px;
    height: 205px
}

.specials-item .thumbholder a img {
    max-height: 205px;
    width: auto;
    margin: auto;
}

.specials-item .price {
    font-size: 1.5em
}

@media (max-width: 767px) {

    .specials-item .thumbholder,
    .specials-item .thumbholder a {
        width: 100%;
        height: auto
    }
}

.wrapper {
    overflow: hidden
}

.animate-ftb {
    transform: translateY(-35%)
}

.xselling .widget:hover {
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.12)
}

.thumbholder a:hover img {
    transform: scale(1.2)
}

.widget figcaption {
    padding: 10px 15px;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.widget figcaption h3 {
    margin: 0;
    font-weight: 300
}

.widget-content {
    padding: 23px 20px 25px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    word-wrap: break-word;
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.categories-list {
    margin-top: -7px
}

.categories-list a {
    padding: 7px 25px 7px 0 !important;
    border-bottom: 1px solid #ecf0f1;
    word-break: keep-all;
    margin-left: 15px;
    color: #292f38
}

.categories-list>li:before,
.categories-list ul>li:before {
    content: "\e606";
    font-family: 'simple-line-icons';
    margin-top: 11px;
    float: left;
    font-size: 10px
}

.categories-list .qty-badge {
    text-align: center;
    font-size: .8em;
    font-style: italic
}

.categories-list a {
    text-decoration: none;
    transition: all .2s linear
}

.categories-list>li:last-child>a {
    border: none
}

.categories-list a>span {
    display: block;
    width: 23px;
    height: 23px;
    line-height: 23px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11.5px
}

.icon-block li {
    float: left;
    width: 50%;
    text-align: center;
    padding: 5px
}

@media (max-width: 768px) {
    .icon-block li {
        width: 20%
    }
}

@media (max-width: 360px) {
    .icon-block li {
        width: 25%
    }
}

.icon-block li img {
    margin: auto;
    text-align: center;
    opacity: 1;
    width: 100%
}

.icon-block li img:hover {
    opacity: .5;
    transition: all .5s ease 0
}

.topseller .img-wrapper {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 10px;
    display: table
}

.topseller .img-wrapper>.img-holder {
    width: 80px;
    height: 80px;
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.topseller .img-wrapper>.img-holder>a {
    max-width: 80px;
    max-height: 80px
}

.topseller .img-wrapper>.img-holder>a>img {
    max-height: 80px;
    max-width: 80px;
    height: auto
}

.topseller .product-wrapper {
    border-bottom: 1px solid #ecf0f1
}

.topseller .product-wrapper:last-of-type {
    border-bottom: 0 solid #ecf0f1
}

.topseller .product-wrapper a {
    text-decoration: none;
    transition: all .2s linear;
    font-size: 14px;
    font-weight: normal !important
}

.footer {
    color: #777;
    background-color: #fff;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.15);
    border-top: 5px solid
}

.footer h3.footer-line {
    background-image: -webkit-linear-gradient(left, rgba(208, 208, 208, 1) 50%, transparent 50%);
    background-image: -o-linear-gradient(left, rgba(208, 208, 208, 1) 50%, transparent 50%);
    background-image: linear-gradient(to right, rgba(208, 208, 208, 1) 50%, transparent 50%);
    background-position: 0 55%;
    background-repeat: repeat-x;
    background-size: 200% 1px;
    text-transform: uppercase;
    font-weight: 400
}

.footer h3.footer-line span {
    padding: 0 .5em 0 0
}

.footer a {
    transition: linear .2s all;
    cursor: pointer
}

.footer .c-info-list {
    word-break: break-all;
    font-size: 14px
}

.footer .c-info-list .contact-e {
    padding-left: 35px;
    margin-bottom: 10px;
    display: block
}

.footer .c-info-list i {
    margin-right: 0;
    font-size: 18px
}

.footer .vertical-list {
    margin-top: -12px;
    font-size: 14px
}

.footer .vertical-list li a {
    display: block;
    padding: 8px 0;
    border-top: 1px solid #d0d0d0;
    position: relative
}

.footer .vertical-list li:first-child a {
    border: none
}

.footer .vertical-list li a i[class^="icon-"] {
    position: absolute;
    right: 0;
    top: 40%;
    font-size: 10px
}

.copyright {
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.15)
}

@media screen and (max-width: 768px) {
    .hidden-768 {
        display: none
    }

    .glyphicon-item {
        margin-top: 20px
    }

    .mid-header .mid-header-content .glyphicon-item i[class^="icon-"] {
        font-size: 40px
    }
}

@media screen and (max-width: 480px) {
    .hidden-480 {
        display: none
    }

    #tpl-header {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25)
    }

    .product-description h1 {
        font-size: 18px
    }

    .header-content-logo {
        margin: 0 auto
    }

    .tpl-tabs label {
        width: 100%
    }

    .tpl-product-table span {
        width: 100%;
        border-right: 1px solid #f7f7f7;
        border-left: 1px solid #f7f7f7
    }

    .tpl-product-table li p {
        border-left: 1px solid #f7f7f7
    }
}

.fldesigns-menu {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative
}

.fldesigns-menu:before,
.fldesigns-menu ul,
.fldesigns-menu li,
.fldesigns-menu div,
.fldesigns-menu a,
.fldesigns-menu label,
.fldesigns-menu input,
.fldesigns-menu textarea {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    list-style: none
}

.fldesigns-menu a {
    cursor: pointer;
    text-transform: uppercase
}

.fldesigns-menu i {
    font-size: 20px;
    vertical-align: inherit
}

.fldesigns-menu.fld-full-width {
    display: block
}

.fldesigns-menu.fld-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.fldesigns-menu.fld-fixed.fld-position-left {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto
}

.fldesigns-menu.fld-fixed.fld-position-right {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0
}

.fldesigns-menu.fld-fixed.fld-position-bottom {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0
}

.fldesigns-menu>li {
    display: block;
    float: left
}

.fldesigns-menu>li.fld-right-item {
    margin-right: 0;
    float: right
}

.fldesigns-menu>li>a {
    padding: 0 20px;
    line-height: 62px;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .2s linear
}

@media (max-width: 768px) {
    .fldesigns-menu>li>a {
        line-height: 50px
    }
}

.fldesigns-menu>li>ul>li>a {
    font-size: 16px
}

.fldesigns-menu li {
    position: relative;
    cursor: default
}

.fldesigns-menu li>a {
    text-decoration: none;
    display: block
}

.fldesigns-menu li>ul,
.fldesigns-menu li>div {
    z-index: 1
}

.fldesigns-menu.fld-position-left>li,
.fldesigns-menu.fld-position-right>li {
    position: relative !important
}

.fldesigns-menu.fld-position-left>li,
.fldesigns-menu.fld-position-right>li,
.fldesigns-menu.fld-position-left>li.fld-logo,
.fldesigns-menu.fld-position-right>li.fld-logo {
    float: none
}

.fldesigns-menu.fld-position-left>li>a .fld-caret,
.fldesigns-menu.fld-position-right>li>a .fld-caret {
    float: right
}

.fldesigns-menu .fa {
    line-height: inherit
}

.fldesigns-menu .fld-caret {
    letter-spacing: 0;
    float: right;
    margin-left: 15px
}

.fldesigns-menu>li>a .fld-caret {
    float: none
}

.fldesigns-menu .fld-single-icon {
    letter-spacing: 0
}

.fldesigns-menu:after {
    content: '';
    display: block;
    clear: both
}

.fldesigns-menu>li.fld-logo {
    float: left;
    margin-left: 0;
    font-size: 1.5em;
    padding-left: 10px;
    padding-top: 15px;
    height: 62px
}

.fldesigns-menu>li.fld-logo a {
    padding: 0;
    line-height: 0
}

.fldesigns-menu>li.fld-logo img {
    max-width: 100%;
    max-height: 100%;
    border: none
}

@media (min-width: 769px) {
    .fldesigns-menu>li.fld-logo {
        display: none
    }
}

.fldesigns-menu.fld-effect-fade>li>div,
.fldesigns-menu.fld-effect-fade li>ul {
    display: block;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s linear 0
}

.fldesigns-menu.fld-effect-fade>li:hover>div,
.fldesigns-menu.fld-effect-fade li:hover>ul {
    visibility: visible;
    opacity: 1 !important;
    transition: opacity .4s ease
}

.fldesigns-menu.fld-effect-slide-top>li>div,
.fldesigns-menu.fld-effect-slide-top li>ul {
    transform: translateY(50px)
}

.fldesigns-menu.fld-effect-slide-bottom>li>div,
.fldesigns-menu.fld-effect-slide-bottom li>ul {
    transform: translateY(-50px)
}

.fldesigns-menu.fld-effect-slide-left>li>div,
.fldesigns-menu.fld-effect-slide-left li>ul {
    transform: translateX(50px)
}

.fldesigns-menu.fld-effect-slide-right>li>div,
.fldesigns-menu.fld-effect-slide-right li>ul {
    transform: translateX(-50px)
}

.fldesigns-menu.fld-effect-slide-top>li>div,
.fldesigns-menu.fld-effect-slide-bottom>li>div,
.fldesigns-menu.fld-effect-slide-left>li>div,
.fldesigns-menu.fld-effect-slide-right>li>div,
.fldesigns-menu.fld-effect-slide-top li>ul,
.fldesigns-menu.fld-effect-slide-bottom li>ul,
.fldesigns-menu.fld-effect-slide-left li>ul,
.fldesigns-menu.fld-effect-slide-right li>ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s ease, visibility .4s linear 0s, -webkit-transform .4s ease
}

.fldesigns-menu.fld-effect-slide-top>li:hover>div,
.fldesigns-menu.fld-effect-slide-bottom>li:hover>div,
.fldesigns-menu.fld-effect-slide-left>li:hover>div,
.fldesigns-menu.fld-effect-slide-right>li:hover>div,
.fldesigns-menu.fld-effect-slide-top li:hover>ul,
.fldesigns-menu.fld-effect-slide-bottom li:hover>ul,
.fldesigns-menu.fld-effect-slide-left li:hover>ul,
.fldesigns-menu.fld-effect-slide-right li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0);
    transition: opacity .4s ease, -webkit-transform .4s ease
}

.fldesigns-menu ul,
.fldesigns-menu div.fld-multi-column {
    position: absolute;
    display: none;
    box-shadow: 0 2px 5px -2px #000000
}

.fldesigns-menu ul>li a {
    padding: 10px 20px;
    line-height: 25px
}

.dropdown.sub-menu:before {
    content: "\e603";
    font-family: "simple-line-icons";
    margin-right: 25px;
    margin-left: 15px;
    float: left;
    margin-top: 7px
}

.dropdown.sub-menu>a {
    margin-left: 40px;
    word-break: normal;
    font-size: 14px;
    line-height: 20px
}

.fldesigns-menu>li>ul,
.fldesigns-menu>li>div.fld-multi-column {
    top: 100%;
    left: 0
}

.fldesigns-menu>li>ul ul,
.fldesigns-menu>li>div.fld-multi-column ul {
    top: 0;
    left: 100%
}

.fldesigns-menu>li>ul ul.fld-drop-left,
.fldesigns-menu>li>div.fld-multi-column ul.fld-drop-left {
    left: auto;
    right: 100%
}

.fldesigns-menu.fld-position-bottom>li>ul,
.fldesigns-menu.fld-position-bottom>li>div.fld-multi-column {
    top: auto;
    bottom: 100%;
    left: 0
}

.fldesigns-menu.fld-position-bottom>li>ul ul,
.fldesigns-menu.fld-position-bottom>li>div.fld-multi-column ul {
    top: auto;
    bottom: 0;
    left: 100%
}

.fldesigns-menu.fld-position-bottom>li>ul ul.fld-drop-left,
.fldesigns-menu.fld-position-bottom>li>div.fld-multi-column ul.fld-drop-left {
    left: -100%
}

.fldesigns-menu.fld-position-left>li>ul,
.fldesigns-menu.fld-position-left>li>div.fld-multi-column {
    top: 0;
    left: 100%
}

.fldesigns-menu.fld-position-left>li>ul ul.fld-drop-left,
.fldesigns-menu.fld-position-left>li>div.fld-multi-column ul.fld-drop-left {
    top: 0;
    left: 100%
}

.fldesigns-menu.fld-position-right>li>ul,
.fldesigns-menu.fld-position-right>li>div.fld-multi-column {
    top: 0;
    left: auto;
    right: 100%
}

.fldesigns-menu.fld-position-right>li>ul ul.fld-drop-left,
.fldesigns-menu.fld-position-right>li>div.fld-multi-column ul.fld-drop-left {
    top: 0;
    left: auto;
    right: 100%
}

.fldesigns-menu.fld-position-right>li>ul ul,
.fldesigns-menu.fld-position-right>li>div.fld-multi-column>ul ul {
    top: 0;
    left: auto;
    right: 100%
}

.fldesigns-menu li:hover>ul,
.fldesigns-menu li:hover>div.fld-multi-column,
.fldesigns-menu li:hover>div.fld-multi-column>ul {
    display: block
}

.fldesigns-menu li>div.fld-multi-column>ul,
.fldesigns-menu.fld-position-bottom li>div.fld-multi-column>ul {
    left: 0;
    float: left
}

.fldesigns-menu>li>div.fld-multi-column>ul {
    position: relative;
    display: inline-block
}

.fldesigns-menu>li.fld-right-align>ul,
.fldesigns-menu>li.fld-right-align>div.fld-multi-column {
    left: auto;
    right: 0
}

.fldesigns-menu.fld-position-left>li.fld-right-align>ul,
.fldesigns-menu.fld-position-left>li.fld-right-align>div.fld-multi-column {
    left: 100%;
    right: auto
}

.fldesigns-menu>li.fld-content-full {
    position: static
}

.fldesigns-menu>li.fld-content-full>div {
    width: 100%
}

.fldesigns-menu>li.fld-content>div,
.fldesigns-menu>li.fld-content-full>div {
    position: absolute;
    display: none;
    left: 0;
    padding: 15px;
    color: #354A5F
}

.fldesigns-menu>li.fld-content>div ul,
.fldesigns-menu>li.fld-content-full>div ul {
    display: block;
    position: relative;
    min-width: 0
}

.fldesigns-menu>li.fld-content>div ul li a,
.fldesigns-menu>li.fld-content-full>div ul li a,
.fldesigns-menu>li.fld-content>div ul li a:visited,
.fldesigns-menu>li.fld-content-full>div ul li a:visited {
    text-align: center;
    padding: 15px 0;
    line-height: 1;
    color: #354A5F
}

.fldesigns-menu>li.fld-content>div ul li:hover,
.fldesigns-menu>li.fld-content-full>div ul li:hover {
    background-color: transparent
}

.fldesigns-menu>li.fld-content>div ul li:hover a,
.fldesigns-menu>li.fld-content-full>div ul li:hover a,
.fldesigns-menu>li.fld-content>div ul li:hover a:visited,
.fldesigns-menu>li.fld-content-full>div ul li:hover a:visited {
    color: #3598DC;
    text-decoration: underline
}

.fldesigns-menu>li.fld-content>div img,
.fldesigns-menu>li.fld-content-full>div img {
    width: 100%;
    margin: 15px 0
}

.fldesigns-menu>li.fld-content>div .fld-video,
.fldesigns-menu>li.fld-content-full>div .fld-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 15px 0;
    overflow: hidden
}

.fldesigns-menu>li.fld-content>div .fld-video>iframe,
.fldesigns-menu>li.fld-content-full>div .fld-video>iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.fldesigns-menu>li.fld-content>div input,
.fldesigns-menu>li.fld-content-full>div input,
.fldesigns-menu>li.fld-content>div textarea,
.fldesigns-menu>li.fld-content-full>div textarea {
    width: 100%;
    margin-top: 10px;
    font: inherit;
    resize: none;
    padding: 15px;
    background: #EAEAEA;
    color: #354A5F
}

.fldesigns-menu>li.fld-content>div input.fld-button,
.fldesigns-menu>li.fld-content-full>div input.fld-button,
.fldesigns-menu>li.fld-content>div .fld-button,
.fldesigns-menu>li.fld-content-full>div .fld-button {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    font-weight: normal;
    background: #3598DC;
    padding: 15px
}

.fldesigns-menu>li.fld-content:hover>div,
.fldesigns-menu>li.fld-content-full:hover>div {
    display: block
}

.fldesigns-menu>li.fld-content>div,
.fldesigns-menu>li.fld-content-full>div {
    top: 100%
}

.fldesigns-menu.fld-position-bottom>li.fld-content>div,
.fldesigns-menu.fld-position-bottom>li.fld-content-full>div {
    top: auto;
    bottom: 100%
}

.fldesigns-menu.fld-position-left>li.fld-content>div,
.fldesigns-menu.fld-position-left>li.fld-content-full>div {
    top: 0;
    left: 100%
}

.fldesigns-menu.fld-position-right>li.fld-content>div,
.fldesigns-menu.fld-position-right>li.fld-content-full>div {
    top: 0;
    right: 100%;
    left: auto
}

.fldesigns-menu>li.fld-content.fld-right-align>div,
.fldesigns-menu>li.fld-content-full.fld-right-align>div {
    left: auto;
    right: 0
}

.fldesigns-menu.fld-position-left>li.fld-content.fld-right-align>div,
.fldesigns-menu.fld-position-left>li.fld-content-full.fld-right-align>div {
    left: 100%;
    right: auto
}

.fldesigns-menu .fld-row {
    display: block
}

.fldesigns-menu .fld-row .fld-col {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px;
    vertical-align: top
}

.fldesigns-menu .fld-row .fld-col>.fld-grid-wrapper {
    padding: 15px 20px;
    border-radius: 5px;
    background: #EAEAEA;
    color: #354A5F
}

.fldesigns-menu .fld-row .fld-col.c-12 {
    width: 100%
}

.fldesigns-menu .fld-row .fld-col.c-11 {
    width: 91.66666667%
}

.fldesigns-menu .fld-row .fld-col.c-10 {
    width: 83.33333333%
}

.fldesigns-menu .fld-row .fld-col.c-9 {
    width: 75%
}

.fldesigns-menu .fld-row .fld-col.c-8 {
    width: 66.66666667%
}

.fldesigns-menu .fld-row .fld-col.c-7 {
    width: 58.33333333%
}

.fldesigns-menu .fld-row .fld-col.c-6 {
    width: 50%
}

.fldesigns-menu .fld-row .fld-col.c-5 {
    width: 41.66666667%
}

.fldesigns-menu .fld-row .fld-col.c-4 {
    width: 33.33333333%
}

.fldesigns-menu .fld-row .fld-col.c-3 {
    width: 25%
}

.fldesigns-menu .fld-row .fld-col.c-2 {
    width: 16.66666667%
}

.fldesigns-menu .fld-row .fld-col.c-1 {
    width: 8.33333333%
}

.fldesigns-menu .w-1000 {
    width: 1000px
}

.fldesigns-menu .w-950 {
    width: 950px
}

.fldesigns-menu .w-900 {
    width: 900px
}

.fldesigns-menu .w-850 {
    width: 850px
}

.fldesigns-menu .w-800 {
    width: 800px
}

.fldesigns-menu .w-750 {
    width: 750px
}

.fldesigns-menu .w-700 {
    width: 700px
}

.fldesigns-menu .w-650 {
    width: 650px
}

.fldesigns-menu .w-600 {
    width: 600px
}

.fldesigns-menu .w-550 {
    width: 550px
}

.fldesigns-menu .w-500 {
    width: 500px
}

.fldesigns-menu .w-450 {
    width: 450px
}

.fldesigns-menu .w-400 {
    width: 400px
}

.fldesigns-menu .w-350 {
    width: 350px
}

.fldesigns-menu .w-300 {
    width: 300px
}

.fldesigns-menu .w-250 {
    width: 250px
}

.fldesigns-menu .w-200 {
    width: 200px
}

.fldesigns-menu .w-150 {
    width: 150px
}

.fldesigns-menu .w-100 {
    width: 100px
}

.fldesigns-menu .w-50 {
    width: 50px
}

.fldesigns-menu .w-auto {
    width: auto;
    min-width: 250px;
    max-width: 100%
}

@media screen and (max-width: 768px) {
    .fldesigns-menu[class*='fld-response']>li {
        position: relative
    }

    .fldesigns-menu [class*='w-'] {
        width: 100%
    }

    .fldesigns-menu>.fld-logo:hover {
        background: transparent
    }

    .fldesigns-menu .w-200 {
        width: 100%
    }

    .dropdown a:after {
        content: "\e604";
        font-family: 'simple-line-icons';
        float: right;
        text-align: right
    }

    .dropdown.sub-menu a:after {
        content: ''
    }

    .fldesigns-menu.fld-response-simple>li {
        position: static
    }

    .fldesigns-menu.fld-response-simple>li>a {
        font-size: 0
    }

    .fldesigns-menu.fld-response-simple>li>a i {
        letter-spacing: 0
    }

    .fldesigns-menu.fld-response-simple>li>a .fld-caret {
        display: none
    }

    .fldesigns-menu.fld-response-simple>li.fld-logo {
        display: none
    }

    .fldesigns-menu.fld-response-simple>li.fld-search {
        position: relative
    }

    .fldesigns-menu.fld-response-stack>li {
        display: block;
        float: none
    }

    .fldesigns-menu.fld-response-stack>li.fld-content-full {
        position: relative
    }

    .fldesigns-menu.fld-response-stack>li.fld-logo {
        text-align: center
    }

    .fldesigns-menu.fld-response-stack>li.fld-logo img {
        position: relative
    }

    .fldesigns-menu.fld-response-stack>li.fld-logo,
    .fldesigns-menu.fld-response-stack>li.fld-right-item {
        position: relative;
        width: 100%
    }

    .fldesigns-menu.fld-response-stack>li>a .fld-caret {
        float: right
    }

    .fldesigns-menu.fld-response-stack .fld-search {
        float: none
    }

    .fldesigns-menu.fld-response-stack .fld-search input {
        width: 100%
    }

    .fld-switcher+.fldesigns-menu.fld-response-switch>li {
        display: none;
        float: none;
        position: relative;
        width: 100%
    }

    .fld-switcher+.fldesigns-menu.fld-response-switch>li.fld-logo {
        display: block
    }

    .fld-switcher+.fldesigns-menu.fld-response-switch>li.fld-logo img {
        position: relative;
        z-index: 1
    }

    .fld-switcher+.fldesigns-menu.fld-response-switch .fld-switcher {
        display: block;
        position: absolute !important;
        top: 0;
        right: 0;
        padding: 0;
        height: 50px;
        width: 50px;
        background: none !important;
        z-index: 2
    }

    .fld-switcher+.fldesigns-menu.fld-response-switch .fld-switcher>label {
        display: block;
        position: relative;
        cursor: pointer;
        height: 50px;
        padding: 0 20px
    }

    .fld-switcher+.fldesigns-menu.fld-response-switch .fld-switcher>label:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        height: 0;
        width: 20px;
        margin-top: 5px;
        margin-left: -10px;
        border-bottom: 2px solid;
        box-shadow: 0 5px 0 0, inset 0 0 0 0, 0 -5px 0 0
    }

    .fld-switcher+.fldesigns-menu.fld-response-switch>li>a .fld-caret {
        float: right
    }

    .fld-switcher+.fldesigns-menu.fld-response-switch .fld-search {
        float: none
    }

    .fld-switcher+.fldesigns-menu.fld-response-switch .fld-search input {
        width: 100%
    }

    .fld-switcher:checked+.fldesigns-menu.fld-response-switch>li {
        display: block
    }

    .fldesigns-menu.fld-response-margin>li>ul,
    .fldesigns-menu.fld-response-margin li>div {
        margin-left: 50px !important
    }
}

.fld-switcher,
.fldesigns-menu>li.fld-switcher {
    display: none
}

.product-gallery {
    padding: 10px;
    background: #ffffff
}

.tpl-gallery {
    width: 100%;
    position: relative;
    padding-top: 100%
}

.tpl-gallery>div img {
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity .75s;
    max-width: 100%;
    max-height: 100%
}

.tpl-gallery input[name='tpl-gallery-switch'] {
    display: none
}

.tpl-gallery input[name='tpl-gallery-switch']:checked+label+div img {
    opacity: 1
}

.tpl-gallery input[name='tpl-gallery-switch']~div span {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 0;
    cursor: pointer
}

.tpl-gallery input[name='tpl-gallery-switch']~div img {
    opacity: 0
}

.tpl-gallery input[name='tpl-gallery-switch']~label span {
    display: none
}

.tpl-gallery input[name='tpl-gallery-switch']+label+div img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.tpl-gallery label {
    float: left;
    cursor: pointer;
    width: 119px;
    height: 119px;
    margin: 10px 5px 0
}

.tpl-thumbnail {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .10);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
    display: table-cell;
    height: 119px;
    text-align: center;
    vertical-align: middle;
    width: 119px
}

.tpl-thumbnail:hover {
    opacity: .75;
    cursor: pointer;
    transition: all .75s;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .10)
}

.tpl-thumbnail img {
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto;
    height: auto;
    width: auto
}

.fldesigns-tabs {
    text-align: left;
    margin: 0;
    font-size: 0
}

.fldesigns-tabs>ul,
.fldesigns-tabs>label {
    font-size: 16px;
    font-weight: 300
}

.fldesigns-tabs>label,
.fldesigns-tabs>label>span {
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

.fldesigns-tabs:before,
.fldesigns-tabs * {
    box-sizing: border-box;
    outline: none;
    border: 0;
    list-style: none
}

.fldesigns-tabs ul.tab-content {
    padding: 0;
    margin: 0;
}

.fldesigns-tabs a {
    cursor: pointer;
    text-decoration: none
}

.fldesigns-tabs a:hover {
    text-decoration: underline
}

[class*='fld-tab-']>h4.h4 {
    font-size: 18px;
    font-weight: 500;
    border-color: #ddd;
    line-height: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    padding-bottom: 18px;
    text-transform: uppercase;
}

.fldesigns-tabs.fld-position-right {
    text-align: right
}

.fldesigns-tabs.fld-position-center {
    text-align: center
}

.fldesigns-tabs>input {
    display: none
}

.fldesigns-tabs>label {
    display: inline-block;
    margin-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.fldesigns-tabs>label:first-of-type {
    padding-left: 0
}

.fldesigns-tabs>label:last-of-type {
    padding-right: 0
}

.fldesigns-tabs>label+input+label {
    padding-left: 0
}

.fldesigns-tabs>label>span {
    display: block;
    cursor: pointer;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0
}

.fldesigns-tabs label [class*='icon-'] {
    font-size: 12pt;
    letter-spacing: 13px;
    line-height: inherit
}

.fldesigns-tabs label .fa.fld-single-icon {
    letter-spacing: 0
}

.fldesigns-tabs:after {
    content: '';
    display: block;
    clear: both
}

.fldesigns-tabs>ul>li ul {
    display: block;
    position: relative;
    min-width: 0
}

.fldesigns-tabs>ul>li ul li a,
.fldesigns-tabs>ul>li ul li a:visited {
    display: block;
    text-align: center;
    padding: 15px 0;
    line-height: 1
}

.fldesigns-tabs>ul>li ul li:hover {
    background-color: transparent
}

.fldesigns-tabs>ul>li ul li:hover a,
.fldesigns-tabs>ul>li ul li:hover a:visited {
    text-decoration: underline
}

.fldesigns-tabs>ul>li img {
    width: 100%;
    margin: 15px 0
}

.fldesigns-tabs>ul>li .fld-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 15px 0;
    overflow: hidden
}

.fldesigns-tabs>ul>li .fld-video>iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.fldesigns-tabs>ul>li input,
.fldesigns-tabs>ul>li textarea {
    width: 100%;
    margin-top: 10px;
    font: inherit;
    resize: none;
    padding: 15px
}

.fldesigns-tabs>ul>li input.fld-button,
.fldesigns-tabs>ul>li .fld-button {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    font-weight: normal;
    padding: 15px
}

.fldesigns-tabs>ul {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    text-align: left
}

.fldesigns-tabs>ul>li {
    width: 100%;
    padding: 15px
}

.fldesigns-tabs .tab-content ul {
    margin: 15px 0;
    list-style: none;
}

.fldesigns-tabs .tab-content ul li:before {
    margin-right: 10px;
    content: '\2713'
}

.fldesigns-tabs>ul {
    perspective: 2000px
}

.fldesigns-tabs>ul>li {
    position: absolute;
    visibility: hidden;
    display: block;
    opacity: 0;
    top: -99999px;
    left: -99999px;
    transition: opacity .6s ease, transform .6s ease, visibility .6s ease, 0 top .6s ease, 0 left .6s ease
}

.fldesigns-tabs .fld-tab-1:checked~ul>.fld-tab-1,
.fldesigns-tabs .fld-tab-2:checked~ul>.fld-tab-2,
.fldesigns-tabs .fld-tab-3:checked~ul>.fld-tab-3,
.fldesigns-tabs .fld-tab-4:checked~ul>.fld-tab-4,
.fldesigns-tabs .fld-tab-5:checked~ul>.fld-tab-5,
.fldesigns-tabs .fld-tab-6:checked~ul>.fld-tab-6,
.fldesigns-tabs .fld-tab-7:checked~ul>.fld-tab-7,
.fldesigns-tabs .fld-tab-8:checked~ul>.fld-tab-8,
.fldesigns-tabs .fld-tab-9:checked~ul>.fld-tab-9,
.fldesigns-tabs .fld-tab-10:checked~ul>.fld-tab-10 {
    position: relative;
    visibility: visible;
    transform: translate(0, 0) scale(1) rotateX(0) rotateY(0);
    opacity: 1;
    top: 0;
    left: 0;
    transition: .6s opacity .2s ease, .6s transform .2s ease, .6s visibility .2s ease, 0 top ease, 0 left ease
}

.fldesigns-tabs.fld-effect-none>ul>li,
.fldesigns-tabs.fld-effect-none .fld-tab-1:checked~ul>.fld-tab-1,
.fldesigns-tabs.fld-effect-none .fld-tab-2:checked~ul>.fld-tab-2,
.fldesigns-tabs.fld-effect-none .fld-tab-3:checked~ul>.fld-tab-3,
.fldesigns-tabs.fld-effect-none .fld-tab-4:checked~ul>.fld-tab-4,
.fldesigns-tabs.fld-effect-none .fld-tab-5:checked~ul>.fld-tab-5,
.fldesigns-tabs.fld-effect-none .fld-tab-6:checked~ul>.fld-tab-6,
.fldesigns-tabs.fld-effect-none .fld-tab-7:checked~ul>.fld-tab-7,
.fldesigns-tabs.fld-effect-none .fld-tab-8:checked~ul>.fld-tab-8,
.fldesigns-tabs.fld-effect-none .fld-tab-9:checked~ul>.fld-tab-9,
.fldesigns-tabs.fld-effect-none .fld-tab-10:checked~ul>.fld-tab-10 {
    transition: none
}

.fldesigns-tabs.fld-effect-slide-top>ul>li {
    transform: translate(0, -50px)
}

.fldesigns-tabs.fld-effect-slide-bottom>ul>li {
    transform: translate(0, 50px)
}

.fldesigns-tabs.fld-effect-slide-left>ul>li {
    transform: translate(-50px, 0)
}

.fldesigns-tabs.fld-effect-slide-right>ul>li {
    transform: translate(50px, 0)
}

.fldesigns-tabs.fld-effect-scale>ul>li,
.fldesigns-tabs.fld-effect-scale-top-left>ul>li,
.fldesigns-tabs.fld-effect-scale-top-right>ul>li,
.fldesigns-tabs.fld-effect-scale-bottom-left>ul>li,
.fldesigns-tabs.fld-effect-scale-bottom-right>ul>li {
    transform: scale(0.5)
}

.fldesigns-tabs.fld-effect-scale-top-left>ul>li {
    transform-origin: 0 0
}

.fldesigns-tabs.fld-effect-scale-top-right>ul>li {
    transform-origin: 100% 0
}

.fldesigns-tabs.fld-effect-scale-bottom-left>ul>li {
    transform-origin: 0 100%
}

.fldesigns-tabs.fld-effect-scale-bottom-right>ul>li {
    transform-origin: 100% 100%
}

.fldesigns-tabs.fld-effect-flip-top>ul>li {
    transform-origin: 50% 0;
    transform: rotateX(-90deg)
}

.fldesigns-tabs.fld-effect-flip-bottom>ul>li {
    transform-origin: 50% 100%;
    transform: rotateX(90deg)
}

.fldesigns-tabs.fld-effect-flip-left>ul>li {
    transform-origin: 0 50%;
    transform: rotateY(90deg)
}

.fldesigns-tabs.fld-effect-flip-right>ul>li {
    transform-origin: 100% 50%;
    transform: rotateY(-90deg)
}

@media screen and (max-width: 768px) {

    .fldesigns-tabs.fld-responsive>label,
    .fldesigns-tabs.fld-responsive>label>span {
        width: 100%;
        line-height: inherit
    }

    .fldesigns-tabs>label>span:hover,
    .fldesigns-tabs>input:checked+label>span,
    .fldesigns-tabs>label {
        border-radius: 0
    }

    .fldesigns-tabs.fld-responsive>label:first-of-type,
    .fldesigns-tabs.fld-responsive>label>span.first {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    .tab-content,
    [class*="fld-tab-"] {
        border-top-right-radius: 0
    }
}

.sale-label {
    background: red none repeat scroll 0 0;
    border-bottom-left-radius: 5px;
    color: #fff;
    font-size: 28px;
    height: 50px;
    padding: 3px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 50px;
    z-index: 99999;
    font-weight: 700;
    opacity: 1;
    transition: opacity .3s linear
}

.xselling .widget:hover .sale-label {
    opacity: 0
}

.sale-label-hover {
    border-bottom-left-radius: 5px;
    color: #fff;
    font-size: 28px;
    height: 50px;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 50px;
    z-index: 99999;
    font-weight: 700;
    opacity: 0;
    transition: opacity .3s linear
}

.xselling .widget:hover .sale-label-hover {
    opacity: 1
}

.fldesigns-menu .active,
.fldesigns-menu .active>a:hover,
.fldesigns-menu>li:hover>a,
.fldesigns-tabs>label,
.fldesigns-tabs>label>span:hover,
.fldesigns-tabs>input:checked+label>span,
.fldesigns-tabs>ul>li input.fld-button,
.fldesigns-tabs>ul>li .fld-button,
.sale-label-hover {
    background: #fff;
}

.fldesigns-menu a:visited,
.fldesigns-menu .active>a:hover,
.fldesigns-menu>li:hover>a,
.fldesigns-menu>li>ul li:hover,
.fldesigns-menu>li>ul ul li:hover,
.fldesigns-menu .fld-multi-column li:hover,
.fldesigns-menu .fld-multi-column>ul ul li:hover,
.fldesigns-menu>li>ul li:hover>a,
.fldesigns-menu>li>ul ul li:hover>a,
.fldesigns-menu .fld-multi-column li:hover>a,
.fldesigns-menu .fld-multi-column>ul ul li:hover>a,
.fldesigns-menu>li>ul li:hover>a:visited,
.fldesigns-menu>li>ul ul li:hover>a:visited {
    color: #000;
}

/* FÃ¼r die Warnpiktogramme */
img[width="100"] {
    width: 100px !important;
    display: inline-block;
    margin-right: 20px !important;
}