.headline {
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin-bottom: 0px;
  color: rgb(255, 255, 255);
  font-family: Tahoma;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.headline a:hover {
  text-decoration: underline;
}

nav {
  text-align: center;
}

nav>ul li>a {
  color: rgb(0, 0, 0);
  font-family: Arial;
  font-size: 13px;
}

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(0, 0, 0);
  text-decoration: underline;
}

nav>ul li.active>a {
  color: rgb(0, 0, 0);
  text-decoration: underline;
  background-color: transparent;
}

nav>ul li a {
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
  background-color: transparent;
}

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);
}

nav>ul li a:hover {
  background-color: rgb(153, 153, 153);
}

.subtitle {
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0em;
  margin-bottom: 10px;
  color: rgb(0, 0, 0);
  font-family: Tahoma;
  font-weight: 800;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
}

.preamble {
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0em;
  margin-bottom: 5px;
}

.bodytext {
  line-height: 1.3em;
  margin-bottom: 5px;
  font-size: 11px;
  color: rgb(0, 0, 0);
  font-family: Tahoma;
  margin-left: 15px;
  margin-right: 15px;
}

.bodytext a {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}

.bodytext a:hover {
  color: rgb(0, 0, 0);
}

.smalltext {
  line-height: 1.2em;
  letter-spacing: 0em;
  font-size: 11px;
  margin-bottom: 5px;
}

body {
  background-color: rgb(170, 170, 170);
}

body a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

body a:hover {
  color: rgb(255, 255, 255);
}

.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(255, 255, 255);
  color: rgb(255, 255, 255);
}

.button .buttonIcon.fa {
  margin-right: 10px;
}

.form {
  margin-bottom: 0px;
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 25px;
  padding-left: 0px;
}

.form label {
  padding-bottom: 0px;
  margin-bottom: 5px;
  line-height: 1.2em;
  font-size: 11px;
  font-family: Tahoma;
  color: rgb(0, 0, 0);
  font-weight: 800;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
}

.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: rgba(69, 69, 69, 0.82);
  font-size: 14px;
  padding-top: 12px;
  padding-right: 10px;
  padding-bottom: 12px;
  padding-left: 10px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  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;
  font-family: Arial;
}

.form input[type=submit] {
  margin-top: 20px;
  margin-bottom: 0px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  color: rgb(255, 255, 255);
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 800;
  background-color: rgb(0, 0, 0);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form .g-recaptcha {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.form input[type=submit]:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}

.text {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.image {
  margin-bottom: 40px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.map {
  margin-bottom: 40px;
}

.gallery {
  margin-bottom: 40px;
}

.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 {
  font-family: Tahoma;
  font-size: 11px;
  font-style: normal;
  text-decoration: underline;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 2.65em;
}

.custom1 a {
  color: rgb(0, 0, 0);
}

.custom1 a:hover {
  color: rgb(0, 0, 0);
}

.custom2 {}

.custom4 {}

.custom5 {}

.custom3 {}

.smallsubtitle {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 5px;
}

.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: 0px;
  color: rgb(255, 255, 255);
  font-family: Arial;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  text-align: center;
}

.footertext a {
  color: rgb(255, 255, 255);
}

.footertext a:hover {
  color: rgb(255, 255, 255);
}

.companyname {
  font-size: 22px;
  text-align: left;
  line-height: 1.2em;
}

.companyname a {
  color: rgb(69, 69, 69);
}

.companyname a:hover {
  color: rgb(69, 69, 69);
}

.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(255, 255, 255);
}

nav>li.active>a {
  color: rgb(255, 255, 255);
}

.verticalnav>li>ul a {
  color: rgb(0, 0, 0);
}

.verticalnav>li>ul a:hover {
  color: rgb(255, 255, 255);
}

.verticalnav>li>ul li.active>a {
  color: rgb(255, 255, 255);
}

.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(255, 255, 255);
}

.brandfooter {
  background-color: transparent;
  text-align: center;
  font-family: Tahoma;
  color: rgb(0, 0, 0);
  font-size: 0px;
}

.brandfooter a {
  color: rgb(0, 0, 0);
}

.brandfooter a:hover {
  color: rgb(0, 0, 0);
}

@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);
  }

  .custom4 {}

  .custom4 a {}

  .custom4 a:hover {}

  .custom1 {
    line-height: 1.85em;
  }

  .custom3 {}

  .custom3 a {}

  .custom3 a:hover {}

  body {}

  body a {}

  body a:hover {}

  .text {}

  .bodytext {}

  .bodytext a {}

  .bodytext a:hover {}

  .smalltext {
    font-size: 12px;
  }

  .smalltext a {}

  .smalltext a:hover {}

  .companyname {
    font-size: 18px;
  }

  .companyname a {}

  .companyname a:hover {}

  .footertext {
    font-size: 12px;
  }

  .footertext a {}

  .footertext a:hover {}
}

@media only screen and (max-width:767px) {
  nav:before {
    font-size: 31px;
    color: rgb(69, 69, 69);
  }

  nav.opened-menu>ul {
    background-color: rgb(241, 241, 241);
  }

  nav>ul li a {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-left: 30px;
    background-color: transparent;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  nav>ul li a:hover {
    background-color: rgb(153, 153, 153);
  }

  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: 17px;
    color: rgb(0, 0, 0);
  }

  nav>ul>li>ul a {
    font-size: 20px;
  }

  nav>ul li.active>a {
    background-color: transparent;
    color: rgb(0, 0, 0);
  }

  nav>ul>li>ul li.active>a {
    border-color: rgba(255, 255, 255, 0);
  }

  nav>ul li>a:hover {
    color: rgb(0, 0, 0);
  }

  .headline {
    font-size: 20px;
  }

  .subtitle {
    font-size: 15px;
  }

  .preamble {
    font-size: 19px;
  }

  .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=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;
  }

  .brandfooter {
    padding-top: 5px;
  }
}

#r5001>.container {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 100px;
  padding-right: 100px;
}

#r5000 {
  background-color: rgb(255, 255, 255);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
  border-color: rgb(255, 255, 255);
}

#m2944 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

#c4354 {
  padding-top: 3px;
  padding-bottom: 3px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(0, 0, 0);
  margin-top: 5px;
  margin-bottom: 5px;
}

#r5002 {
  background-position: 50% 0%;
  background-repeat: repeat-y;
  border-left-width: 5px;
  border-right-width: 5px;
  border-color: rgb(255, 255, 255);
}

#r1074 {
  background-color: rgb(241, 241, 241);
  border-left-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-color: rgb(255, 255, 255);
}

#c3869 {
  background-color: rgb(23, 128, 0);
}

#c4226 {
  background-color: rgb(18, 103, 0);
  border-left-width: 1px;
  border-color: rgb(255, 255, 255);
}

#c9003 {
  padding-right: 5px;
}

#m2830 {
  background-color: rgb(18, 103, 0);
}

#m1221 {
  background-color: rgb(18, 103, 0);
  margin-top: 5px;
}

#m5521 {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(0, 0, 0);
  padding-top: 5px;
  padding-bottom: 5px;
}

#m8027 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#m9079 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(0, 0, 0);
}

#m1629 {
  background-color: rgb(18, 103, 0);
}

#m5656 {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(0, 0, 0);
  margin-bottom: 10px;
}

#p9966 #c5655 {
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: rgb(195, 195, 195);
}

#p9966 #m6842 {
  background-color: rgb(195, 195, 195);
}

#p9966 #m5474 {
  float: right;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(195, 195, 195);
}

#p9966 #m9940 {}

#p9966 #m7781 {}

#p9966 #m5381 {
  float: right;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 15px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(195, 195, 195);
}

#p9966 #m9435 {}

#p9966 #m9092 {
  margin-bottom: 20px;
}

#p9966 #m4753 {
  margin-bottom: 20px;
}

#c1646 {
  padding-right: 5px;
}

#m2977 {
  background-color: rgb(18, 103, 0);
}

#m3574 {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(0, 0, 0);
  padding-top: 5px;
  padding-bottom: 5px;
}

#m1928 {
  background-color: rgb(18, 103, 0);
  margin-top: 5px;
}

#m4917 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(0, 0, 0);
}

#m1183 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#m3677 {
  background-color: rgb(18, 103, 0);
}

#m1524 {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgb(0, 0, 0);
  margin-bottom: 10px;
}

@media only screen and (max-width:1199px) {
  #r5001>.container {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #c5000 {}

  #c4354 {}

  #r5002 {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  #r1074>.container {}
}

@media only screen and (max-width:767px) {
  #r5001>.container {
    padding-left: 0px;
    padding-right: 0px;
  }

  #r1193 {
    padding-top: 0px;
  }

  #c3988 {
    padding-bottom: 0px;
  }

  #m1490 {
    width: 97%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: Tahoma;
    font-size: 20px;
    color: rgb(255, 255, 255);
    background-color: rgb(113, 113, 113);
    border-top-width: 5px;
    border-color: rgb(255, 255, 255);
    margin-bottom: 0px;
  }

  #r2337 {
    border-top-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
    border-color: rgb(255, 255, 255);
    padding-top: 0px;
  }

  #c3054 {
    padding-bottom: 0px;
    border-bottom-width: 0px;
    border-color: transparent;
  }

  #m4426 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-bottom-width: 10px;
    border-color: rgb(255, 202, 0);
    max-width: 86%;
  }

  #r5000 {
    padding-top: 0px;
  }

  #c5000 {
    padding-bottom: 0px;
  }

  #c4354 {
    padding-bottom: 15px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    padding-top: 5px;
  }

  #r1074 {
    padding-top: 0px;
  }

  #c3869 {
    padding-bottom: 0px;
  }

  #m3779 {
    margin-bottom: 00px;
  }

  #c4226 {
    padding-bottom: 0px;
    border-top-width: 1px;
    border-left-width: 0px;
  }

  #m1028 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  #r5264 {
    padding-top: 0px;
  }

  #m5474 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  #m5381 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  #c1646 {
    padding-right: 0px;
  }

  #m2977 {
    margin-bottom: 0px;
  }

  #m1928 {
    margin-bottom: 0px;
  }

  #m3677 {
    margin-bottom: 0px;
  }
}