/* Subnav */
.subnav {
  width: 100%;
  height: 36px;
  background-color: #eeeeee; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.subnav .nav {
  margin-bottom: 0;
}
.subnav .nav > li > a {
  margin: 0;
  padding-top:    11px;
  padding-bottom: 11px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
  font-weight:bold;
  padding-left: 13px;
  color: #777;
  background-color: #e9e9e9;
  border-right-color: #ddd;
  border-left: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
     -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
          box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
  border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
  border-left: 0;
  padding-left: 12px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.subnav .nav > li.title > a {
  color:#333 !important;
  font-size:180%;
}

.subnav .nav > li.title.active > a {
  font-weight:normal;
}

.subnav .nav > li:last-child > a {
  border-right: 0;
}
.subnav .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.subnav-fixed {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 1030;
  border-color: #d5d5d5;
  border-width: 0 0 1px; /* drop the border on the fixed edges */
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
     -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
}

.subnav-fixed .nav {
  margin: 0 auto;
  padding: 0 1px;
}
.subnav-fixed .nav > li:first-child > a,
.subnav-fixed .nav > li:first-child > a:hover {
  padding-left:2px;
}

@media (max-width: 979px) {
  .subnav-fixed .nav {
    width: 724px;
  }
}
@media (min-width: 980px) {
  .subnav-fixed .nav {
    width: 938px;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}

@-webkit-keyframes lightglow-effect-1{
0%{
  -webkit-transform:scale(1.02) translate3d(0,-1px,0);
  opacity:1;
}
15%,85%{
opacity:0
}
100%{
-webkit-transform:scale(1.02) translate3d(0,-1px,0);opacity:1
}

}
@-webkit-keyframes lightglow-effect-2{
0%,5%,35%,100%{
opacity:0
}
20%{
-webkit-transform:scale(1.02) translate3d(0,-1px,0);opacity:1
}

}
@-webkit-keyframes lightglow-effect-3{
0%,25%,55%,100%{
opacity:0
}40%{
-webkit-transform:scale(1.02) translate3d(0,-1px,0);opacity:1
}
}
@-webkit-keyframes lightglow-effect-4{
  0%,45%,75%,100%{
  opacity:0
  }
  60%{
  -webkit-transform:scale(1.02) translate3d(0,-1px,0);opacity:1
  }
}
@-webkit-keyframes lightglow-effect-5{
  0%,65%,95%,100%{
  opacity:0
  } 80%{
  -webkit-transform:scale(1.02) translate3d(0,-1px,0);opacity:1
  }
}

@-webkit-keyframes simpleone {
0%,100%{
  -webkit-transform:scale(1) translate3d(0,-1px,0);
}50%{
  -webkit-transform:scale(1.1) translate3d(0,-1px,0);
}
}
