@charset "UTF-8";
/**
 * Theme Name:    The mongrelmedia
 * Author:        JIVINC
 * Author URI:    http://jivinc.com
 * Version:       1.0
 * Licensed under JIVINC (http://www.jivinc.com)
 */
/* ==========================================================================
Typography
========================================================================== */
body {
  font-family: "Source Sans Pro", sans-serif;
  color: #303030;
  font-size: 16px;
  line-height: 24px;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Novecentosanswide-Light", sans-serif !important;
  color: #303030;
  text-transform: uppercase;
}

h2 {
  letter-spacing: 0.05em;
}

h2, h3 {
  color: #e6720a;
  font-weight: 800;
}

h4, h5, h6 {
  color: #6a6a6a;
  font-weight: 800;
}

/* ==========================================================================
Custom-Font
========================================================================== */
/*source sans pro*/
@font-face {
  font-family: "SourceSansPro-ExtraLight";
  src: url("../fonts/source-sans-pro/SourceSansPro-ExtraLight.ttf");
  /*URL to font*/
  /*URL to font*/
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "SourceSansPro-Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/source-sans-pro/SourceSansPro-Light.ttf");
  /*URL to font*/
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-pro/SourceSansPro-Regular.ttf");
  /*URL to font*/
}
@font-face {
  font-family: "SourceSansPro-Bold";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/source-sans-pro/SourceSansPro-Bold.ttf");
  /*URL to font*/
}
@font-face {
  font-family: "SourceSansPro-LightIt";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/source-sans-pro/SourceSansPro-LightIt.ttf");
  /*URL to font*/
}
@font-face {
  font-family: "SourceSansPro-It.";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/source-sans-pro/SourceSansPro-It.ttf");
  /*URL to font*/
}
/* ==========================================================================
Navbar
========================================================================== */
.navmenu {
  width: 1460px;
  padding-left: 2.5em;
}

.navmenu ul li a {
  color: #a4a4a4;
  font-size: 1.125em;
  font-weight: 300 !important;
  padding-top: 1.9em;
  padding-bottom: _1-50.4em;
  padding-left: 2em;
  padding-right: 2em;
  text-decoration: none !important;
  outline: none;
  display: block;
  font-family: "SourceSansPro-Light", sans-serif !important;
  height: 7.18em;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 3.1em;
}
.navmenu ul li a:hover {
  background-color: #e6720a;
}

.navmenu > ul > li:first-child a {
  margin-left: 0;
}

.navmenu ul li.currentpagemenu a {
  background-color: #e6720a;
  color: #ffffff;
  -webkit-box-shadow: 0 0 1px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 1px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 1px 0 rgba(50, 50, 50, 0.75);
}

.navmenu #home_submenu_icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mhome:hover #home_submenu_icon {
  opacity: 1;
}

.navmenu ul li {
  list-style: none;
  margin: 0 0;
  position: relative;
  text-align: center;
}

.navmenu li.current-menu-item a, .navmenu li:hover a {
  text-decoration: none;
  color: #ffffff;
}

/*menu styles*/
.menu-item a {
  letter-spacing: 0;
}

.menu-item a {
  padding-left: 0.438em;
  padding-right: 0.438em;
}

.menu-item.msearch {
  height: 20px;
  width: 8%;
  margin-top: 32px;
  background-image: url(../images/ico_search.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.msocial {
  height: 1.6em;
  margin-top: 1.6em;
  background-repeat: no-repeat;
  width: 9.06em;
  position: absolute;
  right: 6.9em;
}

.msocial i {
  margin-right: 0.1em;
  color: #303030;
}
.msocial i:hover {
  background-color: #ffffff;
}

#menuElem {
  margin-top: 2.5em;
}

#menuElem li {
  display: inline;
  padding-left: 1.25em;
  padding-right: 1.25em;
  border-right: 1px solid #c0c0c0;
}

#menuElem li a {
  color: #303030;
}

#menuElem li.HighLighted a {
  color: #e6720a;
}

a.HighLighted {
  color: #e6720a !important;
}

#menuElem li:last-child {
  border-right: 0;
}

/* ==========================================================================
Home
========================================================================== */
#top header {
  height: 90px;
  padding-left: 50px;
}

#logo {
  width: 11.25em;
  height: 5.6em;
  background-image: url("../images/metropole-logo.png");
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  margin-top: 0;
}

.search-ico {
  width: 21px;
  height: 20px;
  position: absolute;
  top: 1.49em;
  right: 1.9em;
  cursor: pointer;
  font-size: 1.25em;
}

header .socialicon {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  -moz-border-radius: 3.6em;
  -webkit-border-radius: 3.6em;
  border-radius: 3.6em;
  background-color: #909090;
  padding: 7px;
  text-align: center;
  font-size: 1.19em;
}

.searchbox {
  width: 0;
  height: 29px;
  position: absolute;
  top: 1.57em;
  right: 3.6em;
  color: #e6720a;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  background-color: #ededed;
  overflow: hidden;
  line-height: 29px;
}

.txtsearch {
  padding: 0.125em 1.25em 0.125em 1.25em;
  margin-bottom: 0;
  color: #a4a4a4;
  font-size: 14px;
  width: 166px;
  height: 29px;
}

#full_slider {
  background-color: #303030;
}

.rev_slider .tp-caption {
  width: 100%;
  padding: 0 !important;
  margin-top: -60px !important;
}

.rev_slider .tp-caption h1, .rev_slider .tp-caption h3, .rev_slider .tp-caption h4 {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.57);
}

.rev_slider .tp-caption h1 {
  font-size: 5em !important;
  font-weight: 800;
  letter-spacing: 2px !important;
}

.rev_slider .tp-caption h3 {
  letter-spacing: 0.18em;
}

.rev_slider .tp-caption h4 {
  padding-top: 0.94em !important;
  letter-spacing: 0.12em !important;
}

.rev_slider .tp-caption h3, .rev_slider .tp-caption h4 {
  font-size: 1.3em !important;
  font-family: "SourceSansPro-Light" !important;
  font-weight: 300 !important;
}

.tp-caption .rs-untoggled-content {
  display: block;
}

.tp-caption .rs-toggled-content {
  display: none;
}

.rs-toggle-content-active.tp-caption .rs-toggled-content {
  display: block;
}

.rs-toggle-content-active.tp-caption .rs-untoggled-content {
  display: none;
}

.rev_slider .tp-caption,
.rev_slider .caption {
  position: relative;
  visibility: hidden;
  white-space: nowrap;
  display: block;
}

.tparrows {
  cursor: pointer;
  background: transparent !important;
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
}
.tparrows:hover {
  background: transparent !important;
}
.tparrows:before {
  font-family: "revicons";
  font-size: 3em;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

.tparrows.tp-leftarrow:before {
  content: "";
}

.tparrows.tp-rightarrow:before {
  content: "";
}

.tparrows.default:after {
  color: #999;
  font-size: 25px;
  position: absolute;
  z-index: 10;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 300;
  top: 0px;
  left: 0px;
  font-family: "fontello";
}

.tp-rightarrow.tparrows.default:after {
  content: "e75e";
}

.tp-leftarrow.tparrows.default:after {
  content: "e75d";
}

#home .content_section {
  padding-top: 0;
  padding-bottom: 1.9em;
}

#home .hrdivider {
  padding-bottom: 40px;
  margin-bottom: 0;
  width: 98%;
  text-align: center;
}

#home .home-whatsnew-img {
  width: 33.33%;
  float: left;
  min-height: 100px;
  overflow: hidden;
}

#home .home-whatsnew-img img {
  width: 100%;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#home .home-whatsnew-img img:hover {
  cursor: pointer;
  transform: scale(1.17);
  -ms-transform: scale(1.17);
  /* IE 9 */
  -moz-transform: scale(1.17);
  /* Firefox */
  -webkit-transform: scale(1.17);
  /* Safari and Chrome */
  -o-transform: scale(1.17);
  /* Opera */
}

#home h3.title {
  font-size: 40px;
  padding: 0 0 40px 0;
}

header .header-subnav a {
  padding-left: 1.25em;
  padding-right: 1.25em;
  color: #030303;
}

header .header-subnav a.lnksubnav-active {
  color: #e6720a;
}

.aboutus-social a {
  font-size: 1.9em;
  color: #949599;
  margin-left: 0.2em;
}

.service_icon, .btn {
  background-color: #e6720a;
}

.btn {
  text-decoration: none;
  color: #ffffff !important;
  box-shadow: none;
}
.btn:hover {
  background-color: #303030;
}

.portfolio_item_wrapper {
  background-color: #ffffff;
  height: 390px;
  overflow: hidden;
}

.portfolio_item_wrapper .row {
  margin-top: 0.9em;
}

.portfolio_item_wrapper .altlogo {
  margin-top: 32.18em;
}

div.container h1 {
  font-size: 2.7em;
  padding: 0 0 0 0;
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-weight: 800;
  font-family: "Novecentosanswide-Light", sans-serif;
  text-transform: uppercase;
}

.page_section header {
  width: 100%;
  overflow: hidden;
  padding-top: 5em;
  padding-bottom: 0;
}

.page_section header {
  text-align: center;
  vertical-align: middle;
}

.centering-helper {
  display: table;
  height: 240px;
  overflow: hidden;
  width: 100%;
}

.text-container {
  display: table-cell;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

.promo_text_block {
  font-family: "Source Sans Pro", sans-serif;
}

.promo_text_block h1 {
  font-family: "Novecentosanswide-Light", sans-serif !important;
  color: #aaaaaa !important;
}

.videoBackground {
  position: fixed;
  left: 0;
  top: 5em;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
}

.main_content {
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 24px;
}

h1.headerfont {
  line-height: 45px;
  color: #444444;
  font-weight: 300 !important;
  font-size: 2.7em;
  margin: 0;
  padding: 0 0 0.44em 0;
}

.service_title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: bolder;
  color: #2e9dc0;
}

.service-icon {
  background-color: #08C28B;
}

#works header {
  background-color: #2e9dc0;
  background-image: none;
}

#home header {
  background-image: url("../images/gallery/mobile.jpg") !important;
  background-size: cover;
  background-image: none;
}

#blog header {
  background-color: #2e9dc0;
  background-image: none;
}

/*DVD PAGE */
#Dvd-page header {
  background-color: #ffffff;
  background-image: none;
  color: #030303;
}

#Dvd-page header h1 {
  font-weight: 300;
  color: #030303;
}

/*-------------------------------------------------------------------*/
/*dvd drid*/
.film-grid-item {
  min-height: 450px;
  text-align: center;
  position: relative;
}

.appychev, .dvd-title-hidden {
  display: none;
}

a .dvd-title {
  color: #777777;
}

.dvd-title {
  height: 50px;
}

.dvd-title span b {
  font-weight: 300 !important;
}

.film-grid-item img {
  width: 270px;
  height: 370px;
  padding-bottom: 0.18em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.promo_text_block {
  color: #555555;
}

.gallery_title a:hover {
  color: #2e9dc0;
}

#eone header, #aboutus header {
  background-color: #2e9dc0;
  background-image: none;
}

.blog_post-meta div {
  display: inline-block;
  margin: 0 0.63em 0.3em 0;
  vertical-align: top;
  line-height: 20px;
  padding: 0.625em 0.81em 0.625em 2em;
  position: relative;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
  color: #444444;
  border-radius: 0.38em;
  -webkit-border-radius: 0.38em;
}

.services-provided {
  display: inline-block;
  margin: 0 1px 5px 0;
  vertical-align: top;
  line-height: 20px;
  padding: 0.625em 0.81em 0.625em 2em;
  position: relative;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
  color: #444444;
  border-radius: 0.38em;
  -webkit-border-radius: 0.38em;
}

ul.normalbullet {
  padding-left: 0.9em;
  padding-bottom: 1.9em;
}

.normalbullet li {
  margin: 7px 0 0 !important;
  padding-left: 19px;
  position: relative;
  background: url(../images/icons/list-bullet.png) 0 6px no-repeat;
  line-height: 25px;
}

.content_section {
  padding-top: 1.9em;
  padding-bottom: 1.9em;
}

.blog_post_page {
  margin-bottom: 1.25em;
}

.memberbio h5 {
  padding: 0.31em 0 0.625em 0;
  margin: 0;
  text-align: center;
}

.memberbio {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  margin-top: 1.25em;
}

.memberimg i {
  margin-top: 0.625em;
}

.memberimg span {
  font-size: 0.8em;
  margin-top: 0.625em;
  display: block;
}

.memberbio .fa-linkedin-square {
  font-size: 1.9em;
  color: #2e9dc0;
}

.memberbio img {
  border-radius: 0.38em 0.38em 0.38em 0.38em;
  -webkit-border-radius: 0.38em 0.38em 0.38em 0.38em;
}

.memberbio .memberimg {
  text-align: center;
}

form input[type=text] {
  background: #f6f6f6 !important;
}

form textarea {
  background: #f6f6f6 !important;
  height: 398px !important;
}

.copyright {
  margin-top: 1.25em;
}

.row.socialplaces h2 {
  margin: 0;
}

input.send_btn {
  background: #2e9dc0 !important;
  text-decoration: none;
  color: #ffffff !important;
  box-shadow: none;
}

#fields {
  text-align: center;
}

.blog_post .desc_block {
  text-align: left;
}

.blog_post .desc_block h5 {
  padding-top: 1.57em;
  padding-bottom: 1.25em;
  margin: 0;
}

.coverVideo {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.services-thumbs div {
  padding: 0.62em;
}

.services-box {
  padding: 1.25em;
  margin: 1.9em 0 0 0;
  color: #000000;
  font-size: 1.3em;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.1);
}

.services-box.active {
  display: block;
}

#services-nav {
  font-size: 1.1em;
  color: #ffffff;
  text-align: center;
}

#services-nav .row {
  padding: 0.63em 0;
}

#services-nav a {
  color: #ffffff;
}

.service_icon_78 {
  width: 55px;
  height: 55px;
  line-height: 55px;
  display: block;
  margin: 0.94em 1.25em 1.8em auto;
  border: 0;
  font-size: 1.57em;
  color: #ffffff;
  font-family: "FontAwesome";
  padding: 0;
  text-align: center;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #2e9dc0;
}

.service-callout h2 {
  margin-top: -0.62;
  margin-bottom: 0;
  font-size: 1.25em;
  color: #6a6a6a;
}

.service-callout {
  padding-top: 1.25em;
  padding-left: 1.9em;
  cursor: pointer;
}
.service-callout:hover {
  -webkit-box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.35);
  -moz-box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.35);
  box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.35);
}

.service-callout a {
  font-weight: bold;
  color: #2e9dc0;
}

.service-callout span.tagline {
  font-weight: normal;
  color: #6a6a6a;
}

.servicepage .service-example-item, .servicepage .service-example-item.lastitem {
  padding-top: 0.9em;
  padding-bottom: 2.19em;
  border-bottom: 1px solid #c0c0c0;
  font-size: 0.75em;
}

.servicepage .service-example-item h4 {
  margin-bottom: 0.9em;
  font-size: 16px;
}

.servicepage .service-example-item img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-right: 1.25em;
}

.servicepage .service-example-item a {
  font-weight: bold;
  color: #2e9dc0;
}

.footer-services .service-callout h2 {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  font-weight: normal;
}

.footer-services .service_icon_78 {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: block;
  margin: 0;
  margin-right: 0.62em;
  margin-top: 0.31em;
  border: 0;
  font-size: 0.9em;
  color: #ffffff;
  font-family: "FontAwesome";
  padding: 0;
  text-align: center;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #555;
}

.footer_sidebar {
  border-top: 1px solid #aaa;
  color: #000000;
}

.footer_sidebar h4.title {
  color: #000000;
  font-weight: bold;
  font-size: 1.2em;
}

.footer_sidebar #partnerlogos img {
  padding-right: 2.5em;
}

.lnk {
  font-weight: bold !important;
  color: #2e9dc0 !important;
}

#title-page h1 {
  font-size: 4.1em;
  text-transform: uppercase;
  padding-top: 0.5em;
  letter-spacing: 3px;
  line-height: 64px;
}

#title-page #title-navigation {
  padding: 0.8em 0 1.8em 0;
  background-color: #ededed;
  height: 44px;
  margin-top: -3px;
  text-align: center;
}

#title-page #title-navigation a {
  padding-left: 4.06em;
  height: 30px;
  font-family: "Novecentosanswide-Light";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}

#title-page #title-navigation a:first-child {
  padding-left: 0;
}

#title-page #title-navigation a {
  color: #303030;
}
#title-page #title-navigation a:hover {
  color: #e6720a;
}

#title-page #title-navigation a.activesection {
  color: #e6720a;
}

#title-page #title-navigation-medium {
  padding: 0.8em 0 0.8em 0;
  background-color: #ededed;
  margin-top: -3px;
  text-align: center;
}

#title-page #title-navigation-mobile {
  display: none;
}

#title-page #title-navigation-medium a {
  padding-left: 0.94em;
  height: 30px;
  font-family: "Novecentosanswide-Light";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}

#title-page #title-navigation-medium a {
  color: #303030;
}
#title-page #title-navigation-medium a:hover {
  color: #e6720a;
}

#title-page #title-navigation-medium a.activesection {
  color: #e6720a;
}

#title-page #synopsisbox {
  padding-right: 4.38em;
  padding-left: 1.9em;
}

#tableFilmIndex {
  width: 100%;
}

#title-page .title-details-poster {
  padding-left: 3em;
}

#title-page .title-details-poster img {
  max-height: 370px;
}

#title-page #banner-image {
  height: 510px;
}

#title-page #bannerimage-medium, #title-page #banner-image {
  overflow: hidden;
}

#title-page #banner-image img {
  width: 100%;
}

#title-page #bannerimage-medium img {
  width: 100%;
}

#title-page .filmby-title {
  top: -231px;
}

#title-page .filmby-title-medium {
  top: -300px;
}

#title-page .filmby-title, #title-page .filmby-title-medium {
  text-transform: uppercase;
  font-size: 2.5em;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.57);
  text-align: center;
  padding: 0;
  margin-bottom: -1.1em;
  position: relative;
}

#title-page #title-navigation.stuck {
  position: fixed;
  top: 5.6em;
  z-index: 100;
  width: 1371px;
}

#title-page #quotes-and-awards {
  text-align: center;
  padding-top: 1.25em;
}

#title-page #quotes-and-awards .quote-item {
  padding-bottom: 0.9em;
}

#title-page #quotes-and-awards .quote {
  font-size: 1.38em;
}

#title-page .award-item {
  text-transform: uppercase;
  letter-spacing: 1px;
}

#title-page .film-data {
  font-size: 14px;
  color: #6a6a6a;
  padding-top: 1.6em;
  line-height: 18px;
}

#title-page .presskitgriditem {
  min-height: 245px;
  padding-top: 1.25em;
  padding-bottom: 20px;
  color: #6a6a6a;
  font-size: 0.75em;
  line-height: 14px;
}

#title-page .presskitimage {
  max-height: 162px;
  overflow: hidden;
  text-align: center;
}

#title-page .presskitimage img {
  width: 100%;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#title-page .presskitimage img:hover {
  transform: scale(1.17);
  -ms-transform: scale(1.17);
  /* IE 9 */
  -moz-transform: scale(1.17);
  /* Firefox */
  -webkit-transform: scale(1.17);
  /* Safari and Chrome */
  -o-transform: scale(1.17);
  /* Opera */
}

#title-page .presskitgriditem .pkdesc {
  max-width: 300px;
  height: 2.5em;
}

#title-page #photooverlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

#myModal, #ModalJoin, #ModalRelatedFilms {
  top: 6.9em;
}

#myModal, #ModalRelatedFilms .close {
  color: #ffffff;
}

#ModalJoin .close {
  color: #000000;
}

#myModal .modal-dialog {
  width: 60% !important;
}

#myModal .modal-body {
  text-align: center;
}

#myModal .modal-body img {
  max-height: 800px;
}

#myModal .modal-footer {
  text-align: left;
}

#myModal .modal-footer {
  margin-top: -0.88em;
  color: #ffffff;
}

#myModal .modal-header {
  border-bottom: 0;
}

#myModal .modal-header, #myModal .modal-footer, #myModal .modal-body {
  background-color: #303030;
}

#myModal .modal-title {
  color: #ffffff;
}

#ModalRelatedFilms .modal-header, #ModalRelatedFilms .modal-footer {
  background-color: #303030;
}

#titleImages .modal-header, #titleImages .modal-footer {
  background-color: #303030;
}

#titleImages .modal-title h2 {
  margin-bottom: 0;
}

#ModalRelatedFilms .modal-title {
  color: #ffffff;
}

#title-page #photooverlay #photoslot img {
  position: absolute;
}

#title-page #photooverlay #photoslotpreload img {
  display: none;
}

#title-page #photooverlay .closepic {
  position: absolute;
  right: 1.9em;
  top: 1.9em;
  cursor: pointer;
}

html {
  min-height: 100%;
  position: relative;
}

.mongrelmedia-3col .main-zone {
  padding-right: 1.9em;
}

.mongrelmedia-3col .right-zone, .mongrelmedia-3col .middle-zone {
  padding-left: 1.9em;
  border-left: 1px solid #ededed;
}

.staffmember {
  min-height: 390px;
  padding: 1.9em;
}

.staffmember h4 {
  margin-bottom: 0.625em;
}

.staffmember p {
  padding-top: 0.625em;
}

.photocontainer {
  padding-right: 0.625em;
}

.staffdetailscontainer {
  padding-left: 0.625em;
}

.staffdetailscontainer img {
  width: 140px;
  float: left;
  padding-right: 1.25em;
}

#aboutus-navigation {
  padding: 0.8em 0 1.8em 0;
  background-color: #ededed;
  height: 44px;
  margin-top: -3px;
  text-align: center;
  width: 100%;
}

#aboutus-navigation a {
  padding-right: 1.6em;
  padding-left: 1.6em;
  height: 30px;
  font-family: "Novecentosanswide-Light";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}

#aboutus-navigation a {
  color: #303030;
}
#aboutus-navigation a:hover {
  color: #e6720a;
}

#about-us-subnavitems {
  display: block !important;
  width: 520px;
  margin-left: auto;
  margin-right: auto;
}

#available-at-home-menu {
  background-color: #ededed;
  position: fixed;
  top: 30px;
  height: 0;
  overflow: hidden;
  z-index: 100;
  /*z-index:0;*/
  display: none;
}

#available-at-home-menu #available-at-home-content {
  padding: 1.25em 2.5em 2.5em 2.5em;
  height: 340px;
  overflow: auto;
  margin-top: 3.8em;
}

#available-at-home-menu #available-at-home-content .col-md-4 {
  padding-left: 6em;
}

#available-at-home-menu #available-at-home-content a {
  color: #303303;
  line-height: 24px;
}

#available-at-home-menu #available-at-home-content a:hover {
  color: #e6720a;
}

#available-at-home-menu #available-at-home-content .liheader {
  font-size: 1.25em;
  color: #e6720a;
  padding-bottom: 0.94em;
}

body.Home #home_submenu_icon, .mobile_menu_wrapper #home_submenu_icon {
  display: none;
}

.hasclicklistener {
  left: 0 !important;
}

#youtubeembedcode {
  width: 1300px;
  height: 750px;
}

#ModalEmbeddedMovie .modal-content {
  background-color: #000000;
}

#ModalEmbeddedMovie .modal-dialog {
  width: 1300px;
  height: 740px;
  margin-top: 6em;
}

#ModalEmbeddedMovie .modal-header {
  display: block;
}

#ModalEmbeddedMovie .close {
  color: #ffffff;
}

#ModalEmbeddedMovie .modal-header {
  border-bottom: 0 solid #e5e5e5;
}

#realeasedatebox h2 {
  padding-top: 30px;
  margin-bottom: 0;
}

/*      NEWS         */
.international_news_item {
  border-bottom: 1px #cecece solid;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.94em;
  padding-right: 0.94em;
}
.international_news_item:hover {
  background-color: #f9fafb;
}

.news_source {
  margin-top: -0.06em;
  font-size: 14px;
  color: #6a6a6a;
  padding-bottom: 0.62em;
}

.international_news_item a {
  text-decoration: none;
}

.international_news_item a div {
  color: #000000;
}

.news_image {
  float: left;
  padding-right: 2.5em;
}

.news_image img {
  height: 140px;
}

/*      MARKETS       */
.mmMarket {
  text-align: center;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  border-bottom: 1px solid #cecece;
}

.marketsection-container {
  width: 100%;
  float: none;
  clear: both;
  margin-top: 2.5em;
  text-align: center;
}

.market_section {
  min-width: 280px;
  float: left;
  text-align: center;
}

.market_section img {
  display: block;
  width: 149px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.img-width {
  width: 100%;
}

/* Overlay CSs */
.overlay {
  position: absolute;
  top: 0;
  bottom: 0.2em;
  left: 0.9em;
  right: 0.9em;
  background: rgba(230, 114, 10, 0.9);
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.image-wrap-box:hover .overlay {
  opacity: 0.9;
}

.vertical-align {
  display: table;
  width: 100%;
  height: 100%;
}

.vertical-align-middle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.overlay .dvd-title {
  color: #ffffff;
}

/* ==========================================================================
Media Queries
========================================================================== */
/* Responsive changes */
.footer-narrow {
  display: none;
}

@media (max-width: 1400px) {
  .market_section {
    min-width: 300px;
    text-align: center;
    min-height: 300px;
  }

  .market_section img {
    width: 149px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .market_section {
    min-width: 350px;
    text-align: center;
    min-height: 300px;
  }

  .market_section img {
    width: 149px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.25em;
  }

  /* .film-grid-item {
       min-height:$_300px - 80px;
   }*/
}
@media (max-width: 768px) {
  .film-grid-item {
    margin-bottom: 1em;
  }
}
@media (max-width: 500px) {
  .news_image {
    display: block;
    float: none;
  }

  .news_image img {
    height: 70px;
    float: left;
    padding-right: 1.9em;
  }

  .market_section {
    text-align: center;
    display: block;
    min-height: 0;
    min-width: 320px;
    padding-bottom: 2.5em;
  }

  .market_section img {
    width: 149px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.25em;
  }
}
@media (min-width: 2500px) {
  .navmenu {
    width: 1600px;
    margin-left: 215px;
  }

  .navmenu ul li a {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1845px) {
  .navmenu {
    width: 1210px;
  }

  .navmenu ul li a {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (max-width: 1640px) {
  .navmenu {
    width: 1210px;
  }

  .navmenu ul li a {
    padding-left: 0.4em;
    padding-right: 0.4em;
  }
}
@media (max-width: 1490px) {
  .navmenu {
    width: 1000px;
  }

  .navmenu ul li a {
    padding-left: 0.625em;
    padding-right: 0.625em;
    margin-left: 1.25em;
  }
}
@media (max-width: 1390px) {
  .smallnopadding {
    padding-left: 0.94em !important;
    padding-right: 0.94em !important;
  }

  .navmenu {
    width: 800px;
  }

  .navmenu ul li a {
    padding-left: 0.125em;
    padding-right: 0.125em;
  }
}
@media (min-width: 1400px) {
  #mediumversion {
    display: none;
  }
}
@media (max-width: 1400px) {
  #largeversion {
    display: none;
  }

  .film-grid-item {
    min-height: 350px;
  }

  /*New Changes */
  .film-grid-item img {
    height: 290px;
    width: 190px;
  }

  #title-page .presskitimage img {
    width: 90%;
  }

  #title-page #bannerimage-medium {
    min-height: 500px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  /*#title-page .pkdesc{
      display:none;
  }*/
  #available-at-home-menu #available-at-home-content .col-md-4 {
    padding-left: 0;
  }
}
@media (max-width: 1274px) {
  .navmenu {
    width: 800px;
  }

  .navmenu ul li a {
    padding-left: 0.125em;
    padding-right: 0.125em;
    margin-left: 0.625em;
  }
}
.navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-collapse {
  border-top: 0;
}

.centering-helper {
  height: 140px;
}

body {
  padding-right: 0;
  padding-left: 0;
}

.full_slider,
.tp-banner-container {
  max-height: 390px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promo_text_block h1,
.page_section header div.container h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .film-grid-item {
    min-height: 220px;
  }

  /* New Changes */
  .film-grid-item img {
    height: 200px;
  }

  #available-at-home-menu {
    height: 0;
  }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .partner_section .partner_item {
    float: left;
    width: 20%;
  }
}
/*new Changes */
@media (max-width: 767px) {
  .film-grid-item img {
    height: 300px;
    width: 210px;
  }
}
@media (max-width: 460px) {
  .film-grid-item img {
    max-width: 60px;
    height: auto;
    display: block;
  }
}
/*portfolio_isotope.css*/
@media only screen and (max-width: 459px) {
  .footer-narrow {
    display: block;
  }

  .footer-wide, #joinText {
    display: none;
  }

  .gallery_block {
    margin: 0 auto !important;
    width: 300px !important;
  }

  .gallery_block .gallery_tem {
    width: 290px !important;
  }

  .full_slider,
.tp-banner-container {
    max-height: 240px !important;
  }

  .widget_flickr .flickr_badge_image,
.widget_flickr .flickr_badge_image a,
.widget_flickr .flickr_badge_image img {
    width: 77px !important;
    height: 77px !important;
  }

  .round_corners iframe,
.video iframe {
    height: 180px !important;
  }
}
a.menu_toggler {
  display: none;
}

@media only screen and (max-width: 1175px) {
  #available-at-home-menu {
    background-color: transparent;
  }

  .search-ico {
    right: 75px;
  }

  .filter_navigation ul li ul li {
    margin-bottom: 5px !important;
  }

  .tp-banner .caption h1 {
    font-size: 2.5em;
    letter-spacing: 6px;
  }

  a.menu_toggler:before {
    background-image: url(../images/btn_menu.png);
    background-size: 1.25em 1.25em !important;
    -webkit-background-size: 1.25em 1.25em !important;
  }

  .page_section {
    padding-top: 0;
  }

  #top header {
    height: 90px !important;
    position: relative;
    width: 100%;
    z-index: 999;
    padding: 0;
  }

  #logo {
    padding: 16px 10px 16px 0;
  }

  #top header #logo img {
    height: 30px !important;
    width: auto !important;
  }

  #top header .container {
    position: relative;
  }

  #home {
    margin-top: 0;
  }

  a.menu_toggler {
    display: inline-block;
    float: right;
    /*margin:-17px $_1-1 + 0.15em 0px 0;*/
    margin: -25px 0 0 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 42px;
    height: 50px;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 50%;
    background-color: #e6720a;
  }
  a.menu_toggler:hover {
    background-color: #303030;
  }

  a.menu_toggler:before {
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    top: 16px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background: url(../images/btn_menu.png) no-repeat 0 0;
  }

  .fixed-menu,
.fixed-menu:before,
.fixed-menu:after {
    display: none !important;
  }

  .mobile_menu_wrapper {
    display: block;
    background: #6a6a6d;
    width: 100%;
    padding: 15px 40px 20px 10px;
  }

  .mobile_menu_wrapper li {
    padding: 16px 0;
    border-bottom: 1px solid #88888a;
    line-height: 0 !important;
  }

  .mobile_menu_wrapper li .sub-menu {
    margin-left: 20px;
    margin-top: 10px;
  }

  .mobile_menu_wrapper li .sub-menu li:last-child {
    padding-bottom: 0;
  }

  .mobile_menu_wrapper a {
    color: #BFC3C7;
  }
  .mobile_menu_wrapper a:hover {
    color: #BFC3C7;
  }

  .fixed-menu, #top header nav {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .page_section header {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .full_slider,
.tp-banner-container {
    max-height: 753px !important;
  }
}
@media (max-width: 768px) {
  .staffmember {
    border-bottom: 1px solid #ededed;
  }

  #title-page .filmby-title-medium {
    top: -170px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #title-page #bannerimage-medium {
    min-height: 300px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -19px;
    margin-bottom: 0;
  }

  #title-page h1 {
    font-size: 50px;
    padding-top: 0;
  }

  .page_section header {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .msocial {
    margin-top: 10px;
  }

  .search-ico {
    top: 12px;
  }

  #logo {
    padding: 25px 10px 25px 0;
    width: 106px;
    height: 60px;
  }

  #top header {
    height: 50px !important;
    position: relative;
    width: 100%;
    z-index: 999;
    padding: 0;
  }

  #logo {
    height: 50px;
  }

  #search-ico {
    display: none;
  }
}
@media (max-width: 460px) {
  #title-page .title-details-poster {
    padding-left: 0;
  }

  #title-page #synopsissection, #title-page #filmcreditssection {
    margin-top: 40px;
  }

  h1 {
    margin: 0 0 18px 0;
    padding: 0;
    font-weight: 300;
    font-size: 32px;
    line-height: 35px;
  }

  .film-grid-item {
    position: relative;
  }

  .appychev {
    display: block;
    position: absolute;
    right: 5px;
    top: 35px;
    color: #c0c0c0;
  }

  .dvd-title-hidden {
    display: block;
  }

  .overlay {
    display: none;
  }

  .film-grid-item img {
    /*max-width: 60px;*/
    padding-bottom: 3px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: left;
  }

  a.menu_toggler:before {
    left: 12px;
    top: 16px;
  }

  a.menu_toggler {
    margin: -25px 0 0 0;
    width: 42px;
    height: 50px;
    background-color: #e77209;
  }

  /*a.menu_toggler {
      display: inline-block;
      float: right;
      margin: -17px 6px 0px 0;
      border: none;
      border-radius: 0;
      box-shadow: none;
      width: 34px;
      height: 34px;
      position: absolute;
      overflow: hidden;
      right: 0;
      top: 50%;
      background-color: #303030;
  }*/
  .search-ico {
    top: 12px;
    right: 50px;
  }

  header .socialicon {
    display: inline-block;
    -moz-border-radius: 3.6em;
    -webkit-border-radius: 3.6em;
    border-radius: 3.6em;
    width: 20px;
    height: 20px;
    -moz-box-shadow: 0 0 2px #888;
    -webkit-box-shadow: 0 0 2px #888;
    box-shadow: 0 0 2px #888;
    background-color: #909090;
    padding: 4px;
    text-align: center;
    font-size: 12px;
  }

  .msocial {
    right: 35px;
  }

  .film-grid-item.col-xs-6 {
    min-height: 107px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding-top: 0px;
  }

  .film-grid-item .dvd-title {
    padding-top: 30px;
    text-align: left;
    padding-left: 80px;
  }

  h2 {
    letter-spacing: 0.02em;
    line-height: 20px;
    font-size: 20px;
  }

  .page_section header {
    padding-top: 30px;
  }

  #title-page h1 {
    font-size: 21px;
    text-transform: uppercase;
    padding-top: 0px;
    padding-top: 0px;
    letter-spacing: 2px;
    line-height: 23px;
  }

  #title-page #bannerimage-medium {
    min-height: 135px;
    background-position: center center;
    background-size: contain;
  }

  #title-page h2.filmby-title-medium {
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.57);
    text-align: center;
    padding: 0;
    margin-bottom: -30px;
    position: relative;
    margin-top: 125px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #title-page #bannerimage-medium {
    margin-top: -40px;
  }

  #title-page #quotes-and-awards .quote {
    font-size: 16px;
  }

  #title-page .quote-item .quote-source {
    font-size: 14px;
  }

  #title-page .filmby-title-medium {
    text-transform: uppercase;
    font-size: 16px;
    color: #303030;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    text-align: center;
    padding: 0;
    margin-bottom: -15px;
    position: static;
    top: -200px;
  }

  #title-page #title-navigation-medium {
    display: none;
  }

  #title-page #title-navigation-mobile {
    display: block;
    margin-top: -90px;
    padding-left: 30px;
    padding-right: 30px;
  }

  #title-page #title-navigation-mobile a {
    display: block;
    border-bottom: 1px solid #ededed;
    color: #333333;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  #title-page .presskitgriditem {
    height: auto;
    min-height: 104px;
  }

  #title-page #photos-box .col-xs-6 {
    width: 100%;
  }

  #aboutus-navigation a {
    padding-right: 5px;
    padding-left: 5px;
  }

  .rev_slider .tp-caption h3, .rev_slider .tp-caption h4 {
    font-size: 3em !important;
    padding: 0;
    margin: 0;
  }

  .homepage-callout {
    padding-bottom: 15px;
  }

  #home .home-whatsnew-img {
    width: 100%;
    padding-bottom: 15px;
    display: block;
    float: none;
  }

  #home h3.title {
    font-size: 20px;
    padding: 15px 0 15px 0 !important;
  }

  #home .hrdivider {
    margin-top: -15px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0 !important;
    width: 98%;
    text-align: center;
  }

  #home .nowplaying-posteritem {
    padding-bottom: 30px;
  }

  #home #hrdivider-bottom {
    margin-top: -40px !important;
  }
}
/*retina*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  header #logo img.logo_def {
    display: none !important;
  }

  header #logo img.logo_retina {
    display: block !important;
  }

  .next_section,
.back2top {
    background-image: url(/mongrelmedia/assets/images/palette_icons.png) !important;
    background-size: 200px 150px !important;
    -webkit-background-size: 200px 150px !important;
  }

  .shortcode_accordion_item_title .ico,
.shortcode_toggles_item_title .ico {
    background-image: url(../images/retina/accordion_sprite.png) !important;
    background-size: 9px 18px !important;
    -webkit-background-size: 9px 18px !important;
  }

  .tparrows {
    background-image: url(../images/palette_icons.png) !important;
    background-size: 200px 150px !important;
    -webkit-background-size: 200px 150px !important;
  }

  .flex-direction-nav a {
    background-image: url(../images/flex_arrow.png) !important;
    background-size: 90px 53px !important;
    -webkit-background-size: 90px 53px !important;
  }

  a.menu_toggler:before {
    background-image: url(../images/btn_menu.png);
    background-size: 20px 20px !important;
    -webkit-background-size: 20px 20px !important;
  }
}
@media (min-width: 640px) {
  .msocial {
    right: 3.9em;
    width: 14.6em;
    margin-right: 8px;
  }
}
@media (max-width: 640px) {
  .msocial {
    width: 14em;
  }
}

/*# sourceMappingURL=style.css.map */
