/*
    Percussion Discussion CSS 2015
    @author Hilal Alsibai
*/
html {
    font-family: "Roboto", sans-serif;
    background-color: #ebebeb;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-color: #2e9edb;
}

#overlay-header {
    background: url("../img/header-bg.jpg") center center;
    padding-bottom: 10rem;
    text-shadow: 0 1px 1px #000;
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
    padding-top: 10rem;
}

#ahead-container #overlay-header {
    background: transparent none;
    box-shadow: none;
}

.social-bar {
    height: 50px;
}

.social-bar .fb-follow {
    margin-top: 10px;
}

.side-logo {    
    display: inline-block;
    position: relative;
    color: #CCCCCC;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
    height: 200px;
    padding-top: 70px;
    text-align: right;
}

#logo-and-nav {

    line-height: 2.5rem;
}

#logo-and-nav hr {
    height: 1px;
    background-color: #fff;
    border: none;
}

#logo {
    color: #fff;
}

#logo .button {
    height: 2.5rem;
    line-height: 2.5rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #fff;
    margin: 0 0 0 1rem;
    transition: 0.5s;
}

#logo .button:hover {
    background-color: #fff;
    color: #2e2e2e;
    text-shadow: none;
}

#logo > a {
    color: #fff;
    font-size: 2.5rem;
    text-decoration: none;
}

.nav {
    list-style: none;
}

.nav li {
    display: inline;
}

.nav a {
    text-decoration: none;
    font-size: 18px;
    margin-left: 2rem;
    margin-right: 2rem;
    color: #fff;
    border-radius: 4px;
    padding: 8px;
    transition: 0.5s;
}

.nav a:hover,
.nav a.active {
    color: #2e2e2e;
    background-color: #fff;
    text-shadow: none;
}

#body-container {
    margin-top: -7rem;
    padding-bottom: 200px;
}

#footer {
    width:100%;
    height:148px;
    position:absolute;
    bottom:0;
    left:0;
}

#first-footer {
    padding: 2.5rem;
    color: #e8e8e8;
    background-color: #0b0b0b;
}

#ahead-container #first-footer {
    background-color: rgba(0, 0, 0, 0.87);
}

#footer-nav {
    list-style: none;
    margin-bottom: 0;
}

#footer-nav li {
    display: inline;
    margin-right: 4rem;
}

#footer-nav a {
    text-decoration: none;
}

#second-footer {
    color: #585858;
    background-color: #060606;
    padding: 2.5rem;
}

#ahead-container #second-footer {
    background-color: rgba(0, 0, 0, 0.87);
}

.content {
    background-color: #fff;
    border-radius: 2px;
    padding: 2rem;
    box-shadow: 0 2px 5px #777;
    margin-bottom: 2rem;
}

.dark {
    background-color: #000;
}

.cast-profile {
    margin-right: 3rem;
}

.circle-crop {
    border-radius: 50%;
}

.v-space-5 {
    display: block;
    height: 5rem;
}

.padded {
    padding: 10px;
}

@keyframes note-anim-right {
    0% {
        margin-top: 0;
        opacity: 1.0;
        transform: scale(1.0);
    }
    25% {
        margin-left: 1rem;
    }
    100% {
        margin-top: -5rem;
        opacity: 0.0;
        transform: scale(0.0);
    }
}

@keyframes note-anim-left {
    0% {
        margin-top: 0;
        opacity: 1.0;
        transform: scale(1.5);
    }
    25% {
        margin-left: -1rem;
    }
    100% {
        margin-top: -4rem;
        opacity: 0.0;
        transform: scale(0.0);
    }
}

@keyframes note-anim-middle {
    0% {
        margin-top: 0;
        opacity: 1.0;
        transform: scale(1.0);
    }
    100% {
        margin-top: -4rem;
        opacity: 0.0;
        transform: scale(0.0);
    }
}

.note {
    font-size: 2rem;
    opacity: 0.0;
    color: #ffffff;
    position: absolute;
    transform: translateZ(0);
}

#note1 {
    animation-name: note-anim-right;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-delay: 4s;
}

#note2 {
    animation-name: note-anim-left;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-delay: 1s;
}

#note3 {
    animation-name: note-anim-middle;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-delay: 3s;
}

#note4 {
    animation-name: note-anim-right;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-delay: 1s;
}

.divide-right {
    border-right: 1px solid #000;
}

#behind-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #000;
}

#ahead-container {
    position: relative;
    z-index: 1;
    min-height:100%;
    pointer-events: none;
}

#wrapper-container {
    min-height: 100%;
    position: relative;
}

.breadcrumbs a {
    padding: 8px 8px 8px 26px;
    background: rgba(0, 0, 0, 0.12);
    position: relative;
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.87);
    margin-left: 4px;
}

.breadcrumbs a:after {
    content: "";
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid rgba(0, 0, 0, 0.12);
    position: absolute;
    right: -18px;
    top: 0;
    z-index: 1;
}

.breadcrumbs a:before {
    content: "";
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.breadcrumbs a:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    padding-left: 8px;
}

.breadcrumbs a:first-child:before {
    display: none;
}

.breadcrumbs a:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding-right: 8px;
}

.breadcrumbs a:last-child:after {
    display: none;
}

.card {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 16px;
}

.card .media-container {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    width: 100%;
    line-height: 0;
}

.card .description {
    padding: 0 16px;
}

.card .media-container {
    position: relative;
    overflow: hidden;
    height: 300px;
    font-size: 0;
}

.card .media-container .description {
    background-color: rgba(0, 0, 0, 0.87);
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
}

.card .primary-text {
    font-size: 24px;
    line-height: 0.7;
    color: rgba(0, 0, 0, 0.87);
    padding-top: 24px;
    padding-bottom: 16px;
    display: inline-block;
    text-shadow: none;
}

.card .secondary-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 0.7;
    color: rgba(0, 0, 0, 0.38);
    padding-bottom: 16px;
    display: inline-block;
    text-shadow: none;
}

.card .media-container .primary-text,
.card .media-container .secondary-text {
    color: #fff;
}

.card .supporting-text {
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.54);
    padding-bottom: 24px;
    margin: 0;
}

.card .supporting-text:nth-of-type(1) {
    padding-top: 16px;
}

.card .date-text {
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.54);
    padding-bottom: 24px;
    text-transform: uppercase;
    display: inline-block;
}

.card ul {
    list-style: none;
}

.card ul li {
    height: 24px;
    padding: 0 16px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
}

.card ul li .action {
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 16px;
    float: right;
}

.card ul li .action.disabled {
    color: rgba(0, 0, 0, 0.38);
}

.lesher-bg {
    background: url("../img/lesher.jpg") center center;
    background-size: cover;
}

.about-show-bg {
    background: url("../img/about-show.jpg") center center;
    background-size: cover;
}

.about-ken-bg {
    background: url("../img/about-ken.jpg") center center;
    background-size: cover;
}

.alert {
    color: #ff6666;
}

.success {
    color: #65C400;
}

#admin-container {
    background: #333333;
    color: #EEEEEE;
    font-size: 16px;
    padding: 8px;
}