div.active:focus {
    outline:dotted 1px #000
}
a {
    outline:none;
    border: none;
    text-decoration: none;
}
.close:hover,
.close:focus {
    outline:dotted 1px #000
}

.carousel img {
    height:100% !important;
    width:100% !important
}
.carousel-caption {
    position: absolute;
    top: 7.75vw;
    right: 0px;
    left: 0;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 1132px;
    margin: 0px auto;
}
.carousel-inner .carousel-caption h1 {
    font-size: 59px;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.45em;
    font-family: "Oswald-Bold", sans-serif;
    font-weight: bold;
    color: #FFFFFF;
}
.carousel-inner .carousel-caption p {
    font-size: 19px;
    margin-bottom: 50px;
    color: #fff;
}

.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 #428bca;
}
.carousel-control.left, .carousel-control.right {
    background-image: none !important;

}
.glyphicon-chevron-left {
    top: 46.75% !important;
}
.glyphicon-chevron-right {
    top: 46.75% !important;
}
.glyphicon-chevron-left:focus, .glyphicon-chevron-right:focus, .glyphicon-chevron-left:active, .glyphicon-chevron-right:active, .glyphicon-chevron-left:hover, .glyphicon-chevron-right:hover{
    border: 2px solid #428bca !important;
    border-radius: 100%;
}
.glyphicon-chevron-left:before, .glyphicon-chevron-right:before {
    content: "" !important;
}
.carousel-inner,.item,.carousel-slide {
}
.carousel-indicators-container {
    position: absolute;
    top: 50%;
    right: 0px;
    left: 0;
    z-index: 1;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 1132px;
    margin: 0px auto;
    text-align: left;
    width: auto;
    height: auto;
}
.carousel-indicators {
    position: absolute;
    padding: 0px;
    margin: 0px;
    text-align: left;
    width: auto;
    display: block;
    padding-top: 10px;
    min-width: 90px;
    left: 0px;
}
 .carousel-indicators.active {
    border: 2px solid #428bca;
}
.carousel .carousel-indicators li.active,
.carousel .carousel-indicators.active li.active {
    background-color:transparent;
    box-shadow:none;
    height:13px;
    margin:1px;
    width:13px
}
.carousel .carousel-indicators li.active {
   background-color:#FFFFFF !important;
 }

.carousel .carousel-indicators li {
    background: transparent;
    height: 18px !important;
    width: 18px !important;
    border-radius: 100%;
    margin-right: 15px !important;
    display: inline-block;
    border: 2px solid #FFFFFF;
    opacity: 0.2;
    padding: 0px;
}
.carousel .carousel-indicators li.active, .carousel .carousel-indicators li:focus, .carousel .carousel-indicators li:hover {
    outline: none !important;
    background: #FFFFFF;
    opacity: 1;
}
.carousel .carousel-control {
    z-index:11
}

@media (max-width: 640px) {
    .carousel {
        font-size:0.8em
    }
}
.carousel-tablist-highlight {
    display:block;
    position:absolute;
}
button.carousel-pause-button {
    position: absolute;
    top: -30em;
    left: -300em;
}
button.carousel-pause-button:focus, button.carousel-pause-button:active {
    position: absolute;
    top: 1em;
    left: 1em;
}

.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: 0.85;
}

@media all and (max-width: 1024px) {
    .carousel-inner .carousel-caption p {
        font-size: 1.2em;
    }
}
