.container {
    margin: auto;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

.loader img.loader-logo {
    display: block;
    margin: auto;
    margin-top: 50px;
}

.loader img.loader-gif {
    display: block;
    margin: auto;
    margin-top: 50px;
}

#mobile-menu {
    display: none;
}

#mobile-menu.mm-opened {
    display: block;
}

#product-module .category-box > div > div.text.mobile-category-header-title {
    display: none;
}

#product-module .category-box > div > div.text.mobile-category-header-title h2 {
    display: table;
    margin: auto;
}

#subpage-banner-box div.col-md-4.mobile-header-title {
    display: none;
}

#center #home-boxes-wrapper {
    margin-top: -3px;
}

ul.banner-slider-nav {
    bottom: 10%;
}

#product-module.container.single {
    padding-left: 60px;
    padding-right: 60px;
}

#subpage-banner-box .clear {
    padding: 0;
    width: 0;
    display: none;
}

#subpage-banner-box :nth-child(2):after {
}

#product-module .category-box:nth-child(odd) > .inner-table-inside > .image:after {
    right: 6px;
    left: 0;
}

#product-module .category-box:nth-child(even) > .inner-table-inside > .image:after {
    right: 0;
    left: 6px;
}

#product-module .category-box > .inner-table-inside > .image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

#content #product-module .category-box > div > .text:after {
    width: 0;
}

#content #product-module .category-box > * {
    padding: 0;
}

.container .home-box.col-md-8.col-sm-12 {
    max-height: 555px;
    overflow: hidden;
}

.container .home-box.flex.flex-column.col-md-4.col-sm-12 {
    max-height: 555px;
    overflow: hidden;
    margin-bottom: 3px;
}

#center.container {
    padding-left: 60px;
    padding-right: 60px;
}

.home #center.container {
    padding-left: 0;
    padding-right: 0;
}

.inner-table-inside {
    display: table;
    width: 100%;
}

#product-module .category-box > div > .image > div {
    margin-bottom: 0;
    min-height: 337px;
    background-image: url(./grafika/alpha.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

#product-module .category-box > div > div.image {
    float: none;
    display: table-cell;
    width: 66.66666667%;
}

#product-module .text-left .image {
    padding-left: 6px;
}

#product-module .text-right .image {
    padding-right: 6px;
}

#product-module .category-box > div > div.text {
    float: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 33.33333333%;
}

#center .content-box .gallery-box ul li img {
    width: 80%;
}

.content-box #product-module .button {
    float: none;
    max-width: 124px;
    clear:both;
}

.content-box #product-module .items-center .button {
    max-width: 133px;
    float: right;
}

.content-box #product-module div.col {
    padding-left: 40px;
    width: calc(50% - 40px);
}

.content-box label,
.content-box input[type="text"],
.content-box input[type="color"],
.content-box input[type="date"],
.content-box input[type="datetime"],
.content-box input[type="datetime-local"],
.content-box input[type="email"],
.content-box input[type="month"],
.content-box input[type="number"],
.content-box input[type="range"],
.content-box input[type="search"],
.content-box input[type="tel"],
.content-box input[type="time"],
.content-box input[type="url"],
.content-box input[type="week"],
.content-box textarea,
.content-box select {
    margin-bottom: 4px;
}

.content-box #module-form ol li.container .button {
    float: right;
}

.content-box #news-module .news-list-item.file .dir-column {
    padding-right: 10px;
}

#subpage-banner-box {
    display: table;
    width: 100%;
}

.news-list-item p.col-md-auto {
    padding-top: 10px;
}

.news-list-item .button {
    max-width: 133px;
    float: left;
}

#subpage-banner-box div.col-md-4 {
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: 33.3333%;
    text-align: center;
}

#subpage-banner-box div.col-md-8 {
    display: table-cell;
    float: none;
    width: 66.66666667%;
    padding-left: 3px;
}

#subpage-banner-box div.col-md-8 img {
    width: 100%;
    height: auto;
}

#subpage-banner-box > :first-child:after {
    display:none !important;
}

#subpage-banner-box > :first-child > span.banner-box-after {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3px;
    background-color: #FFF;
}

.container.full-width {
    max-width: none;
}

nav#header-menu > ul {
    margin-right: 45px;
}

#header-container #h1 {
    float: left;
    margin-top: 32px;
}

#center.container.full-width .content-box #text {
    padding-left: 60px;
    padding-right: 60px;
}

#center.container.full-width {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#center #col-left {
    width: calc(30% - 55px);
}

#header-right {
    float: right;
}

#header-right #search-form {
    float: left;
}

#header-right #lang-menu {
    float: left;
    margin-top: 3px;
}

#header-menu ul.container.justify-end > li {
    float: right;
}

#header-menu ul.container.justify-end > li.has-subpages ul li {
    float: left;
}

#logos.container {
    padding: 0;
    max-width: 1138px;
}

#logos.container .header1 {
}

li.container.slick-slide a {
    display: block;
    height: 70px;
    line-height: 90px;
    margin: auto;
    text-align: center;
}

li.container.slick-slide a img {
    margin: auto;
    max-width: 100%;
    display: inline;
}

#logos.container #logos-container {
    padding: 0 23px;
    width: auto;
}

.home-box .col-auto {
    max-height: 280px;
}

.home-box .col-auto .home-box-inner .home-box-image-bg {
    height: 276.5px;
}

.text .home-box-content {
    text-align: left;
}

.home-box-content {
    text-align: center;
}

.vertical-centered-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40%;
    margin: auto;
}

.banner-slider span.home-box-content span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 37%;
    text-align: left;
    width: 70%;
}

#private-brands-box .vertical-centered-box {
    height: 50%;
}

#private-brands-box .vertical-centered-box p {
    bottom: -25%;
    padding: 0;
}

.text .home-box-content .button {
    max-width: 46px;
    margin: 0;
    margin-top: 20px;
    position: absolute;
    bottom: 40px;
}

.home-box-content .button {
    max-width: 46px;
    margin: auto;
    margin-top: 20px;
}

.home-box-inner .home-box-image-bg {
    width: 100%;
    height: auto;
}

.home-box .container.col-auto.col-sm-12 {
    width: calc(50% - 6px);
}

#footer-bottom div.col-md-6 {
    text-align: right;
    line-height: 34px;
}

.container.gutters-sm-all > .col,
.container.gutters-sm-all > .col-1,
.container.gutters-sm-all > .col-10,
.container.gutters-sm-all > .col-11,
.container.gutters-sm-all > .col-12,
.container.gutters-sm-all > .col-2,
.container.gutters-sm-all > .col-3,
.container.gutters-sm-all > .col-4,
.container.gutters-sm-all > .col-5,
.container.gutters-sm-all > .col-6,
.container.gutters-sm-all > .col-7,
.container.gutters-sm-all > .col-8,
.container.gutters-sm-all > .col-9,
.container.gutters-sm-all > .col-auto,
.container.gutters-sm-all > .col-lg-1,
.container.gutters-sm-all > .col-lg-10,
.container.gutters-sm-all > .col-lg-11,
.container.gutters-sm-all > .col-lg-12,
.container.gutters-sm-all > .col-lg-2,
.container.gutters-sm-all > .col-lg-3,
.container.gutters-sm-all > .col-lg-4,
.container.gutters-sm-all > .col-lg-5,
.container.gutters-sm-all > .col-lg-6,
.container.gutters-sm-all > .col-lg-7,
.container.gutters-sm-all > .col-lg-8,
.container.gutters-sm-all > .col-lg-9,
.container.gutters-sm-all > .col-md-1,
.container.gutters-sm-all > .col-md-10,
.container.gutters-sm-all > .col-md-11,
.container.gutters-sm-all > .col-md-12,
.container.gutters-sm-all > .col-md-2,
.container.gutters-sm-all > .col-md-3,
.container.gutters-sm-all > .col-md-4,
.container.gutters-sm-all > .col-md-5,
.container.gutters-sm-all > .col-md-6,
.container.gutters-sm-all > .col-md-7,
.container.gutters-sm-all > .col-md-8,
.container.gutters-sm-all > .col-md-9,
.container.gutters-sm-all > .col-sm-1,
.container.gutters-sm-all > .col-sm-10,
.container.gutters-sm-all > .col-sm-11,
.container.gutters-sm-all > .col-sm-12,
.container.gutters-sm-all > .col-sm-2,
.container.gutters-sm-all > .col-sm-3,
.container.gutters-sm-all > .col-sm-4,
.container.gutters-sm-all > .col-sm-5,
.container.gutters-sm-all > .col-sm-6,
.container.gutters-sm-all > .col-sm-7,
.container.gutters-sm-all > .col-sm-8,
.container.gutters-sm-all > .col-sm-9,
.container.gutters-sm-all > .col-xs-1,
.container.gutters-sm-all > .col-xs-10,
.container.gutters-sm-all > .col-xs-11,
.container.gutters-sm-all > .col-xs-12,
.container.gutters-sm-all > .col-xs-2,
.container.gutters-sm-all > .col-xs-3,
.container.gutters-sm-all > .col-xs-4,
.container.gutters-sm-all > .col-xs-5,
.container.gutters-sm-all > .col-xs-6,
.container.gutters-sm-all > .col-xs-7,
.container.gutters-sm-all > .col-xs-8,
.container.gutters-sm-all > .col-xs-9 {
    padding: 3px;
}

.col-xs-auto {
    width: auto;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
}

.container .gallery-box ul li.col-xs-6 {
    width: calc(50% - 6px);
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-auto {
        width: auto;
    }

    .home-box.col-sm-6 {
        width: calc(50% - 6px);
    }

    .home-box.col-sm-12 {
        width: calc(100% - 6px);
    }

    .home-box .container.col-auto.col-sm-12 {
        width: calc(50% - 3px);
    }

    .container .gallery-box ul li.col-sm-4 {
        width: calc(33.33333333% - 6px);
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1003px) {
    .col-md-auto {
        width: auto;
    }

    .home-box .container.col-auto.col-sm-12 {
        width: 100%;
    }

    ul.banner-slider-nav {
        bottom: 10% !important;
    }

    .home-box.col-md-4 {
        width: calc(33.33333333% - 6px);
    }

    .home-box.col-md-8 {
        width: calc(66.66666667% - 6px);
    }

    #footer-menu {
        width: 80%;
    }

    #footer-menu .col-md-3 {
        width: calc(25% - 60px);
    }

    #contact-box.col-md-2 {
        width: calc(20% - 60px);
    }

    .container .gallery-box ul li.col-md-3 {
        width: calc(25% - 6px);
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-auto {
        width: auto;
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1281px) {
    #logos.container {
        padding: 0;
        max-width: 1260px;
    }
}