@import url("./external.css");
@import url("./captcha.css");
@import url("./grid.css");
@import url("./minified.css");

.headline {
    font-size: 32px;
    line-height: 1.2em;
    letter-spacing: 0;
    margin-bottom: 20px;
}

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

nav {
    text-align: center;
}

nav > ul li > a {
    color: rgb(255, 255, 255);
    font-weight: 400;
}

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

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

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

nav > ul li.active > a {
    color: rgb(237, 106, 34);
    border-color: rgb(237, 106, 34);
}

nav > ul li a {
    padding: 15px 0 5px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 30px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(30, 149, 80, 0);
    border-bottom-width: 3px;
}

nav > ul > li > ul li a {
    background-color: rgb(228, 228, 228);
    border-color: rgb(255, 255, 255);
    margin-bottom: 0;
    border-bottom-width: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0;
}

nav > ul > li > ul li.active > a {
    color: rgb(237, 106, 34);
    border-color: rgb(255, 255, 255);
}

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

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

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

.nav .navIcon.fa {
    padding-right: 10px;
    padding-bottom: 2px;
}

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

nav > ul li a:hover {
    border-color: rgb(237, 106, 34);
}

.subtitle {
    font-size: 26px;
    line-height: 1.2em;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.preamble {
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.bodytext {
    line-height: 1.6em;
    margin-bottom: 5px;
    font-size: 18px;
}

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

body {
    color: rgb(14, 14, 14);
    font-size: 16px;
    font-family: Roboto;
    line-height: 1.6em;
    font-weight: 300;
    background-color: rgb(255, 255, 255);
}

body a {
    text-decoration: none;
    color: rgb(237, 106, 34);
}

body a:hover {
    color: rgb(255, 149, 91);
}

.button {
    margin-bottom: 40px;
    border-radius: 3px;
    font-weight: 400;
    color: rgb(14, 14, 14);
    background-color: rgba(228, 228, 228, 0);
    padding-top: 14px;
    padding-right: 25px;
    padding-bottom: 16px;
    padding-left: 25px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    line-height: 1em;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-color: rgb(14, 14, 14);
}

.button:hover {
    background-color: rgb(14, 14, 14);
    color: rgb(255, 255, 255);
    border-color: rgb(14, 14, 14);
}

.button .buttonIcon.fa {
    margin-right: 10px;
}

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

.opened-menu > .navContainer {
    left: 0 !important;
    width: 100%;
}

form .validation-error {
    border-color: rgb(200, 50, 50) !important;
}

form .validation-error-message {
    color: rgb(200, 50, 50);
}

.form label {
    padding-bottom: 0;
    margin-bottom: 10px;
    line-height: 1.2em;
}

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

.form input[type=text], .form textarea, .form select {
    border-radius: 3px;
    border-color: rgb(182, 182, 182);
    color: rgb(69, 69, 69);
    font-size: 14px;
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    background-color: rgb(255, 255, 255);
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form input[type=submit] {
    margin-bottom: 0;
    margin-top: 20px;
}

.form2 label {
    color: rgb(255, 255, 255);
    text-align: center;
}

.form2 input[type=text], .form2 textarea, .form2 select {
    background-color: rgb(182, 182, 182);
    border-color: rgb(255, 255, 255);
    color: rgb(14, 14, 14);
}

.form2 input[type=submit] {
    color: rgb(14, 14, 14);
    background-color: rgb(255, 255, 255);
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.form2 input[type=submit]:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(14, 14, 14);
}

.form .subtitle {
    margin-top: 20px;
}

.form2 .subtitle {
    color: rgb(255, 255, 255);
}

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

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

.map {
    margin-bottom: 40px;
}

.gallery {
    margin-bottom: 40px;
}

.row {
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    background-color: rgb(255, 255, 255);
}

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

.custom1 {
    line-height: 1.7em;
    margin-bottom: 5px;
    font-size: 36px;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
    color: rgb(237, 106, 34);
}

.custom1 a {
    color: rgb(255, 149, 91);
}

.custom1 a:hover {
    color: rgb(255, 149, 91);
}

.custom2 {
    line-height: 1.2em;
    margin-bottom: 5px;
    color: rgb(237, 106, 34);
    font-size: 33px;
    text-align: left;
    font-weight: 400;
    font-style: italic;
}

.custom2 a {
    color: rgb(255, 149, 91);
}

.custom2 a:hover {
    color: rgb(255, 149, 91);
}

.custom4 {
    color: rgba(255, 255, 255, 0);
    font-size: 26px;
    line-height: 1.2em;
    text-align: left;
    margin-bottom: 20px;
}

.custom4 a {
    color: rgb(255, 149, 91);
}

.custom4 a:hover {
    color: rgb(255, 149, 91);
}

.custom5 {
    color: rgba(255, 255, 255, 0);
    font-size: 22px;
    line-height: 1.2em;
    text-align: left;
    margin-bottom: 5px;
}

.custom5 a {
    color: rgb(255, 149, 91);
}

.custom5 a:hover {
    color: rgb(255, 149, 91);
}

.custom3 {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0);
    font-size: 32px;
    line-height: 1.2em;
    text-align: left;
}

.custom3 a {
    color: rgb(255, 149, 91);
}

.custom3 a:hover {
    color: rgb(255, 149, 91);
}

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

.spottext {
    font-size: 50px;
    line-height: 1.1em;
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}

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

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

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

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

.footertext a:hover {
    color: rgb(255, 149, 91);
}

.companyname {
    font-size: 59px;
    text-align: left;
    line-height: 1.2em;
    color: rgb(237, 106, 34);
    letter-spacing: 0.1em;
    text-transform: none;
    font-weight: 400;
}

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

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

.smallspottext {
    line-height: 1.2em;
    text-align: center;
    font-size: 28px;
    margin-bottom: 5px;
    text-transform: none;
    color: rgb(255, 255, 255);
}

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

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

.locale {
    text-align: left;
}

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

.locale ul li {
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-right-width: 1px;
    border-color: rgb(46, 46, 46);
    text-align: left;
    background-color: rgb(14, 14, 14);
}

.locale ul li a:hover {
    color: rgb(237, 106, 34);
}

.locale ul li.active a {
    color: rgb(182, 182, 182);
}

.locale ul li:hover {
    border-color: rgb(46, 46, 46);
    background-color: rgb(46, 46, 46);
}

.locale ul li.active {
    border-color: rgb(46, 46, 46);
    background-color: rgb(14, 14, 14);
}

.button2 {
    font-size: 18px;
    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: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-color: rgb(237, 106, 34);
    background-color: rgb(237, 106, 34);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
}

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

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

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

.singlePost .divider {
    margin-bottom: 40px;
}

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

.socialmedia li {
    margin-left: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: rgb(197, 75, 8);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-color: rgba(120, 97, 6, 0);
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
}

.socialmedia li:hover {
    background-color: rgb(237, 106, 34);
}

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

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

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

.paymenticons {
    text-align: left;
}

.linklist {
    padding-bottom: 0;
    padding-left: 0;
    margin-bottom: 40px;
    margin-top: 0;
    background-color: rgba(241, 241, 241, 0);
}

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

.linklist a:hover {
    background-color: rgb(228, 228, 228);
    color: rgb(197, 75, 8);
}

.linklist .listIcon {
    border-top-width: 3px;
    border-right-width: 20px;
}

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

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

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

.cart .cartAmount {
    font-size: 12px;
    color: rgb(255, 255, 255);
    background-color: rgb(237, 106, 34);
    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: 0;
}

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

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

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

.cart .cartContents {
    background-color: rgb(255, 255, 255);
    border-color: rgb(228, 228, 228);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

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

.cart .cartBtn:hover {
    color: rgb(14, 14, 14);
}

.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: 0;
}

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

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

.review .reviewDescription {
    text-align: center;
    margin-bottom: 10px;
}

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

.review .reviewRating .star {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.review .authorDate {
    text-align: center;
    margin-top: 10px;
}

.businesscard .businesscardImage {
    border-bottom-width: 25px;
}

.businesscard .divider1 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.businesscard .divider2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.businesscard .divider3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.businesscard .divider4 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.businesscard .dbcIcon {
    border-right-width: 20px;
    border-left-width: 10px;
    margin-top: 0;
}

.businesscard .dbcLinkIcon {
    border-left-width: 10px;
    border-right-width: 20px;
}

.businesscard .businesscardLinks {
    text-align: left;
}

.businesscard .businesscardLinks li a {
    padding-top: 0;
    margin-top: 0;
}

.html {
    margin-bottom: 40px;
}

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

.blog .readMore {
    margin-top: 20px;
    color: rgb(237, 106, 34);
    background-color: rgba(15, 174, 134, 0);
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
}

.blog {
    background-color: rgba(255, 255, 255, 0);
    padding-left: 0;
}

.blog .title {
    padding-left: 0;
    padding-right: 0;
}

.blog .shortDescription {
    padding-left: 0;
    padding-right: 0;
}

.blog li .textContainer {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    margin-bottom: 0;
}

.blog li {
    background-color: rgb(255, 255, 255);
}

.blog .readMore:hover {
    color: rgb(197, 75, 8);
}

.catalog {
    margin-bottom: 40px;
}

.catalog .productText {
    padding-top: 10px;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-right: 0;
}

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

.catalog .name a {
    color: rgb(14, 14, 14);
}

.catalog .name a:hover {
    color: rgb(46, 46, 46);
}

.catalog .price {
    color: rgb(14, 14, 14);
    text-align: center;
    margin-bottom: 0;
}

.catalog li {
    background-color: rgb(255, 255, 255);
}

.catalog .name {
    text-align: center;
}

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

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

.openinghours {
    margin-bottom: 40px;
}

.openinghours .dayLabel {
    margin-bottom: 0;
}

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

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

.offers .offerName {
    text-align: center;
    margin-bottom: 10px;
}

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

.offers .offerPrice {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

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

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

.offerPrice {
    font-weight: 400;
}

.list {
    margin-bottom: 40px;
}

.list .listIcon {
    font-size: 18px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.video {
    margin-bottom: 40px;
}

.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: 0;
}

.singleProduct .oldprice {
    margin-right: 20px;
    text-align: right;
}

.pricelist {
    margin-bottom: 40px;
}

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

.pricelist .listImg {
    margin-bottom: 10px;
    max-width: 100%;
    margin-top: 0;
}

.pricelist .itemdescription {
    margin-bottom: 30px;
}

.pricelist .listTitle {
    margin-bottom: 30px;
}

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

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

.checkout .infolabel {
    padding-bottom: 10px;
    font-size: 15px;
    margin-right: 20px;
}

.checkout .form input[type=text], .checkout .form textarea, .checkout .form select {
    margin-bottom: 20px;
}

.verticalnav {
    margin-bottom: 40px;
}

.verticalnav > li > a {
    color: rgb(237, 106, 34);
    margin-bottom: 10px;
}

.verticalnav > li > a:hover {
    color: rgb(255, 149, 91);
}

nav > li.active > a {
    color: rgb(255, 149, 91);
}

.verticalnav > li > ul a {
    color: rgb(237, 106, 34);
}

.verticalnav > li > ul a:hover {
    color: rgb(255, 149, 91);
}

.verticalnav > li > ul li.active > a {
    color: rgb(255, 149, 91);
}

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

.verticalnav .verticalnavIcon.fa {
    margin-right: 10px;
}

.singlePost .blogShare {
    margin-bottom: 40px;
}

.imagelist {
    margin-bottom: 40px;
}

.facebookpage {
    margin-bottom: 40px;
}

.instagramembed {
    margin-bottom: 40px;
}

.googleplusone {
    margin-bottom: 40px;
}

.openinghours2 {
    margin-bottom: 40px;
}

.shopfilter .shop_filter {
    background-color: rgb(228, 228, 228);
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.shopfilter .filter_label {
    color: rgb(14, 14, 14);
}

.shopfilter label {
    color: rgb(14, 14, 14);
}

.shopfilter .price-text {
    color: rgb(14, 14, 14);
    font-size: 14px;
}

.shopfilter .clearSelection {
    color: rgb(14, 14, 14);
    line-height: 2.45em;
    font-size: 12px;
}

.shopfilter .ui-slider {
    background-color: rgb(182, 182, 182);
}

.shopfilter .ui-slider-range {
    background-color: rgb(237, 106, 34);
}

.shopfilter .ui-slider-handle {
    background-color: rgb(255, 255, 255);
    border-color: rgb(182, 182, 182);
}

.shopfilter {
    background-color: rgba(0, 0, 0, 0);
}

.scrollIcon {
    background-color: rgb(237, 106, 34);
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
    border-color: rgb(255, 255, 255);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.scrollIcon span:before {
    color: rgb(255, 255, 255);
}

.scrollIcon:hover {
    background-color: rgb(255, 149, 91);
    border-color: rgb(255, 255, 255);
}

.lightbox-image .lightbox-caption {
    color: rgb(255, 255, 255);
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.modal {
    background-color: rgb(228, 228, 228);
    border-color: rgb(237, 106, 34);
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}

.engagement.modal .bodytext {
    text-align: center;
    padding-bottom: 20px;
}

.engagement.modal .headline {
    text-align: center;
}

.engagement.modal .button, .engagement.modal input[type=submit] {
    text-align: left;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.engagement.modal .closeBtn {
    width: 20px;
    font-size: 29px;
    background-color: rgba(40, 197, 250, 0);
}

.engagement.modal .closeBtn:hover {
    color: rgb(197, 75, 8);
}

.engagement.thinbar {
    background-color: rgb(228, 228, 228);
    border-color: rgb(237, 106, 34);
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 10px;
    border-left-width: 0;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.engagement.thinbar .headline {
    text-align: center;
}

.engagement.thinbar .bodytext {
    text-align: center;
    margin-bottom: 40px;
}

.engagement.thinbar .button {
    text-align: left;
    text-transform: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.engagement.thinbar .closeBtn {
    font-size: 30px;
}

.cornerbox {
    background-color: rgb(228, 228, 228);
    border-color: rgb(237, 106, 34);
    border-top-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-top: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
}

.engagement.cornerbox .bodytext {
    padding-bottom: 30px;
    text-align: center;
}

.engagement.cornerbox .button, .engagement.cornerbox input[type=submit] {
    text-align: left;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.engagement.cornerbox .headline {
    text-align: center;
}

.iconlist .iconItem {
    font-size: 44px;
}

.iconlist li a {
    color: rgb(255, 149, 91);
}

.iconlist li a:hover {
    color: rgb(255, 149, 91);
}

.iconlist li {
    background-color: rgba(0, 155, 207, 0);
    width: 50px;
    height: 50px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: rgb(237, 106, 34);
}

.iconlist {
    text-align: left;
}

.accordion {
    margin-top: 0;
    margin-bottom: 40px;
}

.accordion .itemTitle {
    background-color: rgb(228, 228, 228);
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-color: rgb(182, 182, 182);
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.accordion .itemTitle:hover {
    background-color: rgb(228, 228, 228);
    border-color: rgb(182, 182, 182);
}

.accordion li.active .itemTitle {
    background-color: rgb(228, 228, 228);
    border-color: rgb(182, 182, 182);
}

.accordion .itemContent {
    border-color: rgb(228, 228, 228);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-bottom: 20px;
}

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

.accordion .itemIcon {
    margin-right: 10px;
    margin-left: 10px;
}

.accordion li {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

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

.hoverOverlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.hoverOverlay .hoverIcon {
    width: 70px;
    height: 70px;
    font-size: 70px;
    color: rgb(237, 106, 34);
}

.hoverOverlay .hoverText {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 26px;
}

.custom6 {
    color: rgba(255, 255, 255, 0);
    line-height: 1.2em;
    font-size: 20px;
}

.custom7 {
    color: rgba(255, 255, 255, 0);
    line-height: 1.6em;
}

.custom8 {
    color: rgba(255, 255, 255, 0);
    line-height: 1.6em;
    font-size: 14px;
}

.darkspottext {
    font-size: 50px;
    margin-bottom: 5px;
    line-height: 1.1em;
    text-transform: uppercase;
    text-align: center;
}

.darksmallspottext {
    font-size: 28px;
    line-height: 1.2em;
    text-align: center;
}

.lightheadline {
    color: rgb(255, 255, 255);
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.lightheadline a {
    color: rgb(255, 149, 91);
}

.lightheadline a:hover {
    color: rgb(255, 149, 91);
}

.lightsubtitle {
    color: rgb(255, 255, 255);
    font-size: 26px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

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

.lightsubtitle a:hover {
    color: rgb(182, 182, 182);
}

.lightsmallsubtitle {
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 5px;
}

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

.lightsmallsubtitle a:hover {
    color: rgb(182, 182, 182);
}

.lightpreamble {
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 5px;
}

.lightpreamble a {
    color: rgb(255, 149, 91);
}

.lightpreamble a:hover {
    color: rgb(255, 149, 91);
}

.lightbodytext {
    color: rgb(255, 255, 255);
    line-height: 1.6em;
    margin-bottom: 5px;
}

.lightbodytext a {
    color: rgb(255, 149, 91);
}

.lightbodytext a:hover {
    color: rgb(255, 149, 91);
}

.lightsmalltext {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 5px;
}

.lightsmalltext a {
    color: rgb(255, 149, 91);
}

.lightsmalltext a:hover {
    color: rgb(255, 149, 91);
}

.custom9 {
    color: rgba(255, 255, 255, 0);
}

.custom10 {
    color: rgba(255, 255, 255, 0);
}

.engagement.sticky {
    margin-left: 0;
    background-color: rgb(228, 228, 228);
    margin-bottom: 0;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    border-bottom-width: 4px;
    border-color: rgb(237, 106, 34);
}

.engagement.sticky input[type=text], .engagement.sticky input[type=email], .engagement.sticky textarea, .engagement.sticky select {
    margin-top: 20px;
}

.opennow .opened {
    color: rgb(228, 228, 228);
    text-align: center;
}

.opennow .closed {
    color: rgb(237, 106, 34);
    text-align: center;
}

.button3 {
    color: rgb(14, 14, 14);
    background-color: rgb(255, 255, 255);
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
}

.button3:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(14, 14, 14);
}

.form2 input[type=checkbox] + span, .form2 input[type=radio] + span {
    color: rgb(255, 255, 255);
}

.form2 .thankYou {
    color: rgb(255, 255, 255);
}

.arrow {
    color: rgb(255, 255, 255);
    background-color: rgb(237, 106, 34);
    font-size: 25px;
    width: 40px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    height: 40px;
}

.arrow:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(197, 75, 8);
}

.dots li {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgb(237, 106, 34);
    width: 10px;
    height: 10px;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

.dots li.active {
    background-color: rgb(237, 106, 34);
    border-color: rgb(237, 106, 34);
}

.dots li:hover {
    border-color: rgb(237, 106, 34);
    background-color: rgb(237, 106, 34);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    gap: 15px;
}

.gallery-grid > div > a > img {
    width: 100%;
    aspect-ratio: 1;
}

.gallery-grid > div > a > img {
    object-fit: cover;
}

@media only screen and (min-width: 1199px) {

}

@media only screen and (max-width: 1199px) {
    nav:before {
        font-size: 40px;
    }

    nav > ul li a {
        border-bottom-width: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    nav.opened-menu > ul {
        background-color: rgb(228, 228, 228);
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
    }

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

    nav > ul > li > ul li a {
        border-bottom-width: 0;
        margin-left: 35px;
        margin-bottom: 10px;
        background-color: rgba(241, 241, 241, 0);
    }

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

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

    nav > ul li.active > a {
        color: rgb(237, 106, 34);
    }

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

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

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

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

    body {
    }

    body a {
    }

    body a:hover {
    }

    .text {
    }

    .bodytext {
    }

    .bodytext a {
    }

    .bodytext a:hover {
    }

    .smalltext {
        font-size: 12px;
    }

    .companyname {
        font-size: 18px;
    }

    .custom2 {
        font-size: 28px;
    }

    .scrollIcon {
        border-color: rgb(255, 255, 255);
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        width: 30px;
        height: 30px;
    }

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

@media only screen and (max-width: 767px) {
    nav:before {
        font-size: 30px;
    }

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

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

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

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

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

    nav > ul li.active > a {
        color: rgb(237, 106, 34);
    }

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

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

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

    .headline {
        font-size: 28px;
    }

    .subtitle {
        font-size: 24px;
    }

    .preamble {
        font-size: 18px;
    }

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

    .col {
        padding-bottom: 20px;
    }

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

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

    .form label {
    }

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

    .form input[type=submit] {
    }

    .form input[type=submit]:hover {
    }

    .form input[type=text], .form textarea, .form select {
    }

    .form .thankYou {
    }

    .gallery {
        margin-bottom: 20px;
    }

    .map {
        margin-bottom: 20px;
    }

    .image {
        margin-bottom: 20px;
    }

    .button {
        margin-bottom: 20px;
        display: table;
        margin-left: 0;
        margin-right: auto;
        text-align: center;
    }

    .custom1 {
        font-size: 17px;
    }

    .custom2 {
        font-size: 20px;
    }

    .custom3 {
        font-size: 28px;
    }

    .custom4 {
        font-size: 24px;
    }

    .custom5 {
        font-size: 20px;
    }

    .spottext {
        font-size: 28px;
    }

    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: 20px;
    }

    .smallspottext {
        font-size: 20px;
    }

    .button2 {
        margin-bottom: 20px;
    }

    .button2:hover {
    }

    .socialmedia {
        text-align: center;
    }

    .socialmedia li a {
        width: 38px;
        height: 38px;
    }

    .socialmedia li {
        margin-left: 10px;
    }

    .review {
        margin-bottom: 20px;
    }

    .linklist {
        margin-bottom: 20px;
    }

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

    .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;
    }

    .verticalnav {
        margin-bottom: 20px;
    }

    .imagelist {
        margin-bottom: 20px;
    }

    .facebookpage {
        margin-bottom: 20px;
    }

    .instagramembed {
        margin-bottom: 20px;
    }

    .googleplusone {
        margin-bottom: 20px;
    }

    .openinghours2 {
        margin-bottom: 20px;
    }

    .custom6 {
        font-size: 18px;
    }

    .custom8 {
        font-size: 12px;
    }

    .darkspottext {
        font-size: 28px;
    }

    .lightheadline {
        font-size: 28px;
    }

    .lightsubtitle {
        font-size: 24px;
    }

    .lightsmallsubtitle {
        font-size: 20px;
    }

    .lightbodytext {
        font-size: 16px;
    }

    .lightsmalltext {
        font-size: 12px;
    }

    .lightpreamble {
        font-size: 18px;
    }

    .darksmallspottext {
        font-size: 20px;
    }

    .scrollIcon {
        border-color: rgb(255, 255, 255);
    }

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

#r5001 {
    padding-left: 0;
    padding-right: 0;
}

#r5001 > .container {
}

#r5000 {
    background-color: rgb(14, 14, 14);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    border-color: rgb(182, 182, 182);
    border-bottom-width: 0;
    padding-bottom: 0;
}

#c5000 {
    padding-top: 0;
    margin-top: 20px;
}

#m4332 {
    margin-bottom: 10px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

#c4354 {
    padding-right: 0;
    padding-top: 15px;
}

#m2255 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 25px;
}

#m3504 {
    margin-bottom: 0;
}

#r3774 {
    background-color: rgb(14, 14, 14);
    padding-top: 0;
}

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

#r5002 > .container {
}

#r1074 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgb(14, 14, 14);
    border-top-width: 1px;
    border-color: rgb(182, 182, 182);
}

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

#p4775 {
    background-repeat: no-repeat;
}

#p4775 #r4523 {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: rgb(33, 45, 51);
    background-image: url(../img/template-0.jpeg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

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

#p4775 #c4873 {
    background-color: rgb(255, 255, 255);
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
    border-color: rgb(232, 187, 14);
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#p4775 #m1452 {
    padding-bottom: 40px;
    width: 50%;
}

#p4775 #m4795 {
    background-color: rgba(120, 200, 41, 0);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 20px;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-color: rgba(255, 255, 255, 0);
}

#p4775 #c1804 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

#p4775 #r2073 {
    background-color: rgb(255, 255, 255);
    padding-bottom: 60px;
    padding-top: 80px;
    border-bottom-width: 0;
    border-color: rgb(182, 182, 182);
}

#p4775 #c3248 {
    background-color: rgba(255, 255, 255, 0);
}

#p4775 #c2182 {
    background-color: rgba(255, 255, 255, 0);
}

#p4775 #r3139 {
    padding-top: 0;
}

#p4775 #m1021 {
    width: 50%;
}

#p4775 #r2099 {
    border-top-width: 0;
    border-color: rgb(182, 182, 182);
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    padding-bottom: 60px;
}

#p4775 #m3513 {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#p4775 #m4736 {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#p4775 #m3944 {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#p4775 #r1088 {
    padding-top: 0;
    padding-bottom: 0;
}

#p4986 #r2376 {
    padding-top: 200px;
    padding-bottom: 120px;
    background-color: rgb(197, 75, 8);
    background-image: url(../img/template-1.jpeg);
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

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

#p4986 #c1560 {
    background-color: rgba(255, 255, 255, 0);
}

#p8433 #r2376 {
    padding-top: 200px;
    padding-bottom: 120px;
    background-color: rgb(197, 75, 8);
    background-image: url(../img/template-1.jpeg);
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

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

#p8433 #c1560 {
    background-color: rgba(255, 255, 255, 0);
}

#p8433 #r3644 {
    padding-bottom: 60px;
}

#p8433 #c3918 {
    padding-left: 0;
    padding-right: 0;
    background-image: url(../img/template-2.jpeg);
    background-size: cover;
    background-color: rgb(228, 228, 228);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#p8433 #c1953 {
    background-color: rgb(237, 106, 34);
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#p9887 #r2376 {
    padding-top: 200px;
    padding-bottom: 120px;
    background-color: rgb(197, 75, 8);
    background-image: url(../img/template-1.jpeg);
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

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

#p9887 #c1560 {
    background-color: rgba(255, 255, 255, 0);
}

#p9887 #r4577 {
    padding-bottom: 60px;
}

#p9887 #c4702 {
    padding-left: 0;
    padding-right: 0;
    background-image: url(../img/template-3.jpeg);
    background-size: cover;
    background-color: rgb(228, 228, 228);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#p9887 #c4427 {
    background-color: rgb(237, 106, 34);
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#p6979 #r2376 {
    padding-top: 200px;
    padding-bottom: 120px;
    background-color: rgb(197, 75, 8);
    background-image: url(../img/template-1.jpeg);
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

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

#p6979 #c1560 {
    background-color: rgba(255, 255, 255, 0);
}

#p6979 #r1561 {
    padding-bottom: 60px;
}

#p6979 #c4298 {
    padding-left: 0;
    padding-right: 0;
    background-image: url(../img/template-4.jpeg);
    background-size: cover;
    background-color: rgb(228, 228, 228);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#p6979 #c1737 {
    background-color: rgb(237, 106, 34);
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#p1608 {
    background-repeat: no-repeat;
}

#p1608 #r1434 {
    padding-top: 200px;
    padding-bottom: 120px;
    background-color: rgb(197, 75, 8);
    background-image: url(../img/template-1.jpeg);
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

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

#p1608 #c1832 {
    background-color: rgba(255, 255, 255, 0);
}

#p1608 #r4356 {
    padding-bottom: 0;
}

#p1608 #c1533 {
    background-color: rgb(237, 106, 34);
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 40px;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-color: rgb(255, 255, 255);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#p1608 #c3900 {
    background-color: rgb(237, 106, 34);
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 40px;
    border-color: rgb(255, 255, 255);
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#p1608 #r1362 {
    padding-bottom: 60px;
    padding-top: 0;
}

#p1608 #c3214 {
    background-color: rgb(237, 106, 34);
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 40px;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-color: rgb(255, 255, 255);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#p1608 #c2209 {
    background-color: rgb(237, 106, 34);
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 40px;
    border-color: rgb(255, 255, 255);
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#p1083 #r4008 {
    padding-top: 200px;
    padding-bottom: 120px;
    background-color: rgb(197, 75, 8);
    background-image: url(../img/template-1.jpeg);
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

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

#p1083 #c1190 {
    background-color: rgba(255, 255, 255, 0);
}

#p1083 #c4130 {
    []
}

#p4593 #r1297 {
    padding-top: 200px;
    padding-bottom: 120px;
    background-color: rgb(197, 75, 8);
    background-image: url(../img/template-1.jpeg);
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

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

#p4593 #c4207 {
    background-color: rgba(255, 255, 255, 0);
}

#p4593 #r3081 {
    padding-bottom: 60px;
    background-color: rgb(255, 255, 255);
}

#p4593 #c4472 {
    padding-right: 100px;
}

#p4593 #m1810 {
    margin-right: 0;
}

#p4593 #m1657 {
    margin-bottom: 0;
    margin-right: 0;
}

#p4593 #m3666 {
    margin-right: 0;
}

#p4593 #c3355 {
    padding-left: 100px;
    border-left-width: 1px;
    border-color: rgb(182, 182, 182);
}

#p4593 #m2580 {
    margin-bottom: 20px;
}

#p4593 #r2511 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    background-color: rgb(255, 255, 255);
    border-bottom-width: 2px;
    border-color: rgb(255, 255, 255);
}

#p4593 #c4516 {
    padding-left: 0;
    padding-right: 0;
}

#p4593 #m3904 {
    height: 500px;
    margin-bottom: 0;
}

#p4593 #c4699 {
    background-image: url(../img/template-0.jpeg);
    background-position: 50% 50%;
    background-size: cover;
    background-color: rgb(228, 228, 228);
}

#p4931 {
    background-repeat: no-repeat;
}

#p4931 #r2474 {
    padding-bottom: 100px;
    background-color: rgb(255, 255, 255);
    padding-top: 100px;
}

#p4931 #c2474 {
    []
}

@media only screen and (max-width: 1199px) {
    #r5000 {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }

    #c5000 {
        padding-left: 0;
    }

    #m4332 {
        border-top-left-radius: 26px;
        border-top-right-radius: 26px;
        border-bottom-right-radius: 26px;
        border-bottom-left-radius: 26px;
    }

    #c4354 {
        []
    }

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

    #r1074 > .container {
    }

    #p4775 #r4523 {
        padding-top: 150px;
        padding-bottom: 0;
    }

    #p4775 #c4873 {
        padding-top: 20px;
    }

    #p4775 #r2099 > .container {
    }

    #p4986 #r2376 {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    #p8433 #r2376 {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    #p8433 #c3918 {
        background-position: 50% 50%;
    }

    #p9887 #r2376 {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    #p9887 #c4702 {
        background-position: 50% 50%;
    }

    #p6979 #r2376 {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    #p6979 #c4298 {
        background-position: 50% 50%;
    }

    #p1608 #r1434 {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    #p1083 #r4008 {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    #p1083 #c4130 {
        []
    }

    #p4593 #r1297 {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    #p4593 #c4472 {
        padding-right: 60px;
    }

    #p4593 #m1810 {
        margin-right: 0;
    }

    #p4593 #m1657 {
        margin-right: 0;
    }

    #p4593 #m3666 {
        margin-right: 0;
    }

    #p4593 #c3355 {
        padding-left: 60px;
    }

    #p4593 #c4516 {
        []
    }

    #p4593 #c4699 {
        []
    }

    #p4931 #c2474 {
        []
    }
}

@media only screen and (max-width: 767px) {
    #r5000 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #c5000 {
        padding-bottom: 0;
    }

    #m4332 {
        border-top-left-radius: 22px;
        border-top-right-radius: 22px;
        border-bottom-right-radius: 22px;
        border-bottom-left-radius: 22px;
    }

    #c4354 {
        padding-left: 0;
        padding-bottom: 0;
    }

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

    #r1074 > .container {
    }

    #m1028 {
        margin: 0;
    }

    #m2647 {
        margin: 0;
    }

    #p4775 #r4523 {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    #p4775 #c4873 {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0;
    }

    #p4775 #m4795 {
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    #p4775 #c1804 {
        []
    }

    #p4775 #r2073 {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    #p4775 #r2099 > .container {
    }

    #p4775 #c1765 {
        padding-bottom: 40px;
    }

    #p4775 #c1133 {
        padding-bottom: 40px;
    }

    #p4775 #c1676 {
        padding-bottom: 40px;
    }

    #p4986 #r2376 {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    #p4986 #r2376 > .container {
    }

    #p8433 #r2376 {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    #p8433 #r2376 > .container {
    }

    #p8433 #r3644 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #p8433 #c3918 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #p8433 #c1953 {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #p9887 #r2376 {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    #p9887 #r2376 > .container {
    }

    #p9887 #r4577 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #p9887 #c4702 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #p9887 #c4427 {
        padding: 40px;
    }

    #p6979 #r2376 {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    #p6979 #r2376 > .container {
    }

    #p6979 #r1561 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #p6979 #c4298 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #p6979 #c1737 {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #p1608 #r1434 {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    #p1608 #r1434 > .container {
    }

    #p1608 #r4356 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #p1608 #c1533 {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #p1608 #c3900 {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #p1608 #r1362 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #p1608 #c3214 {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #p1608 #c2209 {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #p1083 #r4008 {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    #p1083 #r4008 > .container {
    }

    #p1083 #c4130 {
        []
    }

    #p4593 #r1297 {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    #p4593 #r1297 > .container {
    }

    #p4593 #r3081 {
        padding-bottom: 0;
    }

    #p4593 #c4472 {
        padding-bottom: 0;
        padding-right: 15px;
    }

    #p4593 #m1810 {
        margin-right: 0;
        margin-bottom: 40px;
    }

    #p4593 #m3666 {
        margin-right: 0;
        margin-bottom: 40px;
    }

    #p4593 #c3355 {
        padding-left: 15px;
    }

    #p4593 #r2511 {
        border-bottom-width: 0;
    }

    #p4593 #c4516 {
        []
    }

    #p4593 #m3904 {
        height: 200px;
    }

    #p4593 #c4699 {
        []
    }

    #p4931 #r2474 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #p4931 #c2474 {
        []
    }
}