.container-fixed {
  padding-left: 0px;
  padding-right: 0px;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

#r5002 .container {
  padding-left: 0px;
  padding-right: 0px;
}

.gallery,
.imagelist {
  opacity: 1;
  visibility: visible;
  display: block;
}

.navbar {
  padding: 0px;
}

.navbar-nav {
  width: 100%;
  justify-content: center;
  gap: 20px;
}

.navbar-default .navbar-nav .nav-link {
  margin: 0px;
  padding: 5px 15px;
  font-family: Arial;
  font-size: 13px;
  line-height: unset;
  color: #000;
}

.navbar-default .navbar-nav .nav-link:hover {
  text-decoration: underline;
  background-color: rgb(153, 153, 153);
}

.navbar-default .navbar-nav .active .nav-link {
  text-decoration: underline;
}

.bodytext a:hover,
.custom1 a:hover {
  color: rgb(18, 103, 0);
}

#p2449 #m3573 {
  margin-top: 10px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn-success.disabled {
  background-color: transparent;
  border: 1px solid rgb(18, 103, 0);
  color: rgb(18, 103, 0);
}

.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success:hover {
  background-color: rgb(18, 103, 0);
  color: #fff;
  border: 1px solid rgb(18, 103, 0);
}

.btn-success,
.btn-success.focus,
.btn-success:focus {
  border: 1px solid rgb(18, 103, 0);
  background-color: rgb(18, 103, 0);
  font-weight: bold;
}

.btn-success:active:focus,
.btn-success:active:hover {
  background-color: transparent;
  border: 1px solid rgb(18, 103, 0);
  color: rgb(18, 103, 0);
}

.privacy-policy {
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.privacy-policy .subtitle {
  font-weight: 700;
  margin-left: 0px;
  margin-right: 0px;
}

.privacy-policy p,
.privacy-policy ul {
  font-size: 13px;
  font-family: Tahoma;
  line-height: 1.8em;
}

.privacy-policy a {
  color: inherit;
  white-space: nowrap;
  text-decoration: underline;
}

.privacy-policy a:hover {
  color: rgb(18, 103, 0);
}

.privacy-details {
  padding: 20px;
  border: 1px solid #333;
  margin-top: 10px;
  margin-bottom: 15px;
  box-shadow: 5px 5px 6px rgba(51, 51, 51, 0.3);
}

.footertext a {
  color: #fff;
  text-decoration: underline;
  white-space: nowrap;
}

.footertext a:hover {
  color: #000;
}



/* Mobile */
@media (max-width: 767px) {
  .button {
    border-radius: 0px;
  }

  #m1490.button:hover {
    text-decoration: none;
    background-color: rgb(18, 103, 0);
  }

  #m4426 {
    max-width: 100%;
  }

  nav:not(.horizontal-menu--mobile):before,
  nav[data-settings*="vertical=true"]:not(.horizontal-menu--mobile):before {
    display: none;
  }

  #c4354 {
    padding-bottom: 5px;
    padding-top: 0px;
    margin-top: 0px;
  }

  /* hamburger button style start */
  .navbar .navbar-toggler {
    padding: 0px;
    color: transparent;
    border-color: transparent;
  }

  .navbar .hamburger-button {
    stroke: #000;
    overflow: hidden;
    padding-right: 0px;
  }

  .navbar .hamburger-button .hamburger {
    transition: translate 1s, rotate 1s;
  }

  .navbar .hamburger-button[aria-expanded=true] .hamburger {
    translate: 3px -3px;
    rotate: 0.125turn;
  }

  .navbar .hamburger-button .line {
    transition: 1s;
    stroke-dasharray: 60 31 60 300;
  }

  .navbar .hamburger-button[aria-expanded=true] .line {
    stroke-dasharray: 60 105 60 300;
    stroke-dashoffset: -90;
  }

  /* hamburger button style end */

  .navbar-nav {
    gap: 4px;
  }

  .navbar-brand {
    padding-left: 10px;
    font-weight: 600;
    color: #000;
  }

  .navbar-default .navbar-nav .nav-link {
    padding: 12px 10px;
  }

  .navbar-default .navbar-nav .active .nav-link {
    background-color: rgb(153, 153, 153);
  }

  #c1646 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .row.inRowgroupView {
    padding-top: 0px;
  }

  #m4383.text {
    margin-bottom: 0px;
  }

  #p9966 #m5474,
  #p9966 #m5381 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ios */
@media (max-width: 340px) {
  .privacy-details ul {
    padding-left: 10px;
  }
}

/* windows */
@media (min-width: 451px) and (max-width: 767px) {}

/*tab portrait*/
@media (min-width: 768px) and (max-width: 991px) {}

/*tab landscape*/
@media (min-width: 992px) and (max-width: 1199px) {}

/* 1280 resolution */
@media (min-width: 1280px) and (max-width: 1365px) {}

/* large screen */
@media (min-width: 1400px) {}

@media (min-width: 1440px) and (max-width: 1599px) {}

/*Large View*/
@media (min-width: 1600px) {}

@media (min-width: 1920px) {}

/* ie */
@media all and (-ms-high-contrast:none) {}

/* FireFox */
@-moz-document url-prefix() {}