
#myCarousel .carousel-caption {
    background-color: rgba(63, 63, 63, .5) !Important;
    color: rgba(255, 255, 255, 1) !Important;
    font-weight: 400;
    bottom: 0px;
    top: auto !Important;
    left: 0px;
    right: 0px;
    padding-right: 10%;
    padding-left: 10%;
}



#myCarousel img {
    width: 100%;
}



#myCarousel .carousel-caption p {
    margin-bottom: 30px;
}


#myCarousel .carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 45px;
    height: 45px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff !important;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-decoration: none !important;
    z-index: 100;
}

    #myCarousel .carousel-control.right {
        left: auto;
        right: 15px;
    }

    #myCarousel .carousel-control:hover {
        color: #ffffff;
        text-decoration: none !important;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }


/*#myCarousel .carousel-inner > .item {
height: 507px;
}*/





@media (max-width:768px) {

    /*#myCarousel .carousel-control {
                display: none;
            }*/
}

@media (max-width: 930px) {
    #myCarousel .carousel-caption {
        display: none;
    }
}
