@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Work+Sans:wght@300;400;500;600;700;800;900&display=swap");
@media (min-width: 1900px) {
  .container {
    max-width: 1640px;
  }
}
.owl-nav {
  margin-top: 20px;
  padding-right: 0;
}
.owl-nav button {
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
}
.owl-nav button:not(:last-child) {
  margin: 0 15px;
}
.owl-nav button.owl-prev {
  background-image: url(../images/arrow-left.svg) !important;
}
.owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}
.owl-nav button.owl-next {
  background-image: url(../images/arrow-right.svg) !important;
}
.owl-nav button.owl-next.disabled {
  opacity: 0.5;
}

.ag-switch {
  display: flex;
  justify-content: space-between;
  width: 260px;
  padding: 5px;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.14);
  position: relative;
}
.ag-switch a {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  padding: 5px;
  position: relative;
}
.ag-switch a.active {
  color: #ffffff;
}
.ag-switch .selector {
  position: absolute;
  display: block;
  width: 125px;
  height: 26px;
  background-color: #a58346;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ag-switch .selector.left {
  left: 5px;
}
.ag-switch .selector.right {
  right: 5px;
}

body {
  font-family: "Work Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Orbitron", sans-serif;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 50px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(71, 162, 63, 0.2);
  -moz-box-shadow: 0px 10px 20px 0px rgba(71, 162, 63, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(71, 162, 63, 0.2);
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #a58346;
  padding: 17px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 22px;
  right: 10px;
}

.select-styled:hover {
  background-color: #a58346;
}

.select-styled:active,
.select-styled.active {
  background-color: #a58346;
}

.select-styled:active:after,
.select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #a58346;
}

.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #a58346;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.select-options li:hover {
  color: #a58346;
  background: #fff;
}

.select-options li[rel=hide] {
  display: none;
}

.fancyboxMB-container {
  z-index: 999999 !important;
}

.sectionHeadingWrapper {
  margin-bottom: 0;
}

.media-boxes-drop-down {
  float: right;
  font-size: 18px;
}
.media-boxes-drop-down .media-boxes-drop-down-header {
  background-color: #a58346;
  color: #ffffff;
}

.media-boxes-filter > li a {
  font-family: "Work Sans", sans-serif;
  font-size: 22px !important;
  font-weight: 500 !important;
  border: none !important;
}

.media-boxes-filter {
  margin-bottom: 25px !important;
  border-bottom: 1px solid #c3c3c3;
}

.second-filter {
  border-bottom: none;
}

.second-filter a.selected {
  background-color: #a58346;
}

@media (max-width: 767px) {
  .galleryHeadr {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .second-filter {
    float: right;
  }
}


