@media (max-width: 1198px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  #trial{
    width:150px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block!important;
  }
  .collapsing {
    overflow: hidden!important;
  }
  .carousel-indicators {
    bottom: 1px;
  }
  .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 1px;
    cursor: pointer;
    background-color: #141414;
    border-radius: 0px;
    border: none;
  }
  .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px;
    background-color: #cff901;
    border: none;
  }
}
@media (min-width: 991px) {
  .carousel-indicators {
    bottom: 5px;
  }
  .carousel-indicators li {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 1px;
    cursor: pointer;
    background-color: #141414;
    border-radius: 0px;
    border: none;
  }
  .carousel-indicators .active {
    width: 25px;
    height: 25px;
    margin: 1px;
    background-color: #cff901;
    border: none;
  }
}
body {
  background-color: #141414;
  font-family: 'Lato', sans-serif;
  ;
  color: #fff;
}
.navbar-inverse {
  background-color: #141414;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid rgb(191, 191, 191);
  max-width: 1440px;
}
.navbar-inverse .navbar-brand {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.navbar-inverse .navbar-nav>li>a {
  color: #cff901;
}

.navbar-right{
  font-size: 11px;
}

#trial {
  background-color: #cff901;
  color: #000;
}
#trial:hover {
  background-color: rgb(217, 30, 24);
  color: #fff;
}
.troma-link {
  font-family: 'Creepster';
  font-size: 18px;
  letter-spacing: 3px;
}

#carousel {
  max-width: 1440px;
  margin-bottom: 25px;
}

/**transtion speed**/

.carousel-inner > .item {
  transition: left 2s ease-in-out 0s;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%;
  margin: auto;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
#bottom{
  margin-bottom: 20px;
}
.footer-distributed {
  background-color: #141414;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font-family: 'Lato', sans-serif;
  margin-top: 0px;
  padding: 20px 20px 0px 0px;
}
.footer-distributed .footer-left p {
  color: #8f9296;
  font-size: 12px;
  margin: 0px;
}

/* Footer links */

.footer-distributed p.footer-links {
  font-size: 14px;
  font-weight: bold;
  color: #cff901;
}
.footer-distributed p.footer-links a:hover {
  color: #fff;
}
.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}
.footer-distributed .footer-right {
  float: right;
  margin-top: 6px;
  max-width: 200px;
  text-align: center;
}
.footer-distributed .footer-right a:not(#lk) {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  padding: 5px;
}
.footer-distributed .footer-right p {
  font-size: 12px;
  margin-bottom: 10px;
}
.footer-distributed .footer-right #lk {
  font-size: 12px;
  display: inline;
  text-decoration: none;
  color: #cff901;
  background-color: transparent;
}
.footer-distributed .footer-right #lk:hover {
  color: #fff;
}
.footer-distributed .footer-right #follow-troma {
  margin-bottom: 20px;
}

@media (max-width: 735px) {

  .footer-distributed .footer-left, .footer-distributed .footer-right {
    text-align: center;
  }
  .footer-distributed .footer-right{
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
  .footer-distributed .footer-right p {
    font-size: 10px;
  }
  .footer-distributed .footer-right a:not(#lk) {
    font-size: 10px;
    width: 20px;
    height: 20px;
    padding: 2px;
  }
  .footer-distributed .footer-right #lk {
    font-size: 10px;
  }
  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8;
    font-size: 10px;

  }
  .footer-distributed .footer-left p {
    font-size: 10px;
    display:none;
  }
  .footer-distributed .footer-left address{
    font-size: 10px;
    display: none;
  }
.footer-distributed .footer-left .sm-footer{
  display: block;
  float: none;
}
