/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-family: 'Lora', serif;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
a {
  text-decoration: none;
  color:#FFF;
    -webkit-transition: color .1s linear;
        -moz-transition: color .1s linear;
        -ms-transition: color .1s linear;
        -o-transition: color .1s linear;
        transition: color .1s linear;
}
a:hover {
  color:#E6E6D1; text-decoration: underline
}

p a { color: #89003d; font-weight: bold }
p a:hover { color: #999; text-decoration: underline }

.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}

.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}

.alert a { font-weight: bold; }
.alert a:hover { color: black; text-decoration: underline  }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
    /*background:url(../img/html-bg.png) repeat 0 0 #303031;*/
	background:url(../img/ricepaper2.png) repeat 0 92px #FFFFF0;
}
body {
    
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 255, 240);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 240, 0.5);
}

.block {
    display: block;
}
.clear {
    clear:both;
}
.container {
    margin:0 auto;
    position: relative;
    width: 980px;
}

.content { margin: 15px auto 20px auto; }

.fltleft {
    float: left;
}
.fltright {
    float: right;
}
h1,h2 {
    margin: 0 0 25px;
    font-family: 'Lora', sans-serif;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    color:#474035;
}
h1 span {
    color:#a9864f;
}
h2 {
    font-size: 30px;
    margin: 0;
}
p {
    color: #474035;
    margin: 0 0 30px;
}
/* ==========================================================================
   Header
   ========================================================================== */
.award-wrap {
    /*background:url(../img/award-bg.png) repeat-x 0 0;*/
    border-top: 1px solid #990033;
	border-bottom: 1px solid #990033;
    text-align: center;
	width: 100%;
	margin: 25px auto;
}

.nav-wrap,
.subnav-wrap {
    /*background:url(../img/nav-bg.png) repeat-x 0 0;*/
	background-color: #990033;
    border-bottom: 3px solid #E6E6D1;
    font-family: 'Lora', sans-serif;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    text-transform: uppercase;
}
.nav-wrap, .subnav-wrap, .footer {
    -webkit-box-shadow: 0px 5px 7px rgba(50, 50, 50, 0.37);
    -moz-box-shadow:    0px 5px 7px rgba(50, 50, 50, 0.37);
    box-shadow:         0px 5px 7px rgba(50, 50, 50, 0.37);
}

.nav-wrap, .footer { background: #89003d; /* Old browsers */
background: -moz-linear-gradient(top,  #89003d 0%, #990033 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#89003d), color-stop(100%,#990033)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #89003d 0%,#990033 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #89003d 0%,#990033 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #89003d 0%,#990033 100%); /* IE10+ */
background: linear-gradient(to bottom,  #89003d 0%,#990033 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89003d', endColorstr='#990033',GradientType=0 ); /* IE6-9 */

}

.nav-wrap { position: fixed; top: 0; width: 100%; z-index: 1000;  }

.nav,
.subnav {
    list-style: none;
    margin:0;
    padding: 0;
}
.nav > li,
.subnav > li {
    display: inline-block;
}
.nav > li a,
.subnav > li a {
    border-right: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color:#fff;
    padding: 0 7px 0px 4px;
    text-decoration: none;
	font-weight: bold;
}
.nav > li a:hover,
.subnav > li a:hover {
    color:#D1D1C5;
}
.nav > li.nav-connect a,
.subnav > li.last a {
    border-right: 0;
}
.about-page .nav > li.nav-about,
.press-page .nav >li.nav-press,
.film-page .nav >li.nav-filmmakers,
.watch-page .nav >li.nav-film,
.connect-page .nav >li.nav-connect {
    background:#7b746b; 
}
.about-page .nav > li.nav-about a,
.about-page .nav > li.nav-home a,
.press-page .nav > li.nav-press a,
.press-page .nav > li.nav-film a,
.film-page .nav >li.nav-about a,
.film-page .nav >li.nav-filmmakers a,
.watch-page .nav >li.nav-film a,
.watch-page .nav >li.nav-filmmakers a,
.connect-page .nav >li.nav-connect a,
.connect-page .nav >li.nav-press a {
    border-right: 1px solid transparent;
}
.about-page .nav-wrap,
.press-page .nav-wrap,
.watch-page .nav-wrap {
    border-bottom: 0;
}
.social-nav a {
    margin-left: 19px;
}
.academy-members img {
    position: relative;
    top: -2.5px;
}
.subnav-wrap {
    background:#7b746b;
    border: 0;
    font-size: 12px;
}
.interior .wrapper{
    padding-top: 50px;
}
.subnav-wrap {
    display:none;
}
.about-page .about-subnav-wrap,
.press-page .press-subnav-wrap,
.watch-page .watch-subnav-wrap {
    display: block;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
    color:#fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 15px 0;
	border-top: 3px solid #E6E6D1;
	border-bottom: 3px solid #E6E6D1;
}
.footer-nav span {
    margin: 0 14px;
}
/*
.footer-nav,
.copyright {
    margin-bottom: 50px;
}
*/
.digital-providers {
	margin-bottom: 50px;
}
.digital-providers > a {
    margin-right: 53px;
}
.digital-providers > a:last-child {
    margin-right: 0;
}
/* ==========================================================================
   Home Page
   ========================================================================== */
.home .wrapper {
    background:url(../img/home-bg.png) no-repeat center top;  
	padding: 60px 0px;
}

.clear { clear: both }

.trailer-wrap {
    background:url(../img/trailer-bg.png) no-repeat center top;
    width: 550px;
}
.trailer-wrap h3 {
    font-size: 27px;
    font-weight: normal;
    color: #990033;
    margin:0;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}
.trailer {
    border:5px solid #990033;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.99);
    -moz-box-shadow:    0px 1px 4px rgba(50, 50, 50, 0.99);
    box-shadow:         0px 1px 4px rgba(50, 50, 50, 0.99);
    height: 321px;
    width: 560px;
}
.flowplayer {
    height: 360px;
    width: 647px;
}
.is-poster,
.trailer {
    background: url(../img/trailer-img.png) #000;
}
.is-splash.flowplayer .fp-ui,.is-paused.flowplayer .fp-ui{background:url(../img/play-btn.png) center no-repeat !important;background-size:12%;}
/* ==========================================================================
   About Page
   ========================================================================== */
   .col5 {
    width:50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   }
   .leftcol {
    padding:0 70px 0 0;
   }
   .rightcol {
    text-align: right;
   }
/* ==========================================================================
   sub pages
   ========================================================================== */
   .sub-content {
    padding:0 0 40px;
   }
   .sub-content img {
    margin:0 0 0 40px;
   }
   .content ul {
    list-style: none;
    padding: 0;
    margin:0 0 20px;
   }
   .sub-content a {
    color:#474035;
   }
   .photos-page .sub-content img {
    margin:0;
    display: block;
   }
   .photos-page .sub-content li {
    display: inline-block;
    width:216px;
    vertical-align: top;
    margin-right: 20px;
    font-size: 14px;
   }
   .photos-page .sub-content ul {
    margin-bottom: 20px;
   }
   .fb-block,
   .twitter-block {
    margin-bottom: 30px;
   }
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


.accolades-quotes { width: 50%; float: left }
.award-blurb { font-size: 3em; color: #990033; text-align:center; font-weight: bold; letter-spacing: 2px;}

.quote { font-size: 1.5em; color: #660033 }
.quote-by { font-size: .75em; display: block; padding: 10px 0px 25px 0px; text-align: right}
.frontimage { width: 40%; float: right; }

.frontimage2 { padding-bottom: 10px; }

.floatleft { float: left; padding-right: 25px; }
.floatleft img { width: 200px; margin-bottom: 20px; }
.floatright { float: right; padding-left: 25px; }

.floatright img, .floatleft img { border: 2px solid #666; }

.ks { margin-left: 0px; }
#ks { height: 22px; width: 22px; margin-top: 2px; }


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.btn {
  background: #89003d;
  background-image: -webkit-linear-gradient(top, #89003d, #990033);
  background-image: -moz-linear-gradient(top, #89003d, #990033);
  background-image: -ms-linear-gradient(top, #89003d, #990033);
  background-image: -o-linear-gradient(top, #89003d, #990033);
  background-image: linear-gradient(to bottom, #89003d, #990033);
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #89003d;
  text-decoration: none;
}