.headline {
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin-bottom: 20px;
  color: rgb(51, 51, 51);
  padding-top: 10px;
  padding-bottom: 10px;
}

.headline a:hover {
  text-decoration: underline;
}

nav {
  text-align: center;
}

nav>ul li>a {
  color: rgb(255, 255, 255);
}

nav:before {
  font-size: 30px;
  color: rgb(69, 69, 69);
}

nav>ul>li>ul a {
  font-size: 14px;
  color: rgb(69, 69, 69);
}

nav>ul li>a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

nav>ul li.active>a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

nav>ul li a {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 30px;
}

nav>ul>li>ul li a {
  background-color: rgb(241, 241, 241);
  border-color: rgb(255, 255, 255);
  margin-bottom: 0px;
  border-bottom-width: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0px;
}

nav>ul>li>ul li.active>a {
  color: rgb(0, 0, 0);
  background-color: rgb(241, 241, 241);
  border-color: rgb(255, 255, 255);
}

nav.opened-menu>ul {
  background-color: rgb(255, 255, 255);
}

nav>ul .closeBtn {
  color: rgb(204, 204, 204);
}

nav>ul>li>ul a:hover {
  color: rgb(0, 0, 0);
}

.subtitle {
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin-bottom: 0px;
  color: rgb(255, 255, 255);
  font-weight: 800;
  padding-top: 10px;
  padding-bottom: 10px;
}

.preamble {
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0em;
  margin-bottom: 5px;
}

.bodytext {
  line-height: 1.6em;
  margin-bottom: 0px;
  font-size: 12px;
  color: rgb(255, 255, 255);
}

.bodytext a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.bodytext a:hover {
  color: rgb(255, 255, 255);
}

.smalltext {
  line-height: 1.2em;
  letter-spacing: 0em;
  font-size: 11px;
  margin-bottom: 5px;
}

body {
  background-color: rgb(0, 0, 0);
  font-family: Arial;
  font-size: 14px;
}

body a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

body a:hover {
  color: rgb(79, 79, 79);
}

.button {
  margin-bottom: 40px;
  border-radius: 3px;
  border-width: 0px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  padding-top: 12px;
  padding-right: 25px;
  padding-bottom: 13px;
  padding-left: 25px;
}

.button:hover {
  background-color: rgb(79, 79, 79);
  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;
  margin-left: 20px;
  margin-right: 20px;
}

.form label {
  padding-bottom: 0px;
  margin-bottom: 10px;
  line-height: 1.2em;
  color: rgb(255, 255, 255);
  font-weight: 800;
}

.form input[type=checkbox]+span,
.form input[type=radio]+span {
  margin-left: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  line-height: 1.6em;
}

.form input[type=text],
.form textarea,
.form select {
  border-radius: 3px;
  border-color: rgb(204, 204, 204);
  color: rgb(69, 69, 69);
  font-size: 14px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  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;
}

.form input[type=submit] {
  margin-top: 20px;
  margin-bottom: 0px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.form .g-recaptcha {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.text {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.image {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-right: 20px;
  margin-left: 20px;
}

.map {
  margin-bottom: 40px;
}

.gallery {
  margin-bottom: 40px;
}

.row {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: rgb(255, 255, 255);
}

.col {
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.custom1 {}

.custom2 {}

.custom4 {}

.custom5 {}

.custom3 {}

.smallsubtitle {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 0px;
  color: rgb(255, 255, 255);
  padding-top: 10px;
  padding-bottom: 10px;
}

.spottext {
  font-size: 39px;
  color: rgb(255, 255, 255);
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 20px;
}

.spottext a {
  color: rgb(255, 255, 255);
}

.spottext a:hover {
  color: rgb(255, 255, 255);
}

.footertext {
  font-size: 13px;
  line-height: 1.6em;
  margin-bottom: 60px;
  color: rgb(255, 255, 255);
  padding-top: 20px;
}

.companyname {
  font-size: 29px;
  text-align: left;
  line-height: 1.2em;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
}

.companyname a {
  color: rgb(0, 0, 0);
}

.companyname a:hover {
  color: rgb(0, 0, 0);
}

.smallspottext {
  line-height: 1.5em;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px;
}

.smallspottext a {
  color: rgb(255, 255, 255);
}

.smallspottext a:hover {
  color: rgb(255, 255, 255);
}

.locale {
  text-align: right;
}

.locale ul li a {
  transition: all 0.25s ease-in 0s;
  color: rgb(241, 241, 241);
  font-size: 14px;
}

.locale ul li {
  background-color: rgb(69, 69, 69);
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.locale ul li:hover {
  background-color: rgb(113, 113, 113);
}

.locale ul li a:hover {
  color: rgb(255, 255, 255);
}

.locale ul li.active a {
  color: rgb(255, 255, 255);
}

.button2 {
  font-size: 18px;
  border-width: 2px;
  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: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(255, 255, 255);
}

.button2:hover {
  color: rgb(241, 241, 241);
  border-color: rgb(241, 241, 241);
}

.button2 .buttonIcon.fa {
  margin-right: 10px;
}

.divider {
  border-top-width: 1px;
  border-color: rgb(204, 204, 204);
  width: 100%;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.singlePost .divider {
  margin-bottom: 40px;
}

.socialmedia {
  text-align: right;
  font-size: 19px;
}

.socialmedia li {
  margin-left: 0px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.paymenticons li {
  padding-bottom: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 0px;
  margin-right: 10px;
}

.paymenticons {
  text-align: left;
}

.linklist {
  padding-bottom: 0px;
  padding-left: 0px;
  margin-bottom: 40px;
  margin-top: 0px;
}

.linklist a {
  margin-bottom: 1px;
  background-color: rgb(241, 241, 241);
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.linklist a:hover {
  background-color: rgb(241, 241, 241);
}

.breadcrumb li a {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.cart {
  display: table;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 0px;
}

.cart .cartBtn {
  color: rgb(255, 255, 255);
  font-size: 20px;
}

.cart .cartAmount {
  font-size: 12px;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  width: 16px;
  height: 16px;
  margin-left: -5px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  margin-top: -8px;
}

.cart .checkoutBtn {
  margin-bottom: 0px;
}

.cart .title {
  margin-bottom: 20px;
}

.cart .subTotalText {
  margin-top: 0px;
}

.cart .subTotal {
  margin-bottom: 10px;
  margin-top: 5px;
}

.cart .cartContents {
  background-color: rgb(241, 241, 241);
}

.cart .divider {
  margin-bottom: 10px;
}

.search {
  display: table;
  margin-left: auto;
  margin-right: 0;
}

.search .searchicon {
  color: rgb(255, 255, 255);
  width: 16px;
  height: 16px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  font-size: 16px;
  margin-bottom: 0px;
}

.review {
  margin-bottom: 40px;
  background-color: rgb(241, 241, 241);
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.review .reviewName {
  text-align: center;
  margin-bottom: 5px;
}

.review .reviewDescription {
  text-align: center;
}

.review .reviewRating {
  text-align: center;
}

.review .reviewRating .star {
  margin-right: 2px;
  margin-left: 2px;
}

.review .authorDate {
  text-align: center;
}

.html {
  margin-bottom: 40px;
}

.blog .details {
  padding-top: 0px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.blog .readMore {
  margin-top: 20px;
  margin-bottom: 40px;
}

.catalog {
  margin-bottom: 40px;
}

.catalog .productText {
  padding-top: 10px;
}

.catalog .visualTag {
  text-align: center;
  text-transform: uppercase;
  padding-top: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
}

.emailshare a {
  margin-bottom: 20px;
}

.openinghours .specialDayTitle {
  margin-top: 20px;
}

.openinghours {
  margin-bottom: 40px;
}

.offers {
  margin-bottom: 40px;
  background-color: rgb(241, 241, 241);
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.offers .button {
  margin-bottom: 0px;
  margin-top: 20px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.offers .offerName {
  text-align: center;
}

.offers .offerDescription {
  text-align: center;
}

.offers .offerPrice {
  text-align: center;
}

.offers .validFrom {
  text-align: center;
}

.offers .validThrough {
  text-align: center;
}

.list {
  margin-bottom: 40px;
}

.list .listIcon {
  font-size: 21px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.video {
  margin-bottom: 40px;
}

.singleProduct .addBtn {
  padding-top: 13px;
}

.singleProduct .gallery .visualTag {
  text-align: center;
  font-size: 21px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.singleProduct .divider {
  margin-bottom: 20px;
  margin-top: 0px;
}

.pricelist {
  margin-bottom: 40px;
}

.pricelist li {
  margin-bottom: 20px;
}

.checkout .divider {
  margin-bottom: 20px;
}

.checkout .descriptivetext {
  padding-bottom: 20px;
}

.checkout .infolabel {
  padding-bottom: 10px;
}

.verticalnav {
  margin-bottom: 40px;
}

.verticalnav>li>a {
  color: rgb(0, 0, 0);
  margin-bottom: 10px;
}

.verticalnav>li>a:hover {
  color: rgb(79, 79, 79);
}

nav>li.active>a {
  color: rgb(79, 79, 79);
}

.verticalnav>li>ul a {
  color: rgb(0, 0, 0);
}

.verticalnav>li>ul a:hover {
  color: rgb(79, 79, 79);
}

.verticalnav>li>ul li.active>a {
  color: rgb(79, 79, 79);
}

.verticalnav>li>ul li a {
  margin-bottom: 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(241, 241, 241);
}

.shopfilter .filter_label {
  color: rgb(69, 69, 69);
}

.shopfilter label {
  color: rgb(69, 69, 69);
}

.shopfilter .price-text {
  color: rgb(69, 69, 69);
}

.shopfilter .clearSelection {
  color: rgb(69, 69, 69);
}

.shopfilter .ui-slider {
  background-color: rgb(0, 0, 0);
}

.shopfilter .ui-slider-range {
  background-color: rgb(204, 204, 204);
}

.shopfilter .ui-slider-handle {
  background-color: rgb(255, 255, 255);
  border-color: rgb(204, 204, 204);
}

.scrollIcon {
  background-color: rgb(0, 0, 0);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.scrollIcon span:before {
  color: rgb(255, 255, 255);
}

.scrollIcon:hover {
  background-color: rgb(79, 79, 79);
}

.brandfooter {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width:1199px) {
  nav:before {
    font-size: 21px;
  }

  nav>ul li a {
    border-bottom-width: 0px;
  }

  nav.opened-menu>ul {
    background-color: rgb(241, 241, 241);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  nav>ul .closeBtn {
    color: rgb(69, 69, 69);
  }

  ArrayArray.custom1 {
    line-height: 1.2em;
  }

  ArrayArrayArrayArray.smalltext {
    font-size: 12px;
  }

  ArrayArray.companyname {
    font-size: 18px;
  }

  .footertext {
    font-size: 12px;
  }
}

@media only screen and (max-width:767px) {
  nav:before {
    font-size: 32px;
    color: rgb(255, 255, 255);
  }

  nav.opened-menu>ul {
    background-color: rgb(51, 51, 51);
  }

  nav>ul li a {
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 0px;
  }

  nav>ul li a:hover {
    background-color: rgba(255, 255, 255, 0);
  }

  nav>ul>li>ul li a {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
  }

  nav>ul li>a {
    font-size: 20px;
  }

  nav>ul>li>ul a {
    font-size: 20px;
  }

  nav>ul li.active>a {
    background-color: rgba(255, 255, 255, 0);
  }

  nav>ul>li>ul li.active>a {
    border-color: rgba(255, 255, 255, 0);
  }

  .preamble {
    font-size: 19px;
  }

  .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;
  }

  .button:hover {}

  .custom1 {}

  .custom1 a {}

  .custom1 a:hover {}

  .custom2 {}

  .custom2 a {}

  .custom2 a:hover {}

  .custom3 {}

  .custom3 a {}

  .custom3 a:hover {}

  .custom4 {}

  .custom4 a {}

  .custom4 a:hover {}

  .custom5 {}

  .custom5 a {}

  .custom5 a:hover {}

  .spottext {
    font-size: 33px;
  }

  body {}

  body a {}

  body a:hover {}

  .locale {}

  .locale ul li a {}

  .locale ul li a:hover {}

  .locale ul li.active a {}

  .locale ul li {}

  .locale ul li:hover {}

  .locale ul li.active {}

  .smallsubtitle {
    font-size: 19px;
  }

  .smallspottext {
    font-size: 20px;
  }

  .smallspottext a {}

  .smallspottext a:hover {}

  .companyname {
    font-size: 20px;
  }

  .companyname a {}

  .companyname a:hover {}

  .footertext {}

  .footertext a {}

  .footertext a:hover {}

  .button2 {
    margin-bottom: 20px;
  }

  .button2:hover {}

  .socialmedia {
    text-align: center;
    font-size: 22px;
  }

  .socialmedia li a {
    width: 45px;
    height: 45px;
  }

  .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;
  }

  .verticalnav {
    margin-bottom: 20px;
  }

  .imagelist {
    margin-bottom: 20px;
  }

  .facebookpage {
    margin-bottom: 20px;
  }

  .instagramembed {
    margin-bottom: 20px;
  }

  .googleplusone {
    margin-bottom: 20px;
  }

  .openinghours2 {
    margin-bottom: 20px;
  }
}

#r5001 {
  padding-left: 0px;
  padding-right: 0px;
}

#r5000 {
  background-color: rgb(241, 241, 241);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding-top: 58px;
  padding-right: 15px;
  padding-left: 15px;
  background-image: url(../uploads/y52MLfDB/767x0_1199x0/headerOk.jpg);
  border-top-width: 5px;
  border-left-width: 5px;
  border-right-width: 5px;
  margin-top: 30px;
  padding-bottom: 60px;
  border-color: rgb(255, 255, 255);
}

/* #c5000 {
  []
} */

#m3730 {
  margin-bottom: 0px;
}

#r2848 {
  border-left-width: 5px;
  border-right-width: 5px;
  border-color: rgb(255, 255, 255);
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgb(79, 79, 79);
}

#c1463 {
  border-color: rgb(0, 0, 0);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

#r5002 {
  background-position: 50% 0%;
  background-repeat: repeat-y;
}

#r5002>.container {}

#r1074 {
  background-color: rgb(255, 255, 255);
  border-left-width: 5px;
  border-right-width: 5px;
  border-color: rgb(255, 255, 255);
}

#c3869 {
  background-color: rgb(79, 79, 79);
  border-color: rgb(204, 204, 204);
  border-right-width: 0px;
}

#c2576 {
  background-color: rgb(0, 0, 0);
}

#p6091 #r7223 {
  background-color: rgb(51, 51, 51);
  border-left-width: 5px;
  border-right-width: 5px;
  border-color: rgb(255, 255, 255);
}

#p6091 #c9922 {
  padding-right: 5px;
  padding-left: 5px;
}

#p6091 #m1692 {
  background-color: rgb(0, 0, 0);
}

#p6091 #m6173 {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(0, 0, 0);
}

#p6091 #m3710 {
  margin-top: 10px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
}

#p6091 #m5293 {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(0, 0, 0);
}

#p6091 #c6211 {
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: rgb(204, 204, 204);
}

#p6091 #m6066 {
  background-color: rgb(204, 204, 204);
}

#p6091 #m3405 {
  float: right;
}

#p6091 #m6520 {}

#p6091 #m8399 {}

#p6091 #m3500 {
  float: right;
}

#p6091 #m7756 {}

#p6091 #m7131 {}

#p6091 #m3719 {}

#p6091 #m4584 {
  float: right;
  margin-bottom: 20px;
}

#p6091 #r2670 {
  background-color: rgb(51, 51, 51);
  border-left-width: 5px;
  border-right-width: 5px;
  border-color: rgb(255, 255, 255);
}

#p6091 #c3357 {
  padding-right: 5px;
  padding-left: 5px;
}

#p6091 #m2197 {
  background-color: rgb(0, 0, 0);
}

#p6091 #m3915 {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(0, 0, 0);
}

#p6091 #m3914 {
  margin-top: 10px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
}

#p6091 #m3540 {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(0, 0, 0);
}

@media only screen and (max-width:1199px) {
  #r5000 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #c5000 {}

  #r5002 {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  #r1074>.container {}
}

@media only screen and (max-width:767px) {
  #r2644 {
    background-color: rgb(79, 79, 79);
  }

  #m2298 {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    margin-bottom: 0px;
  }

  #r5000 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #c5000 {
    padding-bottom: 0px;
  }

  #m1028 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  #p6091 #m3405 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  #p6091 #m3500 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  #p6091 #m4584 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}