.slider-box-col{
    padding: 0px;
}
.slider-text-padding{
    padding-top: 0px;
    padding-right: 20px;
}


.carousel-caption{
    width:400px; 
    z-index:10; 
    color:#fff; 
    text-align:left; 
    top:40%; 
    left:20%; 
    bottom:auto;
}

.h2-slider{
    font-size: 34px;
    color:white;
}

.p-slider{
    font-size: 20px;
    color:white;
}

.link-slider{
    padding:10px;
    border:1px solid white;
    z-index: 20;
    color:white
}

.link-text{
    font-size: 15px;
}

.carousel-indicators .active{
    background-color: #E63852;
    opacity: 1;
}
.carousel-indicators li{
    background-color: #cccccc;
}



.slider-box-carousel{
    padding-bottom: 50px;
}
@media only screen and (min-width : 320px) {
    .slider-box img{
        margin-top: 0px;
        margin-left: 0px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    .slider-box img{

        margin-top: 0px;
        width: 100% !important;
        height: auto;
        margin-left: 0px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .slider-box img{

        margin-top: 0px;
        width: 100% !important;
        height: auto;
        margin-left: 0px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .slider-box img{

        margin-top: 0px;
        width: 100% !important;
        height: auto;
        margin-left: 0px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .slider-box img{

        margin-top: 0px;
        width: 100% !important;
        height: auto;
        margin-left: 0px;
    }

}


