.t-white {
  color: #FFF;
}
.t-black {
  color: #1A1A17;
}
.t-yellow {
  color: #FFBA00;
}
body,
.subtitle {
  font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.navbar-brand {
  padding: 10px 0 !important;
}
.banner {
  position: relative;
  background: none;
}
.banner h1 {
  font-family: Oswald, sans-serif;
  font-size: 100px;
  margin-top: 0;
}
.banner .logo {
  margin-top: 30px;
}
.banner .banner-pattern {
  z-index: 9;
}
.banner a.scroll-down span {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.banner a.scroll-down span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: scrolldown 2s infinite;
  animation: scrolldown 2s infinite;
  box-sizing: border-box;
}
.banner #player {
  height: 100vh;
}
.banner .banner-subtitle {
  font-size: 1.25em;
}
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  /*padding-bottom: revert;*/
  height: 100%;
}
#services {
  background: #fff;
  /*#F8F8F8;*/
  color: #000;
}
#services h1,
#services h2,
#services h2 a {
  color: #000;
}
.statistics {
  text-align: center;
}
.twitter-feed img {
  width: revert;
  max-width: 100%;
}
.twitter-feed .text {
  color: #fff;
  margin-top: 30px;
}
#timeline h1 {
  margin: 0;
  color: #545454;
  font-size: 2.25em;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
#timeline h2 {
  color: #545454;
  font-size: 28px;
  font-weight: lighter;
  line-height: 30px;
  margin: 0 0 40px;
  text-align: center;
}
#timeline .timeline {
  margin-top: 0;
}
#timeline .timeline ul {
  text-align: center;
}
#timeline .timeline h6 {
  font-size: 20px;
  line-height: 22px;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a .description p {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: lighter;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  margin: 0 10%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .description p {
  opacity: 1;
  top: 40%;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  cursor: crosshair;
}
@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrolldown {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a .caption-bg,
#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .caption-bg {
  top: 0;
  -webkit-box-shadow: none;
  /*inset 0 0 0 260px #ebbb14;*/
  -moz-box-shadow: none;
  /*inset 0 0 0 260px #EBBB14;*/
  box-shadow: none;
  /*inset 0 0 0 260px #ebbb14;*/
  cursor: pointer;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a .caption-bg::before,
#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .caption-bg::before {
  -webkit-box-shadow: none;
  /*inset 0 0 0 260px #ebbb14;*/
  -moz-box-shadow: none;
  /*inset 0 0 0 260px #EBBB14;*/
  box-shadow: none;
  /*inset 0 0 0 260px #ebbb14;*/
  cursor: pointer;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a .caption-bg .description p,
#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .caption-bg .description p {
  cursor: pointer;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a .description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: top 0.7s ease 0s;
  -moz-transition: top 0.7s ease 0s;
  -o-transition: top 0.7s ease 0s;
  transition: top 0.7s ease 0s;
  padding: 15px;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a .description * {
  color: #000 !important;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover h3,
#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .description p {
  position: relative;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .meta,
#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .meta h4,
#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .meta em,
#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .description p {
  cursor: pointer;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .description {
  top: 15%;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .caption-bg {
  opacity: 0.75;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .caption-bg::before {
  background: #ebbb14;
}
@media (min-width: 992px) and (max-width: 1280px) {
  #portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover h3 {
    top: 15%;
  }
  #portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .description p {
    top: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover h3 {
    top: 10%;
  }
  #portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .description p {
    top: 35%;
  }
}
@media only screen and (max-width: 768px) {
  #portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover h3 {
    top: 25%;
  }
  #portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .description p {
    top: 45%;
  }
  .banner h1 {
    font-size: 48px;
  }
  .banner .banner-subtitle {
    font-size: 1.05em;
  }
  #about h1,
  #team h1,
  #services h1,
  #process h1,
  #portfolio h1,
  #timeline h1,
  #testimonials h1,
  #blogpost h1,
  #contact h1,
  .item-title h1 {
    font-size: 30px;
  }
  #about h2,
  #team h2,
  #services h2,
  #process h2,
  #portfolio h2,
  #timeline h2,
  #testimonials h2,
  #blogpost h2,
  #contact h2,
  .item-title h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #blogpost ul li.slide article h1 {
    line-height: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .banner h1 {
    font-size: 38px;
  }
  .banner .banner-subtitle {
    font-size: 0.95em;
  }
}
