
* {
    font-family: 'Arimo', sans-serif;
}

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit;
    line-height: 1.375;
}

html {
    color: #333333;
    font-size: 16px;
}

ol, ul {
    list-style: none;
}

img {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}

h1 {
    margin-bottom: 10px;
    color: #00A6DF;
    font-size: 36px;
    font-weight: normal;
}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

p {
    margin-bottom: 25px;
}

a,
a:hover {
    color: #00A6DF;
}

a:hover {
    text-decoration: underline;
}

a.invert {
    text-decoration: underline;
}

a.invert:hover {
    text-decoration: none;
}

html.hide-scroll {
    overflow: hidden;
}
* {}

body {
    background-color: #f7f7f7;
}

.page {
    background-color: #ffffff;
    margin-bottom: 20px;
    position: relative;
}

.wrapper {
    max-width: 1400px;
    margin: auto;
}

.splitter {
    display: block;
    margin: 10px auto 40px;
    height: 1px;
    background-color: #e1e1e1;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.v-spacer {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
    .v-spacer {
        padding-bottom: 70px;
    }
}

/**
 * BUTTONS
 */
input[type=submit].reset,
button.reset {
    margin: 0;
    border: 0;
    padding: 0;
    outline: 0;
    background-color: transparent;
    cursor: default;
}

.button {
    margin: 0;
    padding: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
    border-width: 2px;
    display: inline-block;
    padding: 9px 12px;
    border-style: solid;
    text-decoration: none !important;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    font-size: 16px;
}

.button:hover {
    text-decoration: none;
}

.button.transparent-background {
    background-color: transparent;
}

.button.active-transparent-background:hover {
    background-color: transparent;
}

.button .fa {
    margin-right: 8px;
    position: relative;
    color: inherit;
}

/* Button - white */
.button.white-text,
.button:hover.active-white-text {
    color: #ffffff;
}

.button.white-border,
.button:hover.active-white-border {
    border-color: #ffffff;
}

.button.white-background,
.button:hover.active-white-background {
    background-color: #ffffff;
}

/* Button - black */
.button.black-background,
.button:hover.active-black-background {
    background-color: #000000;
}

.button.black-text,
.button:hover.active-black-text {
    color: #000000;
}

/* Button - blue */
.button.blue-text,
.button:hover.active-blue-text {
    color: #00A6DF;
}

.button.blue-border,
.button:hover.active-blue-border {
    border-color: #00A6DF;
}

.button.blue-background,
.button:hover.active-blue-background {
    background-color: #00A6DF;
}

/* Button - orange */
.button.orange-text,
.button:hover.active-orange-text {
    color: #ff6600;
}

.button.orange-border,
.button:hover.active-orange-border {
    border-color: #ff6600;
}

.button.orange-background,
.button:hover.active-orange-background {
    background-color: #ff6600;
}

/* Button - light-brown */
.button.light-brown-border,
.button:hover.active-light-brown-border {
    border-color: #c0b6a5;
}

.button.light-brown-background,
.button:hover.active-light-brown-background {
    background-color: #c0b6a5;
}

/* Button - gray */
.button.gray-border,
.button:hover.active-gray-border {
    border-color: #999999;
}

.button.gray-background,
.button:hover.active-gray-background {
    background-color: #999999;
}

.button.gray-text,
.button:hover.active-gray-text {
    color: #999999;
}

/* Button - dark-gray */
.button.dark-gray-text,
.button:hover.active-dark-gray-text {
    color: #333333;
}

/* Button - green */
.button.green-border,
.button:hover.active-green-border {
    border-color: #8cbd00;
}

.button.green-background,
.button:hover.active-green-background {
    background-color: #8cbd00;
}

.button.green-text,
.button:hover.active-green-text {
    color: #8cbd00;
}

.green-text {
    color: #8cbd00;
}

.blue-text {
    color: #00A6DF;
}

input[type=checkbox], input[type=radio] {
    display: none;
}

input[type=checkbox] + label:before, input[type=radio] + label:before, input[type=checkbox] + input[type=hidden] + label:before, input[type=radio] + input[type=hidden] + label:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f096";
    font-size: 18px;
    width: 18px;
    margin-right: 2px;
    position: relative;
    top: 1px;
}

input[type=checkbox]:disabled + label, input[type=radio]:disabled + label {
    color: #999;
}

input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before, input[type=checkbox]:checked + input[type=hidden] + label:before, input[type=radio]:checked + input[type=hidden] + label:before {
    content: "\f046";
}

label + label {
    margin-left: 4px;
}

label.required:after {
    content : "*";
    color: #ff0000;
    margin-left: 2px;
}

.text-box {
    border: 1px solid #d3d3d3;
    outline: 0;
    padding: 6px 8px;
    display: inline-block;
    background-color: transparent;
    border-radius: 1px;
    margin-bottom: 10px;
    background-color: #fff;
    color: #474747;
    border-radius: 0;
    box-shadow: none;
    -webkit-border-radius: 0;
}

.text-box:disabled {
    background-color: #e5e5e5;
}

.text-box:focus {
    border-color: #00a6df;
    box-shadow: 0 0 2px #00a6df;
}

.text-box.red, .text-box.missing, .amount-spinner.red {
    background-color: #ffdddd;
    border-color: #ff0000 !important;
}

.text-box.red:focus, .text-box.missing:focus, .amount-spinner.red {
    border-color: #ff0000 !important;
    box-shadow: 0 0 2px #ff0000;
}

.text-box.green, .amount-spinner.green {
    background-color: #d4f2ea;
    border-color: #00ca95 !important;
}

.text-box.green:focus, .amount-spinner.green {
    border-color: #00ca95 !important;
    box-shadow: 0 0 2px #00ca95;
}

textarea.text-box {
    height: 100px;
    width: 100%;
}

/**
 * FLAGS
 */
.flag {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: 100%;
}

.flag.cze {
    background-image: url(../images/flag-cze-01.png);
}

.flag.svk {
    background-image: url(../images/flag-svk-01.png);
}

/**
 * SOCIAL SITE LIST
 */
.social-site-list {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.social-site-list .social-site {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: top;
    text-align: center;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    cursor: pointer;
}

.social-site-list.on-white-background .social-site {
    background-color: #c7c7c7;
}

.social-site-list .social-site.facebook:hover {
    background-color: #536CB0;
}

.social-site-list .social-site.twitter:hover {
    background-color: #00CCFF;
}

.social-site-list .social-site.youtube:hover {
    background-color: #CC0000;
}

.social-site-list .social-site.google-plus:hover {
    background-color: #DB4437;
}

.social-site-list a {
    display: block;
    height: 100%;
    color: #fff;
}

.social-site-list a:hover {
    color: #fff;
}

.social-site-list .fa {
    line-height: 40px;
    font-size: 20px;
}

/**
 * SHOP LIST
 */
.shop-list .shop {
    padding: 20px;
    text-align: right;
    background-position: center;
    background-size: 85%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.shop-list .shop-imusicdata {
    background-color: #ff6600;
    background-image: url(../images/archive-md_brand/shop-background-imusicdata.jpg);
}

.shop-list .shop-dealerzone {
    background-color: #666;
    background-image: url(../images/archive-md_brand/shop-background-dealerzone.jpg);
}

.shop-list .shop:hover {
    background-size: 90%;
}

.shop-list .caption {
    display: block;
    margin: 0;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.shop-list .shop-background {
    border-top: 5px solid;
    padding: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transition: .3s
}

.shop-list .shop-background:hover {
    background-size: 105% 105%;
}

.shop-background.shop-imusicdata {
    border-color: #C0B6A5;
    background-image: url(../images/footer/footer-shop-background-imusicdata.jpg);
}

.shop-background.shop-dealerzone {
    border-color: #00A6DF;
    background-image: url(../images/footer/footer-shop-background-dealerzone.jpg);
}

.shop-imusicdata .shop-background-overlay {
    background-color: rgba(255, 105, 0, .65);
}

.shop-dealerzone .shop-background-overlay {
    background-color: rgba(102, 102, 102, .65);
}

@media screen and (max-width: 1199px) {
    .shop-list .shop-background {
        background-size: auto 100%;
    }

    .shop-list .shop-background:hover {
        background-size: auto 105%;
    }
}

@media screen and (max-width: 991px) {

    .shop-list .shop {
        background-image: url("");
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .shop-list .button {
        margin: 22px 0;
    }
}

@media screen and (max-width: 767px) {
    .shop-list .shop {
        text-align: center;
    }

    .shop-list .shop-imusicdata {
        margin-bottom: 15px;
    }

    .shop-list .caption {
        text-align: center;
        margin-bottom: 15px;
    }
}

/**
 * LOGO
 */
.logo {
    font-size: 0;
    max-width: 200px;
}

.logo img {
    width: 100%;
}

/**
 * GO BACK IN HISTORY
 */
.button.go-back-in-history-trigger .fa {
    font-size: 14px;
}

/**
 * FILTER LIST
 */
.filter-list .filter {
    display: inline-block;
    border: 1px solid #00ccff;
    margin: 0 10px 10px 0;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}

.filter-list-vertical .filter {
    display: block;
}

.filter-list .filter > * {
    display: table;
    /* width: 100%; */
    table-layout: fixed;
}

.filter-list-vertical .filter > * {
    width: 100%;
}

.filter-list .filter * {
    text-decoration: none;
}

.filter-list .fa,
.filter-list .filter-label {
    display: table-cell;
    vertical-align: middle;
}

.filter-list .fa {
    padding-left: 15px;
    width: 31px;
    text-align: center;
}

.filter-list .filter-label {
    padding: 17px 15px;
}

.filter-list .filter-label > * {
    display: block;
    font-weight: normal;
}

.filter-list .filter-label .short {
    display: none;
}

.filter-list .filter:hover {
    border-color: #666666;
    background-color: #666666;
}

.filter-list .filter:hover * {
    color: #ffffff;
}

.filter-list .filter.active {
    border-color: #00ccff;
    background-color: #00ccff;
}

.filter-list .filter.active * {
    color: #ffffff;
}

button.toggle-filter-list {
    display: none;
    float: right;
    color: #00ccff;
    cursor: pointer !important;
}

b.toggle-filter-list .fa {
    position: relative;
    bottom: -1px;
    margin-left: 5px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

b.toggle-filter-list.down .fa {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media screen and (max-width: 1199px) {
    .filter-list {
        font-size: 0;
    }

    .filter-list .filter {
        display: inline-block;
    }

    .filter-list .filter > * {
        width: 100%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .filter-list .filter {
        width: 24.25%;
        margin: 0 .5% 1% .5%;
    }

    .filter-list .filter:nth-child(4n + 1) {
        margin-left: 0;
    }

    .filter-list .filter:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .filter-list .filter {
        width: 32.66%;
        margin: 0 .5% 1% .5%;
    }

    .filter-list .filter:nth-child(3n + 1) {
        margin-left: 0;
    }

    .filter-list .filter:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .filter-list {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .filter-list .filter {
        width: 49.25%;
        margin: 0 .75% 1.5% .75%;
    }

    .filter-list .filter:nth-child(even) {
        margin-right: 0;
    }

    .filter-list .filter:nth-child(odd) {
        margin-left: 0;
    }

    button.toggle-filter-list {
        display: inline-block;
    }

    .filter-list.opened-on-mobile {
        max-height: inherit !important;
    }

    .filter-list.show {
        max-height: 1000px;
    }
}

@media screen and (max-width: 480px) {
    .filter-list .filter {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

/**
 * LOGO BOX
 */
.logo-box {
    display: block;
    width: 200px;
    background-color: #fff;
    color: #999999;
    text-align: center;
}

.logo-box-size-2 {
    width: 80px;
    height: 80px;
}

.logo-box-circular {
    border-radius: 100px;
}

.logo-box-content {
    font-size: 14px;
}

.logo-box figure {
    padding-bottom: 30px;
    line-height: 80px;
    position: relative;
}

.logo-box figcaption {
    width: 100%;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
}

.logo-box figcaption > * {
    font-weight: normal;
}

.logo-box img {
    display: inline-block;
    max-width: 150px;
    max-height: 80px;
}

.logo-box a {
    color: #999999;
}

@media screen and (max-width: 767px) {
    .logo-box {
        width: 130px;
    }

    .logo-box img {
        display: inline-block;
        max-width: 120px;
        max-height: 60px;
    }
}
/**
 * POST LIST
 */

.post-list {
    position: relative;
}

.post-list .loading-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
}

.post-list.loading .loading-layer {
    opacity: 1;
    visibility: visible;
    background-color: rgba(255, 255, 255, 0.6);
}

.post-list-snippet .splitter {
    margin-top: 60px;
}

.post-list-snippet .post-list-heading {
    margin-bottom: 30px;
}

.post-list-snippet .post-list-heading:after {
    content: "";
    display: block;
    clear: both;
}

.post-list-snippet .post-list-heading .caption {
    float: left;
    color: #00A6DF;
    font-size: 36px;
    font-weight: normal;
}

.post-list-snippet .post-list-heading .button {
    float: right;
}

/**
 * POST BOX
 */
.post-box {
    display: block;
    max-width: 330px;
    margin: 0 auto 30px;
}

.post-box-bordered {
    border: 1px solid #e4e4e4;
}

.post-box-bordered:hover {
    border-color: #333333;
}

.post-box-bordered .post-box-text {
    border-width: 0;
}

.post-box-text {
    border: 1px solid #e4e4e4;
    border-top-width: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.post-box:hover .post-box-text {
    /*background-color: #e4e4e4;*/
    background-color: #f1f1f1;
    border-color: #666666;
}

.post-box-title {
    font-size: 0;
}

.post-box-title .left-part,
.post-box-title .right-part {
    display: inline-block;
    vertical-align: middle;
    color: #00A6DF;
    font-size: 16px;
}

.post-box-title .left-part {
    width: 80%;
    padding-left: 9.15%;
    line-height: 115px;
    text-align: left;
}

.post-box-title .right-part {
    width: 20%;
    padding-right: 6.1%;
    text-align: right;
}

.post-box-title .left-part > * {
    display: block;
    width: 90%;
}

.post-box-title .fa {
    color: #CCCCCC;
    font-size: 48px;
    line-height: 115px;
}

/*.post-box:hover .post-box-text {*/
    /*background-color: #e4e4e4;*/
    /*border-color: #666666;*/
/*}*/

.post-box:hover .post-box-title .fa  {
    color: #333333;
}

.post-box-description {
    font-size: 14px;
    padding: 0 9.15% 30px;
}

.post-box .splitter {
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
    left: 0;
    background-color: #8cbd00;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.post-box:hover .splitter {
    left: -5%;
    width: 110%;
}

.post-box-description p:last-child {
    margin-bottom: 0;
}

.post-box-image {
    overflow: hidden;
}

.post-box-image img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.post-box-image a:after {
    content: "";
    display: block;
    padding-bottom: 75%;
    width: 100%;
}

/**
 * POST BOX LOGO
 */
.post-box-image {
    position: relative;
}

.post-box .logo-box {
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    border-radius: 175px;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.post-box .logo-box-icon {
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #00A6DF;
    font-size: 30px;
    opacity: 1;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.post-box:hover .logo-box {
    margin-top: 0;
    margin-left: 0;
    width: 122%;
    height: 164%;
    top: -28.25%;
    left: -11%;
    opacity: 0;
}

.post-box:hover .logo-box-icon {
    margin-top: -8px;
    opacity: 0;
    font-size: 10px;
}

.post-box .post-box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,153,217,0.8);
    opacity: 0;
    visibility: hidden;
}

.post-box:hover .post-box-overlay {
    opacity: 1;
    visibility: visible;
}

.post-box .post-box-overlay-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    height: 1px;
}

.post-box .post-box-overlay-content > .button {
    position: relative;
    top: -22px;
}

/**
 * POST HEADING
 */
.post-heading {
    height: 300px;
    margin: 0 auto 40px;
    position: relative;
    overflow: hidden;
    background-color: #656565;
}

.post-heading-background-image {
    position: absolute;
    max-width: 1600px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.post-heading-info-content {
    padding-bottom: 50px;
}

.post-heading-info-content:before {
    content: "";
    display: block;
    width: 100%;
    margin-bottom: 44px;
    margin-top: 5px;
    border-bottom: 1px solid #8cbd00;
    position: relative;
}

.post-heading-info-content h1 {
    color: #94C11F;
    font-weight: normal;
    font-size: 36px;
}

.post-heading-info-content p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 16px;
}

.post-heading-info-content p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .post-heading {
        text-align: center;
    }
}

/**
 * POST HEADING LOGO
 */
.post-heading .logo-box {
    width: 200px;
    height: 200px;
}

.post-heading .logo-box-icon,
.post-heading .logo-box figure {
    color: #00A6DF;
    font-size: 48px;
    line-height: 200px;
}

@media screen and (min-width: 768px) {
    .post-heading .row {
        display: table;
        table-layout: fixed;
    }

    .post-heading .row > [class^='col-'],
    .post-heading .row > [class*=' col-'] {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
}

@media screen and (max-width: 767px) {
    .post-heading {
        height: auto;
    }

    .post-heading-info-content:before {
        margin-bottom: 24px;
    }

    .post-heading .post-heading-background-image {
        display: none;
    }

    .post-heading .logo-box {
        margin: 0 auto 30px;
    }
}


/**
 * TABS
 */
.tabs {
    background-color: #f7f7f7;
    padding: 20px 0;
}

.tab-triggers {
    font-size: 0;
}

.tab-trigger {
    display: inline-block;
    /* padding: 19px 30px; */
    vertical-align: middle;
    background-color: #f2f2f2;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.tab-cols-1 .tab-trigger {
    width: 100%;
}

.tab-cols-2 .tab-trigger {
    width: 50%;
}

.tab-cols-3 .tab-trigger {
    width: 33.33%;
}

.tab-cols-4 .tab-trigger {
    width: 25%;
}

.tab-cols-5 .tab-trigger {
    width: 20%;
}

.tab-trigger > * {
    display: inline-block;
}

.tab-trigger a > * {
    display: inline-block;
    vertical-align: middle;
}

.tab-trigger a {
    color: inherit;
    text-decoration: inherit;
    padding: 19px 30px;
    display: block;
}

.tab-trigger .fa {
    margin-right: 7px;
}

.tab-trigger .counter {
    color: #cccccc;
    margin-left: 3px;
    font-size: 15px
}

.tab-trigger:hover {
    background-color: #E4E4E4
}

.tab-trigger:hover .counter {
    color: #666666;
}

.tab-trigger.active {
    background-color: #fff;
}

.tab-trigger.active {
    background-color: #fff;
    color: #333333;
}

.tab-trigger.active .fa {
    color: #00A6DF;
}

.js .tabs .tab {
    display: none !important;
}

.js .tabs .tab.show {
    display: block !important;
}

.tabs .tab-list {
    background-color: #fff;
    padding: 40px 25px 25px;
}

/**
 * TABS - IMAGE BOX
 */
.tabs .image-box img,
.tabs .video-box img {
    width: 100%;
}

.tabs .image-box,
.tabs .video-box {
    display: block;
    max-width: 330px;
    margin: 0 auto 30px;
    overflow: hidden;
    font-size: 0;
    position: relative;
    cursor: pointer;
    max-height: 245px;
}

.tabs .image-box:after,
.tabs .video-box:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}

.tabs .image-box:hover:after {
    background-color: rgba(255, 255, 255, 0.1);
}

.tabs .image-box figcaption:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

.tabs .image-box:hover figcaption:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.tabs .image-box img {
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.tabs .image-box:hover img {
    transform: scale(1.1);
}


/**
 * TABS - VIDEO BOX
 */
.tabs .video-box:before {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    /* line-height: 100%; */
    content: "\f16a";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 72px;
    text-align: center;
    top: 50%;
    margin-top: -36px;
    color: #ffffff;
    z-index: 3;
}

.tabs .video-box:after {
    background-color: rgba(111,111,111,0.55);
}

/**
 * TABS - ATTACHMENT BOX
 */
.tabs .attachments-table {
    width: 100%;
    table-layout: fixed;
}

.tabs .attachments-table th {
    padding: 23px 15px;
    background-color: #666666;
    color: #ffffff;
    text-align: left;
}

.tabs .attachment-box td {
    padding: 18px 15px;
}

.tabs .attachment-box:nth-child(even) td {
    background-color: #f7f7f7;
}

.tabs .attachment-name {

}

.tabs .attachment-link .fa {
    margin-right: 7px;
}

.tabs .attachment-mobile-link {
    display: none;
}

@media screen and (max-width: 767px) {
    .tab-trigger * {
        display: none;
    }

    .tab-trigger  .fa,
    .tab-trigger  .counter {
        display: block;
        margin: auto;
    }

    .tab-trigger  .fa {
        margin-bottom: 3px;
    }

    .tabs td.attachment-name,
    .tabs th.attachment-link,
    .tabs td.attachment-link {
        display: none;
    }

    .tabs td.attachment-mobile-link {
        display: block;
        width: 200%;
    }
}

/**
 * TAGS
 */
.tag-list .tag:last-child {
    margin-right: 0;
}

.tag {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 5px;
    border-radius: 3px;
    background-color: #666666;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}

.tag,
.tag a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 3px 5px;
}

.tag:hover {
    background-color: #333333;
}

.tag .fa {
    font-size: 13px;
    margin-right: 7px;
}

/**
 * INFO HIGHLIGHT
 */

.info-highlight {
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #009dd9;
    padding: 20px 30px;
}

.info-highlight .left-part,
.info-highlight .right-part {
    display: table-cell;
    width: 75%;
    vertical-align: middle;
    color: #ffffff;
}

.info-highlight .left-part {
    font-size: 20px;
    font-weight: bold;
}

.info-highlight .right-part {
    text-align: right;
    width: 25%;
}

.info-highlight p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1399px) {
    .info-highlight .left-part > * {
        max-width: 540px;
    }
}

@media screen and (max-width: 991px) {
    .info-highlight .left-part {
        width: 50%;
    }

    .info-highlight .right-part {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .info-highlight {
        display: block;
    }

    .info-highlight .left-part,
    .info-highlight .right-part {
        display: block;
        width: auto;
        text-align: center;
    }

    .info-highlight .left-part > * {
        max-width: none;
    }

    .info-highlight .left-part {
        margin-bottom: 20px
    }
}

/**
 * MAP IFRAME
 */
.map-iframe {
    position: relative;
}

.map-iframe iframe {
    display: block;
    width: 100%;
}

.map-iframe .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/**
 * IMAGE CAROUSEL
 */
.image-carousel .pager {
    text-align: center;
    font-size: 0;
    margin: 20px 0;
}

.image-carousel .pager .slide-trigger {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    border: 3px solid #fff;
    border-radius: 8px;
    margin: 0 5px;
    cursor: pointer;
}

.image-carousel .pager .slide-trigger.active:after {
    background-color: #409adc;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    position: relative;
    top: 2px;
    left: 2px;
}

.image-carousel .state-line {
    display: block;
    border-bottom: 1px solid #8cbd00;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


.carousel-slide-info-content {
    display: none;
}

.image-carousel {
    position: relative;
}

.image-carousel img {
    width: 100%;
}

.carousel-info-panel {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px 0 0;
}

.carousel-info-panel .title {
    color: #fff;
    font-size: 48px;
    font-weight: normal;
    text-align: left;
}

.no-js .carousel-slide {
    display: none;
}

.no-js .carousel-slide:first-child {
    display: block;
}

@media screen and (max-width: 991px) {

    .image-carousel .carousel-slide {
        position: relative;
    }

    .image-carousel .carousel-slide:after {
        content: "";
        display: block;
        height: 410px;
    }

    .image-carousel .carousel-slide img {
        height: 100%;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .image-carousel .active .carousel-slide img {
        z-index: 1;
    }

    .image-carousel,
    .image-carousel .title {
        text-align: center;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .image-carousel .carousel-info-panel {
        top: 0;
    }

    .image-carousel .pager-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}


.subscription-form .lb-body {
    text-align: center;
}

.subscription-form .text-box {
    width: 100%;
    max-width: 400px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 10px;
}

.subscription-form .email-heading {
    font-size: 22px;
    font-weight: 100;
    margin-top: 30px;
}

.subscription-form .mobile-early-button {
    display: none;
}

.subscription-form .website-selection {
    display: table;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
}

.subscription-form .website-selection-heading {
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 30px;
    margin-top: 30px;
}

.subscription-form .website-selection-heading span {
    display: block;
    font-size: 16px;
    color: #aaa;
}

.subscription-form .website-selection .website {
    width: 33.3%;
    display: table-cell;
    vertical-align: top;
}

.subscription-form .website-selection label {
    border: 1px solid #0c0c0c;
    padding: 45px 15px 15px;
    display: block;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    height: 100%;
}

.subscription-form .website-selection .website input:checked + label {
    border-color: #00a6df;
}

.subscription-form .website-selection .website input:checked + label:before {
    color: #f7f7f7;
}

.subscription-form .website-selection .website label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background-color: rgba(0, 0, 0, 0);
}

.subscription-form .website-selection .website input:checked + label:after {
    background-color: #00a6df;
}

.subscription-form .website-selection .website.imusicdata input:checked + label {
    border-color: #ff8351;
}

.subscription-form .website-selection .website.imusicdata input:checked + label:after {
    background-color: #ff8351;
}

.subscription-form .website-selection label:before {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.subscription-form .website-selection .image {
    display: block;
    margin-bottom: 15px;
}

.subscription-form .website-selection img {
    height: 30px;
    margin: auto;
}

.subscription-form .website-selection .text {
    height: 85px;
    display: block;
    margin-bottom: 15px;
    font-weight: 100;
}

.subscription-form .website-selection .website .button {
    margin: 0;
    display: block;
    text-align: center;
}

.subscription-form .website-selection .website input + label .button.no {
    display: none;
}

.subscription-form .website-selection .website input:checked + label .button.no {
    display: block;
}

.subscription-form .website-selection .website input:checked + label .button.yes {
    display: none;
}

.subscription-form .website-selection .website .button.background-color-green {
    /*background-color: #43c07e;*/
    /*color: #f7f7f7;*/
    /*border-color: #43c07e;*/
}

.subscription-form .website-selection .website .button.background-color-gray {
    /*     background-color: #43c07e;
        color: #f7f7f7;
        border-color: #43c07e; */
}

#lb-subscription-form .lb-footer {
    text-align: center;
}

@media screen and (max-width: 767px) {

    .subscription-form .mobile-early-button {
        display: block;
    }

    .subscription-form .website-selection {
        display: block;
    }

    .subscription-form .website-selection .website {
        width: 100%;
        max-width: 301px;
        display: block;
        margin: 0 auto 30px;
    }

    .subscription-form .website-selection .website:last-child {
        margin-bottom: 0;
    }
}

#cookies-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 802;
    background-color: #fff;
    box-shadow: 0 0 30px #9e9e9e;
    padding: 15px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

#cookies-bar p {
    margin: 1em 0;
}

#cookies-bar .treble-clef {
    margin-right: 30px;
    flex-shrink: 0;
    width: 50px;
}

#cookies-bar .treble-clef img {
    max-width: 100%;
}

#cookies-bar .header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}

#cookies-bar .header .treble-clef {
    display: none;
    width: 30px;
    margin-right: 15px;
}

#cookies-bar .heading {
    font-size: 18px;
    font-weight: bold;
}

#cookies-bar .heading {
    font-size: 18px;
    font-weight: bold;
    color: #222222;
}

#cookies-bar .content {
    text-align: justify;
    max-width: 800px;
}

#cookies-bar .link.manage {
    color: #222;
    margin-left: 15px;
}

#cookies-bar .button.accept-all {
    background-color: rgb(47, 175, 108);
    border-color: rgb(47, 175, 108);
    color: #fff;
}

.cookies-manager {
    text-align: left;
}

.cookies-manager p {
    margin: 1em 0;
}

.cookies-manager .cookie-group + .cookie-group {
    border-top: 1px solid #dbdbdb;
    padding-top: 15px;
    margin-top: 30px;
}

.cookies-manager .cookie-group .header {
    font-weight: bold;
    font-size: 16px;
}

.cookies-manager .cookie-group .header .fa {
    width: 24px;
    font-size: 24px;
    position: relative;
    top: 5px;
}

.cookies-manager .cookie-group.state--on .header .fa {
    color: #43c07e;
}

.cookies-manager .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.cookies-manager .switch {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cookies-manager .switch .label {
    margin-right: 10px;
}

.cookies-manager .switch .slider {
    background-color: #fff;
    width: 40px;
    height: 19px;
    border-radius: 30px;
    border: 1px solid;
}

.cookies-manager .cookie-group.state--off .switch .slider {
    background-color: #ffffff;
    border-color: #a2a2a2;
}

.cookies-manager .cookie-group.state--on .switch .slider {
    background-color: #43c07e;
    border-color: #43c07e;
}

.cookies-manager .switch .circle {
    transition: .25s;
}

.cookies-manager .cookie-group.state--off .switch .circle {
    transform: translateX(1px);
    background-color: #a2a2a2;
}

.cookies-manager .cookie-group.state--on .switch .circle {
    transform: translateX(22px);
    background-color: #ffffff;
}

.cookies-manager .switch .circle {
    position: relative;
    top: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.cookies-manager .cookie-group:last-child {
    margin-bottom: 60px;
}

.cookies-manager .button.save {
    border: 2px solid rgb(47, 175, 108);
    background-color: rgb(255, 255, 255);
    color: rgb(47, 175, 108);
    margin-right: 10px;
}

.cookies-manager .button.accept-all {
    background-color: rgb(47, 175, 108);
    border-color: rgb(47, 175, 108);
    color: #fff;
}

#lb-cookies-manager .lb-inner {
    max-width: 600px;
}

#lb-cookies-manager .lb-body {
    padding: 30px 30px 15px;
}

#cookies-page .cookies-manager {
    box-shadow: 0 0 15px #ebebeb;
    max-width: 600px;
    margin: 45px 0 0;
    padding: 15px;
}

@media screen and (max-width: 640px) {

    #cookies-bar .treble-clef {
        display: none;
    }

    #cookies-bar .header .treble-clef {
        display: block;
    }

    #lb-cookies-manager .lb-body {
        padding: 15px;
    }

    .cookies-manager .cookie-group .header .fa {
        width: 20px;
        font-size: 20px;
        top: 2px;
    }

    .cookies-manager .cookie-group .header {
        font-size: 14px;
    }

    .cookies-manager .confirmation {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .cookies-manager .button.save {
        order: 2;
        margin-top: 10px;
    }

    .cookies-manager .button.accept-all {
        margin-left: 0;
    }

    .cookies-manager .cookie-group:last-child {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 400px) {

    #cookies-bar .button.accept-all {
        display: block;
        margin-bottom: 15px;
    }

    .cookies-manager .cookie-group .header {
        display: block;
    }

    .cookies-manager .cookie-group .heading {
        margin-bottom: 10px
    }

    .cookies-manager p {
        font-size: 12px;
    }

    .cookies-manager button {
        font-size: 14px;
    }
}
* {}
#main-header {
    position: relative;
    z-index: 3;
}

/**
 * INFO MENU
 */
#info-menu {
    height: 40px;
    background-color: #333333;
    position: relative;
    z-index: 3;
}

#info-menu .info-menu-item {
    display: inline-block;
    padding: 0 12px;
    line-height: 40px;
    vertical-align: top;
    cursor: pointer;
}

#info-menu .info-menu-item:hover {
    background-color: #000;
}

#info-menu .info-menu-item,
#info-menu .info-menu-item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

#info-menu .info-menu-item .fa {
    margin-right: 7px;
    color: #94c11f;
}

#info-menu .header-shop-list-trigger {
    min-width: 90px;
}

/**
 * HEADER SHOP LIST
 */
#header-shop-list {
    width: 100%;
    margin-top: -154px;
    padding: 15px;
    position: absolute;
    z-index: 2;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#header-shop-list.show {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 20px 40px -20px #999999;
}

/**
 * HEADER LOGO
 */
#navigation-bar .logo * {
    font-size: 0;
}

#navigation-bar .logo {
    margin: 24px 0;
}

@media screen and (max-width: 767px) {
    #navigation-bar .logo {
        max-height: 45px;
        margin: 12px 0;
    }

    #navigation-bar .logo * {
        max-height: inherit;
        width: auto;
    }
}

/**
 * MAIN MENU
 */
.main-menu {
    font-size: 0;
    background-color: #ffffff;
}

.main-menu-item {
    display: inline-block;
    vertical-align: middle;
}

.main-menu-item:hover {
    background-color: #F7F7F7;
}

.main-menu-item.active {
    background-color: #3CCEFF;
}

.main-menu-item,
.main-menu-item > * {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
    text-transform: uppercase;
}

.main-menu-item:hover,
.main-menu-item:hover > * {
    color: #333333;
}

.main-menu-item.active,
.main-menu-item.active > * {
    color: #ffffff;
}

.main-menu-item > * {
    display: block;
    padding: 45px 12px;
}

.main-menu-item.eshop {
    background-color: #ff4808;
}

.main-menu-item.eshop > * {
    color: #ffffff;
}

#main-menu-cloned {
    display: none;
}

@media screen and (max-width: 1350px) {

    .main-menu-item,
    .main-menu-item > * {
        font-size: 12px;
    }

    .main-menu-item > * {
        display: block;
        padding: 45px 10px;
    }
}

@media screen and (max-width: 1199px) {
    #main-menu-cloned {
        display: block !important;
        position: absolute;
        top: 149px;
        width: 100%;
        visibility: hidden;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }

    #main-menu-cloned.show {
        opacity: 1;
        visibility: visible;
        box-shadow: 0px 20px 40px -20px #999999;
        margin-top: 0 !important;
    }

    .main-menu-item {
        display: inline-block;
        width: 33.33%;
    }

    .main-menu-item > * {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    #main-menu-cloned {
        top: 111px;
        -webkit-transition: .55s;
        -moz-transition: .55s;
        -o-transition: .55s;
        transition: .55s;
    }

    .main-menu-item {
        display: block;
        width: auto;
    }

    .main-menu-item > * {
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .main-menu-item:hover > * {
        padding-left: 25px;
    }
}

/**
 * SEARCH BAR TRIGGER
 * MOBILE MAIN MENU TRIGGER
 */
#navigation-bar .search-bar-trigger,
#navigation-bar .mobile-main-menu-trigger {
    display: inline-block;
    padding: 41px 45px;
    color: #666666;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
}

#navigation-bar .mobile-main-menu-trigger {
    display: none;
    color: #00ccff;
}

#navigation-bar .search-bar-trigger:hover {
    background-color: #F7F7F7;
    color: #333333;
}

#navigation-bar .mobile-main-menu-trigger:hover {
    background-color: #00b2e3;
    color: #ffffff;
}

@media screen and (max-width: 1199px) {
    #navigation-bar .mobile-main-menu-trigger {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    #navigation-bar .search-bar-trigger,
    #navigation-bar .mobile-main-menu-trigger {
        padding: 22px 10%;
    }
}

/**
 * NAVIGATION BAR
 */
#navigation-bar .top-part {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

#navigation-bar .bottom-part {
    margin: 15px 0 15px;
}

#navigation-bar .go-back-in-history-trigger {}

/**
 * BREADCRUMBS NAVIGATION
 */
#breadcrumbs-navigation {
    margin: 11px;
}

#breadcrumbs-navigation .crumb {
    display: inline-block;
    vertical-align: middle;
    padding-left: 7px;
    font-size: 14px;
}

#breadcrumbs-navigation .crumb:after {
    content: "//";
    margin-left: 7px;
}

#breadcrumbs-navigation .crumb:last-child:after {
    display: none;
}

#breadcrumbs-navigation .fa {
    font-size: 16px;
}

/**
 * SEARCH BAR
 */
.search-bar {
    width: 100%;
    margin-top: -70px;
    position: absolute;
    top: 149px;
    background-color: #00a6df;
    opacity: .3;
    visibility: hidden;
    font-size: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.search-bar.show {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.search-box {
    display: inline-block;
    padding: 16px 0;
    vertical-align: middle;
    position: relative;
}

.search-box-input {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ffffff;
    outline: 0;
    padding: 5px 55px 5px 0;
    background-color: transparent;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 0;
}

#clear-search-box-input {
    position: absolute;
    top: 21px;
    right: 20px;
    width: 16px;
    height: 16px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
}

.search-box-input::-webkit-input-placeholder { color: #ffffff; }
.search-box-input::-moz-placeholder { color: #ffffff; }
.search-box-input:-ms-input-placeholder { color: #ffffff; }
.search-box-input:-moz-placeholder { color: #ffffff; }

.submit-search-form {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

#search-results .submit-search-form {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .search-bar {
        top: 111px;
    }

    .submit-search-form {
        padding: 9px 10px;
        font-size: 0;
    }

    .submit-search-form .fa {
        margin-right: 0;
        font-size: 16px;
    }
}

#search-results {
    position: absolute;
    top: 219px;
    width: 100%;
}

#search-results-placeholder {
    background-color: #fff;
    box-shadow: 0 0px 20px 10px rgba(97, 97, 97, 0.46);
    padding: 40px 90px;
}

#search-results-table h6 {
    color: #00A6DF;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
}

#search-results-table ul {
    display: inline-block;
    text-align: left;
    margin-left: 15px;
}

#search-results-table li {
    margin-bottom: 7px;
}

#search-results-table a {
    color: #333;
    font-weight: bold;
}

#search-results-table .fa {
    margin-right: 7px;
    color: #00A6DF;
    position: relative;
    margin-left: -12px;
}

#search-results-table li.shop-category .fa-caret-right {
    color: #f05310;
}

#search-results-table li.shop-category .fa-external-link {
    margin-left: 5px;
    color: #f05310;
}

#search-results-table li.shop-category .shop-name {
    color: #f05310;
    font-size: 14px;
}

#pinned-info-snippets {
    background-color: #aaa;
    overflow: hidden;
    position: relative;
    z-index: 4;
}

#pinned-info-snippets .info-snippet {
    font-size: 14px;
    color: #fff;
    text-align: center;
    height: 100%;
    padding: 4px 0;
}

#pinned-info-snippets .info-snippet p {
    margin-bottom: 0;
}

#pinned-info-snippets a {
    color: #fff;
}

#pinned-info-snippets .button {
    padding-top: 3px;
    padding-bottom: 3px;
}
* {}

#footer-content {
    background-color: #020202;
    background-image: url(../images/footer/footer-background.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

@media screen and (max-width: 767px) {
    #footer-content {
        background-image: url();
    }
}

/**
 * FOOTER INFO
 */
#footer-info-parts-spacer .row {
    font-size: 0;
}

#footer-info-parts-spacer > .row > [class^='col-'],
#footer-info-parts-spacer > .row > [class*=' col-'] {
    display: inline-block;
    float: none;
    vertical-align: middle;
    font-size: 16px;
}

#footer-info-parts-spacer > .row > [class^='col-']:after,
#footer-info-parts-spacer > .row > [class*=' col-']:after {
    content: "";
    display: block;
    height: 80px;
    border-right: 1px solid #94C11F;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -40px;
}

#footer-info-parts-spacer > .row > [class^='col-']:first-child:after,
#footer-info-parts-spacer > .row > [class*=' col-']:first-child:after {
    right: 13%;
}

#footer-info-parts-spacer > .row > [class^='col-']:nth-child(2):after,
#footer-info-parts-spacer > .row > [class*=' col-']:nth-child(2):after {
    right: -10%;
}

#footer-info-parts-spacer > .row > [class^='col-']:nth-child(3):after,
#footer-info-parts-spacer > .row > [class*=' col-']:nth-child(3):after {
    right: -3.5%;
}

#footer-info-parts-spacer > .row > [class^='col-']:last-child:after,
#footer-info-parts-spacer > .row > [class*=' col-']:last-child:after {
    border-right: 0;
}

#footer-info {
    padding: 50px 0;
    background-color: rgba(51,51,51,.5);
    text-align: center;
}

#footer-info .contacts {
    text-align: center;
}

#footer-info .contacts h6 {
    margin-bottom: 12px;
    color: #00A6DF;
    font-size: 20px;
    font-weight: bold;
}

#footer-info .contacts p {
    margin-bottom: 10px;
    color: #ffffff;
}

#footer-info .contacts a {
    color: #ffffff;
}

#footer-info .social-site-list {
    margin-top: 33px;
}

#footer-info .social-site {
    margin: 0 8px;
}

#footer-content .main-links ul {
    display: inline-block;
    text-align: left;
}

#footer-content .main-links li {
    margin-bottom: 7px;
}

#footer-content .main-links .fa {
    margin-right: 7px;
    color: #ffffff;
}

#footer-content > .main-links {
    display: none;
}

#footer-content .main-links li:hover .fa {
    color: #00A6DF;
}

#footer-content .main-links li a {
    color: #ffffff;
}

#footer-info .subscription {
    max-width: 65%;
    float: right;
    text-align: left;
}

#footer-info .subscription p {
    color: #ffffff;
}

#footer-info .subscription a {
    color: #ffffff;
}

@media screen and (max-width: 1199px) {
    #footer-info .subscription {
        float: none;
        max-width: none;
        margin-top: 90px;
        text-align: center;
    }

    #footer-info-parts-spacer > .row > [class^='col-']:nth-child(3):after,
    #footer-info-parts-spacer > .row > [class*=' col-']:nth-child(3):after  {
        display: none;
    }

    #footer-info .subscription input {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    #footer-info-parts-spacer > .row > [class^='col-']:after,
    #footer-info-parts-spacer > .row > [class*=' col-']:after {
        display: none;
    }

    #footer-info .logo {
        margin: 0 auto 30px;
    }

    #footer-content > .main-links {
        display: block !important;
        text-align: center;
        margin: 20px 0 45px;
    }

    #footer-content > .main-links ul {
        text-align: center;
    }
}

/**
 * FOOTER SHOP LIST
 */
#footer-shop-list {
    padding: 60px 0;
}

#footer-shop-list .shop {
    text-align: left;
}

#footer-shop-list .shop-background-overlay {
    padding: 70px 55px;
}

#footer-shop-list p {
    margin-bottom: 15px;
}

#footer-shop-list img {
    margin: 24px 0;
    float: right;
}

@media screen and (max-width: 1399px) {
    #footer-shop-list {
        padding: 40px 0;
    }

    #footer-shop-list .shop-background-overlay {
        padding: 50px 30px;
    }
}

@media screen and (max-width: 1199px) {
    #footer-shop-list {
        padding: 20px 0;
    }

    #footer-shop-list .shop-background-overlay {
        padding: 20px 30px;
    }

    #footer-shop-list img {
        float: none;
        margin: 0 0 20px;
    }

    #footer-shop-list .button {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    #footer-shop-list {
        padding: 20px 0 30px;
    }

    #footer-shop-list .shop {
        background-image: url();
        text-align: center;
    }

    #footer-shop-list img {
        margin: 0 auto 15px;
    }
}

/**
 * COPYRIGHT
 */
#footer-copyright {
    font-size: 13px;
    margin: 25px 0;
}

#footer-copyright p {
    margin: 0;
}

@media screen and (max-width: 767px) {
    #footer-copyright {
        text-align: center;
    }
}

/**
 * TOOL BOXES
 */
.no-js #tool-boxes {
    display: none;
}

#tool-boxes {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 801;
}

.tool-box {
    display: inline-block;
    margin-left: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0 10px 0 #676767;
    vertical-align: bottom;
}

.tool-box-header {
    margin: 10px;
    background-color: #009dd9;
}

.tool-box-header > * {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.tool-box-content-wrapper {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.tool-box-content {
    margin: 0 10px 10px;
    border: 1px solid #009dd9;
    padding: 8px 15px;
    font-size: 14px;
}

#top-scroll-trigger {
    display: none;
}

#top-scroll-trigger.show {
    display: inline-block !important;
}

#top-scroll-trigger button {
    padding: 19px 12px;
    cursor: pointer;
}

#fast-contacts .button {
    width: 170px;
}

#fast-contacts .tool-box-header {
    padding: 8px 15px;
}

#fast-contacts .tool-box-header .button:last-child {
    display: none;
}

#fast-contacts .tool-box-header span {
    margin-right: 20px;
    font-weight: bold;
}

#fast-contacts .tool-box-content-wrapper.show {
    max-height: 120px;
}

#fast-contacts li {
    margin-bottom: 5px;
}

#fast-contacts li .fa {
    margin-right: 7px;
    font-size: 15px;
}

@media screen and (max-width: 1199px) {
    #fast-contacts span {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #top-scroll-trigger.show,
    #top-scroll-trigger.show {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    #tool-boxes {
        margin: 30px 0;
        position: static;
        text-align: center;
    }

    .tool-box {
        box-shadow: 0 0 10px #b7b7b7;
    }
}
#page-404 h2 {
    color: #00A6DF;
    margin-bottom: 5px;
}

#page-404 p {
    max-width: 600px;
}

#page-404 img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    #page-404 .main-content {
        text-align: center;
    }
}

* {}

#index-page-header {
    position: relative;
    overflow: hidden;
    margin-top: -15px;
}

#index-page-header .text-content {
    position: relative;
    z-index: 2;
    padding: 115px 0 165px;
}

#index-page-header .wrapper {
    max-width: 1199px;
}

#index-page-header .button .fa {
    margin-right: 0;
}



#index-page-header {
    position: relative;
    overflow: hidden;
    margin-top: -15px;
}

#index-page-header .text-content {
    position: relative;
    z-index: 2;
    padding: 115px 0 165px;
}

#index-page-header .wrapper {
    max-width: 1199px;
}

#index-page-header .button .fa {
    margin-right: 0;
}

#index-page-header .graphics-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#index-page-header .graphics-content:after {
    content: "";
    display: block;
    background-image: url(https://www.transparenttextures.com/patterns/dark-denim-3.png);
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
}

#index-page-header .graphics-content .slide {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

#index-page-header .graphics-content .slide.show {
    visibility: visible;
    opacity: 1;
}

#index-page-header .graphics-content img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
    #index-page-header h2 {
        font-size: 28px !important;
    }

    #index-page-header .text-content {
        padding: 115px 0;
    }
}

#index-page-header {
    text-align: center;
    color: #ffffff;
}

#index-page-header h2 {
    font-size: 48px;
    text-transform: uppercase;
}

#index-page-header .splitter {
    max-width: 750px;
    background-color: #98ff00;
    margin-top: 18px;
    margin-bottom: 22px;
}

#index-page-header p {
    margin-bottom: 50px;
}

#index-page-header .button {

}

#index-page .main-content {
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
}

#index-page .what-we-do .post-box:hover {
    border-color: #333333;
}

#index-page .what-we-do .post-box-title .fa {
    line-height: 90px;
}

#index-page .what-we-do {
    padding-top: 105px;
}

#index-page .what-we-do .post-box-text {
    min-height: 230px;
}

#wwd-1-post-box {
    border-color: #8cbd00;
}

#wwd-1-post-box .splitter {
    background-color:  #8cbd00;
}

#wwd-1-post-box .post-box-title .left-part {
    color: #83af07;
}

#wwd-2-post-box {
    border-color: #1fb9db;
}

#wwd-2-post-box .post-box-title .left-part {
    color: #1fb9db;
}

#wwd-2-post-box .splitter {
    background-color:  #1fb9db;
}

#wwd-3-post-box {
    border-color: #e94510;
}

#wwd-3-post-box .post-box-title .left-part {
    color: #e97610;
}

#wwd-3-post-box .splitter {
    background-color:  #e97610;
}

#wwd-4-post-box {
    border-color: #666666;
}

#wwd-4-post-box .post-box-title .left-part {
    color: #666666;
}

#wwd-4-post-box .splitter {
    background-color: #999999;
}

#index-page .client img,
#index-page .brand img {
    width: auto;
    display: inline-block;
}

#index-page .clients .prev,
#index-page .clients .next,
#index-page .brands .prev,
#index-page .brands .next {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 48px;
    color: #cccccc;
    z-index: 2;
    cursor: pointer;
    width: 50px;
}

#index-page .clients .prev,
#index-page .brands .prev {
    left: 0;
}

#index-page .clients .next,
#index-page .brands .next {
    right: 0;
}

#index-page .clients .post-list,
#index-page .brands .post-list {
    padding: 0 50px;
}

#index-page .clients,
#index-page .brands {
    font-size: 0;
}

#index-page .clients .post-list,
#index-page .brands .post-list {
    margin-bottom: 60px;
    margin-top: 60px;
}

#index-page .clients .logo-box,
#index-page .brands .logo-box {
    margin: auto;
}

#index-page .clients .post-list-footer,
#index-page .brands .post-list-footer {
    display: none;
    text-align: center;
}

#index-page .clients .splitter,
#index-page .brands .splitter {
    margin-top: 75px;
}

#index-page .news .post-list-footer,
#index-page .news .post-list-footer {
    display: none;
}

@media screen and (max-width: 1300px) {
    #index-page .what-we-do .post-box-text {
        min-height: 220px;
    }
}

@media screen and (max-width: 1199px) {
    #index-page .clients .splitter,
    #index-page .brands .splitter {
        margin-top: 35px;
    }
}

@media screen and (max-width: 767px)  {
    #index-page .news .post-list-heading .button {
        display: none;
    }

    #index-page .news .post-list-footer {
        display: block;
    }

    #index-page .main-content,
    #index-page .news .caption {
        text-align: center;
        float: none;
    }

    #index-page .clients .post-list-heading .button,
    #index-page .brands .post-list-heading .button {
        display: none;
    }

    #index-page .clients .post-list-footer,
    #index-page .brands .post-list-footer {
        display: block;
    }

    #index-page .clients .caption,
    #index-page .brands .caption {
        text-align: center;
        float: none;
    }
}

@media screen and (min-width: 641px) and (max-width: 1199px) {

    #index-page .what-we-do .post-box-title .fa {
        line-height: 80px;
    }

    #index-page .what-we-do .post-box-title .left-part {
        font-size: 15px;
    }

    #index-page .what-we-do .post-box-title .left-part > * {
        width: auto;
    }

    #index-page .what-we-do > .row > div {
        display: inline-block;
        float: none;
        width: 49%;
        vertical-align: top;
    }
}
* {}

#md_article-archive-page .aside-content .splitter {
    display: none;
}

#md_article-archive-page .main-content:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #f7f7f7;
    top: 0;
    left: -6%;
    bottom: 0;
}

#md_article-archive-page .post-list {
    text-align: center;
}


#md_article-archive-page .pager .button {
    border-width: 1px;
    padding: 15px 20px;
    margin: 8px;
}

#md_article-archive-page .pager .button.page:hover {
    border-color: #666666;
    background-color: #666666;
    color: #ffffff;
}

#md_article-archive-page .pager .button.current:hover {
    border-color: #00ccff;
    background-color: #00ccff;
    color: #fff;
}

#md_article-archive-page .pager .button.current {
    border-color: #00ccff;
    color: #00ccff;
}

#md_article-archive-page .pager .button.prev {
    border-color: #00ccff;
    background-color: #00ccff;
}

#md_article-archive-page .pager .button.next {
    border-color: #00ccff;
    background-color: #00ccff;
}

#md_article-archive-page .pager .button.next .fa {
    margin-right: 0;
    margin-left: 8px;
}

#md_article-archive-page .pager .button {
    border-width: 1px;
    padding: 15px 20px;
}

#md_article-archive-page .pager .button.current {
    border-color: #00ccff
}

@media screen and (max-width: 767px) {
    #md_article-archive-page .pager .button.next,
    #md_article-archive-page .pager .button.prev {
        display: none;
    }
}

#md_article-archive-page .post-list .splitter {
    margin-top: 25px;
    margin-bottom: 25px;
}

#md_article-archive-page .post-box {
    display: block;
    max-width: none;
    margin-bottom: 0;
    text-align: left;
}

#md_article-archive-page .post-box-content {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#md_article-archive-page .post-box-image,
#md_article-archive-page .post-box-text {
    display: table-cell;
    vertical-align: top;
}

#md_article-archive-page .post-box-image {
    width: 330px;
}

#md_article-archive-page .post-box-text {
    border-width: 0;
    padding: 25px;
    position: relative;
}

#md_article-archive-page .post-box-title {
    font-size: 20px;
    color: #00A6DF;
    margin-bottom: 10px;
    max-width: 520px;
}

#md_article-archive-page .post-box-description {
    padding: 0;
    color: #333333;
    font-size: 16px;
    max-width: 520px;
}

#md_article-archive-page .post-box-publish-date {
    color: #999999;
    font-size: 14px;
    margin-bottom: 10px;
}

#md_article-archive-page .post-box-publish-date .fa {
    margin-right: 7px;
}

#md_article-archive-page .post-box .links {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 14px;
}

#md_article-archive-page .post-box .category {
    color: #00CCFF;
}

#md_article-archive-page .post-box .brand {
    color: #999999;
}

.post-box-continue-reading .fa {
    color: #999999;
    margin-left: 7px;
}

@media screen and (max-width: 1399px) {
    #md_article-archive-page .aside-content-wrapper {
        height: auto !important;
        min-height: auto !important;
    }

    #md_article-archive-page .aside-content .sticky {
        position: static;
    }

    #md_article-archive-page .aside-content .v-spacer {
        padding-bottom: 0;
    }

    #md_article-archive-page .aside-content .splitter {
        display: block;
    }

    #md_article-archive-page .main-content:before {
        display: none;
    }

    #md_article-archive-page .main-content .v-spacer {
        /* padding-top: 0; */
    }

    #md_article-archive-page .filter-list {
        font-size: 0;
    }

    #md_article-archive-page .filter-list .filter {
        display: inline-block;
    }

    #md_article-archive-page .filter-list .filter > * {
        width: 100%;
    }
}

@media screen and (min-width: 1199px) and (max-width: 1399px) {
    #md_article-archive-page .filter-list .filter {
        width: 15.83%;
        margin: 0 .5% 1% .5%;
    }

    #md_article-archive-page .filter-list .filter:nth-child(6n + 1) {
        margin-left: 0;
    }

    #md_article-archive-page .filter-list .filter:nth-child(6n + 6) {
        margin-right: 0;
    }

    #md_article-archive-page .filter-list .filter-label .full {
        display: none;
    }

    #md_article-archive-page .filter-list .filter-label .short {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    #md_article-archive-page .main-content {
        text-align: center;
    }

    #md_article-archive-page .post-list .splitter {
        max-width: 330px;
    }

    #md_article-archive-page .post-box {
        max-width: 330px;
        text-align: center;
    }

    #md_article-archive-page .post-box-image {
        display: block;
    }

    #md_article-archive-page .post-box-text {
        display: block;
    }

    #md_article-archive-page .post-box .links {
        display: none;
    }
}
* {}

#md_brand-archive-page .v-spacer {
    padding-bottom: 0;
}

#md_brand-archive-page {
    padding-bottom: 20px;
}

#md_brand-archive-page .shop-list {
    margin-bottom: 40px;
}

/**
 * FILTER LIST
 */
#md_brand-archive-page .focus-filter-list-wrapper {
    margin-top: 40px;
}

#md_brand-archive-page b.toggle-filter-list {
    display: none;
    margin-bottom: 10px;
    color: #999999;
    font-weight: bold;
    cursor: pointer;
}

#md_brand-archive-page b.toggle-filter-list .fa {
    font-size: 18px;
    margin-left: 5px;
    position: relative;
    bottom: -1px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#md_brand-archive-page b.toggle-filter-list.down .fa {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#md_brand-archive-page .filter-list {
    margin-bottom: 30px;
}

#md_brand-archive-page .filter-list .fa {
    font-size: 26px;
    width: 42px;
}

/**
 * FOCUS TAG
 */
#md_brand-archive-page .focus-heading {
    height: 238px;
    margin: 0 auto 40px;
    position: relative;
    overflow: hidden;
    background-color: #656565;
    text-align: center;
}

#md_brand-archive-page .focus-heading:before,
#md_brand-archive-page .focus-heading:after {
    content: "";
    width: 50%;
    padding-bottom: 18px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
}

#md_brand-archive-page .focus-heading:before {
    right: 50%;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    transform: skewX(45deg);
}

#md_brand-archive-page .focus-heading:after {
    left: 50%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -ms-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

#md_brand-archive-page .focus-heading img {
    position: absolute;
    max-width: 1600px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#md_brand-archive-page .focus-heading-info-content {
    padding: 5px 0 41px;
}

#md_brand-archive-page .focus-heading-info-content:before {
    content: "";
    display: block;
    width: 100%;
    margin-bottom: 13px;
    border-bottom: 1px solid #8cbd00;
    position: relative;
    z-index: 1;
}

#md_brand-archive-page .focus-heading-info-content h2 {
    margin-bottom: 8px;
    color: #9ADF50;
    font-size: 20px;
    font-weight: normal;
}

#md_brand-archive-page .focus-heading-info-content p {
    width: 90%;
    max-width: 810px;
    margin: auto;
    color: #ffffff;
    font-size: 14px;
}

/**
 * FOCUS TAG LOGO BOX
 */
.brand-focus-logo-box {
    width: 80px;
    height: 80px;
    margin: 0 auto 8px;
}

.brand-focus-logo-box .logo-box-icon {
    color: #00A6DF;
    font-size: 30px;
    line-height: 80px;
}

/**
 * BRAND LIST
 */
#md_brand-archive-page .brand-list {
    font-size: 0;
}

/**
 * BRAND LOGO BOX
 */
#md_brand-archive-page .brand {
    display: inline-block;
    width: 20%;
    margin-bottom: 70px;
}

#md_brand-archive-page .brand-list .logo-box {
    margin: auto;
}

/**
 * BRAND SEARCH ASSISTANT
 */
#brand-search-assistant {
    margin: 60px 0 0;
}

#brand-search-assistant-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

#brand-search-assistant-wrapper {
    background-color: #009dd9;
    color: #ffffff;
    position: relative;
}

#brand-search-assistant-wrapper .close {
    display: none;
    position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
    cursor: pointer;
}

#brand-search-assistant-wrapper.fixed .close {
    display: block;
}

#brand-search-assistant-wrapper .close:hover {
    color: #333;
}

#brand-search-assistant-wrapper > div {
    padding: 20px;
}

#brand-search-assistant-wrapper p {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    max-width: 540px;
}

#brand-search-assistant-wrapper .row > div:last-child {
    text-align: right;
}

#brand-search-assistant-wrapper .button {
    margin: 5px 0;
}

#brand-search-assistant-wrapper.fixed .button {
    margin: 5px 15px;
}

#brand-search-assistant-wrapper.fixed {
    position: fixed;
    bottom: 0;
    z-index: 1;
    max-width: 930px;
}

/**
 * RESPONSIVITY
 */
@media screen and (min-width: 1200px) {

    #md_brand-archive-page .filter-list {
        font-size: 0;
    }

    #md_brand-archive-page .filter-list .filter {
        display: inline-block;
        width: 24.25%;
        margin: 0 .5% 1% .5%;
    }

    #md_brand-archive-page .filter-list .filter:nth-child(4n + 1) {
        margin-left: 0;
    }

    #md_brand-archive-page .filter-list .filter:nth-child(4n + 4) {
        margin-right: 0;
    }

    #md_brand-archive-page .filter-list .filter > * {
        width: 100%;
    }
}

@media screen and (max-width: 1399px) {
    #md_brand-archive-page .brand {
        width: 25%;
    }

    #brand-search-assistant-wrapper.fixed {
        max-width: 730px;
    }

    #brand-search-assistant-wrapper.fixed .button {
        margin: 18px 15px;
    }
}

@media screen and (max-width: 1199px) {
    #md_brand-archive-page .brand {
        width: 33.33%;
    }

    #md_brand-archive-page .filter-list .filter-label .full {
        display: none;
    }

    #md_brand-archive-page .filter-list .filter-label .short {
        display: inline-block;
    }
}

@media screen and (max-width: 991px) {
    #brand-search-assistant {
        margin-top: 0;
    }

    #brand-search-assistant-wrapper {
        position: static !important;
        width: auto !important;
    }

    #brand-search-assistant-wrapper p {
        text-align: center;
        margin-bottom: 15px;
        max-width: none;
    }

    #brand-search-assistant-wrapper .row > div:last-child {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {

    #md_brand-archive-page b.toggle-filter-list {
        display: inline-block;
    }

    #md_brand-archive-page .brand {
        width: 50%;
    }

    #md_brand-archive-page .focus-heading {
        height: auto;
    }

    #md_brand-archive-page .focus-heading img {
        display: none;
    }
}
* {}

#md_service-archive-page .main-content:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #f7f7f7;
    top:  0;
    right: -5.8%;
    bottom: 0;
}

#md_service-archive-page .main-content .splitter {
    display: none;
    margin-top: 65px;
    margin-bottom: 0;
}

#md_service-archive-page .solution-filter-list-wrapper h3 {
    margin-bottom: 10px;
    color: #00A6DF;
    font-size: 36px;
    font-weight: normal;
}

@media screen and (max-width: 1199px) {
    #md_service-archive-page .main-content:after {
        display: none;
    }

    #md_service-archive-page .main-content .v-spacer {
        padding-bottom: 0;
    }

    #md_service-archive-page .main-content .splitter {
        display: block;
    }

    #md_service-archive-page .aside-content-wrapper {
        height: auto !important;
        min-height: auto !important;
    }

    #md_service-archive-page .aside-content .sticky {
        position: static;
    }

    #md_service-archive-page .solution-filter-list .filter-label .full {
        display: none;
    }

    #md_service-archive-page .solution-filter-list .filter-label .short {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    #md_service-archive-page {
        text-align: center;
    }
}
* {}

#md_solution-archive-page .client img {
    width: auto;
    display: inline-block;
}

#md_solution-archive-page .prev,
#md_solution-archive-page .next {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 48px;
    color: #cccccc;
    z-index: 2;
    cursor: pointer;
    width: 50px;
}

#md_solution-archive-page .prev {
    left: 0;
}

#md_solution-archive-page .next {
    right: 0;
}

#md_solution-archive-page .clients .post-list {
    padding: 0 50px;
}

#md_solution-archive-page .clients .post-list {
    margin-bottom: 60px;
    margin-top: 60px;
}

#md_solution-archive-page .clients .logo-box {
    margin: auto;
}

#md_solution-archive-page .clients img {
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

#md_solution-archive-page .clients .logo-box:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
}

#md_solution-archive-page .clients .post-list-footer,
#md_solution-archive-page .articles .post-list-footer {
    display: none;
    text-align: center;
}

#md_solution-archive-page .clients .splitter {
    margin-top: 75px;
}

#md_solution-archive-page .articles .splitter {
    margin-top: 105px;
}

@media screen and (max-width: 1199px) {
    #md_solution-archive-page .clients .splitter {
        margin-top: 35px;
    }

    #md_solution-archive-page .articles .splitter {
        margin-top: 65px;
    }
}

@media screen and (max-width: 767px) {
    #md_solution-archive-page .main-content {
        text-align: center;
    }

    #md_solution-archive-page .clients .post-list-heading .button,
    #md_solution-archive-page .articles .post-list-heading .button {
        display: none;
    }

    #md_solution-archive-page .clients img {
        filter: none;
        -webkit-filter: grayscale(0);
    }

    #md_solution-archive-page .clients .post-list-footer,
    #md_solution-archive-page .articles .post-list-footer {
        display: block;
    }

    #md_solution-archive-page .clients .caption,
    #md_solution-archive-page .articles .caption {
        text-align: center;
        float: none;
    }
}
* {}

#pinned-references-carousel {
    text-align: right;
}

#md_reference-archive-page .main-content .v-spacer {
    padding-bottom: 30px;
}

#md_reference-archive-page .solutions strong {
    display: inline-block;
    color: #999;
    margin-bottom: 12px;
}

#md_reference-archive-page .solution-list .filter {
    display: inline-block;
}

#md_reference-archive-page .references {
    text-align: center;
}

#md_reference-archive-page .references h2 {
    margin-bottom: 20px;
    text-align: left;
    color: #00A6DF;
    font-size: 36px;
    font-weight: normal;
}

#md_reference-archive-page .references .splitter {
    margin-top: 60px;
    margin-bottom: 60px;
}

#md_reference-archive-page .clients h2 {
    margin-bottom: 35px;
    color: #999999;
    font-size: 36px;
    font-weight: normal;
    text-align: center;
}

#md_reference-archive-page .client-list {
    font-size: 0;
    text-align: center;
}

#md_reference-archive-page .client {
    display: inline-block;
    width: 20%;
    margin-bottom: 70px;
}

#md_reference-archive-page .clients .logo-box {
    margin: auto;
}

#md_reference-archive-page .client img {
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

#md_reference-archive-page .client:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
}

@media screen and (max-width: 1399px) {
    #md_reference-archive-page .client {
        width: 25%;
    }
}

@media screen and (min-width: 1200px) {

    #md_reference-archive-page .filter-list {
        font-size: 0;
    }

    #md_reference-archive-page .filter-list .filter {
        display: inline-block;
        width: 24.25%;
        margin: 0 .5% 1% .5%;
    }

    #md_reference-archive-page .filter-list .filter:nth-child(4n + 1) {
        margin-left: 0;
    }

    #md_reference-archive-page .filter-list .filter:nth-child(4n + 4) {
        margin-right: 0;
    }

    #md_reference-archive-page .filter-list .filter > * {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    #md_reference-archive-page .solution-list .filter-label .full {
        display: none;
    }

    #md_reference-archive-page .solution-list .filter-label .short {
        display: inline-block;
    }
}

@media screen and (max-width: 991px) {
    #md_reference-archive-page .client {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    #md_reference-archive-page .main-content,
    #md_reference-archive-page .references h2 {
        text-align: center;
    }

    #md_reference-archive-page .client {
        width: 50%;
    }

    #md_reference-archive-page .client img {
        filter: none;
        -webkit-filter: grayscale(0);
    }
}
* {}

#md_service-single-page .solution-filter-list-wrapper h3 {
    margin-bottom: 10px;
    color: #00A6DF;
    font-size: 36px;
    font-weight: normal;
}

#md_service-single-page .main-content h2 {
    font-size: 22px;
    margin-bottom: 5px;
    color: #00A6DF;
}

#md_service-single-page .main-content h3 {
    margin-bottom: 5px;
    color: #00A6DF;
}

#md_service-single-page .main-content li strong {
    color: #00A6DF;
}

#md_service-single-page .main-content p {
    margin-bottom: 45px;
}

#md_service-single-page .main-content .button {
    margin-right: 10px;
    margin-bottom: 10px;
}

#md_service-single-page .main-content:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #f7f7f7;
    top:  0;
    right: -5.8%;
    bottom: 0;
}

#md_service-single-page .main-content .v-spacer {
    padding-bottom: 30px;
}

#md_service-single-page .solution-filter-list-wrapper .splitter {
    display: none;
}

/**
 * CLIENT LIST SNIPPET
 * SERVICED BRAND LIST SNIPPET
 */
#md_service-single-page .clients .post-list-heading,
#md_service-single-page .serviced-brands .post-list-heading {
    margin-bottom: 45px;
    text-align: center;
}

#md_service-single-page .clients .caption,
#md_service-single-page .serviced-brands .caption {
    float: none;
    color: #999999;
}

#md_service-single-page .clients,
#md_service-single-page .serviced-brands {
    font-size: 0;
}

/**
 * CLIENT LOGO BOX
 * SERVICED BRAND LOGO BOX
 */
#md_service-single-page .client,
#md_service-single-page .serviced-brands .brand {
    display: inline-block;
    width: 20%;
    margin-bottom: 70px;
}

#md_service-single-page .clients .logo-box,
#md_service-single-page .serviced-brands .brand .logo-box {
    margin: auto;
}

#md_service-single-page .client h3 {
    color: #999999
}

/**
 * RESPONSIVITY
 */
@media screen and (max-width: 1399px) {
    #md_service-single-page .client,
    #md_service-single-page .serviced-brands .brand {
        width: 25%;
    }
}

@media screen and (max-width: 1199px) {

    [data-page-name="servis"] .aside-content {
        display: none;
    }

    #md_service-single-page .aside-content-wrapper {
        height: auto !important;
        min-height: auto !important;
    }

    #md_service-single-page .aside-content .sticky {
        position: static;
    }

    #md_service-single-page .solution-filter-list-wrapper {
        margin-bottom: 10px;
    }

    #md_service-single-page .client,
    #md_service-single-page .serviced-brands .brand {
        width: 33.33%;
    }

    #md_service-single-page .solution-filter-list .filter-label .full {
        display: none;
    }

    #md_service-single-page .solution-filter-list .filter-label .short {
        display: inline-block;
    }

    #md_service-single-page .solution-filter-list-wrapper {
        margin-top: -60px;
    }

    #md_service-single-page .solution-filter-list-wrapper .splitter {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    #md_service-single-page .client,
    #md_service-single-page .serviced-brands .brand {
        width: 50%;
    }
}
* {}

#md_solution-single-page .post-heading .solution-description + .button-group {
    margin-top: 20px;
}

#md_solution-single-page .post-heading .button-group .button {
    margin-right: 25px;
}

#md_solution-single-page #partial-work-list .post-box {
    border: 1px solid #00A6DF;
    position: relative;
}

#md_solution-single-page #partial-work-list .post-box:hover {
    border-color: #666666;
}

#md_solution-single-page #partial-work-list .post-box-title .fa {
    line-height: 90px;
}

#md_solution-single-page #partial-work-list .post-box-text {
    border: 0;
}

#md_solution-single-page #partial-work-list .post-box-description {
    height: 400px;
}

#md_solution-single-page #partial-work-list .post-box .splitter {
    background-color: #8cbd00;
}

#md_solution-single-page .post-list-footer {
    display: none;
}

#md_solution-single-page #partial-work-list .post-box-text .button {
    display: block;
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
}

@media screen and (max-width: 767px) {
    #md_solution-single-page .post-list-snippet {
        text-align: center;
    }

    #md_solution-single-page .post-list-heading .caption {
        float: none;
    }

    #md_solution-single-page .post-list-heading > .button {
        display: none;
    }

    #md_solution-single-page .post-list-footer {
        display: block;
    }

    #md_solution-single-page .post-heading .button-group .button {
        margin-bottom: 10px;
    }

    #md_solution-single-page .post-heading .button-group .button:last-child {
        margin-bottom: 0;
    }
}


/**
 * SOLUTION SEARCH ASSISTANT
 */
#solution-search-assistant {
    margin: 0 0 80px;
}

#solution-search-assistant-wrapper {
    padding: 20px;
    background-color: #009dd9;
    color: #ffffff;
}

#solution-search-assistant-wrapper p {
    font-size: 20px;
    font-weight: bold;
    margin: 13px 0;
    max-width: 540px;
}

#solution-search-assistant-wrapper .row > div:last-child {
    text-align: right;
}

#solution-search-assistant-wrapper .button {
    margin: 5px 0;
}

/**
 * REFERENCE LIST SNIPPET
 */
#md_solution-single-page .other-references {
    margin-top: 50px;
}

#md_solution-single-page .other-references h4 {
    color: #00A6DF;
}

/**
 * RESPONSIVITY
 */
@media screen and (max-width: 767px) {
    #md_solution-single-page #partial-work-list .post-box-description {
        height: auto;
    }

    /**
     * SOLUTION SEARCH ASSISTANT
     */
    #solution-search-assistant-wrapper {
        position: static !important;
        width: auto !important;
    }

    #solution-search-assistant-wrapper p {
        text-align: center;
        margin-bottom: 15px;
    }

    #solution-search-assistant-wrapper .row > div:last-child {
        text-align: center;
    }

    /**
     * SERVICE LIST SNIPPET
     */
    #md_solution-single-page .services .post-box {
        margin-bottom: 10px;
    }

    #md_solution-single-page .services .row > div:last-child .post-box {
        margin-bottom: 30px;
    }

    #md_solution-single-page .services .post-box-image {
        display: none;
    }

    #md_solution-single-page .services .post-box-text {
        border-top-width: 1px;
    }

    #md_solution-single-page .services .post-box-title .fa {
        line-height: 88px;
    }

    /**
     * REFERENCE LIST SNIPPET
     */
    #md_solution-single-page .other-references {
        display: none;
    }
}
* {}

#md_reference-single-page .post-heading {
    height: 600px;
}

#md_reference-single-page .post-heading .row > div {
    float: left;
    display: block;
}

#md_reference-single-page .post-heading .row {
    display: block;
}

#md_reference-single-page .post-heading-background-image {
    max-width: 1920px;
}

#md_reference-single-page .post-heading-info-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    padding-bottom: 35px;
}

#md_reference-single-page .post-heading-logo {
    position: relative;
}

#md_reference-single-page .post-heading .logo-box {
    margin-top: 30px;
    margin-left: 15px;
}


#md_reference-single-page .post-heading-logo figure {
    padding-bottom: 0;
}

#md_reference-single-page .post-heading .tags h3 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
}

#md_reference-single-page .post-heading .button-group {
    text-align: right;
}

#md_reference-single-page .post-heading .button {
    margin-right: 10px;
    margin-bottom: 10px;
}

#md_reference-single-page .post-heading .button:last-child {
    margin-right: 0;
}

#md_reference-single-page .post-heading-info-content:before {
    margin-bottom: 35px;
}

#md_reference-single-page .main-content h2 {
    color: #00A6DF;
    font-size: 36px;
    font-weight: normal;
}

#md_reference-single-page .main-content .splitter {
    margin-top: 35px;
}

#reference-additional-info {
    max-width: 330px;
    margin-top: 13px;
    margin-bottom: 30px;
    padding: 60px 40px;
    border: 2px solid #419ede;
}

#reference-additional-info,
#reference-additional-info a {
    color: #333333;
}

#reference-additional-info li {
    margin-bottom: 25px;
}

#reference-additional-info li:last-child {
    margin-bottom: 0;
}

#reference-additional-info h3 {
    display: block;
    color: #00AAE1;
}

#md_reference-single-page .contact-form-trigger {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    max-width: 330px;
    background-color: #419ede;
    border-color: #419ede;
}

#md_reference-single-page .contact-form-trigger:hover {
    background-color: #666666;
    border-color: #666666;
}

#md_reference-single-page .main-content .contact-form-trigger {
    display: none;
}

#md_reference-single-page .post-list-footer {
    display: none;
}

@media screen and (max-width: 991px) {

    #md_reference-single-page .post-heading,
    #md_reference-single-page .post-heading .button-group {
        text-align: left;
    }

    #md_reference-single-page .post-heading .button-group {
        margin-top: 30px;
    }

    #md_reference-single-page .post-heading .logo-box {
        margin: 95px auto;
    }

    #reference-additional-info,
    #md_reference-single-page .aside-content .contact-form-trigger {
        display: block;
        max-width: none;
    }

    #reference-additional-info li {
        width: 33%;
        display: inline-block;
        vertical-align: top;
    }

    #md_reference-single-page .aside-content .v-spacer {
        padding-top: 0;
        padding-bottom: 0;
    }

    #md_reference-single-page .aside-content-wrapper {
        height: auto !important;
        min-height: auto !important;
    }

    #md_reference-single-page .aside-content .sticky {
        position: static;
    }

    #md_reference-single-page .aside-content .contact-form-trigger {
        display: none;
    }

    #md_reference-single-page .main-content .contact-form-trigger {
        display: block;
        max-width: 500px;
        margin-top: 40px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #reference-additional-info li:nth-last-child(-n + 3) {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {

    #md_reference-single-page .post-heading,
    #md_reference-single-page .post-heading .button-group {
        text-align: center;
        margin-bottom: -10px;
    }

    #md_reference-single-page .post-heading .post-heading-background-image {
        display: block;
    }

    #md_reference-single-page .post-list-snippet {
        text-align: center;
    }

    #md_reference-single-page .post-list-heading .caption {
        float: none;
    }

    #md_reference-single-page .post-list-heading > .button {
        display: none;
    }

    #md_reference-single-page .post-list-footer {
        display: block;
    }

    #reference-additional-info li {
        width: 50%;
        margin-bottom: 25px;
    }

    #md_reference-single-page .aside-content .v-spacer {
        padding-top: 20px;
    }

    #md_reference-single-page .main-content,
    #md_reference-single-page .aside-content {
        text-align: center;
    }

    #md_reference-single-page .main-content .contact-form-trigger {
        margin: 40px auto 0;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    #reference-additional-info li:nth-last-child(-n + 2) {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    #reference-additional-info li {
        width: 100%;
        margin-bottom: 25px;
    }

    #reference-additional-info li:last-child {
        margin-bottom: 0;
    }
}
* {}

#md_article-single-page .main-content {
    max-width: 930px;
}

#md_article-single-page .main-content p {
    line-height: 1.75;
}

#md_article-single-page .post-excerpt {
    margin-bottom: 30px;
}

#md_article-single-page .post-title-image-wrapper {
    margin-bottom: 70px;
}

#md_article-single-page .post-title-image {
    position: relative;
}

#md_article-single-page .post-title-image .button-group {
    position: absolute;
    bottom: 20px;
    left: 24px;
}

#md_article-single-page .post-title-image .button {
    margin-right: 14px;
}

#md_article-single-page .post-title-image img {max-width: 100%;max-height: 350px;}

#md_article-single-page .post-title-image-wrapper figcaption {
    color: #999999;
    font-size: 14px;
    margin-top: 15px;
    font-style: italic;
}

#md_article-single-page .post-publish-date {
    font-weight: bold;
}

#md_article-single-page .post-text-content h2 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
}

#md_article-single-page .post-text-content ul {
    list-style-type : disc;
    list-style-position: outside;
    margin-left: 35px;
    margin-bottom: 15px;
}

#md_article-single-page .post-optional-button-list .button {
    margin-right: 13px;
    margin-bottom: 13px;
}

#md_article-single-page .main-content-footer {
    margin-top: 45px;
}

#md_article-single-page .post-resources {
    color: #999999;
    margin-bottom: 12px;
}

#md_article-single-page .tag-list {
    margin-bottom: 20px;
}

#md_article-single-page .main-content .social-site {
    margin: 2px 4px 2px 0;
}

#md_article-single-page .main-content .button-group {
    font-size: 0;
}

#md_article-single-page .main-content .button-group > * {
    display: inline-block;
    vertical-align: middle;
}

#md_article-single-page .main-content .subscription-form-trigger {
    background-color: #c7c7c7;
    border-color: #c7c7c7;
    padding-top: 7px;
    padding-bottom: 7px;
}

#md_article-single-page .main-content .subscription-form-trigger:hover {
    background-color: #00A6DF;
    border-color: #00A6DF;
}

#md_article-single-page .col-lg-8 .main-content:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #f7f7f7;
    top: 0;
    right: -5.8%;
    bottom: 0;
}

#md_article-single-page .aside-content .post-list-heading .button {
    display: none;
}

#md_article-single-page .aside-content .post-list-footer {
    text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    #md_article-single-page .col-lg-8 .main-content:after {
        display: none;
    }

    #md_article-single-page .aside-content .post-list-heading .button {
        display: block;
    }

    #md_article-single-page .aside-content .post-list-footer {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #md_article-single-page .main-content,
    #md_article-single-page .aside-content .caption {
        text-align: center;
        float: none;
    }
}
* {}

#md_brand-single-page .col-lg-8 .main-content:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #f7f7f7;
    top: 0;
    right: -5.8%;
    bottom: 0;
}

#md_brand-single-page .post-heading,
#md_brand-single-category-page .post-heading {
    background-color: #656565;
    height: auto;
}

#md_brand-single-page .post-heading-background-image,
#md_brand-single-category-page .post-heading-background-image {
    height: 100%;
    min-height: 300px;
}


#md_brand-single-page .post-heading-info-content:before,
#md_brand-single-category-page .post-heading-info-content:before {

    margin-bottom: 24px;
}

#md_brand-single-page .post-heading-info-content,
#md_brand-single-category-page .post-heading-info-content {
    padding-bottom: 30px;
}

#md_brand-single-page .post-heading .official-web-site {
    font-size: 14px;
    color: #999999;
    float: left;
}

#md_brand-single-page .post-heading .official-web-site a {
    color: #ffffff;
}

#md_brand-single-page .post-heading .tag-list {
    float: right;
}

#md_brand-single-page .post-heading .top-info:after {
    content: "";
    display: block;
    clear: both;
}

#md_brand-single-page .post-heading .brand-description + .button-group,
#md_brand-single-category-page .post-heading .brand-description + .button-group {
    margin-top: 20px;
}

#md_brand-single-page .post-heading .button-group .button,
#md_brand-single-category-page .post-heading .button-group .button {
    margin-right: 25px;
}

#md_brand-single-page .post-heading .logo-box figure,
#md_brand-single-category-page .post-heading .logo-box figure {
    padding-bottom: 0;
}

#md_brand-single-page .post-heading .logo-box figcaption,
#md_brand-single-category-page .post-heading .logo-box figcaption {
    margin-top: -68px;
    position: static;
    display: block;
    width: auto;
}

#md_brand-single-page .post-heading .logo-box figcaption span,
#md_brand-single-category-page .post-heading .logo-box figcaption span {
    font-size: 14px;
    background-color: #2898d7;
    color: #ffffff;
    border-radius: 5px;
    display: inline-block;
    padding: 7px;
}

#md_brand-single-page .main-content h2 {
    margin-bottom: 10px;
    color: #00A6DF;
    font-size: 36px;
    font-weight: normal;
}

#md_brand-single-page .aside-content .splitter {
    display: none;
}

#md_brand-single-page .aside-content .post-list-heading .caption {
    text-transform: uppercase;
}

#md_brand-single-page .aside-content .post-list-heading .button {
    display: none;
}

#md_brand-single-page .aside-content .post-list-footer {
    text-align: center;
}



/* Certifikaty */
/** TODO responziv
    nanejmenším rozlišení certifikaty zvětšit
*/
#md_brand-single-page .certificates .caption {
    text-align: center;
    float: none;
    color: #ccc;
}

#md_brand-single-page .certificates img {
    width: auto;
    display: inline-block;
}

#md_brand-single-page .certificates .prev,
#md_brand-single-page .certificates .next {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 48px;
    color: #cccccc;
    z-index: 2;
    cursor: pointer;
    width: 50px;
}

#md_brand-single-page .certificates .prev {
    left: 0;
}

#md_brand-single-page .certificates .next {
    right: 0;
}

#md_brand-single-page .certificates .post-list {
    padding: 0 50px;
}

#md_brand-single-page .certificates {
    font-size: 0;
}

#md_brand-single-page .certificates .post-list {
    margin-bottom: 60px;
    margin-top: 60px;
}

#md_brand-single-page .certificates .logo-box {
    margin: auto;
}

#md_brand-single-page .certificates .owl-stage {
    margin: auto;
}

.distribution-terminated-info {
    border: solid 3px #fd3e3e;
    border-radius: 5px;padding: 15px;
}

.distribution-terminated-info .fa-exclamation-triangle {
    font-size: 26px;
    color: #fd3e3e;
}

.distribution-terminated-info p:last-child {
    margin-bottom: 0;
}
.distribution-terminated-info {
    margin-bottom: 30px;
}

/* Produktove kategorie */
#brand-shop-categories {
    font-size: 0;
}

#brand-shop-categories h3 {
    margin-bottom: 22px;
    color: #00A6DF;
    font-size: 28px;
    font-weight: normal;
}

#brand-shop-categories .shop-category {
    display: inline-block;
    width: 22.8%;
    vertical-align: top;
    font-size: 16px;
    border: 1px solid #30c7fe;
    margin-right: 2.93%;
    margin-bottom: 2.93%;
    position: relative;
    padding: 3.33% 3.33% 1.1%;
}

#brand-shop-categories .shop-category:hover {
    border-color: #333;
}

#brand-shop-categories .shop-category-link {
    text-decoration: none;
    cursor: pointer;
}

#brand-shop-categories .shop-category-image {
    margin-bottom: 10px;
}

#brand-shop-categories .shop-category-image img {
    margin: auto;
    max-width: 125px;
    width: 100%;
}

#brand-shop-categories .shop-category-name {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 35px;
    text-align: center;
}

#brand-shop-categories .shop-category-name > * {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (min-width: 1400px) {
    #brand-shop-categories .shop-category:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    #brand-shop-categories .shop-category:nth-child(3n) {
        margin-right: 0;
    }

    #brand-shop-categories .shop-category {
        width: 31.38%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    #brand-shop-categories .shop-category:nth-child(4n) {
        margin-right: 0;
    }

    #brand-shop-categories .shop-category {
        width: 22.8%;
    }
}

@media screen and (max-width: 767px) {
    #brand-shop-categories h3 {
        text-align: center;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    #brand-shop-categories .shop-category:nth-child(3n) {
        margin-right: 0;
    }

    #brand-shop-categories .shop-category {
        width: 31.38%;
    }
}

@media screen and (max-width: 480px) {
    #brand-shop-categories .shop-category:nth-child(2n) {
        margin-right: 0;
    }

    #brand-shop-categories .shop-category {
        width: 48.53%;
    }
}
/* Produktove kategorie KONEC */

@media screen and (min-width: 768px) and (max-width: 1199px) {
    #md_brand-single-page .aside-content .splitter {
        display: block;
    }

    #md_brand-single-page .col-lg-8 .main-content:after {
        display: none;
    }

    #md_brand-single-page .aside-content .post-list-heading .button {
        display: block;
    }

    #md_brand-single-page .aside-content .post-list-footer {
        display: none;
    }
}


@media screen and (max-width: 1199px) {
    #md_brand-single-page .post-heading,
    #md_brand-single-category-page .post-heading {
        height: auto;
    }

    #md_brand-single-page .post-heading-background-image,
    #md_brand-single-category-page .post-heading-background-image {
        height: 100%;
    }

    #md_brand-single-page .post-heading .top-info {
        margin-bottom: 20px;
    }

    #md_brand-single-page .post-heading .official-web-site,
    #md_brand-single-page .post-heading .tag-list {
        float: none;
    }

    #md_brand-single-page .post-heading .official-web-site {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 991px) {
    #md_brand-single-page .post-heading,
    #md_brand-single-category-page .post-heading {
        text-align: center;
        background-color: #2e2e2e;
    }

    #md_brand-single-page .post-heading .row,
    #md_brand-single-category-page .post-heading .row {
        display: block;
    }

    #md_brand-single-page .post-heading .row > [class^='col-'],
    #md_brand-single-category-page .post-heading .row > [class^='col-'],
    #md_brand-single-page .post-heading .row > [class*=' col-'],
    #md_brand-single-category-page .post-heading .row > [class*=' col-'] {
        float: none;
        display: block;
    }

    #md_brand-single-page .post-heading-info-content:before,
    #md_brand-single-category-page .post-heading-info-content:before {
        margin-bottom: 24px;
    }

    #md_brand-single-page .post-heading .post-heading-background-image,
    #md_brand-single-category-page .post-heading .post-heading-background-image {
        display: none;
    }

    #md_brand-single-page .post-heading .button-group .button,
    #md_brand-single-category-page .post-heading .button-group .button {
        margin-bottom: 10px;
    }

    #md_brand-single-page .post-heading .button-group .button:last-child,
    #md_brand-single-category-page .post-heading .button-group .button:last-child {
        margin-bottom: 0;
    }

    #md_brand-single-page .post-heading .logo-box,
    #md_brand-single-category-page .post-heading .logo-box {
        margin: 0 auto 30px;
    }
}

@media screen and (max-width: 767px) {
    #md_brand-single-page .main-content,
    #md_brand-single-page .aside-content .caption {
        text-align: center;
        float: none;
    }

    #md_brand-single-page .post-heading .logo-box img,
    #md_brand-single-category-page .post-heading .logo-box img {
        display: inline-block;
        max-width: 150px;
        max-height: 80px;
    }
}


#md-cases-form h4 {
    margin-bottom: 10px;
    color: #00A6DF;
    font-size: 36px;
    font-weight: normal;
}

#md-cases-form fieldset {
    margin: 20px 0;
}

#md-cases-form fieldset label {
    display: inline-block;
    margin-bottom: 5px;
    z-index: 2;
}

#md-cases-form fieldset label:before {
    display: none;
}

#md-cases-form h5 {
    margin-bottom: 10px;
    color: #00A6DF;
    font-size: 20px;
    font-weight: normal;
}

#md-cases-form fieldset .text-field {
    max-width: none;
}

#md-cases-form fieldset textarea.text-field {
    display: block;
    width: 100%;
    height: 150px;
}

.case-box-list {
    display: table;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

.case-box-row {
    display: table-row;
}

.case-box {
    display: table-cell;
    width: 20%;
    border: 1px solid #dcdcdc;
    position: relative;
    overflow: hidden;
}

.case-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid transparent;
}

.case-box:hover {
    border-color: transparent;
}

.case-box:hover:after {
    border-color: #00A6DF;
}

.case-box .image img {
    width: 60%;
    margin: 0 auto;
    max-width: 120px;
}

.case-box .label {
    text-align: center;
    margin-top: 10px;
}

.case-box:before {
    content: "";
    display: block;
    padding-top: 90%;
    position: relative;
    z-index: 1;
}

.case-box input {
    display: none;
}

.case-box > label {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 12%;
    height: 100%;
    margin: 0;
}

.case-box input + label:after {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 24px;
    color: transparent;
}

.case-box:hover label:after {
    color: #adadad;
}

.case-box input:checked + label:after {
    color: #00A6DF;
}

@media screen and (max-width: 540px) {
    .case-box-list {
        max-width: 250px;
    }
}
#md_brand-single-category-page .main-content img {
    width: 100%;
    max-width: 350px;
    margin: auto;
}

#md_brand-single-category-page .main-content + .button-group {
    margin-top: 20px;
}

#md_brand-single-category-page .main-content .button-group .button {
    margin-right: 25px;
}

@media screen and (max-width: 991px) {
    #md_brand-single-category-page .main-content .button-group .button {
        margin-bottom: 10px;
    }

    #md_brand-single-category-page .main-content .button-group .button:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    #md_brand-single-category-page .main-content img {
        margin-bottom: 40px;
    }

    #md_brand-single-category-page .main-content {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    #md_brand-single-category-page .main-content .button-group .button {
        display: block;
        width: auto;
        max-width: 280px;
        margin: 0 auto 10px;
    }
}
* {}

.contacts-page .tabs {
    padding: 0;
}

.contacts-page .tabs .flag {
    position: relative;
    top: -2px;
    margin-right: 7px;
}

.contacts-page .tabs .short {
    display: none;
}

.contacts-page h1 + .splitter {
    margin-top: 20px;
    margin-bottom: 50px;
}

.contacts-page .post-box {
    border-color: #00A6DF;
    max-width: none;
}

.contacts-page .post-box:hover {
    border-color: inherit;
}

.contacts-page .post-box-title .fa {
    font-size: 28px;
    line-height: 90px;
}

.contacts-page .post-box address,
.contacts-page .post-box li {
    font-style: normal;
    line-height: 1.6;
}

.contacts-page .departments {

    margin-top: 70px;

    margin-bottom: 40px;
}

.contacts-page .departments h2 {
    margin-bottom: 20px;
    color: #00A6DF;
    font-size: 36px;
    font-weight: normal;
}

.contacts-page .departments table {
    width: 100%;
}

.contacts-page .departments tr {
    border-top: 1px solid #e1e1e1;
}

.contacts-page .departments tr:last-child {
    border-bottom: 1px solid #e1e1e1;
}

.contacts-page .departments th,
.contacts-page .departments td {
    width: 33.33%;
    text-align: left;
    padding: 30px;
    vertical-align: middle;
}

.contacts-page .departments th {

    font-weight: normal;
}

.contacts-page .departments tr td:last-child {
    text-align: right;
}

@media screen and (max-width: 991px) {
    .contacts-page .tabs .full {
        display: none;
    }

    .contacts-page .tabs .short {
        display: inline;
    }
}

@media screen and (max-width: 767px) {
    .contacts-page .tab-trigger {
        width: 100%;
    }

    .contacts-page .main-content {
        text-align: center;
    }

    .contacts-page .post-box {
        max-width: 330px;
    }

    .contacts-page .departments table,
    .contacts-page .departments tbody,
    .contacts-page .departments tr,
    .contacts-page .departments th,
    .contacts-page .departments td {
        display: block;
        width: auto;
        text-align: center !important;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .contacts-page .departments tr > * {
        margin: auto;
    }

    .contacts-page .departments tr {
        padding: 20px;
    }
}

#kontakty-sk-page .post-box-text {
    min-height: 255px;
}

@media screen and (max-width: 1199px) {
    #kontakty-sk-page .post-box-text {
        min-height: 230px;
    }
}

@media screen and (max-width: 991px) {
    #kontakty-sk-page .post-box-text {
        min-height: 250px;
    }
}

@media screen and (max-width: 767px) {
    #kontakty-sk-page .post-box-text {
        min-height: inherit;
    }
}

#contacts-page h2 {
    margin-bottom: 10px;
    color: #00A6DF;
    font-size: 32px;
    font-weight: normal;
}

#contacts-page .main-navigation-links li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 10px;
}

@media screen and (min-width: 992px) {

    #contacts-page .main-navigation-links {
        width: auto;
        margin-bottom: 30px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -o-box;
        display: box;
    }

    #contacts-page .main-navigation-links li {
        display: block;
        margin: 0;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        padding: 0 7px;
    }

    #contacts-page .main-navigation-links li:first-child {
        padding-left: 0;
    }

    #contacts-page .main-navigation-links li:last-child {
        padding-right: 0;
    }

    #contacts-page .main-navigation-links .button {
        display: block;
        text-align: center;
    }
}
* {}

.malls-page .tabs {
    padding: 0;
}

.malls-page .tabs .flag {
    position: relative;
    top: -2px;
    margin-right: 7px;
}

.malls-page .tabs .short {
    display: none;
}

.malls-page .carousel-info-panel {
    text-align: right;
}

.malls-page .v-spacer  {
    padding-top: 45px;
}

.malls-page .post-box {
    border-color: #00A6DF;
    max-width: none;
}

.malls-page .post-box:hover {
    border-color: inherit;
}

.malls-page .post-box-content {
    height: 100px;
    display: table;
    width: 100%;
}

.malls-page .post-box .post-box-text {
    display: table-cell;
    vertical-align: middle;
}

.malls-page .post-box-title .left-part {
    width: auto;
    padding: 0 9.15%;
}

.malls-page .image-carousel {
    margin-bottom: 15px;
}

.malls-page .image-carousel .state-line {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .malls-page .tabs .full {
        display: none;
    }

    .malls-page .tabs .short {
        display: inline;
    }
}

@media screen and (max-width: 767px) {
    .malls-page .tab-trigger {
        width: 100%;
    }

    .malls-page .carousel-info-panel {
        text-align: center;
    }
}
* {

}

#o-nas-page .main-content h2 {
    margin-bottom: 10px;
    color: #00A6DF;
    font-size: 36px;
    font-weight: normal;
}

#o-nas-page .main-content .splitter {
    margin-top: 40px;
    margin-bottom: 70px;
}

#o-nas-page .client img {
    width: auto;
    display: inline-block;
}

#o-nas-page .clients .prev,
#o-nas-page .clients .next {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 48px;
    color: #cccccc;
    z-index: 2;
    cursor: pointer;
    width: 50px;
}

#o-nas-page .clients .prev {
    left: 0;
}

#o-nas-page .clients .next {
    right: 0;
}

#o-nas-page .clients .post-list {
    padding: 0 50px;
}

#o-nas-page .clients {
    font-size: 0;
}

#o-nas-page .clients .post-list {
    margin-bottom: 60px;
    margin-top: 60px;
}

#o-nas-page .clients .logo-box {
    margin: auto;
}

#o-nas-page .clients .post-list-footer {
    display: none;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    #o-nas-page .clients .splitter {
        margin-top: 35px;
    }
}

@media screen and (max-width: 767px)  {
    #o-nas-page .clients .post-list-heading .button {
        display: none;
    }

    #o-nas-page .clients .post-list-footer {
        display: block;
    }

    #o-nas-page .clients .caption {
        text-align: center;
        float: none;
    }
}
* {}

#ceniky-page .pricelist-table .fa {
    color: #333;
}

#ceniky-page .tabs {
    background-color: transparent;
}

@media screen and (max-width: 767px) {

    #ceniky-page .main-content {
        text-align: center;
    }

    #ceniky-page .pricelist-table {
        text-align: left;
    }
}
* {}

#vsechny-znacky-page {

}

#vsechny-znacky-page .brand-filter-list {
    margin-top: 75px;
    margin-bottom: 25px;
}

#vsechny-znacky-page .brand-filter-list .filter {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin: 0 2px;
}

#vsechny-znacky-page .brand-filter-list .filter > * {
    color: #999;
}

#vsechny-znacky-page .brand-filter-list .filter.active > *  {
    color: #00A6DF;
}

#vsechny-znacky-page .brands {
    margin-bottom: 65px;
}

#vsechny-znacky-page .brands .leading-letter {
    font-size: 36px;
    text-transform: uppercase;
    color: #999;
}

#vsechny-znacky-page .brands .splitter {
    margin-bottom: 10px;
    margin-top: 0;
}

#vsechny-znacky-page .brand-list {

}

#vsechny-znacky-page .brand-list li {
    display: inline-block;
    width: 50%;
    color: #00A6DF;
}

#vsechny-znacky-page .brand-list li a {

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #vsechny-znacky-page .brand-list li {
        width: 33.33%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #vsechny-znacky-page .brand-list li {
        width: 25%;
    }
}

@media screen and (min-width: 1200px) {
    #vsechny-znacky-page .brand-list li {
        width: 20%;
    }
}

@media screen and (max-width: 768px) {
    #vsechny-znacky-page .main-content {
        text-align: center;
    }

    #vsechny-znacky-page .brands {
        text-align: left;
    }
}
#vyhledavani-page .filter-list {
    margin-bottom: 20px;
}

#vyhledavani-page .type-result-set {
    margin-bottom: 30px;
}

#vyhledavani-page .type-result-set h2 {
    color: #00A6DF;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
}

#vyhledavani-page .type-result-set ul {
    display: inline-block;
    text-align: left;
    margin-left: 15px;
}

#vyhledavani-page .type-result-set li {
    margin-bottom: 7px;
}

#vyhledavani-page .type-result-set a {
    color: #333;
    font-weight: bold;
}

#vyhledavani-page .type-result-set .fa {
    margin-right: 7px;
    color: #00A6DF;
    position: relative;
    margin-left: -12px;
}

#vyhledavani-page .type-result-set li.shop-category .fa-caret-right {
    color: #f05310;
}

#vyhledavani-page .type-result-set li.shop-category .fa-external-link {
    margin-left: 5px;
    color: #f05310;
}

#vyhledavani-page .type-result-set li.shop-category .shop-name {
    color: #f05310;
    font-size: 14px;
}

#vyhledavani-page .search-bar {
    position: static;
    margin-top: auto;
}

#pronajem-haly-skladu-velke-mezirici-page img {
    width: 100%;
    margin-bottom: 15px;
}


#ochrana-osobnich-udaju-page h2 {
    margin-bottom: 15px;
}

#ochrana-osobnich-udaju-page ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 15px 0;
}
* {

}

#pozou-page ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 30px;
}

#pozou-page li {
    margin-bottom: 15px;
}
.payment-confirmation-page h1
{
    font-size: calc(1.25rem + .5vw);
    font-weight: 700;
    color: #43c07e;
}

.payment-confirmation-page h2
{
 margin-bottom: 1rem;
}

.payment-confirmation-page.failed h1
{
    color:#ff4c4c
}

@media screen and (max-width: 767px) {
    .payment-confirmation-page .left-part {
        display: none;
    }
}
@import url('https://fonts.googleapis.com/css?family=Roboto:100&subset=latin-ext');

.glb {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.glb.opened {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
}

.glb * {
    box-sizing: border-box;
}

.glb-carousel {

}

.glb-item {
    position: relative;
}

.glb-image {

}

.glb-image img {
    display: none !important;
    margin: auto;
}

.glb-image img[src] {
    display: block !important;
}

.glb-video {
    padding: 0 100px;
}

.glb-video iframe {
    width: 100%;
}

.image-glb {

}

.glb-loader {

}

.glb-background {

}

.glb-title {
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-size: 24px;
    font-weight: 100;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px;
    z-index: 1;
}

.glb-toolbar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.glb-close {
    border: 0;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    margin: 10px;
}
.glb-view-mode-trigger {
    display: none;
}

.glb-close:after {
    content: "";
    display: block;
    background-image: url(../images/glb-close.png);
    height: 30px;
    width: 30px;
    background-size: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.glb-close:hover:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.glb-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 1;
}

.glb-navigation button {
    position: absolute;
    top: 0;
    border: 0;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: -32px;
    cursor: pointer;
    padding: 10px;
}

.glb-navigation button:after {
    content: "";
    display: block;
    background-image: url(../images/glb-navigation-arrows.png);
    height: 44px;
    width: 23px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0.7;
}

.glb-navigation button:hover:after {
    opacity: 1;
}

.glb-prev {
    left: 10px;
}
.glb-prev:after {}

.glb-next {right: 10px;}
.glb-next:after {
    background-position: 0 -44px;
}

.glb-thumbnails {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 20px 0;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.glb-thumbnails-container {
    position: relative;
}

.glb-thumb {
    display: inline-block;
    width: 180px;
    margin: 0 10px;
    border: 5px solid #b3b3b3;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.glb-thumb:hover {
    border-color: #ffffff
}

.glb-thumb:after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.40);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.glb-thumb:hover:after {
    background-color: rgba(0,0,0,0);
}
.glb-thumb-image {

}

.glb-thumb img {
    width: 100%;
}

.glb-thumb-video {

}

.glb-navigation button:hover {

}

.glb-thumbnails,
.glb-title,
.glb-toolbar,
.glb-prev,
.glb-next {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.mouse-moved .glb-thumbnails,
.mouse-moved .glb-title,
.mouse-moved .glb-toolbar,
.mouse-moved .glb-prev,
.mouse-moved .glb-next {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 767px) {

    .glb-title,
    .glb-toolbar,
    .glb-prev,
    .glb-next {
        opacity: 1;
        visibility: visible;
    }

    .glb-thumbnails {
        display: none;
    }

    .glb-title {
        right: 70px;
        font-size: 16px;
    }

    .glb-close:after {
        width: 20px;
        height: 20px;
    }
}


.text-field {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
    border: 1px solid #797979;
    outline: 0;
    padding: 8px 12px;
    border-radius: 0;
    color: #333333;
    font-size: 16px;
}

.text-field.missing {
    border-color: #ff0000;
}

.text-field::-webkit-input-placeholder { color: #999999; }
.text-field::-moz-placeholder { color: #999999; }
.text-field:-ms-input-placeholder { color: #999999; }
.text-field:-moz-placeholder { color: #999999; }

.required {
    color: #ff0000;
    font-weight: bold;
}

.md-light-box {
    z-index: 801;
    /* ui sticky použává z-index 800 */
}

.md-light-box .lb-inner {
    max-width: 840px;
}



.md-light-box .lb-header {
    background-color: #ffffff;
    border-radius: 0;
    padding: 30px 40px 0;
}

.md-light-box .lb-header .splitter {
    margin-bottom: 0;
}

.md-light-box .lb-header h6 {
    color: #00A6DF;
    font-size: 36px;
    font-weight: normal;
}

.md-light-box .lb-header h6 + * {

    margin-top: 10px;
}

.md-light-box .lb-header .close {
    background: none;
    color: #cccccc;
    font-size: 20px;
    width: auto;
    height: auto;
    right: 40px;
    line-height: 1;
    top: 30px;
}

.md-light-box .lb-header .close:hover {
    color: #333333;
}

.md-light-box .lb-body {
    padding: 50px 40px 5px;
    border-bottom: 0;
}

.md-light-box  .lb-body + .lb-footer {
    padding: 0 40px 50px 40px;
    border-radius: 0;
}

.md-light-box .lb-footer .button {
    margin-right: 10px;
}


.md-light-box label {
    display: block;
    font-weight: bold;
    margin-bottom: 7px;
}


@media screen and (max-width: 991px) {
    .md-light-box .lb-inner {
        width: 90%;
    }
}

@media screen and (max-width: 767px) {
    .md-light-box {
        text-align: center;
    }
}

#lb-contact-form .text-field {
    width: 100%;
    max-width: none;
}

#lb-contact-form #cf-message {
    height: 190px;
}

#lb-contact-form .lb-body {
    padding-left: 25px;
    padding-right: 25px;
}