/* 
    Document   : style
    Created on : Apr 3, 2014, 4:29:22 PM
    Author     : pravesvuth.uparanukr
    Description:
        Purpose of the stylesheet follows.
*/

/*
.light-tinted {
    background: #f2f2f2;
}

.mid-focal { margin-bottom: 0;}
.top-clearance { padding-top: 30px;}
*/

#webinar-promo { background: #000; }

#webinar-promo h1 {
    color: #aaa;
    font-size: 2.3em;
    position: absolute;
    top: 50px;
    font-weight: 200;
    width: 400px;
}

#webinar-promo h1 em {
    color: #ddd;
    font-size: 1.2em;
}

.promo-bg {
    background: #000 url('../images/promo/jeppesen-chart.jpg') no-repeat bottom left;
    background-size: 1920px;
}

#webinar-focal .blackboard {
    background: #535d65 url('../images/webinar/aviation-webinar-blackboard.jpg') no-repeat bottom center;
    background-size: 1920px;
}


#webinar-focal .objects {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    background: transparent url('../images/webinar/aviation-webinar-online-training.png') no-repeat bottom center;
    background-size: 1163px;
}

#webinar-focal .screen-container {
    position: absolute;
    bottom: 30px; left: 0; right: 0;
    overflow: hidden;
}

#webinar-focal .screen {
    height: 228px;
    width: 362px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#webinar-focal .screen .pallarax-bg {
    top: -200px; bottom: -30px;
    background: transparent url('../images/webinar/aviation-webinar-screen.jpg') no-repeat bottom center;
    background-size: 554px;
}

#webinar-focal .cursive {
    font-family: 'Architects Daughter', cursive;
}

#webinar-focal {
    height: 400px
}

.pallarax-fixed .container { height: 100%; }

#webinar-focal .hub-focal {
    margin: 0; font-weight: 200;
    color: #fff;
    position: absolute; bottom: 2.2em;
    left: 72%;
    line-height: 0.7em;
}

#webinar-focal .tagline {
    position: absolute;
    bottom: 140px; right: 53%;
    color: #fff;
    font-size: 1.5em;
    opacity: 0.4;
}

.primary-text {
    color: #df242c;
}

#webinar-focal h1 small {
    font-weight: 200;
    color: #b1e0f2;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
    
    #webinar-focal .objects {
        background-image: url('../images/webinar/aviation-webinar-online-training@2x.png');
    }
    
    #webinar-focal .screen .pallarax-bg {
        background-image: url('../images/webinar/aviation-webinar-screen@2x.jpg');
    }
}

.modal-dialog {
    z-index: 5000;
}

.channel {
    display: block;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
    text-decoration: none;
    overflow: hidden;
    height: 280px;
    position: relative;
    box-shadow: 0 0 0 #bbb;
    transition: all 0.3s;
}


.channel p {
    font-weight: 300;
}

.channel .art {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    height: 100%; width: 100%;
    transition: all 0.3s;
    overflow: hidden;
    opacity: 0.85;
}

.channel .card {
    position: absolute;
    left: -20px; top: 0; bottom: 0;
    padding: 25px 30px 25px 50px;
    width: 250px;
    background: #324452;
    color: #fff;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    opacity: 0.7;
    transition: all 0.3s;
}



.channel:hover, .channel:focus, .channel:active {
    text-decoration: none;
    box-shadow: 4px 4px 0 #bbb;
}

.channel:hover .card, .channel:focus .card, .channel:active .card {
    transform: translate3d(20px,0,0);
    -webkit-transform: translate3d(20px,0,0);
    opacity: 1;
}



.channel:hover .art, .channel:focus .art, .channel:active .art {
    opacity: 1;
}

.channel .card .title {
    font-size: 21px;
    font-weight: 200;
}



.channel .card .description {
    opacity: 0;
    transition: opacity 0.3s;
}



.channel:hover .card .description {
    opacity: 1;
}

.webinar-channel .card {
    -background-color: #86a2da;
}

.podcast-channel .card {
    -background-color: #e9ceb3;
}

.journal-channel .card {
    -background-color: #e2b8a9;
}

#futurewebinars, #pastwebinars {
    color: #535d65;
    font-weight: 200;
    font-size: 2.2em;
    margin-bottom: 1em;
}

.episode {
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-height: 150px;
    position: relative;
    padding-left: 120px;
}

.episode h4 {
    color: #000;
}

.past-episode { 
    min-height: 80px; 
    padding-left: 0;
}

.event-calendar {
    width: 100px;
    height: 150px;
    position: absolute; top: 0; left: 0;
    text-align: center;
}

.event-calendar .dt {
    background: #666;
    color: #fff;
    position: relative;
    border-radius: 2px;
    margin-bottom: 10px;
}

.event-calendar .dt:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 10px; right: 18px; top: 12px; bottom: 2px;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0,0,0,0.9);
}

.event-calendar .dt:after {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    width: 0; height: 0;
    border-top: 15px solid #444;
    border-right: 15px solid #fff;
}

.event-calendar .dt-day {
    font-size: 3.2em;
    font-weight: 200;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}

.event-calendar .dt-month {
    color: #ddd;
    padding: 10px 0 0 0;
}

.event-calendar .dt-year {
    font-size: 0.7em;
    color: #999;
    padding: 0 0 10px 0;
}

.event-calendar .tt {
    font-size: 0.9em;
}

.event-calendar .tt .tt-duration {
    font-size: 0.8em;
    color: #666;
}

@media (max-width: 992px) { 
    #webinar-focal {
        height: 380px;
    }

    #webinar-focal .blackboard {
        background-size: 1600px;
    }
    
    #webinar-focal .screen .pallarax-bg {
        bottom: -24px;
        background-size: 462px;
    }
    
    #webinar-focal .objects {
        background-size: 900px;
    }
    
    #webinar-focal .screen-container {
        bottom: 24px;
    }

    #webinar-focal .screen {
        height: 174px;
        width: 275px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }
    
    #webinar-focal .tagline {
        bottom: 120px; right: 53%;
        font-size: 1.2em;
        opacity: 0.4;
    }

    #webinar-focal .hub-focal {
        bottom: 2.5em;
        font-size: 3em;
        left: 72%;
    }

    .episode .description {
        font-size: 0.9em;
    }

    .channel .card {
        left: -20px; top: 0; bottom: 0;
        width: 180px;
        padding: 20px 25px 20px 45px;
    }

    .channel .card .title {
        font-size: 16px;
    }

    .channel .card .description {
        font-size: 0.9em;
    }

}

@media (max-width: 768px) {
    #webinar-focal {
        height: 230px;
    }

    #webinar-focal .blackboard {
        left: -320px; width: auto;
    }
    
    #webinar-focal .objects {
        left: -320px; width: auto;
    }

    #webinar-focal .screen {
        left: -160px;
    }
    
    #webinar-focal .hub-focal {
        font-size: 2.8em;
        left: 50%
    }
    
    #webinar-focal .tagline {
        display: none;
    }

    .episode {
        border-bottom: 1px dotted #ddd;
        
    }

    .episode .description {
        max-height: 90px;
        font-size: 0.8em;
        overflow: hidden;
    }
    
    .channel {
        height: 280px;
    }

    .-channel .card {
        position: absolute;
        left: 0; bottom: -20px; right: 0; top: auto;
        padding: 20px 25px 50px 20px;
        height: 130px; width: auto;
    }

    .-channel:hover .card, .-channel:focus .card, .-channel:active .card {
        transform: translate3d(0,-20px,0);
        -webkit-transform: translate3d(0,-20px,0);
    }
    
    .episode {
        padding-left: 85px;
    }
    
    .past-episode { 
        padding-left: 0;
    }
    
    .event-calendar {
        width: 70px;
    }
    
    .event-calendar .dt-day {
        font-size: 2.2em;
    }
    
    .event-calendar .dt-month {
        font-size: 0.8em;
        padding-top: 8px;
    }
}

@media (max-width: 480px) {
    .channel {
        height: 180px;
    }
    
    .channel .card {
        padding: 12px 15px 12px 30px;
        width: 160px;
    }
    
    .channel .card .title {
        font-size: 14px;
    }

    .channel .card .description {
        font-size: 0.7em;
    }

}

@media only screen and (max-device-width: 768px) and (orientation : portrait) {

        
}

@media (min-width: 992px) {
    
    .tall-channel {
        height: 220px;
    }
    
    .tall-channel .card {
        width: auto;
        height: 110px;
        bottom: -40px; top: auto; left: 0; right: 0;
        padding: 20px;
    }

    
    
    .tall-channel .card .title {
        font-size: 18px;
        font-weight: 200;
    }
    
    .tall-channel:hover .card, .tall-channel:focus .card, .tall-channel:active .card {
        transform: translate3d(0,-40px,0);
        -webkit-transform: translate3d(0,-40px, 0);
        opacity: 1;
    }
    
    .tall-channel .card .description {
        font-size: 0.8em;
    }
}
