body {
  color: rgba(255,255,255,1.00);
  background-color: rgba(0,0,0,1.00);
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}

a, a:hover {
  color: rgba(255,0,0,1.0);
  text-decoration: none;
}
h1,h2,h3,h4 {
  /*text-transform: uppercase;*/
}
h1 {
  font-size: 2.5rem;
  line-height: 3rem;
}
h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}
h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  width: 100%;
}
h4 {
  font-size: 0.875rem;
  line-height: 1rem;
  width: 100%;
}

hr {
  width: 50%;
}


.hidden {
  display: none !important;
}

.globalheader {

}

.sitewrapper {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.site-navigation {
  display: flex;
  flex-wrap: none;
  border-bottom:rgba(150,150,150,1) 1px solid;
	margin-bottom:1rem;
}
.site-navigation .nav-item {
  display: inline-block;
  position: relative;
  padding: 0rem 1rem;
  line-height: 2.5rem;
  font-size: 1.25rem;
  background-color: rgba(255,255,255,0.17);
  -webkit-transition-duration: 260ms;
  -moz-transition-duration: 260ms;
  -o-transition-duration: 260ms;
  transition-duration: 260ms;
  transition-property: background-color;
  color: rgba(255,255,255,1.00);
  /*font-weight: 400;*/
  text-decoration: none;
  cursor: pointer;
}
.site-navigation .nav-item:hover {
  background-color: rgba(255,255,255,0.26)  
}
.site-navigation .nav-item.selected,
.site-navigation .nav-item.selected:hover {
  background-color: rgba(226,0,0,1);
}

.watch-now-button {
  display: inline-block;
  position: relative;
  padding: 0 1rem;
  font-size: 1.25rem;
  line-height: 3rem;
  background-color: rgba(255,0,4,1.00);
  color: rgba(255,255,255,1.00);
  text-decoration: none;
  /* border-radius: 0.5rem; */
  /*font-weight: 700;*/
  /*text-transform: uppercase;*/
}

.watch-now-button:hover, .watch-now-button a:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(255,0,4,0.6);
}

.responsive-container {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.responsive-container.video {
  height: 0;
  padding-bottom: 56.25%;
}
.responsive-container.video iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border: 0;
}

.-info-card {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.film-card figure {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.film-card figure figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  width: calc(100% - 1rem);
  height: auto;
  overflow: hidden;
  padding: 0.5rem;
  background-color: rgba(0,0,0,0.7);
  z-index: 2;
  bottom: 0;
  left: 0;
}
.film-card figure figcaption h3 {
  display: inline-block;
  position: relative;
  width: 100%;
  color: rgba(255,255,255,1.00);
  line-height: 1.5rem;
  margin: 0.125rem 0;
}
.film-card figure figcaption .more-info,
.film-card figure figcaption .watch-now {
  display: inline-block;
  position: relative;
  width: 50%;
  height: auto;
}
.film-card figure figcaption .more-info {
  text-align: right;
}
.film-card figure figcaption .more-info.feature {
  width: 100%;
}
.film-card figure figcaption .watch-now {
  text-align: left;
}
.film-card figure figcaption .more-info a,
.film-card figure figcaption .watch-now a {
  cursor: pointer;
  /*text-transform: uppercase;*/
  color: rgba(255,0,0,1.0);
  line-height: 1rem;
  font-size: 1rem;
  text-decoration: none;
  -webkit-transition-duration: 260ms;
  -moz-transition-duration: 260ms;
  -o-transition-duration: 260ms;
  transition-duration: 260ms;
  transition-property: color;
}
.film-card figure figcaption .more-info a:hover,
.film-card figure figcaption .watch-now a:hover {
  color: rgba(255,255,255,1.00);
  text-decoration: none;
}

.featured-films-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.featured-film {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.featured-film.main {
  width: calc(100% - 1rem - 300px);
  margin-bottom: 0.5rem;
}
.featured-film.bigbox {
  width: 300px;
  margin: 0.5rem 0 0.5rem 1rem;
}
.featured-film.compact {
  width: calc(33.33% - 0.5rem);
  margin: 0 0.25rem;
}

.curated-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 2rem;
}
.films-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.films-wrapper .film-card,
.curated-section .film-card {
  width: calc(33.33% - 0.5rem);
  margin: 0 0.25rem 0.5rem 0.25rem; 
}
.films-wrapper h2,
.curated-section h2 {
  width: calc(100% - 1rem);
  margin: 0.5rem;
  color: rgba(255,255,255,1.00); 
}

.film-wrapper {
  
  
}
.film-main-image {
  
}
.film-info {
  
}
.film-info header {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0.5rem 0;
}

.film-info {
 background-color: rgba(50,50,50,1);
 padding: 3rem;
 line-height: 1.5rem;
}
.film-crew, .film-crew-entry {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.film-cast, .film-cast-entry {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.film-wrapper.feature {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #999;
}
.film-wrapper.feature .film-info {
  background-color: transparent;
  padding: 0;
}


.site-title {
 font-size: 1.5rem;
 font-family: Arial, "sans-serif";
 margin: auto 1rem auto 0;
 text-transform:uppercase;
}

.feature-body {
	line-height: 1.75rem;
}

.feature-body h1 {margin-top:1.5rem;}

.feature-body h2 {margin-top:1.5rem;}

.feature-body figcaption {
	font-size:.75rem;
	color:rgba(115,115,115,1.00);
	text-align:center;
}

@media only screen and (max-width:800px) {
  
  .films-wrapper .film-card,
  .curated-section .film-card,
  .featured-film.compact {
    width: calc(50% - 0.5rem);
  }
}
@media only screen and (max-width:480px) {
  .featured-films-wrapper .featured-film {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .featured-films-wrapper .featured-film.bigbox {
    order: 4;
    margin: 0 auto 0.5rem auto;
    width: 300px;
  }
  .featured-films-wrapper .film-card {
    display: block;
  }
  
  .films-wrapper .film-card {
    width: calc(100% - 1rem);
  }
}

