@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,latin-ext");
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,400italic&subset=latin,latin-ext");
html,
body {
  font-size: 62.5%;
  font-family: 'Roboto Condensed', sans-serif;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
h1 {
  color: #009ee3;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 36px;
  line-height: 36px;
  line-height: 3.6rem;
  text-transform: uppercase;
}
.ano-link {
  display: block;
  font-size: 26px;
  font-size: 2.3rem !important;
  font-weight: 700;
  line-height: 36px;
  line-height: 36px;
  line-height: 3rem !important;
  text-transform: uppercase;
  cursor: pointer;
  padding-bottom:15px;
}
.ano-link:before {
	content:'· ';
}
.ano-link:first-child {
  width: 104%;
}
h2 {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 25px;
  line-height: 2.5rem;
  text-transform: uppercase;
}
h3 {
  color: #000;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 34px;
  line-height: 3.4rem;
}
h4 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 21px;
  line-height: 2.1rem;
}
a {
  text-decoration: none;
  color: #000;
}
.content {
  padding-top: 34px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .content {
    padding-top: 21px;
    padding-bottom: 24px;
  }
}
.content h1 {
  margin-left: 10px;
  margin-bottom: 40px;
}
p > a,
h4 > a,
h2 > a,
strong > a {
  color: #000;
}
p > a:hover,
h4 > a:hover,
h2 > a:hover,
strong > a:hover {
  text-decoration: underline;
  color: #000;
}
p > a:visited,
h4 > a:visited,
h2 > a:visited,
strong > a:visited {
  color: #000;
  text-decoration: none;
}
.large-heading {
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 45px;
  line-height: 4.5rem;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .large-heading {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
}
.black {
  color: #000;
}
.text {
  font-family: 'PT Serif', serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 22px;
  line-height: 2.2rem;
}
img {
  width: 100%;
  vertical-align: bottom;
/*filter grayscale(100%)*/
}
.add-line-height {
  line-height: 46px;
  line-height: 4.6rem;
}
@media screen and (max-width: 767px) {
  .add-line-height {
    line-height: 3.2rem;
  }
}
.date {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
  color: #009ee3 !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 21px;
  line-height: 2.1rem;
  text-transform: uppercase;
}
.date.past {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
@media screen and (max-width: 767px) {
  .date {
    margin-left: 5% !important;
  }
}
.cycle .date {
  margin-top: 5px;
  margin-bottom: 17px;
}
.main-heading {
  position: relative;
  margin-bottom: 45px !important;
}
@media screen and (max-width: 767px) {
  .main-heading {
    margin-left: 5% !important;
    margin-bottom: 10px !important;
  }
}
.main-heading.with-calendar-icon {
  margin-bottom: 45px !important;
}
.main-heading.with-arrow-icon {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 1305px) {
  .main-heading.with-arrow-icon {
    padding-left: 45px;
  }
}
@media screen and (max-width: 480px) {
  .main-heading.with-arrow-icon {
    padding-left: 30px;
  }
}
.sub-heading {
  margin-left: 10px;
  margin-bottom: 28px;
  font-family: 'PT Serif', serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 33px;
  line-height: 3.3rem;
  color: #000;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .sub-heading {
    margin-left: 5%;
    margin-bottom: 9px;
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
.calendar-icon-container {
  overflow: hidden;
  display: inline-block;
  width: 66px;
  height: 30px;
  margin-left: 22px;
  padding-left: 6px;
  padding-right: 6px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #009ee3;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s linear;
}
.calendar-icon-container:hover {
  background-color: #000;
  transition: all 0.2s linear;
}
.calendar-icon-container > span {
  width: 23px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
}
.calendar-icon-container > span:first-child {
  float: left;
}
.calendar-icon-container > span:last-child {
  float: right;
}
.related {
  border-bottom: 1px dotted #000;
}
.related:first-child {
  padding-bottom: 27px;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .related:first-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .related:last-child {
    padding-bottom: 34px;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 767px) {
  .related {
    min-height: auto;
    margin-top: 34px;
    padding-top: 21px;
    border-top: 1px dotted #000;
  }
}
@media screen and (max-width: 767px) {
  .related p:last-child {
    border-bottom: none;
  }
}
.related > h3 {
  margin-bottom: 10px;
  color: #009ee3;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 26px;
  line-height: 2.6rem;
  text-transform: uppercase;
}
.related > p {
  margin-bottom: 6px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 24px;
  line-height: 2.4rem;
  color: #000;
}
.show-more {
  display: block;
  max-width: 287px;
  width: 100%;
  height: 41px;
  margin: 27px auto 0;
  background-color: #009ee3;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 41px;
  line-height: 4.1rem;
  text-align: center;
  transition: all 0.2s linear;
}
.show-more.for-schedule {
  height: auto;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  text-align: left;
}
.show-more.for-schedule:hover {
  background-color: transparent;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .show-more.for-schedule {
    max-width: 287px;
    width: 100%;
    height: 41px;
    margin: 27px auto 0;
    background-color: #009ee3;
    color: #fff;
    line-height: 41px;
    line-height: 4.1rem;
    text-align: center;
    transition: all 0.2s linear;
  }
  .show-more.for-schedule:hover {
    text-decoration: none;
  }
}
.show-more:hover {
  background-color: #000;
  transition: all 0.2s linear;
}
.no-left-margin {
  margin-left: 0 !important;
}
.add-top-margin {
  margin-top: 420px;
}
.add-margin-bottom {
  margin-bottom: 120px;
}
.no-border {
  border: none !important;
}
@media screen and (max-width: 767px) {
  .left-border border-left 1px dotted black !important {
    border-bottom: none;
  }
}
.right-border {
  border-right: 1px dotted #000 !important;
}
.negative-top-margin {
  margin-top: -90px;
}
.position-relative {
  position: relative;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: none;
}
.black {
  color: #000;
}
.partner-title {
  margin-bottom: 6px;
}
.partner-title:not(:first-child) {
  margin-top: 32px;
}
.partner-text {
  font-family: 'PT Serif', serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 400;
}
.partner-image {
  width: auto;
  display: block;
  margin-top: 26px;
}
.black.link {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  transition: all 0.2s linear;
}
.black.link:hover {
  text-decoration: underline;
  transition: all 0.2s linear;
}
.blue {
  color: #009ee3;
}
.left-margin {
  margin-left: 21% !important;
}
.left-margin.large {
  margin-left: 26% !important;
}
@media screen and (max-width: 767px) {
  .left-margin {
    margin-left: 5% !important;
  }
}
@media screen and (max-width: 1024px) {
  .full-width-mobile {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .mobile-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .no-border-mobile {
    border: none !important;
  }
}
@media screen and (max-width: 767px) {
  .bottom-border-mobile {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px dotted #000;
  }
}
.cookies-container {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: #c0e4f3;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .cookies-container {
    height: 200px;
  }
}
.cookies-container .cookies-text-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 60px;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .cookies-container .cookies-text-container {
    padding: 0 20px;
  }
}
.cookies-container .cookies-text-container p {
  width: 60%;
  float: left;
}
@media screen and (max-width: 767px) {
  .cookies-container .cookies-text-container p {
    width: 100%;
    float: none;
  }
}
.cookies-container .cookies-text-container a {
  color: #000;
}
.cookies-container .cookies-text-container a:hover {
  text-decoration: underline;
}
.cookies-container a.button {
  display: block;
  float: right;
  width: 135px;
  height: 45px;
  line-height: 45px;
  background-color: #009ee3;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .cookies-container a.button {
    float: none;
    margin: 20px auto 0;
  }
}
.cookies-container a.button:hover {
  background-color: #000;
}
.hidden {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .min-height {
    min-height: 616px;
  }
}
.left-image {
  margin-bottom: 5px;
}
.left-image-container {
/*overflow hidden*/
  margin-bottom: 10px;
}
.left-image-description {
  float: right;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 18px;
  line-height: 1.8rem;
}
@media screen and (max-width: 767px) {
  .left-image-description {
    float: none;
  }
}
.pt-font {
  font-family: 'PT Serif', serif;
}
.image-link {
  display: block;
  position: relative;
}
.image-link.latest {
  margin-top: 23px;
  margin-bottom: 10px;
}
.image-link.latest .overlay {
  margin-top: 30px;
  height: 87%;
}
.image-link.hrfilm {
  margin-top: 20px;
}
.image-link.hrfilm .overlay {
  margin-top: 23px;
  height: 74%;
}
.image-link:hover .overlay {
  display: block;
}
.image-link .overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,158,227,0.5);
}
li > a {
  color: #000;
}
.not-relative {
  position: static;
}
.container {
/*overflow hidden*/
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.container:after {
  display: block;
  content: "";
  clear: both;
}
.container .grid-container:after {
  display: block;
  content: "";
  clear: both;
}
.container .col {
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 13px;
  border-right: 1px dotted #000;
}
@media screen and (max-width: 767px) {
  .container .col {
    float: none !important;
    width: 90% !important;
    margin: 0 auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .container .col .col {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.container .col .col {
  border: none;
}
.container .col:nth-child(4n) {
  border-right: none;
}
.container .col.fourth {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .container .col.fourth {
    width: 100%;
    border-right: none;
    border-bottom: 1px dotted #000;
  }
}
.container .col.fifth {
  width: 20%;
}
.container .col.third {
  width: 33.33333333%;
}
.container .col.two-third {
  width: 60%;
}
.container .col.half {
  width: 50%;
}
.container .col.half.large {
  width: 55%;
}
.container .col.half.movie {
  margin-left: 20%;
}
@media screen and (max-width: 767px) {
  .container .col.half.movie {
    margin-left: auto;
  }
}
.container .col.three-fourths {
  width: 75%;
}
.container .col.full {
  width: 100%;
}
.container .col.full .half {
  padding: 0;
}
header.header {
  width: 100%;
  height: 160px;
  padding-left: 37px;
  padding-right: 37px;
  box-sizing: border-box;
  position: relative;
  background-color: #009ee3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  header.header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header.header .header-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
header.header a.logo-teather {
  display: block;
  max-width: 315px;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 30px;
  background: transparent url("/img/logo-teather.png") no-repeat scroll 0 0;
}
@media screen and (max-width: 767px) {
  header.header a.logo-teather {
    max-width: 323px;
    position: static;
    margin-top: 30px;
    background-size: 100%;
  }
}
header.header nav.main-nav {
  overflow: hidden;
}
header.header nav.main-nav .nav-logo {
  float: left;
  max-width: 323px;
  width: 100%;
  height: 35px;
  margin-top: 21px;
  background: transparent url("/img/logo-main.png") no-repeat scroll 0 0;
}
@media screen and (max-width: 767px) {
  header.header nav.main-nav .nav-logo {
    background-size: 100%;
  }
}
header.header nav.main-nav ul {
  float: right;
  margin-top: 13px;
  list-style: none;
}
header.header nav.main-nav ul li {
  float: left;
}
header.header nav.main-nav ul li:first-child {
  margin-right: 64px;
}
header.header nav.main-nav a {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 25px;
  line-height: 2.5rem;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
header.header nav.main-nav a.active,
header.header nav.main-nav a:hover {
  color: #000;
  transition: all 0.2s linear;
}
header.header .layout-links-container {
  width: 360px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1100px) {
  header.header .layout-links-container {
    left: auto;
    right: -6px;
  }
}
header.header .layout-links-container.small {
  width: 190px;
}
header.header a.layout-link {
  float: left;
  display: block;
  width: 120px;
  height: 80px;
  background-color: #009ee3;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 19px;
  line-height: 1.9rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
@media screen and (max-width: 1100px) {
  header.header a.layout-link {
    width: 80px;
    height: 70px;
  }
}
header.header a.layout-link.active,
header.header a.layout-link:hover {
  color: #009ee3;
  background-color: #fff;
  transition: all 0.2s linear;
}
header.header a.layout-link span {
  display: block;
  width: 29px;
  height: 29px;
  margin: 15px auto 8px;
}
@media screen and (max-width: 1100px) {
  header.header a.layout-link span {
    margin: 10px auto 6px;
  }
}
header.header .search-container {
  float: right;
  margin-top: 50px;
  position: relative;
  height: 40px;
}
@media screen and (max-width: 1100px) {
  header.header .search-container {
    height: 30px;
    margin-top: -10px;
  }
}
header.header .search-container:hover .icon-search-icon:before {
  color: #000;
  transition: all 0.2s linear;
}
header.header .search-container > .icon-search-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
  transition: all 0.2s linear;
}
header.header .search-container .search-input {
  display: none;
  width: 300px;
  height: 40px;
  padding: 0 7px 0 10px;
  box-sizing: border-box;
  background-color: #c0e4f3;
  border: none;
  outline: none;
  color: #009ee3;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 29px;
  line-height: 2.9rem;
  transition: all 0.2s linear;
  font-family: 'Roboto Condensed', sans-serif;
}
header.header .search-container .search-input.show {
  display: block;
}
@media screen and (max-width: 1100px) {
  header.header .search-container .search-input {
    height: 30px;
  }
}
.footer {
  padding-top: 50px;
  background-color: #009ee3;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 28px;
  }
}
.footer:after {
  display: block;
  content: "";
  width: 100%;
  height: 78px;
  margin-top: 32px;
  background: transparent url("/img/footer-image.png") no-repeat scroll 0 0;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .footer:after {
    display: none;
  }
}
.footer h2 {
  font-size: 2.2rem;
}
.footer .container:first-child {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .footer .container:first-child {
    margin-bottom: 25px;
  }
}
.footer .col {
  min-height: 213px;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .footer .col {
    min-height: auto;
  }
}
.footer .col.full {
  min-height: initial;
}
@media screen and (max-width: 767px) {
  .footer .col.full {
    margin-bottom: 0;
  }
}
.footer .col:last-child {
  border-right: none;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .footer .col.with-icons {
    overflow: hidden;
    margin-bottom: 25px !important;
    padding-left: 17px;
    padding-right: 5px;
  }
}
.footer .cam-logo {
  display: block;
  width: 74px;
  height: 74px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .footer .cam-logo {
    float: left;
  }
}
.footer .movie-logo {
  display: block;
  width: 139px;
  height: 96px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer .movie-logo {
    float: right;
  }
}
.footer ul.contact-info-list {
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  margin-top: 20px;
  margin-bottom: 26px;
}
.footer ul.contact-info-list li {
  margin-bottom: 10px;
}
.footer ul.contact-info-list strong {
  font-weight: 700;
}
.footer .footer-nav a {
  display: block;
  margin-bottom: 22px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 25px;
  line-height: 25px;
  line-height: 2.5rem;
}
.footer .footer-nav a:hover,
.footer .footer-nav a.active {
  text-decoration: underline;
}
.footer .newsletter-form {
  margin-top: 20px;
}
.footer .newsletter-form input {
  display: block;
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
}
.footer .newsletter-form input[type="text"] {
  padding: 10px;
  margin-bottom: 18px;
  box-sizing: border-box;
  background-color: #c0e4f3;
  border: 1px solid #c0e4f3;
  font-size: 22px;
  font-size: 2.2rem;
  color: #009ee3;
  font-family: 'Roboto Condensed', sans-serif !important;
}
.footer .newsletter-form input[type="text"]:hover {
  border: 1px solid #000;
}
.footer .newsletter-form input[type="text"]::-webkit-input-placeholder {
  color: #009ee3;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: 400;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.footer .newsletter-form input[type="text"]:-moz-placeholder {
/* Firefox 18- */
  color: #009ee3;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: 400;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.footer .newsletter-form input[type="text"]::-moz-placeholder {
/* Firefox 19+ */
  color: #009ee3;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: 400;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.footer .newsletter-form input[type="text"]:-ms-input-placeholder {
  color: #009ee3;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: 400;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.footer .newsletter-form input[type="submit"] {
  background-color: #fff;
  color: #009ee3;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 19px;
  line-height: 19px;
  text-transform: uppercase;
  transition: all 0.2s linear;
  cursor: pointer;
}
.footer .newsletter-form input[type="submit"]:hover {
  transition: all 0.2s linear;
  background-color: #000;
}
.footer .fb-icon {
  display: inline-block;
}
.footer .fb-icon:hover .icon-fb-icon:before {
  color: #fff;
}
.footer p.copyright {
  float: left;
  font-weight: 400;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .footer p.copyright {
    float: none;
    clear: both;
    text-align: left;
  }
}
.footer p.copyright > span {
  font-family: Times;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.footer p.copyright a {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
}
.footer .lang-switch {
  float: right;
  margin-right: 112px;
}
@media screen and (max-width: 767px) {
  .footer .lang-switch {
    float: left;
    margin-right: 0;
    margin-bottom: 17px;
  }
}
.footer .lang-switch a {
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 19px;
  line-height: 1.9rem;
  transition: all 0.2s linear;
}
.footer .lang-switch a:hover {
  transition: all 0.2s linear;
  text-decoration: underline;
}
.footer .lang-switch a.active {
  transition: all 0.2s linear;
  color: #fff;
}
.footer .lang-switch a:first-child {
  padding-right: 6px;
  margin-right: 5px;
  border-right: 1px solid #000;
}
.slider-container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .slider-container {
    padding-top: 17px;
  }
}
.slider-container .arrow {
  width: 29px;
  height: 41px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .slider-container .arrow {
    display: none;
  }
}
.slider-container .arrow .arrow-info {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #009ee3;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 10px;
  box-sizing: border-box;
  background-color: #fff;
}
.slider-container .arrow.left {
  left: -40px;
  background: transparent url("/img/arrow-left.png") no-repeat scroll center center;
}
.slider-container .arrow.left > .arrow-info {
  left: 45px;
}
.slider-container .arrow.left:hover > .arrow-info {
  display: block;
}
@media screen and (max-width: 1310px) {
  .slider-container .arrow.left {
    left: 10px;
  }
}
.slider-container .arrow.right {
  right: -40px;
  background: transparent url("/img/arrow-right.png") no-repeat scroll center center;
}
.slider-container .arrow.right > .arrow-info {
  right: 45px;
}
.slider-container .arrow.right:hover > .arrow-info {
  display: block;
}
@media screen and (max-width: 1310px) {
  .slider-container .arrow.right {
    right: 10px;
  }
}
.slider-container .slider {
  position: relative;
  overflow: hidden;
/*min-height 630px*/
}
@media screen and (max-width: 1310px) {
  .slider-container .slider {
    width: 90%;
    margin: 0 auto;
  }
}
.slider-container .slider.five-col .col {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
}
.slider-container .slider.five-col strong,
.slider-container .slider.five-col em {
  display: block;
}
.slider-container .slider.five-col .item-title {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .slider-container .slider.five-col .item-title {
    border-bottom: 1px dotted #000;
  }
}
.slider-container .slider.five-col a:hover {
  text-decoration: underline;
}
.slider-container .slider-swipe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .slider-container .slider-swipe-overlay {
    position: static;
  }
}
.slider-container .slides-container {
  overflow: hidden;
}
.slider-container .col {
  float: left;
  padding: 10px;
  padding-top: 0;
  box-sizing: border-box;
  border-left: 1px dotted #000 !important;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .slider-container .col {
    width: 100% !important;
    margin: 0;
    margin-bottom: 23px;
    padding: 0;
    border-right: none !important;
    border-left: none !important;
  }
}
.slider-container .col .date {
  margin-top: 0;
  margin-left: 0 !important;
}
.slider-container .col.fourth {
  width: 25%;
  border-bottom: none !important;
}
.slider-container .col.fifth {
  width: 20%;
}
.slider-container .col.past {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
@media screen and (max-width: 767px) {
  .slider-container .col.past {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
}
.slider-container .col.past:hover {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
}
.slider-container .col.movie .item-subtitle {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
  margin-top: 10px;
  font-style: italic;
}
.slider-container .col.movie .item-subtitle.pt-font {
  margin-top: 6px;
  margin-bottom: 8px;
  font-family: 'PT Serif', serif;
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .slider-container .col.movie .item-subtitle {
    margin-bottom: 5px;
  }
}
.slider-container .col.movie .item-subtitle.italic {
  font-style: italic;
}
.slider-container .col.movie .item-title {
  margin-top: 10px;
  margin-bottom: 6px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 30px;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .slider-container .col.movie .item-title {
    margin-bottom: 5px;
  }
}
.slider-container .col.movie h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  line-height: 21px;
}
.slider-container .col.movie .item-description-container {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .slider-container .col.movie .item-description-container {
    display: none;
  }
}
.slider-container .col.movie .item-description-container > ul.roles {
  margin: 10px 0;
}
.slider-container .col.movie .item-description-container > .text-description {
  margin-bottom: 10px;
}
.slider-container .col.movie .item-description-container > strong {
  font-weight: 700;
}
.slider-container .col.movie .item-description-container > h5.projection-title {
  margin-top: 10px;
}
.slider-container .col.movie .item-description {
  font-family: 'PT Serif', serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 22px;
  line-height: 2.2rem;
}
.slider-container .col strong {
  font-weight: 700;
}
.slider-container .item-date {
  margin-top: 0;
  margin-bottom: 10px;
  color: #009ee3;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 21px;
  line-height: 2.1rem;
  text-transform: uppercase;
}
.slider-container .item-title {
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .slider-container .item-time-description {
    border-bottom: 1px dotted #000;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .slider-container .item-time-description {
    padding-bottom: 6px;
    border-bottom: 1px dotted #000;
  }
}
.slider-container .item-image {
  display: block;
  width: 100%;
  max-height: 165px;
  height: 0;
  padding-bottom: 60.87662337662338%;
  position: relative;
  background: transparent url("/img/slider-image.png") no-repeat scroll center center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .slider-container .item-image {
    height: 0;
    padding-bottom: 60.87662337662338%;
    background-size: 100%;
  }
}
.slider-container .item-image:hover .overlay {
  display: block;
}
.slider-container .item-image .overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,158,227,0.5);
}
.slider-container .slider.five-col div.slides-container div a h4.item-title.spaced {
  margin-top: 20px;
}
div.col.fourth.movie.active:nth-of-type(1) {
  border-left: none !important;
}
div.slider-container .col.movie .item-description-container {
  margin-top: 10px;
}
div.slider-container .col.movie .item-subtitle {
  margin-bottom: 10px;
}
.container.announcement h1 {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.container.announcement h2 {
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .container.announcement h2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.container.announcement .grid-container {
  padding-bottom: 20px;
}
.container.announcement .grid-container:after {
  display: block;
  content: "";
  clear: both;
}
.container.announcement .grid-container .col.half > .col.third {
  width: 40%;
}
.container.announcement .col.full {
  padding-top: 12px;
  margin-top: 24px;
  border-top: 1px dotted #000;
}
.container.announcement .col.full h1 {
  margin-bottom: 15px;
}
.container.announcement .col.full h2 {
  margin-top: 15px;
  margin-bottom: 4px;
}
.container.announcement .col.full p {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 21px;
  line-height: 2.1rem;
  margin-bottom: 3px;
}
.container.announcement .col.full strong {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.container.announcement .latest-image {
  width: 100%;
  padding-top: 30px;
  border-top: 1px dotted #000;
}
.container.announcement .hr-film-section {
  max-width: 1155px;
  width: 96.25%;
  height: 151px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px dotted #000;
  position: relative;
  background: transparent url("/img/hr-film-base.png") no-repeat scroll 0 24px;
  background-size: 100%;
}
.container.announcement .hr-film-section h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: 0 0 4px #000;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: center;
}
.container.announcement .schedule {
  float: right;
  border-right: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .container.announcement .schedule {
    margin-top: 18px;
    margin-bottom: 22px;
    padding-top: 15px;
    padding-bottom: 22px;
    border-top: 1px dotted #000;
  }
}
.schedule-item:nth-child(n+6) {
  display: none;
}
.schedule-item .date {
  margin-left: 0 !important;
}
.schedule-item:last-child p:last-child {
  border-bottom: none !important;
}
.container.cycle {
  margin-top: 20px;
}
.container.cycle .slider-container > h1 {
  margin-left: 20px;
  margin-bottom: 10px !important;
}
.container.cycle .col.fourth:last-child {
  border-right: none;
  border-left: 1px dotted #000;
}
@media screen and (max-width: 767px) {
  .container.cycle .col.fourth:last-child {
    border-left: none;
  }
}
.container.cycle .left-image {
  width: 125%;
  margin-left: -25%;
}
@media screen and (max-width: 767px) {
  .container.cycle .left-image {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 8px;
  }
}
.container.cycle .large-heading {
  margin-bottom: 5px;
}
.container.cycle .col.three-fourths {
  border: none !important;
}
.container.cycle .director-image {
  width: auto;
  margin-right: -85px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .container.cycle .director-image {
    margin-right: 0;
    margin-left: 10px;
  }
}
.container.cycle .cycle-image-container {
  float: right;
  position: relative;
  margin-right: -280px;
  margin-left: 25px;
  margin-bottom: 25px;
}
.container.cycle .cycle-image-container.about {
  margin-right: -195px;
}
@media screen and (max-width: 767px) {
  .container.cycle .cycle-image-container {
    margin-right: 0 !important;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .container.cycle .cycle-image-container {
    float: left;
  }
}
.container.cycle .cycle-image {
  width: auto;
}
@media screen and (max-width: 767px) {
  .container.cycle .cycle-image {
    width: 100%;
  }
}
.container.cycle .cycle-image-text {
  display: block;
  position: absolute;
  bottom: -20px;
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.container.cycle .slides-container .col {
  border: none !important;
  padding: 0;
}
.container.cycle .slides-container .item-image {
  background-size: 101%;
}
.container.cycle .slides-container .text-container {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container.cycle .slides-container .text-container {
    padding: 0;
  }
}
.container.cycle .filmography {
  margin-top: 136px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .container.cycle .filmography {
    margin-top: 76px;
    margin-bottom: 24px;
  }
}
.container.cycle .filmography h1 {
  margin-bottom: 14px;
}
.container.cycle .film-list {
  color: rgba(26,26,26,0.8);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 28px;
  line-height: 2.8rem;
}
.container.cycle .left-text {
  color: #009ee3;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .container.cycle .left-text {
    margin-bottom: 18px;
    text-align: left;
  }
}
h1.main-heading.cycle {
  margin-bottom: 20px !important;
}
div.cycle p.date.home {
  margin-bottom: 6px !important;
}
.archives .large-heading {
  margin-bottom: 0;
}
.archives .add-top-margin {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .archives .add-top-margin {
    margin-top: 35px;
  }
}
.archives .related {
  margin-bottom: 27px;
/*padding-bottom 0
    border-bottom none*/
}
.archives .related:first-child > h3 {
  margin-bottom: 20px;
}
.archives .col.fourth:last-child {
  border-right: none;
}
.archives .movie-image {
  margin-top: 20px;
  margin-bottom: 20px;
}
.archives .movie ul {
  margin-bottom: 10px;
}
.archives .movie ul,
.archives .movie p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem;
}
.archives .date {
  position: relative;
  padding-right: 85px;
}
.archives .date > .calendar-icon-container {
  right: 0;
}
.archives .trailer-container {
  width: 100%;
  margin-top: 60px;
  position: relative;
}
.archives .trailer-container .trailer-image {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background: transparent url("/img/movie-trailer.png") no-repeat scroll 0 0;
  background-size: 100%;
}
.archives .trailer-container .play-btn {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background: #009ee3 url("/img/play-btn.png") no-repeat scroll 17px center;
  cursor: pointer;
}
.archives .trailer-container .play-btn:hover {
  background-color: #000;
}
.about .main-heading {
  margin-bottom: 32px !important;
}
@media screen and (max-width: 767px) {
  .about .main-heading {
    margin-bottom: 10px !important;
  }
}
.about .add-top-margin {
  margin-top: 280px;
}
@media screen and (max-width: 767px) {
  .about .add-top-margin {
    margin-top: 0;
  }
}
.about .cycle-image-container {
  margin-bottom: 50px !important;
}
.about .cycle-image-text {
  bottom: -40px !important;
}
.about .text h2 {
  color: #000;
  text-transform: none;
  margin: 0 0 10px 0;
}
.container.search h1.main-heading {
  margin-left: 10px;
  height: 30px;
  clear: both;
}
.container.search .input-container {
  overflow: hidden;
  max-width: 1200px;
  margin-bottom: 47px;
}
@media screen and (max-width: 1400px) {
  .container.search .input-container {
    padding: 0 37px;
  }
}
@media screen and (max-width: 767px) {
  .container.search .input-container {
    padding: 0 15px;
  }
}
.container.search .input-container a.button {
  display: block;
  float: left;
  width: 135px;
  height: 45px;
  margin-right: 13px;
  background-color: #009ee3;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  line-height: 45px;
  line-height: 4.5rem;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
.container.search .input-container a.button:hover {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  background-color: #000;
  transition: all 0.2s linear;
}
.container.search .input-container a.button.active {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  transition: all 0.2s linear;
}
.container.search .input-container .search-input-container {
  float: right;
  position: relative;
  transition: all 0.2s linear;
  font-family: 'Roboto Condensed', sans-serif;
}
.container.search .input-container .search-input-container:hover span.icon-search-icon:before {
  color: #000;
  transition: all 0.2s linear;
}
.container.search .input-container .search-input-container > span.icon-search-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  transition: all 0.2s linear;
}
.container.search .input-container input.search-input {
  width: 368px;
  font-size: 2.2rem;
  height: 44px;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 44px;
  line-height: 4.4rem;
  background-color: #009ee3;
  color: #fff;
  border: none;
  outline: none;
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width: 1024px) {
  .container.search .input-container input.search-input {
    width: 200px;
  }
}
.container.search .archive-nav {
  max-width: 600px;
  margin: 0 auto;
}
.container.search .archive-nav .link-container {
  display: inline-block;
  border-right: 3px solid #000;
}
.container.search .archive-nav .link-container:last-child {
  border-right: none;
}
.container.search .archive-nav a {
  padding-left: 12px;
  padding-right: 20px;
  color: #009ee3;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.container.search .archive-nav a:hover,
.container.search .archive-nav a.active {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
}
.container.search .grid-container {
  max-width: 760px;
  margin: 64px auto 0;
}
@media screen and (max-width: 1024px) {
  .container.search .grid-container {
    padding: 0 37px;
  }
}
@media screen and (max-width: 767px) {
  .container.search .grid-container {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.container.search .grid-container.two-col .col.full {
  margin-bottom: 52px;
}
.container.search .grid-container.two-col .col.half {
  width: 48%;
  margin-right: 2%;
  padding-bottom: 17px;
}
.container.search .col {
  border: none;
}
@media screen and (max-width: 767px) {
  .container.search .col {
    width: 100% !important;
  }
}
.container.search .col ul {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 24px;
  line-height: 2.4rem;
}
.container.search .col ul li {
  padding-bottom: 16px;
  margin-bottom: 14px;
  border-bottom: 1px dotted #000;
}
.container.search .dropdown-container {
  width: 92px;
  margin-left: 13px;
  margin-bottom: 18px;
  position: relative;
  border-bottom: 3px solid #009ee3;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .container.search .dropdown-container {
    margin-left: 0;
  }
}
.container.search .dropdown-container:hover > span.icon-dropdown-arrow-icon {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  top: 10px;
  right: 10px;
  color: #000;
}
.container.search .dropdown-container > span.icon-dropdown-arrow-icon {
  display: block;
  width: 16px;
  height: 23px;
  position: absolute;
  top: 5px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 0;
  color: #009ee3;
}
.container.search .selectize-control.single .selectize-input,
.container.search .selectize-dropdown.single {
  border-color: #b8b8b8;
  border: none;
  background-color: #fff;
  background-image: none;
  width: 92px;
  color: #009ee3;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 16px;
  line-height: 1.6rem;
  border: none;
  outline: none;
  cursor: pointer;
}
.container.search .selectize-control.single .selectize-input.dropdown-active:after,
.container.search .selectize-dropdown.single.dropdown-active:after {
  top: 35%;
  right: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.container.search .selectize-dropdown.single {
  top: 45px !important;
  line-height: 30px !important;
  line-height: 3rem !important;
}
.container.search .selectize-dropdown.single .option.active {
  color: #000;
  background-color: #fff;
}
.container.search .selectize-control.single .selectize-input:after {
  top: 40%;
  right: -5px;
  width: 18px;
  height: 15px;
  border-color: transparent;
  background: url("/img/dropdown-arrow.png") no-repeat scroll 0 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.defs-only {
  position: absolute;
  height: 0;
  width: 0;
  overflow: none;
  left: -100%;
}
div.text p {
  padding-bottom: 10px;
}
div.text a {
  text-decoration: underline;
  color: #000;
}
div.text a:hover {
  text-decoration: none;
}
div.text .uppercase {
  font-family: 'Roboto Condensed', sans-serif;
}
div.text strong.uppercase {
  text-transform: uppercase;
}
.trailer-container .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
div.trailer-container div.videoWrapper iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
div.col.full.mobile-hidden.featured-movies h1 {
  margin-bottom: 10px !important;
}
h1.main-heading.trailer {
  margin-bottom: 10px !important;
}
h1.main-heading.search {
  margin-bottom: 20px !important;
}
.add-small-top-margin {
  margin-top: 20px;
}
div.border-white {
  position: absolute;
  top: 0;
  background: #fff;
  z-index: 2001;
  width: 2px;
  height: 1px;
}
.selectize-dropdown {
  font-size: 2.4rem !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  color: #009ee3 !important;
  font-weight: 700;
  line-height: 2.8rem !important;
}
div.col.full ul li a:hover {
  text-decoration: underline;
}
div.col.full ul.search {
  margin-bottom: 30px;
}
strong.item-time {
  color: #009ee3;
}
span.item-director {
  display: block;
  margin-bottom: 10px;
}
.container.announcement .schedule p.regular {
  font-weight: 400 !important;
}

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

/**
 * selectize.default.css (v0.12.1) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

.FeaturedImageDescription {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2rem;	
	text-align: right;
	margin-bottom: 20px;
}

.directorFeaturedImageDescription {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2rem;
    text-align: right;
    margin-bottom: 20px;
    margin-left: -85px;
    float: right;
    margin-right: -215px;
    margin-top: 200px;


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