.banner {
    background-color:#1b2f51;
    width: 100%;
    height: 774px;
    padding: 20px;
}
.shortcut {
    background-color:rgba( 0,0,0,0.8);
    width: 100%;
    max-width: 698px;
    margin:0 auto;
    height: 364px;
    color:#ccc;
    padding: 20px 10px 20px 10px;
    font-size:15px;
}
.shortcut a {
    color:#ccc;
}
.shortcut a:hover {
    text-decoration: none;
}
.shortcut h3 {
    font-size:18px;
}
.shortcut hr {
    margin: 2px 10px 2px 10px auto;
    width: 85%;
}
.shortcut i {
    font-size:24px;
    vertical-align: middle;
}
.shortcut ul {
    padding:0 15px;
    margin: 0 auto;
}
.shortcut li {
    list-style:none;
    margin: 33px 0 33px 0;
}
.shortcut li:hover {
    opacity:0.7;
}
.shortcut-sidebar .shortcut {
    background: #1b2f51;
    color:#ecbd43;
}
.shortcut-sidebar .shortcut a {
    color:#ecbd43;
}
.shortcut-sidebar .shortcut a:hover {
    text-decoration: none;
}
.banner #carousel img {
    height: 364px;
}
.banner .carousel-indicators {
    text-align: right;
    width: 75%;
}

.banner .carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 30px;
    padding:5px;
    cursor: pointer;
    border-radius:0;
    color:#FFF;
    font-weight:bold;
    background-color:#1b2f51;
    border:0;
}

.carousel-indicators .active {
    margin: 0;
    width: 20px;
    height: 30px;
    background-color: rgba( 0,0,0,0) !important;
    border:0;
}

.banner .carousel-inner .item {
    width: 100%;
    min-height: 364px;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
@media (min-width: 992px) {
  .banner .col-lg-9 {
    padding-right:0;
  }
  .banner .col-lg-3 {
    padding-left:0;
  }
  .banner {
    height: 404px;
  }
}

@media (min-width: 767px) {
    .shortcut-sidebar .shortcut {
        max-width: 100%;
    }
}
