.headline {
    font-size: 32px;
    line-height: 1.2em;
    letter-spacing: 0em;
    margin-bottom: 20px;
    color: rgb(50, 50, 50);
    font-weight: 800;
    text-align: center;
    font-family: Gudea;
}

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

nav {
    text-align: left;
}

nav>ul li>a {
    color: rgb(50, 50, 50);
    font-size: 16px;
    font-weight: 800;
    transition: all 0.25s ease-in-out 0s;
    font-family: Gudea;
}

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

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

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

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

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

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

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

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

.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(255, 255, 255);
}

.subtitle {
    font-size: 28px;
    line-height: 1.2em;
    letter-spacing: 0em;
    font-family: Gudea;
    margin-bottom: 0px;
}

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

.bodytext {
    line-height: 1.6em;
    margin-bottom: 5px;
    font-size: 16px;
    color: rgb(128, 128, 128);
}

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

body {
    color: rgb(50, 50, 50);
    font-size: 18px;
    font-family: Gudea;
    line-height: 1.6em;
    font-weight: 400;
    background-color: rgb(243, 243, 243);
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
}

body a {
    text-decoration: none;
    color: rgb(163, 163, 163);
}

body a:hover {
    color: rgb(223, 221, 221);
}

.button {
    margin-bottom: 40px;
    border-radius: 3px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    background-color: rgb(147, 147, 147);
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    line-height: 1.1em;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 16px;
    border-color: rgb(0, 0, 0);
    text-align: center;
}

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

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

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

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

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

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

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

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

.form2 input[type=submit] {
    color: rgb(128, 128, 128);
    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(128, 128, 128);
}

.form2 .optins span>a.optinLink {
    text-decoration: underline;
    color: rgb(255, 255, 255) !important;
}

.form2 .optins span>a.optinLink:hover {
    color: rgb(255, 255, 255);
    font-weight: 800;
}


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

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

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

.text table thead th {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    background-color: rgb(232, 232, 232);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-color: rgb(128, 128, 128);
}

.text table td {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-color: rgb(128, 128, 128);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

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

.map {
    margin-bottom: 0px;
}

.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: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    padding-bottom: 0px;
}

.custom1 {
    line-height: 1.1em;
    margin-bottom: 5px;
    font-size: 50px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    color: rgb(102, 204, 0);
}

.custom1 a {
    color: rgb(50, 50, 50);
}

.custom1 a:hover {
    color: rgb(50, 50, 50);
}

.custom2 {
    line-height: 1.2em;
    margin-bottom: 5px;
    color: rgb(102, 204, 0);
    font-size: 28px;
    text-align: center;
}

.custom2 a {
    color: rgb(50, 50, 50);
}

.custom2 a:hover {
    color: rgb(50, 50, 50);
}

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

.custom4 a {
    color: rgb(50, 50, 50);
}

.custom4 a:hover {
    color: rgb(50, 50, 50);
}

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

.custom5 a {
    color: rgb(50, 50, 50);
}

.custom5 a:hover {
    color: rgb(50, 50, 50);
}

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

.custom3 a {
    color: rgb(50, 50, 50);
}

.custom3 a:hover {
    color: rgb(50, 50, 50);
}

.smallsubtitle {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 12px;
    color: rgb(50, 50, 50);
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.1em;
}

.spottext {
    font-size: 40px;
    line-height: 1.30em;
    text-align: left;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
    text-transform: none;
    color: rgb(255, 255, 255);
    font-family: Gudea;
    font-weight: 800;
}

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

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

.footertext {
    margin-bottom: 0px;
    font-size: 16px;
}

.companyname {
    font-size: 15px;
    text-align: left;
    line-height: 1.2em;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
}

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

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

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

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

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

.locale {
    text-align: left;
}

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

.locale ul li {
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    border-right-width: 0px;
    border-color: rgb(223, 223, 223);
    text-align: left;
}

.locale ul li a:hover {
    color: rgb(87, 87, 87);
}

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

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

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

.locale ul li a i+span {}

.button2 {
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 0px;
    border-radius: 3px;
    color: rgb(0, 0, 0);
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 10px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: rgb(67, 67, 67);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    margin-top: 0px;
}

.button2:hover {
    color: rgb(147, 147, 147);
    border-color: rgb(67, 67, 67);
}

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

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

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

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

.socialmedia li {
    margin-left: 0px;
    margin-bottom: 20px;
    margin-right: 0px;
    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 a {
    color: rgb(50, 50, 50);
    width: 45px;
    height: 20px;
}

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

.paymenticons li {
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 10px;
    color: rgb(0, 0, 0);
}

.paymenticons {
    text-align: left;
}

.paymenticons li:hover {
    color: rgb(87, 87, 87);
}

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

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

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

.linklist .listIcon {
    border-top-width: 3px;
    border-right-width: 20px;
    color: rgb(0, 0, 0);
}

.linklist .listIcon:hover {
    color: rgb(128, 128, 128);
}

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

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

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

.cart .cartAmount {
    font-size: 12px;
    color: rgb(255, 255, 255);
    background-color: rgb(87, 87, 87);
    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(255, 255, 255);
    border-color: rgb(232, 232, 232);
    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(128, 128, 128);
}

.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(232, 232, 232);
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}

.review .reviewName {
    text-align: center;
    margin-bottom: 10px;
    color: rgb(0, 0, 0);
}

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

.review .reviewRating {
    text-align: center;
    color: rgb(0, 0, 0);
}

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

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

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

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

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

.html {
    margin-bottom: 40px;
}

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

.blog .readMore {
    margin-top: 20px;
    color: rgb(87, 87, 87);
    background-color: rgba(15, 174, 134, 0);
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
}

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

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

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

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

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

.blog .readMore:hover {
    color: rgb(147, 147, 147);
}

.catalog {
    margin-bottom: 40px;
}

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

.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(128, 128, 128);
}

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

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

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

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

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

.openinghours .specialDayTitle {
    font-size: 18px;
    line-height: 1.65em;
}

.offerName {
    font-weight: 800;
}

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

.offers .button {
    margin-bottom: 0px;
    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;
    color: rgb(50, 50, 50);
    font-size: 40px;
}

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

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

.offerPrice {
    font-weight: 400;
}

.offerName {
    font-weight: 400;
}

.offers .offerPrice:hover {
    color: rgb(50, 50, 50);
}

.list {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: rgb(232, 232, 232);
}

.list .listIcon {
    font-size: 24px;
    width: 32px;
    height: 29px;
    margin-right: 10px;
    color: rgb(0, 0, 0);
}

.list .listTitle {
    padding-right: 0px;
    line-height: 2.5em;
    text-align: left;
    margin-left: 30px;
}

.list .listIcon:hover {
    color: rgb(87, 87, 87);
}

.list .listItem {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 10px;
}

.list .itemLabel {
    font-size: 20px;
    line-height: 1.4em;
    text-transform: none;
}

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

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

.pricelist {
    margin-bottom: 40px;
    border-color: rgba(69, 69, 69, 0);
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    background-color: rgba(156, 156, 156, 0);
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.pricelist li {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-color: rgba(145, 145, 145, 0.7);
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pricelist .listImg {
    margin-bottom: 20px;
    max-width: 100%;
    margin-top: 0px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.pricelist .itemdescription {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    margin-bottom: 0px;
    line-height: 1.30em;
    margin-top: 20px;
    margin-right: 0px;
}

.pricelist .itemprice {
    padding-right: 0px;
    font-size: 26px;
    line-height: 1.40em;
    text-transform: uppercase;
}

.pricelist .listTitle {
    text-transform: none;
    margin-bottom: 40px;
    margin-top: 0px;
    margin-right: 0px;
    line-height: 0.75em;
}

.listTitle {
    font-weight: 800;
}

.pricelist .item {
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
}

.itemprice {
    font-weight: 800;
}

.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(87, 87, 87);
    margin-bottom: 10px;
}

.verticalnav>li>a:hover {
    color: rgb(50, 50, 50);
}

nav>li.active>a {
    color: rgb(50, 50, 50);
}

.verticalnav>li>ul a {
    color: rgb(87, 87, 87);
}

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

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

.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(232, 232, 232);
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

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

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

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

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

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

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

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

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

.scrollIcon {
    background-color: rgb(147, 147, 147);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-bottom: 60px;
}

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

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

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

.modal {
    background-color: rgb(232, 232, 232);
    border-color: rgb(87, 87, 87);
    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(147, 147, 147);
}

.engagement.thinbar {
    background-color: rgb(232, 232, 232);
    border-color: rgb(87, 87, 87);
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 10px;
    border-left-width: 0px;
    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(232, 232, 232);
    border-color: rgb(87, 87, 87);
    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: 35px;
}

.iconlist li a {
    color: rgb(0, 0, 0);
}

.iconlist li a:hover {
    color: rgb(87, 87, 87);
}

.iconlist li {
    background-color: rgba(0, 155, 207, 0);
    width: 40px;
    height: 40px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: rgb(0, 0, 0);
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
}

.iconlist {
    text-align: left;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

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

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

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

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

.accordion .itemContent {
    border-color: rgb(232, 232, 232);
    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: 0;
    margin-right: auto;
}

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

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

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

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

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

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

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

.custom7 {
    color: rgb(102, 204, 0);
    line-height: 1.6em;
}

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

.darkspottext {
    font-size: 40px;
    margin-bottom: 0px;
    line-height: 1.30em;
    text-transform: none;
    text-align: left;
    color: rgb(0, 0, 0);
    font-weight: 800;
    padding-bottom: 30px;
    font-family: Gudea;
    letter-spacing: 0.1em;
}

.darksmallspottext {
    font-size: 28px;
    line-height: 1.6em;
    text-align: left;
    color: rgb(87, 87, 87);
    font-family: Gudea;
}

.darksmallspottext a {
    color: rgb(156, 156, 156);
}

.darksmallspottext a:hover {
    color: rgb(67, 67, 67);
}

.lightheadline {
    color: rgb(255, 255, 255);
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 800;
    font-family: Gudea;
}

.lightheadline a {
    color: rgb(223, 223, 223);
}

.lightheadline a:hover {
    color: rgb(147, 147, 147);
}

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

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

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

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

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

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

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

.lightpreamble a {
    color: rgb(147, 147, 147);
}

.lightpreamble a:hover {
    color: rgb(147, 147, 147);
}

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

.lightbodytext a {
    color: rgb(147, 147, 147);
}

.lightbodytext a:hover {
    color: rgb(147, 147, 147);
}

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

.lightsmalltext a {
    color: rgb(50, 50, 50);
}

.lightsmalltext a:hover {
    color: rgb(50, 50, 50);
}

.custom9 {
    color: rgb(102, 204, 0);
}

.custom10 {
    color: rgb(102, 204, 0);
}

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

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

.opennow .opened {
    color: rgb(102, 204, 0);
    text-align: center;
    background-color: rgba(102, 204, 0, 0);
    font-weight: 800;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 0.1em;
    padding-left: 5px;
    padding-right: 5px;
}

.opennow .closed {
    color: rgb(250, 0, 0);
    text-align: center;
    background-color: rgba(250, 0, 0, 0);
    font-weight: 800;
    letter-spacing: 0.1em;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

.opennow {
    border-bottom-width: 0px;
    border-color: rgb(50, 50, 50);
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}

.button3 {
    background-color: rgb(223, 223, 223);
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-color: rgba(0, 0, 0, 0);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    color: rgb(0, 0, 0);
}

.button3:hover {
    background-color: rgb(223, 223, 223);
    border-color: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
}

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

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

.form2 input[type=text],
.form2 textarea,
.form2 select {
    background-color: rgba(204, 204, 204, 0.12);
    color: rgb(241, 241, 241);
}

.brandfooter {
    background-color: rgb(0, 0, 0);
    border-top-width: 1px;
    border-color: rgba(0, 0, 0, 0.2);
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgb(128, 128, 128);
    font-size: 14px;
}

.brandfooter a {
    color: rgb(128, 128, 128);
}

.brandfooter a:hover {
    color: rgb(232, 232, 232);
}

.form2 .fieldDescription {
    color: rgb(204, 204, 204);
}

.arrow {
    color: rgb(255, 255, 255);
    background-color: rgb(87, 87, 87);
    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(147, 147, 147);
}

.dots li {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgb(87, 87, 87);
    width: 15px;
    height: 15px;
    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(87, 87, 87);
    border-color: rgb(87, 87, 87);
}

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

@media only screen and (max-width:1199px) {
    nav>ul li a {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    nav>ul>li>ul li a {
        margin-left: 35px;
        margin-bottom: 10px;
    }

    body {}

    body a {}

    body a:hover {}

    .text {}

    .bodytext {}

    .bodytext a {}

    .bodytext a:hover {}

    .smalltext {
        font-size: 12px;
    }

    .spottext {
        font-size: 35px;
    }

    .smallspottext {
        font-size: 24px;
    }

    .companyname {
        font-size: 18px;
    }

    .custom2 {
        font-size: 28px;
    }

    .locale {
        text-align: left;
    }

    .darkspottext {
        font-size: 35px;
    }

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

@media only screen and (max-width:767px) {
    nav.opened-menu>ul {
        background-color: rgb(232, 232, 232);
    }

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

    .headline {
        font-size: 28px;
    }

    .subtitle {
        font-size: 24px;
    }

    .preamble {
        font-size: 18px;
    }

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

    .col {}

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

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

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

    .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 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: 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 li {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-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;
    }

    .scrollIcon {
        margin-bottom: 64px;
    }
}

#r5001 {
    padding-left: 0px;
    padding-right: 0px;
    background-color: rgb(255, 255, 255);
}

#r4887 {
    padding-top: 5px;
    padding-right: 9px;
    padding-bottom: 5px;
    padding-left: 9px;
    background-color: rgb(223, 223, 223);
}

#c3133 {
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
}

#r5000 {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    border-color: rgba(0, 0, 0, 0.4);
    border-bottom-width: 1px;
}

#m4819 {
    margin-bottom: 0px;
    max-width: 95%;
}

#m3730 {
    margin-bottom: 0px;
}

#m1603 {
    margin-top: 12px;
}

#c1253 {
    padding-top: 0px;
}

#m1696 {
    display: table;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 12px;
}

#r5002 {
    background-position: 50% 0%;
    background-repeat: repeat-y;
    background-color: rgb(255, 255, 255);
}

#r3924 {
    padding-bottom: 60px;
    background-color: rgb(223, 223, 223);
    border-top-width: 1px;
    border-color: rgba(145, 145, 145, 0.7);
}

#c4061 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
}

#m2632 {
    margin-left: 0;
}

#m3077 {
    margin-left: 0;
}

#m4835 {
    margin-left: 0;
}

#c2172 {
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
}

#c1335 {
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
}

#m3696 {
    margin-bottom: 30px;
    margin-left: 0px;
}

#m2878 {
    margin-bottom: 20px;
    margin-top: 20px;
    border-right-width: 1px;
    border-color: rgb(147, 147, 147);
    margin-right: 20px;
    padding-right: 15px;
    margin-left: 20px;
}

#p9533 #r2340 {
    background-image: url(../uploads/sj58Z503/767x0_2560x0/Taxi_en_la_Cerdanya.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

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

#p9533 #c4312 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#p9533 #c2904 {
    padding-top: 150px;
    background-color: rgba(0, 0, 0, 0.4);
    padding-right: 0px;
    padding-left: 0px;
}

#p9533 #m4569 {
    margin-bottom: 90px;
    margin-top: 30px;
}

#p9533 #m2652 {
    padding-top: 15px;
    padding-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.4);
}

#p9533 #c4235 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#p9533 #r1163 {
    padding-bottom: 60px;
}

#p9533 #c3468 {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}

#p9533 #m4768 {
    border-top-width: 4px;
    width: 12%;
}

#p9533 #m1644 {
    margin-top: 40px;
    margin-right: 0px;
}

#p9533 #r1144 {
    background-color: rgb(50, 50, 50);
    padding-bottom: 0px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    background-repeat: repeat-x;
    background-image: none;
    background-position: 0% 100%;
    background-size: contain;
}

#p9533 #r1144>.container {
    background-color: rgba(186, 186, 186, 0);
}

#p9533 #r1144.bgfilter:before {
    background-color: rgba(145, 145, 145, 0.7);
}

#p9533 #c3612 {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
}

#p9533 #m1176 {
    padding-top: 10px;
}

#p9533 #m1060 {
    padding-top: 30px;
}

#p9533 #r3669 {
    background-color: rgb(50, 50, 50);
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-repeat: repeat-x;
    background-image: none;
    background-position: 0% 100%;
    background-size: contain;
    padding-bottom: 0px;
}

#p9533 #r3669>.container {
    background-color: rgba(186, 186, 186, 0);
}

#p9533 #r3669.bgfilter:before {
    background-color: rgba(145, 145, 145, 0.7);
}

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

#p9533 #c4322 {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

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

#p9533 #r4438 {
    padding-left: 0px;
    padding-right: 0px;
    background-color: rgb(232, 232, 232);
    padding-top: 40px;
    padding-bottom: 40px;
}

#p9533 #c2859 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#p9533 #r4583 {
    padding-bottom: 90px;
}

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

#p9533 #r4583>.container {
    background-color: rgba(87, 87, 87, 0);
}

#p9533 #c3617 {
    background-color: rgb(87, 87, 87);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

#p9533 #m4794 {
    margin-bottom: 20px;
}

#p9533 #m1875 {
    margin-bottom: 20px;
}

#p9533 #c3819 {
    background-color: rgb(87, 87, 87);
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    border-color: rgb(223, 223, 223);
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

#p9533 #m2535 {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: rgba(0, 0, 0, 0);
    margin-right: 0px;
    margin-left: 0px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: rgba(255, 255, 255, 0.5);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

#p5719 #r4507 {
    background-color: rgb(232, 232, 232);
    padding-top: 0px;
    padding-bottom: 0px;
}

#p5719 #c1167 {
    padding-top: 150px;
    padding-bottom: 150px;
}

#p5719 #m4705 {
    margin-bottom: 0px;
}

#p5719 #m3999 {
    margin-top: 20px;
    margin-bottom: 20px;
}

#p5719 #m2112 {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

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

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

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

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

#p9740 #m1119 {
    margin-bottom: 20px;
}

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

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

#p6662 #m2907 {
    margin-bottom: 20px;
}

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

    #c5000 {
        padding-left: 0px;
    }

    #c1253 {
        padding-left: 0px;
        padding-right: 5px;
    }

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

    #r3924 {
        padding-bottom: 40px;
    }

    #c4061 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #c2172 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #p9533 #r4438 {
        padding-bottom: 60px;
    }

    #p9533 #r4583>.container {}
}

@media only screen and (max-width:767px) {
    #c3133 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #r5000 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #c5000 {
        padding-bottom: 0px;
    }

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

    #c3782 {
        padding-bottom: 0px;
    }

    #m1603 {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    #c1253 {
        padding-bottom: 0px;
    }

    #p9533 #c2904 {
        padding-top: 90px;
    }

    #p9533 #m4569 {
        margin-bottom: 40px;
    }

    #p9533 #m2652 {
        margin-bottom: 0px;
    }

    #p9533 #r1163 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p9533 #c3652 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    #p9533 #c4876 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    #p9533 #c3612 {
        padding-bottom: 0px;
    }

    #p9533 #m1176 {
        margin-bottom: 0px;
    }

    #p9533 #m1060 {
        margin-bottom: 0px;
    }

    #p9533 #c4566 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    #p9533 #c3819 {
        padding-right: 15px;
        padding-bottom: 24px;
        padding-left: 15px;
    }

    #p9533 #m2535 {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

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

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

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