
/* MODAL OVERRIDES */
.modal-lg{
    width: 85%;
    min-width: 763px;
    max-width: 1200px;
}
.modal-content{
    
    color: white;
    background-color: rgba(0,0,0,0.95);
    border-radius: 0;
}
.modal-header{
    font-family: hurtmold;
}
.modal-header > h4{
    font-size: 32px;
}
.modal-footer{
    border:0;
}
.close{
    color: white;
    opacity: .9;
}
.close:hover{
    color: gray;
    opacity: .9;
}

/* Image Carousel */
.carousel-portfolio .carousel-indicators li.active img {
    opacity: 1;
}
.carousel-portfolio .carousel-indicators li:hover img {
    opacity: 0.75;
}
.carousel-portfolio {
    margin: 20px auto;
    width: 700px;
}
.carousel-outer{
    position: relative;
}
.embed-video{
    margin: 20px auto;
    width: 700px;
}
.carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    padding-left: 87px;
}
.carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: 50px;
    margin: 0 !important;
    width: 100px;
}
.carousel-indicators li.active{
    width: 100px;
    height: 50px;
}
.carousel-indicators li.active img {
    opacity: 1;
}
.carousel-indicators li img {
    display: block;
    opacity: 0.5;
}