#content-page {
    padding-top: 70px;
}
.cast-head {
    height: 180px;
    background-color: #d69943;
    background-image: url(../images/cast/head.jpg);
    background-position: center center;
    background-size: cover;
}
.cast-head .container{
    height: 100%;
    position: relative;
}
.page-title{
    color: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 40px;
}
.cast-content{
    margin-top: 40px;
}
.cast-item-box{
    margin-bottom: 30px;
}
.cast-item-head {
    background-color: #ff6100;
    min-height: 90px;
    color: #fff;
    text-align: left;
}
.cast-item-head img{
    float: left;
    height: 100%;
}
.cast-item-head-title {
    padding: 10px 0;
    margin-left: 15px;
}
.cast-item-head-title span{
    clear: both;
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.cast-item-download {
    width: 90px;
    height: 90px;
    float: right;
    background-image: url(../images/cast/download-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}
.cast-item-download:hover {
    opacity: 0.8;
}

.jplayer-box {
    border: 2px solid #c5161d;
    border-top: none;
    background-color: #fff;
}
.jp-audio{
    width: 100% !important;
}
.cast-like-bar {
    background: #fdcbcc;
}
div.wizylike_button.style_2 span.wizylike_icon {
    background: url("../images/seminar/voice6.jpg") no-repeat;
    height: 37px;
    margin-right: 4px;
    margin-top: 7px;
    width: 40px;
}
.cast-item-content-box {
    padding: 15px;
    background-color: #fff;
    color: #5c5c5c;
}
.cast-item-content-box h2{
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 30px 0;
}
.cast-item-content-box p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.cast-item-more-bt {
    color: #ff6100;
    display: inline-block;
    float: left;
    font-size: 16px;
    margin-top: 15px;
    direction: ltr
}
.cast-item-more-bt:hover {
    color: #000;
}

.bg-dark .cast-item-head{
    background-color: #293d5b;
}


.cast-side{
    padding-top: 40px;
    max-width: 450px;
    margin: 0 auto;
}
.cast-serach-box {
    background-color: #fff;
}

.cast-search-head {
    background-image: -moz-linear-gradient( 0deg, rgb(255,125,0) 0%, rgb(255,125,0) 48%, rgb(223,205,6) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,125,0) 0%, rgb(255,125,0) 48%, rgb(223,205,6) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,125,0) 0%, rgb(255,125,0) 48%, rgb(223,205,6) 100%);
    text-align: center;
    padding: 5px 15px;
    color: #fff;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.2);
    font-size: 20px;
}
.cast-serach-box input{
    color: #929396;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
    border: 1px solid #dbdbdb;
    text-align: right;
    outline: none;
    margin: 15px 0;
    border-radius: 5px;
}
.cast-serach-box input:focus{
    border: 1px solid #767676;
}
.podcast-side-banner {
    width: 100%;
    margin-top: 15px;
    display: inline-block;
}
.podcast-side-banner:hover img{
    opacity: 0.8;
}
.podcast-side-banner img{
    width: 100%;
    transition: all 0.2s ease-out;
}

.podcast-news-bt {
    clear: both;
    display: table;
    margin: 15px auto;
    
}

.cast-download-book-box {
    padding-top: 15px;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}
.cast-download-book {
    padding: 20px;
    min-height: 300px;
    background-color: #d69943;
    background-image: url(../images/cast/book-download.png);
    background-position: center center;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.cast-download-book h2{
    font-size: 35px;
}
.cast-download-book h3{
    margin-bottom: 20px;
}
.cast-download-book p{
    text-align: right;
}
.cast-download-book input{
    color: #929396;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
    max-width: 280px;
    border: 1px solid #dbdbdb;
    text-align: right;
    outline: none;
    margin: 15px 0;
}
.cast-download-book button{
    clear: both;
    color: #fff;
    height: 50px;
    line-height: 50px;
    background-color: #6cb253;
    padding: 0 10px;
    width: 100%;
    max-width: 200px;
    border: 1px solid #436e3d;
    text-align: center;
    outline: none;
    margin: 15px auto 0 auto;
    font-size: 30px;
    display: block;
}
.cast-download-book button:hover{
    background-color: #436e3d;
}

.podcast-nextprev-box {
    width: auto;
    display: block;
    font-size: 16px;
    margin: 15px auto 0 auto;
    text-align: center;
}
.podcast-nextprev-box span{
    color: #000;
    margin: 0 10px;
}

.cast-item-prev-bt,
.cast-item-next-bt{
    color: #ff6100;
}


.vid-player-box {
    padding: 15px;
    background-color: #fff;
}
