.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  border: 10px solid #fff;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

h4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #737373;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

a {
  border-right: 1px #fff;
  padding: 18px 30px;
  text-decoration: none;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #333;
  justify-content: center;
  padding: 15px 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .5s, color .5s;
  display: flex;
}

.button:hover {
  color: #000;
  background-color: #fff;
}

.button.hollow {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  margin-top: 30px;
  transition: background-color .5s, border-color .5s, color .5s;
}

.button.hollow:hover {
  color: #fff;
  background-color: #2a8241;
  border-color: #2a8241;
}

.button.hollow.single {
  margin-top: 0;
}

.main-slider {
  height: 100%;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.hero-heading {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 12px #000;
  margin-top: 65px;
  font-family: Lato, sans-serif;
  font-size: 67px;
  font-weight: 400;
  line-height: 62px;
  position: relative;
  top: 0;
  left: 0;
}

.hero-heading.second {
  margin-top: 50px;
}

.hero-heading.news {
  margin-top: 22px;
  margin-left: 45px;
  font-size: 44px;
  line-height: 55px;
}

.hero-heading._2 {
  margin-top: 130px;
}

.hero-heading._3 {
  margin-top: 232px;
}

.hero-heading._4 {
  margin-top: 0;
}

.hero-subheader {
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 10px #000;
  margin-top: 30px;
  font-size: 30px;
  font-weight: 300;
}

.hero-subheader.logosub {
  text-transform: uppercase;
  margin-top: -208px;
  position: relative;
}

.hero-subheader.uncapped {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
  background-color: #f5f5f5;
  border-radius: 15px;
  margin-left: 0;
  margin-right: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 50px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

.features-section {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link {
  float: right;
  color: #fff;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(255, 255, 255, .2);
  border-right-style: none;
  padding: 17px 25px;
  font-weight: 300;
  transition: background-color .5s;
}

.nav-link:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .09);
}

.nav-link.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding: 17px 25px;
}

.nav-link.black {
  color: #000;
  border-top-color: rgba(0, 0, 0, .15);
  border-left-width: 1px;
  border-left-color: rgba(0, 0, 0, .15);
  border-right: 0 rgba(0, 0, 0, .2);
  display: inline-block;
}

.nav-link.black:hover {
  background-color: rgba(0, 0, 0, .09);
}

.nav-link.black.w--current {
  border-left-style: solid;
  border-right-style: none;
  border-right-width: 0;
}

.nav-link.contact {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 30px;
}

.nav-link.drop-header {
  float: none;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, .75);
}

.title-features {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, .34);
  margin-top: 4px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.features-div {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 35px;
}

.features-div.second, .features-div.third {
  background-image: none;
}

.features-div.fourth {
  background-image: none;
  background-position: 0 0;
  margin-right: -5px;
}

.column {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column._1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(rgba(113, 147, 150, .83) 35%, rgba(79, 122, 117, .97) 59%), url('../images/f-web.jpg');
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.column._1.v2 {
  justify-content: space-between;
  display: block;
}

.column._2 {
  height: auto;
  background-image: linear-gradient(rgba(176, 121, 130, .83) 40%, rgba(153, 106, 110, .98) 60%), url('../images/c.jpg');
  background-size: auto, cover;
}

.column._2.v2 {
  justify-content: space-between;
  display: block;
}

.column._3 {
  height: auto;
  background-image: linear-gradient(rgba(104, 93, 140, .72) 41%, rgba(95, 86, 135, .96) 71%), url('../images/e-web.jpg');
  background-size: auto, cover;
}

.column._3.v2 {
  justify-content: space-between;
  display: block;
}

.column._4 {
  height: auto;
  background-image: linear-gradient(rgba(139, 176, 107, .78) 37%, rgba(100, 128, 75, .93) 55%), url('../images/AB5A6050.jpg');
  background-size: auto, 960px;
}

.column._4.v2 {
  justify-content: space-between;
  display: block;
}

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, .63);
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.about {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .14), rgba(0, 0, 0, 0)), url('../images/jackson-video-gdog-hres.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1920px;
  background-attachment: scroll, scroll;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.process {
  background-image: linear-gradient(#fff 64%, rgba(255, 255, 255, .35)), url('../images/1222.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.section.event-coverage {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .08)), url('../images/G-Drone_right.png'), url('../images/G-Drone_left.png');
  background-position: 0 0, 100%, 0%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, contain, contain;
  margin-top: 10px;
  padding-top: 300px;
  padding-bottom: 300px;
}

.section.video {
  background-color: rgba(0, 0, 0, .77);
  background-image: radial-gradient(circle, rgba(10, 10, 10, .97), rgba(23, 23, 23, .95) 53%, rgba(0, 0, 0, .93)), url('../images/Background-for-Site-Header.svg');
  background-size: auto, 36px;
  margin-top: 10px;
  padding: 20px 10px 20px 30px;
}

.section.studio {
  background-image: linear-gradient(rgba(0, 0, 0, .8) 37%, rgba(255, 255, 255, .32)), url('../images/IMG_4242_web.jpg');
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 10px;
  padding-top: 300px;
  padding-bottom: 300px;
}

.section-title {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 27px;
  font-weight: 400;
}

.section-title.ndp {
  color: #fff;
  letter-spacing: 0;
  font-size: 67px;
  line-height: 58px;
}

.testimonials-section {
  background-image: linear-gradient(rgba(0, 0, 0, .24), rgba(13, 11, 9, .65)), url('../images/shooting-room-preview.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-right-style: none;
  margin-top: 10px;
  padding-top: 200px;
  padding-bottom: 200px;
}

.emphasized-text {
  color: #6cbd0f;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 0 1px rgba(33, 33, 33, .24);
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
}

.emphasized-text.right {
  text-align: right;
  font-weight: 100;
}

.emphasized-text.left {
  text-align: left;
}

.features-text {
  color: #fff;
  text-align: left;
  text-shadow: 2px 2px rgba(0, 0, 0, .33);
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  list-style-type: disc;
}

.navigation-div {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.navigation-div.black {
  border: 1px solid rgba(0, 0, 0, .09);
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
}

.brand {
  border-right-color: rgba(255, 255, 255, .22);
  padding-top: 11px;
  padding-bottom: 11px;
}

.brand.w--current {
  padding-top: 12px;
  padding-bottom: 12px;
  transition: background-color .5s;
}

.brand.w--current:hover {
  background-color: rgba(255, 255, 255, .2);
}

.brand.footer {
  float: none;
  border-right-style: none;
  padding: 27px 0 32px;
  transition: background-color .5s;
}

.brand.footer:hover {
  background-color: rgba(255, 255, 255, .2);
}

.brand.black.w--current {
  border-top: 1px rgba(0, 0, 0, .09);
  border-right-style: solid;
  border-right-color: rgba(0, 0, 0, .15);
  margin-left: 0;
}

.brand.black.w--current:hover {
  background-color: rgba(0, 0, 0, .09);
}

.upperheading-white {
  color: #fff;
  text-align: center;
}

.white {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .6);
}

.testimonials-text {
  color: #ddd;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, .66);
  margin-top: 20px;
  padding-left: 56px;
  padding-right: 56px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.testimonials-slider {
  background-color: rgba(0, 0, 0, 0);
  border-right-style: none;
}

.slider-arrow {
  opacity: .5;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .5s;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.slider-arrow:hover {
  opacity: 1;
}

.slider-arrow.mobile {
  display: none;
  position: absolute;
  overflow: hidden;
}

.about-us-div {
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
  background-color: rgba(255, 255, 255, .79);
  padding-bottom: 20px;
  box-shadow: 2px 2px 5px rgba(255, 255, 255, .58);
}

.team-row {
  margin-top: 80px;
}

.team-name {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.social-link-block {
  background-color: #d1d1d1;
  background-image: url('../images/53f333fd1b92a02f2f930a05_facebook_footer.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-right-style: none;
  margin-right: 2px;
  padding: 20px;
  transition: background-color .5s;
}

.social-link-block:hover {
  background-color: #2a8241;
  border-right-width: 0;
  border-right-color: rgba(0, 0, 0, 0);
}

.social-link-block._4 {
  background-image: url('../images/53f33417144ad8302fd73d6a_twitter_footer.svg');
}

.social-link-block._4.floating-footer {
  background-color: rgba(79, 79, 79, .5);
  background-size: 15px;
  margin-right: 5px;
  padding: 24px;
}

.social-link-block._4.floating-footer:hover {
  background-color: rgba(0, 245, 24, .5);
}

.social-link-block._4 {
  background-color: #d1d1d1;
  background-image: url('../images/youtube-logo.svg');
  background-size: 40px;
}

.social-link-block._4:hover {
  color: #000;
  background-color: #2a8241;
}

.social-link-block._4.floating-footer {
  background-color: rgba(79, 79, 79, .5);
  background-size: 30px;
  margin-right: 5px;
  padding: 24px;
}

.social-link-block._4.floating-footer:hover {
  background-color: rgba(0, 245, 24, .5);
}

.social-link-block._4.floating-footer._3 {
  background-image: url('../images/53f33417144ad8302fd73d6a_twitter_footer.svg');
  background-size: 27px;
}

.social-link-block._2 {
  background-image: url('../images/g-plus.svg');
}

.social-link-block._2.floating-footer {
  background-color: rgba(79, 79, 79, .5);
  background-size: 20px;
  margin-right: 5px;
  padding: 24px;
}

.social-link-block._2.floating-footer:hover {
  background-color: rgba(0, 245, 24, .5);
}

.social-link-block.floating-footer {
  float: right;
  padding-top: 15px;
  padding-bottom: 15px;
}

.social-link-block.floating-footer.rightmost {
  background-color: rgba(79, 79, 79, .5);
  background-size: 20px;
  margin-right: 10px;
  padding: 24px;
}

.social-link-block.floating-footer.rightmost:hover {
  background-color: rgba(0, 245, 24, .5);
}

.social-link-block._5.floating-footer {
  background-color: rgba(79, 79, 79, .5);
  background-image: url('../images/InstagramIconWhite.svg');
  background-size: 25px;
  margin-right: 5px;
  padding: 24px;
}

.team-position {
  margin-bottom: 10px;
}

.social-wrapper {
  text-align: center;
  margin-top: 30px;
}

.social-wrapper.floatingfooter {
  z-index: 1;
  background-color: rgba(0, 0, 0, .64);
  background-image: linear-gradient(rgba(255, 0, 0, 0), #000);
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.skills-section {
  background-image: linear-gradient(5deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .3)), url('../images/mountains.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 120px;
  padding-bottom: 120px;
}

.skills-wrapper {
  margin-bottom: 30px;
}

.skills-containner {
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.skills-progress-line {
  width: 85%;
  height: 100%;
  background-color: #67bf7f;
}

.skills-progress-line.photography {
  width: 65%;
}

.skills-progress-line.illustrations {
  width: 75%;
}

.skills-progress-line.copywriting {
  width: 80%;
}

.skills-progress-line.photoshop {
  width: 95%;
}

.skills-progress-line.design {
  width: 85%;
}

.skills-row {
  margin-top: 80px;
}

.skills-title {
  color: #fff;
  text-align: left;
  font-weight: 400;
}

.skills-values {
  color: #fff;
  text-align: right;
  font-weight: 400;
}

.working-process-wrapper {
  text-align: center;
  background-color: rgba(255, 255, 255, .4);
  border: 1px solid rgba(0, 0, 0, .09);
  margin-bottom: 20px;
  padding: 0 15px 30px;
}

.icon-service {
  width: 50px;
  height: 50px;
  background-color: #f5f5f5;
  background-image: url('../images/timer_1timer.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-left: auto;
  margin-right: auto;
}

.icon-service.develop {
  background-image: url('../images/pen_1pen.png');
}

.icon-service.support {
  background-image: url('../images/lifesaver_1lifesaver.png');
}

.icon-service.idea {
  background-image: url('../images/lightbulb_1lightbulb.png');
}

.process-row {
  margin-top: 40px;
}

.process-column {
  margin-top: 70px;
}

.portfolio-post {
  width: 100%;
  height: 300px;
  background-image: url('../images/mountains.jpg');
  margin-bottom: 0;
}

.portfolio-post._2 {
  background-image: url('../images/photo-1433838552652-f9a46b332c40.jpg');
  background-position: 50%;
  background-size: cover;
}

.portfolio-post._3 {
  background-image: url('../images/Dollarphotoclub_64663686okay.jpg');
  background-size: cover;
}

.portfolio-post._4 {
  background-image: url('../images/e1e.jpg');
  background-size: cover;
}

.portfolio-post._5 {
  background-image: url('../images/1111.jpg');
  background-size: cover;
}

.portfolio-post._6 {
  background-image: url('../images/forest.jpg');
  background-position: 50%;
  background-size: cover;
}

.portfolio-post.single {
  height: 400px;
  margin-bottom: 10px;
}

.portfolio-post._7 {
  background-image: url('../images/photo-1429277096327-11ee3b761c93.jpg');
  background-size: cover;
}

.portfolio-post._8 {
  background-image: url('../images/photo-1430916273432-273c2db881a0.jpg');
  background-size: cover;
}

.portfolio-link {
  width: 100%;
  height: 100%;
  padding: 0;
}

.colorbox {
  width: 100%;
  height: 100%;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85));
  padding-top: 130px;
}

.project-name {
  width: 195px;
  height: 46px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .2);
  padding-top: 13px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .5s;
  display: inline-block;
}

.project-name:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
}

.portfolio-row {
  margin-top: 80px;
}

.portfolio-row.second {
  margin-top: 1px;
}

.portfolio-section {
  padding-top: 120px;
  padding-bottom: 10px;
}

.client-section {
  background-color: #e8e8e8;
  margin-bottom: 10px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.client-column {
  opacity: .5;
  text-align: center;
  transition: opacity .5s;
}

.client-column:hover {
  opacity: 1;
}

.contact-us-section {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .85)), url('../images/AB5A6316.jpg');
  background-position: 0 0, 50% 33%;
  background-size: auto, cover;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 200px;
  padding-bottom: 250px;
}

.form-field {
  min-width: 0;
  color: #737373;
  border: 1px solid rgba(0, 0, 0, 0);
  font-family: Lato, sans-serif;
}

.form-field.message {
  height: 120px;
}

.form-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

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

.conatct-info-text {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
}

.conatct-info-text.address {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-row {
  margin-top: 80px;
}

.form-wrapper {
  margin-top: 0;
}

.footer-section {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(18, 46, 54, .94), rgba(18, 46, 54, .94)), url('../images/mountains.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 60px;
}

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

.white-paragraph {
  color: rgba(255, 255, 255, .56);
  margin-top: 50px;
  margin-bottom: 40px;
}

.arrow {
  margin-top: 600px;
}

.arrow.right {
  width: 50px;
  height: 50px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  margin: 0 30px 0 0;
  padding-top: 5px;
  padding-bottom: 8px;
  transition: background-color .5s;
  top: 50%;
}

.arrow.right:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, .09);
}

.arrow.left {
  width: 50px;
  height: 50px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  margin: 0 0 0 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: background-color .5s;
  top: 50%;
}

.arrow.left:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, .09);
  transition-property: none;
  transition-timing-function: ease;
}

.slidenav {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.containner-slide {
  text-align: center;
  position: relative;
  top: 40%;
}

.containner-slide._2 {
  position: relative;
  top: 21%;
  left: 0;
}

.containner-slide._2._3 {
  top: 26%;
}

.containner-slide._1 {
  top: 18%;
}

.portfolio-column {
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
}

.white-section {
  height: 10px;
}

.hero-section {
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, 0)), url('../images/forest.jpg');
  background-position: 0 0, 50% 86%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.project-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.info-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.info-text {
  text-align: left;
  margin-bottom: 50px;
}

.success {
  color: #fff;
  background-color: #2a8241;
}

.success-text {
  color: #fff;
  font-weight: 500;
}

.important-text {
  color: #000;
  letter-spacing: 1px;
  padding-bottom: 0;
}

.important-text.footer {
  color: #ababab;
}

.error-message {
  background-color: #000;
}

.error-text {
  color: #fff;
}

.navbar-scroll {
  width: 100%;
  box-shadow: none;
  background-color: #fff;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.banner-section {
  height: 750px;
}

.banner-section.media-transfer-info {
  height: auto;
  background-image: linear-gradient(rgba(255, 255, 255, .89) 31%, rgba(255, 255, 255, .09)), url('../images/AB5A6310.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 90px;
}

.banner-section.media-transfer-info.editing {
  background-image: linear-gradient(rgba(255, 255, 255, .89) 31%, rgba(255, 255, 255, .09)), url('../images/e-web.jpg');
  background-position: 0 0, 50% 23%;
}

.banner-section.media-transfer-info.videography {
  background-image: linear-gradient(rgba(255, 255, 255, .89) 31%, rgba(255, 255, 255, .09)), url('../images/f-web.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.media-transfer-info.shootingroom {
  background-image: linear-gradient(rgba(255, 255, 255, .89) 31%, rgba(255, 255, 255, .09)), url('../images/c-3.jpg');
  background-position: 0 0, 50% 69%;
  background-size: auto, cover;
  padding-bottom: 90px;
}

.banner-section.media-transfer-info.samples {
  background-image: linear-gradient(rgba(255, 255, 255, .89) 31%, rgba(0, 0, 0, .59)), url('../images/bobby-filming-3.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.banner-section.media-transfer-info.ndp {
  height: 818px;
  background-image: repeating-radial-gradient(circle, rgba(0, 0, 0, .56), rgba(0, 0, 0, .6)), url('../images/55f892104ef11b88372987b3_PBC-March2015-1.jpg');
  background-position: 0 0, 50% 43%;
  background-size: auto, cover;
  margin-bottom: 10px;
  padding-top: 250px;
}

.banner-section.media-transfer-info.about-us {
  background-image: linear-gradient(rgba(255, 255, 255, .93) 20%, rgba(255, 255, 255, .7) 30%, rgba(255, 255, 255, .09)), url('../images/Building-web.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.banner-section.media-transfer-info.our-clients {
  background-image: radial-gradient(circle, rgba(0, 0, 0, .06) 71%, rgba(0, 0, 0, .38) 98%), linear-gradient(rgba(255, 255, 255, .89) 29%, rgba(139, 139, 139, .27) 88%);
  background-position: 0 0, 0 0;
}

.submit-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  margin-top: 30px;
  padding: 15px 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  transition: background-color .5s, border-color .5s, color .5s;
}

.submit-button:hover {
  color: #fff;
  background-color: #2a8241;
  border-color: #2a8241;
}

.hero-text-styling {
  text-shadow: 4px 4px 6px #000;
}

.slide1 {
  background-image: radial-gradient(circle, rgba(26, 26, 26, .98) 17%, rgba(0, 0, 0, .97) 86%, rgba(0, 0, 0, .93)), url('../images/Background-for-Site-Header.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 36px;
}

.slide1._1 {
  background-image: radial-gradient(circle, rgba(0, 0, 0, .61), rgba(0, 0, 0, .58) 12%, rgba(0, 0, 0, .1) 70%, rgba(47, 47, 47, .75)), url('../images/AB5A6397.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide1._1._4 {
  background-image: radial-gradient(circle, rgba(0, 0, 0, .12), rgba(0, 0, 0, .2) 77%, rgba(47, 47, 47, .75)), url('../images/storefront.jpg');
  background-size: auto, cover;
}

.slide1._2 {
  background-image: radial-gradient(circle, rgba(31, 31, 31, .76) 8%, rgba(9, 9, 9, .5) 38%, rgba(0, 0, 0, .38) 55%, rgba(43, 43, 43, .45)), url('../images/Lab-entrance-email.jpg');
  background-position: 0 0, 50% 63%;
  background-size: auto, cover;
  padding-top: 58px;
}

.slide1._2._3 {
  background-image: radial-gradient(circle, rgba(31, 31, 31, .85) 6%, rgba(9, 9, 9, .5) 38%, rgba(0, 0, 0, .38) 55%, rgba(43, 43, 43, .45)), url('../images/Lab-entrance.jpg');
  background-position: 0 0, 67%;
  background-size: auto, cover;
}

.slide1._3 {
  background-image: radial-gradient(circle at 49% 74%, rgba(46, 46, 46, .7) 9%, rgba(46, 46, 46, .45) 33%, rgba(87, 87, 87, .3) 90%, rgba(0, 0, 0, .45)), url('../images/AB5A6416.jpg'), url('../images/Background-for-Site-Header.svg');
  background-position: 0 0, 50% 60%, 0 0;
  background-size: auto, cover, 36px;
}

.hero-logo {
  width: 530px;
  position: relative;
  top: -40px;
  left: -3px;
  right: 0;
}

.media-transfer-info {
  color: rgba(41, 41, 41, .62);
  text-align: left;
  text-shadow: 1px 0 rgba(33, 33, 33, .34);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.media-transfer-info.contact {
  margin-top: 19px;
}

.media-transfer-info.title {
  color: #6cbd0f;
  letter-spacing: 1px;
  text-shadow: 0 0 2px rgba(33, 33, 33, .4);
  font-size: 18px;
  line-height: 25px;
}

.media-transfer-column-1 {
  max-width: 650px;
  background-color: rgba(255, 255, 255, .76);
  border-radius: 10px;
  margin-right: 30px;
  padding: 20px 40px;
  box-shadow: 0 0 6px rgba(255, 255, 255, .5);
}

.media-transfer-column-1.studiofront {
  box-shadow: none;
  background-color: rgba(21, 21, 21, .76);
}

.media-transfer-column-1.dark {
  box-shadow: none;
  background-color: rgba(21, 21, 21, .76);
  margin-left: 30px;
  margin-right: 0;
}

.footercontact {
  color: #fff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, .77);
  margin-top: 50px;
  margin-bottom: 0;
}

.floatingfooter {
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  padding-top: 13px;
  padding-bottom: 13px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.map {
  margin-bottom: 10px;
}

.footer-email {
  text-transform: none;
  padding: 0;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.info-divs {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.mit-sample-videos {
  margin-top: 10px;
}

.video-column-1 {
  padding-left: 0;
  padding-right: 5px;
}

.video-column-2 {
  padding-left: 5px;
  padding-right: 0;
}

.clientheaders {
  color: #e8e8e8;
  text-align: left;
  text-shadow: 0 0 8px rgba(0, 0, 0, .66);
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 32px;
}

.video-blocks {
  background-color: rgba(0, 0, 0, .44);
  padding: 10px 160px;
}

.ndp {
  color: rgba(255, 255, 255, .5);
}

.ndp-sub-header {
  margin-top: 60px;
  font-size: 16px;
}

.ndp-white {
  margin-bottom: 10px;
  padding-bottom: 80px;
}

.ndp-text {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 21px;
  line-height: 25px;
}

.ndp-text.black-headers {
  text-align: left;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
}

.ndp-text.body {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}

.ndp-text.white {
  text-shadow: none;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Oswald, sans-serif;
}

.white-subtitle {
  padding: 50px 13px;
}

.ndp-images {
  border-radius: 25px;
}

.ndp-yellow {
  background-color: #ecb51d;
  margin-bottom: 10px;
}

.dropdown-text {
  color: #fff;
}

.dropdown {
  float: right;
  color: #fff;
  padding-top: 17px;
  padding-bottom: 17px;
}

.dropdown-container {
  float: right;
}

.dropdown-links {
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  padding-top: 17px;
  padding-bottom: 17px;
}

.recent-news-column1 {
  padding-right: 15px;
}

.videography-logo, .studio-shooting-logo, .editing-logo, .media-transfer-logo {
  float: left;
}

.floating-footer-contact-info {
  float: left;
  color: rgba(255, 255, 255, .8);
  letter-spacing: .4px;
  margin-top: 15px;
  margin-left: 50px;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.floating-footer-contact-info._2-row {
  margin-top: 4px;
}

.floating-footer-contact-info.email {
  margin-top: 0;
  margin-left: 0;
  padding: 0;
}

.features-lists {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  list-style-type: none;
}

.blank-item-div {
  padding-top: 28px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block {
  color: #fff;
}

.slider {
  height: 600px;
}

.studio.lightbox {
  background-color: #f5f5f5;
  padding-top: 25px;
  padding-bottom: 25px;
}

.lightbox-container._2 {
  margin-top: 20px;
}

.lb-noborder {
  padding: 0;
}

.heading-black {
  color: #000;
  font-family: Lato, sans-serif;
}

.container {
  max-width: 1550px;
  display: block;
}

.paragraph {
  color: #ddd;
  padding-top: 20px;
}

.div-block {
  height: 85px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-2 {
  height: 80px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-3, .div-block-4 {
  height: 85px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.page-link-title-div {
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-5 {
  height: 200px;
  padding-top: 20px;
}

.features-list-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.features-section-v2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.page-link.vp {
  background-image: linear-gradient(rgba(113, 147, 150, .83) 35%, rgba(79, 122, 117, .97) 59%), url('../images/f-web.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-link.studio {
  background-image: linear-gradient(rgba(176, 121, 130, .83) 40%, rgba(153, 106, 110, .98) 60%), url('../images/c.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-link.ve {
  background-image: linear-gradient(rgba(104, 93, 140, .72) 40%, rgba(95, 86, 135, .96) 60%), url('../images/e-web.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-link.mt {
  background-image: linear-gradient(rgba(139, 176, 107, .78) 40%, rgba(100, 128, 75, .93) 60%), url('../images/AB5A6050.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-div {
  justify-content: center;
}

.button-v2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #333;
  padding: 12px 36px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  transition: color .2s, background-color .2s;
}

.button-v2:hover {
  color: #1b1b1b;
  background-color: #f3f3f3;
}

.link-block {
  padding-bottom: 10px;
}

html.w-mod-js [data-ix="portfolio-hover-animation"] {
  opacity: 0;
}

html.w-mod-js [data-ix="project-name-animation"] {
  opacity: .65;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="skills-progress-line"], html.w-mod-js [data-ix="skills-progress-line-2"], html.w-mod-js [data-ix="skills-progress-line-3"], html.w-mod-js [data-ix="skills-progress-line-4"], html.w-mod-js [data-ix="skills-progress-line-5"], html.w-mod-js [data-ix="skills-progress-line-6"] {
  width: 0;
}

html.w-mod-js [data-ix="display-none"] {
  display: none;
}

html.w-mod-js [data-ix="hero-heading"], html.w-mod-js [data-ix="hero-subheader"], html.w-mod-js [data-ix="button"] {
  opacity: 0;
  transform: translate(0, 60px)scale(.95);
}

html.w-mod-js [data-ix="arrow-left"], html.w-mod-js [data-ix="arrow-right"] {
  opacity: 0;
  transform: scale(.9);
}

html.w-mod-js [data-ix="hero-logo"] {
  opacity: 0;
  transform: translate(0, 60px)scale(.95);
}

@media screen and (max-width: 991px) {
  body {
    height: 100%;
    margin-bottom: 10px;
  }

  .hero-heading {
    letter-spacing: 2px;
    margin-top: 0;
    padding-left: 0;
    font-size: 32px;
    line-height: 48px;
  }

  .hero-heading._2 {
    margin-top: 80px;
    line-height: 32px;
  }

  .hero-heading._3 {
    margin-top: 214px;
    line-height: 32px;
  }

  .hero-heading._4 {
    line-height: 32px;
  }

  .hero-subheader {
    margin-top: 0;
    font-size: 20px;
    line-height: 35px;
  }

  .hero-subheader.logosub {
    margin-top: -161px;
  }

  .hero-subheader.uncapped {
    font-size: 18px;
    line-height: 26px;
  }

  .nav-link {
    border: 1px solid rgba(255, 255, 255, 0);
    border-bottom-style: none;
  }

  .nav-link.black {
    color: #fff;
    border-bottom-style: solid;
    display: block;
  }

  .nav-link.black:hover {
    background-color: rgba(255, 255, 255, .09);
  }

  .nav-link.black.w--current {
    display: block;
  }

  .features-div {
    height: 420px;
  }

  .features-div.second {
    background-position: 0 0, 50% 9%;
    border-left-style: none;
  }

  .features-div.fourth {
    margin-right: 10px;
  }

  .column._1 {
    background-position: 0 0, 0 30%;
    background-size: auto, cover;
    border-right-style: none;
  }

  .column._2, .column._3 {
    border-left-style: none;
    border-right-style: none;
  }

  .column._4 {
    border-left-style: none;
  }

  .section.about {
    background-image: linear-gradient(rgba(255, 237, 219, .81), rgba(255, 237, 219, .81)), linear-gradient(to top, rgba(0, 0, 0, .14), rgba(0, 0, 0, 0)), url('../images/jackson-video-gdog.jpg');
    background-position: 0 0, 0 0, 60% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, auto 610px;
    background-attachment: scroll, scroll, scroll;
  }

  .section.event-coverage {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .12)), url('../images/G-Drone_left.png'), url('../images/G-Drone_right.png');
    background-position: 0 0, 0 100%, 100% 0;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, auto, 350px;
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .section.video {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.studio {
    background-position: 0 0, 50%;
    padding-top: 209px;
    padding-bottom: 209px;
  }

  .features-text {
    text-align: center;
    font-size: 16px;
  }

  .testimonials-text {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-arrow.mobile {
    display: none;
  }

  .social-link-block._4.floating-footer {
    background-size: 35px;
  }

  .social-link-block._2.floating-footer, .social-link-block.floating-footer.rightmost {
    background-size: 25px;
  }

  .social-link-block._3.floating-footer {
    background-color: rgba(79, 79, 79, .5);
    background-image: url('../images/InstagramIconWhite.svg');
    background-size: 30px;
    margin-right: 5px;
    padding: 24px;
  }

  .social-wrapper.floatingfooter.static {
    z-index: 0;
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, .7) 97%);
    border-style: none;
    position: static;
  }

  .process-row {
    margin-top: 70px;
  }

  .process-column {
    margin-top: 10px;
  }

  .portfolio-post {
    height: 350px;
    margin-bottom: 1px;
  }

  .colorbox {
    padding-top: 160px;
  }

  .portfolio-row.second {
    margin-top: 0;
  }

  .contact-us-section {
    padding-top: 110px;
    padding-bottom: 160px;
  }

  .form-field {
    font-weight: 300;
  }

  .form-field.message {
    height: 140px;
  }

  .conatct-info-text {
    margin-left: -35px;
  }

  .contact-row {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-section {
    background-image: linear-gradient(rgba(28, 32, 33, .85), rgba(24, 32, 36, .95)), url('../images/mountains.jpg');
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .icon {
    color: #fff;
    margin-top: -2px;
    margin-left: 2px;
  }

  .icon.black {
    color: #000;
  }

  .menu-button {
    width: 71px;
    height: 54px;
    border-left: 1px solid rgba(255, 255, 255, .21);
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.black {
    width: 61px;
    height: 71px;
    background-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, .15);
  }

  .nav-menu {
    margin-left: 10px;
    margin-right: 10px;
    transition: opacity .2s;
  }

  .nav-menu:hover {
    background-color: rgba(121, 121, 121, .85);
  }

  .arrow.right, .arrow.left {
    top: 87%;
  }

  .containner-slide._2 {
    top: -5%;
  }

  .containner-slide._2._3 {
    top: 3%;
  }

  .navbar-scroll {
    box-shadow: none;
    display: none;
  }

  .banner-section {
    height: 600px;
  }

  .banner-section.media-transfer-info {
    padding-left: 25px;
    padding-right: 70px;
  }

  .banner-section.media-transfer-info.ndp {
    height: 668px;
  }

  .banner-section.media-transfer-info.about-us {
    background-position: 0 0, 50%;
  }

  .slide1._2 {
    padding-top: 206px;
  }

  .slide1._3 {
    background-image: radial-gradient(circle at 49% 74%, rgba(46, 46, 46, .64) 3%, rgba(46, 46, 46, .69) 15%, rgba(87, 87, 87, .3) 56%, rgba(0, 0, 0, .05) 95%), url('../images/AB5A6416.jpg'), url('../images/Background-for-Site-Header.svg');
    background-position: 0 0, 50% 60%, 0 0;
    background-size: auto, cover, 36px;
  }

  .hero-logo {
    width: 440px;
    top: -18px;
  }

  .media-transfer-info {
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .18);
  }

  .media-transfer-column-1 {
    max-width: 100%;
    background-color: rgba(255, 255, 255, .9);
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .media-transfer-column-1.contact-front {
    padding-right: 11px;
  }

  .media-transfer-column-1.dark {
    margin-left: 20px;
    margin-right: 20px;
  }

  .info-divs {
    margin-top: 30px;
  }

  .video-column-1 {
    padding-right: 0;
  }

  .video-column-2 {
    margin-top: 20px;
    padding-left: 0;
  }

  .ndp-text {
    font-size: 17px;
  }

  .ndp-text.body {
    font-size: 13px;
  }

  .ndp-text.white {
    font-size: 14px;
    line-height: 20px;
  }

  .ndp-images {
    border-radius: 15px;
  }

  .floating-footer-contact-info._2-row {
    margin-top: 2px;
  }

  .floating-footer-contact-info.email {
    color: rgba(255, 255, 255, .74);
    text-transform: none;
    font-family: Lato, sans-serif;
  }

  .news-footer {
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lightbox-container {
    padding-left: 0;
    padding-right: 0;
  }

  .lightbox-container._2 {
    margin-top: 0;
  }

  .column-2, .column-3, .column-4, .column-5, .column-6, .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .link-block {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .button.hollow.single {
    margin-bottom: 70px;
  }

  .hero-heading {
    margin-bottom: 0;
    padding-left: 30px;
    font-size: 30px;
    line-height: 30px;
  }

  .hero-heading._2 {
    margin-top: 20px;
    padding-left: 0;
    font-size: 32px;
    line-height: 32px;
  }

  .hero-heading._3 {
    margin-top: 36px;
    font-size: 32px;
  }

  .hero-heading._4 {
    margin-top: 31px;
    font-size: 32px;
    line-height: 32px;
  }

  .hero-subheader {
    margin-top: 0;
    font-size: 18px;
  }

  .hero-subheader.logosub {
    margin-top: -170px;
    position: relative;
    top: 24px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .hero-subheader.uncapped {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 24px;
  }

  .features-div {
    height: auto;
    margin-right: 0;
    padding-bottom: 40px;
  }

  .features-div.second, .features-div.third, .features-div.fourth {
    margin-right: 0;
  }

  .section.about {
    background-position: 0 0, 0 0, 67% 100%;
    background-size: auto, auto, auto 430px;
    padding-bottom: 0;
  }

  .section.event-coverage {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .12)), url('../images/f-web.jpg'), url('../images/G-Drone_right.png');
    background-position: 0 0, 50%, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, cover, contain;
  }

  .section.studio {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-title.ndp {
    font-size: 47px;
    line-height: 42px;
  }

  .brand {
    padding-left: 30px;
  }

  .white {
    font-size: 25px;
  }

  .testimonials-text {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 23px;
  }

  .slider-arrow.mobile {
    display: none;
  }

  .social-wrapper {
    margin-bottom: 50px;
  }

  .social-wrapper.floatingfooter.static {
    background-image: linear-gradient(rgba(255, 255, 255, 0), #000);
  }

  .process-column.second {
    margin-top: 0;
  }

  .process-column.first {
    margin-top: 50px;
  }

  .portfolio-post {
    margin-bottom: 1px;
  }

  .client-column {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .contact-us-section {
    background-position: 0 0, 68% 100%;
    background-size: auto, cover;
  }

  .footer-section {
    padding-bottom: 40px;
  }

  .arrow.right, .arrow.left {
    top: 87%;
  }

  .containner-slide._1 {
    top: 21%;
  }

  .project-section {
    padding-bottom: 0;
  }

  .navbar-scroll {
    box-shadow: none;
    display: none;
  }

  .banner-section {
    height: 450px;
  }

  .banner-section.media-transfer-info.ndp {
    height: 440px;
    padding-top: 149px;
  }

  .submit-button {
    margin-bottom: 70px;
  }

  .slide1._1 {
    padding-bottom: 50px;
  }

  .slide1._2 {
    padding-top: 106px;
  }

  .slide1._2._3 {
    background-position: 0 0, 50% -113px;
    background-size: auto, 840px;
  }

  .hero-logo {
    width: 290px;
    top: -52px;
    left: 0;
    right: 0;
  }

  .media-transfer-column-1 {
    background-color: rgba(255, 255, 255, .82);
  }

  .media-transfer-column-1.contact-front {
    padding-left: 19px;
    padding-right: 19px;
  }

  .clientheaders {
    margin-bottom: 10px;
    padding-top: 15px;
    padding-left: 15px;
    font-size: 27px;
  }

  .video-blocks {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ndp-sub-header {
    font-size: 15px;
  }

  .ndp-text {
    font-size: 16px;
    line-height: 19px;
  }

  .ndp-text.black-headers {
    font-size: 16px;
  }

  .ndp-text.white {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .white-subtitle {
    padding-left: 21px;
    padding-right: 21px;
  }

  .ndp-columns {
    margin-bottom: 22px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .floating-footer-contact-info._2-row {
    margin-left: 10px;
  }

  .features-list-div {
    height: auto;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 14px;
    line-height: 23px;
  }

  .hero-heading {
    letter-spacing: 3px;
    font-size: 25px;
    line-height: 32px;
  }

  .hero-heading._2 {
    letter-spacing: 2px;
    margin-top: 16px;
    font-size: 28px;
    line-height: 28px;
  }

  .hero-heading._3 {
    letter-spacing: 2px;
    margin-top: 153px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
    line-height: 28px;
  }

  .hero-heading._4 {
    letter-spacing: 2px;
    margin-top: 18px;
    font-size: 28px;
    line-height: 28px;
  }

  .hero-subheader {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .hero-subheader.logosub {
    margin-top: -76px;
    font-size: 12px;
    position: relative;
    top: -19px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .hero-subheader.uncapped {
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 15px 20px 15px 25px;
    font-size: 15px;
    line-height: 22px;
  }

  .nav-link.w--current {
    font-size: 12px;
  }

  .title-features {
    margin-top: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .features-div {
    height: auto;
    margin-right: 0;
    padding-top: 19px;
    padding-bottom: 40px;
  }

  .features-div.second {
    margin-right: 0;
  }

  .column._4 {
    background-size: auto, cover;
  }

  .navbar {
    height: 52px;
  }

  .section.about {
    background-image: linear-gradient(rgba(255, 237, 219, .81), rgba(255, 237, 219, .81)), linear-gradient(to top, rgba(0, 0, 0, .14), rgba(0, 0, 0, 0));
    background-position: 0 0, 77% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .section.event-coverage {
    background-position: 0 0, 0 0, 80%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.video {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section.studio {
    background-position: 0 0, 20% 58%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 71px;
    padding-bottom: 71px;
  }

  .section-title {
    font-size: 20px;
    line-height: 24px;
  }

  .section-title.ndp {
    font-size: 37px;
    line-height: 32px;
  }

  .testimonials-section {
    padding-bottom: 80px;
  }

  .emphasized-text {
    font-size: 14px;
    line-height: 20px;
  }

  .features-text {
    padding-left: 0;
    padding-right: 4px;
    font-size: 15px;
    line-height: 26px;
  }

  .navigation-div {
    height: 40px;
  }

  .brand.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .testimonials-text {
    letter-spacing: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .slider-arrow {
    opacity: .35;
  }

  .slider-arrow.mobile {
    display: none;
  }

  .social-link-block._4.floating-footer {
    float: none;
    float: none;
    clear: none;
    padding: 22px;
  }

  .social-link-block._2.floating-footer {
    float: none;
    clear: none;
    padding: 22px;
  }

  .social-link-block.floating-footer.rightmost {
    float: none;
    margin-right: 5px;
    padding: 22px;
    position: relative;
  }

  .social-link-block._3.floating-footer {
    float: none;
    clear: none;
    padding: 22px;
  }

  .social-wrapper {
    margin-bottom: 40px;
  }

  .process-column {
    margin-top: 0;
  }

  .client-column {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contact-us-section {
    background-position: 0 0, 78%;
    background-size: auto, cover;
    padding-bottom: 76px;
  }

  .conatct-info-text.address {
    font-size: 13px;
  }

  .footer-section {
    padding-bottom: 20px;
  }

  .white-paragraph {
    margin-left: 5px;
    margin-right: 5px;
  }

  .menu-button {
    height: 40px;
    padding-top: 11px;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    margin-right: 0;
  }

  .slider-nav {
    padding-top: 45px;
  }

  .arrow.right, .arrow.left {
    border-style: none;
    top: 87%;
  }

  .containner-slide._1 {
    top: 14%;
  }

  .important-text {
    font-size: 13px;
  }

  .important-text.left {
    font-size: 12px;
  }

  .banner-section {
    height: 400px;
  }

  .banner-section.media-transfer-info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-section.media-transfer-info.ndp {
    height: 368px;
    padding-top: 119px;
  }

  .slide1._2 {
    background-size: auto, cover;
  }

  .slide1._2._3 {
    background-position: 0 0, 59% -78px;
    background-size: auto, 740px;
  }

  .hero-logo {
    width: 300px;
    top: auto;
    bottom: -2px;
    left: 0;
    right: 0;
  }

  .clientheaders {
    margin-bottom: 0;
    padding-left: 5px;
    font-size: 21px;
  }

  .video-blocks {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ndp-text {
    font-size: 13px;
  }

  .ndp-text.white {
    font-size: 14px;
  }

  .dropdown-links {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 12px;
  }

  .mobile-dropdown {
    float: right;
  }

  .mobile-dropdown-text {
    color: #fff;
    font-size: 12px;
  }

  .mobile-dropdown-toggle {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 20px;
  }

  .mobile-dropdown-toggle.w--open {
    padding-right: 45px;
  }

  .studio-shooting-logo {
    margin-top: 8px;
  }

  .media-transfer-logo {
    margin-top: -6px;
    padding-top: 0;
  }

  .floating-footer-contact-info._2-row {
    float: none;
    text-align: center;
    margin: 0 30px 10px 10px;
    font-size: 14px;
  }

  .floating-footer-contact-info.email {
    float: none;
    text-align: center;
    font-size: 14px;
  }

  .social-block {
    text-align: center;
    position: relative;
  }
}

#w-node-e9e29bf8-73e5-4a13-fcc2-d5ee87a6f971-b8c276ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6cb14f7-264e-626a-bac4-84cdb8c276ae-b8c276ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-c98efc3b-f0d0-8ec1-ae46-c4bfcf4fa83b-b8c276ac, #w-node-d6cb14f7-264e-626a-bac4-84cdb8c276c7-b8c276ac, #w-node-d6cb14f7-264e-626a-bac4-84cdb8c276e3-b8c276ac, #w-node-_4fbb5eb4-2465-edc4-336e-f358b1f178ba-b8c276ac, #w-node-d6cb14f7-264e-626a-bac4-84cdb8c276fc-b8c276ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


