.carousel-caption {
    position: static;
    padding-top: 0px;
    color: black;
    text-shadow: 0 0px 0px rgba(0,0,0,0.0);
    text-align: left;
    background-color: #FFFFFF;
    padding: 20px;
}


.carousel-indicators li {
    margin: 1px;
    height: 11px;
    width: 11px;
    margin-left: 14px;
    background-color: #BDBDBD;
}

.carousel-indicators .active {
    margin: 1px;
    height: 11px;
    width: 11px;
    margin-left: 14px;
    background-color: #444;
}

.carousel-indicators {
    bottom: -50px;
}

.clscontestsection {
    /* margin-top: 50px; */
    background-color: white;
    /*width: 65%;*/
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
    padding: 20px;
}

.clswinnersubmissionsection {
    margin-top: 50px;
    background-color: white;
    /*width: 65%;*/
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
    padding: 20px;
}

.clsothersection {
    margin-top: 20px;
    background-color: white;
    /*width: 65%;*/
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
    padding: 20px;
}

.clscontestsheading {
    text-align: center;
    font-family: Raleway-Bold;
    margin-bottom: 10px;
}

.clscurrentcontestsbold {
    font-family: Raleway-Bold;
}

.clscurrentcontestsmarginbottom {
    margin-bottom: 10px;
}

.clscurrentcontestssubheading {
    font-family: Raleway-Bold;
    display: inline;
    cursor: pointer;
    color: #f6904b;
}
/*
.clscurrentcontestssubheading:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #f6904b;
}

.zwpsContestsheading:hover {
    cursor: pointer;
    color: #f6904b;
}
*/

.zwpsContestsheading {
    margin-top: 10px;
    cursor: pointer;
color: #F47721;
font-size: 14px;
font-weight: 500;
}



.clsspregistered {
    margin-left: 15px;
    font-size: smaller;
    color: #BDBDBD;
}



@media only screen and (max-width: 400px) {
    .clswinnersubmissionsection {
        margin-left: 0px !important;
        margin-top: 20px !important;
    }

    .clsothersection {
        margin-left: 0px !important;
        margin-top: 20px !important;
    }
}

@media only screen and (min-width: 401px) and (max-width: 767px) {
    .clswinnersubmissionsection {
        margin-left: 0px !important;
        margin-top: 20px !important;
    }

    .clsothersection {
        margin-left: 0px !important;
        margin-top: 20px !important;
    }
}
