
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: #ddd;
  color: black;
}

.main {
  padding: 16px;
  margin-top: 30px;
  height: 1500px;
  /* Used in this example to enable scrolling */
}
/*  */
#powerHunterResult
{
  display: none;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* width: 50%; */
}
.navbar-inverse {

    background-color: #fe5049 !important;
    border-color: #fe5049 !important;

}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {

    color: black !important;
    background-color: #ffff66 !important;

}
.navbar-inverse .navbar-nav > li > a {

    color: #fff !important;
font-family: "Raleway", sans-serif;
}
.navbar {
    border-top: 1px solid #ffff66 !important;
    border-bottom: 1px solid #ffff66 !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    margin-bottom: 3px !important;
}
/* banner */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
.carousel-inner .item a > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
form .website{ display:none; } 
#exTab2 ul li  a
{
  font-size: 18px;
}
#exTab2 ul li:active
{
  font-size: 18px;
  color:red !important;
}
.scroll
{
  height: 350px;
  overflow: hidden;
}

@media (max-width: 767px) {
.watch
{
  display: none;
}
}
.mandatory
{
  color:red;
}