html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.img-addon {
    margin-bottom: 10px;
    width:100%;
}

.img-hover:hover {
    opacity: 0.8;
}

.display-1 {
    font-size:44px;
}
.display-4 {
    font-size:24px;
    line-height:32px;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */
footer.footer {    
    margin: 0px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-addon {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}
.carousel-body {
    position:absolute;
    width: 100%;
    top:25%;
    text-align:center;
    color:#fff;
}

.addonlist a > p{
    margin-bottom:15px;
}


h2.page-header {
    margin: 10px 0 25px 0;
    padding-bottom: 15px;
  }
  .user-baseinfo {
    margin-bottom: 25px;
  }
  .user-baseinfo table tr td {
    color: #999;
  }
  @media (min-width: 992px) {
    .user-center .avatar-text,
    .user-center .avatar-img {
      height: 150px;
      width: 150px;
      border-radius: 150px;
      line-height: 150px;
      font-size: 70px;
    }
    .user-center .avatar-img {
      font-size: 0;
    }
    .user-center .avatar-img img {
      height: 150px;
      width: 150px;
      border-radius: 150px;
    }
  }
  .sidebar-toggle {
    display: none;
  }
  @media (max-width: 991px) {
    .sidenav {
      position: fixed;
      top: 50px;
      z-index: 1029;
      height: calc(100vh - 50px);
      padding: 20px 0 20px 0;
      min-width: 250px;
      overflow-y: auto;
      overflow-x: hidden;
      width: 250px;
      left: -250px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .sidebar-toggle {
      display: block;
      position: fixed;
      right: 20px;
      bottom: 70px;
      border-radius: 50%;
      background: #eee;
      font-size: 22px;
      padding: 10px;
      line-height: 30px;
      height: 50px;
      width: 50px;
      text-align: center;
      z-index: 999999;
    }
  }
  body.sidebar-open .sidenav {
    left: 0;
    width: 250px;
    box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
  }
  body.sidebar-open .sidebar-toggle i:before {
    content: "\f00d";
  }
  /*# sourceMappingURL=user.css.map */