body{
    background-image: url(../images/bg-podcast.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom:115px;
    margin-top:0px;
}
.navbar{
    background:transparent!important;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #cccccc;
}
.redes-sociais ul li a {
    color: #fff;
}
.panel-podcast{
    border: 2px solid #1c7cbe;
    border-right: 2px solid #8664a8;
    border-bottom: 1px solid #8664a8;
    border-radius: 0px;
}
.panel-podcast .panel-body {
    padding:0px;
}

.panel-podcast .panel-body img{
    width: 100%;
}
.panel-podcast .panel-footer{
    background: #e9e9e9;
}
.panel-podcast .panel-footer .icon-left{
    text-align: left;
    display:inline-block;
}
.panel-podcast .panel-footer .icon-right{
    float:right;
    display:inline-block;
}

.panel-podcast .panel-footer .middle {
    height: 62px;
    vertical-align: middle;
    display: table-cell;
}
#home .panel-podcast img {
    position: unset;
    max-width: 100%;
    right: unset;
    top: unset;
}
#home h1{
    color:#fff;
    font-size: 85px;
    line-height: 1;
    margin:0px;
}
#home h1 span{
    color:#fff000;
    font-weight: bold;
}
.podcast-text {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
}
.audio-player{
    background: rgb(27,120,186);
    background: -moz-linear-gradient(90deg, rgba(27,120,186,1) 0%, rgba(134,100,168,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(27,120,186,1) 0%, rgba(134,100,168,1) 100%);
    background: linear-gradient(90deg, rgba(27,120,186,1) 0%, rgba(134,100,168,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b78ba",endColorstr="#8664a8",GradientType=1);
    position: fixed;
    bottom:0px;
    width: 100%;
    height: 100px;
}
.audio-player *{
    border:none;
    outline:none;
}
.audio-player .audio-image{
    position:relative;
    overflow:hidden;
    height:200px;
    margin-bottom:15px;
}

.audio-player .audio-image .cover{
    width:100%;
}

.audio-player .audio-info {
    text-align: center;
    display: inline-block;
    max-width: 300px;
}

.audio-player .audio-info .artist{
    font-weight:bold;
}
.audio-player .audio-info {
    display: inline-block;
    width: 300px;
    margin: 0px 30px;
}
.audio-player span.title {
    color: #fff000;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Roboto';
    text-align: left;
    display: table-cell;
    height: 80px;
    vertical-align: middle;
}
.audio-player .playpause {
    width: 77px;
    height: 77px;
    display: inline-block;
    margin: 12px 0;
}
.audio-player .play{
    width:77px;
    height:77px;
    background:url(../images/ap-play.png) no-repeat;

}
.audio-player .pause{
    width:77px;
    height:77px;
    background:url(../images/ap-pause.png) no-repeat;
}
.audio-player .buttons-control {
    display: inline-block;
    vertical-align: top;
    margin: 38px 0;
}
.audio-player .buttons-control .group{
    height: 24px;
    position:relative;
}
.audio-player .buttons-control .group button:first-child {
    margin-left: 0px!important;
}
.audio-player .buttons-control .group button:last-child {
    margin-right: 0px!important;
}
.audio-player .prevmusic{
    width: 27px;
    height: 24px;
    background: url(../images/ap-prevmusic.png) no-repeat;
    display: inline-block;
    margin:0 5px;
}
.audio-player .nextmusic{
    width:27px;
    height:24px;
    background:url(../images/ap-nextmusic.png) no-repeat;
    display: inline-block;
    margin:0 5px;
}
.audio-player .prev{
    width: 36px;
    height: 20px;
    background: url(../images/ap-prev.png) no-repeat;
    display: inline-block;
    margin:0 5px;
    position: relative;
    top:-2px;    
}
.audio-player .next{
    width: 36px;
    height: 20px;
    background: url(../images/ap-next.png) no-repeat;
    display: inline-block;
    margin:0 5px;
    position: relative;
    top:-2px;
}
.audio-player .volume-area {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0;
    padding: 37px 30px 37px 15px;
    z-index: 2;
}
.audio-player .icone-volume{
    width:19px;
    height:25px;
    background:url(../images/ap-volume.png) no-repeat;
    display: inline-block;
    position:relative;
}

.audio-player .volume-area .volume-bar{
    display: none;
    background: rgb(27,120,186);
    background: -moz-linear-gradient(90deg, rgba(27,120,186,1) 0%, rgba(134,100,168,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(27,120,186,1) 0%, rgba(134,100,168,1) 100%);
    background: linear-gradient(90deg, rgba(27,120,186,1) 0%, rgba(134,100,168,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b78ba",endColorstr="#8664a8",GradientType=1);
    position: absolute;
    top: -60px;
    width: 140px;
    text-align: center;
    padding: 10px 0;
    line-height: 1;
    transform: rotate(-90deg);
    left: -45px;
    z-index: 1;
}
.audio-player .volume-area:hover .volume-bar{
    display: block;
}
.audio-player input[type=range].volume {
    width: 122px;
    margin: 0 auto;
}
.audio-player input[type=range].progress-time {
    width: calc(100% - 80px);
    margin: 10px 0;
}
.audio-player input[type=range]{
    -webkit-appearance: none;
}
.audio-player input[type=range]:focus {
    outline: none;
}
.audio-player input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    background: #fff;
    border-radius: 0px;
    border: 0px solid rgba(0, 0, 0, 0);
}
.audio-player input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.09), 0px 0px 1px rgba(13, 13, 13, 0.09);
    border: 0px solid rgba(0, 0, 0, 0);
    height: 17px;
    width: 17px;
    border-radius: 17px;
    background: #fff000;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -4.5px;
}
.audio-player input[type=range]:focus::-webkit-slider-runnable-track {
    background: #fff;
}
.audio-player input[type=range]::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    background: #fff;
    border-radius: 0px;
    border: 0px solid rgba(0, 0, 0, 0);
}
.audio-player input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.09), 0px 0px 1px rgba(13, 13, 13, 0.09);
    border: 0px solid rgba(0, 0, 0, 0);
    height: 17px;
    width: 17px;
    border-radius: 17px;
    background: #fff000;
    cursor: pointer;
}
.audio-player input[type=range]::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
.audio-player input[type=range]::-ms-fill-lower {
    background: #fff;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
.audio-player input[type=range]::-ms-fill-upper {
    background: #fff;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
.audio-player input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.09), 0px 0px 1px rgba(13, 13, 13, 0.09);
    border: 0px solid rgba(0, 0, 0, 0);
    height: 17px;
    width: 17px;
    border-radius: 17px;
    background: #fff000;
    cursor: pointer;
    height: 8px;
}
.audio-player input[type=range]:focus::-ms-fill-lower {
    background: #fff;
}
.audio-player input[type=range]:focus::-ms-fill-upper {
    background: #fff;
}
.audio-player .tracker {
    display: inline-block;
    width: calc(100% - 749px);
    position: relative;
    vertical-align: top;
    height: 30px;
    margin: 35px 0 35px 15px;
}
.audio-player .duration{
    position: absolute;
    top: 0;
    right: 0px;
    padding: 0px;
    background: #fff;
    color:#7268ab;
    border-radius: 5px;
    width: 65px;
    text-align: center;
    height: 27px;
    line-height: 27px;
    font-family: 'Roboto';
    font-weight: bold;
}
.audio-player .icone-lista{
    width:48px;
    height:36px;
    background:url(../images/ap-list.png) no-repeat;
    display: inline-block;
    position:relative;
    cursor: pointer;
}
.audio-player .list{
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0;
    padding: 32px 0;
    z-index: 2;
}
.audio-player .playlist{
    list-style: none;
    bottom: 81px;
    position: absolute;
    width: 600px;
    right: 0px;
    padding: 10px 0;
    margin: 0px;
    background: rgb(27,120,186);
    background: -moz-linear-gradient(90deg, rgba(27,120,186,1) 0%, rgba(134,100,168,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(27,120,186,1) 0%, rgba(134,100,168,1) 100%);
    background: linear-gradient(90deg, rgba(27,120,186,1) 0%, rgba(134,100,168,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b78ba",endColorstr="#8664a8",GradientType=1);
    display: none;
}
.audio-player .list:hover .playlist{
    display: block;
}
.audio-player .playlist li{
    cursor: pointer;
    padding: 10px 20px;
    color: #fff000;
    font-size: 17px;
}
.audio-player .playlist li.active{
    font-weight: bold;
}

.panel-podcast a {
    text-decoration: none;
}
.addthis_inline_share_toolbox {
    text-align: center;
}
@media(max-width: 991px){
    #home h1 {
        color: #fff!important;
        font-size: 50px!important;
        line-height: 1;
        margin: 0px;
    }
    .pos, .pos-content, #home, #motivos, #conteudo, #video, #curadoria, .form-pos-content, .form-pos, .form{
        min-height: auto;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #ffffff!important;
        height: 3px;
        width: 30px;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        position: relative!important;
        z-index: 999!important;
        background: #15215c!important;
    }
    #home img {
        display: block!important;
    }
    .icon-left .playaudio{
        display:none;
    }
    .panel-podcast {
        margin-top: 15px;
    }
    .panel-podcast .panel-footer .middle {
        height: 41px;
    }
}

