* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Avenir-Black'; }

*:focus {
  outline: none; }

a img {
  border: none; }

/* Z indexes

40 - mobile-nav
20 - gallery-overlay, map-overlay

*/
@font-face {
  font-family: Avenir-Medium;
  src: url("../fonts/Avenir-Medium.woff2") format("woff2"), url("../fonts/Avenir-Medium.woff") format("woff"), url("../fonts/Avenir-Medium.ttf") format("truetype");
  font-weight: normal; }
@font-face {
  font-family: Avenir-Black;
  src: url("../fonts/Avenir-Black.woff2") format("woff2"), url("../fonts/Avenir-Black.woff") format("woff"), url("../fonts/Avenir-Black.ttf") format("truetype");
  font-weight: normal; }
@font-face {
  font-family: AvenirNext-Medium;
  src: url("../fonts/AvenirNext-Medium.woff2") format("woff2"), url("../fonts/AvenirNext-Medium.woff") format("woff"), url("../fonts/AvenirNext-Medium.ttf") format("truetype");
  font-weight: normal; }
@font-face {
  font-family: AvenirNext-Regular;
  src: url("../fonts/AvenirNext-Regular.woff2") format("woff2"), url("../fonts/AvenirNext-Regular.woff") format("woff"), url("../fonts/AvenirNext-Regular.ttf") format("truetype");
  font-weight: normal; }
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: Avenir-Black;
  letter-spacing: 0px;
  font-weight: 100; }

h1 {
  font-size: 75px;
  line-height: 84px; }

h2 {
  font-size: 35px; }

h3 {
  font-size: 25px; }

h4 {
  font-size: 16px;
  text-transform: uppercase; }

p {
  font-family: AvenirNext-Regular;
  font-size: 14px;
  margin: 15px 0;
  color: #2e2a2a; }

ul, li, input, textarea {
  font-family: AvenirNext-Regular; }

a {
  color: #E4000F;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

hr {
  width: 100%;
  border: none;
  background: #cccccc;
  height: 1px; }
  hr.thick {
    background: #222222;
    height: 4px; }

.blue {
  color: #E4000F; }

.blue-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #E4000F;
  border-radius: 100%; }

.btn {
  display: inline-block;
  background: #E4000F;
  width: 200px;
  padding: 15px 0;
  border: 2px solid #E4000F;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: Avenir-Black;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s all;
  -webkit-transition: 0.3s all; }
  .btn:hover {
    text-decoration: none;
    background: none;
    color: #fff; }
  .btn.btn-clear {
    background: none;
    color: #E4000F; }
    .btn.btn-clear:hover {
      background: #E4000F;
      color: #fff; }
  .btn.btn-white {
    background: none;
    border: 2px solid #fff; }
    .btn.btn-white:hover {
      background: #fff;
      color: #222222; }

.container {
  width: 100%;
  max-width: 1142px;
  margin: 0 auto; }

#home .banner {
  text-align: center;
  padding: 12px 8px;
  color: #fff;
  background-color: #E4000F; }

#home .banner p {
  margin: 0; }

#home .banner a {
  color: #fff;
  font-size: 16px; }

#led .splash-box {
  height: 450px;
  background-color: #000; }
#led .splash-box img {
  max-width: 400px;
  height: auto;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
#led .splash-box .bg {
  background-position: bottom; }
#led .splash-box h1 {
  margin-top: 170px; }
#led .about-body {
  background: #f9f9f9;
  overflow: auto; }
#led .about-body .about-text {
  background: #333;
  width: 66.66666%;
  padding: 50px;
  float: left;
  border-right: 1px solid #e0e0e0; }
#led .about-body .about-text h2 {
  color: #eee; }
#led .about-body .about-text p {
  font-size: 16px;
  color: #eee; }
#led .about-body .about-text .btn {
  font-size: 14px;
  margin-top: 30px;
  margin-right: 30px; }
#led .about-body .clients-column {
  position: relative;
  background: #f9f9f9;
  width: 33.33333%;
  height: 100%;
  padding: 50px;
  float: left; }
#led .about-body .clients-column ul {
  list-style: none; }
#led .about-body .clients-column ul li {
  margin: 15px 0; }
#led .about-body .clients-column .blue-dot {
  position: absolute;
  top: 50%;
  left: -5px; }
#led .title {
  padding: 15px 50px;
  background: #222222;
  color: #fff;
  font-family: Avenir-Black;
  font-size: 16px;
  text-transform: uppercase; }
#led .fullWidth {
  width: 100% !important; }

@media (max-width: 786px) {
  #led .splash-box {
    height: 400px;
    padding-bottom: 80px; }
  #led .splash-box h1 {
    margin-top: 100px; } }
@media (max-width: 760px) {
  #led .about-body {
    height: auto;
    overflow: auto; }
  #led .about-body .clients-column {
    display: none; }
  #led .about-body .clients-column .blue-dot {
    display: none; }
  #led .about-body .about-text {
    width: 100%; } }
@media (max-width: 760px) {
  #led .splash-box img {
    max-width: 250px; } }
header {
  background: #2e2a2a;
  width: 100%;
  height: 80px;
  margin-bottom: 30px; }
  header #skylite-logo {
    position: relative;
    display: inline-block; }
    header #skylite-logo img {
      width: auto;
      height: 50px;
      margin-top: 14px;
      border: none; }
    header #skylite-logo .blue-dot {
      position: absolute;
      transform: translateY(-8px);
      -webkit-transform: translateY(-8px);
      top: -8px;
      left: 78px;
      width: 6px;
      height: 6px;
      transition: transform 750ms 900ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -webkit-transition: transform 750ms 900ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    header #skylite-logo.loaded .blue-dot {
      top: 0;
      transform: translateY(19px);
      -webkit-transform: translateY(19px); }
  header nav {
    float: right; }
    header nav a {
      color: #fff;
      font-family: Avenir-Black;
      text-transform: uppercase;
      display: inline-block;
      padding: 30px 30px 0;
      height: 80px; }
      header nav a.active {
        background: #E4000F; }
        header nav a.active:hover {
          color: #fff; }
      header nav a:hover {
        text-decoration: none;
        color: #E4000F; }

.mobile-nav .hamburger {
  display: none;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 20px;
  z-index: 41;
  transition: 0.3s all;
  -webkit-transition: 0.3s all; }
  .mobile-nav .hamburger .filling {
    width: 30px;
    height: 4px;
    background: #fff;
    margin: 6px auto;
    transition: 0.3s opacity;
    -webkit-transition: 0.3s opacity; }
.mobile-nav .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 40;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
  -webkit-transition: 0.3s all; }
  .mobile-nav .overlay a {
    display: block;
    color: #fff;
    margin: 40px 0;
    font-size: 24px; }
    .mobile-nav .overlay a:active {
      color: #E4000F; }
.mobile-nav.open .overlay {
  visibility: visible;
  opacity: 1; }
.mobile-nav.open .hamburger .f1 {
  animation-name: f1;
  animation-duration: 1s;
  animation-fill-mode: forwards; }
.mobile-nav.open .hamburger .f2 {
  opacity: 0; }
.mobile-nav.open .hamburger .f3 {
  animation-name: f3;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes f1 {
  0% {
    transform: translate3d(0, 0px, 0) rotate(0deg); }
  50% {
    transform: translate3d(0, 10px, 0) rotate(0deg); }
  100% {
    transform: translate3d(0, 10px, 0) rotate(45deg); } }
@keyframes f3 {
  0% {
    transform: translate3d(0, 0px, 0) rotate(0deg); }
  50% {
    transform: translate3d(0, -10px, 0) rotate(0deg); }
  100% {
    transform: translate3d(0, -10px, 0) rotate(-45deg); } }
@media (max-width: 1142px) {
  header #skylite-logo {
    margin-left: 15px; } }
@media (max-width: 1085px) {
  header {
    margin-bottom: 0px; }
    header nav {
      display: none; }

  .mobile-nav .hamburger {
    display: block; } }
.splash-box {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 550px;
  padding: 0 80px;
  overflow: hidden; }
  .splash-box .bg {
    position: absolute;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
    transition: 1.5s all;
    -webkit-transition: 1.5s all;
    transition-delay: 1s;
    -webkit-transition-delay: 1s; }
  .splash-box h1 {
    color: #fff;
    margin: 110px 0 50px;
    position: relative;
    opacity: 0;
    line-height: 100px;
    z-index: 2;
    text-shadow: 0 0 5px #222222;
    text-transform: lowercase;
    transition: 1.5s transform, 1.5s opacity;
    -webkit-transition: 1.5s transform, 1.5s opacity;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transform: translate(100px, 0);
    -webkit-transform: translate(100px, 0); }
    .splash-box h1 span.i {
      position: relative;
      display: inline;
      vertical-align: bottom; }
      .splash-box h1 span.i:before {
        position: absolute;
        width: 100%;
        height: 35%;
        top: 0;
        left: 0;
        color: #E4000F;
        content: 'i';
        overflow: hidden; }
    .splash-box h1.line-1 {
      margin-bottom: 0px; }
    .splash-box h1.line-2 {
      margin-top: 0px !important;
      margin-bottom: 50px;
      transition-delay: 1.3s;
      -webkit-transition-delay: 1.3s; }
  .splash-box .dot1, .splash-box .dot2, .splash-box .dot3 {
    display: inline-block;
    transform: translate(30px, 0);
    opacity: 0;
    transition: 0.3s transform, 0.3s opacity;
    -webkit-transition: 0.3s all; }
  .splash-box .dot1 {
    transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s; }
  .splash-box .dot2 {
    transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s; }
  .splash-box .dot3 {
    transition-delay: 1.9s;
    -webkit-transition-delay: 1.9s; }
  .splash-box .line-2 .dot1 {
    transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s; }
  .splash-box .line-2 .dot2 {
    transition-delay: 1.9s;
    -webkit-transition-delay: 1.9s; }
  .splash-box .line-2 .dot3 {
    transition-delay: 2.2s;
    -webkit-transition-delay: 2.2s; }
  .splash-box p {
    width: 100%;
    max-width: 580px;
    font-family: Avenir-Medium;
    color: #fff;
    font-size: 25px;
    position: relative;
    opacity: 0;
    z-index: 2;
    text-shadow: 0 0 5px #222222;
    transition: 1.5s all;
    -webkit-transition: 1.5s all;
    transform: translate(100px, 0);
    -webkit-transform: translate(100px, 0);
    transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s; }
  .splash-box .social-media {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 156px;
    height: 50px;
    z-index: 2; }
    .splash-box .social-media .icon-con {
      float: left;
      background: #E4000F;
      width: 50px;
      height: 50px;
      margin-left: 2px;
      transition: 0.3s all;
      -webkit-transition: 0.3s all;
      transform: translate(0, 100%);
      -webkit-transform: translate(0, 100%); }
      .splash-box .social-media .icon-con .icon {
        background: url(../img/social-icons.png) no-repeat;
        background-position: 0 0;
        background-size: auto 25px;
        width: 25px;
        height: 25px; }
      .splash-box .social-media .icon-con.linkedin .icon {
        background-position: -50px 0;
        margin: 14px 0 0 13px; }
      .splash-box .social-media .icon-con.instagram .icon {
        background-position: -25px 0;
        margin: 15px 0 0 13px; }
      .splash-box .social-media .icon-con.facebook .icon {
        background-position: 0 0;
        margin: 14px 0 0 11px; }
  .splash-box.animate .bg {
    opacity: 0.6; }
  .splash-box.animate h1, .splash-box.animate p {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0); }
  .splash-box.animate .dot1, .splash-box.animate .dot2, .splash-box.animate .dot3 {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1; }
  .splash-box.animate .social-media .icon-con {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
    .splash-box.animate .social-media .icon-con.facebook {
      transition-delay: 1s;
      -webkit-transition-delay: 1s; }
    .splash-box.animate .social-media .icon-con.linkedin {
      transition-delay: 1.6s;
      -webkit-transition-delay: 1.6s; }
    .splash-box.animate .social-media .icon-con.instagram {
      transition-delay: 1.3s;
      -webkit-transition-delay: 1.3s; }

@media (max-width: 768px) {
  .splash-box {
    padding: 0 50px 0;
    height: auto; }
    .splash-box h1 {
      margin: 60px 0 50px;
      font-size: 54px;
      line-height: 68px; }
    .splash-box p {
      font-size: 20px; } }
@media (max-width: 500px) {
  .splash-box {
    padding: 0 30px; }
    .splash-box h1 {
      font-size: 36px;
      margin: 60px 0 40px;
      line-height: 52px; } }
.slick-dots {
  top: 480px;
  left: 0px;
  z-index: 5 !important; }
  .slick-dots button {
    display: block;
    padding: 0;
    background-color: white !important;
    border: none;
    border-radius: 100%;
    text-indent: -9999px; }
  .slick-dots li.slick-active button {
    background-color: red  !important; }

.home-carousel {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 550px !important;
  padding: 0 80px;
  overflow: hidden;
  transition-duration: 0.5s; }
  .home-carousel .bg {
    position: absolute;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: 1; }
  .home-carousel h1 {
    position: relative;
    z-index: 2 !important;
    color: #fff;
    margin-top: 50px; }
  .home-carousel p {
    width: 100%;
    max-width: 580px;
    font-family: Avenir-Medium;
    color: #fff;
    font-size: 25px;
    position: relative;
    opacity: 1;
    z-index: 2 !important;
    text-shadow: 0 0 5px #222222; }
  .home-carousel .btn {
    position: relative;
    z-index: 2 !important;
    margin-top: 50px; }

@media (max-width: 768px) {
  .home-carousel {
    padding: 0 50px 0;
    height: auto; }
    .home-carousel h1 {
      margin: 60px 0 50px;
      font-size: 54px;
      line-height: 68px; }
    .home-carousel p {
      font-size: 20px; } }
@media (max-width: 500px) {
  .home-carousel {
    padding: 0 30px; }
    .home-carousel h1 {
      font-size: 36px;
      margin: 60px 0 40px;
      line-height: 52px; } }
html, body {
  background: #e6e6e6;
  width: 100%;
  height: 100%; }

#home .splash-box h1 {
  margin-top: 150px; }
#home .sub-points {
  position: relative; }
  #home .sub-points .plus {
    color: #fff;
    font-size: 75px;
    font-family: Avenir-Black;
    position: absolute;
    top: 51px;
    right: 33%;
    margin-right: -20px;
    z-index: 3; }
  #home .sub-points .point {
    position: relative;
    display: block;
    width: 33.33333%;
    height: 210px;
    background: #fff;
    float: left;
    overflow: hidden;
    color: #222222;
    text-decoration: none; }
    #home .sub-points .point h2 {
      position: relative;
      margin-top: 80px;
      text-align: center;
      z-index: 2; }
    #home .sub-points .point .image {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background-size: cover;
      background-position: center;
      transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    #home .sub-points .point.with-bg {
      color: #fff; }
      #home .sub-points .point.with-bg .border {
        border: 3px solid #fff; }
      #home .sub-points .point.with-bg h2 {
        color: #fff; }
    #home .sub-points .point:hover .image {
      transform: scale(1.3);
      -webkit-transform: scale(1.3); }
    #home .sub-points .point:hover .border {
      transform: scale(1);
      -webkit-transform: scale(1); }
#home .home-grid {
  width: 100%;
  overflow: auto; }
  #home .home-grid .gallery-grid, #home .home-grid .recent-gallery {
    width: 50%;
    float: left;
    height: 570px; }
  #home .home-grid .gallery-grid a {
    position: relative;
    background-color: #000;
    display: block;
    width: 50%;
    height: 50%;
    float: left;
    color: #ffd617;
    font-size: 100px;
    padding-top: 75px;
    text-align: center;
    font-family: Avenir-Black;
    overflow: hidden; }
    #home .home-grid .gallery-grid a .image {
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    #home .home-grid .gallery-grid a:hover .image {
      transform: scale(1.2);
      -webkit-transform: scale(1.2); }
  #home .home-grid .recent-gallery {
    background: url(../img/skylight-photo-7.jpg);
    background-size: cover;
    padding: 10px; }
    #home .home-grid .recent-gallery .overlay {
      width: 100%;
      height: 100%;
      background: rgba(34, 34, 34, 0.8);
      text-align: center;
      overflow: auto; }
      #home .home-grid .recent-gallery .overlay h2, #home .home-grid .recent-gallery .overlay h4 {
        color: #fff; }
      #home .home-grid .recent-gallery .overlay h4 {
        margin: 160px 0 20px; }
      #home .home-grid .recent-gallery .overlay h2 {
        margin: 20px 0 40px; }
#home .video {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  -webkit-transition: 0.3s all; }
  #home .video.open {
    visibility: visible;
    opacity: 1; }
  #home .video video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 800px;
    height: auto; }
  #home .video .close-video {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 34px;
    height: 34px;
    background: url(../img/icons/close.png) no-repeat;
    cursor: pointer; }
#home .page-break {
  width: 100%;
  height: 90px;
  text-align: center;
  margin-top: 87px; }
  #home .page-break a {
    color: #222222;
    text-transform: uppercase;
    font-family: Avenir-Black;
    font-size: 13px; }
#home .news-snippet {
  background: #fff;
  overflow: auto; }
  #home .news-snippet article {
    width: 50%;
    float: left;
    height: 290px;
    padding: 50px 60px 0 60px;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6; }
    #home .news-snippet article .read-more {
      font-size: 14px;
      font-family: Avenir-Black;
      text-transform: uppercase; }
    #home .news-snippet article h2 {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      #home .news-snippet article h2 a {
        color: #222222; }
        #home .news-snippet article h2 a:hover {
          color: #E4000F;
          text-decoration: none; }
    #home .news-snippet article:nth-child(2) {
      border-right: none; }
    #home .news-snippet article:nth-child(3) {
      border-bottom: none; }
    #home .news-snippet article:nth-child(4) {
      border: none; }
#home .contact-details {
  background: #fff;
  background-image: url(../img/wire-map.png); }

@media (max-width: 900px) {
  #home .splash-box h1 {
    margin-top: 90px; }
  #home .sub-points .point {
    width: 100%;
    height: 175px; }
    #home .sub-points .point h2 {
      margin-top: 70px; }
  #home .sub-points .plus {
    top: 298px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px; }
  #home .home-grid .gallery-grid {
    display: none; }
  #home .home-grid .recent-gallery {
    width: 100%;
    height: 370px; }
    #home .home-grid .recent-gallery .overlay h4 {
      margin: 60px 0 20px; } }
@media (max-width: 786px) {
  #home .splash-box {
    height: auto;
    padding-bottom: 100px; }
  #home .news-snippet article {
    width: 100%;
    height: 250px; } }
@media (max-width: 425px) {
  #home .splash-box h1 {
    margin-top: 90px; }
  #home .news-snippet article {
    padding: 40px;
    height: auto; }
    #home .news-snippet article h4 {
      font-size: 12px; }
    #home .news-snippet article h2 {
      font-size: 26px;
      overflow: visible;
      white-space: normal; } }
#about .splash-box {
  height: 450px; }
  #about .splash-box .bg {
    background-position: bottom; }
  #about .splash-box h1 {
    margin-top: 170px; }
#about .about-body {
  background: #f9f9f9;
  overflow: auto; }
  #about .about-body .about-text {
    background: #fff;
    width: 66.66666%;
    padding: 50px;
    float: left;
    border-right: 1px solid #e0e0e0; }
    #about .about-body .about-text p {
      font-size: 16px;
      color: #2e2a2a; }
    #about .about-body .about-text .btn {
      font-size: 14px;
      margin-top: 30px;
      margin-right: 30px; }
  #about .about-body .clients-column {
    position: relative;
    background: #f9f9f9;
    width: 33.33333%;
    height: 100%;
    padding: 50px;
    float: left; }
    #about .about-body .clients-column ul {
      list-style: none; }
      #about .about-body .clients-column ul li {
        margin: 15px 0; }
    #about .about-body .clients-column .blue-dot {
      position: absolute;
      top: 50%;
      left: -5px; }

@media (max-width: 786px) {
  #about .splash-box {
    height: auto;
    padding-bottom: 80px; }
    #about .splash-box h1 {
      margin-top: 100px; } }
@media (max-width: 760px) {
  #about .about-body {
    height: auto;
    overflow: auto; }
    #about .about-body .clients-column {
      display: none; }
      #about .about-body .clients-column .blue-dot {
        display: none; }
    #about .about-body .about-text {
      width: 100%; } }
#products .splash-box {
  height: 380px; }
  #products .splash-box .bg {
    background-position: center; }
#products .mobile-filter-button {
  display: none;
  transition: 0.3s all;
  -webkit-transition: 0.3s all; }
#products .products-body {
  background: #fff;
  overflow: auto; }
  #products .products-body .products-filter {
    background: #fefefe;
    width: 20%;
    float: left;
    border-right: 1px solid #e6e6e6; }
    #products .products-body .products-filter .filter-title {
      width: 100%;
      background: #E4000F;
      color: #fff;
      padding: 10px 40px; }
      #products .products-body .products-filter .filter-title:first-child {
        width: calc(100% + 1px); }
      #products .products-body .products-filter .filter-title.sub {
        background: #dfdfdf;
        color: #2e2a2a;
        font-family: Avenir-Medium;
        font-size: 15px; }
    #products .products-body .products-filter .input-group {
      padding: 10px 40px;
      border-bottom: 1px solid #e6e6e6; }
      #products .products-body .products-filter .input-group label {
        font-family: AvenirNext-Regular;
        font-size: 14px; }
      #products .products-body .products-filter .input-group input[type="checkbox"] {
        position: relative;
        -webkit-appearance: none;
        border-radius: 100%;
        border: 1px solid #7b7b7b;
        width: 16px;
        height: 16px;
        vertical-align: middle;
        margin-right: 5px; }
      #products .products-body .products-filter .input-group input[type="checkbox"]:checked:before {
        content: '';
        width: 10px;
        height: 10px;
        background: #019fce;
        border-radius: 100%;
        position: absolute;
        top: 2px;
        left: 2px; }
  #products .products-body .products-list {
    background: #fff;
    width: 80%;
    float: left;
    padding-bottom: 20px; }
    #products .products-body .products-list .list-title {
      background: #222222;
      padding: 10px 30px;
      color: #fff;
      text-transform: capitalize; }
    #products .products-body .products-list .products .product {
      position: relative;
      background: #222222;
      background-size: cover;
      background-position: center;
      width: 30%;
      height: 200px;
      margin: 20px 0 0 2.5%;
      float: left;
      overflow: hidden;
      cursor: pointer; }
      #products .products-body .products-list .products .product:hover .sales {
        background: #E4000F;
        color: #fff; }
      #products .products-body .products-list .products .product:hover .title {
        bottom: 35px; }
      #products .products-body .products-list .products .product:hover .more {
        bottom: 0px; }
      #products .products-body .products-list .products .product .title {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.8) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.8) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.8) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        width: 100%;
        position: absolute;
        bottom: 0px;
        color: #fff;
        padding: 10px 20px 10px 40px;
        font-size: 24px;
        text-shadow: 0 0 5px #222222;
        transition: 0.3s all;
        -webkit-transition: 0.3s all; }
      #products .products-body .products-list .products .product .more {
        background: #E4000F;
        width: 100%;
        height: 35px;
        position: absolute;
        left: 0;
        bottom: -35px;
        color: #fff;
        padding: 6px 0 0 40px;
        transition: 0.3s all;
        -webkit-transition: 0.3s all; }

@media (max-width: 1040px) {
  #products .splash-box h1 {
    font-size: 54px; } }
@media (max-width: 900px) {
  #products .products-body .products-filter {
    width: 30%; }
  #products .products-body .products-list {
    width: 70%; }
    #products .products-body .products-list .products .product {
      width: 47%;
      margin: 15px 0 0 2%; } }
@media (max-width: 768px) {
  #products .splash-box {
    height: auto;
    padding-bottom: 80px; }
    #products .splash-box h1 {
      margin: 80px 0 0; } }
@media (max-width: 630px) {
  #products .products-body .products-filter {
    width: 100%;
    display: none; }
  #products .products-body .mobile-filter-button {
    display: inline;
    float: right;
    transition: 0.5s all;
    -webkit-transition: 0.5s all; }
  #products .products-body .openfilter {
    visibility: visible;
    display: block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all; }
  #products .products-body .products-list {
    width: 100%; }
    #products .products-body .products-list .products .product .title {
      padding: 10px 20px; } }
@media (max-width: 500px) {
  #products .splash-box h1 {
    font-size: 32px; }
  #products .products-body .products-list .products .product .title {
    font-size: 18px; } }
#product-entry .splash-box {
  height: 300px; }
#product-entry .product-container {
  background: #f9f9f9;
  overflow: auto; }
  #product-entry .product-container .product-body {
    background: #fff;
    width: 66.666666%;
    border-right: 1px solid #e6e6e6;
    float: left;
    padding-bottom: 100px; }
    #product-entry .product-container .product-body .output {
      width: 100%;
      height: 50px; }
      #product-entry .product-container .product-body .output .tab {
        position: relative;
        width: 33.33333%;
        height: 50px;
        float: left;
        text-align: center;
        font-family: Avenir-Medium;
        border-bottom: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        color: #7b7b7b;
        padding-top: 14px;
        cursor: pointer; }
        #product-entry .product-container .product-body .output .tab .blue-dot {
          position: absolute;
          width: 8px;
          height: 8px;
          left: 0;
          right: 0;
          bottom: -5px;
          margin: auto;
          display: none; }
        #product-entry .product-container .product-body .output .tab.active, #product-entry .product-container .product-body .output .tab:hover {
          background: #f9f9f9; }
        #product-entry .product-container .product-body .output .tab.active .blue-dot {
          display: block; }
      #product-entry .product-container .product-body .output .tab:nth-child(3) {
        border-right: none; }
    #product-entry .product-container .product-body .product-text {
      padding: 50px; }
      #product-entry .product-container .product-body .product-text h2 {
        margin-bottom: 30px; }
      #product-entry .product-container .product-body .product-text p {
        font-size: 16px; }
      #product-entry .product-container .product-body .product-text .product-details {
        margin: 40px 0; }
        #product-entry .product-container .product-body .product-text .product-details li {
          min-height: 24px;
          list-style: none;
          font-size: 16px;
          font-family: Avenir-Black;
          color: #2e2a2a;
          margin: 20px 0;
          padding-left: 30px;
          background-size: 24px;
          background-repeat: no-repeat;
          background-position: top left; }
          #product-entry .product-container .product-body .product-text .product-details li.envelope {
            background-image: url(../img/icons/envelope-icon.png); }
          #product-entry .product-container .product-body .product-text .product-details li.flyingHeight {
            background-image: url(../img/icons/height-icon.png); }
          #product-entry .product-container .product-body .product-text .product-details li.tanksToFill {
            background-image: url(../img/icons/tank-icon.png); }
          #product-entry .product-container .product-body .product-text .product-details li.bulbCapacity {
            background-image: url(../img/icons/bulb-icon.png); }
      #product-entry .product-container .product-body .product-text .btn {
        font-size: 14px; }
  #product-entry .product-container .more-products {
    width: 33.333333%;
    float: left;
    padding: 100px 50px 0 50px; }
    #product-entry .product-container .more-products ul {
      list-style: none; }
      #product-entry .product-container .more-products ul li {
        font-size: 16px;
        font-family: Avenir-Medium;
        margin: 15px 0;
        color: #7b7b7b; }
#product-entry .title {
  width: 100%;
  padding: 12px 50px;
  background: #E4000F;
  color: #fff;
  font-family: Avenir-Medium;
  font-size: 18px; }

@media (max-width: 768px) {
  #product-entry .product-container .product-body {
    width: 100%; }
  #product-entry .product-container .more-products {
    display: none; } }
@media (max-width: 500px) {
  #product-entry .product-container .product-body .product-text {
    padding: 50px 30px; }
  #product-entry .splash-box {
    height: 215px; }
  #product-entry .gallery-grid .image {
    width: 50%;
    height: 200px; } }
.gallery-grid {
  background: #f9f9f9;
  overflow: auto; }
  .gallery-grid .image {
    position: relative;
    background-color: #222222;
    width: 33.333333%;
    height: 250px;
    float: left;
    overflow: hidden;
    cursor: pointer; }
    .gallery-grid .image .thumb {
      width: 100%;
      height: 100%;
      background-size: cover;
      transition: 0.3s all;
      -webkit-transition: 0.3s all; }
    .gallery-grid .image .hidden-thumb {
      display: none; }
    .gallery-grid .image .expand-icon {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 66px;
      height: 60px;
      background-image: url(../img/icons/expand-icon.png);
      opacity: 0;
      transition: 0.3s all;
      -webkit-transition: 0.3s all; }
    .gallery-grid .image:hover .thumb {
      -webkit-filter: blur(3px);
      -moz-filter: blur(3px);
      -o-filter: blur(3px);
      filter: blur(3px); }
    .gallery-grid .image:hover .expand-icon {
      opacity: 1; }

.gallery-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(24, 24, 24, 0.8);
  width: 100%;
  height: 100%;
  padding: 0 30px;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
  -webkit-transition: 0.3s all; }
  .gallery-overlay.open {
    visibility: visible;
    opacity: 1; }
  .gallery-overlay .gallery-container {
    max-width: 600px;
    margin: 80px auto 0;
    border: 3px solid #fff;
    z-index: 1; }
    .gallery-overlay .gallery-container img {
      max-height: 600px; }
  .gallery-overlay .gallery-controls {
    position: absolute;
    width: calc(100% - 60px);
    max-width: 600px;
    margin: 0 auto;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 2; }
    .gallery-overlay .gallery-controls .gallery-close {
      position: absolute;
      background: url(../img/icons/close.png) no-repeat;
      width: 36px;
      height: 38px;
      top: -18px;
      right: -16px; }
    .gallery-overlay .gallery-controls .slick-arrow {
      position: absolute;
      width: 36px;
      height: 38px;
      cursor: pointer;
      border: none;
      text-indent: 999px;
      overflow: hidden; }
    .gallery-overlay .gallery-controls .slick-prev {
      background: url(../img/icons/arrow-left.png) no-repeat;
      left: -16px;
      top: 200px; }
    .gallery-overlay .gallery-controls .slick-next {
      background: url(../img/icons/arrow-right.png) no-repeat;
      right: -16px;
      top: 200px; }

#clients .splash-box {
  height: 446px; }
#clients .clients-body {
  position: relative;
  background: #181818;
  overflow: auto; }
  #clients .clients-body .clients-text {
    background: #000;
    width: 66.6666%;
    border-right: 1px solid #434343;
    padding: 60px;
    float: left; }
    #clients .clients-body .clients-text h2, #clients .clients-body .clients-text p {
      color: #fff; }
    #clients .clients-body .clients-text p {
      font-size: 16px; }
  #clients .clients-body .clients-more {
    width: 33.33333%;
    padding: 60px;
    float: left; }
    #clients .clients-body .clients-more h3, #clients .clients-body .clients-more li {
      color: #fff; }
    #clients .clients-body .clients-more li {
      list-style: none;
      margin: 15px 0; }
      #clients .clients-body .clients-more li a {
        font-family: Avenir-Black;
        font-size: 13px;
        text-transform: uppercase; }
    #clients .clients-body .clients-more .blue-dot {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      left: 66.6666%;
      margin-left: -5px; }
#clients .client-lists {
  margin-top: 80px;
  overflow: auto; }
  #clients .client-lists .title {
    background: #E4000F;
    padding: 15px 50px;
    color: #fff;
    text-transform: uppercase; }
  #clients .client-lists .client-category {
    background-size: cover;
    background-position: center;
    width: 50%;
    float: left;
    height: 200px;
    cursor: pointer; }
    #clients .client-lists .client-category.tv {
      background-image: url(../img/skylight-photo-11.jpg); }
    #clients .client-lists .client-category.photography {
      background-image: url(../img/skylight-photo-12.jpg); }
    #clients .client-lists .client-category.films {
      background-image: url(../img/skylight-photo-13.jpg); }
    #clients .client-lists .client-category.gaffers {
      background-image: url(../img/skylight-photo-14.jpg); }
    #clients .client-lists .client-category.music {
      background-image: url(../img/skylight-photo-15.jpg);
      background-position: bottom; }
    #clients .client-lists .client-category.production {
      background-image: url(../img/skylight-photo-9.jpg); }
    #clients .client-lists .client-category .category-title {
      width: 280px;
      height: 60px;
      border: 3px solid #fff;
      padding: 5px;
      margin: 72px auto 0; }
      #clients .client-lists .client-category .category-title h4 {
        background: #fff;
        width: 100%;
        height: 100%;
        text-align: center;
        padding-top: 12px;
        font-size: 15px; }
    #clients .client-lists .client-category:hover .category-title {
      border: 3px solid #222222; }
      #clients .client-lists .client-category:hover .category-title h4 {
        color: #fff;
        background: #222222; }
#clients .client-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(24, 24, 24, 0.8);
  width: 100%;
  height: 100%;
  padding: 0 30px;
  overflow: scroll;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  transition: 0.6s all; }
  #clients .client-overlay.open {
    visibility: visible;
    opacity: 1;
    -webkit-overflow-scrolling: touch; }
    #clients .client-overlay.open .client-table {
      margin-top: 60px; }
  #clients .client-overlay .client-table {
    background: #fff;
    width: 100%;
    max-width: 670px;
    margin: 0px auto 30px;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.6s all cubic-bezier(0.215, 0.61, 0.355, 1); }
    #clients .client-overlay .client-table header {
      position: relative;
      background-size: cover;
      background-position: center;
      height: 160px;
      margin-bottom: 0px; }
      #clients .client-overlay .client-table header h2 {
        display: block;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 99%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 99%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 99%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        width: 100%;
        color: #fff;
        position: absolute;
        bottom: 0px;
        padding: 20px 50px; }
      #clients .client-overlay .client-table header .close {
        background: url(../img/icons/close-2.png);
        width: 57px;
        height: 57px;
        top: 10px;
        right: 10px;
        position: absolute;
        cursor: pointer; }
    #clients .client-overlay .client-table .title {
      background: #E4000F;
      padding: 10px 50px;
      color: #fff;
      text-transform: uppercase; }
    #clients .client-overlay .client-table .client-list .client-name {
      width: 50%;
      padding: 20px 0px 20px 50px;
      float: left;
      font-family: Avenir-Medium;
      font-size: 14px; }
      #clients .client-overlay .client-table .client-list .client-name:nth-child(2n+1) {
        border-right: 1px solid #ccc; }
      #clients .client-overlay .client-table .client-list .client-name:nth-child(4n+3), #clients .client-overlay .client-table .client-list .client-name:nth-child(4n+4) {
        background: #ededed; }
  #clients .client-overlay.televisionProductions .client-table header {
    background-image: url(../img/skylight-photo-11.jpg); }
  #clients .client-overlay.directorsOfPhotography .client-table header {
    background-image: url(../img/skylight-photo-12.jpg); }
  #clients .client-overlay.featureFilms .client-table header {
    background-image: url(../img/skylight-photo-13.jpg); }
  #clients .client-overlay.gaffers .client-table header {
    background-image: url(../img/skylight-photo-14.jpg); }
  #clients .client-overlay.photographicMusic .client-table header {
    background-image: url(../img/skylight-photo-15.jpg);
    background-position: bottom; }
  #clients .client-overlay.productionsCompanies .client-table header {
    background-image: url(../img/skylight-photo-9.jpg); }

@media (max-width: 768px) {
  #clients .splash-box {
    height: auto;
    padding-bottom: 100px; }
  #clients .clients-body .clients-more {
    display: none; }
  #clients .clients-body .clients-text {
    width: 100%;
    border: none; } }
@media (max-width: 710px) {
  #clients .client-lists .client-category {
    width: 100%;
    height: 160px; }
    #clients .client-lists .client-category .category-title {
      margin: 50px auto 0; }
  #clients .client-overlay .client-table header h2 {
    padding: 20px 30px; }
  #clients .client-overlay .client-table .title {
    padding: 10px 30px; }
  #clients .client-overlay .client-table .client-list .client-name {
    padding: 20px 0 20px 30px; } }
@media (max-width: 560px) {
  #clients .splash-box h1 {
    font-size: 36px;
    line-height: 52px;
    margin: 50px 0 0; } }
@media (max-width: 500px) {
  #clients .clients-body .clients-text {
    padding: 60px 30px; }
  #clients .client-overlay .client-table .client-list .client-name {
    width: 100%;
    background: #fff !important;
    border: none;
    border-bottom: 1px solid #e6e6e6; } }
@media (max-width: 360px) {
  #clients .splash-box h1 {
    font-size: 30px; }
  #clients .client-lists .client-category .category-title {
    width: 265px; }
    #clients .client-lists .client-category .category-title h4 {
      font-size: 14px; } }
#gallery-page .splash-box {
  height: 440px; }
  #gallery-page .splash-box .bg {
    opacity: 1; }
  #gallery-page .splash-box h1 {
    margin-top: 175px; }
#gallery-page .gallery-content {
  background: #fff;
  padding: 50px 80px; }
  #gallery-page .gallery-content p {
    font-size: 16px; }
#gallery-page .title {
  padding: 15px 50px;
  background: #222222;
  color: #fff;
  font-family: Avenir-Black;
  font-size: 16px;
  text-transform: uppercase; }
#gallery-page .gallery-grid {
  overflow: auto; }
  #gallery-page .gallery-grid .image {
    width: 33.333333333%;
    height: 250px;
    float: left; }
    #gallery-page .gallery-grid .image .thumb {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }

@media (max-width: 768px) {
  #gallery-page .splash-box {
    height: auto;
    padding-bottom: 80px; }
    #gallery-page .splash-box h1 {
      margin-top: 140px; }
  #gallery-page .gallery-content {
    padding: 50px; }
  #gallery-page .gallery-grid .image {
    width: 50%;
    height: 200px; } }
@media (max-width: 500px) {
  #gallery-page .splash-box h1 {
    margin-top: 100px; }
  #gallery-page .gallery-content {
    padding: 50px 30px; } }
#contact {
  background-color: #fff;
  background-image: url(../img/wire-map.png);
  background-repeat: repeat-y; }
  #contact .splash-box {
    height: 440px; }
    #contact .splash-box h1 {
      margin-top: 170px; }
  #contact .contact-form-container {
    overflow: auto; }
    #contact .contact-form-container p {
      font-size: 16px;
      text-align: center;
      padding: 0 30px;
      max-width: 680px;
      width: 100%;
      margin: 60px auto; }
    #contact .contact-form-container #contact-form {
      width: 100%;
      padding: 0 30px;
      max-width: 600px;
      margin: 60px auto; }
      #contact .contact-form-container #contact-form input, #contact .contact-form-container #contact-form textarea {
        border: 1px solid #cfcfcf;
        width: 100%;
        padding: 15px 30px;
        font-size: 16px;
        margin-bottom: 20px;
        float: left;
        -webkit-appearance: none;
        border-radius: 0px; }
        #contact .contact-form-container #contact-form input:focus, #contact .contact-form-container #contact-form textarea:focus {
          border: 1px solid #E4000F;
          -webkit-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.1); }
        #contact .contact-form-container #contact-form input.error, #contact .contact-form-container #contact-form textarea.error {
          border: 1px solid #e44040; }
      #contact .contact-form-container #contact-form #contact-email, #contact .contact-form-container #contact-form #contact-phone {
        width: 48%; }
      #contact .contact-form-container #contact-form #contact-email {
        margin-right: 4%; }
      #contact .contact-form-container #contact-form button {
        position: relative;
        width: 100%;
        background: #E4000F;
        padding: 15px 30px;
        color: #fff;
        border: none;
        font-size: 16px;
        transition: 0.3s all;
        -webkit-transition: 0.3s all; }
        #contact .contact-form-container #contact-form button .spinner {
          top: 12px;
          right: 20px;
          display: none; }
        #contact .contact-form-container #contact-form button.loading .spinner {
          display: block; }
        #contact .contact-form-container #contact-form button.sent {
          background: #1CB545; }
      #contact .contact-form-container #contact-form #haybale {
        display: none; }

@media (max-width: 768px) {
  #contact .splash-box {
    height: auto;
    padding-bottom: 100px; } }
@media (max-width: 425px) {
  #contact .contact-form-container #contact-form #contact-email, #contact .contact-form-container #contact-form #contact-phone {
    width: 100%;
    margin-right: 0; } }
.contact-details {
  background-position: center;
  padding: 0 60px;
  overflow: auto; }
  .contact-details .col {
    width: 30%;
    float: left;
    margin-right: 5%; }
  .contact-details .col:nth-child(3n+3) {
    margin-right: 0; }
  .contact-details h3 {
    text-transform: uppercase;
    font-size: 40px;
    font-family: Avenir-Medium;
    margin-top: 125px; }
  .contact-details hr {
    margin: 100px 0 0 0; }
  .contact-details hr.thick {
    margin: 0 0 60px 0; }
  .contact-details .btn {
    margin: 15px 0;
    font-size: 13px; }
  .contact-details .address {
    margin-top: 50px; }
  .contact-details p {
    font-size: 16px;
    font-family: Avenir-Black; }
  .contact-details .btn {
    display: block;
    width: 140px; }
  .contact-details .social {
    display: block;
    color: #222222;
    font-family: Avenir-Medium;
    text-transform: uppercase;
    margin: 30px 0 50px; }
    .contact-details .social .icon {
      display: inline-block;
      background: url(../img/social-icons.png) no-repeat;
      background-size: auto 25px;
      width: 25px;
      height: 25px;
      margin-bottom: -4px;
      margin-right: 8px; }
  .contact-details .social.instagram .icon {
    background-position: -100px 0; }
  .contact-details .social.linkedin .icon {
    background-position: -125px 0; }
  .contact-details .social.facebook .icon {
    background-position: -75px 0; }

.contact-details--half .col {
  width: 47.5%; }
  .contact-details--half .col:nth-child(2) {
    margin-right: 0; }

@media (max-width: 980px) {
  .contact-details {
    padding: 0 40px; }
    .contact-details h3 {
      font-size: 30px; } }
@media (max-width: 768px) {
  .contact-details .col {
    width: 100%;
    margin-right: 0; }
    .contact-details .col h3 {
      margin-top: 50px; }
    .contact-details .col hr.thick {
      margin-bottom: 30px; }
    .contact-details .col .address {
      margin-top: 30px; }
    .contact-details .col button {
      display: none; }
  .contact-details hr {
    margin-top: 0; }
  .contact-details .social {
    margin: 30px 0; } }
#map-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 20;
  transition: 0.6s all;
  -webkit-transition: 0.6s all;
  visibility: hidden;
  opacity: 0; }
  #map-overlay.open {
    visibility: visible;
    opacity: 1; }
    #map-overlay.open #map-container {
      opacity: 1;
      margin: 120px auto 0; }
  #map-overlay #map-container {
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0;
    opacity: 0;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.6s all;
    -webkit-transition: 0.6s all; }
  #map-overlay .title {
    position: relative;
    background: #E4000F;
    padding: 15px 50px;
    color: #fff;
    font-family: Avenir-Black;
    text-transform: uppercase; }
    #map-overlay .title .close {
      position: absolute;
      width: 20px;
      height: 20px;
      background: url(../img/icons/close-3.png) no-repeat;
      background-size: contain;
      top: 17px;
      right: 30px;
      cursor: pointer; }
  #map-overlay #map {
    width: 100%;
    height: 400px;
    border-radius: 0 0 6px 6px; }
  #map-overlay .tabs {
    background: #fff;
    overflow: auto; }
    #map-overlay .tabs .tab {
      text-align: center;
      float: left;
      width: 33.3333333%;
      padding: 15px 0;
      border-right: 1px solid #e6e6e6;
      color: #7b7b7b;
      font-family: AvenirNext-Medium;
      cursor: pointer; }
      #map-overlay .tabs .tab.active, #map-overlay .tabs .tab:hover {
        color: #E4000F; }

#news-index .splash-box {
  height: 300px; }
  #news-index .splash-box .bg {
    background-position: center bottom; }
#news-index .articles {
  background: #fff; }
  #news-index .articles article {
    padding: 50px;
    border-bottom: 1px solid #e6e6e6; }
#news-index .pagination {
  background: #f9f9f9;
  overflow: auto; }
  #news-index .pagination .prev, #news-index .pagination .next {
    width: 50%;
    padding: 30px 0;
    float: left;
    color: #2e2a2a;
    text-align: center;
    opacity: 0.5;
    pointer-events: none; }
    #news-index .pagination .prev.active, #news-index .pagination .next.active {
      opacity: 1;
      pointer-events: auto; }
    #news-index .pagination .prev.active:hover, #news-index .pagination .next.active:hover {
      color: #E4000F;
      text-decoration: none; }
  #news-index .pagination .prev {
    border-right: 1px solid #e6e6e6; }

@media (max-width: 768px) {
  #news-index .splash-box {
    height: auto; } }
@media (max-width: 640px) {
  #news-index .splash-box {
    padding-bottom: 80px; } }
#news-entry {
  position: relative;
  background: #f9f9f9;
  overflow: auto; }
  #news-entry article {
    background: #fff;
    width: 66.666666%;
    min-height: 340px;
    float: left;
    padding: 50px;
    border-right: 1px solid #e0e0e0; }
  #news-entry .sidebar {
    background: #f9f9f9;
    width: 33.33333%;
    padding: 50px;
    float: left; }
    #news-entry .sidebar ul {
      list-style: none; }
      #news-entry .sidebar ul li {
        margin: 15px 0; }
    #news-entry .sidebar .blue-dot {
      position: absolute;
      top: 50%;
      left: -5px; }
  #news-entry .blue-dot {
    position: absolute;
    left: 66.66666%;
    top: 50%;
    margin-left: -5px; }

@media (max-width: 730px) {
  #news-entry article {
    width: 100%; }
  #news-entry .sidebar {
    width: 100%; }
  #news-entry .blue-dot {
    display: none; } }
footer {
  padding: 50px;
  overflow: auto; }
  footer p {
    color: #7b7b7b;
    margin: 0 0 15px; }
  footer .sr-copy {
    display: block;
    float: left;
    font-family: AvenirNext-Regular;
    color: #7b7b7b;
    font-size: 14px; }
    footer .sr-copy:hover {
      text-decoration: none; }
    footer .sr-copy:hover img {
      -webkit-filter: grayscale(0%);
      /* Chrome, Safari, Opera */
      filter: grayscale(0%); }
    footer .sr-copy img {
      height: 52px;
      -webkit-filter: grayscale(100%);
      /* Chrome, Safari, Opera */
      filter: grayscale(100%);
      transition: 0.3s all;
      -webkit-transition: 0.3s all; }
  footer .copyright {
    float: right;
    font-family: AvenirNext-Regular;
    text-align: right; }
    footer .copyright img {
      width: 200px; }

@media (max-width: 768px) {
  footer .sr-copy, footer .copyright {
    width: 100%;
    float: none;
    text-align: center; }
  footer .sr-copy {
    margin-bottom: 15px; } }
.spinner {
  width: 30px;
  height: 30px;
  position: absolute;
  margin: 0 auto; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
.imgContain img {
  width: 100%; }
