body, html {
  margin-top: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,313131+100 */
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, #313131 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#313131',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}

.get-in-touch {
  padding: 40px;
  padding-left: 40px;
  padding-right: 0;
  height: 100px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 19px;
  text-transform: uppercase;
}

.get-in-touch.type-1::after {
  display: block;
  position: absolute;
  z-index: 100;
  width: 220px;
  right: -266px;
  top: 50px;
  border: 1px solid white;
  content: "";
}

@media (max-width: 768px) {
  .get-in-touch.type-1::after {
    width: 50px;
    right: -80px;
  }
}

.get-in-touch.type-2::after {
  display: block;
  position: absolute;
  z-index: 100;
  width: 220px;
  right: -60px;
  top: 50px;
  border: 1px solid white;
  content: "";
}

@media (max-width: 768px) {
  .get-in-touch.type-2::after {
    width: 54px;
    right: -60px;
  }
}

.js-link:hover {
  cursor: pointer;
}

.bg-dark {
  background-color: rgba(0, 0, 0, 0) !important;
}

.black {
  color: black;
}

.map {
  pointer-events: none;
  min-height: 500px;
  background-color: white;
}

#map {
  margin-top: 340px;
  width: 100%;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  #map {
    margin-top: 100px;
  }
}

.headline {
  font-family: 'Montserrat', sans-serif;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 5.6px;
  line-height: 84px;
  text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .headline {
    font-size: 45px;
    letter-spacing: 2.7px;
    line-height: 55px;
  }
}

.find-out-more {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 3px;
}

.navbar {
  background-color: black !important;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .navbar-collapse {
    height: 100vh;
  }
}

.nav-item .nav-link {
  color: white !important;
  opacity: 1 !important;
  font-weight: 400;
}

@media (max-width: 768px) {
  .nav-item .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.nav-item.active .nav-link {
  font-weight: 700 !important;
}

@media only screen and (max-width: 768px) {
  .dropdown-menu {
    display: block;
    position: static;
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    margin-top: 0;
    position: static;
    width: 100%;
  }
  .dropdown-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-nav .dropdown-menu > li > a,
  .navbar-nav .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: #777;
  }
}

#carousel_capabilities .carousel-indicators {
  position: absolute;
  padding: 0;
  width: 120px;
  left: 0;
  margin: 0;
  margin-left: 35px;
  height: 50px;
  background-color: none;
}

#carousel_capabilities .carousel-indicators li {
  text-align: left;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  margin: 10px;
  border: 1px solid white;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}

#carousel_capabilities .carousel-indicators li.active {
  background-color: white;
}

.nav-link {
  text-shadow: 0 0 10px black;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1.2px;
  margin-left: 10px;
  margin-right: 10px;
}

.nav-link[aria-expanded="true"] img {
  transform: rotate(180deg);
}

.dropdown-menu {
  min-width: 180px;
  border-radius: 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 0;
  background-color: black;
}

@media only screen and (max-width: 768px) {
  .dropdown-menu {
    border-top: none;
    border-bottom: none;
  }
}

.dropdown-menu .dropdown-item {
  color: white;
}

.dropdown-menu .dropdown-item:hover {
  color: black;
}

.dropdown-menu .dropdown-item:active {
  color: white;
  background-color: #333;
}

.tag {
  text-align: right;
  text-transform: uppercase;
  position: absolute;
  height: 100px;
  width: 200px;
  left: 0;
  margin-left: 0;
  margin-top: 50px;
  transform: rotate(-90deg);
}

.text-over-image {
  position: relative;
}

.text-over-image .image {
  margin-top: 70px;
}

.text-over-image .image img {
  box-shadow: 35px 25px 40px rgba(0, 0, 0, 0.4);
}

.text-over-image .text {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  z-index: 100;
}

.text-over-image .text .col-sm-6 {
  position: relative;
  min-height: 100%;
}

.text-over-image .text .col-sm-6 .middle {
  position: absolute;
  top: 50%;
  margin-top: -200px;
}

.text-over-image .text .col-sm-6 .bottom {
  position: absolute;
  bottom: 0;
}

.text-over-image-contact {
  position: relative;
}

.text-over-image-contact .image {
  margin-top: 70px;
}

.text-over-image-contact .image img {
  box-shadow: 35px 25px 40px rgba(0, 0, 0, 0.4);
}

.text-over-image-contact .text {
  position: absolute;
  min-height: 500px;
  top: 0;
  z-index: 100;
}

.text-over-image-contact .text .col-sm-6 {
  position: relative;
  min-height: 500px;
}

.text-twin {
  margin-top: -40px;
  margin-bottom: 70px;
  padding-top: 170px;
  padding-bottom: 50px;
  background-color: #fff;
  color: #000;
}

.text-twin .tag {
  color: #000;
}

.text-twin .col-left {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 33px;
  text-align: right;
}

.text-twin .col-right {
  padding-top: 100px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.features-capabilities {
  margin-top: -70px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.features-capabilities .tag {
  color: #000;
}

.features-capabilities h3 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
}

.features-capabilities p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 3px;
}

.features-capabilities .col-left img {
  box-shadow: 30px 20px 40px rgba(0, 0, 0, 0.4);
}

.features-capabilities .col-left .text {
  position: absolute;
  z-index: 100;
  top: 100px;
  left: 60px;
}

.features-capabilities .col-left .text p {
  text-transform: uppercase;
}

.features-capabilities .col-right {
  padding-top: 100px;
}

.features-capabilities .col-right img {
  box-shadow: 30px 20px 40px rgba(0, 0, 0, 0.4);
}

.features-capabilities .col-right .text {
  margin-top: 100px;
  position: absolute;
  z-index: 100;
  top: 100px;
  right: 60px;
}

.features-capabilities .col-right .text p {
  text-transform: uppercase;
}

.twin-cols .headline {
  text-shadow: 5px 5px 20px rgba(0, 0, 0, 0);
}

.features-projects {
  margin-top: -70px;
  margin-bottom: 70px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.features-projects h2 {
  color: #000000;
  font-size: 40px;
  letter-spacing: 4px;
  font-weight: bold;
}

.features-projects p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 3px;
}

.features-projects .col-left {
  min-height: 350px;
}

.features-projects .col-left img {
  position: absolute;
  left: 0;
  margin-left: -140px;
  margin-top: 140px;
  box-shadow: none;
}

.features-projects .col-left .text {
  position: relative;
  z-index: 100;
  top: 220px;
  left: 0px;
}

.features-projects .col-right {
  padding: 0;
  padding-top: 100px;
}

.features-projects .col-right img {
  box-shadow: none;
}

.features-projects .col-right .text {
  margin-top: 100px;
  position: absolute;
  left: 60px;
  z-index: 100;
  top: 120px;
}

@media (max-width: 768px) {
  .features-projects .col-right .text {
    top: 80px;
  }
}

#dropdownMenuButton img {
  width: 30px;
}

.contact-deets {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 19px;
}

.contact-deets .deets {
  height: 80px;
  line-height: 80px;
}

.contact-deets .deets span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

footer {
  background-color: black;
  padding: 0;
  padding-bottom: 15px;
}

footer .footer {
  background-color: black;
}

footer .send-message {
  width: 100%;
  position: absolute;
  left: 0;
  margin-top: -100px;
}

footer .send-message .footer {
  padding: 40px;
  padding-left: 176px;
  padding-right: 0;
  height: 100px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 19px;
  text-transform: uppercase;
}

footer .send-message .footer::after {
  display: block;
  position: absolute;
  z-index: 100;
  width: 146px;
  left: 0px;
  top: 50px;
  border: 1px solid white;
  content: "";
}

footer a, footer a:hover {
  color: white;
}

footer h3 {
  color: #313131;
  font-size: 90px;
  font-weight: bold;
  letter-spacing: 5.2px;
  line-height: 108px;
}

@media (max-width: 768px) {
  footer h3 {
    font-size: 50px;
    letter-spacing: 3px;
    line-height: 55px;
    margin-bottom: 180px;
  }
}

footer .col-left {
  min-width: 100%;
  padding: 0;
}

footer .col-left img {
  max-width: 220px;
  margin-top: -16px;
}

@media (max-width: 768px) {
  footer .col-left img {
    margin-top: 16px;
  }
}

footer .col-right {
  position: relative;
  min-width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 19px;
}

footer .col-right .text {
  position: absolute;
  bottom: 24px;
  right: 0;
}

.white-block {
  position: absolute;
  height: 100px;
  margin-top: -140px;
  background-color: white;
}

.feature-countdown {
  margin: 0;
  padding: 0;
}

.feature-countdown h2 {
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 5.6px;
}

@media (max-width: 768px) {
  .feature-countdown h2 {
    font-size: 45px;
    letter-spacing: 2.7px;
    line-height: 55px;
  }
}

.feature-countdown h3 {
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 5.6px;
}

@media (max-width: 768px) {
  .feature-countdown h3 {
    margin-top: -50px;
    font-size: 45px;
    letter-spacing: 2.7px;
    line-height: 55px;
  }
}

.feature-countdown .number {
  margin-top: -70px;
  padding-bottom: 40px;
  color: #000000;
  font-size: 200px;
  font-weight: bold;
  letter-spacing: 5.6px;
}

.feature-countdown .number::after {
  display: block;
  position: absolute;
  z-index: 100;
  width: 65%;
  right: 0;
  top: 46px;
  border: 1px solid white;
  content: "";
}

@media (max-width: 768px) {
  .feature-countdown .number {
    margin-top: -20px;
    font-size: 100px;
    letter-spacing: 2.8px;
    line-height: 122px;
  }
}

.capabilities-page {
  margin: 0;
  padding: 0;
}

.capabilities-page h2 {
  position: absolute;
  z-index: 100;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 5.6px;
}

@media (max-width: 768px) {
  .capabilities-page h2 {
    position: relative;
    font-size: 45px;
    letter-spacing: 2.7px;
    line-height: 55px;
  }
}

@media (max-width: 768px) {
  .capabilities-page .text {
    margin-top: -50px;
  }
  .capabilities-page img {
    margin-left: 20%;
    width: 80%;
  }
  .capabilities-page img.alt {
    margin-left: 0%;
  }
}

.capabilities-page h3 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

.capabilities-page .image-left {
  padding-top: 70px;
  position: relative;
}

.capabilities-page .image-left .text {
  width: 60%;
  position: absolute;
  right: 0;
  top: 40%;
}

.capabilities-page .image-left .text .paragraph {
  width: 40%;
  font-size: 16px;
  margin-left: 200px;
}

.capabilities-page .image-right {
  padding-top: 70px;
  position: relative;
}

.capabilities-page .image-right .text {
  width: 60%;
  position: absolute;
  left: 10%;
  top: 40%;
}

.capabilities-page .image-right .text .paragraph {
  width: 40%;
  font-size: 16px;
}

.capabilities-page .mba {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -180px;
}

@media (max-width: 768px) {
  .capabilities-page .mba {
    margin-top: 0;
    width: 50%;
    margin-left: 10%;
    position: relative;
  }
}

.features-cta-footer {
  margin-top: -70px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.features-cta-footer .tag {
  color: #000;
}

.features-cta-footer h3 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
}

.features-cta-footer p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 3px;
}

.features-cta-footer h2 {
  color: #FFFFFF;
  font-size: 40px;
  letter-spacing: 4px;
  font-weight: bold;
  line-height: 55px;
}

.features-cta-footer.white {
  background-color: white;
  color: #000;
}

.features-cta-footer.white .tag {
  color: #000;
}

.features-cta-footer.white h3 {
  color: #fff;
}

.features-cta-footer.white p {
  color: #fff;
}

.features-cta-footer.white h2 {
  color: #000;
}

.contact-form-cta {
  padding: 40px;
  padding-left: 176px;
  padding-bottom: 25px;
  height: 60px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 19px;
  text-transform: uppercase;
}

.contact-form-cta::after {
  display: block;
  position: absolute;
  z-index: 100;
  width: 116px;
  left: 26px;
  top: 89px;
  border: 1px solid white;
  content: "";
}

.contact-form {
  position: absolute;
  width: 100%;
  z-index: 100;
  margin-top: 0px;
  min-height: 100%;
  padding: 40px;
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  .contact-form {
    position: relative;
  }
}

@media (max-width: 768px) {
  .contact-form {
    padding-right: 10px;
  }
}

.contact-form .form {
  padding: 0;
  width: 100%;
  min-height: 100%;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.5);
}

.contact-form .form label {
  margin-bottom: 15px;
}

.contact-form .form input, .contact-form .form textarea {
  margin-bottom: 30px;
  color: white;
  min-height: 50px;
  background-color: #373737;
  border-radius: 0;
  border: none;
}

.contact-form .form input:focus, .contact-form .form textarea:focus {
  border-bottom: 1px solid white;
}

.contact-form .form .form-inner {
  padding: 50px;
  padding-bottom: 0px;
}

.contact-form .form .form-inner h4 {
  font-weight: bold;
  font-size: 34px;
}

.contact-form .form .btn-lg {
  color: white;
  height: 50px;
  border-radius: 0;
  background: none;
  border: 1px solid white;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 19px;
  text-align: center;
}

.feature-project {
  position: relative;
}

.feature-project .text-right h2 {
  position: absolute;
  bottom: 60px;
  right: 0;
}

@media (max-width: 768px) {
  .feature-project .text-right h2 {
    font-size: 45px;
    letter-spacing: 2.7px;
    line-height: 55px;
    position: relative;
  }
}

.feature-project .copy {
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .feature-project .copy {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.feature-project .copy h3 {
  color: #FFFFFF;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 5.6px;
  line-height: 84px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .feature-project .copy h3 {
    font-size: 45px;
    letter-spacing: 2.7px;
    line-height: 55px;
    position: relative;
  }
}

.feature-project .copy a {
  color: white;
  text-decoration: none;
}

.feature-project .copy ul, .feature-project .copy li {
  margin: 0;
  padding: 0;
}

.feature-project .copy ul {
  margin-top: 40px;
}

.feature-project .copy li {
  padding: 10px;
  height: 40px;
  width: 100%;
  margin-bottom: 20px;
  max-width: 335px;
  background-color: #373737;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.5);
  list-style-type: none;
}

.feature-project .copy li.alt {
  background: none;
  border: 1px solid white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 20px;
}

.feature-project .carousel {
  margin-right: -15px;
  position: relative;
}

.feature-project .carousel-indicators-holder {
  position: absolute;
  display: block;
  height: 61px;
  width: 300px;
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(46.87deg, #313131 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#313131',GradientType=1 );
  /* IE6-9 */
  margin-right: auto;
  margin-left: -90px;
  bottom: 30px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.5);
}

.feature-project .carousel-indicators-holder ol {
  padding-top: 53px;
}

@media (max-width: 768px) {
  .feature-project .carousel-indicators-holder {
    margin-left: 10px;
    bottom: -50px;
  }
}

.feature-project .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 5px;
  margin: 10px;
  margin-bottom: 0;
  border: 1px solid white;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}

.feature-project .carousel-indicators li.active {
  background-color: white;
}

@media (max-width: 768px) {
  .feature-project {
    position: relative;
    min-height: 80vh;
  }
  .feature-project h2 {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 2.7px;
    line-height: 55px;
  }
}

.carousel-arrows-holder {
  margin-top: 30px;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}

.contact-page .copy {
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .contact-page .copy {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.contact-page .copy h3 {
  color: #FFFFFF;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 5.6px;
  line-height: 84px;
}

@media (max-width: 768px) {
  .contact-page .copy h3 {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 2.7px;
    line-height: 55px;
  }
}

.contact-page .copy a {
  color: white;
  text-decoration: none;
}

.contact-page .copy ul, .contact-page .copy li {
  margin: 0;
  padding: 0;
}

.contact-page .copy ul {
  margin-top: 20px;
}

.contact-page .copy li {
  padding: 10px;
  height: 40px;
  width: 100%;
  margin-bottom: 20px;
  max-width: 335px;
  background-color: #373737;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.5);
  list-style-type: none;
}

.contact-page .copy li.alt {
  background: none;
  border: 1px solid white;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}

.contact-page .contact-copy {
  width: 100%;
  position: absolute;
}

@media (max-width: 768px) {
  .contact-page .contact-copy {
    position: relative;
  }
}

.contact-page .contact-copy .contact-form-cta::after {
  top: 50px;
}

.projects {
  background-color: white;
  padding-top: 80px;
  padding-bottom: 100px;
}

.projects .tag {
  color: black;
}

.projects .project {
  margin-top: 50px;
  margin-bottom: 50px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,313131+100 */
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, #313131 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#313131',GradientType=0 );
  /* IE6-9 */
  position: relative;
}

@media (max-width: 768px) {
  .projects .project .thisone {
    padding-left: 0;
  }
}

.projects .project .copy {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 40px;
  padding-bottom: 0;
  margin-bottom: 30px;
  position: relative;
}

.projects .project .copy p {
  margin-bottom: 40px;
}

.projects .project .copy .close-button {
  position: absolute;
  z-index: 150;
  top: 15px;
  right: 0;
}

.projects .project .copy .close-button img {
  width: 35px;
}

.projects .project .copy .insitu-form {
  position: absolute;
  display: block;
  min-height: 720px;
  min-width: 570px;
  margin: -65px;
  margin-top: -40px;
  margin-bottom: 0px;
  z-index: 100;
  top: 0px;
}

@media (max-width: 768px) {
  .projects .project .copy .insitu-form {
    min-width: 116%;
    min-height: 720px;
    padding-right: 10px;
  }
  .projects .project .copy .insitu-form .contact-form {
    min-height: 720px;
  }
}

.projects .project .copy h3 {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 48px;
  margin-bottom: 30px;
}

.projects .project .copy a {
  color: white;
  text-decoration: none;
}

.projects .project .copy ul, .projects .project .copy li {
  margin: 0;
  padding: 0;
}

.projects .project .copy ul {
  margin-top: 20px;
}

.projects .project .copy li {
  padding: 10px;
  height: 40px;
  width: 100%;
  margin-bottom: 20px;
  max-width: 335px;
  background-color: #373737;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.5);
  list-style-type: none;
}

.projects .project .copy li.alt {
  background: none;
  border: 1px solid white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 40px;
}

.projects .project .carousel {
  margin-right: -15px;
  position: relative;
}

.projects .project .carousel-indicators-holder {
  padding-top: 23px;
  position: absolute;
  display: block;
  height: 61px;
  width: 300px;
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(46.87deg, #313131 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#313131',GradientType=1 );
  /* IE6-9 */
  right: 0;
  margin-left: auto;
  margin-right: 20px;
  margin-top: -40px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.5);
}

.projects .project .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 5px;
  margin: 10px;
  margin-bottom: 0;
  border: 1px solid white;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}

.projects .project .carousel-indicators li.active {
  background-color: white;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
  margin-top: 5px;
}

.carousel-control-next {
  transform: rotate(180deg);
  margin-top: -9px;
}

#heard_tag {
  background-color: #000;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-bottom: 2px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.4px;
  padding: 8px;
  text-transform: uppercase;
}

#heard_tag a {
  color: #FFFFFF;
}

/*# sourceMappingURL=tricon.css.map */
