body,
html {
  width: 100%;
  height: 100%;
}

body {
  /* Client: Font + Temporary
  font-family: 'Helvetica Neue', sans-serif; */
  /* Client: Font + Typekit */
  font-family: mr-eaves-modern, sans-serif;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.03em;
  line-height: 1.5; /* Font Fix: was 1.75 */
 /* CLIENT: Fade In */
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
}
  100% {
    opacity: 1;
  }
}



p {
  /* Client */	
  color: #ffffff;
}

a {
  /* Client */	
  color: rgba(139, 111, 87, 1);
  font-weight: 200;
}

a:hover {
  /* Client */
  color: rgba(139, 111, 87, 0.6);
  text-decoration: none;
}



h1,
h5,
h6 {
  font-weight: 100;
}

h1, .h1 {
  /* Default: 2.5rem */
  font-size: 2.5rem;
}

h2, .h2 {
   /* Default: 2rem */
  font-size: 4rem; /* Font Fix: was 3.5 */
  font-weight: 200;
  letter-spacing: 0.03em;
  line-height: 0.85; /* Font Fix: added */
}

h3, .h3 {
  /* Default: 1.75rem */
  font-size: 1.75rem; /* Font Fix: was 1.5 */
  font-weight: 200;
  letter-spacing: 0.03em;
  line-height: 1.25; /* Font Fix: was 1.75 */
}

h4, .h4 {
  /* Default: 1.5rem */
  font-size: 1.75rem; /* Font Fix: was 1.25 */
  font-weight: 200;
  letter-spacing: 0.03em;
  line-height: 1.25;
}

h5, .h5 {
  /* Default: 1.5rem */
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.75;
  padding-top: 1.2em; /* Space Fix: em, px */
}

h6, .h6 {
  /* Default: 1rem */
  font-size: 1rem;
}



/* SECTION */
.content-section-footer {
  padding-top: 0.5rem;
  padding-bottom: 2.5rem;
}

.content-100 {
  height: auto;
  width: 100%;
  text-align: center;
}

.content-50 {
  height: auto;
  width: 75%;
  padding: 30px 10px 30px 10px;
  margin: 0 auto;
  background-color: rgba(17, 12, 9, 0.7);
}

@media (min-width: 576px) {
  .content-50 {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .content-50 {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .content-50 {
    width: 50%;
    padding: 30px 130px 30px 130px;
  }
}



/* BUTTON */
.btn-header-01 {
  width: 280px;
  height: 63px;
    margin-top: 15px;
  margin-bottom: 0px;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.btn-header-01:focus, .btn-header-01:hover {
  opacity: 0.7;
}

@media (min-width: 576px) {
  .btn-header-01 {
    width: 380px;
    height: 86px;
      margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .btn-header-01 {
    width: 480px;
    height: 109px;
      margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .btn-header-01 {
    width: 580px;
    height: 132px;
      margin-top: 20px;
  }
}



.btn-header-02 {
  width: 275px;
  height: 17px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.btn-header-02:focus, .btn-header-02:hover {
  opacity: 0.7;
}
@media (min-width: 576px) {
  .btn-header-02 {
    width: 542px;
    height: 34px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .btn-header-02 {
    width: 664px;
    height: 41px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
@media (min-width: 992px) {
  .btn-header-02 {
    width: 772px;
    height: 48px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}



.btn-nav-01 {
  width: 88px;
  height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  opacity: 0.3;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.btn-nav-01:focus, .btn-nav-01:hover {
  opacity: 0.6;
}
@media (min-width: 992px) {
  .btn-nav-01 {
    width: 88px;
    height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}



.btn-nav-02 {
  width: 20px;
  height: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 13px;
  margin-right: 0px;
  opacity: 0.6;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.btn-nav-02:focus, .btn-nav-02:hover {
  opacity: 0.9;
}
@media (min-width: 992px) {
  .btn-nav-02 {
    width: 20px;
    height: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 13px;
    margin-right: 0px;
  }
}



.btn-footer-01 {
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.6;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.btn-footer-01:focus, .btn-footer-01:hover {
  opacity: 0.9;
}

@media (min-width: 992px) {
  .btn-footer-01 {
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }
}



.btn-footer-02 {
  width: 20px;
  height: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.6;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.btn-footer-02:focus, .btn-footer-02:hover {
  opacity: 0.9;
}

@media (min-width: 992px) {
  .btn-footer-02 {
    width: 20px;
    height: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }
}



.btn-footer-03 {
  width: 100px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.6;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.btn-footer-03:focus, .btn-footer-03:hover {
  opacity: 0.9;
}

@media (min-width: 992px) {
  .btn-footer-03 {
    width: 100px;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }
}



.btn-footer-04 {
  width: 128px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.6;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.btn-footer-04:focus, .btn-footer-04:hover {
  opacity: 0.9;
}

@media (min-width: 992px) {
  .btn-footer-04 {
    width: 128px;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }
}



.btn-footer-05 {
  width: 74px;
  height: 25px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.6;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.btn-footer-05:focus, .btn-footer-05:hover {
  opacity: 0.9;
}

@media (min-width: 992px) {
  .btn-footer-05 {
    width: 74px;
    height: 25px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }
}



.btn-footer-06 {
  width: 72px;
  height: 25px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.6;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.btn-footer-06:focus, .btn-footer-06:hover {
  opacity: 0.9;
}

@media (min-width: 992px) {
  .btn-footer-06 {
    width: 72px;
    height: 25px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }
}



.btn-footer-07 {
  width: 30px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.6;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.btn-footer-07:focus, .btn-footer-07:hover {
  opacity: 0.9;
}

@media (min-width: 992px) {
  .btn-footer-07 {
    width: 30px;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }
}







.btn-schedule-01 {
  width: 150px;
  height: 66px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  opacity: 0.9;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.btn-schedule-01:focus, .btn-schedule-01:hover {
  opacity: 0.6;
}
@media (min-width: 992px) {
  .btn-schedule-01 {
    width: 200px;
    height: 88px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.btn-schedule-02 {
  width: 150px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  opacity: 0.9;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.btn-schedule-02:focus, .btn-schedule-02:hover {
  opacity: 0.6;
}
@media (min-width: 992px) {
  .btn-schedule-02 {
    width: 200px;
    height: 53px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
  }
}



.btn-pause-01 {
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.btn-pause-01:focus, .btn-pause-01:hover {
  opacity: 1;
}

@media (min-width: 992px) {
  .btn-pause-01 {
    width: 50px;
    height: 50px;
    margin-left: 10px;
  }
}



.btn-social-01 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 0px;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.btn-social-01:focus, .btn-social-01:hover {
  opacity: 0.7;
}

@media (min-width: 992px) {
  .btn-social-01 {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}



.btn-watch-01 {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 10px;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.btn-watch-01:focus, .btn-watch-01:hover {
  opacity: 0.7;
}

@media (min-width: 992px) {
  .btn-watch-01 {
    width: 45px;
    height: 45px;
    margin-right: 5px;
  }
}



.btn-watch-21 {
  width: 81px;
  height: 25px;
  margin-right: 10px;
  margin-top: 8px;
  margin-bottom: 5px;
  border-radius: 10px;
  opacity: 0.8;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.btn-watch-21:focus, .btn-watch-21:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .btn-watch-21 {
    width: 114px;
    height: 35px;
    margin-right: 5px;
  }
}



.btn-watch-22 {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 5px;
  border-radius: 10px;
  opacity: 0.7;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.btn-watch-22:focus, .btn-watch-22:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .btn-watch-22 {
    width: 45px;
    height: 45px;
    margin-left: 5px;
  }
}



.btn-watch-23 {
  width: 40px;
  height: 20px;
  margin-left: 10px;
  margin-top: 3px;
  margin-bottom: 5px;
  border-radius: 10px;
  opacity: 0.8;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.btn-watch-23:focus, .btn-watch-23:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .btn-watch-23 {
    width: 60px;
    height: 30px;
    margin-left: 5px;
  }
}



.img-01 {
  width: 200px;
  height: 77px;
    margin-top: 10px;
    margin-bottom: 30px;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.img-01:focus, .img-01:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .img-01 {
    width: 280px;
    height: 108px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .img-01 {
    width: 300px;
    height: 116px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .img-01 {
    width: 380px;
    height: 147px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}



.img-02 {
  width: 77px;
  height: 77px;
    margin-top: 10px;
    margin-bottom: 5px;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.img-02:focus, .img-02:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .img-02 {
    width: 108px;
    height: 108px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .img-02 {
    width: 116px;
    height: 116px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .img-02 {
    width: 147px;
    height: 147px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}



.img-03 {
  width: auto;
  height: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.img-03:focus, .img-02:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .img-03 {
  width: auto;
  height: 25px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .img-03 {
  width: auto;
  height: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .img-03 {
  width: auto;
  height: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}





/* NAVIGATION */
#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 350px; /* Default: 250px */
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  transform: translateX(350px); /* Default: 250px */
  /* Client */
  background: rgba(17, 12, 9, 0.9);
  border-left: 0px solid rgba(17, 12, 9, 0.3);
  /* Submenu */
  overflow-y: scroll;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 350px; /* Default: 250px */
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px;
    text-transform: uppercase; /* CLIENT: Nav + Font */
}

/* Submenu */
.sidebar-nav li.sidebar-nav-item-submenu a {
  display: block;
  text-decoration: none;
  color: #666666;
  padding: 10px 15px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 365px; /* Default: 250px */
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(17, 12, 9, 0.5);
  line-height: 50px;
  z-index: 999;
}

.menu-toggle:focus, .menu-toggle:hover {
  color: #fff;
}

.menu-toggle:hover {
  background: #110c09;
}





/* HEADER */
.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: 100vh;
  padding-top: 0rem;
  padding-bottom: 6rem;
  /* Client: Parallax */
  background-color: transparent;
  /* background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/header-parallax-01.jpg"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead h1 {
  /* Client: Font + Temporary
  font-family: 'Helvetica Neue', sans-serif; */
  /* Client: Font + Typekit */
  font-family: mr-eaves-modern, sans-serif;
  font-style: normal;
  font-weight: 100;
  /* Client */
  font-size: 4rem;
  color: #ffffff;
  letter-spacing: 0.06em;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
  .masthead h1 {
    /* font-size: 6.5rem; */
    font-size: 10rem;
  }
}



.masthead-content {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
  /* Client: Parallax */
  background-color: transparent;
  /* background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/header-parallax-01.jpg"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead-content h1 {
  /* Client: Font + Temporary
  font-family: 'Helvetica Neue', sans-serif; */
  /* Client: Font + Typekit */
  font-family: mr-eaves-modern, sans-serif;
  font-style: normal;
  font-weight: 100;
  /* Client */
  font-size: 1.5rem;
  color: #ffffff;
  letter-spacing: 0.06em;
    text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.masthead-content h2 {
  /* Client: Font + Temporary
  font-family: 'Helvetica Neue', sans-serif; */
  /* Client: Font + Typekit */
  font-family: mr-eaves-modern, sans-serif;
  font-style: normal;
  font-weight: 100;
  /* Client */
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 0.06em;
    text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.masthead-content h3 {
  /* Client: Font + Temporary
  font-family: 'Helvetica Neue', sans-serif; */
  /* Client: Font + Typekit */
  font-family: mr-eaves-modern, sans-serif;
  font-style: normal;
  font-weight: 100;
  /* Client */
  font-size: 0.75rem;
  color: #ffffff;
  letter-spacing: 0.06em;
    text-transform: uppercase;
  margin: 0;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .masthead-content {
    height: 100vh;
  }

  .masthead-content h1 {
    /* font-size: 6.5rem; */
    font-size: 1.5rem;
  }

  .masthead-content h2 {
    font-size: 1rem;
  }

  .masthead-content h3 {
    font-size: 0.75rem;
  }
}



.masthead-content h4 {
  /* Client: Font + Temporary
  font-family: 'Helvetica Neue', sans-serif; */
  /* Client: Font + Typekit */
  font-family: mr-eaves-modern, sans-serif;
  font-style: normal;
  font-weight: 100;
  /* Client */
  font-size: 0.75rem;
  color: #ffffff;
  letter-spacing: 0.06em;
    text-transform: uppercase;
  margin: 0;
  padding-bottom: 0px;
}

  .masthead-content h4 {
    font-size: 0.75rem;
  }



/* HEADER: Video */
#myVideo {
  position: fixed; /* Default: absolute */
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
    z-index: -1;
}

/* HEADER: Brand */
.content-header-brand {
  position: absolute;
  width: 100%;
  height: 100vh;
  /* Center: Y + X */
  display: flex;
  align-items: center;
  justify-content: center;
  /* Center: X
  margin-right: auto;
  margin-left: auto; */
  z-index: 1;
}

/* HEADER: Top */
.content-header-top {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0);/* Default: rgba(255, 255, 255, 0.1) */
  color: #ffffff;
  width: 100%;
  padding: 15px 15px 15px 15px;
  z-index: 1;
}

/* HEADER: Bottom */
.content-header-bottom {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0);/* Default: rgba(255, 255, 255, 0.1) */
  color: #ffffff;
  width: 100%;
  padding: 15px 15px 15px 15px;
  z-index: 1;
}

/* HEADER: Text */
.txt-header-01 {
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
  font-size: 16px;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000000;
  letter-spacing: 0.5px;
  margin-bottom: 0.1rem;
}

@media (min-width: 992px) {
  .txt-header-01 {
    font-size: 20px;
  }
}

.txt-header-01 a{
  color: rgba(255, 255, 255, 0.7);
}

.txt-header-01 a:hover{
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}



.txt-header-02 {
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000000;
  letter-spacing: 0.5px;
}

@media (min-width: 992px) {
  .txt-header-02 {
    font-size: 16px;
  }
}

.txt-header-02 a{
  color: rgba(255, 255, 255, 0.7);
}

.txt-header-02 a:hover{
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}





/* FOOTER */
.bg-footer {
  background-color: #110c09 !important;
}

a.bg-footer:hover, a.bg-footer:focus,
button.bg-footer:hover,
button.bg-footer:focus {
  background-color: #110c09 !important;
}



.footer-center {
  text-align: center;
}



.footer-50-01 {
  width: 50%;
  padding-top: 50px;
  padding-right: 50px;
  text-align: right;
}

.footer-50-02 {
  width: 50%;
  padding-top: 50px;
  padding-left: 0px;
  text-align: left;
}



.txt-footer-01 {
  color: rgba(255, 255, 255, 0.3) !important;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
  font-size: 11px;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000000;
  letter-spacing: 0.5px;
}

.txt-footer-01 a{
  color: rgba(255, 255, 255, 0.5);
}

.txt-footer-01 a:hover{
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}



.txt-footer-02 {
  color: rgba(255, 255, 255, 0.3) !important;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
  font-size: 15px;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000000;
  letter-spacing: 0.5px;
}

.txt-footer-02 a{
  color: rgba(255, 255, 255, 0.5);
}

.txt-footer-02 a:hover{
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}



/* YOUTUBE + Embed */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* STICKY: Bottom  z-index: 99999 ***
-------------------------------------------------- */
.sticky-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  /* background-color: rgba(0, 0, 0, 0.2); */
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)); /* CLIENT: NAVBAR + Color */
  color: #ffffff;
  text-align: center;
  padding: 10px 0px 10px 0px;
  z-index: 99; 
}

.btn-sticky-bottom-01 {
  width: 107px;
  height: 55px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.btn-sticky-bottom-01:focus, .btn-sticky-bottom-01:hover {
  opacity: 0.7;
}

@media (min-width: 992px) {
  .btn-sticky-bottom-01 {
    width: 224px;
    height: 115px;
    margin-right: 30px;
    margin-left: 30px;
  }
}