/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* FONT */
@font-face {
    font-family: 'Alternate Gothic';
    src: url('../fonts/alternate_gothic-webfont.eot');
    src: url('../fonts/alternate_gothic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/alternate_gothic-webfont.woff') format('woff'), url('../fonts/alternate_gothic-webfont.ttf') format('truetype'), url('../fonts/alternate_gothic-webfont.svg#AlternateGothic2BTRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

header, header .hero-content {
    position: relative;
    width: 100%;
    text-align: center;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Dosis', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #a9a9a9;
    background-color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

html {
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: 'Alternate Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
}

a {
    color: #30517d;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover, a:focus {
    text-decoration: none;
    color: #192940;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0));
}

.navbar-custom {
    margin-bottom: 0;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.6);
}

.navbar-custom .navbar-brand {
    font-family: 'Alternate Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 35px;
    line-height: 35px;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li.active {
    /*outline: none;*/
}

.navbar-custom .nav li a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus {
    outline: 0;
    color: #b2b4b6;
    background: 0 0;
}

.navbar-custom .nav li a.active {
    color: rgb(42, 159, 214);
    background: 0 0;
}

@media(min-width: 767px) {
    .navbar {
        padding: 30px 0;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -o-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }

    .navbar-custom .navbar-brand {
        font-family: 'Alternate Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 80px;
    }

    .navbar-custom .navbar-collapse {
        margin: 5px 0;
    }
}

@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

.heroSubheading {
    font-size: 50px;
}

/*** HERO MAIN ***/
header.hero-main {
    height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url('../images/hero_main.jpg');
}

header.hero-main .hero-content {
    position: absolute;
    top: 430px;
    padding: 0 15px;
}

header.hero-main .hero-content .hero-content-inner h1 {
    font-family: 'Alternate Gothic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    color: #f1f1f1;
}

@media (min-width: 768px) {
    header.hero-main {
        min-height: 100%;
    }

    header.hero-main .hero-content {
        position: absolute;
        top: 85%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 50px;
    }

    header.hero-main .hero-content .hero-content-inner {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    header.hero-main .hero-content .hero-content-inner h1 {
        font-size: 100px;

    }
}

/*** HERO MAIN ***/
header.hero-small {
    height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-image: url('../images/hero_team.jpg');
    background-repeat: no-repeat;
}

header.hero-small-team {
    background-image: url('../images/hero_team.jpg');
    /*background-position: center -300px;*/
}

header.hero-small-piano {
    background-image: url('../images/hero_piano.jpg');
}

header.hero-small .hero-content {
    top: 430px;
    padding: 0;
    text-align: left;
}

header.hero-small .hero-content .hero-content-inner h1 {
    font-family: 'Alternate Gothic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 40px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}

@media (min-width: 768px) {
    header.hero-small {
        height: 500px;
    }

    header.hero-small .hero-content {
        position: absolute;
        top: 85%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0;
    }

    header.hero-small .hero-content .hero-content-inner h1 {
        font-size: 80px;
    }
}

/*** SECTIONS ***/
section {
    padding: 100px 0;
}

section.bg-dark-grey {
    background-color: #101010;
}

section.chrissy {
    background-color: #0f90bf;
    background-image: url('../images/chrissy.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: left center;
    min-height: 500px;
}

section.bnoize {
    background-color: #0a96ca;
    background-image: url('../images/bnoize.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: right center;
    min-height: 500px;
}

footer {
    padding: 50px 0;
    color: #666666;
    font-size: 14px;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255, 255, 255, .2);
}

.story-img {
    margin-top: 30px;
    display: block;
}

.story-img img {
    width: 100px;
    height: 100px;
}

iframe {
    border: 0;
    padding: 0;
    margin: 0;
}

.podcast-full {
    display: none;
}

.podcast-more {
    cursor: pointer;
}

/* ========================= */
/*    	PODCAST CARD  	     */
/* ========================= */
.podcast-card {
    position: relative;
    background: #101010;
    *zoom: 1;
}

.podcast-card:before, .podcast-card:after {
    content: "";
    display: table;
}

.podcast-card:after {
    clear: both;
}

.podcast-card .podcast-image a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.podcast-card .podcast-image a:before {
    content: "\f04b";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #2ecc71;
    text-align: center;
    line-height: 51px;
    text-indent: 5px;
    z-index: 5;
    font-size: 22px;
    font-size: 2.2rem;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.podcast-card .podcast-image a:hover:before, .podcast-card .podcast-image a:focus:before {
    background: #2ecc71;
    color: #fff;
}

.podcast-card .podcast-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.podcast-card .podcast-content {
    padding: 25px;
    color: #f1f1f1;
}

.podcast-card .podcast-content a {
    color: inherit;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.podcast-card .podcast-content a:hover, .podcast-card .podcast-content a:focus {
    color: #fff;
}

.podcast-card .podcast-date {
    display: block;
    margin-bottom: 10px;
}

.podcast-card .podcast-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
}

.podcast-card ul.podcast-meta {
    padding-left: 0px;
}

.podcast-card .podcast-meta .item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    color: #30517d;
    list-style: none;
}

.podcast-card .podcast-meta .item+.item:before {
    content: "//";
    margin: 0 10px 0 5px;
}

/* ========================= */
/*    PODCAST CARD FULL      */
/* ========================= */
.podcast-card.full .podcast-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    float: left;
}

.podcast-card.full .podcast-image a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 100%;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: -webkit-linear-gradient(to right, transparent, #18151f);
    background-image: -moz-linear-gradient(to right, transparent, #18151f);
    background-image: -o-linear-gradient(to right, transparent, #18151f);
    background-image: linear-gradient(to right, transparent, #18151f);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00ffffff', GradientType=0);
    /* IE6-8 */
    display: block;
}

.podcast-card.full .podcast-content {
    width: 75%;
    float: right;
}