.spp-series-listing-header{
    margin-bottom: 60px;
    font-weight: 300;
}
.spp-series-listing-header .title{
    float: left;
    color: #ea5644;
    font-size: 80px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
}
.spp-series-listing-header .title span{
    font-size: 14px;
    font-weight: 400;
}
.spp-stats-chunks, .spp-stats-chunks-single{
    text-align: center;
    font-weight: 300;
    float: left;
    width: 110px;
    text-align: center;
}
.spp-stats-chunks, .spp-stats-chunks-single a{
    color: ;
}
.spp-stats-chunks{
    margin: -40px 0 60px 0;
}
.spp-stats-chunks-single{
    margin: 0px 0 60px 0;
}
.spp-stats-chunks-thumb{
    float: left;
    margin-left: 20px;
    display: none;
}
.spp-stats-chunks-thumb img{
    height: 100px;
    margin-top: 10px;
    border: 1px solid #DDD;
}
.spp-stats-chunks-thumb i{
    height: 100px;
    margin-top: 20px;
    font-size: 80px;
    color: #EEE;
}
.bigger{
    font-size: 25px;
}

/*Card styles*/
.card{
    border: 2px solid #fcfcfc;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    margin: 20px 0px;
    padding: 20px;
}
.card .title{
    font-size: 15px;
    margin-left: 100px;
    color: #333;
}
.card .others{
    font-size: 15px;
    margin-top: 10px;
    margin-left: 100px;
    color: #777;
}
.card .others .heading{
    color: #3372df;
    font-size: 20px;
}
.card .link{
    font-size: 15px;
    margin-top: 20px;
    margin-left: 100px;
}
.card .link a{
    color: #3372df;
}
.card .link .link-span:not(:first-child):before{
    content: " | ";
}
.search-result a{
    color: #777;
}
.card .image-awards{
    font-size: 22px;
    line-height: 40px;
}
.card .image-awards img{
    width: 80px;
    float: left;
    border: 1px solid #DDD;
}
.card .image-awards .shadow-thumb{
    font-size: 80px;
    color: #EEE;    
}
.card .series-badge{
    float: right;
    margin: -15px -15px 10px 10px;
    /*border: 1px solid red;*/
}
.card .series-badge span{
    background-color: white;
    color: #ea5644;
    font-weight: 300;
    font-size: 20px;
    padding: 0;
}
.card .awards {
    width: 80px;
    text-align: center;
    color: #ea5644;
}
.card .awards i{
    margin: 0 5px;
}

/*Box design*/

.box{
    margin-bottom: 40px;   
}
.box a{
    color: #777;
    text-align: center;
    transition: color 0.3s ease-out;
}
.box a:hover{
    color: #ea5644;
    transition: color 0.3s ease-out;   
}
.box .title{
    font-size: 40px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
}
.box .title span{
    font-size: 14px;
    font-weight: 400;
}

/*Project description styles*/
.project-title{
    text-align: left;
    color: #444;
    font-size: 20px;
    line-height: 30px;
}
.link-material{
    text-align: center;
    color: #444;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
}
.link-material h3{
    margin-top: 0px;
    color: #3372df;
 }
.link-material ul li a{
    font-size: 15px;
    color: #777;
}
.link-material ul li{
    width: 100px;
}
.description-card{
    border: 2px solid #fcfcfc;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    padding: 20px;
    font-size: 15px;
    color: #444;
    margin-bottom: 20px;
}
.description-card .heading{
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 5px solid #DDD;
}
.description-card .student-list{
    padding-left: 20px;
}
.description-card .student-list li{
    margin-bottom: 10px;
}
.description-card .guide-affl{
    font-size: 12px;
    margin-left: 10px;
    color: #777;
}

@media(min-width:768px) {
    .project-title{
        text-align: center;
        font-size: 22px;
        line-height: 35px;
   }

}
.spp-general{
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
}
.spp-general .title{
    margin: 20px 0 20px 0;
    color: #ea5644;
    font-size: 40px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    float: left;
}
.spp-general .title span{
    font-size: 14px;
    font-weight: 400;
}
.spp-general h3:first-of-type{
    margin-top: 20px;
}
.spp-general h3{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 40px;
}
@media(min-width:768px) {
    .spp-stats-chunks, .spp-stats-chunks-single{
        margin: -12px 0 0 0;
    }
    .spp-series-listing-header{
        margin-top: 20px;
    }
    .spp-general{
        margin-top: 40px;
    }
    .spp-general .title{
        margin: 40px 0 40px 0;
        font-size: 60px;
    }
    .spp-series-listing-header .title{
        margin-top: 30px;
    }
    .spp-stats-chunks-thumb{
        display: block;
    }
}
span:empty, li:empty{
    display: none;
}