.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  background-color: #020405;
  font-family: Catamaran, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #f1b722;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #f1b722;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
}

a {
  color: #3d6888;
  text-decoration: underline;
}

a:hover {
  color: #fff;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px 0px 0px 40px;
  border-left: 1px solid hsla(0, 0%, 88.6%, 0.15);
  color: #fff;
  font-size: 25px;
  line-height: 39px;
  font-weight: 300;
}

figcaption {
  margin-top: -10px;
  margin-bottom: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #070c0f;
  font-size: 13px;
  line-height: 27px;
  font-style: italic;
  text-align: center;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 700px;
  background-color: #000;
}

.side-nav-block {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1100;
  overflow: auto;
  width: 350px;
  height: 100%;
  max-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.5);
  color: #000;
}

.side-nav-link-block {
  display: block;
  padding: 10px 20px 10px 40px;
  border-top: 1px solid #202020;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
}

.side-nav-link-block:hover {
  color: #f1b722;
}

.side-nav-link-block.w--current {
  background-color: #f1b722;
  color: #fff;
}

.side-nav-link-block.first {
  border-top-width: 0px;
}

.side-nav-link-title {
  display: inline-block;
}

.side-nav-link-title.icon {
  margin-right: 10px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #f1b722;
}

.side-nav-content-block {
  padding: 40px 30px 40px 40px;
}

.side-nav-content-block.first {
  padding-bottom: 20px;
}

.sidenav-body {
  padding-right: 350px;
  background-color: #020405;
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #081b27;
}

.section.highlighted-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.footer {
 /* padding-top: 140px;*/
  padding-top: 1px;
  padding-bottom: 0px;
  background-color: #070c0f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#081b27), to(rgba(8, 27, 39, 0.8))), url('../images/Photo-8.jpg');
  background-image: linear-gradient(180deg, #081b27, rgba(8, 27, 39, 0.8)), url('../images/Photo-8.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-size: 15px;
}

.section.with-gradient {
  color: #6a7c8a;
}

.section.review-section {
  padding-bottom: 10px;
}

.section.discover {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.bottom-padding {
  padding-top: 140px;
  padding-bottom: 0px;
}

.container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.push-down {
  margin-top: 70px;
}

.container.push-up {
  z-index: 10;
  margin-top: -230px;
}

.item-block.large {
  margin-bottom: 0px;
}

.item-block.in-list {
  margin-bottom: 35px;
}

.item-image-block {
  position: relative;
  width: 100%;
  height: 211px;
  margin-bottom: 10px;
  border-radius: 6px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.1);
}

.item-image-block:hover {
  opacity: 0.9;
}

.item-image-block.large {
  height: 570px;
}

.item-image-block.poster-format {
  height: 365px;
  margin-bottom: 20px;
}

.item-image-block.large-poster-format {
  height: 520px;
}

.item-number {
  position: absolute;
  left: 0px;
  top: -12px;
  right: 0px;
  display: block;
  width: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2px;
  border-radius: 40px;
  background-color: #f1b722;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.item-number.top-right {
  left: auto;
  top: 23px;
  right: 27px;
}

.item-number.small {
  top: -11px;
  width: 33px;
  font-size: 11px;
  line-height: 25px;
}

.item-number.in-list {
  position: static;
  display: inline-block;
  margin-right: 10px;
  margin-left: 0px;
  line-height: 25px;
}

.item-block-title {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.item-block-title:hover {
  color: #fff;
  text-decoration: underline;
}

.item-block-title.large {
  font-size: 28px;
  line-height: 30px;
}

.item-block-title.in-nav {
  max-width: 80%;
  line-height: 24px;
}

.info-title-link {
  display: inline-block;
  color: #cad3da;
  text-decoration: underline;
}

.info-title-link:hover {
  color: #fff;
}

.info-title-link.color:hover {
  color: #f1b722;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 54px;
  font-weight: 900;
}

.section-title.small {
  font-size: 33px;
}

.section-title.large {
  font-size: 100px;
  line-height: 100px;
}

.header-list-wrapper {
  height: 100%;
}

.header-list-wrapper.half {
  height: 58%;
}

.header-list-wrapper.second-half {
  height: 42%;
  padding-top: 2px;
}

.header-list {
  height: 100%;
  padding-left: 0px;
}

.header-item {
  height: 100%;
}

.header-item.half {
  padding-right: 0px;
  padding-left: 0px;
  border-right: 2px solid #000;
}

.header-item-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 90px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(63%, rgba(18, 26, 32, 0)), to(rgba(55, 69, 80, 0.7)));
  background-image: linear-gradient(180deg, rgba(18, 26, 32, 0) 63%, rgba(55, 69, 80, 0.7));
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.header-item-overlay:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.header-item-overlay.in-header {
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(58%, rgba(8, 27, 39, 0)), to(#081b27));
  background-image: linear-gradient(180deg, rgba(8, 27, 39, 0) 58%, #081b27);
}

.column {
  width: 65%;
  padding-left: 30px;
  float: right;
}

.column.right-column {
  width: 35%;
  padding-right: 10px;
  padding-left: 0px;
  float: left;
}

.dynamic-page-header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 95vh;
  min-height: 850px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.dynamic-header-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(7, 24, 34, 0.8);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(12, 39, 56, 0)), to(#081b27));
  background-image: linear-gradient(180deg, rgba(12, 39, 56, 0) 14%, #081b27);
  color: #fff;
}

.header-content-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 510px;
  padding-left: 420px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-thumbnail-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 340px;
  height: 510px;
  border-radius: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 100%;
  background-size: cover;
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.2), 8px 8px 60px -10px rgba(0, 0, 0, 0.4);
}

.header-title {
  max-width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 68px;
  line-height: 60px;
  font-weight: 800;
}

.header-short-description {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 31px;
}

.header-info-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.header-info-item {
  margin-top: 6px;
}

.header-info-title {
  display: inline-block;
}

.header-info-title.bold {
  width: 86.8125px;
  margin-right: 10px;
  font-weight: 700;
}

.button {
  margin-top: 10px;
  padding: 14px 25px 10px;
  border-radius: 4px;
  background-color: #263947;
  -webkit-transition: background-color 200ms ease, border 200ms ease, background-color 200ms ease, color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, border 200ms ease, background-color 200ms ease, color 200ms ease, box-shadow 200ms ease;
  font-size: 13px;
  line-height: 30px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #3f5666;
  color: #fff;
  text-decoration: none;
}

.button.outline-button {
  display: inline-block;
  padding-bottom: 11px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.1);
  background-color: transparent;
  color: #fff;
  line-height: 20px;
}

.button.outline-button:hover {
  border-color: #fff;
  background-color: #fff;
  color: #121a20;
}

.button.outline-button.white {
  margin-top: 20px;
  border-color: #fff;
}

.button.color {
  background-color: #f1b722;
}

.button.view-more {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  line-height: 20px;
}

.section-title-wrapper {
  margin-bottom: 70px;
  text-align: center;
}

.section-title-wrapper.centered {
  text-align: center;
}

.section-title-wrapper.search-results {
  margin-bottom: 30px;
}

.section-title-wrapper.align-left {
  text-align: left;
}

.section-title-wrapper.no-content {
  margin-bottom: 0px;
}

.section-subtitle {
  margin-top: 15px;
  color: #8ea9bd;
  font-size: 24px;
  font-weight: 300;
}

.section-subtitle.inline-block {
  display: inline-block;
  margin-right: 6px;
}

.section-subtitle.inline-block.cms-title {
  color: #9cbacf;
}

.tabs-menu {
  position: absolute;
  top: -30px;
  right: 0px;
  z-index: 20;
  margin-top: -108px;
  margin-bottom: 80px;
  text-align: right;
}

.tabs-content {
  overflow: visible;
}

.tab-button {
  margin-left: 15px;
  padding: 11px 30px 9px;
  border-radius: 40px;
  background-color: #0c2738;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #3b4b57;
}

.tab-button:hover {
  color: #fff;
}

.tab-button.w--current {
  background-color: #fff;
  color: #374550;
}

.tab-button.small {
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
  opacity: 0.9;
}

.tab-button.small:hover {
  background-color: #040f16;
  opacity: 1;
}

.tab-button.small.w--current {
  background-color: #374550;
  opacity: 1;
}

.highlight-item-block {
  width: 100%;
  height: 100vh;
  min-height: 900px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.higlight-item-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(64%, rgba(18, 26, 32, 0)), to(#081b27));
  background-image: linear-gradient(180deg, rgba(18, 26, 32, 0) 0%, #081b27);
  color: #fff;
}

.highlight-item-content-block {
  width: 510px;
}

.highlight-item-content-block.full {
  width: 100%;
}

.large-item-title {
  max-width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 75px;
  line-height: 65px;
  font-weight: 800;
  letter-spacing: 0px;
}

.large-item-title.medium {
  max-width: 250px;
  font-size: 35px;
  line-height: 36px;
}

.large-item-title.medium.mobile-small {
  max-width: 100%;
}

.large-rating-number {
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 30px;
  background-color: #f1b722;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

.large-rating-number.small {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 25px;
}

.highlight-paragraph {
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}

.author-block.bottom-right {
  position: absolute;
  right: 20px;
  bottom: 0px;
  width: 145px;
}

.author-block.bottom-right.push-up {
  right: 30px;
  bottom: 45px;
}

.author-image-block {
  width: 50px;
  height: 40px;
  margin-top: -1px;
  margin-right: 14px;
  float: left;
  border-radius: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.author-name {
  color: #fff;
  line-height: 19px;
  font-weight: 700;
}

.discover-block {
  overflow: hidden;
  margin-right: -2px;
}

.discover-column {
  width: 40%;
  float: left;
}

.discover-column.right {
  width: 60%;
}

.discover-link-block {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 540px;
}

.discover-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(141, 158, 172, 0);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.discover-overlay:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.discover-title-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 170px 40px 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(55, 69, 80, 0)), color-stop(95%, rgba(29, 39, 48, 0.8)));
  background-image: linear-gradient(180deg, rgba(55, 69, 80, 0), rgba(29, 39, 48, 0.8) 95%);
}

.discover-title {
  margin-top: 0px;
  font-size: 27px;
  line-height: 26px;
  font-weight: 600;
}

.discover-item {
  position: relative;
  padding: 0px 2px 2px 0px;
}

.discover-row {
  background-color: #081b27;
}

.hero-column {
  width: 65%;
  height: 100%;
  padding-right: 2px;
  float: left;
}

.hero-column.right-column {
  width: 35%;
  padding-right: 0px;
  float: right;
}

.info-wrapper {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 15px;
}

.info-wrapper.large {
  margin-top: 30px;
}

.info-wrapper.small {
  margin-top: 5px;
  margin-bottom: 10px;
}

.info-wrapper.very-small {
  margin-top: 4px;
  margin-bottom: 0px;
  font-size: 13px;
}

.info-wrapper.on-review-page {
  margin-top: 25px;
  margin-bottom: 15px;
}

.info-wrapper.inline-block {
  display: inline-block;
}

.info-block {
  display: inline-block;
  margin-top: 3px;
  margin-right: 4px;
  float: none;
  line-height: 20px;
}

.info-block-icon {
  position: relative;
  top: -1px;
  height: 17px;
  margin-right: 10px;
  float: none;
}

.info-block-icon.small {
  top: -2px;
  height: 16px;
  margin-right: 7px;
}

.info-block-icon.stars {
  top: -2px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.info-block-icon.stars-large {
  top: -2px;
}

.info-title {
  display: inline-block;
  float: none;
}

.item-titles-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 50px 45px 45px 65px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.9));
}

.item-titles-wrapper.small {
  z-index: 50;
  padding-right: 20px;
  padding-bottom: 35px;
  padding-left: 35px;
  background-image: none;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1000;
  height: 80px;
  background-color: #0c2738;
}

.nav-link {
  height: 80px;
  margin-left: 45px;
  padding-top: 27px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 2px solid transparent;
  -webkit-transition: color 200ms ease, border 200ms ease;
  transition: color 200ms ease, border 200ms ease;
  color: #899ead;
  font-size: 17px;
  font-weight: 600;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  border-bottom-color: #f1b722;
  color: #fff;
}

.logo {
  width: auto;
  height: 30px;
  margin-top: 26px;
}

.logo.small {
  position: relative;
  z-index: 1;
  height: 20px;
  margin-top: 30px;
}

.logo-link-block.align-left {
  z-index: 1;
}

.item {
  padding-bottom: 50px;
}

.item.wide {
  padding-right: 15px;
  padding-left: 15px;
}

.item.small {
  padding-bottom: 0px;
}

.item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-list.mobile-full-list {
  display: block;
}

.item-list-wrapper {
  margin-bottom: -30px;
}

.item-list-wrapper.list-version {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.top-logo-bar {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 1000;
  padding-left: 65px;
}

.new-item {
  margin-top: 32px;
}

.small-item-image-block {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 80px;
  border-radius: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.small-item-image-block.larger {
  width: 70px;
  height: 100px;
}

.new-item-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-left: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sidenav-block-title {
  margin-bottom: 40px;
  color: #8d9eac;
  font-size: 21px;
  font-weight: 800;
}

.sidenav-block-title.first {
  margin-bottom: 0px;
}

.image-header {
  background-image: url('../images/pexels-photo-326055.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-header.contact {
  height: 100vh;
  min-height: 880px;
  background-image: url('../images/Photo-8.jpg');
}

.image-header-overlay {
  width: 100%;
  height: 100%;
  padding-top: 170px;
  padding-bottom: 170px;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 27, 39, 0)), to(#081b27));
  background-image: linear-gradient(180deg, rgba(8, 27, 39, 0), #081b27);
}

.image-header-overlay.dark {
  background-color: rgba(0, 0, 0, 0.6);
}

.image-header-overlay.contact-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 26, 32, 0)), to(#081b27));
  background-image: linear-gradient(180deg, rgba(18, 26, 32, 0), #081b27);
}

.header-intro-block {
  position: relative;
  z-index: 10;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.header-intro-block.align-left {
  text-align: left;
}

.subpage-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 80px;
  line-height: 74px;
  font-weight: 800;
}

.subpage-title.large {
  font-size: 120px;
  line-height: 100px;
  font-weight: 900;
}

.subpage-intro-paragraph {
  display: block;
  width: 690px;
  margin: 30px auto 0px;
  font-family: Catamaran, sans-serif;
  color: #afbec9;
  font-size: 22px;
  line-height: 38px;
  font-weight: 400;
}

.subpage-intro-paragraph.large {
  margin-bottom: 30px;
  color: #fff;
  font-size: 30px;
}

.authors-list-wrapper {
  margin-top: -140px;
}

.author-item {
  padding-right: 20px;
  padding-left: 20px;
}

.author-item-block {
  color: #8d9eac;
  line-height: 30px;
}

.author-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 470px;
  margin-bottom: 40px;
  border-radius: 9px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 0 1px 1px 0 hsla(0, 0%, 100%, 0.1);
}

.author-title-overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  padding: 70px 30px 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-3%, transparent), color-stop(99%, #000));
  background-image: linear-gradient(180deg, transparent -3%, #000 99%);
  color: #fff;
  text-align: center;
}

.author-item-name {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  font-size: 35px;
  line-height: 40px;
  font-weight: 800;
}

.short-bio-wrapper {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
}

.fixed-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 998;
  background-color: #070c0f;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.footer-row {
  /*padding-left: 40px;*/
  padding-left: 0;
}

.footer-title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.footer-link {
  display: block;
  margin-top: 10px;
  color: #74a8cf;
  text-decoration: none;
}

.footer-link:hover {
  color: #f1b722;
}

.footer-wrapper {
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
}

.bottom-footer {
  margin-top: 80px;
  padding-top: 47px;
  padding-bottom: 45px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: transparent;
  color: #8f9da7;
  font-size: 12px;
  text-align: center;
}

.footer-social-link {
  display: block;
  margin-top: 10px;
  color: #74a8cf;
}

.footer-social-link:hover {
  color: #fff;
}

.footer-social-title {
  display: inline-block;
}

.footer-social-title.icon {
  width: 14px;
  margin-right: 10px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #f1b722;
}

.bottom-footer-paragraph {
  /*display: inline-block;*/
  margin-right: 5px;
  margin-left: 5px;
}

.bottom-footer-link {
  color: #4a80a8;
}

.bottom-footer-link:hover {
  color: #fff;
}

._404-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 7, 9, 0.5)), to(rgba(5, 7, 9, 0.5))), url('../images/Photo-2.jpg');
  background-image: linear-gradient(180deg, rgba(5, 7, 9, 0.5), rgba(5, 7, 9, 0.5)), url('../images/Photo-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

._404-text-block {
  color: #fff;
  text-align: center;
}

.review-wrapper {
  position: relative;
  z-index: 10;
  display: block;
  width: 80%;
  margin-top: -340px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 40px;
  border-radius: 10px;
  background-color: transparent;
  color: #9cabb6;
  font-size: 16px;
  line-height: 23px;
}

.review-video {
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}

.trailer-video-block {
  margin-top: 35px;
  padding-top: 45px;
  border-top: 1px solid #232e36;
}

.review-circle {
  position: absolute;
  left: -35px;
  top: -43px;
  width: 100px;
  height: 100px;
  padding-top: 35px;
  border-radius: 100%;
  background-color: #f1b722;
  font-size: 35px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.pagination {
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.pagination-button {
  margin-right: 15px;
  margin-left: 0px;
  padding: 12px 35px 10px;
  border-color: hsla(0, 0%, 100%, 0.15);
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: border 200ms ease, color 200ms ease;
  transition: border 200ms ease, color 200ms ease;
  color: #fff;
}

.pagination-button:hover {
  border-color: #f1b722;
  color: #f1b722;
}

.checklist-item {
  padding-left: 25px;
  background-image: url('../images/Check-Yellow_1.svg');
  background-position: 0px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.template-color {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f1b722;
  color: #fff;
  text-align: center;
}

.template-color._2 {
  background-color: #374550;
  color: #fff;
}

.template-color._3 {
  background-color: #8d9eac;
  color: #000;
}

.rtb {
  line-height: 23px;
}

.rtb img {
  max-width: 120%;
  min-width: 120%;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: -10%;
  border-radius: 10px;
}

.rtb figcaption {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 21px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-bottom: 4px;
  padding-left: 20px;
  border-radius: 3px;
}

.rtb h3 {
  margin-top: 40px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 34px;
  line-height: 33px;
}

.rtb blockquote {
  max-width: 95%;
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 30px 40px 30px 50px;
  border-left-width: 3px;
  border-left-color: #f1b722;
  background-color: #374550;
  font-size: 26px;
  line-height: 41px;
  font-weight: 500;
}

.style-block {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  font-family: Catamaran, sans-serif;
}

.style-block.last {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.font-2 {
  font-family: Catamaran, sans-serif;
  font-size: 15px;
}

.style-title {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
}

.style-title.fonts-2 {
  font-family: Roboto, sans-serif;
}

.small-container {
  position: relative;
}

.small-container.push-up {
  z-index: 10;
  margin-top: -245px;
}

.contact-block {
  display: block;
  text-align: left;
}

.form-title {
  margin-bottom: 20px;
  padding-left: 3px;
  color: #f1b722;
  font-size: 19px;
  line-height: 38px;
  font-weight: 600;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.text-field {
  height: 60px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.15);
  background-color: transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.text-field:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.4);
}

.text-field:focus {
  border-bottom-color: #f1b722;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
}

.text-field:-ms-input-placeholder {
  color: #fff;
}

.text-field::-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.text-field.area {
  height: 150px;
  padding-top: 15px;
}

.trailer-title {
  margin-bottom: 50px;
  color: #f1b722;
  font-size: 29px;
}

.search-form {
  position: relative;
  margin-bottom: 0px;
}

.search-form.centered {
  display: block;
  width: 570px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
}

.search-wrapper {
  display: block;
  width: 550px;
  margin: 100px auto -70px;
}

.search-field {
  width: 100%;
  height: 60px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 20px;
  float: none;
  border-style: solid;
  border-width: 1px;
  border-color: #1e445c;
  border-radius: 40px;
  background-color: #fff;
  font-size: 18px;
  text-align: center;
}

.search-button {
  position: absolute;
  top: 3px;
  right: 6px;
  width: 80px;
  height: 55px;
  float: right;
  border-radius: 40px;
  background-color: transparent;
  background-image: url('../images/magnifying-glass_1.svg');
  background-position: 50% 48%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #1a1a1a;
  font-size: 0px;
  line-height: 40px;
}

.search-button:hover {
  opacity: 0.6;
}

.search-title {
  margin-bottom: 20px;
  color: #f1b722;
  font-size: 19px;
  font-weight: 400;
  text-align: center;
}

.search-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-bottom: 30px;
  padding-left: 190px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #979797;
  text-align: left;
}

.search-paragraph {
  margin-bottom: 0px;
}

.search-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  height: 200px;
  border-radius: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.search-list-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.search-link-title {
  max-width: 100%;
  margin-bottom: 10px;
  color: #f1b722;
  font-size: 29px;
  line-height: 34px;
  text-decoration: none;
}

.category-link-block {
  display: block;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 43px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(55, 69, 80, 0.2);
  border-radius: 2px;
  background-color: transparent;
  background-image: url('../images/Check-Yellow_1.svg');
  background-position: 20px 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: border 200ms ease, color 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, color 200ms ease, background-color 200ms ease;
  color: #fdfdfd;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.category-link-block:hover {
  border-color: #fff;
  background-color: #fff;
  color: #070c0f;
}

.category-item {
  padding-top: 6px;
  padding-bottom: 6px;
}

.categories-list-wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.nav-search {
  height: 80px;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
  border: 0px solid #000;
  background-color: #f0f3f5;
  font-size: 17px;
  text-align: left;
}

.nav-search-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 70px;
  height: 80px;
  padding-left: 13px;
  background-color: #0c2738;
  background-image: url('../images/magnifying-glass.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #0c2738;
}

.nav-search-button:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.nav-search-form {
  margin-bottom: 0px;
}

.pagination-icon {
  position: relative;
  top: 1px;
  font-size: 12px;
}

.column-item {
  padding-top: 40px;
}

.tabs-icon {
  height: 20px;
}

.list-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.09);
}

.list-item-link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #081b27;
  text-decoration: none;
}

.list-item-link-block:hover {
  text-decoration: none;
}

.list-item-link-block.larger {
  height: 100px;
  padding-left: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8d9eac;
  text-align: center;
}

.quote-wrapper.in-section {
  margin-top: 0px;
  margin-bottom: 0px;
}

.quote-text {
  width: 66%;
  margin-bottom: 0px;
  float: left;
  color: #fff;
  font-size: 27px;
  line-height: 40px;
  font-weight: 500;
}

.client-quote-author-title {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
}

.client-quote-author-title.subtitle {
  margin-top: 3px;
  color: #8d9eac;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  font-weight: 400;
}

.quote-image {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
  border-radius: 100%;
  background-image: url('../images/Portrait-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.quote-author-block {
  width: 30%;
  margin-right: 20px;
  margin-left: 20px;
  float: right;
  text-align: center;
}

.rating-wrapper {
  position: relative;
}

.empty-state {
  border-radius: 4px;
  background-color: #070c0f;
  text-align: center;
}

.navbar-wrapper-fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2000;
}

.form-title-wrapper {
  max-width: 550px;
  margin-bottom: 50px;
}

.form {
  width: 650px;
  margin-bottom: 0px;
}

.header-item-link-block {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.item-image {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.image-section {
  padding-top: 260px;
  padding-bottom: 260px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 27, 39, 0.5)), to(#081b27)), url('../images/Image-1.jpg');
  background-image: linear-gradient(180deg, rgba(8, 27, 39, 0.5), #081b27), url('../images/Image-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-intro-nav {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 12px;
}

.subpage-intro-nav-link {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.subpage-intro-nav-link:hover {
  color: #f1b722;
}

.subpage-intro-nav-link.w--current {
  color: #f1b722;
}

.subpage-intro-nav-link.last {
  margin-right: 0px;
  padding-right: 0px;
  border-right-width: 0px;
}

.subpage-intro-nav-link-title {
  display: inline-block;
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 15px;
    line-height: 27px;
  }
  .hero-section {
    height: 80vh;
  }
  .side-nav-block {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 230px;
  }
  .side-nav-link-block {
    padding-left: 25px;
    font-size: 15px;
  }
  .side-nav-content-block {
    padding: 25px;
  }
  .side-nav-content-block.first {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }
  .sidenav-body {
    padding-right: 0px;
    padding-left: 230px;
  }
  .section {
    padding: 70px 40px;
  }
  .section.highlighted-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.footer {
    padding-top: 100px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .section.discover {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.bottom-padding {
    padding-top: 60px;
  }
  .section.mobile-narrow {
    padding: 60px 50px;
  }
  .container {
    padding: 0px;
  }
  .item-image-block {
    height: 116px;
  }
  .item-image-block.large {
    height: 350px;
  }
  .item-image-block.poster-format {
    height: 250px;
  }
  .item-image-block.poster-format.mobile-larger {
    height: 370px;
  }
  .item-image-block.large-poster-format {
    height: 200px;
    border-radius: 4px;
  }
  .item-block-title {
    font-size: 17px;
  }
  .item-block-title.large {
    font-size: 22px;
  }
  .item-block-title.in-nav {
    max-width: 100%;
    font-size: 14px;
    line-height: 19px;
  }
  .section-title {
    font-size: 41px;
  }
  .section-title.large {
    font-size: 70px;
    line-height: 80px;
  }
  .header-item-overlay.in-header {
    padding-bottom: 90px;
    padding-left: 50px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .dynamic-page-header {
    height: 100vh;
    min-height: 830px;
  }
  .dynamic-header-overlay {
    padding-bottom: 120px;
  }
  .header-content-block {
    height: auto;
    max-width: 690px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 330px;
  }
  .header-thumbnail-image {
    width: 280px;
    height: 420px;
  }
  .header-title {
    max-width: 100%;
    font-size: 55px;
    line-height: 55px;
  }
  .header-short-description {
    line-height: 27px;
  }
  .header-info-item {
    margin-top: 2px;
  }
  .button.view-more {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 11px;
  }
  .section-title-wrapper {
    margin-bottom: 50px;
  }
  .section-title-wrapper.align-left {
    margin-bottom: 50px;
    text-align: center;
  }
  .section-title-wrapper.spotlight {
    margin-bottom: 20px;
  }
  .section-subtitle {
    font-size: 22px;
  }
  .tabs-menu {
    position: static;
    margin-top: 0px;
    margin-bottom: 60px;
    text-align: center;
  }
  .highlight-item-block {
    height: auto;
    min-height: 0px;
  }
  .higlight-item-overlay {
    padding: 130px 60px 320px;
  }
  .highlight-item-content-block {
    width: 100%;
  }
  .large-item-title {
    font-size: 50px;
    line-height: 50px;
  }
  .large-item-title.medium.mobile-small {
    font-size: 18px;
    line-height: 24px;
  }
  .author-block.bottom-right.push-up {
    bottom: 40px;
  }
  .author-block.bottom-right.push-up.hide-on-mobile {
    display: none;
  }
  .discover-link-block {
    height: 240px;
  }
  .discover-title-wrapper {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .discover-title {
    font-size: 18px;
    line-height: 22px;
  }
  .info-wrapper.large {
    margin-top: 15px;
  }
  .info-wrapper.on-review-page {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .info-block {
    font-size: 12px;
  }
  .info-block.small {
    font-size: 9px;
  }
  .info-block-icon.small {
    top: 0px;
    height: 14px;
  }
  .info-block-icon.stars {
    top: 0px;
  }
  .item-titles-wrapper {
    padding-right: 50px;
    padding-bottom: 40px;
    padding-left: 50px;
  }
  .item-titles-wrapper.small {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .navbar {
    height: 60px;
  }
  .nav-link {
    height: auto;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-color: rgba(141, 158, 172, 0.1);
  }
  .logo.small {
    margin-top: 20px;
    margin-left: 25px;
  }
  .item.wide {
    padding-right: 10px;
    padding-left: 10px;
  }
  .item.mobile-half {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .item-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .item-list.mobile-full-list {
    display: block;
  }
  .item-list-wrapper.list-version {
    width: 100%;
  }
  .new-item-block {
    padding-left: 80px;
  }
  .sidenav-block-title {
    font-size: 19px;
  }
  .image-header-overlay {
    padding-top: 120px;
  }
  .image-header-overlay.contact-overlay {
    padding-right: 50px;
    padding-left: 50px;
  }
  .header-intro-block {
    padding-right: 40px;
    padding-left: 40px;
  }
  .header-intro-block.align-left {
    padding: 0px;
  }
  .subpage-intro-paragraph {
    width: 100%;
  }
  .author-item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .author-item-block {
    font-size: 14px;
  }
  .author-image-wrapper {
    height: 290px;
  }
  .author-title-overlay {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .author-item-name {
    font-size: 26px;
    line-height: 29px;
  }
  .short-bio-wrapper {
    padding-right: 0px;
    font-size: 15px;
    line-height: 25px;
  }
  .footer-row {
    padding-left: 0px;
  }
  .footer-wrapper {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .bottom-footer {
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .review-wrapper {
    width: 95%;
    margin-top: -370px;
    padding: 30px;
  }
  .review-circle {
    left: -20px;
    top: -30px;
    width: 70px;
    height: 70px;
    padding-top: 21px;
    font-size: 29px;
  }
  .search-wrapper {
    width: 100%;
  }
  .search-field {
    font-size: 15px;
  }
  .search-paragraph {
    font-size: 14px;
    line-height: 25px;
  }
  .search-list-wrapper {
    width: 90%;
  }
  .category-item {
    width: 50%;
    padding-right: 5px;
  }
  .nav-search {
    height: 60px;
    padding-right: 60px;
    padding-left: 20px;
    font-size: 14px;
  }
  .nav-search-button {
    width: 50px;
    height: 60px;
  }
  .column-item {
    width: 50%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .list-item-link-block.larger {
    padding-right: 120px;
    padding-left: 100px;
  }
  .quote-wrapper.mobile-wide {
    width: 100%;
  }
  .quote-text {
    font-size: 25px;
  }
  .image-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .menu-button {
    width: 60px;
    height: 60px;
    padding: 12px 0px 0px;
    background-color: #081b27;
    color: #fff;
    font-size: 38px;
    text-align: center;
  }
  .menu-button.w--open {
    background-color: #8d9eac;
  }
  .nav-menu {
    z-index: 50;
    width: 300px;
    margin-left: 70px;
    padding: 50px;
    background-color: #081b27;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  }
  .categories-list {
    padding-right: 10px;
  }
  .subpage-intro-nav-link {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .brand{
    font-size: 30px;
    font-weight: 500;
    padding-left: 5px;
  }
  .hero-section {
    height: auto;
    min-height: 0px;
    margin-top: 80px;
  }
  .hero-section.with-featured-item {
    margin-top: 0px;
  }
  .side-nav-block {
    display: none;
  }
  .sidenav-body {
    padding-left: 0px;
  }
  .section.footer {
    padding-top: 50px;
  }
  .section.review-section {
    overflow: hidden;
    padding: 0px;
  }
  .section.mobile-narrow {
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .container.push-down {
    margin-top: 10px;
  }
  .item-block {
    text-align: center;
  }
  .item-block.large {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .item-block.in-list {
    margin-bottom: 20px;
  }
  .item-image-block {
    display: block;
   /* width: 230px;*/
    width: 100%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .item-image-block.large {
    display: block;
    width: 230px;
    margin-right: auto;
    margin-left: auto;
  }
  .item-image-block.poster-format {
    width: 200px;
    height: 290px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .item-image-block.poster-format.mobile-larger {
    height: 300px;
  }
  .item-image-block.large-poster-format {
    width: 220px;
    height: 340px;
  }
  .item-block-title {
    font-size: 25px;
    line-height: 40px;
  }
  .item-block-title.in-nav {
    font-size: 18px;
  }
  .item-block-title.mobile-small {
    font-size: 19px;
  }
  .header-list-wrapper.second-half {
    /*display: none;*/
  }
  .header-item-overlay {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .header-item-overlay.in-header {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
  .column {
    width: 100%;
    padding-left: 0px;
    float: none;
  }
  .column.right-column {
    width: 100%;
    padding-right: 0px;
    float: none;
    text-align: center;
  }
  .dynamic-page-header {
    height: auto;
    min-height: 0px;
  }
  .dynamic-header-overlay {
    padding-top: 110px;
    padding-bottom: 10px;
  }
  .header-content-block {
    display: block;
    max-width: 400px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .header-thumbnail-image {
    position: relative;
    width: 240px;
    height: 350px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.2), 8px 8px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .button.outline-button.hide-mobile {
    display: none;
  }
  .section-title-wrapper {
    margin-bottom: 40px;
  }
  .higlight-item-overlay {
    padding-right: 50px;
    padding-left: 50px;
  }
  .highlight-item-content-block {
    margin-right: auto;
    margin-left: auto;
  }
  .large-item-title {
    max-width: 100%;
    font-size: 60px;
    line-height: 65px;
  }
  .large-item-title.medium {
    max-width: 100%;
    font-size: 60px;
    line-height: 65px;
  }
  .highlight-paragraph {
    display: none;
  }
  .author-block.bottom-right {
    bottom: 4px;
  }
  .author-block.bottom-right.push-up {
    display: none;
  }
  .discover-title-wrapper {
    padding-top: 80px;
  }
  .discover-item.mobile-half {
    width: 50%;
  }
  .hero-column {
    width: 100%;
    float: none;
  }
  .hero-column.right-column {
    width: 100%;
    float: none;
  }
  .info-wrapper.large {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .info-block {
    margin-top: 0px;
    line-height: 10px;
  }
  .info-block-icon.stars {
    display: inline-block;
    margin-bottom: 0px;
  }
  .info-block-icon.stars.discover-stars {
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .info-block-icon.stars.mobile-align-left {
    top: 3px;
    margin-right: 10px;
    margin-bottom: 6px;
    margin-left: 0px;
  }
  .info-block-icon.stars.mobile-centered {
    display: block;
    height: 21px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .info-block-icon.stars-large {
    height: 14px;
  }
  .item-titles-wrapper {
    padding: 40px;
  }
  .item-titles-wrapper.small {
    padding: 40px;
  }
  .logo {
    display: block;
    height: 20px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .logo.small {
    margin-top: 21px;
  }
  .logo-link-block {
    width: 100%;
    padding-left: 0px;
    float: none;
  }
  .logo-link-block.align-left {
    display: inline-block;
    width: auto;
  }
  .item {
    padding: 50px 0px 0px;
  }
  .item.wide {
    padding-top: 30px;
  }
  .item.mobile-half {
    width: 100%;
  }
  .top-logo-bar {
    top: 0px;
    padding-top: 10px;
    padding-left: 0px;
    text-align: center;
  }
  .image-header.contact {
    height: auto;
    min-height: 0px;
  }
  .image-header-overlay {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .image-header-overlay.contact-overlay {
    display: block;
    padding: 110px 40px 70px;
  }
  .subpage-title {
    font-size: 60px;
    line-height: 60px;
  }
  .subpage-title.large {
    max-width: 440px;
    font-size: 90px;
    line-height: 90px;
  }
  .subpage-intro-paragraph {
    font-size: 20px;
    line-height: 32px;
  }
  .subpage-intro-paragraph.large {
    font-size: 27px;
  }
  .author-item {
    padding-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .author-image-wrapper {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-row {
    padding-left: 0px;
  }
  .footer-column {
    padding: 40px 0px 0px;
    text-align: center;
  }
  .footer-title {
    margin-bottom: 20px;
  }
  .footer-wrapper {
    padding: 0px;
  }
  ._404-text-block {
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
  }
  .review-wrapper {
    width: 100%;
    margin-top: 0px;
  }
  .review-circle {
    top: -15px;
    width: 40px;
    height: 40px;
    padding-top: 11px;
    font-size: 20px;
    line-height: 20px;
  }
  .rtb img {
    border-radius: 0px;
  }
  .rtb blockquote {
    padding: 20px 30px 20px 40px;
    font-size: 23px;
    line-height: 37px;
  }
  .small-container.push-up {
    margin-top: -140px;
  }
  .form-title {
    font-size: 14px;
  }
  .search-list-wrapper {
    width: 100%;
  }
  .column-item {
    width: 100%;
  }
  .quote-wrapper.in-section {
    display: block;
  }
  .quote-wrapper.mobile-wide {
    display: block;
    margin-bottom: 40px;
  }
  .quote-text {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .quote-image {
    width: 60px;
    height: 60px;
  }
  .quote-author-block {
    width: 35%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .form-title-wrapper {
    max-width: 100%;
  }
  .form {
    width: 100%;
  }
  .form-column {
    padding: 0px;
  }
  .header-item-link-block {
    height: 410px;
  }
  .image-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .subpage-intro-nav {
    float: none;
    text-align: left;
  }
  .subpage-intro-nav-link {
    display: block;
    margin-right: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 0px;
    border-right-width: 0px;
    line-height: 15px;
  }
}

@media screen and (max-width: 479px) {
  p {
    margin-bottom: 20px;
  }
  .section {
    padding: 50px 0px;
  }
  .section.mobile-narrow {
    padding: 50px 0px;
  }
  .item-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .item-image-block {
    height: 170px;
  }
  .item-image-block.poster-format {
    width: 225px;
    height: 280px;
    margin-bottom: 20px;
  }
  .item-image-block.large-poster-format {
    width: 220px;
    height: 320px;
  }
  .item-number.in-list {
    width: 30px;
    font-size: 11px;
  }
  .item-block-title {
    font-size: 23px;
    line-height: 35px;
  }
  .item-block-title.in-nav.hide-mobile {
    display: none;
  }
  .item-block-title.mobile-small {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 19px;
  }
  .section-title {
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 38px;
  }
  .section-title.large {
    font-size: 40px;
    line-height: 50px;
  }
  .header-item-overlay.in-header {
    padding-right: 30px;
    padding-left: 30px;
  }
  .header-content-block {
    max-width: 300px;
  }
  .header-thumbnail-image {
    width: 210px;
    height: 290px;
    margin-bottom: 30px;
  }
  .header-title {
    font-size: 40px;
    line-height: 40px;
  }
  .header-short-description {
    font-size: 15px;
    line-height: 25px;
  }
  .button.view-more {
    display: none;
  }
  .section-title-wrapper {
    margin-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-title-wrapper.centered {
    max-width: 300px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .section-title-wrapper.align-left {
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
  }
  .section-title-wrapper.spotlight {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .section-subtitle {
    max-width: 250px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
  }
  .section-subtitle.inline-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-subtitle.inline-block.cms-title {
    margin-top: 0px;
  }
  .section-subtitle.genre {
    max-width: 300px;
  }
  .section-subtitle.recent {
    max-width: 180px;
  }
  .tabs-menu {
    margin-bottom: 30px;
  }
  .tab-button {
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .tab-button.small {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 3px;
    margin-left: 3px;
    padding: 16px 0px 0px;
    text-align: center;
  }
  .higlight-item-overlay {
    padding-right: 30px;
    padding-left: 30px;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
  }
  .large-item-title {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
    font-size: 50px;
    line-height: 49px;
  }
  .large-item-title.medium {
    font-size: 50px;
    line-height: 50px;
  }
  .large-item-title.mobile-align-left {
    margin-right: 0px;
    margin-left: 0px;
  }
  .large-rating-number {
    font-size: 15px;
  }
  .author-block.bottom-right.hide-mobile {
    display: none;
  }
  .discover-column {
    width: 100%;
    float: none;
  }
  .discover-column.right {
    width: 100%;
  }
  .discover-link-block {
    height: 210px;
  }
  .discover-title-wrapper {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .discover-item.mobile-half {
    width: 100%;
  }
  .info-wrapper.small {
    font-size: 17px;
  }
  .info-wrapper.inline-block {
    margin-bottom: 10px;
  }
  .info-block {
    margin-right: 7px;
    font-size: 13px;
    line-height: 20px;
  }
  .info-block.mobile-full {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .info-block.hide-mobile {
    display: none;
  }
  .info-block-icon {
    top: 0px;
    height: 16px;
    margin-right: 7px;
  }
  .info-block-icon.stars {
    height: 19px;
    margin-right: 5px;
    margin-bottom: 6px;
  }
  .info-block-icon.stars.discover-stars {
    top: -1px;
    display: inline-block;
    height: 17px;
    margin-right: 10px;
  }
  .info-block-icon.stars.mobile-align-left {
    height: 14px;
    margin-right: 4px;
  }
  .info-block-icon.stars.hide-mobile {
    display: none;
  }
  .info-block-icon.stars-large {
    top: 0px;
    margin-right: 0px;
  }
  .item-titles-wrapper {
    padding: 30px;
  }
  .item-titles-wrapper.small {
    padding: 30px;
  }
  .logo.small {
    height: 15px;
    margin-top: 23px;
    margin-left: 20px;
  }
  .item {
    padding-top: 40px;
  }
  .item-list.mobile-narrow {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .small-item-image-block {
    height: 90px;
  }
  .small-item-image-block.larger {
    left: 10px;
  }
  .small-item-image-block.mobile-centered {
    position: relative;
    display: block;
    width: 110px;
    height: 160px;
    margin-bottom: -10px;
  }
  .new-item-block {
    display: block;
    height: 90px;
  }
  .new-item-block.mobile-poster-only {
    height: auto;
    padding-left: 0px;
    text-align: center;
  }
  .image-header-overlay {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .image-header-overlay.contact-overlay {
    padding: 110px 35px 100px;
  }
  .header-intro-block {
    padding-right: 30px;
    padding-left: 30px;
  }
  .subpage-title {
    font-size: 40px;
    line-height: 40px;
  }
  .subpage-title.large {
    max-width: 230px;
    font-size: 50px;
    line-height: 60px;
  }
  .subpage-title.large._404-title {
    margin-right: auto;
    margin-left: auto;
  }
  .subpage-intro-paragraph {
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
  }
  .subpage-intro-paragraph.large {
    margin-top: 0px;
    font-size: 20px;
  }
  .author-item {
    padding-right: 20px;
    padding-left: 20px;
  }
  .author-item-block {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .author-image-wrapper {
    width: 80%;
    height: 240px;
    margin-bottom: 30px;
  }
  .author-title-overlay {
    padding-bottom: 20px;
  }
  .author-item-name {
    font-size: 23px;
  }
  .short-bio-wrapper {
    padding-left: 0px;
  }
  .bottom-footer-paragraph {
    display: block;
    font-size: 10px;
  }
  .review-wrapper {
    margin-top: -10px;
  }
  .review-video {
    border-radius: 5px;
  }
  .pagination-button {
    margin-right: 6px;
    margin-left: 6px;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 15px;
  }
  .rtb {
    font-size: 15px;
  }
  .rtb img {
    max-width: 130%;
    min-width: 130%;
    margin-left: -15%;
  }
  .rtb h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 35px;
  }
  .rtb blockquote {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 17px 18px 16px 27px;
    font-size: 20px;
    line-height: 33px;
  }
  .style-block {
    padding-bottom: 10px;
  }
  .button-column {
    padding-bottom: 10px;
    text-align: center;
  }
  .style-title {
    margin-bottom: 20px;
    text-align: left;
  }
  .small-container.push-up {
    padding: 0px 25px;
  }
  .form-title {
    line-height: 29px;
  }
  .text-field {
    height: 50px;
    font-size: 17px;
  }
  .trailer-title {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .search-wrapper {
    width: 85%;
  }
  .search-field {
    height: 50px;
    font-size: 13px;
  }
  .search-button {
    top: 0px;
    width: 40px;
    height: 50px;
  }
  .search-title {
    max-width: 230px;
    margin-right: auto;
    margin-left: auto;
  }
  .category-link-block {
    padding-top: 5px;
    padding-bottom: 3px;
    font-size: 16px;
    line-height: 22px;
  }
  .category-item {
    width: 100%;
    padding: 3px 20px;
  }
  .column-item {
    width: 50%;
    padding: 20px;
  }
  .list-item {
    margin-top: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .list-item-link-block {
    height: 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list-item-link-block.larger {
    padding-right: 10px;
    padding-left: 110px;
  }
  .quote-wrapper.mobile-wide {
    max-width: 290px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .quote-text {
    font-size: 23px;
    line-height: 35px;
  }
  .quote-image {
    margin-bottom: 0px;
  }
  .quote-author-block {
    display: block;
    width: 180px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .rating-wrapper {
    margin-bottom: 4px;
  }
  .form-title-wrapper {
    margin-bottom: 40px;
  }
  .header-item-link-block {
    height: 370px;
  }
  .menu-button {
    font-size: 36px;
  }
  .nav-menu {
    width: 80%;
    margin-left: 50px;
  }
  .categories-list {
    padding-right: 0px;
  }
  .subpage-intro-nav-link {
    display: block;
    margin-top: 5px;
    padding-top: 10px;
    border-right-width: 0px;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}