@charset "UTF-8";
@font-face {
  font-family: 'PTSansNarrow';
  src: url("../fonts/PTN57F-webfont.eot");
  src: url("../fonts/PTN57F-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/PTN57F-webfont.woff") format("woff"), url("../fonts/PTN57F-webfont.ttf") format("truetype"), url("../fonts/PTN57F-webfont.svg#PTSansNarrowRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PTSerif';
  src: url("../fonts/PTF55F-webfont.eot");
  src: url("../fonts/PTF55F-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/PTF55F-webfont.woff") format("woff"), url("../fonts/PTF55F-webfont.ttf") format("truetype"), url("../fonts/PTF55F-webfont.svg#PTSerifRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PTSerif';
  src: url("../fonts/PTF75F-webfont.eot");
  src: url("../fonts/PTF75F-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/PTF75F-webfont.woff") format("woff"), url("../fonts/PTF75F-webfont.ttf") format("truetype"), url("../fonts/PTF75F-webfont.svg#PTSerifBold") format("svg");
  font-weight: bold;
  font-style: normal; }

/* ----- Colours ----- */
/* ----- Fonts ----- */
/* ----- Effects ----- */
/* ----- Mixins ----- */
/* ----- SCSS ----- */
* {
  margin: 0;
  padding: 0; }

body {
  background-color: #ececec;
  color: #333333;
  font: 14px/21px PTSerif, Georgia, serif;
  padding-bottom: 40px; }

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #336699;
  font-weight: bold;
  text-decoration: none; }
  a:hover {
    color: #843229;
    text-decoration: underline; }

p,
.content-left ul,
.content-right ul {
  margin-bottom: 20px; }
  p:last-child,
  .content-left ul:last-child,
  .content-right ul:last-child {
    margin-bottom: 0; }
  p img,
  .content-left ul img,
  .content-right ul img {
    float: left;
    margin: 0 20px 20px 0; }

h1 {
  position: absolute;
  top: 16px;
  left: 20px;
  z-index: 5; }

h2 {
  margin-bottom: 20px;
  padding-top: 10px; }
  h2:first-child {
    padding-top: 0; }

h3 {
  margin-bottom: 10px; }

ul {
  list-style-type: none; }

.bg-ribbon {
  background-color: #194c7f;
  height: 57px;
  position: absolute;
  top: 380px;
  width: 100%;
  z-index: -2; }

.header {
  margin: 0 auto;
  height: 80px;
  width: 970px; }

.social {
  display: inline-block;
  float: left;
  position: relative;
  top: 24px;
  vertical-align: middle; }
  .social li {
    float: left;
    margin-right: 20px; }

.buy-button,
.trailer-button {
  background-color: #843229;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  color: #f3f3f3;
  font: 18px/32px PTSansNarrow, Verdana, sans-serif;
  height: 32px;
  padding: 0 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
  .buy-button:hover,
  .trailer-button:hover {
    color: #f3f3f3;
    cursor: pointer;
    text-decoration: none; }
  .buy-button:active,
  .trailer-button:active {
    box-shadow: none; }
  .buy-button:after,
  .trailer-button:after {
    content: '\25b6';
    margin-left: 5px;
    position: relative;
    top: -1px; }

.trailer-button {
  float: right;
  position: relative;
  top: 24px; }

.buy-button {
  display: inline-block;
  margin: 0 20px 30px 0; }

.container {
  background-color: #f3f3f3;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 auto;
  width: 980px; }

.title {
  position: relative; }

.main-image {
  display: block;
  height: 280px;
  position: relative; }

.navbar {
  background-color: #336699;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin-left: -10px;
  position: relative;
  width: 1000px; }
  .navbar:before, .navbar:after {
    border: 10px solid transparent;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    bottom: -10px;
    width: 0;
    z-index: -1; }
  .navbar:before {
    border-right-color: #003366;
    left: -10px; }
  .navbar:after {
    border-left-color: #003366;
    right: -10px; }

.navlist {
  text-align: center; }

.navigation {
  color: #f3f3f3;
  display: inline-block;
  font: 24px PTSansNarrow, Verdana, sans-serif;
  padding: 8px 0 3px 20px;
  text-align: center;
  list-style-type: none; }
  .navigation li {
    float: left;
    margin-right: 20px;
    padding: 5px 10px; }
    .navigation li:hover {
      background-color: #194c7f;
      border-radius: 5px;
      box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5); }
    .navigation li a {
      color: #f3f3f3;
      font-weight: normal;
      text-decoration: none;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
  .navigation .active,
  .navigation .first.active:hover {
    background-color: #194c7f;
    border-radius: 5px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5); }
  .navigation .first.active {
    background-color: transparent;
    box-shadow: none; }

.content-left,
.content-right {
  display: inline-block;
  margin: 20px;
  padding: 20px 20px 30px;
  vertical-align: top; }

.content-left {
  border-right: 1px solid #333333;
  margin-right: 1px;
  padding-right: 40px;
  width: 565px; }
  .content-left li {
    margin-bottom: 10px; }

.blurbcite {
  margin-left: 20px; }
  .blurbcite:before {
    content: '\2014';
    margin-right: 5px; }

.content-right {
  border-left: 1px solid #333333;
  margin-left: -5px;
  padding-left: 35px;
  width: 249px; }
  .content-right li {
    margin-bottom: 10px; }

.news {
  margin-bottom: 40px; }

.sponsors,
.fineprint {
  width: 970px; }

.sponsors {
  list-style-type: none;
  margin: 20px auto; }
  .sponsors li {
    float: left;
    margin: 0 20px; }

.fineprint {
  font: 10px/16px PTSerif, Georgia, serif;
  margin: 30px auto;
  position: relative;
  text-align: right;
  width: 970px; }

.logo {
  position: absolute;
  top: 25px;
  right: -20px; }

#trailer-popup {
  background: #e3e3e3 url("../siteimages/trailer_bg.jpg");
  border: 1px solid #333333;
  border-radius: 10px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  padding: 40px 40px 35px;
  visibility: hidden; }

.close-reveal-modal {
  color: #333333; }
  .close-reveal-modal:after {
    color: #333333;
    content: '×';
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .close-reveal-modal:hover {
    color: #333333;
    text-decoration: none; }

/* ----- Social ----- */
.fb-like-box {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  margin-left: -15px;
  position: relative;
  top: 0; }

.twitter-timeline {
  display: none;
  margin-left: -15px;
  max-width: inherit !important;
  position: relative; }

.social-plugins {
  display: block; }

.social-twitter {
  float: right;
  margin-right: -10px; }
