.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel-caption{
        left:auto; 
        right:auto;
        top: 20%;
        height: 65%;
        display: inline-block;
        width: 100%;
        text-shadow :1px 1px 2px #115d9d;
}
.carousel-indicators{
        left:auto; 
        right:auto;
        top: 75%;
        height: 10%;
        display: inline-block;
        width: 100%;
}
.carousel-indicators li{
    background-color: #115d9d;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    padding-top: 10px;
    box-shadow: 1px 1px 15px #115d9d;
}
.button-more-blue{
    color:#ffffff;
    box-shadow:none;
    border: 1px dashed #ffffff;
    border-radius: 10px;
    height: 40px;
    background-color: #105C9D;
    width: 200px;
}
.button-more-blue > a, .button-more-blue > a:hover{
    display: inline-block;
    color:#ffcc00!important;
    text-decoration: none!important;
    font-size : 17px;
    margin-top:6px;
    text-shadow: none!important;
}