.btn-success {
    color: #fff;
    background-color: #4f8282;
    border-color: #4f8282;
}


.progress-bar-success {
    background-color: #4f8282;
}



.progress {
    width: 300px;
}


.abcform input.ng-invalid.ng-touched {
    background-color: #FF0000;
}

.abcform input.ng-valid.ng-touched {
    background-color: #84c4c4;
}

.formfld {
    margin: 10px;


}

button {
    background-color: #84c4c4;
}

#enroll label {
    width: 300px;
}

#enroll input {
    width: 250px;
}

#categories label {
    display: block;
}

.curated_movie_thumb {
    width: 290px;
    height: 280px;
    overflow: hidden;
}

.curated_movie_bg {
    width: 290px;
    height: 258px;
}

.curated_movie_img {
    width: 290px;
    height: 258px;
    position: relative;
    z-index: 5;
    bottom: 259px;
}

.no-curated_movie_img {
    width: 290px;
    height: 258px;
    position: relative;
    z-index: 5;
    bottom: 259px;
    visibility: hidden;
}

.curated_movie_caption_bg {
    width: 290px;
    height: 70px;
    position: relative;
    z-index: 10;
    bottom: 328px;
}

.curated_movie_caption {
    overflow: hidden;
    height: 69px;
    width: 210px;
    display: block;
    color: #000000;
    font-family: Source Sans Pro,sans-serif;
    font-weight: 300;
    font-size: 18pt;
    position: relative;
    z-index: 15;
    bottom: 396px;
    left: 15px;
}

.section-header {
    margin-top: 60px;
    text-transform: uppercase;
    font-family: Source Sans Pro,sans-serif;
    font-weight: 300;
    font-size: 16pt;
    color: #666666;
}

.container {
    width: auto;
    border-bottom: 0px;
    border-bottom-style: solid;
    margin-bottom: 10px;
    padding-left: 60px;
    margin-top: -40px;
}

.curated_movie_download {
    position: absolute;
    top: 210px;
    left: 255px;
    z-index: 20;
}

#o2logo {
    float: right;
    position: relative;
    right: 20px;
    top: -85px;
    width: 41px;
    height: 54px;
}



/* MEDIA QUERIES */


/* Smallest Mobiles First -  PORTRAIT */

/* iPhone up to 4s, iPod Touch up to 4th gen -  PORTRAIT */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {
    .container {
        padding-left: 22px;
    }
}

/* iPod Touch 5th gen, Retina iPhones, Androids with pixel-ratio 2  -  PORTRAIT */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2)
{
    .container {
        padding-left: 22px;
    }
}

/* Androids with pixel-ratio 3  -  PORTRAIT */
@media only screen and (min-device-width : 320px) and (max-device-width : 700px) and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 3)
{
    .container {
        padding-left: 30px;
    }
}

/* iPad mini, iPad 1,2 NO Retina, Other tablets with pixel ratio <= 1 -  PORTRAIT */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)  {
    .container {
        padding-left: 40px;
    }
}

/* Retina  iPads - PORTRAIT */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2)  {
    .container {
        padding-left: 40px;
    }
}




