﻿/*header*/
.page-header-section {
    position: relative;
    padding-top: 80px;
    min-height: 30vh;
    background-color: #2d3438;
    background-size: cover;
    background-position: center 0px;
    display: flex;
    align-items: center;
    margin-top:60px;
}
.page-header-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: rgba(120, 12, 62, 0.65);
    background-color: rgba(76, 12, 120, 0.50);*/
    background-color: rgba(45,52,56,0.7);
    top: 0px;
    left: 0px;
    z-index: 0;
}
.page-header-section > .inner-row {
    padding-top: 60px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    align-items: flex-end;
    height: 100%;
}
.page-header-section > .inner-row > .title-col h1 {
    display: block;
    max-width: 460px;
    margin: 0px auto 20px;
    color: #fff;
    font-size: 36px;
    text-align: center;
    line-height: 1.1;
}
.page-header-section > .inner-row > .title-col h1 > span {
    color: #bebebe;
    font-size: 32px;
    font-family: 'Myriad Pro Light';
    display: block;
}
.subject-icon-holder{
    margin-bottom:20px;
    display:flex;
    flex-wrap:nowrap;
    justify-content:center;
}
.subject-icon-holder > div {
    width: 65px;
    min-width: 65px;
    height: 45px;
    background-size: 65px;
    background-position: center;
    background-repeat: no-repeat;
    display:none;
}
.subject-icon-holder > span {
    font-size: 26px;
    color: #bebebe;
    font-family: 'Myriad Pro Light';
    line-height: 38px;
}
.subject-icon-holder > span > span {
    color: #fff;
    font-family: 'Myriad Pro Regular';
}
.subject-icon-holder > p {
    color: #c5c5c5;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Myriad Pro Light';
    text-align:center;
}

.recorded-courses-subject::before {
    background-color: rgba(158, 0, 73, 0.7);
}

/*tabs*/
.tabs-section {
    display: flex;
    min-height: 100px;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: rgba(0,0,0,0.1) 0px 1px 10px;
}
.tabs-section > .inner-row{

}
.tabs-section > .inner-row > ul{
    display:flex;
    width:100%;
    padding:0px;
    flex-direction:row;
    flex-wrap:nowrap;
}
.tabs-section > .inner-row > ul > li{
    list-style-type:none;
    width:100%;
}
.tabs-section > .inner-row > ul > li > a {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    color: #5d676c;
    line-height: 1;
    border-bottom: solid 3px rgba(249,197,30, 0);
    background-color: rgba(93, 103, 108, 0);
    transition: all ease 0.3s;
}
.tabs-section > .inner-row > ul > li > a.active {
    color: #2d3438;
    border-bottom: solid 3px rgba(249,197,30, 1);
    background-color: rgba(93, 103, 108, 0.1);
    transition: all ease 0.3s;
}
.tabs-section > .inner-row > ul > li > a > span {
    display: block;
    font-size: 12px;
    color: #5d676c;
}

.body-title-holder{
    text-align:center;
}
.body-title-holder > h2 {
    color: #2d3438;
    font-size: 28px;
    margin-bottom: 20px;
}
.body-title-holder > h2 > span {
    color: #5d676c;
    font-size: 19px;
}
.body-title-holder > h2 > strong{
    font-weight:500;
}

.subject-items-holder > h3 {
    color: #2d3438;
    font-size: 18px;
    padding: 0px 0px 0px 15px;
    border-left: solid 3px #f9c51e;
    margin-bottom: 20px;
}
.subject-items-holder > ul {
    margin: 0px;
    padding: 0px 0px 40px;
}
.subject-items-holder > ul > li {
    list-style-type: none;
    background-color: rgba(255,255,255,0.8);
    border: solid 2px rgba(255,255,255,1);
    padding: 0px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.subject-items-holder > ul > li > .item-head > a {
    display: block;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 15px 10px 5px;
}
.subject-items-holder > ul > li > .item-head > a > .item-title {
    width: calc(100% - 20px);
}
.subject-items-holder > ul > li > .item-head > a > .item-title h4 {
    color: #2d3438;
    font-size: 18px;
    margin: 0px;
    font-family: 'Myriad Pro SemiBold';
}
.subject-items-holder > ul > li > .item-head > a > .item-title h4 span {
    font-size: 16px;
    color: #5d676c;
    display: block;
}
.subject-items-holder > ul > li > .item-head > a > .item-title label {
    margin: 0px;
    font-size: 14px;
    font-family: 'Myriad Pro Light';
}
.subject-items-holder > ul > li > .item-head > a > .item-arrow {
    width: 20px;
    min-width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #d80f6c;
    padding:0px 0px 15px 0px;
}
.subject-items-holder > ul > li > .item-body > .data-holder {
    padding: 10px 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 340px;
    opacity: 1;
    overflow: hidden;
}
.subject-items-holder > ul > li > .item-body > .data-holder.animatable {
    transition: all ease 0.3s;
}
.subject-items-holder > ul > li > .item-body > .data-holder.animatable.ng-hide {
    opacity: 0 !important;
    height: 0px !important;
    padding: 0px 10px 0px;
}
.subject-items-holder > ul > li > .item-body > .data-holder .lds-ring {
    width: 40px;
    height: 40px;
}
.subject-items-holder > ul > li > .item-body > .data-holder .lds-ring div {
    width: 24px;
    height: 24px;
    border: 3px solid #fff;
    border-color: #c5caca transparent transparent transparent;
}
.subject-items-holder > ul > li > .item-body > .data-holder > .desktop-thumbs-holder {
    width: 100%;
    min-width: 270px;
    height: 120px;
}
.subject-items-holder > ul > li > .item-body > .data-holder > .desktop-thumbs-holder:not(.hide-on-mobile) {
    display: flex;
}
.subject-items-holder > ul > li > .item-body > .data-holder > .desktop-thumbs-holder.hide-on-mobile {
    display: none;
}
.subject-items-holder > ul > li > .item-body > .data-holder > .desktop-thumbs-holder.show-on-mobile {
    display: flex!important;
}
.subject-items-holder > ul > li > .item-body > .data-holder > .desktop-thumbs-holder.always-show {
    display: flex!important;
}
.subject-items-holder > ul > li > .item-body > .data-holder > .desktop-thumbs-holder > .thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: black;
    border-radius: 5px;
}
.subject-items-holder > ul > li > .item-body > .data-holder > .desktop-thumbs-holder > .thumb div {
    position: relative;
    z-index: 2;
    width: 60px;
    height: 60px;
    background-color: rgba(15, 142, 216, .8);
    border-radius: 100px;
    background-image: url(../assets/play-thumb.svg);
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all ease 0.3s;
}
.subject-items-holder > ul > li > .item-body > .data-holder > .desktop-thumbs-holder > .thumb:hover div {
    background-color: rgba(216, 113, 15, .8);
    transition: all ease 0.3s;
}
.subject-items-holder > ul > li > .item-body > .data-holder > .data {
    width: 100%;
    padding: 20px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.subject-items-holder > ul > li > .item-body > .data-holder > .data > .description {
    display:none;
    flex-direction: column;
    width: 100%;
}
.subject-items-holder > ul > li > .item-body > .data-holder > .data > .description > p {
    height: 100%;
    font-size: 14px;
    color: #5d676c;
    text-align:center;
}
.subject-items-holder > ul > li > .item-footer {
    padding: 5px 10px 5px;
    border-top: dashed 1px #eeeeee;
}
.subject-items-holder > ul > li > .item-body > .data-holder > .data > .specs {
    width: 100%;
    display:flex;
    flex-direction:row;
    justify-content:center
}
.subject-items-holder > ul > li > .item-body > .data-holder > .data > .specs .fa-star {
    color: #f9c51e;
}
.subject-items-holder > ul > li > .item-body > .data-holder > .data > .specs .fa-star-half-o,
.subject-items-holder > ul > li > .item-body > .data-holder > .data > .specs .fa-star-o {
    color: #bebebe;
}
.subject-items-holder > ul > li > .item-body > .data-holder > .data > .specs > ul {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    max-width:300px;
}
.subject-items-holder > ul > li > .item-body > .data-holder > .data > .specs > ul > li {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    min-height: 0px;
    list-style-type: none;
    margin-bottom:10px;
}
.subject-items-holder > ul > li > .item-body > .data-holder > .data > .specs > ul > li .spec-title {
    font-size: 15px;
    margin-bottom: 5px;
    width:50%;
}
.subject-items-holder > ul > li > .item-body > .data-holder > .data > .specs > ul > li .methods-holder {
    display: flex;
    flex-direction: column;
}
.subject-items-holder > ul > li > .item-body > .data-holder > .data > .specs .offer-icon {
    padding: 0px 0px 0px 30px;
    position: relative;
    font-size: 21px;
    font-family: 'Myriad Pro SemiBold';
}
.subject-items-holder > ul > li > .item-body > .data-holder > .data > .specs .offer-icon::before {
    content: '';
    position:absolute;
    left:0;
    right:auto;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../assets/gift-icon.svg);
}
.subject-items-holder > ul > li > .item-body > .data-holder > .data > .specs > ul > li .methods-holder label {
    border: solid 1px #c0c5c5;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 20px;
    margin: 0px 0px 4px 0px;
    font-family: 'Myriad Pro Regular';
    color: #747b7b;
    display: inline-block;
    width: auto;
    max-width: 80px;
    text-align: center;
}
.promo-video-holder > div {
    padding: 10px;
    background-color: #eeeeee;
}
.promo-video-holder > div > div{
    height:260px;
    width:100%;
}
.promo-video-holder > div iframe, .promo-video-holder > div object, .promo-video-holder > div embed {
    width: 100%;
    height: 100%;
}
.subject-items-holder > ul > li > .item-footer {
    padding: 5px 10px 5px;
    border-top: dashed 1px #eeeeee;
}
.subject-items-holder > ul > li > .item-footer > .start-content {
    justify-content: center
}

/*sidenav*/
.tab-data-holder {
    flex-direction: column;
}
.tab-data-holder .sidenav-holder {
    width: 100%;
    min-width: 280px;
    padding: 0px 3px 3px 3px;
}
.tab-data-holder .sidenav-holder.tablet-view {
    display: block;
}
.tab-data-holder .sidenav-holder.desktop-view {
    display: none;
}
.tab-data-holder .sidenav-holder ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    border: solid 1px #fff;
    box-shadow: rgba(0,0,0,0.20) 0px 1px 3px;
}
.tab-data-holder .sidenav-holder ul > li {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    list-style-type: none;
    border-bottom: solid 1px #ececec;
}
.tab-data-holder .sidenav-holder ul > li:last-child {
    border-bottom: none;
}
.tab-data-holder .sidenav-holder ul > li > a {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    min-height: 50px;
    text-decoration: none;
    color: #576267;
    font-family: 'Myriad Pro Regular';
    font-size: 15px;
    background-color: rgba(24,121,180,0);
    transition: all ease 0.3s;
}
.tab-data-holder .sidenav-holder ul > li > a:hover {
    background-color: #ececec;
    transition: all ease 0.3s;
}
.tab-data-holder .sidenav-holder ul > li > a.active {
    color: #2d3438;
    background-color: rgb(249, 197, 30);
    transition: all ease 0.3s;
}
.tab-data-holder .sidenav-holder ul > li > a > .type-title-holder {
    width: 100%;
    padding: 5px 10px;
}
.tab-data-holder .sidenav-holder ul > li > a > .type-count-holder {
    padding: 5px 10px;
    text-align: center;
    min-width: 60px;
    border-left: solid 2px #eef0f0;
    border-right: none;
    transition: all ease 0.3s;
}
.tab-data-holder .sidenav-holder ul > li > a.active > .type-count-holder {
    border-left: solid 2px #fff;
    border-right: none;
    transition: all ease 0.3s;
}
.tab-data-holder .data-holder {
    width: 100%;
    padding: 40px 0px 0px 0px;
}

.refine-search-input{
    width: 100%;
    max-width:260px;
    padding:0px 20px;
    height: 50px;
    border-radius: 40px;
    text-align: left;
    border: 1px solid rgb(216, 215, 215);
    outline: none !important;
}
.refine-search-input::placeholder {
    color: rgb(180, 180, 180);
    font-size:12px;
}
.recorded-movies-icon{
    background-image:url(../assets/movie-flate-strep-icon.svg);
}

.subject-items-holder > ul.upcoming-courses-list {
    display: flex;
    flex-wrap: wrap;
}
.subject-items-holder > ul.upcoming-courses-list > li {
    width: calc(100% - 0px);
    margin: 0px 0px 15px;
}
.subject-items-holder > ul.upcoming-courses-list > li > .item-head {
    display: flex;
    width: 100%;
    height: 100%;
}
.subject-items-holder > ul.upcoming-courses-list > li > .item-head > a {
    flex-direction: column;
    padding: 5px 5px 5px;
    width: 100%;
}
.subject-items-holder > ul.upcoming-courses-list > li .item-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0px;
    border-radius: 5px;
    position:relative;
}
.subject-items-holder > ul.upcoming-courses-list > li .item-thumb::before {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: 0;
    background-color: red;
    bottom: 0;
    left: 0;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(2,0,36,0) 100%);
}
.subject-items-holder > ul.upcoming-courses-list > li .item-thumb::after {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    left: -2px;
    top: -2px;
    background-image: url(../assets/soon-ribbon.svg);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
}
.subject-items-holder > ul.upcoming-courses-list > li .item-thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.subject-items-holder > ul.upcoming-courses-list > li .item-thumb .item-title{
    position:absolute;
    bottom:0px;
    color:#fff;
    text-align:center;
    z-index:1;
    padding:10px;
}
.subject-items-holder > ul.upcoming-courses-list > li .item-thumb .item-title h4 {
    font-size:18px;
    text-shadow:rgba(0,0,0,0.3);
}
.subject-items-holder > ul.upcoming-courses-list > li .item-thumb .item-title label{
    font-size:14px;
}


/*categories*/
.categories-container{
    width: 100%;
}
.categories-container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 30px;
    padding: 0px 0px;
}
.categories-container ul li{
    list-style-type:none;
    margin: 2px;
    display:flex;

    
}
.categories-container ul li a {
    border: solid 2px #cbd0d4;
    text-decoration: none;
    color: #2d3438;
    font-size:13px;
    padding: 3px 15px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    background-color: transparent;
    align-items: center;
    text-align: center;
    transition: all ease 0.4s;
}
.categories-container ul li a:hover {
    border-color: #2d3438;
}
.categories-container ul li a.active {
    background-color: #2d3438;
    border-color: #2d3438;
    color: #fff;
}


@media only screen and (min-width:426px) {
    /*header*/
    .page-header-section > .inner-row {
        padding-top: 100px;
    }
    .subject-icon-holder > div{
        display:block;
    }
    .subject-icon-holder > span {
        padding: 0px 0px 0px 20px;
        border-left: solid 4px #f9c51e;
    }
    .subject-icon-holder > p {
        font-size: 15px;
    }
}
@media only screen and (min-width:576px) {
    /*tabs*/
    .tabs-section > .inner-row > ul > li > a {
        font-size: 24px;
    }
    .tabs-section > .inner-row > ul > li > a > span {
        font-size: 14px;
    }

    /*body*/
    .body-title-holder > h2 {
        font-size: 32px;
    }
    .body-title-holder > h2 > span {
        font-size: 21px;
    }
    .subject-items-holder > ul > li > .item-body > .data-holder > .data {
        padding: 20px 0px 0px 0px;
        flex-direction: row;
    }
    .subject-items-holder > ul > li > .item-body > .data-holder > .data > .description {
        display: flex;
        padding:0px 20px 0px 0px;
    }
    .subject-items-holder > ul > li > .item-body > .data-holder > .data > .description > p {
        text-align: left;
    }
    .subject-items-holder > ul > li > .item-body > .data-holder > .data > .specs {
        border-left: solid 2px #eeeeee;
    }
    .subject-items-holder > ul > li > .item-body > .data-holder > .data > .specs > ul {
        padding:0px 0px 0px 20px;
        height: auto;
        width:100%;
    }
    .subject-items-holder > ul > li > .item-head > a > .item-title h4 {
        font-size: 21px;
    }
    .subject-items-holder > ul > li > .item-head > a > .item-title h4 span {
        font-size: 19px;
        color: #5d676c;
        display: block;
    }
    .promo-video-holder > div > div {
        height: 320px;
        width: 520px;
    }
    .subject-items-holder > ul.upcoming-courses-list > li {
        width: calc(50% - 20px);
        margin: 0px 10px 15px;
    }
}
@media only screen and (min-width:768px) {
    /*body*/
    .subject-items-holder > ul > li > .item-body > .data-holder{
        flex-direction:row;
        align-items:flex-start;
        height:200px;
    }
    .subject-items-holder > ul > li > .item-body > .data-holder > .desktop-thumbs-holder{
        width: 210px;
        min-width: 210px;
        height: 160px;
    }
    .subject-items-holder > ul > li > .item-body > .data-holder > .desktop-thumbs-holder:not(.hide-on-mobile) {
        display: none;
    }
    .subject-items-holder > ul > li > .item-body > .data-holder > .desktop-thumbs-holder.hide-on-mobile {
        display: flex;
    }
    .subject-items-holder > ul > li > .item-body > .data-holder > .data{
        padding: 0px 0px 0px 20px;
        height:100%;
    }
    .subject-items-holder > ul > li > .item-body > .data-holder > .data > .specs > ul > li {
        flex-direction: column;
        width: 50%;
        min-height: 50%;
    }
    .subject-items-holder > ul > li > .item-body > .data-holder > .data > .specs > ul > li .spec-title{
        width:auto;
    }
}
@media only screen and (min-width:992px) {
    /*header*/
    .page-header-section{
        margin-top:0px;
    }
    .page-header-section > .inner-row > .title-col h1 {
        max-width: 600px;
        text-align: left;
        font-size: 42px;
        margin: 0px 0px 15px 0px;
    }
    .subject-icon-holder {
        justify-content: flex-start;
    }
    .subject-icon-holder > p {
        text-align: left;
    }

    /*body*/
    .subject-items-holder > ul > li > .item-footer > .start-content{
        justify-content:flex-start;
    }
    .tab-data-holder .sidenav-holder.tablet-view {
        display: none;
    }
    .tab-data-holder .sidenav-holder.desktop-view {
        display: block;
    }
    .subject-items-holder > ul > li > .item-footer > .start-content {
        justify-content: flex-start;
    }
    .tab-data-holder {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .tab-data-holder .sidenav-holder {
        width: 280px;
        min-width: 280px;
        padding: 0px 3px 3px 3px;
    }
    .tab-data-holder .data-holder {
        width: 100%;
        padding: 0px 0px 0px 20px;
    }
    .subject-items-holder > ul.upcoming-courses-list > li {
        width: calc(33% - 20px);
        margin: 0px 10px 15px;
    }
}
@media only screen and (min-width:1120px) {
    /*header*/
    .page-header-section > .inner-row > .title-col h1 {
        font-size: 56px;
    }
    .page-header-section > .inner-row > .title-col h1 > span {
        font-size: 34px;
    }
    .subject-icon-holder > span {
        font-size: 32px;
    }
}
