﻿@charset "UTF-8";

/* Layout Medium Screens */

header
{
    height: 200px;
    background: url(../images/banner_medium.jpg) no-repeat 90% 0px;
}
    header a.logo
    {
        width: 180px;
        height: 110px;
        top: 20px;
        right: 20px;
        background-image: url(../images/logo_medium.png);
    }

nav
{
    top: 200px;

}
    nav a
    {
        margin-right: 20px;
    }

.promo_container
{
    padding: 0px 20px 15px 20px;
}

.promo_container .promo
{
    background-position: 0px 0px;
}

    .promo_container .promo .content
    {
        padding: 70px 30px 0px 0px;
    }
body
{
    background-image: none;
}

.trailer
{
   display:none;
}
.trailerlink
{
    display:block;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: bold;
    text-decoration: none;
    margin: .5em 0 0 0;
    padding: 0px 12px 0px 0px;
}

.mobileIntro
{
    display:none;
}
.intro
{
    display:block;
}






