html {
  --app-height: 100vh;
}
body {
  margin: 0;
  width: 100%;
  font-size: 16px;
  font-family: "unionregular", Arial, serif;
  line-height: 1.3;
  position: relative;
  min-height: var(--app-height);
  color: #000;
}
.btn.focus,
.btn:focus,
.btn:hover,
a:focus,
.btn.active,
.btn:active,
.btn:active,
.btn:active:focus,
a:active:focus,
a:active {
  outline: none;
}
a:hover {
  text-decoration: none;
}
button:focus,
a:focus {
  outline: none;
}
a:active {
  text-decoration: none;
}
img {
  object-fit: cover;
  max-width: 100%;
}
.form-select:focus,
.form-control:focus {
  box-shadow: none;
}
textarea {
  resize: none;
}
p {
  padding: 0;
  margin: 0px 0px 5px 0px;
  margin: 0rem 0rem 0.3125rem 0rem;
}
a {
  color: #000;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: normal;
  line-height: 1.2;
  color: #000;
}
h1 {
  font-size: 49px;
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 25px;
  }
}
h2 {
  font-size: 36px;
}
@media only screen and (max-width: 992px) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}
h3 {
  font-size: 28px;
}
@media only screen and (max-width: 992px) {
  h3 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 20px;
}
@media only screen and (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
.site-header {
  border-bottom: 1px solid #000;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .site-header {
    padding-left: 25px;
    padding-right: 25px;
    height: 85px;
    position: fixed;
  }
}
.site-header .left-arrow,
.site-header .right-arrow {
  display: inline-block;
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .site-header .left-arrow,
  .site-header .right-arrow {
    width: 30px;
  }
}
.site-header .text-logo {
  width: 325px;
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .site-header .text-logo {
    width: 180px;
  }
}
.site-header .text-logo svg {
  max-width: 100%;
}
body.menu-open .site-header {
  background-color: #000;
}
body.menu-open .site-header svg path {
  fill: #f09c22;
}
.site-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-top: 1px solid #000;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .site-footer {
    padding-left: 25px;
    padding-right: 25px;
    height: 85px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer .navbar-collapse {
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(var(--app-height) - 85px);
  }
}
@media only screen and (max-width: 767px) {
  .site-footer .navbar-collapse > .row {
    height: 100%;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer .navbar-collapse > .row .order-md-2 {
    margin-bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer .navbar-collapse > .row .order-md-1 {
    margin-top: auto;
  }
}
.site-footer .btn-close-collapse {
  display: none;
  border-radius: 0px;
}
@media only screen and (max-width: 767px) {
  .site-footer .btn-close-collapse {
    padding: 30px 30px;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #f09c22;
  }
}
.site-footer .btn-close-collapse span {
  width: 25px;
}
.site-footer .btn-close-collapse span img {
  filter: brightness(100%) invert(1);
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .site-footer {
    position: fixed;
  }
}
.social-list {
  margin: 0;
  padding: 0;
}
.social-list li {
  margin: 0;
  display: inline-block;
}
.social-list li a {
  border-radius: 100px;
  display: block;
  height: 36px;
  text-align: center;
  width: 36px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social-list li a:hover {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .social-list li a img {
    filter: brightness(100%) invert(1);
  }
}
@media only screen and (max-width: 991px) {
  .social-list li a {
    height: 30px;
    width: 30px;
  }
}
.social-list li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .social-list li + li {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .social-list {
    display: flex;
    justify-content: space-around;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100vw;
  }
}
.footer-menu {
  margin: 0 -25px 0 0;
  padding: 0;
  text-align: right;
}
.footer-menu li {
  margin: 0;
  display: inline-block;
}
.footer-menu li a {
  font-size: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  text-transform: uppercase;
  color: #000;
}
.footer-menu li a:hover {
  color: #000;
  border-bottom-color: #000;
}
@media only screen and (max-width: 991px) {
  .footer-menu li a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-menu li a {
    display: block;
    border-bottom: none;
    color: #fff;
    font-size: 28px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-menu li {
    display: block;
    border-bottom: 1px solid #fff;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-menu li:nth-child(1) a:hover {
    color: #ff5440;
  }
}
@media only screen and (max-width: 767px) {
  .footer-menu li:nth-child(2) a:hover {
    color: #119962;
  }
}
@media only screen and (max-width: 767px) {
  .footer-menu li:nth-child(3) a:hover {
    color: #5a3cc5;
  }
}
@media only screen and (max-width: 767px) {
  .footer-menu li:nth-child(4) a:hover {
    color: #cd5228;
  }
}
.footer-menu li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .footer-menu li + li {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-menu li + li {
    margin-left: 0;
  }
}
.footer-menu li.current-menu-item a {
  border-bottom-color: #000;
}
@media only screen and (max-width: 767px) {
  .footer-menu {
    text-align: center;
    width: 100vw;
  }
}
.mobile-footer {
  display: none;
}
.mobile-footer .btn {
  border-radius: 0px;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.mobile-footer .btn span {
  width: 25px;
}
@media only screen and (max-width: 767px) {
  .mobile-footer {
    display: block;
  }
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  min-height: var(--app-height);
}
@media only screen and (max-width: 767px) {
  .section {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.min-vh-100-theme {
  min-height: var(--app-height);
}
.btn {
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.btn-theme {
  background-color: #000;
  border-color: #000;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.33333;
  padding: 8px 20px;
  text-transform: uppercase;
  border-radius: 0px;
}
.btn-theme:hover,
.btn-theme:focus {
  background-color: #000;
  color: #fff;
  border-radius: 6px;
}
@media only screen and (max-width: 992px) {
  .btn-theme {
    font-size: 20px;
    padding: 6px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-theme {
    font-size: 14px;
  }
}
.section-home {
  background: #f09c22;
}
.home {
  background: #f09c22;
}
.home .site-header,
.home .site-footer {
  background: #f09c22;
}
canvas {
  margin: auto;
  display: block;
}
#content {
  margin: auto;
  display: block;
}
#logo-container {
  margin: auto;
  width: 100%;
  cursor: pointer;
}
#player-container {
  position: absolute;
  top: 20px;
  right: 40px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  #player-container {
    top: inherit;
    right: 50%;
    transform: translateX(50%);
    bottom: 90px;
  }
}
#play-pause {
  margin: auto;
  width: 100%;
}
#player-container #play-pause {
  cursor: pointer;
  height: 60px;
  width: 60px;
  padding: 12px 18px;
  z-index: 2;
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-color: #f09b24;
}
#loading-feedback {
  color: black;
  text-align: left;
  vertical-align: baseline;
  font-weight: bold;
  font-size: 1em;
  padding-top: 8px;
}
.play {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMiAyNHYtMjRsMjAgMTItMjAgMTJ6Ii8+PC9zdmc+);
}
.pause {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTAgMjRoLTZ2LTI0aDZ2MjR6bTEwLTI0aC02djI0aDZ2LTI0eiIvPjwvc3ZnPg==) !important;
}
.section-about {
  background: #ff5440;
}
@media only screen and (max-width: 767px) {
  .section-about {
    margin-top: 10px;
  }
}
.about-block {
  padding-top: 50px;
  padding-bottom: 50px;
}
.about-block h4 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .about-block h4 {
    font-size: 18px;
  }
}
.about-block p {
  font-size: 26px;
  margin-bottom: 0;
}
.about-block p strong {
  font-family: "unionbold", Arial, serif;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}
.about-block p a {
  text-decoration: none;
  color: #000;
}
.about-block p a:hover {
  text-decoration: underline;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .about-block p {
    font-size: 18px;
  }
}
.about-block ul li {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .about-block ul li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .about-block ul {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-template-AboutUs {
  background: #ff5440;
}
.page-template-AboutUs .site-header,
.page-template-AboutUs .site-footer {
  background: #ff5440;
}
.section-work {
  background: #119962;
}
.work-box {
  position: relative;
  padding-top: 50px;
  padding-bottom: 25px;
}
.work-box .work-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  background: #000;
  padding: 14px 25px;
}
.work-box .work-caption p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
}
@media only screen and (max-width: 676px) {
  .work-box .work-caption {
    bottom: 0;
  }
}
.work-box img {
  width: 100%;
  height: calc(var(--app-height) - 300px);
  border: 1px solid #000;
}
@media only screen and (max-width: 676px) {
  .work-box img {
    height: 36vh;
  }
}
.work-box .btn-modal {
  position: absolute;
  left: 0px;
  right: 0;
  top: 50px;
  bottom: 50px;
}
@media only screen and (max-width: 676px) {
  .work-box {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
  }
}
.work-box:hover .work-caption p {
  color: #119962;
}
.modal-work .modal-content {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.modal-work .btn-close {
  position: absolute;
  top: -13px;
  right: -13px;
  color: #fff;
  background: #000
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  padding: 7px;
  z-index: 99;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border-radius: 100px;
}
.modal-work .btn-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-work .newvideo {
  padding: 0 0 0 0;
  position: relative;
}
.modal-work .newvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .work-swiper .swiper-wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .work-swiper .swiper-slide {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .work-swiper .swiper-scrollbar {
    display: none !important;
  }
}
.page-template-Work {
  background: #119962;
}
.page-template-Work .site-header,
.page-template-Work .site-footer {
  background: #119962;
}
.section-roster {
  background: #5a3cc5;
}
@media only screen and (max-width: 767px) {
  .section-roster {
    padding-top: 135px;
  }
}
.roster-top-bar {
  padding-top: 30px;
  padding-bottom: 30px;
}
.roster-top-bar .dropdown {
  background-color: rgba(0, 0, 0, 0);
  max-width: 200px;
}
.roster-top-bar .dropdown .dropdown-toggle {
  border: none;
  padding: 0;
  color: #000;
  font-size: 28px;
}
.roster-top-bar .dropdown .dropdown-toggle:after {
  border: none;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAzOS41IDU2LjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM5LjUgNTYuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZD0iTTE3LjYsNDkuN2MtMS41LTEuMS0yLjktMi4xLTQuMi0zLjFzLTIuNC0xLjctMy0yLjJjLTAuNy0wLjUtMS0wLjgtMS4yLTAuOEwwLDM2LjlsMCw1LjRsMTkuNywxNC4xbDE5LjctMTQuMXYtNS40DQoJbC05LjEsNi42Yy0zLjMsMi40LTYuMSw0LjQtOC41LDYuMlYwbC00LjIsMEwxNy42LDQ5LjdDMTcuNiw0OS43LDE3LjYsNDkuNywxNy42LDQ5Ljd6Ii8+DQo8L3N2Zz4NCg==");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  padding: 0;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .roster-top-bar .dropdown .dropdown-toggle {
    font-size: 18px;
  }
}
.roster-top-bar .dropdown .dropdown-menu {
  padding: 0;
  background-color: #5a3cc5;
  border: 1px solid #000;
  border-radius: 0px;
}
.roster-top-bar .dropdown .dropdown-menu .dropdown-item {
  font-size: 28px;
  padding: 15px;
  color: #000;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .roster-top-bar .dropdown .dropdown-menu .dropdown-item {
    font-size: 18px;
  }
}
.roster-top-bar .dropdown .dropdown-menu li:last-child .dropdown-item {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .roster-top-bar {
    padding-bottom: 10px;
    position: fixed;
    top: 65px;
    left: 35px;
    right: 35px;
    z-index: 99;
    background: #5a3cc5;
  }
}
.search-bar {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 30em;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.search-bar .search-btn {
  background: rgba(0, 0, 0, 0);
  padding: 0;
  position: relative;
  color: #000;
  font-size: 28px;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 767px) {
  .search-bar .search-btn {
    font-size: 18px;
  }
}
.search-bar input {
  background: transparent;
  position: relative;
  z-index: 1;
  color: rgba(0, 0, 0, 0);
  font-size: 0;
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: none;
  padding: 0;
  transform: translate(100px, 10px) scale(0.5);
  transform-origin: 100% 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.25s ease-out;
  width: 200px;
}
.search-bar input.placeholder {
  color: #fff;
}
.search-bar input:-moz-placeholder {
  color: #fff;
}
.search-bar input::-moz-placeholder {
  color: #fff;
}
.search-bar input::-webkit-input-placeholder {
  color: #fff;
}
.search-bar input:-ms-input-placeholder {
  color: #fff;
}
.search-bar input:invalid:not(:focus) {
  cursor: pointer;
}
.search-bar input:focus,
.search-bar input:valid {
  outline: transparent;
  background: rgba(0, 0, 0, 0);
  transform: scale(1);
  border-bottom-color: #000;
  color: #000;
  width: 100%;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .search-bar input:focus,
  .search-bar input:valid {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .search-bar input {
    width: 150px;
    transform: translate(70px, 10px) scale(0.5);
  }
}
.search-bar input:valid + .search-clear {
  opacity: 1;
}
.search-bar .search-clear {
  position: absolute;
  right: 99px;
  top: 10px;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .search-bar .search-clear {
    right: 65px;
    top: 4px;
  }
}
.roster-swiper {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .roster-swiper .swiper-scrollbar {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .roster-swiper .swiper-wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .roster-swiper .swiper-slide {
    margin-bottom: 20px;
  }
}
.roster-box {
  position: relative;
  overflow: hidden;
}
.roster-box .roster-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  background: #000;
  padding: 14px 25px;
  z-index: 99;
}
.roster-box .roster-caption p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #fff;
}
@media only screen and (max-width: 676px) {
  .roster-box .roster-caption {
    bottom: 0;
  }
}
.roster-box .roster-overly {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 0;
  overflow: hidden;
  padding: 20px 25px 62px 25px;
  top: 100%;
  transition: all 0.25s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.roster-box .roster-overly p {
  color: #fff;
  font-size: 18px;
}
.roster-box .roster-overly a {
  color: #5a3cc5;
  font-size: 18px;
  text-decoration: underline;
}
.roster-box img {
  height: calc(var(--app-height) - 350px);
  width: 100%;
  display: block;
  border: 1px solid #000;
}
@media only screen and (max-width: 676px) {
  .roster-box img {
    height: 36vh;
    width: 100%;
  }
}
@media only screen and (max-width: 676px) {
  .roster-box {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
  }
}
.roster-box:hover .roster-overly {
  transform: translateY(0);
  height: 100%;
  top: 0;
}
.roster-box:hover .roster-caption P {
  color: #5a3cc5;
}
.page-template-Roster {
  background: #5a3cc5;
}
.page-template-Roster .site-header,
.page-template-Roster .site-footer {
  background: #5a3cc5;
}
.section-catalog {
  background: #cd5228;
}
.section-catalog .work-box img {
  height: calc(100vh - 280px);
}
@media only screen and (max-width: 676px) {
  .section-catalog .work-box img {
    height: calc(50vh);
  }
}
@media only screen and (max-width: 676px) {
  .section-catalog .work-box {
    margin-bottom: 15px;
    margin-top: 10px;
    height: auto;
  }
}
.section-catalog .work-box:hover .work-caption p {
  color: #cd5228;
}
.page-template-Catalog {
  background: #cd5228;
}
.page-template-Catalog .site-header,
.page-template-Catalog .site-footer {
  background: #cd5228;
}
