@media (min-width: 300px) and (max-width: 598px) {
  .col-lg-3A {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 598px) and (max-width: 992px) {
  .col-lg-3A {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media (min-width: 992px) {
  .col-lg-3A {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media (min-width: 300px) {
  .col-lg-3B {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media (min-width: 598px) {
  .col-lg-3B {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media (min-width: 992px) {
  .col-lg-3B {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
}

.bg-primary2 {
  background-color: #!important;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #de324e;
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.gallery {
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
}

.container.services {
  width: 100%;
}

.text-center.gallery-cover-text {
}

.horizontal-scroll {
  height: 600px;
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

.footer-basic {
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  color: rgb(255,255,255);
}

#contact {
  color: rgb(72,72,72);
}

.btn-gallery {
  padding: 0px 0px;
}

.js-scroll-trigger.btn-next {
  text-decoration: none !important;
  color: #de324e;
  font-family: 'AvenirNext LT Pro Bold';
  font-size: 18px;
  line-height: 0px;
}

span {
  text-decoration: none !important;
}

@media (min-width: 768px) {
  #facebook {
  }
}

@media (min-width: 768px) {
  #instagram {
  }
}

@media only screen and (min-width: 300px) {
  .masthead.text-center.text-white.d-flex {
    background-image: url("../../assets/img/header_300px.jpg");
  }
}

@media only screen and (min-width: 950px) {
  .masthead.text-center.text-white.d-flex {
    background-image: url("../../assets/img/header_990px.jpg");
    height: 900px;
  }
}

@media only screen and (min-width: 1200px) {
  .masthead.text-center.text-white.d-flex {
    background-image: url("../../assets/img/header.jpg");
  }
}

@media only screen and (min-width: 300px) {
  .masthead.text-center.text-white.d-flex.sustainable {
    background-image: url("../../assets/img/header_sustainable_300px.jpg");
  }
}

@media only screen and (min-width: 950px) {
  .masthead.text-center.text-white.d-flex.sustainable {
    background-image: url("../../assets/img/header_sustainable_990px.jpg");
    height: 900px;
  }
}

@media only screen and (min-width: 1200px) {
  .masthead.text-center.text-white.d-flex.sustainable {
    background-image: url("../../assets/img/header_sustainable.jpg");
    height: 1000px;
  }
}

@media only screen and (max-width: 1200px) {
  #logo {
    height: 50px;
  }
}

@media only screen and (min-width: 300px) {
  #logo {
    height: 37px;
  }
}

@media only screen and (min-width: 450px) {
  #logo {
    height: 45px;
  }
}

@media only screen and (min-width: 500px) {
  #logo {
    height: 50px;
  }
}

@media (min-width: 300px) {
  .row.row-space {
    padding-top: 500px;
  }
}

@media (min-width: 710px) {
  .row.row-space {
    padding-top: 600px;
  }
}

@media (min-width: 1200px) {
  .row.row-space {
    padding-top: 750px;
  }
}

@media (min-width: 1200px) {
  .row.row-space.sustainable {
    padding-top: 880px;
  }
}

@media (min-width: 1200px) {
  .container.services {
    max-width: 900px;
  }
}

@media (min-width:992px) {
  #mainNav {
    border-color: transparent;
    background-color: #e2e4ea;
  }
}

.modal-corner {
  border-radius: 25px;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
}

.carousel-control-prev {
  left: -45px;
}

.carousel-control-next {
  right: -45px;
}

.pointer {
  cursor: pointer;
}

@media (min-width: 992px) {
  .modal-dialog.modal-lg.modal-dialog-centered.modal-lg-extend {
    max-width: 1000px;
  }
}

@media (min-width: 600px) {
  .modal-dialog.modal-lg.modal-dialog-centered.modal-lg-extend {
    min-width: 800px;
  }
}

.col-sm-6.col-md-4.col-lg-3.item {
  padding: 3px 3px;
}

.col-sm-6.col-md-4.col-lg-3.item2 {
  padding: 3px 3px;
}

@media (min-width:992px) {
  .col-lg-3.item2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #de324e!important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
  color: #de324e;
}

@media (min-width: 300px) {
  .overlay {
    position: absolute;
    top: 65%;
    bottom: 3px;
    padding: 3px;
    right: 3px;
    left: 3px;
    /*height: 30%;*/
    /*width: 96%;*/
    opacity: 0.9;
    transition: .3s ease;
    background-color: #891021;
  }
}

@media (min-width: 992px) {
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #891021;
  }
}

.container:hover .overlay {
  opacity: .8;
}

@media (min-width: 992px) {
  .text {
    color: white;
    font-size: 20px !important;
    position: relative;
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 20px !important;
  }
}

@media (min-width: 300px) {
  .text {
    color: white;
    font-size: 14px;
    position: relative;
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 16px;
  }
}

@media (min-width: 300px) {
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }
}

@media (min-width: 300px) {
  .modal-content.modal-corner {
    width: 80%;
    left: 10%;
    /*right: 10%;*/
  }
}

@media (min-width: 598px) {
  .modal-content.modal-corner {
    width: 100%;
    left: 0;
    right: 0%;
  }
}

#mainNav {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 300px) {
  .page-title {
    font-size: 24px;
  }
}

@media (min-width: 500px) {
  .page-title {
    font-size: 32px;
  }
}

@media (min-width: 300px) {
  .text-contacts {
    font-size: 20px;
  }
}

@media (min-width: 500px) {
  .text-contacts {
    font-size: 24px;
  }
}

@media (min-width: 300px) {
  .featured-gallery {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width:992px) {
  .featured-gallery {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.2;
}

.navbar-toggler {
  padding: .25rem .50rem;
  font-size: .8rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

@media (min-width: 300px) {
  .ku-embed {
    min-width: 250px;
    min-height: 250px;
  }
}

@media (min-width: 992px) {
  .ku-embed {
    max-width: 100%;
    /*max-width: 1000px;*/
    min-height: 600px;
  }
}

#modal-1, #modal-2, #modal-3, #modal-4, #modal-6 {
  padding: 0px !important;
}

#clients {
  padding: 8rem 0 0 0;
}

.virtual-events a:link, a:active {
  color: #212529;
  text-decoration: underline;
}

.virtual-events a:hover {
  color: #212529;
  text-decoration: none;
}

