
body {
    color: #373737;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    min-width: 320px;
}

p {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 1.5em 0;
}

h1 {
    font-size: 2.5em;
    line-height: 1.1em;
}

h2 {
    font-size: 1.625em;
    line-height: 1.27em;
}

h3 {
    font-size: 1.5em;
}

header {
    min-height: 4em;
    text-transform: uppercase;
    border-bottom: 1px solid #d7d7d7;
}

h4.iv-header {
    font-weight: bold;
    margin: 2em 0 1em 0;
}

.block-banner-carousel {
    display: none;
}

.header-logo-img {
    height: auto;
    max-width: 90%;
    max-height: 4em;
    margin-bottom: 1em;
}

.header-link-list-item {
    padding: .5em;
    color: #3f3c38;
    letter-spacing: 1px;
    font-size: 1.1em;
}

.header-link-list-item a {
    color: inherit;
    text-decoration: none;
}

.header-lang-list-item {
    display: inline-block;
    background: #dddddd;
    padding: 1em;
}

.header-lang-list-item.active {
    background: #ff7800;
    color: white;
}

.header-lang-list-item a {
    text-decoration: none;
    color: inherit;
    font-size: 1em;
}

footer {
    background-color: white;
    color: #373737;
    text-align: center;
}

.footer-link-list-item {
    line-height: 1.5em;
}

footer a {
    color: #373737;
    text-decoration: none;
}

.col-footer {
    padding: 1em 0;
}

#copyright-notice {
    padding: 1em 0;
    background: #373737;
    color: white;
    font-size: .75em;
}

.block {
    padding: 2em 0;
    margin: 0 auto;
}

.block-orange {
    color: #ff7800;
}

.block-grey {
    background-color: #373737;
    color: #f3f3f3;
    width: 100%;
}

.about-us {
    text-align: center;
    margin: 1em 0 0 0;
}

.about-us::after {
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    margin: .5em auto;
    background: #ff7800;
}

p.home-products {
    text-align: center;
}

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

.category-link {
    color: inherit;
}

ul.category-list {
    text-align: center;
}

ul.category-list li.category-list-item {
    border: 1px solid #d7d7d7;
    margin: .5em 0;
    vertical-align: top;
}


.category-group-list-item {
    max-width: 100%;
    width: 300px;
}

li.category-group-list-item .category-text, .category-list-item .category-text {
    text-align: center;
    text-transform: uppercase;
}

ul.category-list li.category-list-item:nth-child(2n) {
    background: #ff7800;
    border-color: #ff7800;
    color: white;
}

ul.category-list li.category-list-item:nth-child(2n) .img-category-tile {
    filter: invert(1);
}

.short-description-list {
    text-align: center;
}

.short-description-list-item {
    vertical-align: top;
    text-align: left;
    cursor: default;
}

.short-description-list-item .img-partnership-description {
    float: left;
    height: 50px;
    border: 1px solid white;
    padding: 10px;
    margin-top: 1px;
    margin-right: 7px;
    transition: background .25s;
}

.short-description-list-item:hover .img-partnership-description {
    background: #ff7800;
    border-color: #ff7800;
}

h3.partnership-description {
    text-transform: uppercase;
}

h3.partnership-description::after {
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    margin: 5px auto 5px 80px;
    background: #ff7800;
}

p.partnership-description {
    margin-left: 80px;
}

.container {
    max-width: 1024px;
    margin: 0 10px;
}

.header-container {
    margin: 0;
}

.group-list-item {
    margin: 1em 0;
}

.group-list-item .group-description {
    display: none;
}

.products-list {
    margin: 1em 0 0 0;
}


.products-list-item {
    padding: .5em 0;
    border-bottom: 1px solid #d7d7d7;
}

.products-list-item:first-child {
    border-top: 1px solid #d7d7d7;
}

.products-list-item .product-picture-container {
    margin: 0 0 1em 0;
}

.product-description {
    text-align: left;
}

.product-description .product-title .product-title-index {
    color: #ff7800;
    font-weight: bold;
    display: block;
    margin-bottom: .5em;
}

.product-description .product-title .product-title-index a {
    color: inherit;
    cursor: pointer;
}

.product-description .product-title .product-title-desc {
    display: block;
}

.product-attachments-list {
    display: table;
    border-collapse: collapse;
    width: 100%;
    color: #a2a0a0;
}

.product-attachments-list .product-attachments-list-item {
    width: 100%;
    display: table-row;
}


.product-attachments-list .product-attachments-list-item a {
    color: inherit;
}

.product-attachments-list-item .img-attachment-container, .product-attachments-list-item .attachment-title-link {
    display: table-cell;
    border: 1px solid #d7d7d7;
    margin: 0;
    padding: 0;
}

.product-attachments-list-item:hover .img-attachment-container {
    background: #ff7800;
}

.product-attachments-list-item:hover .img-attachment {
    filter: brightness(0) invert(1);
}

.product-attachments-list-item:hover, .product-attachments-list-item:hover .img-attachment-container, .product-attachments-list-item:hover .attachment-title-link {
    border: 1px double #ff7800;
    color: #ff7800;
}

.product-attachments-list-item .img-attachment-container {
    width: 20px;
    margin: 0;
    padding: 10px;
}

.product-attachments-list-item .attachment-title {
    display: inline;
}

.product-attachments-list-item .attachment-title-link {
    vertical-align: middle;
    text-transform: uppercase;
    text-align: left;
    padding-left: 1em;
}

.back-button-container {
    margin: 3em 0 1em 0;
}

.btn-back-button {
    border: 0;
    outline: 0;
    background: none;
    color: #878787;
    cursor: pointer;
    vertical-align: middle;
    height: 39px;
    font-size: 15px;
    line-height: 1em;
    position: relative;
    padding: 0 0 0 50px;
}

.btn-back-button:hover {
    color: black;
}

.btn-back-button::before {
    content: url("/static/img/arrow-left.png");
    background: #ffae66;
    position: absolute;
    padding: 10px 12px;
    left: 0;
    top: 0;
}

.btn-back-button:hover::before {
    background: #ff7800;
}

.group-title .btn-back-button::before {
    background: #ff7800;
    cursor: default;
}

.block-breadcrumbs {
    padding-top: 1em;
}

.breadcrumb-item {
    display: inline-block;
    color: #aaaaaa;
}

.breadcrumb-item.active {
    color: #ff7800;
}

.breadcrumb-item::before {
    content: "/";
    color: #aaaaaa;
}

.breadcrumb-item a {
    color: inherit;
}

.breadcrumb-item:first-child::before {
    content: "";
}

.group-title {
    cursor: default;
}

.group-title a {
    color: inherit;
    cursor: pointer;
}

li.category-group-list-item {
    border: 1px solid #ff7800;
    margin: .5em auto;
    width: 100%;
    position: relative;
}

.img-category-group-tile {
    margin: 0 auto;
}

.category-group-list-item a {
    color: inherit;
    width: 100%;
    height: 100%;
}

.attachment-list {
    list-style-type: disc;
}

.attachment-list-item {
    margin: 1em 0;
}

@media screen and (min-width: 375px) {
    .header-links, .header-lang-select {
        display: inline-block;
    }

    .header-link-list-item {
        display: inline-block;
        margin: .5em 0;
    }

    .header-link-list-item.active a::after {
        content: "";
        display: block;
        height: 1px;
        width: 40px;
        margin: .2em auto 0 auto;
        background: #ff7800;
    }
}

@media screen and (min-width: 450px) {
    .block-banner-carousel {
        display: block;
        padding: 0;
    }
}

@media screen and (min-width: 768px) {
    .header-logo {
        display: inline-block;
    }

    .header-logo-img {
        margin-bottom: 0;
    }

    .header-links, .header-lang-select {
        float: right;
    }

    .header-links {
        margin: 1em 0;
    }

    .header-link-list-item {
        margin: 0 .5em;
    }

    .header-lang-list-item {
        padding: 1.5em;
    }

    .header-link-list-item:last-child {
        margin-right: 1em;
    }

    .short-description-list-item {
        display: inline-block;
        width: 28%;
        padding: 0 1% 0 0;
    }

    .group-list-item {
        text-align: center;
    }

    .group-title {
        padding: 0;
        margin: 100px 0 20px 0;
        text-align: center;
    }

    .group-title::after {
        content: "";
        display: block;
        height: 1px;
        width: 40px;
        margin: 16px auto;
        background: #ff7800;
    }

    .group-description {
        display: block;
    }

    .products-list-item .product-picture-container, .products-list-item .product-description {
        display: inline-block;
        width: 45%;
        vertical-align: top;
        padding-top: 2em;
    }

    .products-list-item .product-description {
        border-left: 1px solid #d7d7d7;
        padding-left: 28px;
        min-height: 280px;
    }

    .products-list-item .product-picture-container {
        margin: 0;
    }

    .products-list-item .product-picture-container .product-picture {
        max-width: 80%;
        margin: 0 auto;
    }

    .products-list-item {
        padding: 1.5em 0;
    }
}

@media screen and (min-width: 1024px) {
    .col-footer {
        margin-top: 3em;
        display: inline-block;
        vertical-align: top;
        width: 22%;
        height: 175px;
        cursor: default;
    }

    #copyright-notice {
        padding: 2em 0;
    }

    .header-logo-img {
        max-height: 2em;
        margin: 1em 0;
    }

    ul.category-list li.category-list-item {
        display: inline-block;
        width: 25%;
        border: 0;
    }

    ul.category-list li.category-list-item:nth-child(2n) {
        background: none;
        border: 0;
        color: inherit;
    }

    ul.category-list li.category-list-item .img-category-container {
        border-left: 1px solid #d7d7d7;
        border-top: 1px solid #d7d7d7;
        border-bottom: 1px solid #d7d7d7;
        transition: background .25s;
    }

    ul.category-list li.category-list-item:last-child .img-category-container {
        border-right: 1px solid #d7d7d7;
    }

    ul.category-list li.category-list-item:hover .img-category-container {
        background: #ff7800;
        position: relative;
    }

    ul.category-list li.category-list-item .img-category-tile {
        height: 100%;
        width: auto;
        max-width: 100%;
    }

    ul.category-list li.category-list-item:hover .img-category-container::before {
        background: url('/static/img/home/star.png');
        background-repeat: no-repeat;
        background-size: 22px 22px;
        content: "";
        position: absolute;
        right: 10px;
        top: 10px;
        width: 22px;
        height: 22px;
    }

    ul.category-list li.category-list-item:nth-child(2n) .img-category-tile {
        filter: none;
    }

    ul.category-list li.category-list-item:hover .img-category-tile, ul.category-list li.category-list-item:hover:nth-child(2n) .img-category-tile {
        filter: invert(1);
    }

    ul.category-list .category-text {
        text-align: center;
        text-transform: uppercase;
        padding: 1em 0 0 0;
        margin: 0;
    }

    ul.category-list li.category-list-item .category-text::after {
        content: "";
        display: block;
        height: 1px;
        width: 40px;
        max-width: 0;
        margin: .5em auto;
        background: #ff7800;
        transition: max-width .5s;
    }

    ul.category-list li.category-list-item:hover .category-text::after {
        max-width: 40px;
    }

    .group-title {
        font-size: 3em;
        line-height: 1em;
        position: relative;
    }

    .group-description {
        padding: 0 18%;
    }

    .group-list-item .group-meta-container {
        margin: 6em 0;
    }

    .products-list-item {
        text-align: right;
    }

    .products-list-item .product-description {
        width: 45%;
    }

    .products-list-item .product-picture-container {
        width: 20%;
    }

    .products-list-item .product-attachments {
        display: inline-block;
        width: 25%;
        margin-right: 1px;
        padding-top: 2em;
    }

    ul.category-group-list {
        text-align: left;
    }

    li.category-group-list-item {
        display: inline-block;
        border: 1px solid #d7d7d7;
        width: calc(25% - 1px);
        height: 310px;
        margin: 0 0 -1px -1px;
        overflow: hidden;
        vertical-align: middle;
    }

    li.category-group-list-item:nth-child(2n) {
        border: 1px solid #d7d7d7;
    }

    li.category-group-list-item a {
        position: absolute;
    }

    li.category-group-list-item:hover {
        border-color: #ff7800;
        position: relative;
        z-index: 1;
    }

    li.category-group-list-item:hover::before {
        content: "";
        background: url("/static/img/home/star.png") center no-repeat;
        background-size: 15px 15px;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 30px;
        height: 30px;
        z-index: 2;
    }

    li.category-group-list-item:hover::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 50px 50px;
        border-color: transparent transparent #ff7800 transparent;
    }
}

@media screen and (min-width: 1034px) {
    .container {
        margin: 0 auto;
    }
}

@media screen and (min-width: 1500px) {
    .block-banner-carousel {
        max-width: 1500px;
        background: none;
        margin: 0 auto;
    }
}

#cookie_notice {
    position: relative;
    padding-top: 1em;
    font-size: 1em;
    min-height: 5em;
    width: 100%;
    background: #fcf4e5;
    color: #a0a0a0;
    text-align: center;
    display: none;
}

#cookie_notice_content {
    margin: 0 auto;
    max-width: 700px;
}

#cookie_notice p {
    max-width: 780px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 50px 1em 0;
}

#cookie_notice_close {
    position: absolute;
    right: 1em;
    background: url('/static/img/button_close-64-black.png') top left no-repeat;
    opacity: .5;
    width: 32px;
    height: 32px;
    border: 0;
    background-size: 100% 100%;
    color: black;
    float: right;
}
