.headline {
    font-size: 32px;
    line-height: 1.2em;
    letter-spacing: 0em;
    margin-bottom: 20px;
    font-weight: 400;
    color: rgb(48, 48, 48);
    font-style: normal;
    text-transform: none;
}

.headline a:hover {
    text-decoration: underline;
}

nav {
    text-align: right;
}

nav > ul li > a {
    color: rgb(34, 34, 34);
    font-size: 18px;
    transition: all 0.25s ease-in 0s;
    font-weight: 400;
}

nav:before {
    font-size: 40px;
    color: rgb(255, 255, 255);
}

nav > ul > li > ul a {
    font-size: 13px;
    color: rgb(255, 255, 255);
}

nav > ul li > a:hover {
    color: rgb(241, 25, 38);
}

nav > ul li.active > a {
    color: rgb(241, 25, 38);
    background-color: rgba(255, 255, 255, 0);
    border-color: rgb(241, 25, 38);
}

nav > ul li a {
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
    text-transform: none;
    background-color: rgba(255, 255, 255, 0);
    border-bottom-width: 1px;
    border-color: rgba(255, 255, 255, 0);
}

nav > ul > li > ul li a {
    background-color: rgba(0, 0, 0, 0.31);
    border-color: rgb(255, 255, 255);
    margin-bottom: 0px;
    border-bottom-width: 0px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 6px;
}

nav > ul > li > ul li.active > a {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}

nav.opened-menu > ul {
    background-color: rgba(255, 255, 255, 0);
}

nav > ul .closeBtn {
    color: rgb(241, 25, 38);
}

nav > ul > li > ul li a:hover {
    background-color: rgb(255, 255, 255);
}

nav > ul > li > ul a:hover {
    color: rgb(241, 25, 38);
}

.nav .navIcon.fa {
    font-size: 0px;
}

nav > ul li a:hover {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
}

.nav {
    padding-right: 0px;
}

.subtitle {
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: 0em;
    margin-bottom: 20px;
    font-weight: 400;
    color: rgb(48, 48, 48);
    font-style: normal;
    text-transform: none;
}

.preamble {
    font-size: 22px;
    line-height: 1.5em;
    letter-spacing: 0em;
    margin-bottom: 5px;
    font-weight: 300;
}

.bodytext {
    line-height: 1.6em;
    margin-bottom: 5px;
    font-size: 19px;
    color: rgb(48, 48, 48);
    font-weight: 300;
}

.bodytext a:hover {
    color: rgb(34, 34, 34);
}

.bodytext a {
    color: rgb(241, 25, 38);
}

.smalltext {
    line-height: 1.2em;
    letter-spacing: 0em;
    font-size: 11px;
    margin-bottom: 5px;
}

body {
    color: rgb(34, 34, 34);
    font-size: 20px;
    font-family: News Cycle;
    line-height: 1.2em;
    font-weight: 400;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-size: cover;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body a {
    text-decoration: none;
    color: rgb(241, 25, 38);
}

body a:hover {
    color: rgba(0, 0, 0, 0.31);
}

.button {
    margin-bottom: 25px;
    border-radius: 3px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    background-color: rgb(241, 25, 38);
    padding-top: 12px;
    padding-right: 15px;
    padding-bottom: 13px;
    padding-left: 15px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    font-size: 16px;
    margin-top: -20px;
    border-color: rgb(241, 25, 38);
    text-transform: none;
}

.button:hover {
    background-color: rgb(187, 191, 194);
    color: rgb(255, 255, 255);
    border-color: rgb(241, 25, 38);
}

.form {
    margin-bottom: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.form label {
    padding-bottom: 0px;
    margin-bottom: 10px;
    line-height: 1.2em;
    font-size: 19px;
    font-weight: 300;
}

.form input[type=checkbox] + span, .form input[type=radio] + span {
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 1.6em;
}

.form input[type=text], .form textarea, .form select {
    border-radius: 3px;
    border-color: rgba(255, 255, 255, 0);
    color: rgb(34, 34, 34);
    font-size: 19px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: rgb(244, 244, 244);
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    font-weight: 300;
}

.form input[type=submit] {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: rgb(241, 25, 38);
    color: rgb(255, 255, 255);
}

.form .g-recaptcha {
    margin-top: 10px;
}

.form input[type=submit]:hover {
    background-color: rgb(187, 191, 194);
    color: rgb(255, 255, 255);
}

.form .thankYou {
    color: rgb(34, 34, 34);
}

.text {
    margin-bottom: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.image {
    margin-bottom: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.map {
    margin-bottom: 40px;
}

.gallery {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.gallery .arrow {
    color: rgb(187, 191, 194);
    background-color: rgba(0, 0, 0, 0);
}

.gallery .arrow:hover {
    color: rgb(187, 191, 194);
    background-color: rgba(255, 255, 255, 0);
}

.row {
    padding-top: 60px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
}

.col {
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    padding-bottom: 0px;
}

.custom1 {
}

.custom2 {
}

.custom4 {
}

.custom5 {
}

.custom3 {
}

.smallsubtitle {
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.spottext {
    font-size: 80px;
    color: rgb(255, 255, 255);
    line-height: 1.2em;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.15em;
    font-style: normal;
}

.spottext a {
    color: rgb(255, 255, 255);
}

.spottext a:hover {
    color: rgb(255, 255, 255);
}

.footertext {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
    font-weight: 300;
}

.footertext a:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.footertext a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.companyname {
    font-size: 120px;
    text-align: center;
    line-height: 1.25em;
    color: rgb(43, 44, 45);
    text-transform: none;
    letter-spacing: 0.33em;
    font-weight: 400;
    font-family: Satisfy;
}

.companyname a {
    color: rgb(34, 34, 34);
}

.companyname a:hover {
    color: rgb(34, 34, 34);
}

.smallspottext {
    line-height: 1.5em;
    color: rgb(255, 255, 255);
    text-align: left;
    font-size: 30px;
    margin-bottom: 40px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.09em;
}

.smallspottext a {
    color: rgb(255, 255, 255);
}

.smallspottext a:hover {
    color: rgb(255, 255, 255);
}

.locale {
    text-align: right;
    margin-right: 0px;
    padding-right: 14px;
}

.locale ul li a {
    transition: all 0.25s ease-in 0s;
    color: rgb(241, 25, 38);
    font-size: 16px;
}

.locale ul li {
    background-color: rgba(255, 255, 255, 0);
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    border-color: rgba(0, 0, 0, 0);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.locale ul li:hover {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
}

.locale ul li a:hover {
    color: rgb(241, 25, 38);
}

.locale ul li.active a {
    color: rgb(241, 25, 38);
}

.locale ul li.active {
    border-color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
}

.locale ul li a i + span {
}

.button2 {
    font-size: 17px;
    line-height: 1em;
    margin-bottom: 40px;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-top: 19px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-color: rgb(255, 255, 255);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    font-weight: 300;
    text-transform: none;
}

.button2:hover {
    color: rgb(34, 34, 34);
    border-color: rgb(244, 244, 244);
    background-color: rgb(255, 255, 255);
}

.button2 .buttonIcon.fa {
    padding-right: 10px;
}

.divider {
    border-top-width: 1px;
    border-color: rgb(206, 194, 180);
    width: 100%;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.socialmedia {
    text-align: left;
    font-size: 18px;
}

.socialmedia li {
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: rgb(241, 25, 38);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-color: rgb(255, 255, 255);
}

.socialmedia li a:hover {
    color: rgb(255, 255, 255);
}

.socialmedia li a {
    color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
}

.socialmedia li:hover {
    background-color: rgb(48, 48, 48);
    border-color: rgb(48, 48, 48);
}

.paymenticons li {
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 10px;
}

.paymenticons {
    text-align: left;
}

.linklist {
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 40px;
    margin-top: 0px;
}

.linklist a {
    margin-bottom: 1px;
    background-color: rgb(241, 241, 241);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.linklist a:hover {
    background-color: rgb(241, 241, 241);
}

.breadcrumb li a {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.cart {
    display: table;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0px;
}

.cart .cartBtn {
    color: rgb(255, 255, 255);
    font-size: 20px;
}

.cart .cartAmount {
    font-size: 12px;
    color: rgb(255, 255, 255);
    background-color: rgb(241, 25, 38);
    width: 16px;
    height: 16px;
    margin-left: -5px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    margin-top: -8px;
}

.cart .checkoutBtn {
    margin-bottom: 0px;
}

.cart .title {
    margin-bottom: 20px;
}

.cart .subTotalText {
    margin-top: 0px;
}

.cart .subTotal {
    margin-bottom: 10px;
    margin-top: 5px;
}

.cart .cartContents {
    background-color: rgb(241, 241, 241);
}

.cart .divider {
    margin-bottom: 10px;
}

.search {
    display: table;
    margin-left: auto;
    margin-right: 0;
}

.search .searchicon {
    color: rgb(255, 255, 255);
    width: 16px;
    height: 16px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    font-size: 16px;
    margin-bottom: 0px;
}

.review {
    margin-bottom: 40px;
    background-color: rgb(241, 241, 241);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.review .reviewName {
    text-align: center;
    margin-bottom: 5px;
}

.review .reviewDescription {
    text-align: center;
}

.review .reviewRating {
    text-align: center;
}

.review .reviewRating .star {
    margin-right: 2px;
    margin-left: 2px;
}

.review .authorDate {
    text-align: center;
}

.html {
    margin-bottom: 40px;
}

.blog .details {
    padding-top: 0px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.blog .readMore {
    margin-top: 20px;
    margin-bottom: 40px;
}

.catalog {
    margin-bottom: 40px;
}

.catalog .productText {
    padding-top: 10px;
}

.catalog .visualTag {
    text-align: center;
    text-transform: uppercase;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
}

.emailshare a {
    margin-bottom: 20px;
}

.openinghours {
    margin-bottom: 40px;
}

.openinghours .specialDayTitle {
    margin-top: 20px;
}

.offers {
    margin-bottom: 40px;
    background-color: rgb(241, 241, 241);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.offers .button {
    margin-bottom: 0px;
    margin-top: 20px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.offers .offerName {
    text-align: center;
}

.offers .offerDescription {
    text-align: center;
}

.offers .offerPrice {
    text-align: center;
}

.offers .validFrom {
    text-align: center;
}

.offers .validThrough {
    text-align: center;
}

.list {
    margin-bottom: 40px;
}

.list .listIcon {
    font-size: 21px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-color: rgba(255, 255, 255, 0);
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    color: rgb(255, 255, 255);
}

.listTitle {
    font-weight: 300;
}

.list .listItem {
    background-color: rgb(241, 25, 38);
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.list .listItem:hover {
    background-color: rgb(241, 25, 38);
}

.list .listTitle {
    color: rgb(48, 48, 48);
}

.list .itemLabel {
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.list .listIcon:hover {
    background-color: rgba(255, 255, 255, 0);
    color: rgb(255, 255, 255);
}

.video {
    margin-bottom: 40px;
}

.singleProduct .addBtn {
    padding-top: 13px;
}

.singleProduct .gallery .visualTag {
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.singleProduct .divider {
    margin-bottom: 20px;
    margin-top: 0px;
}

.pricelist {
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0);
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-bottom-width: 0px;
    border-color: rgb(255, 255, 255);
}

.pricelist li {
    margin-bottom: 20px;
}

.pricelist .itemprice {
    font-size: 19px;
    text-transform: none;
    line-height: 1.05em;
    color: rgb(48, 48, 48);
}

.itemprice {
    font-weight: 300;
}

.pricelist .item {
    font-size: 19px;
    color: rgb(48, 48, 48);
}

.item {
    font-weight: 300;
}

.pricelist .itemdescription {
    font-size: 16px;
    padding-bottom: 5px;
    color: rgb(48, 48, 48);
}

.pricelist .listTitle {
    padding-top: 10px;
    font-size: 24px;
    color: rgb(48, 48, 48);
}

.listTitle {
    font-weight: 400;
}

.checkout .divider {
    margin-bottom: 20px;
}

.checkout .descriptivetext {
    padding-bottom: 20px;
}

.checkout .infolabel {
    padding-bottom: 10px;
}

.verticalnav {
    margin-bottom: 40px;
}

.verticalnav > li > a {
    margin-bottom: 10px;
    color: rgb(241, 25, 38);
}

.verticalnav > li > ul li a {
    margin-bottom: 10px;
}

nav > li.active > a {
    color: rgb(187, 191, 194);
}

.verticalnav > li > a:hover {
    color: rgb(187, 191, 194);
}

.verticalnav > li > ul li.active > a {
    color: rgb(187, 191, 194);
}

.verticalnav > li > ul a:hover {
    color: rgb(187, 191, 194);
}

.verticalnav > li > ul a {
    color: rgb(241, 25, 38);
}

.scrollIcon {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-color: rgb(255, 255, 255);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    background-color: rgb(241, 25, 38);
    width: 44px;
    height: 44px;
}

.scrollIcon:hover {
    border-color: rgb(48, 48, 48);
    background-color: rgb(48, 48, 48);
}

.scrollIcon span:before {
    color: rgb(255, 255, 255);
    font-size: 26px;
}

.button3 {
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 7px;
    margin-top: 0px;
}

.button3:hover {
    background-color: rgb(241, 25, 38);
}

.darkspottext {
    font-size: 60px;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    color: rgb(255, 255, 255);
    text-transform: none;
}

.lightbodytext {
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.8em;
}

.lightsubtitle {
    color: rgb(255, 255, 255);
    font-size: 46px;
    font-style: normal;
}

.darksmallspottext {
    color: rgb(255, 255, 255);
    font-family: News Cycle;
    font-size: 30px;
    line-height: 1.6em;
    text-transform: none;
}

@media only screen and (max-width: 1199px) {
    nav:before {
        font-size: 30px;
        color: rgb(241, 25, 38);
    }

    nav > ul li a {
        border-bottom-width: 0px;
        background-color: rgba(255, 255, 255, 0);
    }

    nav > ul li a:hover {
        background-color: rgba(255, 255, 255, 0);
    }

    nav > ul li.active > a {
        background-color: rgba(255, 255, 255, 0);
        color: rgb(241, 25, 38);
    }

    nav > ul > li > ul li a {
        background-color: rgb(255, 255, 255);
        padding-top: 5px;
    }

    nav > ul > li > ul li a:hover {
        background-color: rgb(241, 25, 38);
    }

    nav > ul > li > ul li.active > a {
        background-color: rgb(241, 241, 241);
        color: rgb(34, 34, 34);
    }

    nav.opened-menu > ul {
        background-color: rgb(255, 255, 255);
    }

    nav > ul .closeBtn {
        color: rgb(255, 255, 255);
    }

    nav > ul li > a {
        color: rgb(48, 48, 48);
    }

    nav > ul li > a:hover {
        color: rgb(241, 25, 38);
    }

    nav > ul > li > ul a {
        color: rgb(34, 34, 34);
    }

    nav > ul > li > ul a:hover {
        color: rgb(255, 255, 255);
    }

    .custom4 {
    }

    .custom4 a {
    }

    .custom4 a:hover {
    }

    .custom1 {
        line-height: 1.2em;
    }

    .custom1 a {
    }

    .custom1 a:hover {
    }

    .custom3 {
    }

    .custom3 a {
    }

    .custom3 a:hover {
    }

    body {
    }

    body a {
    }

    body a:hover {
    }

    .text {
    }

    .headline {
        font-size: 28px;
    }

    .subtitle {
        font-size: 23px;
    }

    .bodytext {
        font-size: 17px;
    }

    .smalltext {
        font-size: 12px;
    }

    .smalltext a {
    }

    .smalltext a:hover {
    }

    .spottext {
        font-size: 42px;
    }

    .smallspottext {
        letter-spacing: 0.05em;
        font-size: 23px;
    }

    .companyname {
        font-size: 67px;
    }

    .footertext a:hover {
        color: rgb(34, 34, 34);
    }

    .scrollIcon {
        width: 40px;
        height: 40px;
    }

    .scrollIcon:hover {
        background-color: rgb(48, 48, 48);
        border-color: rgb(48, 48, 48);
    }

    .button2 {
    }

    .button:hover {
        background-color: rgb(241, 25, 38);
    }

    .darkspottext {
        font-size: 43px;
    }

    .button3:hover {
        background-color: rgb(241, 25, 38);
    }

    .lightsubtitle {
        font-size: 32px;
    }

    .socialmedia li:hover {
        background-color: rgb(48, 48, 48);
    }

    .darksmallspottext {
        font-size: 24px;
    }

    .pricelist .listTitle {
        font-size: 20px;
    }

    .pricelist .item {
        font-size: 17px;
    }

    .pricelist .itemprice {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    nav:before {
        font-size: 28px;
        color: rgb(241, 25, 38);
    }

    nav.opened-menu > ul {
        background-color: rgb(255, 255, 255);
    }

    nav > ul li a {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        margin-left: 0px;
    }

    nav > ul > li > ul li a {
        border-color: rgba(255, 255, 255, 0);
    }

    nav > ul li.active > a {
        color: rgb(241, 25, 38);
    }

    nav > ul > li > ul li.active > a {
        border-color: rgba(255, 255, 255, 0);
        background-color: rgb(241, 241, 241);
        color: rgb(34, 34, 34);
    }

    nav > ul .closeBtn {
        color: rgb(255, 255, 255);
    }

    nav > ul li > a {
        color: rgb(48, 48, 48);
    }

    nav > ul li > a:hover {
        color: rgb(241, 25, 38);
    }

    nav > ul > li > ul a:hover {
        color: rgb(255, 255, 255);
    }

    nav > ul > li > ul li a:hover {
        background-color: rgb(241, 25, 38);
    }

    .headline {
        font-size: 24px;
    }

    .subtitle {
        font-size: 20px;
    }

    .preamble {
        font-size: 19px;
    }

    .bodytext {
        font-size: 16px;
    }

    .text {
        margin-bottom: 20px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .col {
        padding-bottom: 20px;
    }

    .row {
        padding-top: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .form {
        margin-bottom: 20px;
    }

    .form label {
        font-size: 16px;
    }

    .form input[type=checkbox] + span, .form input[type=radio] + span {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .form input[type=text], .form textarea, .form select {
        font-size: 16px;
    }

    .gallery {
        margin-bottom: 20px;
    }

    .map {
        margin-bottom: 20px;
    }

    .image {
        margin-bottom: 20px;
    }

    .button {
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .button:hover {
        background-color: rgb(241, 25, 38);
    }

    .custom1 {
    }

    .custom1 a {
    }

    .custom1 a:hover {
    }

    .custom2 {
    }

    .custom2 a {
    }

    .custom2 a:hover {
    }

    .custom3 {
    }

    .custom3 a {
    }

    .custom3 a:hover {
    }

    .custom4 {
    }

    .custom4 a {
    }

    .custom4 a:hover {
    }

    .custom5 {
    }

    .custom5 a {
    }

    .custom5 a:hover {
    }

    .spottext {
        font-size: 26px;
    }

    body {
    }

    body a {
    }

    body a:hover {
    }

    .locale {
    }

    .locale ul li a {
    }

    .locale ul li a:hover {
    }

    .locale ul li.active a {
    }

    .locale ul li {
    }

    .locale ul li:hover {
    }

    .locale ul li.active {
    }

    .smallsubtitle {
        font-size: 19px;
    }

    .smallspottext {
        font-size: 17px;
        letter-spacing: 0.11em;
    }

    .companyname {
        font-size: 31px;
        letter-spacing: 0.45em;
    }

    .footertext {
        font-size: 14px;
    }

    .footertext a:hover {
        color: rgb(34, 34, 34);
    }

    .button2 {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .socialmedia {
        font-size: 17px;
    }

    .socialmedia li a {
        width: 34px;
        height: 34px;
        color: rgb(255, 255, 255);
    }

    .socialmedia li a:hover {
        color: rgb(255, 255, 255);
    }

    .socialmedia li:hover {
        background-color: rgb(48, 48, 48);
    }

    .review {
        margin-bottom: 20px;
    }

    .linklist {
        margin-bottom: 20px;
    }

    .html {
        margin-bottom: 20px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .catalog {
        margin-bottom: 20px;
    }

    .blog .readMore {
        margin-bottom: 20px;
    }

    .openinghours {
        margin-bottom: 20px;
    }

    .video {
        margin-bottom: 20px;
    }

    .list {
        margin-bottom: 20px;
    }

    .offers {
        margin-bottom: 20px;
    }

    .cart .subTotalText {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .cart .prodPrice {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .pricelist {
        margin-bottom: 20px;
    }

    .pricelist .item {
        font-size: 16px;
        padding-right: 500px;
    }

    .pricelist .itemprice {
        font-size: 16px;
        margin-top: -40px;
    }

    .pricelist .itemdescription {
        font-size: 14px;
        padding-right: 50px;
    }

    .verticalnav {
        margin-bottom: 20px;
    }

    .scrollIcon {
        border-color: rgb(255, 255, 255);
        background-color: rgb(241, 25, 38);
    }

    .scrollIcon:hover {
        border-color: rgb(43, 44, 45);
        background-color: rgb(48, 48, 48);
    }

    .scrollIcon span:before {
        color: rgb(255, 255, 255);
        font-size: 24px;
    }

    .darkspottext {
        letter-spacing: 0.01em;
    }

    .lightsubtitle {
        letter-spacing: 0em;
        line-height: 1.6em;
        font-size: 22px;
    }

    .darksmallspottext {
        font-size: 23px;
    }
}

#r5001 {
    padding-left: 0px;
    padding-right: 0px;
    background-image: none;
    background-size: cover;
    background-position: 50% 0%;
    background-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#r1284 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-bottom: 0px;
}

#c1249 {
    padding-bottom: 10px;
}

#m3324 {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 0px;
    max-width: 100%;
}

#c2763 {
    padding-bottom: 10px;
}

#r5002 {
    background-position: 50% 0%;
    background-repeat: repeat-y;
    background-image: none;
}

#r1074 {
    padding-top: 50px;
    background-color: rgb(241, 25, 38);
    border-top-width: 0px;
    border-color: rgb(48, 48, 48);
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    background-attachment: fixed;
}

#p2374 #r2701 {
    background-image: url(../img/AdobeStock_116102603.jpeg);
    padding-top: 400px;
    padding-bottom: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
    background-position: 100% 50%;
    background-attachment: fixed;
}

#p2374 #r2701.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.31);
}

#p2374 #c1930 {
    background-color: rgba(255, 255, 255, 0);
}

#p2374 #r1046 {
    background-color: rgb(255, 255, 255);
    padding-top: 80px;
    padding-bottom: 40px;
}

#p2374 #c3879 {
[ ]
}

#p2374 #m2657 {
    margin-bottom: 60px;
}

#p2374 #m1368 .buttonIcon.fa {
    padding-right: 5px;
}

#p2374 #m1368 {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#p2374 #r1854 {
    background-color: rgb(255, 255, 255);
    padding-top: 80px;
    padding-bottom: 80px;
}

#p2374 #c4035 {
    background-image: url(../img/AdobeStock_134544845.jpeg);
    padding-top: 230px;
    padding-bottom: 230px;
    background-size: cover;
}

#p2374 #c4035.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.31);
}

#p2374 #c1009 {
    background-image: url(../img/AdobeStock_61954224.jpeg);
    padding-top: 230px;
    padding-bottom: 230px;
    background-size: cover;
}

#p2374 #c1009.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.22);
}

#p2374 #c1896 {
    background-image: url(../img/AdobeStock_15579138.jpeg);
    padding-top: 230px;
    padding-bottom: 230px;
    background-size: cover;
    background-position: 50% 50%;
}

#p2374 #c1896.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.22);
}

#p8450 #r4898 {
    background-color: rgba(0, 0, 0, 0.31);
    padding-bottom: 60px;
    background-image: url(../img/AdobeStock_243851132.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

#p8450 #r4898.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.31);
}

#p8450 #m1514 {
    margin-bottom: 0px;
}

#p8450 #r2474 {
    padding-bottom: 10px;
    background-color: rgb(255, 255, 255);
    padding-right: 25px;
    padding-top: 100px;
}

#p8450 #m1154 {
    margin-bottom: 100px;
}

#p8450 #m2115 {
    margin-bottom: 10px;
}

#p8450 #m1068 {
    margin-bottom: 10px;
}

#p8450 #m3464 {
    max-width: 80%;
}

#p8450 #r3837 .dots li {
    border-color: rgb(255, 255, 255);
}

#p8450 #r3837 .dots li:hover {
    border-color: rgb(255, 255, 255);
}

#p8450 #r3837 .dots li.active {
    border-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}

#p8450 #r4648 {
    background-image: url(../img/AdobeStock_62271316.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 350px;
    padding-bottom: 350px;
    background-position: 50% 50%;
}

#p8450 #r4648.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.31);
}

#p8450 #r3997 {
    background-image: url(../img/AdobeStock_178463991.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 350px;
    padding-bottom: 350px;
    background-position: 50% 50%;
}

#p8450 #r3997.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.4);
}

#p8450 #r1175 {
    background-image: url(../img/AdobeStock_215597992.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 350px;
    padding-bottom: 350px;
    background-position: 50% 50%;
}

#p8450 #r1175.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.4);
}

#p8392 #r4255 {
    background-color: rgba(0, 0, 0, 0.31);
    padding-bottom: 60px;
    background-image: url(../img/AdobeStock_134544845.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#p8392 #r4255.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.31);
}

#p8392 #m3037 {
    margin-bottom: 0px;
}

#p8392 #r2693 {
    padding-bottom: 10px;
    background-color: rgb(255, 255, 255);
    padding-right: 25px;
    padding-top: 20px;
}

#p8392 #r6954 .dots li {
    border-color: rgb(255, 255, 255);
}

#p8392 #r6954 .dots li:hover {
    border-color: rgb(255, 255, 255);
}

#p8392 #r6954 .dots li.active {
    border-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}

#p8392 #r1814 {
    background-image: url(../img/AdobeStock_34240848.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 350px;
    padding-bottom: 350px;
    background-position: 50% 100%;
}

#p8392 #r1814.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.31);
}

#p8392 #r1107 {
    background-image: url(../img/AdobeStock_145210626.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 350px;
    padding-bottom: 350px;
    background-position: 50% 50%;
}

#p8392 #r1107.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.4);
}

#p8392 #r3778 {
    background-image: url(../img/AdobeStock_243851132.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 350px;
    padding-bottom: 350px;
    background-position: 50% 50%;
}

#p8392 #r3778.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.4);
}

#p8392 #r4264 {
    background-image: url(../img/AdobeStock_134544845.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 350px;
    padding-bottom: 350px;
    background-position: 50% 50%;
}

#p8392 #r4264.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.4);
}

#p1516 #r4940 {
    background-color: rgba(0, 0, 0, 0.31);
    padding-bottom: 60px;
    background-image: url(../img/AdobeStock_15579138.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#p1516 #r4940.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.31);
}

#p1516 #m1283 {
    margin-bottom: 0px;
}

#p1516 #r3040 {
    background-color: rgb(255, 255, 255);
}

#p1516 #c3389 {
[ ]
}

#p1516 #r4724 {
    background-color: rgb(255, 255, 255);
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#p1516 #c4796 {
    padding-left: 0px;
    padding-right: 0px;
}

#p1516 #m4012 {
    height: 450px;
    margin-bottom: 0px;
}

#p3780 #r2929 {
    background-color: rgba(0, 0, 0, 0.31);
    padding-bottom: 60px;
    background-image: url(../img/AdobeStock_243851132.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

#p3780 #r2929.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.31);
}

#p3780 #m2965 {
    margin-bottom: 0px;
}

#p3780 #r3040 {
    background-color: rgb(255, 255, 255);
}

#p3780 #c3389 {
[ ]
}

#p1712 #r2701 {
    background-image: url(../img/AdobeStock_116102603.jpeg);
    padding-top: 400px;
    padding-bottom: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
    background-position: 100% 50%;
    background-attachment: fixed;
}

#p1712 #r2701.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.31);
}

#p1712 #c1930 {
    background-color: rgba(255, 255, 255, 0);
}

#p1712 #r1046 {
    background-color: rgb(255, 255, 255);
    padding-top: 80px;
    padding-bottom: 40px;
}

#p1712 #c3879 {
[ ]
}

#p1712 #m2657 {
    margin-bottom: 60px;
}

#p1712 #m1368 .buttonIcon.fa {
    padding-right: 5px;
}

#p1712 #m1368 {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#p1712 #r1854 {
    background-color: rgb(255, 255, 255);
    padding-top: 80px;
    padding-bottom: 80px;
}

#p1712 #c4035 {
    background-image: url(../img/AdobeStock_134544845.jpeg);
    padding-top: 230px;
    padding-bottom: 230px;
    background-size: cover;
}

#p1712 #c4035.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.31);
}

#p1712 #c1009 {
    background-image: url(../img/AdobeStock_61954224.jpeg);
    padding-top: 230px;
    padding-bottom: 230px;
    background-size: cover;
}

#p1712 #c1009.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.22);
}

#p1712 #c1896 {
    background-image: url(../img/AdobeStock_15579138.jpeg);
    padding-top: 230px;
    padding-bottom: 230px;
    background-size: cover;
    background-position: 50% 50%;
}

#p1712 #c1896.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.22);
}

#p1548 #r4898 {
    background-color: rgba(0, 0, 0, 0.31);
    padding-bottom: 60px;
    background-image: url(../img/AdobeStock_243851132.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

#p1548 #r4898.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.31);
}

#p1548 #m1514 {
    margin-bottom: 0px;
}

#p1548 #r2474 {
    padding-bottom: 10px;
    background-color: rgb(255, 255, 255);
    padding-right: 25px;
    padding-top: 100px;
}

#p1548 #m1154 {
    margin-bottom: 100px;
}

#p1548 #m2115 {
    margin-bottom: 10px;
}

#p1548 #m1068 {
    margin-bottom: 10px;
}

#p1548 #m3464 {
    max-width: 80%;
}

#p1548 #r3837 .dots li {
    border-color: rgb(255, 255, 255);
}

#p1548 #r3837 .dots li:hover {
    border-color: rgb(255, 255, 255);
}

#p1548 #r3837 .dots li.active {
    border-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}

#p1548 #r4648 {
    background-image: url(../img/AdobeStock_62271316.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 350px;
    padding-bottom: 350px;
    background-position: 50% 50%;
}

#p1548 #r4648.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.31);
}

#p1548 #r3997 {
    background-image: url(../img/AdobeStock_178463991.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 350px;
    padding-bottom: 350px;
    background-position: 50% 50%;
}

#p1548 #r3997.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.4);
}

#p1548 #r1175 {
    background-image: url(../img/AdobeStock_215597992.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 350px;
    padding-bottom: 350px;
    background-position: 50% 50%;
}

#p1548 #r1175.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.4);
}

#p1064 #r4255 {
    background-color: rgba(0, 0, 0, 0.31);
    padding-bottom: 60px;
    background-image: url(../img/AdobeStock_134544845.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#p1064 #r4255.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.31);
}

#p1064 #m3037 {
    margin-bottom: 0px;
}

#p1064 #r2693 {
    padding-bottom: 10px;
    background-color: rgb(255, 255, 255);
    padding-right: 25px;
    padding-top: 20px;
}

#p1064 #r6954 .dots li {
    border-color: rgb(255, 255, 255);
}

#p1064 #r6954 .dots li:hover {
    border-color: rgb(255, 255, 255);
}

#p1064 #r6954 .dots li.active {
    border-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}

#p1064 #r1814 {
    background-image: url(../img/AdobeStock_34240848.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 350px;
    padding-bottom: 350px;
    background-position: 50% 100%;
}

#p1064 #r1814.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.31);
}

#p1064 #r1107 {
    background-image: url(../img/AdobeStock_145210626.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 350px;
    padding-bottom: 350px;
    background-position: 50% 50%;
}

#p1064 #r1107.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.4);
}

#p1064 #r3778 {
    background-image: url(../img/AdobeStock_243851132.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 350px;
    padding-bottom: 350px;
    background-position: 50% 50%;
}

#p1064 #r3778.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.4);
}

#p1064 #r4264 {
    background-image: url(../img/AdobeStock_134544845.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 350px;
    padding-bottom: 350px;
    background-position: 50% 50%;
}

#p1064 #r4264.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.4);
}

#p3121 #r4940 {
    background-color: rgba(0, 0, 0, 0.31);
    padding-bottom: 60px;
    background-image: url(../img/AdobeStock_15579138.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#p3121 #r4940.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.31);
}

#p3121 #m1283 {
    margin-bottom: 0px;
}

#p3121 #r3040 {
    background-color: rgb(255, 255, 255);
}

#p3121 #c3389 {
[ ]
}

#p3121 #r4724 {
    background-color: rgb(255, 255, 255);
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#p3121 #c4796 {
    padding-left: 0px;
    padding-right: 0px;
}

#p3121 #m4012 {
    height: 450px;
    margin-bottom: 0px;
}

#p4614 #r2929 {
    background-color: rgba(0, 0, 0, 0.31);
    padding-bottom: 60px;
    background-image: url(../img/AdobeStock_243851132.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

#p4614 #r2929.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.31);
}

#p4614 #m2965 {
    margin-bottom: 0px;
}

#p4614 #r3040 {
    background-color: rgb(255, 255, 255);
}

#p4614 #c3389 {
[ ]
}

@media only screen and (max-width: 1199px) {
    #r5001 {
        background-position: 100% 50%;
    }

    #m3324 {
        max-width: 83%;
    }

    #c2763 {
        padding-bottom: 20px;
    }

    #r5002 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #r1074 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #p2374 #r2701 {
        padding-top: 200px;
        padding-bottom: 200px;
        background-position: 0% 50%;
    }

    #p2374 #c3879 {
    [ ]
    }

    #p2374 #r1854 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #p8450 #r4898 {
        padding-top: 40px;
    }

    #p8450 #m3464 {
        max-width: 100%;
    }

    #p8392 #r4255 {
        padding-top: 40px;
    }

    #p1516 #r4940 {
        padding-top: 40px;
    }

    #p1516 #r3040 {
        padding-right: 0px;
        padding-left: 0px;
    }

    #p1516 #c3389 {
    [ ]
    }

    #p3780 #r2929 {
        padding-top: 40px;
    }

    #p3780 #c3389 {
    [ ]
    }

    #p1712 #r2701 {
        padding-top: 200px;
        padding-bottom: 200px;
        background-position: 0% 50%;
    }

    #p1712 #c3879 {
    [ ]
    }

    #p1712 #r1854 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #p1548 #r4898 {
        padding-top: 40px;
    }

    #p1548 #m3464 {
        max-width: 100%;
    }

    #p1064 #r4255 {
        padding-top: 40px;
    }

    #p3121 #r4940 {
        padding-top: 40px;
    }

    #p3121 #r3040 {
        padding-right: 0px;
        padding-left: 0px;
    }

    #p3121 #c3389 {
    [ ]
    }

    #p4614 #r2929 {
        padding-top: 40px;
    }

    #p4614 #c3389 {
    [ ]
    }
}

@media only screen and (max-width: 767px) {
    #r5001 {
        background-position: 50% 50%;
    }

    #c1249 {
        padding-bottom: 10px;
    }

    #r1074 {
        padding-bottom: 15px;
        padding-top: 30px;
        margin-top: 0px;
    }

    #m1028 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    #p2374 #r2701 {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: rgba(0, 0, 0, 0.31);
    }

    #p2374 #c4803 {
        background-color: rgba(255, 255, 255, 0.34);
    }

    #p2374 #r1046 {
        padding-top: 40px;
    }

    #p2374 #c3879 {
    [ ]
    }

    #p2374 #r1854 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #p8450 #r4898 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p8450 #r2474 {
        padding-top: 30px;
        padding-right: 15px;
        padding-left: 15px;
    }

    #p8392 #r4255 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p8392 #r2693 {
        padding-top: 30px;
        padding-right: 15px;
        padding-left: 15px;
    }

    #p1516 #r4940 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p1516 #c3389 {
    [ ]
    }

    #p1516 #c4796 {
        padding-bottom: 0px;
    }

    #p3780 #r2929 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p3780 #c3389 {
    [ ]
    }

    #p1712 #r2701 {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: rgba(0, 0, 0, 0.31);
    }

    #p1712 #c4803 {
        background-color: rgba(255, 255, 255, 0.34);
    }

    #p1712 #r1046 {
        padding-top: 40px;
    }

    #p1712 #c3879 {
    [ ]
    }

    #p1712 #r1854 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #p1548 #r4898 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p1548 #r2474 {
        padding-top: 30px;
        padding-right: 15px;
        padding-left: 15px;
    }

    #p1064 #r4255 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p1064 #r2693 {
        padding-top: 30px;
        padding-right: 15px;
        padding-left: 15px;
    }

    #p3121 #r4940 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p3121 #c3389 {
    [ ]
    }

    #p3121 #c4796 {
        padding-bottom: 0px;
    }

    #p4614 #r2929 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p4614 #c3389 {
    [ ]
    }
}