﻿body {
    max-width: 1589px;
    margin: 0 auto !important;
    float: none !important;
    background: #090709;
}

.podcast {
    max-width: 1589px;
    font-family: 'bebas regular',Roboto,Tahoma,arial,sans-serif;
    font-size: .9375rem;
    background: #000;
    color: #fff;
    text-align: center;
}

    .podcast a {
        font-size: 1rem;
    }
    /* unvisited link */
    .podcast a:link {
        color: #fff;
    }

    /* visited link */
    .podcast a:visited {
        color: #fff;
    }

    /* mouse over link */
    .podcast a:hover {
        color: #D12D41;
    }

    /* selected link */
    .podcast a:active {
        color: #fff;
    }

    .podcast .navbar {
        height: 196px;
        padding: 1rem;
        background: #0f0f0f;
    }

        .podcast .navbar .navLeft {
            padding: 110px 0 0 0;
            text-align: right;
            font-weight: 700;
        }

            .podcast .navbar .navLeft a {
                font-size: 1.5rem;
            }

        .podcast .navbar .navCenter {
        }

        .podcast .navbar .navRight {
            padding: 80px 0 0 0;
            text-align: left;
        }

            .podcast .navbar .navRight .socials .social-btns .btn {
                margin: 0 15px 15px;
            }

    .podcast .newsletterBar {
        background: #000;
        padding: 2rem;
        line-height: 3rem;
    }

        .podcast .newsletterBar input {
            display: inline-block;
            height: 3rem;
            margin: 0;
        }

            .podcast .newsletterBar input[type=text] {
                width: auto;
                vertical-align: middle;
            }

        .podcast .newsletterBar .button {
            background: #e5c18d;
            color: #000 !important;
            font-size: .8rem;
            margin: 0 0 0 1rem;
            padding: 0.5rem 1.5rem;
            text-decoration: none !important;
            font-weight: 700 !important;
            vertical-align: middle;
            cursor: pointer;
            height: 3rem;
            line-height: 2rem;
        }

            .podcast .newsletterBar .button:HOVER {
                background: #444;
            }

    .podcast .bannerBar {
        background: #000;
        /*height: 810px;*/
        /*background-image: url("/bulletproof-workshop/images/slider.png");
        background-repeat: no-repeat;
        background-position: center;*/
        position: relative;
    }

        .podcast .bannerBar hr {
            width: 97%;
            max-width: 100%;
            margin: 0 auto 1rem auto;
            height: 2px;
            border-top: 0;
            border-bottom: 0;
            border-left: 0;
            border-right: 0;
        }

            .podcast .bannerBar hr.hr1 {
                background-color: #BE2843;
            }

            .podcast .bannerBar hr.hr2 {
                background-color: #5C4FFE;
            }

        .podcast .bannerBar .orbit-previous {
            z-index: 99;
        }

        .podcast .bannerBar .orbit-next {
            z-index: 99;
        }

        .podcast .bannerBar .bannerTitleContain {
            margin: 2rem 0 0 0;
            position: absolute;
            top: 10px;
            z-index: 99;
        }

        .podcast .bannerBar .bannerTitle {
            margin: 2rem 0 0 0;
            /*position: absolute;
            top: 10px;
            z-index: 99;*/
        }

        .podcast .bannerBar .bannerTitle2 {
            margin: 2rem 0 0 0;
            /*position: absolute;
            top: 70px;
            z-index: 99;*/
        }

        .podcast .bannerBar .bannerTitle span, .podcast .bannerBar .bannerTitle2 span {
            font-size: 3rem;
            font-weight: 700;
        }

        .podcast .bannerBar .orbit-caption {
            font-family: Arial;
            font-weight: 500;
            font-size: 1.2rem;
            line-height: 1.6;
            height: 315px;
        }

        .podcast .bannerBar .bannerDesc {
            margin-top: 350px;
            position: absolute;
            bottom: 0px;
            z-index: 99;
        }

            .podcast .bannerBar .bannerDesc p {
                font-family: Arial;
                font-weight: 500;
                font-size: 1.3rem;
                line-height: 1.6;
            }

    .podcast .actionBar {
        padding: 3rem 3rem 0 3rem;
        background: #000;
    }

        .podcast .actionBar .button {
            width: 100%;
            border-radius: 5px;
            margin: 1rem 0;
            letter-spacing: 0.15rem
        }

        .podcast .actionBar .subscribe {
            background: #d12d41;
        }

            .podcast .actionBar .subscribe:hover {
                background: #931f2d;
                color: #fff;
            }

        .podcast .actionBar .trailer {
            background: #6257ff;
        }

            .podcast .actionBar .trailer:hover {
                background: #0f00e6;
                color: #fff;
            }

    .podcast .episodesBar {
        padding: 0 3rem 3rem 3rem;
        background: #000;
    }

        .podcast .episodesBar .episodeList {
            padding: 2rem;
            background: #1b151b;
            width: 100%;
        }

    .podcast .bioBar {
        margin: 1rem 0 0 0;
        background: #1b151b;
    }

        .podcast .bioBar .bioLeft {
            padding: 2rem;
        }

            .podcast .bioBar .bioLeft span {
                color: #c59f65;
                font-size: 3rem;
                font-weight: 700;
                margin-bottom: 2rem;
            }

            .podcast .bioBar .bioLeft p {
                font-size: 1rem;
                line-height: 1.7rem;
            }

    .podcast .footerBar {
        padding: 3rem;
        background: #0d0a0d;
    }

        .podcast .footerBar .contain {
            height: 461px;
            position: relative;
        }

            .podcast .footerBar .contain .socialContain {
                margin: 0;
                position: absolute;
                top: 50%;
                left: 50%;
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

                .podcast .footerBar .contain .socialContain .socials {
                    min-width: 360px;
                }

                .podcast .footerBar .contain .socialContain .newsletterContain {
                    min-width: 497px;
                    display: inline-block;
                }

                    .podcast .footerBar .contain .socialContain .newsletterContain input {
                        width: auto;
                        height: 3rem;
                        display: inline-block;
                        vertical-align: middle;
                        margin: 0;
                    }

                    .podcast .footerBar .contain .socialContain .newsletterContain .button {
                        background: #e5c18d;
                        color: #000 !important;
                        font-size: .8rem;
                        padding: 0.5rem 1.5rem;
                        margin: 0 0 0 1rem;
                        text-decoration: none !important;
                        font-weight: 700 !important;
                        vertical-align: middle;
                        cursor: pointer;
                        height: 3rem;
                        line-height: 2rem;
                    }

                        .podcast .footerBar .contain .socialContain .newsletterContain .button:HOVER {
                            background: #444;
                        }

        .podcast .footerBar .centerCol {
            height: 461px;
            border-left: 1px solid #221b22;
            border-right: 1px solid #221b22;
        }


@media screen and (min-width:0) and (max-width:640px) { /* small */
    .podcast .bannerBar .bannerDesc {
        position: relative;
    }

    .podcast .bannerBar .bannerDesc p {
        font-family: Arial;
        font-weight: 200;
        font-size: 1rem;
        line-height: 1.6;
    }

}

@media screen and (min-width:640px) and (max-width:1024px) {  /*medium*/
    .podcast .bannerBar .bannerDesc {
        position: relative;
    }

    .podcast .bannerBar .bannerDesc p {
        font-family: Arial;
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 1.6;
    }
}

@media screen and (min-width:1024px) and (max-width:1150px) { /*medium+*/
    .podcast .bannerBar .bannerTitleContain {
        position: relative;
    }
}