/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: border-box; }

body {
  background-color: #2b4e8c;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #fff; }

#mobile-test {
  visibility: hidden; }

/*----------------------- common -----------------------*/
img {
  max-width: 100%;
  width: 100%;
  height: auto; }

p {
  color: #ddd;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  padding: 0 0 8px 0;
  text-align: left; }

h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3px;
  margin: 10px 0 16px 0;
  text-align: left; }

h2 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 15px;
  margin: 0 0 12px 0;
  text-align: left;
  letter-spacing: .02em; }

h3 {
  background-color: #D37431;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 12px 0;
  text-align: left;
  letter-spacing: .1em;
  width: 100%;
  padding: 4px; }

a:link, a:visited, a:active {
  color: #fff;
  text-decoration: none; }

a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px #FFFFFF dotted; }

a:hover img, a.noborder {
  border-bottom: none; }

.pRight {
  float: right; }

.container {
  margin: 0 auto;
  /*min-height:850px;*/
  padding: 0px 20px 10px 20px;
  max-width: 960px;
  width: 100%; }

.header {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden; }

.nav-header {
  background-color: #D37431; }

.header #logo {
  padding-top: 30px;
  float: left; }

.header #logo p {
  padding: 4px 0 4px 0; }

.header #nav {
  padding-right: 5px;
  float: right;
  padding-top: 35px; }

.footer {
  background-color: #143852;
  margin: 15px auto 0 auto;
  padding: 6px 10px;
  width: 100%; }

.footer p {
  color: #ddd;
  font-size: 12px;
  padding: 0 4px;
  line-height: 1.5; }

#nav ul.navMenu {
  margin-top: 4px;
  float: right;
  list-style: none; }

#nav ul.navMenu li {
  display: inline;
  list-style-type: none;
  padding-left: 30px; }

#nav ul.navMenu li a:link, #nav ul.navMenu a:visited, #nav ul.navMenu a:active {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400; }

#nav ul.navMenu li a:hover {
  color: #fff; }

#nav ul.navMenu li a.selected {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #fff; }

/*
	LEVEL ONE
*/
ul.dropdown {
  position: relative;
  float: right;
  list-style: none;
  padding: 0; }

ul.dropdown li {
  float: left;
  zoom: 1;
  font-size: 15px; }

ul.dropdown a:hover {
  color: #fff;
  border: none; }

ul.dropdown a:active {
  color: #ffa500; }

ul.dropdown li a {
  display: block;
  padding: 4px 14px;
  /*border-right: 1px solid #333;*/
  color: #efefef; }

ul.dropdown li:last-child a {
  border-right: none; }

/* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  position: relative; }

ul.dropdown li.hover a {
  color: #fff; }

.home .m_home {
  font-weight: 600;
  color: #fff; }

.bio .m_bio {
  font-weight: 600;
  color: #fff; }

.contact .m_contact {
  font-weight: 600;
  color: #fff; }

/*
	LEVEL TWO
*/
ul.dropdown ul {
  list-style: none;
  width: 190px;
  padding-left: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99; }

ul.dropdown ul li {
  font-weight: normal;
  background: #444;
  color: #ddd;
  line-height: 1.1;
  float: none; }

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
  border-right: none;
  width: 190px;
  display: inline-block; }

ul.dropdown ul li:hover {
  background: #555;
  color: #fff; }

.featured-heading {
  overflow: hidden;
  width: 80%;
  display: block;
  margin: 0 auto 20px; }
  .featured-heading p {
    padding: 10px 7% 10px;
    font-size: 16px;
    line-height: 1.4; }
  .featured-heading h3 {
    float: left; }
  .featured-heading ul {
    float: right; }
    .featured-heading ul li {
      float: left;
      margin-left: 3px;
      font-size: 16px;
      line-height: 26px;
      background-color: rgba(255, 255, 255, 0.12); }
      .featured-heading ul li a {
        padding: 0 8px;
        text-align: center; }
        .featured-heading ul li a.active {
          color: rgba(255, 255, 255, 0.5); }
        .featured-heading ul li a:hover {
          border-bottom: none; }

.filmgrid {
  margin: 0;
  padding: 0;
  list-style: none; }

.fa-play-circle-o {
  color: red;
  transition: color 0.5s ease; }

.filmgrid-container {
  background-color: #eaeef4;
  width: 33%;
  display: inline-block;
  padding: 5px;
  margin-bottom: 28px;
  vertical-align: top;
  position: relative; }
  .filmgrid-container .title {
    height: 45px;
    display: block;
    position: relative; }
  .filmgrid-container a .inset {
    padding: 5px;
    position: relative; }
    .filmgrid-container a .inset img {
      width: 100%;
      height: auto;
      position: relative; }
    .filmgrid-container a .inset:after {
      display: inline;
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f01d";
      font-size: 3em;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      position: absolute;
      right: 8%;
      top: 78%;
      line-height: 1;
      margin-left: -0.3em;
      margin-top: -0.65em;
      color: rgba(255, 0, 0, 0.4);
      transition: color 0.5s ease; }
  .filmgrid-container a:hover .inset:after {
    color: #fb0000; }
  .filmgrid-container .info {
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    font-weight: 500;
    padding: 5px;
    background-color: #eee;
    opacity: .9;
    transition: opacity 0.5s ease; }
    .filmgrid-container .info p {
      color: #333; }
  .filmgrid-container a:hover .info {
    opacity: .7; }
  .filmgrid-container h2 {
    color: #313131;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin: 3px 0 3px 0;
    text-align: center;
    padding: 0 5px;
    letter-spacing: .02em;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .filmgrid-container a {
    border-bottom: none;
    display: block;
    border: none;
    position: relative; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */ }
.now-playing:after {
  color: rgba(255, 255, 255, 0.6);
  display: inline;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0d7";
  font-size: 60px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  left: 50%;
  line-height: 38px;
  margin-left: -15px; }

#embed {
  text-align: center;
  background: #3a404b;
  padding: 10px 60px;
  margin: 0px 0px 22px;
  position: relative;
  display: none; }

a.closebutton {
  position: absolute;
  top: 11px;
  right: 15px;
  border-bottom: none; }

.content {
  width: 100%;
  margin: 0 auto;
  display: block; }
  .content.narrow {
    width: 80%; }
    .content.narrow h3 {
      margin-bottom: 22px; }
  .content.pad-top {
    padding-top: 20px; }

.col_third {
  width: 33%;
  float: left;
  padding-right: 20px; }

.col_two_third {
  width: 66%;
  float: left;
  padding-right: 20px; }

.youtube_centered {
  min-height: 250px; }
  .youtube_centered p {
    text-align: center; }
  .youtube_centered a:hover {
    border-bottom: none; }
  .youtube_centered a > img {
    max-width: 200px; }

/*  Tablet Layout: 768px. */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .featured-heading {
    width: 90%;
    display: block; }

  .filmgrid-container {
    width: 49%; } }
/*  Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .header {
    height: auto; }

  .header #logo {
    padding-top: 10px;
    width: 100%;
    margin-bottom: 20px;
    float: left; }

  .header #nav {
    padding-right: 5px;
    float: left;
    margin-top: 0;
    padding-top: 0;
    width: 100%; }

  .featured-heading {
    overflow: hidden;
    width: 100%; }

  ul.dropdown {
    position: relative;
    float: left;
    list-style: none;
    padding: 0; }

  ul.dropdown li a {
    display: block;
    padding: 4px 14px 4px 0;
    /* border-right: 1px solid #333; */
    color: #ececec; }

  #mobile-test {
    visibility: visible; }

  .content.narrow {
    width: 100%; }

  h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    margin: 0 0 12px 0;
    text-align: left;
    letter-spacing: 0; }

  .filmgrid-container {
    width: 100%;
    display: inline-block;
    padding: 5px;
    vertical-align: top; }

  .col_third,
  .col_two_third {
    width: 100%;
    float: left;
    padding-right: 10px;
    margin-bottom: 20px; }

  .bio_right {
    float: left;
    margin: 20px 0 0 0;
    width: 100%; }

  .footer .pRight {
    float: none;
    display: block;
    margin-top: 10px; }

  #embed {
    padding: 45px 5px 5px; }

  a.closebutton {
    top: 7px; }

  .youtube_centered {
    min-height: 0; } }
