.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.container--full-width {
  width: auto !important;
}

.flexed-row > .row {
  display: flex;
  flex-wrap: wrap;
}

.flexed-row > .row:before,
.flexed-row > .row:after{
  display: none;
}

.flexed-row--align-center > .row {
  align-items: center;
}

.flexed-row--align-stretch > .row {
  align-items: stretch;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.panel-panel {
  width: 100%;
}

.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
}

.pagination>.active>a, .pagination>.active>a:hover {
  background-color: #D6B259 !important;
  border-color: #D6B259 !important;
}

@media (min-width: 768px) {
  .margin-bottom-sm-10 {
    margin-bottom: 10px !important;
  }

  .margin-bottom-sm-20 {
    margin-bottom: 20px !important;
  }

  .margin-bottom-sm-30 {
    margin-bottom: 30px !important;
  }

  .margin-bottom-sm-40 {
    margin-bottom: 40px !important;
  }

  .margin-bottom-sm-50 {
    margin-bottom: 50px !important;
  }


  .embed-responsive-16by9-sm {
    padding-bottom: 56.25%;
  }

  .embed-responsive-4by3-sm {
    padding-bottom: 75%;
  }

  .embed-responsive-1by1-sm {
    padding-bottom: 100%;
  }
}

@media (min-width: 992px) {
  .margin-bottom-md-10 {
    margin-bottom: 10px !important;
  }

  .margin-bottom-md-20 {
    margin-bottom: 20px !important;
  }

  .margin-bottom-md-30 {
    margin-bottom: 30px !important;
  }

  .margin-bottom-md-40 {
    margin-bottom: 40px !important;
  }

  .margin-bottom-md-50 {
    margin-bottom: 50px !important;
  }


  .embed-responsive-16by9-md {
    padding-bottom: 56.25%;
  }

  .embed-responsive-4by3-md {
    padding-bottom: 75%;
  }

  .embed-responsive-1by1-md {
    padding-bottom: 100%;
  }
}

@media (min-width: 1200px) {
  .margin-bottom-lg-10 {
    margin-bottom: 10px !important;
  }

  .margin-bottom-lg-20 {
    margin-bottom: 20px !important;
  }

  .margin-bottom-lg-30 {
    margin-bottom: 30px !important;
  }

  .margin-bottom-lg-40 {
    margin-bottom: 40px !important;
  }

  .margin-bottom-lg-50 {
    margin-bottom: 50px !important;
  }

  .embed-responsive-16by9-lg {
    padding-bottom: 56.25%;
  }

  .embed-responsive-4by3-lg {
    padding-bottom: 75%;
  }

  .embed-responsive-1by1-lg {
    padding-bottom: 100%;
  }
}

@media (max-width: 767px) {
  .margin-bottom-xs-10 {
    margin-bottom: 10px !important;
  }

  .margin-bottom-xs-20 {
    margin-bottom: 20px !important;
  }

  .margin-bottom-xs-30 {
    margin-bottom: 30px !important;
  }

  .margin-bottom-xs-40 {
    margin-bottom: 40px !important;
  }

  .margin-bottom-xs-50 {
    margin-bottom: 50px !important;
  }
}
