.headline {
    color: #343a3c;
    font-size: 50px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.headline a:hover {
    text-decoration: underline;
}

nav {
    text-align: right;
}

nav>ul li>a {
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-size: 18px;
    transition: all 0.25s ease-in-out 0s;
}

nav:before {
    color: rgb(37, 37, 37);
    font-size: 30px;
}

nav>ul>li>ul a {
    color: rgb(37, 37, 37);
    font-size: 14px;
}

nav>ul li>a:hover {
    color: rgb(255, 255, 255);
}

nav>ul li.active>a {
    border-color: rgb(255, 255, 255);
}

nav>ul li a {
    background-color: rgba(255, 255, 255, 0);
    border-bottom-width: 2px;
    border-color: rgba(255, 255, 255, 0);
    margin-left: 30px;
    padding-top: 4px;
    padding-bottom: 5px;
}

nav>ul>li>ul li a {
    background-color: rgb(216, 216, 216);
    border-bottom-width: 1px;
    border-color: rgb(255, 255, 255);
    margin-left: 0px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

nav>ul>li>ul li.active>a {
    font-weight: 400;
    color: #6b7277;
    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: #6b7277;
}

.nav .navIcon.fa {
    padding-right: 10px;
    padding-bottom: 2px;
}

nav>ul>li>ul li a:hover {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}

nav>ul li a:hover {
    border-color: rgb(255, 255, 255);
}

.subtitle {
    font-weight: 500;
    color: #343a3c;
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.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;
}

.smalltext {
    line-height: 1.6em;
    letter-spacing: 0em;
    font-size: 14px;
    margin-bottom: 5px;
}

body {
    background-color: rgb(37, 37, 37);
    font-family: Roboto;
    color: rgb(87, 87, 87);
    line-height: 1.6em;
}

body a {
    font-weight: 700;
    color: #6b7277;
    text-decoration: none;
}

body a:hover {
    color: #9aa2a8;
}

.button {
    margin-bottom: 40px;
    border-radius: 3px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    background-color: #6b7277;
    padding-top: 14px;
    padding-right: 25px;
    padding-bottom: 16px;
    padding-left: 25px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    line-height: 1em;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

.button:hover {
    background-color: #343a3c;
    color: rgb(255, 255, 255);
}

.button .buttonIcon.fa {
    margin-right: 10px;
}

.form {
    margin-bottom: 40px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

.form label {
    padding-bottom: 0px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.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: 0px;
    margin-right: 0px;
    margin-left: 0px;
    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: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.form input[type=submit] {
    margin-top: 20px;
    margin-bottom: 0px;
}

.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(37, 37, 37);
}

.form2 input[type=submit] {
    color: rgb(37, 37, 37);
    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(37, 37, 37);
}

.form .subtitle {
    font-size: 16px;
    margin-top: 20px;
}

.form2 .subtitle {
    color: rgb(255, 255, 255);
}

.form input[type=checkbox]+span,
.form input[type=radio]+span,
.form .form_option input[type=checkbox]+label {
    font-size: 12px;
    line-height: 1.6em;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.text {
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    margin-top: 10px;
}

.text table thead th {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    background-color: rgb(216, 216, 216);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-color: rgb(255, 255, 255);
}

.text table td {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-color: rgb(216, 216, 216);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
}

.image {
    margin-bottom: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.map {
    margin-bottom: 40px;
}

.gallery {
    margin-bottom: 40px;
}

.row {
    background-color: rgb(255, 255, 255);
    padding-left: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 30px;
}

.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: rgba(216, 63, 0, 0);
}

.custom1 a {
    color: #9aa2a8;
}

.custom1 a:hover {
    color: #9aa2a8;
}

.custom2 {
    line-height: 1.2em;
    margin-bottom: 5px;
    color: rgba(216, 63, 0, 0);
    font-size: 28px;
    text-align: center;
}

.custom2 a {
    color: #9aa2a8;
}

.custom2 a:hover {
    color: #9aa2a8;
}

.custom4 {
    color: rgba(216, 63, 0, 0);
    font-size: 26px;
    line-height: 1.2em;
    text-align: left;
    margin-bottom: 20px;
}

.custom4 a {
    color: #9aa2a8;
}

.custom4 a:hover {
    color: #9aa2a8;
}

.custom5 {
    color: rgba(216, 63, 0, 0);
    font-size: 22px;
    line-height: 1.2em;
    text-align: left;
    margin-bottom: 5px;
}

.custom5 a {
    color: #9aa2a8;
}

.custom5 a:hover {
    color: #9aa2a8;
}

.custom3 {
    margin-bottom: 20px;
    color: rgba(216, 63, 0, 0);
    font-size: 32px;
    line-height: 1.2em;
    text-align: left;
}

.custom3 a {
    color: #9aa2a8;
}

.custom3 a:hover {
    color: #9aa2a8;
}

.smallsubtitle {
    color: #343a3c;
    font-size: 22px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.spottext {
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-size: 46px;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    text-align: center;
    margin-bottom: 5px;
}

.spottext a {
    color: #9aa2a8;
}

.footertext {
    color: rgb(182, 182, 182);
    font-size: 14px;
    line-height: 1.6em;
}

.footertext a {
    color: #9aa2a8;
}

.footertext a:hover {
    color: #6b7277;
}

.companyname {
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 1.2em;
    text-align: left;
}

.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: #9aa2a8;
}

.smallspottext a:hover {
    color: #9aa2a8;
}

.locale {
    text-align: center;
}

.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(182, 182, 182);
    text-align: left;
}

.locale ul li a:hover {
    color: #6b7277;
}

.locale ul li.active a {
    color: rgb(255, 255, 255);
}

.locale ul li:hover {
    border-color: rgb(182, 182, 182);
}

.locale ul li.active {
    border-color: rgb(182, 182, 182);
}

.locale ul li a i+span {}

.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: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: rgb(199, 152, 47);
    background-color: rgb(227, 92, 67);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

.button2:hover {
    color: rgb(37, 37, 37);
    border-color: rgb(199, 152, 47);
    background-color: rgb(255, 255, 255);
}

.button2 .buttonIcon.fa {
    margin-right: 10px;
}

.divider {
    border-top-width: 30px;
    border-color: rgba(85, 91, 95, 0.35);
    margin-top: -45px;
}

.singlePost .divider {
    margin-bottom: 40px;
}

.socialmedia {
    font-size: 18px;
    text-align: left;
}

.socialmedia li {
    background-color: rgb(37, 37, 37);
    border-left-width: 4px;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-right-width: 4px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-color: rgba(120, 97, 6, 0);
    margin-right: 10px;
}

.socialmedia li:hover {
    background-color: rgb(37, 37, 37);
}

.socialmedia li a {
    color: rgb(255, 255, 255);
}

.socialmedia li a:hover {
    color: #9aa2a8;
}

.paymenticons li {
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 10px;
}

.paymenticons {
    text-align: left;
}

.linklist {
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 40px;
    margin-top: 0px;
    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: #343a3c;
}

.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: 0px;
    padding-top: 3px;
}

.cart .cartBtn {
    color: rgb(37, 37, 37);
    font-size: 20px;
}

.cart .cartAmount {
    font-size: 12px;
    color: rgb(255, 255, 255);
    background-color: #6b7277;
    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(216, 216, 216);
    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(37, 37, 37);
}

.search {
    display: table;
    margin-left: auto;
    margin-right: 0;
    float: right;
}

.search .searchicon {
    color: rgb(255, 255, 255);
    font-size: 22px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.review {
    margin-bottom: 40px;
    background-color: rgb(216, 216, 216);
    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: 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;
    padding-left: 0px;
    padding-right: 0px;
    color: rgb(255, 255, 255);
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .readMore {
    width: 30%;
    background-color: rgb(255, 255, 255);
    color: #6b7277;
    text-align: center;
    margin-top: 20px;
    padding-left: 0px;
    padding-top: 10px;
    padding-right: 0px;
}

.blog {
    background-color: rgba(255, 255, 255, 0);
}

.blog .title {
    padding-left: 0px;
    padding-right: 0px;
    color: rgb(255, 255, 255);
}

.blog .shortDescription {
    padding-left: 0px;
    padding-right: 0px;
    color: rgb(255, 255, 255);
}

.blog li .textContainer {
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 30px;
}

.blog li {
    background-color: #343a3c;
}

.blog .readMore:hover {
    background-color: #9aa2a8;
    color: rgb(255, 255, 255);
}

.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(37, 37, 37);
}

.catalog .name a:hover {
    color: rgb(87, 87, 87);
}

.catalog .price {
    color: rgb(37, 37, 37);
    text-align: center;
    margin-bottom: 0px;
}

.catalog li {
    background-color: rgb(255, 255, 255);
}

.catalog .name {
    text-align: center;
}

.productcatalog .name {
    margin-top: 20px;
    margin-bottom: 10px;
}

.productcatalog .price {
    font-size: 20px;
}

.productcatalog .visualTag {
    font-size: 17px;
}

.emailshare a {
    margin-bottom: 20px;
}

.openinghours .specialDayTitle {
    margin-top: 40px;
}

.openinghours {
    margin-bottom: 40px;
}

.openinghours .dayLabel {
    margin-bottom: 0px;
}

.offers {
    margin-bottom: 40px;
    background-color: rgb(216, 216, 216);
    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;
}

.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: 0px;
}

.singleProduct .oldprice {
    margin-right: 20px;
    text-align: right;
}

.pricelist {
    margin-bottom: 40px;
}

.pricelist li {
    border-style: dashed;
    border-bottom-width: 1px;
    border-color: #9aa2a8;
    margin-bottom: 20px;
}

.pricelist .listImg {
    margin-bottom: 10px;
}

.pricelist .itemdescription {
    margin-bottom: 30px;
}

.pricelist .listTitle {
    font-size: 40px;
    margin-bottom: 30px;
}

.pricelist .item {
    font-size: 20px;
}

.pricelist .itemprice {
    font-weight: 700;
}

.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: #6b7277;
    margin-bottom: 10px;
}

.verticalnav>li>a:hover {
    color: #9aa2a8;
}

nav>li.active>a {
    color: #9aa2a8;
}

.verticalnav>li>ul a {
    color: #6b7277;
}

.verticalnav>li>ul a:hover {
    color: #9aa2a8;
}

.verticalnav>li>ul li.active>a {
    color: #9aa2a8;
}

.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(216, 216, 216);
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.shopfilter .filter_label {
    color: rgb(37, 37, 37);
}

.shopfilter label {
    color: rgb(37, 37, 37);
}

.shopfilter .price-text {
    color: rgb(37, 37, 37);
    font-size: 14px;
}

.shopfilter .clearSelection {
    color: rgb(37, 37, 37);
    line-height: 2.45em;
    font-size: 12px;
}

.shopfilter .ui-slider {
    background-color: rgb(182, 182, 182);
}

.shopfilter .ui-slider-range {
    background-color: #6b7277;
}

.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: #343a3c;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.scrollIcon span:before {
    color: rgb(255, 255, 255);
}

.scrollIcon:hover {
    background-color: #6b7277;
}

.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(216, 216, 216);
    border-color: #6b7277;
    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: #343a3c;
}

.engagement.thinbar {
    background-color: rgb(216, 216, 216);
    border-color: #6b7277;
    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(216, 216, 216);
    border-color: #6b7277;
    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: #9aa2a8;
}

.iconlist li a:hover {
    color: #9aa2a8;
}

.iconlist li {
    background-color: rgba(0, 155, 207, 0);
    width: 50px;
    height: 50px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #6b7277;
}

.iconlist {
    text-align: left;
}

.accordion {
    margin-top: 0px;
    margin-bottom: 40px;
}

.accordion .itemTitle {
    background-color: rgb(216, 216, 216);
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: rgb(182, 182, 182);
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.accordion .itemTitle:hover {
    background-color: rgb(216, 216, 216);
    border-color: rgb(182, 182, 182);
}

.accordion li.active .itemTitle {
    background-color: rgb(216, 216, 216);
    border-color: rgb(182, 182, 182);
}

.accordion .itemContent {
    border-color: rgb(216, 216, 216);
    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: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.accordion .image {
    margin-bottom: 20px;
    margin-top: 0px;
}

.hoverOverlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.hoverOverlay .hoverIcon {
    width: 70px;
    height: 70px;
    font-size: 70px;
    color: #6b7277;
}

.hoverOverlay .hoverText {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 26px;
}

.custom6 {
    color: rgba(216, 63, 0, 0);
    line-height: 1.2em;
    font-size: 20px;
}

.custom7 {
    color: rgba(216, 63, 0, 0);
    line-height: 1.6em;
}

.custom8 {
    color: rgba(216, 63, 0, 0);
    line-height: 1.6em;
    font-size: 14px;
}

.darkspottext {
    font-weight: 500;
    font-size: 46px;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    text-align: center;
    margin-bottom: 5px;
}

.darksmallspottext {
    font-size: 20px;
    line-height: 1.2em;
    text-align: center;
}

.lightheadline {
    color: rgb(255, 255, 255);
    font-size: 50px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.lightheadline a {
    color: #9aa2a8;
}

.lightsubtitle {
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-size: 32px;
    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;
    text-transform: uppercase;
    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: #9aa2a8;
}

.lightpreamble a:hover {
    color: #9aa2a8;
}

.lightbodytext {
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
}

.lightbodytext a {
    color: rgb(255, 255, 255);
}

.lightbodytext a:hover {
    color: rgb(255, 255, 255);
}

.lightsmalltext {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 5px;
}

.lightsmalltext a {
    color: #9aa2a8;
}

.lightsmalltext a:hover {
    color: #9aa2a8;
}

.custom9 {
    color: rgba(216, 63, 0, 0);
}

.custom10 {
    color: rgba(216, 63, 0, 0);
}

.engagement.sticky {
    margin-left: 0px;
    background-color: rgb(216, 216, 216);
    margin-bottom: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    border-bottom-width: 4px;
    border-color: #6b7277;
}

.engagement.sticky input[type=text],
.engagement.sticky input[type=email],
.engagement.sticky textarea,
.engagement.sticky select {
    margin-top: 20px;
}

.opennow .opened {
    color: rgb(255, 255, 255);
    text-align: center;
}

.opennow .closed {
    color: rgb(255, 255, 255);
    text-align: center;
}

.button3 {
    color: rgb(37, 37, 37);
    background-color: rgb(255, 255, 255);
}

.button3:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(37, 37, 37);
}

.form2 .thankYou {
    color: rgb(255, 255, 255);
}

.form2 input[type=checkbox]+span,
.form2 input[type=radio]+span,
.form2 .form_option input[type=checkbox]+label {
    color: rgb(255, 255, 255);
}

.brandfooter {
    background-color: rgb(37, 37, 37);
    border-top-width: 1px;
    border-color: rgb(87, 87, 87);
    padding-top: 30px;
    padding-bottom: 30px;
    color: rgb(182, 182, 182);
    font-size: 14px;
}

.arrow {
    color: rgb(255, 255, 255);
    background-color: #6b7277;
    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: #343a3c;
}

.dots li {
    background-color: rgba(255, 255, 255, 0);
    border-color: #6b7277;
    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: #6b7277;
    border-color: #6b7277;
}

.dots li:hover {
    border-color: #6b7277;
    background-color: #6b7277;
}

.review {
    background-color: rgb(255, 255, 255);
    border-left-width: 2px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-color: #343a3c;
}

.review .reviewName {
    font-size: 23px;
}

.review .reviewRating {
    color: #9aa2a8;
}

body[data-enableFocusIndication] a:focus,
body[data-enableFocusIndication] *:focus:not(nav),
a[href]:focus>img,
[tabindex]:focus:not(nav),
.nav:focus:before {
    outline-width: 1px;
    outline-color: #fe0000;
    outline-style: solid;
}

@media only screen and (max-width:1199px) {
    nav:before {
        font-size: 30px;
        color: rgb(255, 255, 255);
    }

    nav>ul li a {
        border-bottom-width: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    nav.opened-menu>ul {
        background-color: rgb(216, 216, 216);
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
    }

    nav>ul .closeBtn {
        color: rgb(37, 37, 37);
    }

    nav>ul>li>ul li a {
        border-bottom-width: 0px;
        margin-left: 35px;
        margin-bottom: 10px;
        background-color: rgba(241, 241, 241, 0);
    }

    nav>ul li>a {
        color: rgb(37, 37, 37);
    }

    nav>ul li>a:hover {
        color: #6b7277;
    }

    nav>ul li.active>a {
        color: #6b7277;
    }

    nav>ul>li>ul a {
        color: rgb(37, 37, 37);
        font-size: 16px;
    }

    nav>ul>li>ul a:hover {
        color: #6b7277;
    }

    nav>ul>li>ul li.active>a {
        color: #6b7277;
        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;
    }

    .locale {
        text-align: left;
    }
}

@media only screen and (max-width:767px) {
    nav:before {
        font-size: 24px;
    }

    nav.opened-menu>ul {
        background-color: rgb(216, 216, 216);
    }

    nav>ul li a {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        margin-left: 0px;
    }

    nav>ul>li>ul li a {
        background-color: rgba(255, 255, 255, 0);
        border-color: rgba(255, 255, 255, 0);
    }

    nav>ul li>a {
        color: rgb(37, 37, 37);
    }

    nav>ul>li>ul a {
        color: rgb(37, 37, 37);
    }

    nav>ul li.active>a {
        color: #6b7277;
    }

    nav>ul>li>ul li.active>a {
        border-color: rgba(255, 255, 255, 0);
        color: #6b7277;
    }

    nav>ul li>a:hover {
        color: #6b7277;
    }

    nav>ul>li>ul a:hover {
        color: #6b7277;
    }

    .headline {
        font-size: 28px;
    }

    .subtitle {
        font-size: 24px;
    }

    .preamble {
        font-size: 18px;
    }

    .text {
        margin-bottom: 20px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .col {
        padding-bottom: 20px;
    }

    .row {
        padding-top: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .form {
        margin-bottom: 20px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .form label {}

    .form input[type=submit] {}

    .form input[type=submit]:hover {}

    .form input[type=text],
    .form textarea,
    .form select {}

    .form .thankYou {}

    .form input[type=checkbox]+span,
    .form input[type=radio]+span,
    .form .form_option input[type=checkbox]+label {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .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;
    }

    .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 .listTitle {
        font-size: 24px;
    }

    .pricelist .item {
        font-size: 16px;
    }

    .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;
    }
}

#r5001 {
    padding-left: 0px;
    padding-right: 0px;
}

#r5001>.container {}

#r3894 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #343a3c;
    border-bottom-width: 0px;
    border-color: rgb(182, 182, 182);
}

#c2559 {
    background-color: rgba(255, 255, 255, 0);
}

#m1044 .searchicon {
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-right: 15px;
}

#m1044 {
    margin-left: 0;
    margin-right: auto;
    float: none;
}

#c2268 {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#m1603 {
    margin-bottom: 0px;
    padding-top: 5px;
}

#r5000 {
    background-color: #6b7277;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    border-color: rgb(182, 182, 182);
    padding-top: 15px;
    padding-bottom: 15px;
}

#m4819 {
    margin-bottom: 0px;
    padding-left: 5px;
}

#m2370 {
    border-style: solid;
}

#c4354 {
    padding-right: 0px;
}

#r5002 {
    background-position: 50% 0%;
    background-repeat: repeat-y;
}

#r5002>.container {}

#r1074 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgb(37, 37, 37);
    border-top-width: 1px;
    border-color: rgb(182, 182, 182);
}

#m4679+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#m4679+.hoverOverlay {
    border-style: solid;
}

#m4679 {
    border-style: solid;
}

#m4428 {
    margin-bottom: 200px;
    margin-right: 10px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#m4428 .buttonIcon.fa {
    font-size: 40px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
}

#m4214 {
    margin-bottom: 20px;
}

#m1280 {
    margin-bottom: 20px;
}

#p5683 {
    background-repeat: no-repeat;
}

#p5683 #r1735 {
    background-color: #343a3c;
    background-image: url(/uploads/GlWKjXGJ/9317059_m.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-style: solid;
    padding-top: 200px;
    padding-bottom: 160px;
}

#p5683 #r1735.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url(/uploads/C9IFZPTN/faded-triangle-bottom__msi___png.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 100%;
}

#p5683 #c1398 {
    background-color: rgba(255, 255, 255, 0);
}

#p5683 #c4759 {
    background-color: rgba(255, 255, 255, 0);
}

#p5683 #r3672 {
    border-color: rgb(182, 182, 182);
}

#p5683 #c2121 {
    background-color: #343a3c;
    border-left-width: 10px;
    border-right-width: 10px;
    border-color: rgb(255, 255, 255);
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
}

#p5683 #m3408+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#p5683 #m3408+.hoverOverlay {
    border-style: solid;
}

#p5683 #m4986 {
    margin-bottom: 0px;
}

#p5683 #m1007 {
    margin-left: auto;
    margin-right: auto;
}

#p5683 #c4572 {
    background-color: #6b7277;
    border-style: solid;
    border-left-width: 10px;
    border-right-width: 10px;
    border-color: rgb(255, 255, 255);
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
}

#p5683 #m3285+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#p5683 #m3285+.hoverOverlay {
    border-style: solid;
}

#p5683 #m2261 {
    margin-bottom: 0px;
}

#p5683 #m2627 {
    margin-left: auto;
    margin-right: auto;
}

#p5683 #c3979 {
    background-color: #9aa2a8;
    border-left-width: 10px;
    border-right-width: 10px;
    border-color: rgb(255, 255, 255);
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
}

#p5683 #m3694+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#p5683 #m3694+.hoverOverlay {
    border-style: solid;
}

#p5683 #m3817 {
    margin-bottom: 0px;
}

#p5683 #m1521 {
    margin-left: auto;
    margin-right: auto;
}

#p5683 #r3782 {
    border-style: solid;
}

#p5683 #c3416 {
    border-style: solid;
    padding-left: 40px;
    padding-right: 40px;
}

#p5683 #m4674 {
    border-style: solid;
}

#p5683 #c3438 {
    background-image: url(/uploads/LGAwQImo/20516425_m.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#p5683 #r2213 {
    background-color: #343a3c;
    padding-top: 0px;
    padding-bottom: 0px;
    border-color: rgb(91, 156, 26);
    border-bottom-width: 0px;
}

#p5683 #c1328 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 60px;
}

#p5683 #m3533 {
    margin-bottom: 0px;
}

#p5683 #m1380 {
    margin-bottom: 0px;
}

#p5683 #c1882 {
    background-image: url(/uploads/QpQZHTBj/51190826_m.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#p5683 #c2023 {
    border-style: solid;
    padding-left: 40px;
    padding-right: 40px;
}

#p5683 #m3398 {
    border-style: solid;
}

#p5683 #r2639 {
    background-color: #343a3c;
    background-image: url(/uploads/GlWKjXGJ/9317059_m.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    border-style: solid;
}

#p5683 #r2639.bgfilter:before {
    background-color: rgba(85, 91, 95, 0.35);
}

#p5683 #c3937 {
    background-color: #6b7277;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
}

#p5683 #m2099 {
    border-style: solid;
    margin-bottom: 30px;
}

#p5683 #m4732 {
    margin-bottom: 0px;
}

#p5683 #m4685 {}

#p5683 #m3264 {
    margin-bottom: 0px;
}

#p5683 #m1120 {}

#p5683 #m3499 {
    height: 341px;
    border-style: solid;
    margin-bottom: 0px;
}

#p5683 #c3621 {
    background-color: rgb(255, 255, 255);
    padding-top: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    border-color: rgba(120, 200, 41, 0);
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

#p5683 #m1026 {}

#p5683 #m3620 {
    border-style: solid;
    margin-bottom: 20px;
}

#p5683 #m3620 input[type=text],
#m3996 input[type=date],
#m3996 textarea,
#m3996 select {
    border-style: solid;
}

#p8913 #r4011 {
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url(/uploads/GlWKjXGJ/9317059_m.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 200px;
    padding-bottom: 160px;
}

#p8913 #r4011.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.4);
}

#p8913 #c3811 {
    background-color: rgba(255, 255, 255, 0);
}

#p8913 #c2986 {
    background-color: rgba(255, 255, 255, 0);
}

#p8913 #c2177 {
    background-image: url(/uploads/QpQZHTBj/51190826_m.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-style: solid;
}

#p8913 #r2459 {
    background-color: #6b7277;
    padding-top: 100px;
    padding-bottom: 100px;
}

#p6792 #r2991 {
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url('https://beecontent.beedigital.es/public/web_output_templates/beeEspana/0fa273f6-b341-4d53-b4bc-71549cf67895/images/f12b06ed-3dcb-4192-a2cb-fe91259d3ed1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 200px;
    padding-bottom: 160px;
}

#p6792 #r2991.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.4);
}

#p6792 #c3427 {
    background-color: rgba(255, 255, 255, 0);
}

#p6792 #c2154 {
    background-color: rgba(255, 255, 255, 0);
}

#p6792 #r4507 {
    background-color: rgb(216, 216, 216);
}

#p6792 #c3994 {
    border-style: solid;
    padding-right: 50px;
}

#p6792 #m4423 {
    border-style: solid;
}

#p6792 #m1586 {
    background-color: rgb(182, 182, 182);
    border-style: solid;
    margin-bottom: 0px;
}

#p6792 #m4705 {}

#p6792 #m3319 {
    border-style: solid;
}

#p6792 #m3996 {
    border-style: solid;
    margin-bottom: 20px;
}

#p6792 #m3996 input[type=text],
#m3996 input[type=date],
#m3996 textarea,
#m3996 select {
    border-style: solid;
}

#p6792 #r2936 {
    background-color: #6b7277;
    padding-top: 100px;
    padding-bottom: 100px;
}

#p5719 #r4507 {
    border-style: solid;
    padding-top: 0px;
    padding-bottom: 0px;
}

#p5719 #c1167 {
    padding-top: 150px;
    padding-bottom: 150px;
}

#p5719 #m4705 {
    margin-bottom: 0px;
}

#p5719 #m2112 {
    margin-left: auto;
    margin-bottom: 0px;
    margin-right: auto;
}

#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;
}

#p6662 {
    background-repeat: no-repeat;
}

#p6662 #r2474 {
    padding-bottom: 100px;
    background-color: rgb(255, 255, 255);
    padding-top: 100px;
}

#p5681 {
    background-repeat: no-repeat;
}

#p5681 #r2474 {
    padding-bottom: 100px;
    background-color: rgb(255, 255, 255);
    padding-top: 100px;
}

@media only screen and (max-width:1199px) {
    #c2559 {
        padding-left: 0px;
    }

    #c3125 {
        padding-left: 0px;
    }

    #c2268 {
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    #r5000 {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }

    #c5000 {
        padding-left: 0px;
    }

    #r5002 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #r1074>.container {}

    #p5683 #r1735 {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    #p5683 #r3672>.container {}

    #p5683 #c2121 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #p5683 #c4572 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #p5683 #c3979 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #p5683 #c3438 {
        padding-top: 0px;
        padding-left: 15px;
    }

    #p5683 #c1328 {
        padding-right: 45px;
    }

    #p5683 #c1882 {
        padding-top: 0px;
        padding-left: 15px;
    }

    #p5683 #r2639>.container {}

    #p8913 #r4011 {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    #p8913 #c2177 {
        padding-top: 0px;
        padding-left: 15px;
    }

    #p8913 #r2459 {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    #p6792 #r2991 {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    #p6792 #r2936 {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:767px) {
    #r3894 {
        padding-right: 15px;
        padding-left: 15px;
    }

    #c2559 {
        padding-bottom: 0px;
    }

    #m1044 {
        margin-left: auto;
        margin-right: 0;
    }

    #m1044 .searchicon {
        margin-left: 5px;
        margin-top: 20px;
        margin-right: 5px;
    }

    #c3125 {
        padding-bottom: 0px;
    }

    #c2268 {
        padding-bottom: 0px;
    }

    #r5000 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #c5000 {
        border-style: solid;
        padding-left: 15px;
        padding-bottom: 0px;
    }

    #m4819 {
        border-style: solid;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
    }

    #m4819+.hoverOverlay .hoverIcon {
        border-style: solid;
    }

    #m4819+.hoverOverlay {
        border-style: solid;
    }

    #m4383 {
        text-align: center;
        border-style: solid;
        margin-top: 15px;
    }

    #c4354 {
        margin-left: 0px;
        margin-right: 0px;
        border-style: solid;
        padding-left: 0px;
        padding-bottom: 0px;
    }

    #m5000 {
        text-align: center;
    }

    #r1074 {
        padding-bottom: 15px;
        padding-top: 30px;
    }

    #r1074>.container {}

    #p5683 #r1735 {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    #p5683 #r1735>.container {}

    #p5683 #r3672>.container {}

    #p5683 #c2121 {
        padding-bottom: 40px;
    }

    #p5683 #c4572 {
        padding-bottom: 40px;
    }

    #p5683 #c3979 {
        padding-bottom: 40px;
    }

    #p5683 #c1328 {
        padding-bottom: 0px;
        padding-right: 15px;
    }

    #p5683 #m1380 {
        padding-bottom: 40px;
    }

    #p5683 #r2639 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #p5683 #c3937 {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    #p5683 #c3621 {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    #p8913 #r4011 {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    #p8913 #r4011>.container {}

    #p8913 #r2459 {
        padding-right: 0px;
    }

    #p6792 #r2991 {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    #p6792 #r2991>.container {}

    #p6792 #m1586 {
        height: 200px;
    }

    #p6792 #r2936 {
        padding-right: 0px;
    }

    #p5035 #r2474 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #p9740 #r2474 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #p6662 #r2474 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #p5681 #r2474 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}