.btn:focus {
    outline: 2px solid #005A92 !important;
}
div.active:focus {
    outline: 2px solid #005A92 !important;
}
a {
    outline:none;
    border: none;
    text-decoration: none;
}
.close:hover,
.close:focus {
    outline: 2px solid #005A92 !important;
}
.nav>li>a:hover,
.nav>li>a:focus {
    outline: 2px solid #005A92 !important;
}
.carousel img {
    height:100% !important;
    width:100% !important
}
.carousel {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.carousel-caption {
    position: absolute;
    top: 6.75%;
    right: 0px;
    left: 9%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
}
.carousel-caption a:focus {
    display: block;
}
.carousel-inner .carousel-caption h1 {
    color:#FFFFFF;
    font-size: 4em;
}
.carousel-inner .carousel-caption p {
    font-size: 24px;
    margin-bottom: 40px;
    color: #fff;
}
.carousel-inner .carousel-caption .slider_button {
    background-color: #EEA904;
    color: #333333;
    border:none;
    text-decoration: none;
    font-weight: bold;
    font-size:18px;
    padding:12px 24px;
    border-radius:4px;
}
.carousel-inner .carousel-caption .slider_button:hover {
    background-color: #26B7E0;
    color: #ffffff;
}
.carousel-inner .carousel-caption {
    color: #fff;
    text-align: left;
    text-shadow: none;
}
.carousel-control {
    opacity: 1.0 !important;
    width: auto !important;
}
.carousel-control:focus, .carousel-control:active, .carousel-control:hover {
border: 2px solid #2a6496;
}
.carousel-control.left, .carousel-control.right {
    background-image: none !important;

}
.glyphicon-chevron-left {
    background-image: url(../images/prevbutton.png);
    width: 59px !important;
    height: 59px !important;
    top: 46.75% !important;
    margin-left: 40px !important;
    margin-top: 0px !important;
}
.glyphicon-chevron-right {
    background-image: url(../images/nextbutton.png);
    width: 59px !important;
    height: 59px !important;
    top: 46.75% !important;
    margin-right: 40px !important;
    margin-top: 0px !important;
}
.glyphicon-chevron-left:focus, .glyphicon-chevron-right:focus, .glyphicon-chevron-left:active, .glyphicon-chevron-right:active {
    border: 2px solid #2a6496 !important;
    border-radius: 100%;
}
.glyphicon-chevron-left:before, .glyphicon-chevron-right:before {
    content: "" !important;
}
.item.active:active, .item.active:focus {
    border: 2px solid #2a6496 !important;
    outline: 0px;
}
.carousel .carousel-indicators {
    height: 11vw;
    text-align: left;
    background-color: rgba(255,255,255,.5);
    left: 0;
    width: 100%;
    bottom: 3%;
    margin-left:0;
    right:auto;
}
.carousel-indicators.active {
    border: none !important;
    outline: 2px solid #005A92 !important;
}
.carousel .carousel-indicators li,
.carousel .carousel-indicators li.active,
.carousel .carousel-indicators.active li,
.carousel .carousel-indicators.active li.active {
    background-color:transparent;
    box-shadow:none;
    height:13px;
    margin:1px;
    width:13px
}
.blue_gradient {
    width: 100%;
    height: 100%;
}
.blue_gradient:hover {
    border: 2px solid #2a6496 !important;
    border-radius: 100%;
    margin-left: -2px;
    margin-top: -2px;
}
.carousel .carousel-indicators li.active .blue_gradient {
    background: rgb(0, 90, 146);
    opacity: 0.5;
    border-radius: 100%;
}
.carousel .carousel-indicators li {
    opacity:0.6 !important;
    width: 9vw !important;
    height: 9vw !important;
    border: 2px solid #fff;
    border-radius: 100%;
    margin-top: 1vw !important;
    margin-right: 1.1554% !important;
    display: inline-block;
    background-size: cover;
    opacity:1 !important;
}
.carousel .carousel-indicators li.active, .carousel .carousel-indicators li:focus, .carousel .carousel-indicators li:hover {
    outline: none !important;
}
.carousel .carousel-indicators li:nth-child(1) {
background-image: url(../images/thumbs/thumb0.png);
    margin-left: 8.043% !important;
}
.carousel .carousel-indicators li:nth-child(2) {
background-image: url(../images/thumbs/thumb1.png);
}
.carousel .carousel-indicators li:nth-child(3) {
background-image: url(../images/thumbs/thumb2.png);
}
.carousel .carousel-indicators li:nth-child(4) {
background-image: url(../images/thumbs/thumb3.png);
}
.carousel .carousel-control {
    z-index:11
}
.carousel-tablist-highlight {
    display:block;
    position:absolute;
}
button.carousel-pause-button {
    position:absolute;top:-30em;
    left:-300em
}
button.focus {
    top:1em;
    left:1em
}
.alert-success {
    color:#2d4821
}
.alert-info {
    color:#214c62
}
.alert-warning {
    color:#6c4a00;
    background-color:#f9f1c6
}
.alert-danger {
    color:#d2322d
}
.alert-danger:hover {
    color:#a82824
}
.dark_gradient {
    background: black;
    background: -webkit-linear-gradient(left, black , transparent);
    background: -o-linear-gradient(right, black, transparent); 
    background: -moz-linear-gradient(right, black, transparent);
    background: linear-gradient(to right, black , transparent); 
}

.dark_gradient img {
    opacity: 1;
}
