html,
body {
    height: 100%;
    margin: 0;
}

body {
    line-height: 36px;
    font-size: 22px;
    text-align: left;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url(/img/resources/wall.svg);
    background-position: bottom left;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Open Sans';
    /* position: fixed; */
    letter-spacing: 0.04em;
}

.pager {
    text-align: center;
}

.header {
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
    margin-bottom: 200px;
}

.header img#brand_logo {
    display: inline=block;
    height: 130px;
    float: left;
    margin-left: 50px;
    margin-top: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.header nav {
    display: inline=block;
    /* display: block; */
    text-align: right;
    margin-right: 50px;
    font-family: 'Play', sans-serif;
}

.header nav a {
    padding: 0 10px 10px 10px;
    line-height: 100px;
    margin-left: 20px;
    color: #835967;
    font-weight: 200;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.header nav a:hover {
    color: #333333;
}

nav a.active_menu {
    color: #835967 !important;
    font-weight: bold;
}

.smaller nav a {
    color: #ffffff !important;
}

.smaller .language-bar {
    border-color: #FFFFFF;
}

.header.smaller {
    height: 80px;
    border-bottom: 1px solid rgba(125, 168, 149, 1);
    background-color: rgba(125, 168, 149, 0.9);
    /* background-color: rgba(0, 0, 0, 0.7); */
}

.language-bar .smaller {
    display: none;
}

.header.smaller img#brand_logo {
    margin-top: 8px;
    height: 65px;
}

.header.smaller nav a {
    line-height: 75px;
}

.languages {
    color: rgba(125, 168, 149, 1) !important;
}

.language-bar {
    /* background-color: rgba(125,168,149, 1); */
    border: 1px solid rgba(125, 168, 149, 1);
    padding: 5px 20px 10px 0;
    margin: 0 10px 0 30px;
}

.languages:hover {
    color: #333333 !important;
}

.page_header {
    margin: 120px 0 40px 0;
    font-family: 'Open Sans Light', sans-serif;
    font-weight: 200;
    color: rgba(125, 168, 149, 1);
    text-align: center;
    font-size: 2.5em;
    letter-spacing: .05em;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(125, 168, 149, 0.80);
    line-height: 1.2em;
}

.product_page_header {
    margin: 120px 0 30px 0;
    font-family: 'Play', sans-serif;
    font-weight: 200;
    text-align: center;
    font-size: 2em;
    letter-spacing: .05em;
    padding-bottom: 30px;
    line-height: 1.2em;
}

/* mobile menu */
.topnav {
    overflow: hidden;
    background-color: #333;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 5px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.active {
    background-color: rgba(125, 168, 149, 1);
    color: white;
}

.topnav .icon {
    display: none;
}

.scrollbox {
    height: 245px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.cookie_consent {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background-color: rgb(77, 0, 64);
    /*    border: 1px solid rgba(125,168,149, 1); */
    box-shadow: 0 0 15px #333;
    /* border-radius: 5px; */
    color: #FFFFFF;
    z-index: 999;
    font-size: .7em;
    padding: 0 5px;
}

.cookie_consent button {
    color: rgba(125, 168, 149, 1);
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-weight: 700;
}

.section-image {
    width: 290px;
    height: 290px;
    background-repeat: no-repeat;
    background-position: 0 -290px;
    position: relative;
    /* border: 2px solid rgba(125,168,149, 1); */
}

.section-image:hover {
    background-position: 0 0;
}

.section-title {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    padding: 5px 15px;
    margin: 0;
    font-size: 20px;
    color: #FFFFFF;
    text-shadow: 1px 1px 3px #666;
    line-height: 28px;
    text-align: center;
    min-height: 25%;
}

.section-description {
    line-height: 28px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
    font-family: 'Play';

}

.section-description p {
    margin: 0 !important;
}

.slbCaption {
    font-size: 1em;
    background-color: rgba(125, 168, 149, 1);
    color: #FFFFFF;
    padding: 10px;
    margin-top: 35px;
    white-space: normal;
}

.slbCaption p {
    color: #FFFFFF;
    font-size: .8em;
}

/* products page hover efect */
.product-image-list,
.product-image-list * {
    box-sizing: border-box;
}

.product-image-list {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.product-image-list img {
    max-width: 100%;
}

.product-image-list a {
    cursor: pointer;
}

.product-image-list .hvrbox-layer_bottom {
    display: block;
}

.product-image-list .hvrbox-layer_top {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.product-image-list:hover .hvrbox-layer_top,
.product-image-list.active .hvrbox-layer_top {
    opacity: 1;
}

.product-image-list .hvrbox-text {
    text-align: center;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    line-height: 1.2em;
    top: 50%;
    left: 50%;
    width: 80%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-image-list .hvrbox-text_mobile {
    font-size: 15px;
    border-top: 1px solid rgb(179, 179, 179);
    /* for old browsers */
    border-top: 1px solid rgba(179, 179, 179, 0.7);
    margin-top: 5px;
    padding-top: 2px;
    display: none;
}

.product-image-list.active .hvrbox-text_mobile {
    display: block;
}

.page_content {
    color: rgba(125, 168, 149, 1);
    font-size: 20px;
    padding: 0 15px;
    font-family: 'Open Sans';
    background-color: #ffffff;
}

.contacts-form {
    border: 1px solid rgba(125, 168, 149, 1);
    border-radius: 0;
    padding: 1px 15px;
    font-size: 14px;
    width: 100%;
    color: rgba(125, 168, 149, 1);
}

input[type="text"],
textarea {
    background-color: rgba(255, 255, 255, 0.85);
}

input[type="text"]:focus,
textarea:focus {
    border: 1px solid rgba(125, 168, 149, 1);
    outline: none !important;
}

.contacts-form-btn {
    padding: 3px 70px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(125, 168, 149, 1);
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .2em;
}

footer {
    width: 100%;
    padding: 25px;
    background-color: rgba(125, 168, 149, 0.7);
    text-align: center;
    color: #FFFFFF;
    font-size: .75em;
    height: 90px;
    margin-top: -90px;
}

.wrapper {
    min-height: 100%;
}

.wrapper-inside {
    padding: 20px;
    padding-bottom: 90px;
    margin-bottom: 50px;
}

.alert {
    border-radius: 0;
}

.alert-success {
    color: #ffffff;
    background-color: #11411db5;
    border-color: #478942;
    font-size: .9em;
}

label.error {
    font-size: 16px;
    color: #CC0000;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

@media screen and (min-width: 991px) {
    .topnav {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    img#brand_logo {
        display: block;
        float: none;
        margin: 20px auto;
        height: 150px;
        line-height: 150px;
        text-align: center;
    }

    .header nav {
        display: block;
        float: none;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin: 0 auto;
    }

    .header nav a {
        line-height: 50px;
        margin: 0 10px;
    }

    .header.smaller {
        height: 75px;
    }

    .header.smaller img#brand_logo {
        height: 40px;
        line-height: 40px;
    }

    .header.smaller nav {
        height: 35px;
        line-height: 35px;
    }

    .header.smaller nav a {
        line-height: 35px;
    }

    .page_header,
    .product_page_header {
        margin: 20px 0 20px 0 !important;
        font-size: 30px !important;
        padding-bottom: 10px !important;
    }

    .page_content {
        color: #FFFFFF;
        font-size: 20px;
        padding: 0 15px;
        font-family: 'Open Sans';
    }

    .footer {
        width: 100%;
        padding: 15px;
        background-color: rgba(125, 168, 149, 1);
        color: rgb(56, 0, 47);
        text-align: center;
        font-size: .65em;
        line-height: 15px;
        height: 60px;
        margin-top: -60px;
        font-family: 'Open Sans Light';
    }

    .section-image {
        width: 300px;
        height: 300px;
        background-repeat: no-repeat;
        background-position: 0 0;
        position: relative;
    }

    .section-title {
        width: 300px;
        bottom: 0;
        left: 0;
        height: 65px;
        padding: 10px 5px;
        overflow: hidden;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform-origin: bottom left;
        font-size: 20px;
        color: #FFFFFF;
        font-family: 'Open Sans';
        text-shadow: 1px 1px 3px #666666;
        vertical-align: middle;
        text-align: center;
        line-height: 20px;
    }

    .wrapper-inside {
        padding-bottom: 70px;
        margin-bottom: 10px;
    }
}

.product_main_image {
    margin-bottom: 15px;
}

.product_page_content .active {
    background-color: transparent;
}

.img-thumbnail,
.img-thumbnail .active {
    padding: .25rem;
    border-radius: 0;
    max-width: 100%;
    height: auto;
    max-height: 40vh;
}

.product-thumbnail {
    max-height: 55px;
}

#productShowModal .modal-content,
#productShowModalIner .modal-content {
    background-color: rgba(15, 15, 15, 0.8);
    color: #FFFFFF;
    padding: 20px;
}

#productShowModalIner .product-description,
#productShowModal .product-description {
    font-size: 16px;
    line-height: 26px;
}

#productShowModal .product-name,
#productShowModalIner .product-name {
    font-size: 24px;
}

.modal-dialog,
.modal-content {
    min-height: 94vh;
}

a.modal-link {
    cursor: pointer;
}

.badge-akrozia {
    font-weight: 200;
    font-family: 'Open Sans Light';
    padding: 5px 5px 18px 0;
}

a .badge-akrozia {
    color: rgba(125, 168, 149, 1);
    text-decoration: none;
}

.badge-akrozia .hash {
    color: #FFFFFF;
}

.section-link {
    font-family: 'Open Sans Light', sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
}

.section-link a {
    font-family: 'Open Sans Light', sans-serif;
    font-weight: 200;
    color: rgba(125, 168, 149, 1);
    font-size: 18px;
    line-height: 24px;
}

.product-description {
    font-size: 18px;
    line-height: 24px;
}

.product-description p {
    font-size: 18px;
    font-family: 'Open Sans Light', sans-serif;
    font-weight: 200;
}

.tags {
    font-size: 18px;
    line-height: 26px;
}

.tags a {
    text-decoration: none;
}

.product_page_header .hash {
    color: #FFFFFF;
}

.index-section {
    padding: 15px;
}
