@import url("https://fonts.googleapis.com/css?family=Titillium+Web");
@import url("https://fonts.googleapis.com/css?family=Titillium+Web");
body {
  background: black;
  font-size: 16px;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.7), rgba(22, 22, 22, 0.7)), url("../img/pexels-photo.jpg");
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  font-family: "Titillium Web", sans-serif;
  background-repeat: no-repeat;
  color: white; }

#video-background {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100; }

.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: black;
  opacity: 0.7; }

.fore {
  z-index: 10; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", sans-serif; }

h6 {
  font-size: 18px; }
  h6.bus-heading {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px; }

p {
  font-size: 18px;
  line-height: 2.25; }

a {
  color: white; }
  a:hover {
    color: #D2BC62; }

.map {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto; }

.map__img {
  display: none; }

.map__hotspot {
  display: block;
  background: #ffd200;
  border: 2px solid #fff;
  cursor: pointer;
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
  text-decoration: none;
  color: #011852; }

.bota--answer {
  margin-bottom: 80px; }

#products .oil-container {
  align-self: center;
  padding: 20px; }

#products .bota-products-list {
  height: auto;
  display: flex;
  justify-content: center;
  flex-flow: row; }
  #products .bota-products-list ul {
    width: 200px; }
    #products .bota-products-list ul li {
      line-height: 3.6;
      text-transform: uppercase;
      font-weight: bold; }
  #products .bota-products-list .column-1 {
    list-style: none;
    margin: 0;
    text-align: right;
    margin-right: 12.5px; }
  #products .bota-products-list .column-2 {
    list-style: none;
    margin: 0;
    margin-left: 12.5px; }

#products .p-cta {
  margin-top: 44px; }

#hotspot1 {
  left: 34.5%;
  top: 66%;
  animation: out 1.5s infinite ease-out; }

@keyframes out {
  0% {
    box-shadow: 0px 0px 0px 0px #D2BC62; }
  100% {
    box-shadow: 0px 0px 0px 20px transparent; } }
  #hotspot1 :hover {
    animation-play-state: paused; }

#hotspot2 {
  left: 33.3%;
  top: 68.5%;
  animation: out 2s infinite ease-out; }

@keyframes out {
  0% {
    box-shadow: 0px 0px 0px 0px #D2BC62; }
  100% {
    box-shadow: 0px 0px 0px 20px transparent; } }
  #hotspot2 :hover {
    animation-play-state: paused; }

#hotspot3 {
  left: 36.5%;
  top: 69%;
  animation: out 1.75s infinite ease-out; }

@keyframes out {
  0% {
    box-shadow: 0px 0px 0px 0px #D2BC62; }
  100% {
    box-shadow: 0px 0px 0px 20px transparent; } }
  #hotspot3 :hover {
    animation-play-state: paused; }

#hotspot4 {
  left: 30.6%;
  top: 53%;
  animation: out 1.75s infinite ease-out; }

@keyframes out {
  0% {
    box-shadow: 0px 0px 0px 0px #D2BC62; }
  100% {
    box-shadow: 0px 0px 0px 20px transparent; } }
  #hotspot4 :hover {
    animation-play-state: paused; }

#hotspot5 {
  left: 46.5%;
  top: 73.25%;
  animation: out 1.75s infinite ease-out; }

@keyframes out {
  0% {
    box-shadow: 0px 0px 0px 0px #D2BC62; }
  100% {
    box-shadow: 0px 0px 0px 20px transparent; } }
  #hotspot5 :hover {
    animation-play-state: paused; }

#hotspot6 {
  left: 37%;
  top: 49.5%;
  animation: out 1.75s infinite ease-out; }

@keyframes out {
  0% {
    box-shadow: 0px 0px 0px 0px #D2BC62; }
  100% {
    box-shadow: 0px 0px 0px 20px transparent; } }
  #hotspot6 :hover {
    animation-play-state: paused; }

#hotspot7 {
  left: 56%;
  top: 76%;
  animation: out 1.75s infinite ease-out; }

@keyframes out {
  0% {
    box-shadow: 0px 0px 0px 0px #D2BC62; }
  100% {
    box-shadow: 0px 0px 0px 20px transparent; } }
  #hotspot7 :hover {
    animation-play-state: paused; }

#hotspot8 {
  left: 49%;
  top: 59%;
  animation: out 1.75s infinite ease-out; }

@keyframes out {
  0% {
    box-shadow: 0px 0px 0px 0px #D2BC62; }
  100% {
    box-shadow: 0px 0px 0px 20px transparent; } }
  #hotspot8 :hover {
    animation-play-state: paused; }

#headquarters .reset-list {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 2.25; }
  #headquarters .reset-list a {
    text-decoration: underline;
    line-height: 2.3;
    color: #eee; }

#headquarters button {
  font-size: 14px; }

#locations button {
  font-size: 14px;
  width: 187px; }

#locations .offices-heading {
  margin-top: 80px; }

#locations .city-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 3;
  margin-top: 30px;
  text-transform: uppercase; }

#locations .reset-list {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 27px;
  font-size: 18px;
  line-height: 2.25; }

#locations .location-panel {
  padding: 0 50px 0 0; }

#locations .map__img {
  max-width: 1030px; }

.popup__inner {
  padding: 0 15px; }

.map__hotspot:focus .popup {
  display: inline-block; }

.popup__title {
  margin: 0;
  font-size: 16px; }

.popup__text {
  margin: 0;
  height: 0;
  overflow: hidden;
  color: white; }
  .popup__text a:hover {
    color: #D2BC62; }

.popup__text br {
  display: none; }

.map__hotspot:focus .popup__text {
  height: auto; }

.about__aspects-container {
  margin: 100px 10% 20px; }
  .about__aspects-container img {
    width: 120px; }
  .about__aspects-container .about__aspects-column {
    margin-left: 60px;
    padding-top: 25px;
    padding-left: 35px;
    border-left: #D2BC62 3px solid;
    height: auto; }

  .about__aspects-container .about__aspects-list {
    margin-left: 0; }
    
    .about__aspects-container .about__aspects-list li {
      list-style: none;
      padding-bottom: 40px;
    }

    .about__aspects-container .about__aspects-list li:last-child {
      padding-bottom: 0;
    }
  .about__aspects-container .aspect-two {
    padding-left: 60px; }

.button {
  background-image: linear-gradient(to right, #e9db6c, #ceb53a);
  border-radius: 25px;
  color: #333;
  font-weight: bold;
  padding: .50em 1.5em;
  text-transform: uppercase; }
  .button:hover {
    background-color: #eee;
    color: initial; }

.bota-subtitle {
  font-size: 4rem;
  color: white;
  padding-top: 100px;
  padding-bottom: 100px;
  color: white; }

.bota__section {
  background: #171717; }
  .bota__section h3 {
    color: white;
    text-align: center;
    text-transform: uppercase; }
  .bota__section h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.25rem; }
    .bota__section h4.mt-25 {
      margin-top: 25px; }
    .bota__section h4.mt-50 {
      margin-top: 50px; }
  .bota__section .divisions-heading {
    margin-top: 62px; }

.oil-img {
  width: 200px; }

.bota__section-oil {
  background-image: linear-gradient(to bottom, rgba(22, 22, 22, 0.7), rgba(22, 22, 22, 0.9)), url("../img/oil-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; }

.bota__section--height {
  padding-top: 160px;
  padding-bottom: 150px; }

.brand__logo {
  width: 164px;
  height: auto;
  margin-top: 45px; }

.footer__logo {
  width: 100px;
  height: auto;
  margin-top: 0px; }

.bota-underconstruction {
  font-size: 1.25rem;
  color: white;
  font-weight: bold;
  padding-bottom: 100px;
  text-transform: capitalize; }

.bota__divider {
  background: linear-gradient(to right, white, #D2BC62);
  height: 5px;
  width: 125px;
  margin: 40px auto 60px; }
  .bota__divider.left {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 30px; }
  .bota__divider.small {
    width: 60px; }

.bota__p-heading {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 30px; }

.bota__p-subheading {
  text-transform: uppercase;
  font-weight: bold;
  color: #D2BC62;
  margin-bottom: 18px;
  line-height: 2.25; }

.bota__aspects {
  justify-content: space-around;
  margin: 75px 30px; }
  .bota__aspects li {
    font-weight: bold;
    text-transform: uppercase; }
  @media (max-width: 684px) {
    .bota__aspects {
      flex-direction: column; }
      .bota__aspects li {
        padding-top: 10px;
        padding-bottom: 10px; } }

.contact--description {
  padding-left: 100px;
  padding-right: 100px;
  line-height: 2;
  padding-bottom: 80px; }
  @media (max-width: 684px) {
    .contact--description {
      padding-left: 10px;
      padding-right: 10px; } }

.timeline {
  padding-top: 100px; }
  .timeline ul {
    margin-bottom: 0; }
    .timeline ul li {
      list-style-type: none;
      position: relative;
      width: 3px;
      margin: 0 auto;
      padding-top: 50px;
      background: #eee; }
      .timeline ul li.second {
        background-image: linear-gradient(to bottom, #eee, #e6dfc1); }
      .timeline ul li.third {
        background-image: linear-gradient(to bottom, #e6dfc1, #ded194); }
      .timeline ul li.fourth {
        background-image: linear-gradient(to bottom, #ded194, #d6c367); }
      .timeline ul li.fifth {
        background-image: linear-gradient(to bottom, #d6c367, #ceb53a); }
      @media screen and (max-width: 480px) {
        .timeline ul li {
          margin: 0; } }
      .timeline ul li::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: inherit; }
      .timeline ul li:nth-child(odd) div {
        left: 45px; }
        @media screen and (max-width: 900px) {
          .timeline ul li:nth-child(odd) div {
            left: 0;
            width: 200px; } }
      .timeline ul li:nth-child(odd) div::before {
        width: 200px; }
      .timeline ul li:nth-child(even) div {
        left: -439px; }
        @media screen and (max-width: 900px) {
          .timeline ul li:nth-child(even) div {
            left: -250px;
            width: 200px; } }
  @media screen and (max-width: 900px) and (max-width: 480px) {
    .timeline ul li:nth-child(even) div {
      left: 0; } }
      .timeline ul li div {
        position: relative;
        bottom: 0;
        width: 400px;
        padding: 15px;
        background: transparent; }
      .timeline ul li:last-of-type::after {
        transform: none;
        content: none; }

.icon-gradient:before {
  background: linear-gradient(to right, white, gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px; }

.bota__elements {
  justify-content: space-around;
  text-align: center;
  margin-top: 100px;
  padding-bottom: 100px; }
  .bota__elements img {
    width: 120px;
    height: auto;
    margin: 15px 10px 25px; }
    
  .bota__elements li {
    flex-direction: column !important; }
    
    .bota__elements li p {
      font-size: 36px;
      letter-spacing: -0.9px;
      line-height: 1;
      margin-bottom: 10px; }

    .bota__elements li span {
      font-size: 14px; }

    .bota__elements li span.cents {
      font-size: 28px;
    }

    @media (max-width: 684px) {
      .bota__elements li {
        padding: 15px; } }

.product__offering-img {
  padding: 50px 0; }

.pb-50 {
  padding-bottom: 50px; }

.pl-20 {
  padding-left: 20px; }

footer {
  background: black;
  padding: 100px 50px;
  color: white; }
  footer ul.footer--menu {
    list-style-type: none;
    margin-left: 0; }
    footer ul.footer--menu li {
      padding-bottom: 7px; }
  footer ul.footer--contact {
    list-style-type: none;
    margin-left: 0; }

.section__intro {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative; }

.section__intro h1 {
  color: white; }

@media screen and (max-width: 480px) {
  .section__intro {
    padding: 0 34px;
  }

  .section__intro p {
    color: #eeeeee;
    font-size: 28px;
    line-height: 1.64;
    text-align: center;
  }

  .brand__logo {
    width: 103px;
  }

  .title-bar {
    padding: 0 !important;
  }

  .title-bar .menu-icon {
    margin: 20px 20px 0 0;
  }

  .down-arrow {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
  }

  .bota-subtitle {
    font-size: 2rem;
    padding: 90px 0 0; }
  .bota-underconstruction {
    padding-bottom: 50px; }
  .section__intro .bota-subtitle {
    font-size: 28px; }

  section#first {
    padding: 0 30px 60px;
  }

  .bota__divider {
    height: 2px;
    margin: 20px auto;
    width: 75px;
  }

  #first p {
    font-size: 12px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: center;
  }

  #first .bota__aspects {
    margin: 30px auto;
  }

  #first .bota__aspects li {
    color: #eee;
    font-size: 10px;
    line-height: 36px;
    padding: 0;
  }
  
  #first .bota__elements {
    justify-content: center;
    margin-top: 30px;
  }

  #first .bota__elements img {
    margin: 10px;
    width: 80px;
  }

  #first .bota__elements p {
    color: #eee;
    font-size: 18px;
    letter-spacing: -0.4px;
  }
  #first .bota__elements li {
    padding: 10px 15px;
  }

  #first .bota__elements li span.cents {
    font-size: 14px;
  }

  #first .bota__elements span {
    font-size: 10px;
    letter-spacing: -0.2px;
  }

  #about,
  #business,
  #products,
  #contact {
    padding: 60px 30px;
  }

  #first h3,
  #about h3,
  #business h3,
  #products h3,
  #contact h3 {
    color: #eee;
    font-size: 18px;
  }

  #about p,
  #business p,
  #products p,
  #contact p {
    font-size: 12px;
    line-height: 28px;
    letter-spacing: normal;
    margin-bottom: 0;
    text-align: center;
  }

  #about .bota__p-heading,
  #about .bota__p-subheading {
    font-weight: bold;
    letter-spacing: normal;
    line-height: 2.17;
    padding: 0;
    text-align: center;
  }

  #about .bota__p-heading,
  #business .bota__p-heading {
    padding-top: 30px;
  }

  #about .bota__p-heading:first-child {
    padding-top: 0;
  }

  #about .bota__p-subheading,
  #business .bota__p-subheading,
  #products .bota__p-subheading,
  #contact .bota__p-subheading {
    padding: 12px 0 16px;
    margin: 0;
  }

  /* About */
  #about.bota__section-oil {
    background-image: linear-gradient(to bottom, rgba(22, 22, 22, 0.9), rgba(22, 22, 22, 0.9)), url(../img/oil-bg.jpg);
  }

  #about .about__aspects-container {
    margin: 14px 0;
  }

  #about .about__aspects-container img {
    width: 50px !important;
  }

  #about .about__aspects-container .aspect-one,
  #about .about__aspects-container .aspect-two {
    height: 100%;
  }

  #about .about__aspects-container .aspect-two {
    margin-top: 30px;
  }

  #about .about__aspects-container .about__aspects-column {
    height: 100% !important;
    margin-left: 24px !important;
    padding-bottom: 0;
    padding-left: 20px;
  }

  #about .about__aspects-container .about__aspects-column h6 {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
  }

  #about .about__aspects-container .about__aspects-column .bota__divider,
  #products .bota__divider,
  #contact .bota_divider {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 50px;
  }

  #about .about__aspects-container .about__aspects-column .about__aspects-list {
    margin: 0;
  }

  #about .about__aspects-container .about__aspects-column .about__aspects-list li {
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 20px;
  }

  #about .about__aspects-container .about__aspects-column .about__aspects-list li:last-child {
    padding-bottom: 0;
  }
  
  /* Our Business */
  #business .bota__p-subheading {
    margin-top: 0 !important;
  }

  #business h4 {
    font-size: 12px;
    line-height: 1;
    padding: 3px 0 10px;
  }

  #business .large-offset-1 p {
    text-align: center;
  }

  #business p {
    text-align: left;
  }

  #business .timeline {
    padding-top: 30px;
  }

  #business .timeline ul {
    margin-left: 0;
  }

  #business .timeline ul li {
    padding-top: 0;
  }

  #business .timeline ul li:after {
    background: inherit;
    border-radius: initial;
    bottom: initial;
    height: initial;
    left: initial;
    position: initial;
    transform: initial;
    width: 0;
  }

  #business .timeline ul li::before {
    background: inherit;
    border-radius: 50%;
    bottom: 0;
    content: '';
    height: 15px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 15px;
  }

  #business .timeline h4 {
    margin: 0;
    text-align: left;
  }

  #business .timeline .bota__divider
  #contact .bota__divider {
    margin-top: 8px;
    margin-bottom: 16px;
  }

  #business .timeline ul li div {
    padding: 0px 20px 30px;
  }

  #business .timeline .fifth div {
    padding-bottom: 0;
  }

  /* Products */
  #products .grid-container {
    padding: 0;
  }

  #products .bota__p-heading {
    padding-top: 0;
  }

  #products .bota__p-subheading {
    padding-bottom: 16px;
    padding-top: 12px;
    line-height: 1;
  }

  #products .bota-products-list {
    font-size: 10px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 30px;
  }

  #products .p-cta {
    margin-top: 15px;
  }

  /* Contact */
  #contact .contact--description {
    padding: 0 0 30px;
  }

  #contact h4.mt-50 {
    font-size: 12px;
    line-height: 1;
    margin-top: 40px;
  }

  #contact .mt-50.offices-heading {
    margin-top: 0;
  }

  #contact .reset-list {
    margin-bottom: 20px;
  }

  #contact .reset-list li {
    font-size: 12px;
  }

  #contact #headquarters {
    display: flex;
    justify-content: center;
  }

  #contact #headquarters .cell:first-child {
    width: 116px;
  }

  #contact #headquarters .cell:nth-child(2) {
    padding-left: 9px;
    width: 177px;
  }

  #contact #headquarters .cell:last-child {
    width: 100%;
  }

  #contact .button {
    color: #161616;
    font-size: 10px;
    font-weight: 600;
    height: auto;
    margin-bottom: 40px;
    padding: .50em 1em;
    text-align: center;
    width: 132px;
  }

  #contact .button-container .button:not(#tacoma) {
    margin-bottom: 15px;
  }

  #contact .city-name {
    font-size: 12px;
    line-height: 36px;
    margin-top: 0 !important;
  }

  #contact.bota__section--height {
    padding-bottom: 0 !important;
  }

  #contact .pb-50 {
    padding: 0;
  }

  /* Footer */
  footer {
    padding: 60px 30px;
  }

  footer .footer__logo {
    height: auto;
    width: 61px;
  }

  footer .footer--contact {
    margin-bottom: 20px;
    margin-top: 30px;
  }

  footer .footer--contact li {
    font-size: 12px;
    line-height: 28px;
  }

  footer small {
    font-size: 10px
  }
}

@media screen and (max-width: 767px) {
  .not-mobile {
    display: none; }
  .mobile-only {
    display: none; }
    .mobile-only ul {
      list-style: none;
      margin: 0;
      position: fixed;
      height: 100%;
      background: black;
      text-align: left;
      width: 80%;
      z-index: 101;
      top: 0;
      right: 0;
      padding: 90px 45px; }
      .mobile-only ul li {
        margin-bottom: 30px; }
  .bota-subtitle {
    font-size: 39px; }
  .footer--contact {
    margin-top: 35px;
    line-height: 2.3;
    margin-bottom: 35px; }
  #about .about__aspects-container img {
    width: 60px; }
  #about .about__aspects-container .about__aspects-column {
    margin-left: 30px; }
  #products .bota__p-heading {
    text-align: center; }
  #products .bota__p-subheading {
    text-align: center; }
  #contact {
    text-align: center; }
    #contact .bota__divider.left {
      margin-left: auto;
      margin-right: auto; }
    #contact .button-container {
      display: flex;
      flex-flow: column;
      align-items: center; }
      #contact .button-container button {
        max-width: 200px; }
    #contact.bota__section--height {
      padding-bottom: 30px !important; }
  #locations .location-panel {
    padding-right: 0; }
  .hide-phone-down {
    display: none; }
  .map__inner {
    position: relative;
    height: 0;
    padding-bottom: 75%; }
  .map__img {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .map__hotspot {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%; }
  .map__hotspot:hover,
  .map__hotspot:focus {
    background: #fff; }
  .popup {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    position: absolute; }
  .popup__inner {
    display: inline-block;
    white-space: nowrap;
    border-bottom: 2px solid #fff; }
  .map__hotspot:focus .popup {
    opacity: 1;
    width: auto;
    height: auto; }
  .popup--phoenix {
    left: 20px;
    bottom: -10px; }
  .popup--water {
    left: 20px;
    bottom: -10px; }
  .popup--alb {
    left: 25px;
    bottom: -1px; }
  .popup--wa {
    right: 30px;
    bottom: 0px; }
  .popup--htx {
    left: 5px;
    bottom: 0px; }
  .popup--right-top {
    left: 20px;
    bottom: -1px; }
  .popup--left-bottom {
    right: 20px;
    top: -1px; }
  .popup--right-bottom {
    left: 20px;
    top: -1px; }
  .popup__text {
    height: auto; }
  .popup__text br {
    display: block; }
  .description__content p {
    font-size: 30px; }
  footer {
    text-align: center; } }

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none; }
  .bota__nav .bota__nav--ul.togg.open-menu li {
    background: transparent; }
  .map__inner {
    position: relative;
    height: 0;
    padding-bottom: 75%; }
  .map__img {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .map__hotspot {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%; }
  .map__hotspot:hover,
  .map__hotspot:focus {
    background: #fff; }
  .popup {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    position: absolute; }
  .popup__inner {
    display: inline-block;
    white-space: nowrap;
    border-bottom: 2px solid #fff; }
  .map__hotspot:focus .popup {
    opacity: 1;
    width: auto;
    height: auto; }
  .popup--phoenix {
    left: 20px;
    bottom: -10px; }
  .popup--water {
    left: 20px;
    bottom: -10px; }
  .popup--alb {
    left: 25px;
    bottom: -1px; }
  .popup--wa {
    right: 30px;
    bottom: 0px; }
  .popup--fl {
    left: 20px;
    bottom: 0px; }
  .open-menu {
    display: inherit; }
  .popup--htx {
    left: 20px;
    bottom: 0px; }
  .popup--left-top-la {
    right: 25px;
    bottom: -1px; }
  .popup--right-top {
    left: 20px;
    bottom: -1px; }
  .popup--left-bottom {
    right: 20px;
    top: -1px; }
  .popup--right-bottom {
    left: 20px;
    top: -1px; }
  .popup__text {
    height: auto; }
  .popup__text br {
    display: block; }
  .description__content p {
    font-size: 30px; } }

@media (max-width: 479px) {
  .bota__nav .bota__nav--ul.togg.open-menu {
    width: 100%; }
  #logo {
    height: auto !important; }
  .title-bar {
    padding-top: 2%;
    padding-bottom: 2%; }
  #about .bota__p-heading {
    text-align: center; }
  #about .bota__p-subheading {
    text-align: center; }
  .aspect-two {
    text-align: right;
    margin-top: 25px; }
    .aspect-two .about__aspects-column {
      border-left: 0;
      border-right: #D2BC62 3px solid;
      padding-right: 20px;
      margin-right: 11%;
      margin-left: 0; }
      .aspect-two .about__aspects-column .bota__divider.left {
        margin-left: auto;
        margin-right: initial; }
  .about__aspects-container {
    margin-left: 30px;
    margin-right: 30px; }
  #business h4 {
    text-align: center;
    margin-bottom: 16px;
    margin-top: 30px; }
  #business .bota__p-heading {
    text-align: center; }
  #business .bota__p-subheading {
    margin-top: 18px;
    text-align: center; }
  #business .timeline li div {
    width: 85vw; }
  #business .timeline li p {
    font-size: 12px; }
  #locations .city-name {
    margin-top: 80px;
    padding: 0; }
    #locations .city-name.first {
      margin-top: 25px; }
  #products .bota-products-list {
    margin-top: 40px; }
    #products .bota-products-list ul li {
      line-height: 1.7;
      padding-top: 10px;
      padding-bottom: 10px; }
  #products .p-cta {
    text-align: center; } }

.bota__nav {
  position: relative;
  top: 0;
  background: black;
  color: white;
  padding-bottom: 20px; }
  .bota__nav .hide-small-down a {
    padding: 0; }

@media screen and (max-width: 767px) {
  #logo {
    background: #171717 !important; }
  .bota__nav--ul {
    align-items: center;
    width: 100%;
    justify-content: center;
    width: 91%; }
    .bota__nav--ul li {
      padding-left: 5px;
      padding-right: 5px;
      text-transform: uppercase; } }
    @media screen and (max-width: 767px) and (max-width: 900px) {
      .bota__nav--ul li {
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .bota__nav--ul li {
        width: 100%; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .bota__nav--ul.togg {
      display: none; } }

@media screen and (max-width: 767px) {
    .bota__nav--ul.togg.open-menu {
      display: flex;
      background: #171717;
      height: 100vh;
      background-attachment: fixed;
      align-content: flex-start;
      z-index: 99;
      width: 100%; }
      .bota__nav--ul.togg.open-menu li {
        padding-top: 15px;
        padding-bottom: 15px;
        background: #171717; }
  .title-bar {
    background: #171717 !important; } }

.title-bar {
  background: transparent; }
  .title-bar .menu-icon:after {
    background: #D2BC62;
    box-shadow: 0 7px 0 #D2BC62, 0 14px 0 #D2BC62 !important; }
  @media (max-width: 767px) {
    .title-bar {
      padding-top: 2%;
      padding-bottom: 2%;
      justify-content: flex-end;
      padding-right: 45px; } }

@media screen and (max-width: 767px) {
  #botav--menu {
    display: none; } }

#logo {
  height: 80px;
  margin: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-around; }
  #logo .bota__nav--ul li {
    padding-left: 12px;
    padding-right: 12px; }
  #logo .bota__nav--ul .brand {
    max-width: 172px;
    padding-top: 5px; }

.fixed {
  background: black;
  width: 100%;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  position: fixed;
  z-index: 3;
  padding-bottom: 20px; }

.menu a {
  color: inherit;
  text-transform: uppercase;
  font-weight: 600; }

@media (max-width: 767px) {
  #logo {
    flex-direction: column;
    justify-content: center;
    display: flex; }
  .hide-small-down {
    display: none !important; }
  .menu-icon {
    padding-top: 2%;
    padding-bottom: 2%;
    display: initial !important; }
  .fixed {
    background: #171717;
    padding-bottom: 0; }
  .bota__elements {
    padding-bottom: 0; }
  .mobile-only .last {
    max-width: 109px;
    position: absolute;
    bottom: 2vh; } }

@media (min-width: 768px) {
  .mobile-only {
    display: none !important; }
  #logo {
    align-items: center; }
  .menu-icon {
    display: none; }
  .bota__nav .bota__nav--ul.togg.open-menu {
    display: inherit !important;
    height: auto !important;
    background: transparent; } }

.brand__logo {
  animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; }

.bota-subtitle {
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s; }

.icon-gradient {
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s; }

#first {
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.5s; }

.invisible {
  transition: opacity 1s ease;
  opacity: 0.0; }

.visible {
  transition: opacity 1s ease;
  opacity: 1.0; }
