﻿body {
}

#CourseHighlights {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    #CourseHighlights .mask-brg {
        display: block;
        float: left;
        width: 96%;
        height: 100%;
        position: absolute;
        top: 20px;
        left: 0;
        background: #fff;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
        transition: ease all 0.5s;
        -webkit-transition: ease all 0.5s;
        -moz-transition: ease all 0.5s;
        -o-transition: ease all 0.5s;
        transform: scale(0);
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
    }

    #CourseHighlights .actions {
        padding: 8px 40px;
        border-radius: 2px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #fff;
    }

    #CourseHighlights .actions {
        width: 100%;
        position: absolute;
        top: 35%;
        left: 48%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0 !important;
        font-weight: 600;
    }

    #CourseHighlights .view-all {
        background: #b40000;
        color: white !important;
        display: inline-block;
        height: 35px;
        margin-left: -6%;
        position: absolute;
        width: 100px;
        line-height: 35px;
        top: 0;
        text-align: center;
    }

    #CourseHighlights .view-learn {
        background: #E08E0B;
        color: white !important;
        display: inline-block;
        height: 35px;
        margin-left: 37%;
        position: absolute;
        width: 100px;
        line-height: 35px;
        top: 0;
        text-align: center;
    }

    #CourseHighlights .box-info-home:hover .actions {
        top: 48%;
        opacity: 1 !important;
    }

    #CourseHighlights .box-info-home:hover .mask-brg {
        background: #e3e3e3;
        opacity: 0.5;
        filter: alpha(opacity=60);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
        transform: scale(1);
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
    }

    #CourseHighlights .course-desciption {
    }

    #CourseHighlights .box-info-tab-home {
        min-height: 350px !important;
    }

    #CourseHighlights .box-info-tab-course {
        height: 295px !important;
    }

        #CourseHighlights .box-info-tab-course > .course-desciption {
            padding-left: 5px;
            padding-right: 5px;
            line-height: 22px;
        }



    #CourseHighlights .view-learn {
        margin-left: 39%;
        top: 0px;
    }

    #CourseHighlights .mask-brg {
        width: 97% !important;
    }
.bx-controls-direction {
    position: absolute;
    top: 50px;
    right: 30px;
}
@media only screen and (max-width: 1950px) {
    #CourseHighlights .view-all {
        margin-left: -2% !important;
    }

    #CourseHighlights .view-learn {
        margin-left: 38% !important;
    }

    #CourseHighlights .mask-brg {
        width: 95% !important;
    }
}

@media only screen and (max-width: 1400px) {
    #CourseHighlights .view-all {
        margin-left: -5% !important;
    }

    #CourseHighlights .view-learn {
        margin-left: 40% !important;
    }

    #CourseHighlights .mask-brg {
        width: 95% !important;

    }
}

@media only screen and (max-width: 800px) {
    #CourseHighlights .actions .view-all {
        margin-left: 1% !important;
        width: 69px;
        top: 0px;
    }

    #CourseHighlights .actions .view-learn {
        margin-left: 35% !important;
        width: 69px;
        top: 0px;
    }
    #CourseHighlights .course-desciption {
        display: none !important;
    }
    .bx-controls-direction {
        margin-right: -30px;
    }
    #InfoHightlight .theme-item .mask-brg {
        height: 96% !important;
       
    }
}

@media only screen and (max-width:500px) {
    #InfoHightlight .theme-item:nth-child(1) .mask-brg {
        height: 96% !important;
        width: 101% !important;
    }
    #InfoHightlight .theme-item:nth-child(3) .mask-brg {
        height: 100% !important;
        width: 101% !important;
    }
    #InfoHightlight .theme-item:nth-child(1) .view-all {
        margin-top: 0px;
        margin-left: 18% !important;
    }
    #InfoHightlight .theme-item:nth-child(3) .view-all {
        margin-top: 0px;
        margin-left: 18% !important;
    }
    #InfoHightlight .row {
        height: auto !important;
    }
    .pull-left {
        float: none;
    }
    .img-responsive {
        height: 100% !important;
    }
    #CourseHighlights .bx-viewport .actions .view-all {
        margin-left: -8% !important;
        width: 64px;
        top: 0px;
    }

    #CourseHighlights .bx-viewport .actions .view-learn {
        margin-left: 35% !important;
        width: 64px;
        top: 0px;
    }
    #CourseHighlights .bx-viewport .mask-brg {
        width: 94% !important;
    }
    .bx-controls-direction {
        margin-right: -37px;
    }
    .opaque-navbar {
        background-color: rgba(0, 0, 0, 0);

    }
    .carousel-control {
        display: none !important;
    }
}
