.container-fixed {
  padding-left: 0px;
  padding-right: 0px;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.gallery,
.imagelist {
  opacity: 1;
  visibility: visible;
  display: block;
}

.custom1 a:hover,
.custom2 a:hover {
  text-decoration: none;
  color: #000;
}

.navbar-default {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  margin: 0px;
  min-height: unset;
}

.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}

nav ul li a {
  margin: 5px 0px;
}

.nav li a {
  padding: 8px 30px;
  line-height: unset;
}

.navbar-nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 11px;
}

.navbar-default .navbar-nav li a {
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: 0.3s linear;
}

.navbar-default .navbar-nav .active a {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.navbar-default .navbar-nav .active a:focus,
.navbar-default .navbar-nav .active a:hover {
  color: rgb(255, 26, 163);
  background-color: #fff;
  border: 1px solid #000;
}

.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover {
  color: rgb(255, 26, 163);
  background-color: #fff;
  border: 1px solid #000;
}

#r1074 {
  padding-bottom: 20px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn-success.disabled {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success:hover {
  background-color: rgb(146, 169, 55);
  color: #fff;
  border: 1px solid #000;
}

.btn-success,
.btn-success.focus,
.btn-success:focus {
  border: 1px solid #000;
  background-color: #000;
  font-weight: bold;
}

.btn-success:active:focus,
.btn-success:active:hover {
  background-color: rgb(146, 169, 55);
  border: 1px solid #000;
  color: #fff;
}

#m1170 iframe {
  width: 100%;
  height: 100%;
}

.privacy-policy {
  padding-bottom: 30px;
  padding-right: 15px;
}

.privacy-policy .subtitle {
  font-weight: 700;
  margin: 15px 0px 10px;
}

.privacy-policy a {
  color: inherit;
  white-space: nowrap;
  text-decoration: underline;
}

.privacy-policy a:hover {
  color: rgb(255, 26, 163);
}

.privacy-policy ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 30px;
}

.privacy-details {
  padding: 15px;
  border: 1px solid #333;
  margin-top: 10px;
  margin-bottom: 15px;
  box-shadow: 5px 5px 6px rgba(51, 51, 51, 0.3);
}

.footertext a {
  color: #000;
  text-decoration: underline;
  white-space: nowrap;
}

.footertext a:hover {
  color: #fff;
}



/* Mobile */
@media (max-width: 767px) {
  a {
    white-space: nowrap;
  }

  .button {
    border-radius: 0px;
  }

  .button:hover {
    text-decoration: none;
  }

  .button:hover span,
  .button:hover i {
    color: #000;
  }

  nav:not(.horizontal-menu--mobile):before,
  nav[data-settings*="vertical=true"]:not(.horizontal-menu--mobile):before {
    display: none;
  }

  #c4354 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar-default .navbar-toggle {
    border: none;
  }

  .navbar-default .navbar-brand:focus,
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand {
    color: #fff;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-nav {
    flex-direction: column;
    justify-content: flex-start;
    margin: 0px;
    gap: 5px;
  }

  nav:not(.horizontal-menu--mobile) ul,
  nav[data-settings*="vertical=true"]:not(.horizontal-menu--mobile) ul {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav li a {
    padding: 12px 14px;
    margin: 0px;
  }

  .privacy-policy {
    padding-right: 0px;
  }
}

/* ios */
@media (max-width: 340px) {}

/* windows */
@media (min-width: 451px) and (max-width: 767px) {
  .imagelist:not([data-settings*="view=masonry"])[data-settings*="margin-sm=6"] .pics {
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }

  .imagelist:not([data-settings*="view=masonry"])[data-settings*="margin-sm=6"]:not([data-settings*="imagecols-sm="]):not([data-settings*="aspectratio="]) .pics li {
    margin: 0px;
    width: calc((100% - 10px) / 2);
  }
}

/*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() {}