

.full-width {
  padding: 0 10px;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow:  hidden;
}

.row::-webkit-scrollbar {
  display: none;
}

.light-theme {
  background-color: #F3F3F3 !important;
}

.orange {
  color: #FF6633 !important;
}

.dark-bg {
  background-color: #333 !important;
  color: #CCC !important;
}

.grey-bg {
  background-color: #777 !important;
}

.light-bg {
  background-color: #FFF !important;
}

.light {
  color: #EEE !important;
}

.title-light {
  color: #CCC !important;
}

.light-dark {
  color: #CCC !important;
}

.dark {
  color: #222 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-transparent-light {
  background-color: rgba(255, 255, 255, .9) !important;
}

.bg-transparent-dark {
  background-color: rgba(64, 64, 64, .9) !important;
}

.icon-light {
  color: #EEE;
}

.icon-dark {
  color: #444 !important;
}

.font-dark {
  color: #444 !important;
}

.icon-color {
  background-color: #FF6633 !important;
  color: #FFF;
}

.nav-element > .icon-dark:hover {
  color: #FF6633;
  transition: all 300ms ease;
}

.bold {
  font-weight: 900;
}

.semi-bold {
  font-weight: 600;
}

.semi-bold-plus {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  text-align: center!important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.transparent {
  opacity: 0;
}

.opaque {
  opacity: 1;
}

.border-sides-light {
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}

.border-left-light {
  border-left: 1px solid rgba(255, 255, 255, .15);
}

.border-right-light {
  border-right: 1px solid rgba(255, 255, 255, .15);
}

.border-sides-dark {
  border-left: 1px solid rgba(0, 0, 0, .15);
  border-right: 1px solid rgba(0, 0, 0, .15);
}

.border-left-dark {
  border-left: 1px solid rgba(0, 0, 0, .15);
}

.border-right-dark {
  border-right: 1px solid rgba(0, 0, 0, .15);
}

.border-bottom-light {
  border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.border-bottom-dark {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.border-bottom-color {
  border-bottom: 2px solid #FF6633;
}

.border-bottom-dark-dashed {
  border-bottom: 1px dashed rgba(0, 0, 0, .15);
}

.border-right-dark-dashed {
  border-right: 1px dashed rgba(0, 0, 0, .15);
}

.border-left-dark-dashed {
  border-left: 1px dashed rgba(0, 0, 0, .15);
}

.border-rounded {
  border-radius: 0.3rem;
}

.rounded-img {
  border-radius: 50%;
}

.img-thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.img-thumb-lg {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.icon-bordered-faded {
  border: 1px solid rgba(0, 0, 0, .07);
}

/* .circled-border {
  border: 1px;
  border-radius: 50%;
} */

.circled-border-colored {
  border: 1px solid rgba(255, 102, 51, .4);
  border-radius: 50%;
}

.no-padding {
  padding: 0 !important;
}

.padding-2x {
  padding: 2rem;
}

.padding-sides-1x {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-sides-2x {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.padding-right-xs {
  padding-right: 2.5px !important;
}

.padding-right-1x {
  padding-right: 15px;
}

.padding-right-2x {
  padding-right: 2rem;
}

.padding-left-2x {
  padding-left: 2rem;
}

h1, h2, h3, h4 {
  font-weight: 700;
  color: #444;
  line-height: 1.2;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}

h4 {
  font-size: 18px;
  font-weight: 600;
}

h5 {
  font-size: 14px;
  line-height: 1.5rem;
}

.button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #FFF;
  letter-spacing: 1px;
  border: none;
  border-radius: 3px;
  box-shadow: none;
}

.button:hover {
  background-color: #FF6633;
  color: #FFF;
  border-color: #FF6633;
}

.button-icon {
  position: absolute;
  margin: 0 15px;
}

.btn-lg {
  font-size: 1rem;
  padding: 0 26px;
  height: 46px;
  line-height: 46px;
}

.btn-medium {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  padding: 0 22px;
  margin: 0;
  height: 30px;
  line-height: 100%;
  border-radius: 3px;
  letter-spacing: 1px;
  transition: all 300ms ease;
}

.btn-small {
  font-family: 'Montserrat', sans-serif;
  font-size: .6rem;
  padding: 0 15px;
  margin: 0;
  height: 25px;
  line-height: 100%;
  border-radius: 3px;
  letter-spacing: 1px;
  background: transparent;
  transition: all 300ms ease;
}

.btn-large {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  padding: 0 26px;
  margin: 30px 5px 5px 0;
  border-radius: 3px;
  letter-spacing: 1px;
  line-height: 42px;
  font-weight: 700;
  background: transparent;
  transition: all 300ms ease;
}

.btn-xlg {
  font-family: 'Montserrat', sans-serif;
  padding: 0 2rem;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  height: 52px;
  line-height: 52px;
  transition: all 300ms ease;
  border-radius: 3px;
  border: none;
}

.btn-full {
  width: 100%;
  /* height: auto; */
}

.button-dark {
  background-color: #444;
  color: #FFF;
}

.btn-orange {
  background-color: #FF6633;
  color: #FFF;
  transition: all 300ms ease;
}

.btn-orange:hover {
  background-color: #888 !important;
}

.btn-hover-orange:hover {
  background-color: #FF6633 !important;
}

.button-fb {
  background-color: #3b5998;
  color: #FFF;
}

.button-google-plus {
  background-color: #DD4B39;
  color: #FFf;
}

.btn-grey {
  background-color: #999;
  color: #FFF;
  transition: all 300ms ease;
}

.btn-grey:hover {
  background-color: #777;
}

.btn-dark-border {
  border: 1px solid rgba(64,64,64,.2);
  color: #999;
}

.btn-dark-border:hover {
  background-color: #444;
  color: #FFF;
  cursor: pointer;
}

.btn-light-border {
  border: 2px solid #EEE;
  color: #EEE;
}

.btn-light-border:hover {
  background-color: #EEE;
  color: #444;
  cursor: pointer;
}

.btn-left-rounded {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.btn-left-block {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn-right-rounded {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.btn-right-block {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.btn-rounded {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.btn-sm-rounded {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.left-rounded-md {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.right-rounded-md {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.btn-lg-rounded {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.center-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-space-between {
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.flex-end {
  justify-content: flex-end;
}

.align-center {
  align-items: center !important;
}

/* .horizontal-divider-full-light {
  position: relative;
  width: 100%;
  border-top: 1px solid #EEE;
  margin: 60px 0;
} */

.heading-block {
  padding: 60px 0 0;
  margin-bottom: 50px;
  /* max-width: 950px; */
}

.heading-block > h2,
.heading-block > h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  color: #333;
}

.heading-block > h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 12px;
}

.heading-block > h2 > span,
.heading-block > h4 > span {
  color: #Ff6633;
}

.heading-block > h3 {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 10px;
}

.heading-block .dark {
  color: #333 !important;
}

.heading-block .grey {
  color: #777 !important;
}

.font-dark-grey {
  color: rgba(64,64,64,.8);
}

.grey {
  color: #777 !important;
}

.light-grey {
  color: #999 !important;
}

.heading-block > .sub-heading {
  margin-top: 10px;
  font-weight: 300;
  color: #777;
  font-size: .8rem !important;
}

/* .heading-block > h1 + .sub-heading {
  font-size: 24px;
  font-weight: 300;
} */

/* .heading-block > h2 + .sub-heading,
.heading-block > h3 + .sub-heading {
  font-size: .8rem !important;
} */

/* .heading-block > h2 + .sub-heading {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: .8rem;
} */

.heding-details {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #555;
  line-height: 1.8;
}

/* @media (min-width: 0) {
  .sub-heading {
    margin: 10px;
  }
}

@media (min-width: 992px) {
  .sub-heading {
    margin: 10px 120px;
  }
} */

/* .divider-dark-faded {
  border-top: 1px solid rgba(0, 0, 0, .1);
} */

/* .divider-sm-light {
  width: 40px;
  border-top: 2px solid #EEE;
  margin-top: 30px;
  position: relative;
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
} */

/* .divider-sm-light-faded {
  width: 40px;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  margin-top: 30px;
  position: relative;
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
} */

/* .divider-sm-dark {
  width: 40px;
  border-top: 2px solid #444;
  margin-top: 30px;
  position: relative;
} */

/* .divider-lg-dark {
  width: 100px;
  border-top: 1px solid rgba(64,64,64,.4);
  margin-top: 30px;
  position: relative;
} */

.rv-divider-dark-full {
  border-right: 1px solid rgba(64,64,64,.2);
}

.heading-down {
  font-size: 40px;
  color: rgba(64,64,64,.4);
}

/* .divider-triangle {
  width: 50px;
  height: 50px;
  border-bottom: 5px solid rgba(64,64,64,.4);
  border-right: 5px solid rgba(64,64,64,.4);
  transform: rotate(45deg);
  position: relative;
}

.divider-triangle > .top-line {
  position: absolute;
  height: 5px;
  width: 65px;
  bottom: 45%;
  left: -15%;
  background-color: rgba(64,64,64,.4);
  transform: rotate(-45deg);
} */

.full-width {
  width: 100%;
}

.center-object {
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
}

.center-align {
  display: flex;
  align-items: center;
}

.no-top-padding {
  padding-top: 0 !important;
}

.no-left-padding {
  padding-left: 0 !important;
}

.no-right-padding {
  padding-right: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.margin-sides-sm {
  margin-right: .5rem;
  margin-left: .5rem;
}

.margin-sides-1x {
  margin-right: 1rem;
  margin-left: 1rem;
}

.margin-sides-2x {
  margin-right: 2rem;
  margin-left: 2rem;
}

.margin-1x {
  margin: 1rem !important;
}

.margin-top-sm {
  margin-top: .5rem;
}

.margin-top-1x {
  margin-top: 1rem;
}

.margin-top-2x {
  margin-top: 2rem;
}

.margin-top-3x {
  margin-top: 3rem;
}

.margin-top-4x {
  margin-top: 4rem;
}

.margin-top-5x {
  margin-top: 5rem;
}

.margin-right-sm {
  margin-right: .5rem;
}

.margin-right-xs {
  margin-right: 2.5px;
}

.margin-right-1x {
  margin-right: 1rem;
}

.margin-right-2x {
  margin-right: 2rem;
}

.margin-right-3x {
  margin-right: 3rem;
}

.margin-right-xxs {
  margin-right: .2rem;
}

.margin-left-xxs {
 margin-left: .2rem;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.margin-bottom-sm {
  margin-bottom: .5rem;
}

.margin-bottom-1x {
  margin-bottom: 1rem;
}

.margin-bottom-2x {
  margin-bottom: 2rem;
}

.margin-bottom-3x {
  margin-bottom: 50px;
}

.margin-bottom-4x {
  margin-bottom: 4rem;
}

.margin-bottom-5x {
  margin-bottom: 5rem;
}

.margin-left-sm {
  margin-left: .5rem;
}

.margin-left-xs {
  margin-left: 2.5px;
}

.margin-left-2x {
  margin-left: 2rem;
}

.padding-1x {
  padding: 15px;
}

.padding-top-1x {
  padding-top: 15px;
}

.padding-top-3x {
  padding-top: 45px;
}

.padding-top-5x {
  padding-top: 75px;
}

.padding-bottom-2x {
  padding-bottom: 30px;
}

.padding-bottom-3x {
  padding-bottom: 45px;
}

.padding-bottom-4x {
  padding-bottom: 60px;
}

.padding-bottom-5x {
  padding-bottom: 75px;
}

.padding-sidexs-1x {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-left-xs {
  padding-left: 2.5px !important;
}

.padding-left-1x {
  padding-left: 15px;
}

.padding-top-1x {
  padding-top: 15px;
}

.padding-top-2x {
  padding-top: 30px;
}

.padding-top-4x {
  padding-top: 60px;
}

.padding-bottom-1x {
  padding-bottom: 15px;
}

.overlay-container {
  margin: 0 70px;
}

@media (min-width: 0) {
  .overlay-container {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .overlay-container {
    margin: 0 70px;
  }
}

.col-container {
  display: flex !important;
  flex-direction: row !important;
  justify-content: left;
  flex-wrap: wrap !important;
  width: 100%;
}

.col-padding {
  padding: 60px;
}

.col-half {
  display: block;
  position: relative;
  margin-right: 4%;
  width: 48%;
}

.col-one-third {
  display: block;
  position: relative;
  margin-right: 1.5%;
  width: 32.3%;
}

.col-two-third {
  display: block;
  position: relative;
  margin-right: 4%;
  width: 65.33%;
}

.col-one-fourth {
  display: block;
  position: relative;
  margin-right: 4%;
  width: 24.50%;
}

.col-one-fifth {
  height: 100%;
}

.col-two-fifth {
  display: block;
  position: relative;
  margin-right: 4%;
  margin-bottom: 50px;
}

.col-three-fifth {
  display: block;
  position: relative;
  margin-right: 4%;
  margin-bottom: 50px;
}

.col-two-fifth > img,
.col-three-fifth > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}



@media (min-width: 0) {
  .col-one-fifth
  .col-two-fifth,
  .col-three-fifth,
  .col-half,
  .col-one-third,
  .col-one-fourth,
  .col-two-third {
    width: 100% !important;
    margin-bottom: 50px !important;
    margin-right: 0;
  }
  nav .mega-menu-wrap > .col-one-fifth {
    width: 100% !important;
    margin-right: 0% !important;
  }

  .col-middle {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .col-half {
    width: 48% !important;
    margin-bottom: 0 !important;
    margin-right: 4% !important;
  }

  .portfolio-six-columns .col-half {
    margin-right: 2% !important;
  }

  .col-one-third {
    width: 32.3% !important;
    margin-bottom: 0 !important;
    margin-right: 1.5%;
  }
  .col-two-third {
    width: 65.33% !important;
    margin-bottom: 0 !important;
    margin-right: 4% !important;
  }
  .col-one-fourth {
    width: 23.50% !important;
    margin-bottom: 0 !important;
    margin-right: 2% !important;
  }

  .col-one-fifth {
    width: 18.20% !important;
    margin-bottom: 0 !important;
    margin-right: 2% !important;
  }

  nav .mega-menu-wrap > .col-one-fifth {
    width: 100% !important;
    margin-right: 0% !important;
  }

  .col-two-fifth {
    width: 37.6% !important;
    margin-bottom: 0 !important;
    margin-right: 4% !important;
  }
  .col-three-fifth {
    width: 58.4% !important;
    margin-bottom: 0 !important;
    margin-right: 4% !important;
  }
}

@media (min-width: 992px) {
  nav .mega-menu-wrap > .col-one-fifth {
    width: 20% !important;
    margin-right: 0% !important;
  }
}

.col-right {
  margin-right: 0 !important;
}

.col-left-padded {
  padding-left: 4% !important;
}

.text-block {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.3rem;
  margin-bottom: 30px;
  color: #555;
}

.text-block-sm {
  font-size: 12px;
}

.text-block-light {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.8rem;
  margin-bottom: 30px;
  color: #EEE;
}

.text-block-sm-light {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px !important;
  color: #EEE !important;
}

.text-block-lg {
  font-family: 'Montserrat', sans-serif;
  margin: 30px 0 10px;
  font-size: 24px;
  line-height: 1.8;
  font-weight: 300;
}

.blockquotes {
  margin-bottom: 2rem;
  text-align: center;
  padding: 0 20%;
  font-size: 1.3rem;
}

.blockquotes > p:first-child {
  color: #444;
  margin-bottom: 1rem;
}

.blockquotes > p:last-child {
  color: #888;
}

.quote-md {
  font-size: 1.3rem;
}

.quote-lg {
  font-size: 1.7rem;
}

.text-justify {
  text-align: justify;
}

.text-lg {
  font-size: 2.5rem;
}

.text-xl {
  font-size: 3.5rem;
}

.text-xxl {
  font-size: 7rem;
  line-height: 8rem;
}

@media (min-width: 0px) {
  .text-xl {
    font-size: 2.5rem;
  }
  .text-xxl {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

@media (min-width: 576px) {
  .text-xl {
    font-size: 3.5rem;
  }

  .text-xxl {
    font-size: 7rem;
    line-height: 8rem;
  }
}

.text-md {
  font-size: 1rem;
}

.text-sm {
  font-size: .8rem;
}

.text-xs {
  font-size: .6rem;
}

.text-xxs {
  font-size: .5rem;
}

.title {
  position: relative;
  margin-bottom: 30px;
}

.title > h4 {
  padding-right: 10px;
  /* position: absolute; */
}

.title > h5 {
  font-size: 1.5rem;
}

.title > h6 {
  font-size: 1.1rem;
}

.font-light {
  font-weight: 300;
}

.font-thin {
  font-weight: 200;
}

.font-extra-thin {
  font-weight: 100;
}

.icon-big {
  height: 62px !important;
  width: 62px !important;
  margin-right: 20px;
}

.icon-bordered {
  border: 1px solid #FF6633;
}

.icon-circle {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.horizontal-icon-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.horizontal-icon-wrap > div {
  display: flex;
  flex-direction: row;
  text-align: center;
}

/* .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
} */

.absolute {
  position: absolute;
}

.left {
  left: 0;
}

.flex-div {
  display: flex;
}

.left-justify {
  justify-content: flex-start;
}

.right-justify {
  justify-content: flex-end !important;
}

.center-justify {
  justify-content: center !important;
}

.rating-icon {
  color: #FF6633;
}

.float-right {
  float: right;
}

.hidden {
  display: none !important;
}

.icon-centered-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.displayed {
  display: block !important;
}

.page-heading {
  padding: 50px 0;
}

.page-heading > div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.page-title > h1 {
  font-size: 2.5rem;
  color: #333;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.page-title > p {
  margin-top: 10px;
  font-size: .7rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #333;
}

.page-location > p {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #555;
}

.page-location > p > span:hover {
  cursor: pointer;
  color: #FF6633;
}

.category-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.category {
  height: 25px;
  padding: 5px;
  font-size: .6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DDD;
  margin: 0 2px;
  cursor: pointer;
  color: #222;
}

.category:hover {
  background-color: #FF6633;
  border-color: #FF6633;
  color: #EEE;
}

.icon-row {
  display: flex;
  flex-direction: row;
}

.icon-row > .icon-row-item:last-child > div {
  margin-right: 0 !important;
}

.w-100 {
  width: 100%;
}

.w-70 {
  width: 70%;
}

.w-50 {
  width: 50%;
}

.hover-fade {
  transition: filter 300ms ease-in-out;
}

.hover-fade:hover {
  filter: brightness(.5);
}

.no-list-style {
  list-style: none;
}

.niagra-bg {
  background-color: rgb(22,121,110);
}

.niagra-border {
  border: 1px solid rgb(22,121,110);
}

.lighter-niagra-bg {
  background-color: rgb(30,161,133);
}

.light-niagra-bg {
  background-color: rgb(201,245,236);
}

.btn-niagra {
  background-color: rgb(22,121,110);
}

.btn-niagra:hover {
  background-color: rgb(30,161,133) !important;
}

.olive-bg {
  background-color: rgb(119,148,62);
}

.olive-border {
  border: 1px solid rgb(119,148,62);
}

.lighter-olive-bg {
  background-color: rgb(155,187,92);
}

.light-olive-bg {
  background-color: rgb(255,241,222);
}

.btn-olive {
  background-color: rgb(119,148,62);
}

.btn-olive:hover {
  background-color: rgb(155,187,92) !important;
}

.yellow-bg {
  background-color: rgb(198,119,12);
}

.yellow-border {
  border: 1px solid rgb(198,119,12);
}

.lighter-yellow-bg {
  background-color: rgb(242,155,38);
}

.light-yellow-bg {
  background-color: rgb(252,235,212);
}

.btn-yellow {
  background-color: rgb(198,119,12);
}

.btn-yellow:hover {
  background-color: rgb(242,155,38) !important;
}

.red-bg {
  background-color: rgb(142,43,35);
}

.red-border {
  border: 1px solid rgb(142,43,35);
}

.lighter-red-bg {
  background-color: rgb(189,57,47);
}

.light-red-bg {
  background-color: rgba(189,57,47,.1);
}

.btn-red {
  background-color: rgb(142,43,35);
}

.btn-red:hover {
  background-color: rgb(189,57,47) !important;
}

.btn-maintenance {
  color: #222;
  background-color: transparent;
  border: 1px solid rgba(51,51,51,.2);
}

.btn-maintenance:hover {
  color: #FFD530;
  background-color: #222;
}

.foreground-overlay,
.foreground-overlay-dark {
  background-color: rgba(0, 0, 0, .2) !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.foreground-overlay-dark {
  background-color: rgba(0, 0, 0, .5) !important;
}

@media (min-width: 0px) {
  .home-wrapper-margin {
    margin: 0 10px;
  }
}

@media (min-width: 576px) {
  .home-wrapper-margin {
    margin: 0 5px;
  }
}

.content-wrap > .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}
