.lm-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: url("/images/spinner.gif") 50% 50% no-repeat white;
  background-size: 70px 70px; }

/*--- SITE STRUCTURE ---*/
*, *:before, *:after {
  box-sizing: border-box; }

/*--- Styles ---*/
body, h1, h2, h3, h4, p {
  font-family: "acumin-pro", sans-serif;
  color: #999898;
  -webkit-font-smoothing: auto !important; }

address {
  font-style: normal; }

a {
  text-decoration: none;
  color: inherit; }

.lm-row {
  width: 85%;
  max-width: 1080px;
  margin: 60px auto; }

.lm-row-fullwidth {
  width: 100%;
  max-width: none; }

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

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.hdr-font {
  font-family: "acumin-pro-condensed", sans-serif; }

.large-text {
  font-size: 38px;
  font-weight: 100;
  line-height: 1.2; }

.more-button {
  cursor: pointer; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.animate {
  opacity: 0;
  visibility: hidden; }

.animate.animate-now {
  opacity: 1;
  visibility: visible;
  animation: fadeInUp;
  animation-delay: 0.5s;
  animation-duration: 1.2s;
  animation-fill-mode: both;
  animation-timing-function: ease-out; }

.social-icons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center; }
  .social-icons img {
    width: 25px;
    display: block;
    margin: 0 7px; }
  .social-icons .facebook {
    width: 22px; }
  .social-icons .instagram {
    width: 23px; }
  .social-icons .youtube {
    width: 27px; }

.button-cnt a:nth-of-type(2) .lm-button {
  margin-left: 15px; }

.lm-button {
  display: inline-block;
  padding: 7px 15px;
  background-color: #999898;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
  text-transform: uppercase;
  opacity: 1;
  transition: all 0.3s ease-in;
  font-size: 14px; }
  .lm-button:hover {
    opacity: 0.8;
    transition: all 0.3s ease-in; }

.mobile-only {
  display: none; }

.watch-btn {
  display: none;
  margin-top: 20px;
  text-align: center; }
  .watch-btn a {
    text-decoration: none; }

/*--- MENU ---*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; }
  header.my-fixed {
    background: #999898;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in; }
  header .nav-wrapper {
    position: relative;
    width: 85%;
    max-width: 1350px;
    margin: 0 auto; }
  header .logo-top-cnt {
    position: absolute;
    top: 18px;
    left: 0; }
    header .logo-top-cnt img {
      display: block;
      width: 106px; }
  header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 16px !important;
    letter-spacing: 2px;
    font-weight: 300 !important;
    color: #fff;
    list-style: none;
    padding: 16px 0 18px !important;
    margin: 0 auto; }
    header .nav a {
      text-decoration: none;
      color: inherit; }
    header .nav li {
      padding: 0 5px; }

/*-- Mobile nav --*/
.mobile-nav {
  display: none;
  z-index: 9;
  width: 100%;
  position: absolute;
  top: 15px; }

.inside-hr .mobile-nav {
  top: 51px; }

.menu-btn {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 25px;
  line-height: 1.2;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  z-index: 99; }

.menu-btn span {
  display: block;
  width: 21px;
  height: 3px;
  margin: 4px 0;
  margin-left: 13px;
  background: #fff;
  z-index: 99; }

.responsive-menu ul {
  background-color: #fff;
  padding: 5%;
  list-style-type: none; }

.responsive-menu ul li:hover {
  background-color: #eee; }

.responsive-menu ul li a:visited {
  background-color: eee; }

.responsive-menu a {
  display: none;
  font-family: "acumin-pro-condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  opacity: 0;
  color: #999898;
  font-size: 18px;
  padding: 10px 5%;
  transition: all 0.5s linear; }

.responsive-menu.expand-menu a {
  display: block;
  opacity: 1; }

.responsive-menu {
  display: block;
  line-height: 23px;
  width: 100%;
  height: 0;
  text-align: center;
  font-weight: 600;
  margin-top: 38px;
  letter-spacing: 2px;
  color: #222;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-out; }

.expand-menu {
  opacity: 1;
  visibility: visible; }

/*--- HERO SLIDER ---*/
.fp-slide {
  transition: all 3s ease-in !important; }

.lm-slide-01, .lm-slide-02, .lm-slide-03, .lm-slide-04, .lm-slide-05, .lm-slide-06 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.lm-slide-01 {
  background-image: url("/images/hero-01-min.jpg"); }

.lm-slide-02 {
  background-image: url("/images/hero-07-min.jpg"); }

.lm-slide-03 {
  background-image: url("/images/hero-06-min.jpg"); }

.lm-slide-04 {
  background-image: url("/images/hero-04-min.png"); }

.lm-slide-05 {
  background-image: url("/images/hero-08-min.jpg"); }

.lm-slide-06 {
  background-image: url("/images/hero-11-min.jpg"); }

.section-01 .lm-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.section-01 .loader-mask {
  position: absolute;
  background: black;
  z-index: 9; }
  .gifFinished .section-01 .loader-mask {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 3s ease-in;
    transition: all 3s ease-in; }

.section-01 .social-icons {
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 9; }

.section-01 .scroll-down {
  position: absolute;
  bottom: 35px;
  right: 80px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  z-index: 9;
  cursor: pointer; }
  .section-01 .scroll-down img {
    padding-left: 5px; }

.hero-logo {
  width: 250px;
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

/*--- ABOUT ---*/
#about .lm-row-1 .large-text {
  font-size: 31px;
  text-align: justify; }

.section-02 .lm-row-wrapper-1 .lm-row-1 {
  margin-top: 80px; }

.section-02 .lm-row-wrapper-2 {
  background-color: #999898;
  width: 85%;
  margin: 0 auto; }
  .section-02 .lm-row-wrapper-2 .lm-row-1 {
    margin: 0 auto; }
  .section-02 .lm-row-wrapper-2 p {
    color: #fff;
    max-width: 1080px;
    margin: 0 auto;
    text-align: justify;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: 90px 0; }

.expand {
  width: 100%;
  max-width: none;
  overflow: auto;
  margin: 0 auto;
  padding-right: 80px;
  padding-bottom: 15px; }

.fr {
  float: right; }

.more-button {
  float: right;
  padding-right: 5px; }

#more-about {
  width: 85%;
  max-width: none;
  border-top: 1px solid #999898;
  border-bottom: 1px solid #999898; }
  #more-about h2, #more-about h3, #more-about p {
    margin: 0; }
  #more-about h2, #more-about h3 {
    font-family: "acumin-pro-condensed", sans-serif; }
  #more-about h2 {
    font-weight: 200;
    line-height: 1; }
  #more-about h3 {
    font-weight: 300;
    font-size: 26px;
    line-height: 1.3; }
  #more-about p {
    font-weight: 300; }
  #more-about.lm-row-3 {
    width: 85%;
    margin: 0 auto 60px;
    padding: 80px 0; }
  #more-about .about-flex {
    max-width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #more-about .lm-col-01 {
    width: 20%;
    text-align: center; }
  #more-about .lm-col-02 {
    width: 80%; }

#films {
  padding-top: 10px; }
  #films .lm-row-1 {
    margin-top: 0; }

#films .lm-row, #branding .lm-row {
  max-width: 1220px; }

#films h1, #branding h1 {
  font-weight: 500; }

#films .film-item, #films .video-item, #branding .film-item, #branding .video-item {
  margin: 15px; }
  #films .film-item:hover .play-cnt, #films .video-item:hover .play-cnt, #branding .film-item:hover .play-cnt, #branding .video-item:hover .play-cnt {
    background-color: rgba(153, 152, 152, 0.8);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  #films .film-item:hover .carousel-img, #films .video-item:hover .carousel-img, #branding .film-item:hover .carousel-img, #branding .video-item:hover .carousel-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  #films .film-item:hover .play-btn, #films .video-item:hover .play-btn, #branding .film-item:hover .play-btn, #branding .video-item:hover .play-btn {
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out; }
  #films .film-item.in-production:hover .play-cnt, #films .video-item.in-production:hover .play-cnt, #branding .film-item.in-production:hover .play-cnt, #branding .video-item.in-production:hover .play-cnt {
    background-color: transparent; }
  #films .film-item.in-production:hover .carousel-img, #films .video-item.in-production:hover .carousel-img, #branding .film-item.in-production:hover .carousel-img, #branding .video-item.in-production:hover .carousel-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
  #films .film-item.in-production:hover .play-btn, #films .video-item.in-production:hover .play-btn, #branding .film-item.in-production:hover .play-btn, #branding .video-item.in-production:hover .play-btn {
    opacity: 0; }
  #films .film-item .carousel-img, #films .video-item .carousel-img, #branding .film-item .carousel-img, #branding .video-item .carousel-img {
    width: 100%;
    display: block;
    margin-bottom: 15px; }
  #films .film-item h2, #films .film-item h3, #films .video-item h2, #films .video-item h3, #branding .film-item h2, #branding .film-item h3, #branding .video-item h2, #branding .video-item h3 {
    font-size: 16px;
    text-align: center;
    line-height: 1.2; }
  #films .film-item h2, #films .video-item h2, #branding .film-item h2, #branding .video-item h2 {
    margin: 0;
    margin-bottom: 5px;
    font-weight: 700; }
    #films .film-item h2 span, #films .video-item h2 span, #branding .film-item h2 span, #branding .video-item h2 span {
      font-size: 13px; }
  #films .film-item h3, #films .video-item h3, #branding .film-item h3, #branding .video-item h3 {
    font-family: "acumin-pro-condensed", sans-serif;
    font-weight: 200;
    margin: 0; }
  #films .film-item a, #films .video-item a, #branding .film-item a, #branding .video-item a {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit; }
    #films .film-item a .play-cnt, #films .video-item a .play-cnt, #branding .film-item a .play-cnt, #branding .video-item a .play-cnt {
      position: absolute;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(153, 152, 152, 0);
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
    #films .film-item a .play-btn, #films .video-item a .play-btn, #branding .film-item a .play-btn, #branding .video-item a .play-btn {
      width: 60px;
      opacity: 0;
      -webkit-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out; }

#branding .lm-row-1 {
  padding: 20px 0 50px;
  border-top: 1px solid #999898;
  border-bottom: 1px solid #999898; }

#my-map {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px auto;
  width: 85%;
  max-width: 1220px; }
  #my-map .map-cnt {
    width: 65%;
    height: 370px; }
  #my-map .lm-row-1 {
    width: 35%;
    padding: 0 0 0 75px;
    margin: 0; }
  #my-map .contact-item-1 {
    width: 120px;
    display: block;
    margin-bottom: 10px; }
  #my-map .contact-item {
    display: block; }

#player.player .vp-player-layout {
  width: 100% !important;
  left: 0 !important; }

/*--- FILMS PAGE ---*/
.film-wrapper {
  background-color: #fff; }

.films-page {
  background-color: #fff; }
  .films-page .lm-row {
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
  .films-page .video-padding {
    margin-top: 25px; }
  .films-page .video-iframe {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin-bottom: 1.4em; }
    .films-page .video-iframe iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .films-page a {
    text-decoration: none; }
  .films-page .video-details {
    padding: 0 50px 15px;
    text-align: left; }
    .films-page .video-details p {
      text-align: justify;
      font-size: 14px; }
    .films-page .video-details h2, .films-page .video-details h3 {
      font-size: 18px;
      line-height: 1.2; }
    .films-page .video-details h2 {
      margin: 0;
      margin-bottom: 5px;
      font-weight: 700; }
      .films-page .video-details h2 span {
        font-size: 13px; }
    .films-page .video-details h3 {
      font-family: "acumin-pro-condensed", sans-serif;
      font-weight: 200;
      margin: 0; }

/*--- BLOG ---*/
.blog #main-content {
  padding-bottom: 500px !important; }

.blog header, .single-post header {
  background-color: #999898; }

.blog .nav li, .single-post .nav li {
  margin-bottom: 0;
  line-height: 1.5; }

.container {
  max-width: 1220px; }

body.et_extra {
  background-color: #f5f5f5; }

#main-content {
  padding: 120px 0 40px; }

.read-more-button {
  letter-spacing: 1px;
  font-size: 12px !important; }

.et_pb_widget .widgettitle {
  background: #6b6b6b; }

.et_pb_widget a:visited {
  color: #666; }

.post-content h2 a, .et_pb_widget li a:hover, .comment-reply-title {
  color: #545454 !important; }

.post-content h2 a {
  font-size: 16px;
  font-weight: 400; }

.paginated .pagination li.active,
.archive-pagination .pagination li.active,
.paginated > .page-numbers li.active,
.archive-pagination > .page-numbers li.active,
.archive-pagination > .page-numbers li > .page-numbers.current {
  background: #BCD2E2 !important;
  font-weight: 600; }

.archive-pagination > .page-numbers li a {
  font-weight: 600; }

.et_pb_extra_module {
  border-top: none !important;
  box-shadow: none; }

/*--- MY SIMPLE BLOG ---*/
.blog-hdr, .search-results h1, .archive h1 {
  color: #EB724E; }

h1.blog-hdr {
  font-size: 47px;
  padding-bottom: 0; }

h2.blog-hdr {
  padding-bottom: 33px;
  font-size: 18px; }

.blog-hdr-cnt.slideInLeft {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.input, .textarea, input, input[type=text], input[type=password], input[type=email], input[type=search], select, textarea {
  border-radius: 2px !important; }

.my-blog article, .search-results article, .archive article {
  margin-bottom: 23px;
  background-color: #fff;
  border-bottom: none !important;
  border-radius: 2px !important; }

.my-blog .paginated_page, .search-results .paginated_page, .archive .paginated_page {
  background-color: #f5f5f5; }

.read-more-button {
  background-color: #f5f5f5 !important;
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 2px;
  margin-bottom: 10px; }

.read-more-button, .posts-blog-feed-module ul.page-numbers, .posts-blog-feed-module .pagination,
.post-nav .nav-links, .comment-form {
  font-size: 15px; }

ul.pagination {
  background-color: #f5f5f5 !important; }

.pagination li {
  background-color: #fff !important; }

.post-module {
  background-color: #f5f5f5; }

/*--- POSTS ---*/
.et_extra_other_module.author-box.vcard, .et_extra_other_module.related-posts {
  display: none; }

#comment-wrap {
  padding-top: 15px; }

/*-- SEARCH RESULTS PAGE ---*/
.search-results .rating-stars {
  display: none; }

.search-results h1, .archive h1 {
  padding: 15px 0 25px; }

/*--- WIDGETS ---*/
.et_pb_widget {
  box-shadow: none !important;
  border-radius: 2px !important; }

.et_pb_widget .widgettitle {
  font-size: 15px; }

.widget_search form {
  font-size: 15px; }

#text-2.widget_text p {
  font-size: 16px;
  padding-top: 10px; }

.jetpack_subscription_widget input {
  font-size: 15px; }

.jetpack_subscription_widget p {
  font-size: 16px; }

.jetpack_subscription_widget form {
  padding: 20px; }

.jetpack_subscription_widget #subscribe-email {
  margin: 15px 0; }

.widget_archive select {
  height: 42px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6); }

.jetpack_subscription_widget .required {
  background-color: rgba(243, 243, 243, 0);
  border: 1px solid #DDDDDD; }

.postid-1730 .lm-featured, .postid-1730 .lm-featured-mobile,
.postid-85 .lm-featured, .postid-85 .lm-featured-mobile {
  display: none; }

table.lm-featured.blog-featured th:first-of-type {
  background-color: #eb724e; }

table.lm-featured.blog-featured th:first-of-type a {
  color: #fff; }

.lm-featured {
  line-height: 1.3; }

.lm-featured tbody, .lm-featured tr, .lm-featured th {
  vertical-align: middle; }

/*--- FOOTER ---*/
footer#main-footer {
  background: #000; }

.footer-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 85%;
  max-width: 1350px;
  margin: 0 auto; }
  .footer-strip p {
    font-family: "acumin-pro-condensed", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 18px 0;
    margin: 1rem 0;
    font-weight: 300;
    letter-spacing: 1px; }
    .footer-strip p span:last-of-type {
      margin-left: 30px; }

@media only screen and (max-width: 1300px) {
  .section-02 .lm-row-wrapper-2 {
    width: 100%; }
  footer#main-footer .footer-item-02 {
    flex-basis: auto; } }

@media only screen and (max-width: 1200px) {
  footer#main-footer .footer-item-01 {
    display: none; } }

@media only screen and (max-width: 1024px) {
  .scroll-down {
    display: none; }
  .section-02 .lm-row-wrapper-2 p {
    -webkit-columns: inherit;
    -moz-columns: inherit;
    columns: inherit; } }

@media only screen and (max-width: 980px) {
  #about .lm-row-1 .large-text {
    font-size: 28px;
    text-align: left; }
  #more-about .about-flex {
    display: block; }
    #more-about .about-flex .lm-col {
      width: 100%;
      text-align: left; }
    #more-about .about-flex .lm-col-01 {
      margin-bottom: 15px; }
    #more-about .about-flex .lm-col-02 {
      text-align: justify; }
  #my-map .map-cnt {
    width: 100%; }
  #my-map .contact-item-1 {
    margin: 0 auto; }
  #my-map .lm-row-1 {
    width: 100%;
    padding: 40px 0 0;
    text-align: center; } }

@media only screen and (max-width: 700px) {
  #about .lm-row-1 .large-text {
    font-size: 25px;
    text-align: left; }
  .mobile-only {
    display: block; }
  .desktop-only {
    display: none; }
  .expand {
    padding-right: 20px; }
  .play-cnt {
    display: none !important; }
  .watch-btn {
    display: block; }
  header .nav-wrapper {
    width: 100%; }
  header .logo-top-cnt {
    left: 25px; }
  header .nav {
    padding: 0 !important;
    height: 55px; }
  header .nav li {
    display: none; }
  .lm-slide-01 {
    background-image: url("/images/hero-mobile-min.jpg"); }
  .lm-slide-02, .lm-slide-03, .lm-slide-04, .lm-slide-05 {
    display: none !important; }
  .gifFinished .section-01 .loader-mask {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 3s ease-in 0.5s;
    transition: all 3s ease-in 0.5s; }
  .section-01 .social-icons {
    left: 15px; }
  #more-about .about-flex .lm-col-02 {
    text-align: left; }
  .section-02 .lm-row-wrapper-2 .lm-row-1 p {
    text-align: left; }
  #films .owl-pagination .owl-page {
    display: none; }
  #films .owl-pagination .owl-page:nth-child(1),
  #films .owl-pagination .owl-page:nth-child(2),
  #films .owl-pagination .owl-page:nth-child(3),
  #films .owl-pagination .owl-page:nth-child(4),
  #films .owl-pagination .owl-page:nth-child(5) {
    display: inline-block !important; }
  .film-item:hover .carousel-img, .video-item:hover .carousel-img {
    -webkit-filter: grayscale(0%) !important;
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%) !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .lm-row-wrapper-2 .mobile-only {
    width: 100%;
    padding: 60px 0; }
    .lm-row-wrapper-2 .mobile-only p {
      padding: 15px 0; }
  .mobile-nav {
    display: block; }
  #my-map .lm-row-1 {
    padding-top: 80px; }
  .footer-strip {
    display: block;
    padding-bottom: 30px; }
    .footer-strip p {
      margin-bottom: 0; }
    .footer-strip span {
      display: block;
      margin-left: 0 !important; }
    .footer-strip .social-icons {
      width: 100%;
      justify-content: flex-start; }
      .footer-strip .social-icons img {
        margin: 0;
        margin-right: 20px; } }

@media only screen and (max-width: 350px) {
  .owl-pagination .owl-page span {
    width: 10px !important;
    height: 10px !important;
    margin: 5px !important; } }
