.header a, .header .btn {
  outline: 0;
  text-decoration: none;
  color: inherit; }

.header-brand h1, .header-brand h2, .header-brand h3, .header-brand h4, .header-brand h5, .header-brand h6 {
  margin: 0;
  padding: 0;
  line-height: 60px;
  font-size: 2.3em;
  color: white; }

.label-new {
  background-color: #13a89e; }

.carousel {
  height: 350px;
  margin-bottom: 60px; }
  .carousel .item {
    height: 350px;
    background-color: #777; }

.carousel-caption {
  z-index: 10; }

@media (min-width: 768px) {
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4; } }
.form-signin {
  max-width: 330px;
  padding: 8px;
  margin: 0 auto;
  background-color: #f7f7f7;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }
  .form-signin img {
    margin: 0 25%; }
  .form-signin .form-signin-heading {
    margin-bottom: 10px; }
  .form-signin .checkbox {
    margin-bottom: 10px;
    font-weight: normal; }
  .form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    box-sizing: border-box; }
    .form-signin .form-control:focus {
      z-index: 2; }
  .form-signin input[type="text"] {
    margin-bottom: -1px;
    border-radius: 0; }
  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-radius: 0; }

.heading {
  font-size: 25px; }

.heading-desc {
  font-size: 18px; }

.help {
  margin-top: 10px; }

.header {
  width: 100%;
  display: block;
  z-index: 999;
  color: #bdc3c7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white; }
  .header .animated {
    animation-duration: 0.34s !important; }
  .header.fixed {
    position: fixed; }
  .header.fixed-side {
    position: absolute; }
  .header .form-inline {
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    line-height: 56px; }
    .header .form-inline.pull-left {
      margin-left: 30px; }
      .header .form-inline.pull-left .toggle-search {
        left: -30px;
        right: auto; }
        .header .form-inline.pull-left .toggle-search .btn-default {
          right: auto;
          left: 0; }
      .header .form-inline.pull-left .form-control {
        padding-right: 12px;
        padding-left: 34px; }
      .header .form-inline.pull-left + .header-menu {
        margin-left: 30px; }
    .header .form-inline .btn-expand-search {
      position: absolute;
      top: 0;
      right: 0;
      line-height: 48px;
      z-index: 1; }
    .header .form-inline .toggle-search {
      position: absolute;
      background: #232332;
      top: 0;
      right: 0;
      visibility: hidden;
      opacity: 0;
      width: 0;
      z-index: 2;
      transition: width .3s ease; }
      .header .form-inline .toggle-search.intype {
        visibility: visible;
        opacity: 1;
        width: 300px; }
      .header .form-inline .toggle-search .btn-default {
        top: 14px;
        right: 0; }
    .header .form-inline .form-control {
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.25);
      color: #bdc3c7;
      border: 0;
      padding-right: 34px;
      width: 100%;
      box-shadow: none;
      border-radius: 3px; }
    .header .form-inline .btn-default {
      position: absolute;
      top: 0;
      background-color: transparent;
      background-image: none;
      border: 0;
      color: #bdc3c7;
      box-shadow: none;
      text-shadow: none; }
    .header .form-inline + .header-menu {
      margin-right: 40px; }

.header-brand {
  float: left;
  display: block;
  margin-right: 20px;
  margin-top: 5px; }
  .header-brand a {
    color: inherit;
    text-decoration: none; }
  .header-brand .brand-logo {
    margin: 0;
    padding: 0;
    height: 60px;
    width: auto;
    line-height: 60px;
    outline: 0;
    margin-left: 10px; }

.rightlogo {
  float: right;
  margin-top: 10px; }

.headerstrip {
  width: 100%;
  background-color: #404041;
  color: white;
  margin: 0 auto;
  height: 30px;
  margin-top: 10px; }

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px; }

.sidebar .animated {
  animation-duration: 0.34s !important; }

/*# sourceMappingURL=index.css.map */
