.see_all_button:hover{
    background: #F16d36;
}
.topic_image{
     -o-transform: scale(0.80);
    -ms-transform: scale(0.80);
    -webkit-transform: scale(0.80);
    -moz-transform: scale(0.80);
    transform: scale(0.80);
    -webkit-filter: blur(0px);
    -webkit-backface-visibility: hidden;
}
.topic_app_name{
    display: none;
}
.bttrlazyloading-clone{
    width: 100%;
    max-width: 80px;
    max-height: 80px;
}
.subject_icon_box{
    display: none;
}
.subject_info_box{
    display: none;
}
.icon_container {
    width: 23%;
    max-width: 80px;
    background-color: #66FFFF;
    display: inline-table;
    vertical-align: middle;
    -o-transform: scale(0.80);
    -ms-transform: scale(0.80);
    -webkit-transform: scale(0.80);
    -moz-transform: scale(0.80);
    transform: scale(0.80);
    border-radius: 100%;
}
.subject_title {
    text-align: center;
    font-size: 34px;
    line-height: 34px;
    color: #fff;
    font-family: ProximaNova-Bold;
    /* text-transform: capitalize; */
    padding: 16px 20px 10px 20px;
}
.subject_icon_row {
    padding: 5% 0;
    background: #00cccc;
}
.subject_icon_container {
    background: #343a41;
    width: 65.625%;
    margin: auto;
    border-radius: 100%;
}
.subject_icon {
    margin: auto;
    width: 100%;
}
.subject_title_bottom {
    display: none;
}
.subject_name {
    color: #009999;
    font-family: ProximaNova-Bold;
    font-size: 70px;
    /*line-height: 70px;*/
    /*line-height: 100%;*/
    display: block;
    /* text-transform: capitalize; */
}
.subject_name_small{
    line-height: 44px;
}
.subject_name_medium{
    line-height: 40px;
}
.subject_name_large{
    font-size: 32px;
    line-height: 28px;
}
.subject_page_button {
    width: 140px;
    height: 40px;
    font-size: 18px;
    font-family: ProximaNova-Bold;
    border-radius: 5px;
    color: #fff;
    line-height: 40px;
    padding: 0;
    border: 0;
    /* text-transform: capitalize; */
}
.subject_buttons {
    display: block;
}
.subject_slogan {
    color: #006666;
    font-size: 16px;
    line-height: 20px;
    font-family: ProximaNova-Bold;
    display: block;
    /* text-transform: capitalize; */
    padding: 4px 20px;
}
.subject_buttons{
    /* text-transform: capitalize; */
}


.circle-container {
     -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
}
.circle-container:after {
    content: "";
    display: block;
    width: 100%;
    height:0;
    padding-bottom: 100%;
    background: #66FFFF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.circle-div {
    float:left;
}
.subject_title_bottom{
    display: none;
}
@media (min-width: 480px){
    .title_bar {
        height: 60px;
        line-height: 60px;
        font-size: 0;
    }
    .view_title{
        font-size: 24px;
    }
   .icon_container{
        display: inline-table;
        width: 75%;
        margin: auto;
        max-width: inherit;
    }
    .topic_name_container{
        height: 50px;
    }
    .topic_name{
        display: none;
    }
    .topic_app_name{
       display: table-cell;
        vertical-align: middle;
    }
    .subject_toggle_buttons{
        width: 200px;
        margin: auto;
    }
    .topic_list_container{
        padding: 0 5px;
        padding-top: 10px;
        background: #00cccc;
    }


    .bttrlazyloading-wrapper {
        background-repeat: no-repeat;
        background-position: center;
        display: table;
    }
    .bttrlazyloading-clone,
    .bttrlazyloading {
        margin: 0;
        padding: 0;
        border: 0;
        display: block;
        height: auto;
        max-width: 100%;
    }

    .bttrlazyloading-loaded {
        background-image: none;
    }
    .item_container:active{
        background: #00CCCB;
    }
    .bttrlazyloading-wrapper{
        background-position: center;
        background-repeat: no-repeat;
    }
    .units_btn{
        border-radius: 5px;
        border: 1px solid #ccc;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        color: #ccc;
        background: #fff;
        cursor: default;
    }

    .item_on_list{
        width: 33.33333333%;
    }
    .subject_title_top {
        display: none;
    }
    .subject_title_bottom {
        display: block;
        /* background: #00CCCB; */
    }
    .subject_icon_row {
        padding: 0;
        background: #009999;
        display: none;
    }
    .subject_icon_container {
        width: 75%;
        height: 75%;
    }
    .subject_info_box {
        display: inline-block;
        float: left;
    }
    .subject-box:before {
        padding-top: 100%;
    }
    .subject-box {
        width: 50%;
        display: inline-block;
        float: left;
    }
    .subject_name {
        font-size: 44px;
        padding: 0 10px;
        /*line-height: 38px;*/
        /*line-height: 100%;*/
    }
    .subject_name_large {
      font-size: 32px;
      line-height: 28px;
    }
    .subject-square {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 20px;
        right: 0;
    }
    .subject_info {
        background: #fff;
    }
    .subject-span-bottom{
        bottom: 0;
        width: 100%;
        position: absolute;
        left: 0;
        text-align: center;
    }
    .all_topics_btn {
        border: 1px solid #ccc;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        color: #ccc;
    }
    .all_topics_btn_active {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        cursor: default;
        display: inline-block;
        vertical-align: top;
    }
    .units_btn_active {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .subject_page_button {
        width: 99px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .all_topics_btn {
        border: 1px solid #ccc;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        color: #ccc;
    }
    .subject_slogan {
        font-size: 13px;
        line-height: 14px;
    }
    .units_btn:hover, .all_topics_btn:hover, .units_btn:active, .all_topics_btn:active {
        color: #fff;
        background: #ccc;
        border: #ccc;
    }
}
@media (min-width: 600px) {
    .subject_toggle_buttons{
        width: 280px;
    }
	.item_on_list{
        width: 25%;
    }
    .subject-span-bottom {
        bottom: 12px;
    }
    .subject_page_button {
        width: 110px;
        font-size: 16px;
    }
    .subject_slogan {
        font-size: 16px;
        line-height: 17px;
    }
    .subject_name {
        font-size: 58px;
        /*line-height: 47px;*/
        /*line-height: 95%;*/
    }
    .subject_name_small{
        line-height: 58px;
    }
    .subject_name_medium{
        line-height: 54px;
    }
    .subject_name_large{
        font-size: 40px;
        line-height: 36px;
    }
    .subject_title{
        padding: 18px 20px 18px 20px;
    }
    .topic_name {
        display: none;
    }
    .topic_app_name{
        display: table-cell;
    }
}
@media (min-width: 768px) {
    .title_bar {
        height: 70px;
        line-height: 70px;
        font-size: 0;
    }
     .topic_app_name {
        display: none;
    }
    .topic_name{
        display: table-cell;
    }
    .item_on_list{
        width: 20%;
    }
    .subject_name {
        font-size: 64px;
        /*line-height: 60px;*/
        /*line-height: 100%;*/
    }
    .subject_name_small{
        line-height: 64px;
    }
    .subject_name_medium{
        line-height: 60px;
    }
    .subject_name_large{
        font-size: 52px;
        line-height: 48px;
    }
    .subject_slogan {
        font-size: 20px;
        line-height: 22px;
    }
    .subject-span-bottom {
        bottom: 24px;
    }
    .subject_page_button {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
}
@media (min-width: 900px) {
     .subject_info_box{
        width: 66.66666667%;
    }
    .subject_icon_box{
        width: 33.33333333%;
    }
    .subject-box:before {
        padding-top: 80%;
    }
    .subject_icon_container {
        display: table;
        width: 60% ;
        height: 60% ;
    }

    .subject_info_box:before{
        padding-top: 37.5%;
    }
    .subject_icon_box:before{
        padding-top: 75%;
    }
    .subject_name{
        font-size: 84px;
        /*line-height: 80px;*/
        /*line-height: 100%;*/
    }
    .subject_name_small{
        line-height: 74px;
    }
    .subject_name_medium{
        font-size: 70px;
        line-height: 60px;
    }

    .subject_name_large{
        font-size: 52px;
        line-height: 48px;
    }
    .subject_slogan{
        font-size: 24px;
        line-height: 27px;
    }
    .subject-span-bottom{
        bottom: 0;
    }
    .item_on_list{
        width: 16.66666667%;
    }

}
