/* POST - DETAIL */
.post-detail {
    border-bottom: 1px solid #323232;
}

.post-detail p {
    margin: 0 0 1.25em 0;
}

.post-detail embed {
    margin-right: 10px;
    width: inherit;
    height: inherit;
}

.post-detail object[id^="player_"] {
    max-width: 600px !important;
    max-height: 400px !important;
}

.post-detail .timestamp {
    margin: 0 0 20px;
    color: #7e7e7e;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
}

.post-detail .main-title {
    margin: 0 0 15px;
    color: #d50820;
    font-size: 30px;
    line-height: 30px;
}

.post-detail .headline {
    margin: 0 0 1px;
    padding: 0 0 20px;
    border-bottom: 1px dotted #bcbcbc;
    color: #323232;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.post-detail .credit-social-bar {
    padding: 10px 1px;
    height: 50px;
    border-top: 1px dotted #bcbcbc;
    border-bottom: 1px solid #323232;
    color: #323232;
    font-size: 12px;
}

.post-detail .social-bar {
    border-bottom: 0;
}

.post-detail .social-bar {

}

.post-detail .credit-bar {
    margin-bottom: 20px;
}

.post-detail .social-bar .socials {
    float: left;
    padding: 4px 0 0 0;
    height: 26px;
    position: relative;
    z-index: 3000;
}

.post-detail .credit-social-bar .credit {
    width: 100%;
    padding-top: 7px;
}

.post-detail .credit-social-bar .credit p {
    overflow: hidden;
    margin: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 1.2;
}

.post-detail .credit-social-bar a {
    color: #323232;
}

.vhidden {
  display: none;
}

#___plusone_0 { width: 59px !important; }

.post-detail .socials {
    float: right;
    padding: 4px 0 0 0;
    height: 26px;
    position: relative;
    z-index: 3000;
}

.post-detail .socials .socialite {
    float: left;
    margin: 0 10px 5px 0;
    padding: 0;
}

.post-detail .content {
    margin: 20px 0;
    font-size: 14px;
    line-height: 24px;
}

.post-detail .content img {
    margin: 15px 10px;
}

.post-detail .content ul {
    margin: 10px 30px 10px 30px;
}

.post-detail .content table {
    width: 100%;
}

.post-detail .content table a {
    color: #222222;
}

.post-detail .content table a:hover {
    text-decoration: underline;
}

/* Nav tabs */
.post-detail .content .nav-tabs {
    border-bottom: 1px solid #959595;
    margin: 0 0 20px;
}

.post-detail .content .tab-content {
    padding: 0 5px;
}

.nav-tabs > li > a {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid #959595;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    font-weight: 700;
    color: #323232;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
    font-weight: 700;
    color: #e04a5b;
    border: 1px solid #959595;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    border-color: #959595;
    background: none;
}

.post-detail .source {
    margin-top: -21px;
    float: right;
    font-size: 12px;
}

.post-detail .main-content {
    clear: both;

}

.post-detail .main-image {
    margin-bottom: 20px;
    background: #f2f2f2;
    text-align: center;
    color: #323232;
    float: left;
    width: 100%;
}

.post-detail .main-image img {
    margin: 0;
}

.post-detail .main-image .main-image-caption {
    padding: 10px 10px;
    color: #323232;
    font-size: 12px;
    text-align: left;
}

.post-detail .main-image .main-image-caption p {
    margin: 0;
}

.post-detail .related {
    clear: both;
    margin: 10px 0;
    padding: 30px 25px 0 140px;
    width: 617px;
    height: 129px;
    background: url(../../img/bg_recommendations.png) no-repeat left top;
}

.post-detail .related ul {
    margin: 0;
    list-style: none;
}

.post-detail .related ul li {
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0 0 0 15px;
    max-height: 36px;
    background: url(../../img/ico_recommendations_arrow.png) no-repeat left center;
    line-height: 1;
}

.post-detail .related ul li a {
    color: #3a3a3a;
    font-weight: 700;
    font-size: 12px;
}

.related-box {
    float: left;
    width: 300px;
    margin: 0 15px 15px 0;
    overflow: hidden;
    background: url(../../img/bg_recommendations_box.png) no-repeat left top;
}

.related-box .bg {
    padding-bottom: 15px;
    background: url(../../img/bg_recommendations_box_bottom.png) no-repeat left bottom;
}

.related-box ul {
    padding: 55px 0 0 0;
    list-style: none;

}

.related-box ul li {
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0 0 0 15px;
    background: url(../../img/ico_recommendations_arrow.png) no-repeat left center;
    line-height: 1;
}

.related-box ul li a {
    color: #3a3a3a;
    font-weight: 700;
    font-size: 12px;
}

.tags {
    padding: 20px 0;
    font-size: 14px;
}

.tags strong {
    color: #d50820;
    text-transform: uppercase;
}

.tags a {
    color: #323232;
}

.content-ads {
    padding: 20px 0;
}

/* POST - ADS */
.content-ads h3 {
    color: #bcbcbc;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
}

/* SECTION BOXES */
.section-box {
    margin-bottom: 20px;
}

.section-box .section-title {
    margin-bottom: 17px;
    color: #d50820;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
}

/* ALBUM WIDGET */
.album-backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.album-backdrop.fade {
    opacity: 0;
}

.album-wrapper {
    clear: both;
    position: relative;
    z-index: 1041;
    margin-bottom: 20px;
}

.album-widget {
    background: #e9e9e9;
    cursor: pointer;
}

.album-solid {
    cursor: pointer;
}

.album-widget .placeholder {
    text-align: center;
    overflow: hidden;
    height: 380px;
}

.album-widget .placeholder {
    position: relative;
    vertical-align: middle;
    display: table;
    width: 619px;
}

.image-wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.album-widget .ad {
    display: none;
    position: absolute;
    vertical-align: middle;
    background: #242320;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.album-widget .ad .close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.album-widget .ad > div {
    display: inline-block;
    margin-top: 100px;
}

.album-wrapper .album-top-bar {
    z-index: 999;
    height: 34px;
    background: #3a3a3a;
}

.album-widget .top-bar .caption,
.album-widget .top-bar .socials {
    float: left;
    height: 34px;
}

.album-widget .top-bar .caption {
    width: 619px;
    background: #3a3a3a;
}

.album-widget .album-top-bar .caption h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
}

.album-widget .album-top-bar .caption .small-10 h2 {
    overflow: hidden;
    padding: 8px 10px 0;
    height: 23px;
}

.album-widget .nav-wrapper {
    float: right;
}

.album-widget .nav-wrapper .next,
.album-widget .nav-wrapper .prev {
    display: block;
    float: left;
    overflow: hidden;
    width: 32px;
    height: 34px;
    background: transparent url(../../img/bt_album_modal_nav.gif) no-repeat left center;
    text-indent: -9999em;
    line-height: 0;
}

.album-widget .nav-wrapper .next {
    width: 35px;
    background-position: right center;
}

.album-widget .image-nav {
    position: absolute;
    top: 190px;
    left: 10px;
    width: 600px;
    z-index: 9;
}

.album-widget .image-nav .next,
.album-widget .image-nav .prev {
    display: block;
    float: left;
    overflow: hidden;
    width: 31px;
    height: 46px;
    background: transparent url(../../img/album_next_prev.png) no-repeat left center;
    text-indent: -9999em;
    line-height: 0;
    opacity: 0.4;
}

.album-widget .image-nav .next {
    float: right;
    background-position: right center;
}

.album-widget .side-bar {
    position: absolute;
    top: 0;

    /*right: -320px;*/

    right: 0;
    z-index: 1041;
    padding: 0 10px;

    width: 320px;
    height: 472px;
    background: #202020;
}

.album-widget .side-bar.album-detail-side {
    top: 14px;
}

.album-widget .side-bar.album-detail-side .desc {
    color: #FFFFFF;
}

.album-socials {
    padding: 10px 0 0 0;
    height: 34px;
}

.album-socials .socialite {
    float: left;
    margin: 0;
    padding: 0;
    width: 90px;
}

.album-widget-desc {
    clear: both;
    overflow: hidden;
    margin-bottom: 14px;
    padding: 25px 14px 0;
    color: #fff;
}

.album-widget-desc .title {
    overflow: hidden;
    margin: 0 0 10px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
}

.album-widget-desc .desc {
    overflow: hidden;
    height: 50px;
    font-size: 14px;
    line-height: 1.2;
}

.images-wrapper {
    position: relative;
    z-index: 1045;
    background: #e9e9e9;
}

.images-wrapper.detail-album h2 {
    color: #FFFFFF;
}

.album-widget .thumbs-wrapper {
    height: 58px;
    border: 1px solid #dedede;
    background: #e9e9e9;
    text-align: center;
}

.album-widget .thumbs-wrapper .current img {
    border-bottom: 3px solid #d50820 !important;
}

.album-widget .thumbs-wrapper .prev,
.album-widget .thumbs-wrapper .next {
    position: relative;
    float: left;
    margin: 6px 0 0 -1px;
    width: 26px;
    height: 45px;
    background: #d50820;
}

.album-widget .thumbs-wrapper .next {
    float: right;
    margin: 5px -1px 0 0;
}

.album-widget .thumbs-wrapper .prev:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -2px;
    width: 0px;
    height: 0px;
    border-width: 4px 6.9px 4px 0;
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
    content: " ";
}

.album-widget .thumbs-wrapper .next:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -2px;
    width: 0px;
    width: 0px;
    height: 0px;
    height: 0px;
    border-width: 4px 0 4px 6.9px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: " ";
}

.album-widget .thumbs {
    display: inline-block;
    padding-top: 6px;
    height: 52px;
    list-style: none;
}

.album-widget .thumbs li {
    float: left;
    margin: 0 0 0 5px;
    width: 45px;
    height: 45px;
}

.album-widget .item {
    display: block;
    float: left;
    width: 45px;
    height: 45px;
}

.album-widget .item img {
    width: 45px;
    height: 45px;
}

.carousel li {
    float: left;
    margin-left: 4px;
    width: 45px;
    height: 45px;
}

/* Player Audio */
.player-audio-wrapper {
    position: relative;
    min-height: 70px;
    margin-bottom: 50px;
    padding: 12px 12px 12px 17%;
    background: #3a3a3a url(../../img/jp_placeholder.png) no-repeat 10px center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.player-audio-wrapper audio {
    width: 100%;
    margin-top: 10px;
}

.player-audio-wrapper p {
    width: 100%;
}

.player-wrapper {
    float: left;
    position: relative;
}

.player-wrapper .player-overlay {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 5000;
    cursor: pointer;
}

.player-wrapper .player-overlay.iphone {

}

/* Comments list */
.comments-list .item {
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
}

.comments-list .date {
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #d50820;
}

.comments-list .title {
    padding: 0 0 5px;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    color: #323232;
}

.comments-list .title a {
    color: #323232;
}

.comments-list .comment-counter {
    padding-top: 30px;
    font-size: 24px;
    line-height: 14px;
    color: #d50820;
    text-align: center;
    background: url(../../img/ico_comments.png) no-repeat center 5px;
}

.comments-list .desc {
    font-size: 14px;
    line-height: 20px;
    color: #323232;
}

.comments-list .desc a {
    color: #323232;
}

.download-audio {
    background: url(../../img/bg_download_mp3.png) no-repeat;
    float: left;
    margin-top: 10px;
    width: 296px;
    height: 70px;
    background-size: 100% 100%;
    line-height: 70px;
    text-align: center;
}

.download-audio a {
    color: #D50820;
}

.container-player {
    text-align: right;
    float: left;
}

.container-player a {
    background: url(../../img/download.png) no-repeat left center;
    padding: 10px 20px;
    color: #D50820;
}

.image-box {
    padding-bottom: 5px;
}

div.podcast-player {
    border: 1px solid #e4e4e4;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
}

div.podcast-player h2 {
    font-weight: bold;
    color: #d70016;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 0;
}

div.podcast-player h3 {
    font-weight: normal;
    color: #292929;
    font-size: 18px;
    margin-bottom: 0;
}

div.podcast-player .image {
    width: 100%;
    position: relative;
    background-image: url(../../img/bg-podcast-player.png);
    background-size: cover;
    background-position: center center;
}

div.podcast-player .image .overlay {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../../img/overlay-podcast-player.png);
    background-size: cover;
    background-position: center center;

}

div.podcast-player .image .overlay a.play {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../../img/btn-podcast-player.png);
    background-repeat: no-repeat;
    background-position: center center;
}

div.podcast-player .image .overlay a.play:hover {
    background-image: url(../../img/btn-podcast-player-hover.png);
}

div.podcast-player .image:after {
    padding-top: 62%;
    display: block;
    content: '';
}
