body {
  margin-top: 67px;
  background-color: #363b48;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

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

h3 {
  margin: 10px 0px 1px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

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

p {
  margin-top: 0px;
  margin-bottom: 26px;
  font-family: 'Varela Round', sans-serif;
  color: #313c5e;
  font-size: 14px;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 40px;
}

li {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

strong {
  font-weight: bold;
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.section.hero {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d2231;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #3d4869, #1d2231);
  text-align: center;
}

.section.hero.partner {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #252c41, #000b11);
}

.section.grey {
  background-color: #eff1f4;
  text-align: center;
}

.section.grey.services {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

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

.section.centered.pricing {
  padding-bottom: 0px;
}

.section.centered.land {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #3d4869, #1d2231);
}

.section.footer {
  background-color: #363b48;
  text-align: left;
}

.section.dark-grey {
  background-color: #2e2e2e;
}

.nav-link {
  margin-right: 11px;
  margin-left: 11px;
  border-bottom-color: transparent;
  -webkit-transition: color 300ms ease, background-color 300ms ease, border-color 250ms ease;
  transition: color 300ms ease, background-color 300ms ease, border-color 250ms ease;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom: 3px solid #fff;
  color: #fff;
}

.nav-link.sign-up {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #2c9986;
}

.nav-link.sign-up:hover {
  border: 0px solid transparent;
  background-color: #3cd6bc;
}

.nav-link.sign-up.hero-button {
  display: inline-block;
  margin: 10px auto;
  padding: 10px 27px;
  font-size: 30px;
  line-height: 30px;
}

.nav-link.sign-up.hero-button.landing {
  width: 450px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}

.nav-link.sign-up.hero-button.landing.site {
  background-color: hsla(0, 0%, 40%, 0.74);
  text-transform: none;
}

.nav-link.sign-up.hero-button.landing.site:hover {
  background-color: hsla(0, 0%, 59.2%, 0.74);
}

.nav-link.sign-up.modal-button {
  position: relative;
  z-index: 9995;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 17px;
}

.nav-link.partner {
  color: rgba(0, 0, 0, 0.81);
}

.nav-link.partner:hover {
  border-bottom-color: #000;
  color: #000;
}

.nav-column {
  height: 38px;
  padding-top: 16px;
  text-align: right;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 38px;
  font-weight: 400;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 43px;
  line-height: 43px;
  font-weight: 400;
  text-align: center;
}

.section-title.tagline {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 43px;
  line-height: 43px;
  letter-spacing: 0px;
}

.section-title.herosub {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
}

.section-title.landing {
  margin-top: 20px;
  margin-bottom: 50px;
}

.section-title.modal-title {
  margin-bottom: 10px;
}

.section-subtitle {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 25px;
  line-height: 27px;
  text-align: center;
}

.section-subtitle.pricingsub {
  margin-bottom: 0px;
}

.section-subtitle.contact-sub {
  margin-bottom: 15px;
}

.section-subtitle.about {
  padding-right: 40px;
  padding-left: 40px;
  font-weight: 500;
}

.section-subtitle.about.partner {
  padding-right: 10px;
  padding-left: 10px;
}

.section-subtitle.about.freelancer {
  padding-right: 0px;
  padding-left: 0px;
}

.section-subtitle.pricing-footer {
  margin-top: 18px;
}

.section-subtitle.contact-links {
  font-size: 40px;
  line-height: 60px;
}

.section-subtitle.contact-links.agencies {
  margin-bottom: 0px;
}

.section-subtitle.contact-lead {
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 20px;
}

.section-subtitle.form {
  margin-top: 10px;
  margin-bottom: 0px;
}

.section-subtitle.form-sent-text {
  color: #fff;
}

.section-subtitle.services-footer {
  margin-top: 20px;
  margin-bottom: 0px;
}

.section-subtitle.land {
  letter-spacing: -1px;
}

.section-subtitle.partner-why-video {
  font-size: 20px;
  line-height: 20px;
  text-align: left;
}

.section-subtitle.partner-stats {
  margin-top: 12px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
}

.section-subtitle.partner-why-footer {
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: 500;
}

.section-subtitle.modal-content {
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
}

.section-subtitle.team-footer {
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-subtitle.agencies-client-footer {
  padding-right: 40px;
  padding-left: 40px;
}

.section-subtitle.agencies-client-text {
  margin-top: 22px;
  margin-bottom: 22px;
}

.section-subtitle.agencies-contact {
  padding-right: 75px;
  padding-left: 75px;
}

.section-subtitle.works-bulk {
  padding-right: 40px;
  padding-left: 40px;
  font-size: 20px;
  line-height: 22px;
}

.section-subtitle.promo-prices {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 32px;
}

.section-subtitle.promo-packages-footer {
  margin-top: 0px;
  margin-bottom: 50px;
}

.footer-text {
  display: inline-block;
  width: 480px;
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  color: #7d8391;
  font-size: 15px;
}

.footer-text.links {
  display: inline;
  width: auto;
  margin-right: 4px;
  line-height: 20px;
  text-align: right;
  text-decoration: none;
}

.footer-text.links.lightbox {
  display: inline;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}

.footer-text.links.lightbox:hover {
  color: #c7d3ed;
}

.footer-text.link-bumper {
  display: inline;
  margin-top: 0px;
}

.social-icon {
  width: 40px;
  height: 40px;
  margin-right: 7px;
  margin-left: 7px;
  padding-top: 9px;
  border-radius: 40px;
  background-color: #596073;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.social-icon:hover {
  background-color: #7f89a3;
}

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

.nav-bar {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #17181c;
}

.nav-bar.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 20;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-bar.header.spacer {
  z-index: 9;
}

.nav-bar.header.landing {
  position: static;
}

.nav-bar.header.partner {
  background-color: #ececec;
}

.brand-column {
  height: 51px;
}

.welcomevid {
  margin-top: 30px;
  margin-bottom: 30px;
}

.dmlk-logo {
  height: 51px;
}

.dmlk-logo:hover {
  opacity: 1;
}

.servicetabber {
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.servicetablink {
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  opacity: 0.75;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #313c5e;
  font-size: 14px;
  font-weight: 700;
}

.servicetablink:hover {
  border-bottom-color: #313c5e;
  opacity: 1;
}

.servicetablink.w--current {
  border-bottom: 3px solid #313c5e;
  background-color: transparent;
  opacity: 0.75;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  font-size: 14px;
}

.section-text {
  margin-top: 20px;
}

.servicetabheading {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.promoslider {
  height: 260px;
  background-color: #eff1f4;
}

.promosliderarrow {
  opacity: 0.75;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #313c5e;
  font-size: 50px;
  font-weight: 400;
}

.promosliderarrow:hover {
  opacity: 1;
}

.promosliderarrow.arrowborder {
  width: 60px;
  height: 60px;
  padding-top: 1px;
  border: 4px solid #313c5e;
  border-radius: 35px;
  background-color: hsla(0, 0%, 100%, 0.67);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.promosliderarrow.arrowborder:hover {
  background-color: #313c5e;
  color: #fff;
}

.promoslide {
  padding-right: 75px;
  padding-left: 76px;
}

.promoslide-rd {
  margin-top: 35px;
  margin-bottom: 0px;
}

.promoslide-davies1 {
  margin-top: 35px;
  margin-bottom: 0px;
}

.promoslide-ricky {
  margin-top: 35px;
  margin-bottom: 0px;
}

.promoslide-bigearth {
  margin-top: 18px;
  margin-bottom: 0px;
}

.promoslide-vicky {
  margin-top: 35px;
  margin-bottom: 0px;
}

.promoslide-mbd {
  margin-top: 43px;
  margin-bottom: 0px;
  text-align: left;
}

.promoslide-dragons {
  margin-top: 7px;
  margin-bottom: 0px;
}

.promoslider-gypsybooth {
  margin-top: 21px;
  margin-bottom: 0px;
}

.promoslide-event {
  margin-top: 38px;
  margin-bottom: 0px;
  text-align: left;
}

.promoslide-daisy {
  margin-top: 41px;
  margin-bottom: 0px;
  text-align: left;
}

.promoslide-landing {
  margin-top: 47px;
  margin-bottom: 0px;
  text-align: left;
}

.promoslide-sids {
  margin-top: 17px;
  margin-bottom: 0px;
}

.promoslide-hana {
  margin-top: 20px;
  margin-bottom: 0px;
}

.bigtext {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 22px;
}

.bigtext.pricingtable-col {
  margin-top: 5px;
  margin-bottom: 5px;
}

.bigtext.contactq {
  margin-top: 25px;
  margin-bottom: 10px;
}

.bigtext.contactq.spacing {
  line-height: 27px;
}

.section-endparagraph {
  margin-bottom: 10px;
}

.tabtextspaced {
  margin-top: 15px;
  margin-bottom: 15px;
}

.emaillink {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 3px solid transparent;
  opacity: 0.95;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #313c5e;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}

.emaillink:hover {
  border-bottom: 3px solid #313c5e;
  opacity: 1;
}

.gallery-slider {
  height: 500px;
}

.gallery-s1 {
  background-image: url('../images/Dominoes-1_1.jpg');
  background-position: 50% 20%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.gallery-truck2 {
  background-image: url('../images/Truck2_1.jpg');
  background-position: 50% 49%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.gallery-sids3 {
  background-image: url('../images/Sids-3.jpg');
  background-position: 50% 52%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.gallery-dolly {
  background-image: url('../images/DollyGreen_1.jpg');
  background-position: 50% 39%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.gallery-interview1 {
  background-image: url('../images/Interview1.jpg');
  background-position: 50% 19%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.gallery-sids1 {
  background-image: url('../images/Sids-1_1.jpg');
  background-position: 50% 42%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.gallery-stadium {
  background-image: url('../images/Stadium.jpg');
  background-position: 50% 27%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.gallery-dominoes2 {
  background-image: url('../images/Dominoes-2_1.jpg');
  background-position: 50% 80%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.gallery-flyrig {
  background-image: url('../images/FlyRig1_1.jpg');
  background-position: 50% 71%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.gallery-horse {
  background-image: url('../images/Horse1.jpg');
  background-position: 50% 41%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.gallery-sids2 {
  background-image: url('../images/Sids-2_1.jpg');
  background-position: 50% 35%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.gallery-cowboy {
  background-image: url('../images/Cowboy-1_1.jpg');
  background-position: 50% 40%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.gallery-truck {
  background-image: url('../images/Truck_1.jpg');
  background-position: 50% 68%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.promoslide-ricky2 {
  margin-top: 17px;
}

.form-main {
  display: inline-block;
  width: 500px;
  margin-top: 0px;
}

.inlinelink {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #313c5e;
  text-decoration: none;
}

.inlinelink:hover {
  border-bottom: 2px solid #313c5e;
}

.inlinelink.contact:hover {
  padding-bottom: 0px;
  border-bottom-width: 2px;
}

.inlinelink.contact.phone {
  font-size: 28px;
}

.promoslide-hush {
  margin-top: 27px;
}

.pricing-table {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footerlink {
  display: inline;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #7d8391;
  line-height: 15px;
  text-decoration: none;
}

.footerlink:hover {
  color: #c7d3ed;
}

.aboutslider {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
}

.aboutslider.logoslider {
  display: block;
  width: 728px;
  height: 149px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.promoslide-sids2 {
  margin-top: 38px;
}

.formcomplete {
  margin-top: 21px;
  margin-right: 200px;
  margin-left: 200px;
  background-color: #ffcb6b;
}

.pricing-vat {
  color: #a6a6a6;
  font-size: 20px;
  line-height: 12px;
  text-align: center;
}

.promoslide-foremost {
  margin-top: 33px;
}

.promoslide-semieta {
  margin-top: 61px;
  text-align: left;
}

.promoslide-tristan1 {
  margin-top: 34px;
}

.promoslide-hana2 {
  margin-top: 37px;
}

.promoslide-tristan2 {
  margin-top: 32px;
}

.herovideobg {
  position: relative;
  overflow: visible;
  width: 940px;
  height: 528px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-image: url('../images/hero-940.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.videoembedd {
  display: block;
  overflow: visible;
  width: 940px;
  height: 528px;
}

.herovideo-lightbox {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 940px;
  height: 528px;
}

.heroplay-icon {
  position: absolute;
  left: 410px;
  top: 204px;
  right: 410px;
  bottom: 204px;
  z-index: 10;
  width: 120px;
  height: 120px;
}

.heroplay-hover {
  position: absolute;
  left: 410px;
  top: 204px;
  right: 410px;
  bottom: 204px;
  display: none;
  width: 120px;
  height: 120px;
  border-radius: 360px;
  background-color: #1d2231;
}

.thumbnail-text {
  display: inline-block;
  height: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
}

.lightbox-buttons {
  width: 300px;
  height: 230px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #cecece;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.lightbox-buttons.a {
  background-color: #2c9986;
}

.lightbox-buttons.b {
  background-color: #992c2c;
}

.lightbox-buttons.c {
  background-color: #2c6999;
}

.lightbox-buttons.d {
  background-color: #cc7729;
}

.lightbox-buttons.e {
  background-color: #52c597;
}

.lightbox-buttons.f {
  background-color: #52a4c4;
}

.lightbox-buttons.service-c {
  margin-bottom: 0px;
  background-color: #2c6999;
}

.lightbox-buttons.service-d {
  margin-bottom: 0px;
  background-color: #cc7729;
}

.lightbox-buttons.services-a {
  margin-bottom: 0px;
  background-color: #2c9986;
}

.lightbox-buttons.services-b {
  margin-bottom: 0px;
  background-color: #992c2c;
}

.lightbox-buttons.services-f {
  margin-bottom: 0px;
  background-color: #52a4c4;
}

.lightbox-bg {
  height: 169px;
}

.lightbox-bg.whyvideo {
  background-image: url('../images/a-video.gif'), url('../images/a-video.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.lightbox-bg.whydmlk {
  background-image: url('../images/b-dmlk.gif'), url('../images/b-dmlk.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.lightbox-bg.clientssay {
  background-image: url('../images/c-clients.gif'), url('../images/c-clients.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.lightbox-bg.music-video {
  background-image: url('../images/Music-Video-Reduced-TEST.gif');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-bg.promo {
  background-image: url('../images/1-promo.gif');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-bg.animate {
  background-image: url('../images/2-animate.gif');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-bg.music {
  background-image: url('../images/N2-event-small.gif');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-bg.showreel {
  background-image: url('../images/N1-Content-small.gif');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-bg.docu {
  background-image: url('../images/5-docu.gif'), url('../images/5-docu.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.lightbox-bg.narrative {
  background-image: url('../images/N3-creative-small.gif');
  background-position: 0px 0px;
  background-size: cover;
}

.lightbox-bg.whyanimated {
  background-image: url('../images/d-whyanimated.gif'), url('../images/d-whyanimated.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.lightbox-play-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-top: 50px;
  background-image: url('../images/1456961508_play-circle-outline-white.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logos-intro {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 25px;
}

.services-second-row {
  margin-top: 10px;
}

.gallery-sunset {
  background-image: url('../images/Sunset_1.jpg');
  background-position: 50% 66%;
  background-size: cover;
}

.test {
  width: 940px;
  height: 528px;
}

.video-bg {
  width: 940px;
  height: 528px;
}

.newinlinelink {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.newinlinelink:hover {
  color: #107fd6;
  text-decoration: none;
}

.newinlinelink.lighter {
  color: #3898ec;
}

.newinlinelink.lighter:hover {
  color: #006fcf;
}

.pricing-block {
  position: relative;
  height: 488px;
  padding: 15px 10px;
  border-radius: 20px;
  background-color: rgba(44, 105, 153, 0.48);
}

.pricing-block.single {
  background-color: rgba(89, 159, 214, 0.3);
}

.pricing-block.series {
  background-color: rgba(89, 159, 214, 0.5);
}

.pricing-block.campaign {
  background-color: rgba(89, 159, 214, 0.7);
}

.pricing-block.overview {
  background-color: rgba(89, 159, 214, 0.3);
}

.pricing-block.types {
  height: auto;
  padding-bottom: 15px;
  background-color: hsla(0, 0%, 68.6%, 0.48);
}

.pricing-block-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.pricing-block-text.heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
}

.pricing-block-text.heading.types {
  font-size: 30px;
  line-height: 32px;
}

.pricing-block-text.videos {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pricing-block-text.target {
  margin-top: 13px;
  margin-bottom: 10px;
  font-style: italic;
}

.pricing-block-text.subheading {
  margin-top: 15px;
  font-weight: 700;
}

.pricing-block-text.subheading.types {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}

.pricing-block-text.subheading.single-price {
  margin-top: 15px;
  font-size: 25px;
}

.pricing-block-text.body {
  margin-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.pricing-block-text.body.commercial {
  width: 550px;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.pricing-block-text.price {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 15px;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}

.pricing-block-text.commercial-price {
  width: 180px;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-align: right;
}

.pricing-block-text.target-types {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 18px;
  font-style: italic;
}

.form {
  display: inline-block;
  width: 500px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 16px;
}

.submit-button {
  border-radius: 10px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.submit-button:hover {
  background-color: #006fcf;
}

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

.form-sent-button {
  display: inline-block;
  border-radius: 10px;
  background-color: #ccc;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 15px;
}

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

.landing {
  margin-top: 0px;
}

.blue-number {
  color: #3898ec;
}

.land {
  color: #fff;
}

.footer-text-wrapper {
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.inline-text-lightbox-link {
  display: inline;
  text-decoration: none;
}

.stat-source {
  display: block;
  padding-top: 0px;
  font-size: 13px;
  line-height: 13px;
  font-style: italic;
}

.why-video-modal {
  position: fixed;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100%;
  margin-top: -67px;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
}

.why-modal-content {
  position: relative;
  display: block;
  width: 750px;
  height: 70%;
  margin-top: 122px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border-radius: 12px;
  background-color: #ececec;
}

.why-modal-stat-wrapper {
  position: relative;
  height: 100%;
  margin-top: -63px;
  margin-bottom: -10px;
  padding-top: 70px;
  padding-bottom: 26px;
}

.why-modal-content-scroller {
  overflow: scroll;
  height: 100%;
}

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

.team-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
}

.team-block {
  display: inline-block;
  width: 400px;
  padding-top: 110px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 20px;
  background-color: rgba(89, 159, 214, 0.3);
}

.team-photo {
  position: relative;
  width: 220px;
  margin-bottom: -110px;
}

.team-name {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 37px;
  line-height: 32px;
  font-weight: 400;
}

.team-details {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}

.team-strikethrough {
  text-decoration: line-through;
}

.commercial-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 10px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  background-color: rgba(144, 238, 222, 0.8);
}

.commercial-pricing._2 {
  background-color: #eee390;
}

.commercial-pricing.animated {
  background-color: rgba(252, 237, 126, 0.83);
}

.commercial-pricing.social {
  background-color: rgba(255, 184, 184, 0.8);
}

.commercial-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.commercial-image {
  width: 150px;
}

.commercial-text {
  margin-left: 20px;
  text-align: left;
}

.commercial-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.message-sent {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 25px;
  line-height: 27px;
}

.success-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.form-error {
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 27px;
}

.form-success-container {
  border-radius: 10px;
  background-color: #a6f1e4;
}

.for-error-container {
  border-radius: 10px;
}

.company-logos {
  width: 800px;
}

.important-text {
  font-weight: 700;
}

.services-entry {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -7px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(44, 105, 153, 0.2);
  text-align: center;
}

.services-entry.promotional {
  background-color: rgba(44, 105, 153, 0.2);
}

.services-entry.content {
  background-color: rgba(204, 119, 41, 0.2);
}

.services-entry.event {
  background-color: rgba(44, 153, 134, 0.2);
}

.services-entry.animated {
  background-color: rgba(153, 44, 44, 0.2);
}

.services-entry.creative {
  background-color: rgba(82, 164, 196, 0.2);
}

.services-text {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.services-entry-text {
  width: 615px;
  margin-bottom: 20px;
  margin-left: 25px;
}

.services-entry-text p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
}

.row {
  width: 960px;
}

.services-pricing-corner {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-right: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #2c6999;
}

.services-pricing-corner.promotional {
  background-color: #2c6999;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.services-pricing-corner.promotional:hover {
  background-color: #001d35;
}

.services-pricing-corner.content {
  background-color: #cc7729;
}

.services-pricing-corner.event {
  background-color: #2c9986;
}

.services-pricing-corner.animated {
  background-color: #992c2c;
}

.services-pricing-corner.creative {
  background-color: #52a4c4;
}

.services-pricing-corner.promotional-close {
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2c6999;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.services-pricing-corner.promotional-close:hover {
  background-color: #001d35;
}

.services-price-text {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.services-link-box {
  text-decoration: none;
}

.promotional-packages {
  position: relative;
  display: none;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  border-radius: 20px;
  background-color: rgba(44, 105, 153, 0.1);
}

.service-promo-pricing-padding {
  height: 35px;
}

@media screen and (max-width: 991px) {
  body {
    margin-top: 41px;
  }

  ul {
    padding-left: 20px;
  }

  li {
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 17px;
  }

  .section.hero {
    padding-top: 30px;
  }

  .section.centered.land {
    padding-bottom: 40px;
  }

  .nav-link {
    margin-right: 7px;
    margin-left: 7px;
    font-size: 13px;
  }

  .nav-link.sign-up.hero-button.landing {
    width: 340px;
    font-size: 20px;
    line-height: 30px;
  }

  .nav-column {
    height: 30px;
    padding-top: 9px;
  }

  .hero-heading {
    margin-bottom: 30px;
  }

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

  .section-title.landing {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .section-subtitle {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 22px;
  }

  .section-subtitle.contact-links {
    font-size: 35px;
    line-height: 50px;
  }

  .section-subtitle.contact-lead {
    margin-top: 25px;
    font-size: 18px;
    line-height: 18px;
  }

  .section-subtitle.services-footer {
    margin-top: 15px;
  }

  .section-subtitle.agencies-client-text {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 19px;
  }

  .section-subtitle.agencies-contact {
    padding-right: 50px;
    padding-left: 50px;
  }

  .section-subtitle.works-bulk {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 17px;
    line-height: 19px;
  }

  .section-subtitle.how-it-works {
    padding-right: 80px;
    padding-left: 80px;
  }

  .section-subtitle.promo-prices {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .section-subtitle.promo-packages-footer {
    margin-top: 1px;
  }

  .footer-text {
    display: block;
    margin-right: auto;
    margin-bottom: 22px;
    margin-left: auto;
    text-align: center;
  }

  .right-footer-col {
    display: block;
    text-align: center;
  }

  .nav-bar.header {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .nav-bar.header.spacer {
    z-index: 9;
  }

  .brand-column {
    height: 39px;
  }

  .dmlk-logo {
    height: 39px;
  }

  .servicetablink {
    padding-right: 5px;
    padding-left: 5px;
  }

  .promoslider {
    height: 290px;
  }

  .promoslide-rd {
    margin-top: 0px;
  }

  .promoslide-davies1 {
    margin-top: 0px;
  }

  .promoslide-ricky {
    margin-top: 0px;
  }

  .promoslide-bigearth {
    margin-top: 0px;
  }

  .promoslide-vicky {
    margin-top: 0px;
  }

  .promoslide-mbd {
    margin-top: 0px;
  }

  .promoslide-dragons {
    margin-top: 0px;
  }

  .promoslider-gypsybooth {
    margin-top: 0px;
  }

  .promoslide-event {
    margin-top: 0px;
  }

  .promoslide-daisy {
    margin-top: 0px;
  }

  .promoslide-landing {
    margin-top: 0px;
  }

  .promoslide-sids {
    margin-top: 0px;
  }

  .promoslide-hana {
    margin-top: 0px;
  }

  .gallery-slider {
    height: 300px;
  }

  .promoslide-ricky2 {
    margin-top: 0px;
  }

  .promoslide-hush {
    margin-top: 0px;
  }

  .aboutslider.logoslider {
    width: 538px;
    height: 110px;
  }

  .aboutcolumn {
    padding-right: 100px;
    padding-left: 100px;
  }

  .promoslide-sids2 {
    margin-top: 0px;
  }

  .pricing-vat {
    color: rgba(0, 0, 0, 0.38);
  }

  .herovideobg {
    width: 728px;
    height: 409px;
    background-image: url('../images/partners-728.gif'), url('../images/hero-940.jpg');
    background-position: 50% 50%, 50% 50%;
    background-size: auto, cover;
  }

  .herovideobg.main {
    background-image: url('../images/main-728gif.gif'), url('../images/hero-940.jpg');
    background-size: auto, cover;
  }

  .herovideo-lightbox {
    width: 728px;
    height: 409px;
  }

  .heroplay-icon {
    left: 314px;
    top: 155px;
    right: 314px;
    bottom: 154px;
    width: 100px;
    height: 100px;
  }

  .heroplay-hover {
    left: 314px;
    top: 155px;
    right: 314px;
    bottom: 154px;
    width: 100px;
    height: 100px;
  }

  .thumbnail-text {
    height: 20px;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 20px;
  }

  .lightbox-buttons {
    width: 229px;
    height: 175px;
  }

  .lightbox-bg {
    height: 129px;
  }

  .lightbox-play-icon {
    position: static;
    width: 55px;
    height: 55px;
    margin-top: 37px;
  }

  .logos-intro {
    margin-top: 15px;
  }

  .services-second-row {
    margin-top: 8px;
  }

  .gallery-sunset {
    background-position: 50% 59%;
  }

  .pricing-block {
    height: 480px;
  }

  .pricing-block.single {
    height: 430px;
  }

  .pricing-block.series {
    height: 430px;
  }

  .pricing-block.campaign {
    height: 430px;
  }

  .pricing-block-text {
    font-size: 17px;
    line-height: 17px;
  }

  .pricing-block-text.heading {
    font-size: 35px;
    line-height: 35px;
  }

  .pricing-block-text.heading.types {
    font-size: 28px;
    line-height: 28px;
  }

  .pricing-block-text.subheading {
    font-size: 19px;
    line-height: 19px;
  }

  .pricing-block-text.subheading.types {
    font-size: 17px;
    line-height: 14px;
  }

  .pricing-block-text.subheading.single-price {
    margin-top: 15px;
  }

  .pricing-block-text.body {
    font-size: 14px;
    line-height: 14px;
  }

  .pricing-block-text.body.commercial {
    width: 358px;
  }

  .pricing-block-text.target-types {
    font-size: 17px;
  }

  .form {
    width: 450px;
  }

  .why-video-modal {
    margin-top: -41px;
  }

  .why-modal-content {
    width: 700px;
    height: 80%;
    margin-top: 65px;
    padding-bottom: 0px;
  }

  .team-block {
    width: 344px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .team-photo {
    z-index: 10;
    display: block;
    width: 180px;
    margin-right: auto;
    margin-left: auto;
  }

  .team-name {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 34px;
  }

  .team-details {
    font-size: 19px;
  }

  .commercial-left {
    margin-right: 10px;
  }

  .commercial-image {
    width: 150px;
  }

  .commercial-right {
    margin-left: 10px;
  }

  .message-sent {
    font-size: 20px;
    line-height: 22px;
  }

  .form-error {
    font-size: 20px;
    line-height: 22px;
  }

  .company-logos {
    width: 600px;
  }

  .services-entry-text {
    width: 474px;
    margin-bottom: 15px;
  }

  .services-entry-text p {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 18px;
  }

  .services-pricing-corner.promotional {
    height: 25px;
  }

  .services-pricing-corner.content {
    height: 25px;
  }

  .services-pricing-corner.event {
    height: 25px;
  }

  .services-pricing-corner.animated {
    height: 25px;
  }

  .services-pricing-corner.creative {
    height: 25px;
  }

  .services-pricing-corner.promotional-close {
    height: 25px;
  }

  .services-price-text {
    font-size: 16px;
    line-height: 17px;
  }
}

@media screen and (max-width: 767px) {
  body {
    margin-top: 42px;
  }

  p {
    margin-bottom: 10px;
  }

  .section {
    padding: 20px 15px;
  }

  .section.hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.centered.land {
    padding-bottom: 30px;
  }

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

  .nav-link.sign-up.hero-button {
    padding-right: 17px;
    padding-left: 17px;
    font-size: 25px;
    line-height: 25px;
  }

  .nav-column {
    display: none;
    height: 1px;
    padding-top: 0px;
    text-align: center;
  }

  .hero-heading {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }

  .section-title {
    margin-top: 0px;
    font-size: 35px;
    line-height: 35px;
  }

  .section-title.tagline {
    font-size: 31px;
    line-height: 31px;
  }

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

  .section-title.landing {
    margin-bottom: 20px;
  }

  .section-subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .section-subtitle.about {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-subtitle.pricing {
    padding-right: 55px;
    padding-left: 55px;
  }

  .section-subtitle.contact-links {
    font-size: 30px;
    line-height: 40px;
  }

  .section-subtitle.contact-lead {
    margin-top: 20px;
  }

  .section-subtitle.form-sent-text {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
  }

  .section-subtitle.services-footer {
    margin-top: 10px;
  }

  .section-subtitle.land {
    letter-spacing: 0px;
  }

  .section-subtitle.agencies-client-text {
    font-size: 18px;
  }

  .section-subtitle.agencies-contact {
    padding-right: 60px;
    padding-left: 60px;
  }

  .section-subtitle.works-bulk {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 17px;
  }

  .section-subtitle.how-it-works {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-subtitle.promo-packages-footer {
    margin-top: -10px;
  }

  .footer-text {
    margin-bottom: 22px;
  }

  .footer-text.links {
    display: inline-block;
    margin: 0px 4px 0px auto;
    text-align: center;
  }

  .right-footer-col {
    text-align: center;
  }

  .nav-bar {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .nav-bar.header {
    z-index: 5;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-bar.header.nav-bar-mobile {
    position: static;
    z-index: 20;
    margin-top: -50px;
  }

  .nav-bar.header.spacer {
    z-index: 9;
  }

  .nav-bar.header.landing {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .brand-column {
    height: 40px;
    text-align: center;
  }

  .brand-column.landing {
    height: 34px;
  }

  .brand-column.privac {
    padding-top: 4px;
  }

  .dmlk-logo {
    height: 34px;
  }

  .servicetablink {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .servicetablink.w--current {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .section-text {
    margin-top: 10px;
  }

  .promoslider {
    height: 480px;
  }

  .promosliderarrow {
    font-size: 30px;
  }

  .promosliderarrow.arrowborder {
    width: 40px;
    height: 40px;
  }

  .promoslide {
    padding-right: 35px;
    padding-left: 35px;
  }

  .promoslide-rd {
    margin-top: 10px;
  }

  .promoslide-davies1 {
    margin-top: 10px;
  }

  .promoslide-ricky {
    margin-top: 10px;
  }

  .promoslide-bigearth {
    margin-top: 10px;
  }

  .promoslide-vicky {
    margin-top: 10px;
  }

  .promoslide-mbd {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .promoslide-dragons {
    margin-top: 10px;
  }

  .promoslider-gypsybooth {
    margin-top: 10px;
  }

  .promoslide-event {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .promoslide-daisy {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .promoslide-landing {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .promoslide-sids {
    margin-top: 10px;
  }

  .promoslide-hana {
    margin-top: 10px;
  }

  .gallery-slider {
    height: 200px;
  }

  .gallery-s1 {
    background-image: url('../images/Dominoes-1.jpg');
    background-size: cover;
  }

  .gallery-truck2 {
    background-image: url('../images/Truck2.jpg');
    background-size: cover;
  }

  .gallery-sids3 {
    background-image: url('../images/Sids-3_1.jpg');
    background-size: cover;
  }

  .gallery-dolly {
    background-image: url('../images/DollyGreen.jpg');
    background-size: cover;
  }

  .gallery-interview1 {
    background-image: url('../images/Interview1_1.jpg');
    background-size: cover;
  }

  .gallery-sids1 {
    background-image: url('../images/Sids-1.jpg');
    background-size: cover;
  }

  .gallery-stadium {
    background-image: url('../images/Stadium.jpg');
    background-position: 50% 27%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .gallery-dominoes2 {
    background-image: url('../images/Dominoes-2.jpg');
    background-size: cover;
  }

  .gallery-flyrig {
    background-image: url('../images/FlyRig1.jpg');
    background-size: cover;
  }

  .gallery-horse {
    background-image: url('../images/Horse1_1.jpg');
    background-size: cover;
  }

  .gallery-sids2 {
    background-image: url('../images/Sids-2.jpg');
    background-size: cover;
  }

  .gallery-cowboy {
    background-image: url('../images/Cowboy-1.jpg');
    background-size: cover;
  }

  .gallery-truck {
    background-image: url('../images/Truck.jpg');
    background-size: cover;
  }

  .promoslide-ricky2 {
    margin-top: 10px;
  }

  .promoslider-arrowbox {
    width: 35px;
  }

  .form-main {
    width: 400px;
  }

  .promoslide-hush {
    margin-top: 10px;
  }

  .mobilenav {
    z-index: 5;
    display: block;
    height: 42px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #17181c;
  }

  .mobilenav.header.partner {
    background-color: #ececec;
  }

  .mn-logo {
    width: 200px;
  }

  .mn-button {
    padding: 0px;
    border: 3px solid transparent;
    border-radius: 10px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    color: hsla(0, 0%, 100%, 0.81);
    font-size: 30px;
  }

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

  .mn-button.w--open {
    border: 3px solid #fff;
    border-radius: 10px;
    background-color: transparent;
    color: #fff;
  }

  .mn-button.partner {
    border-color: transparent;
    color: rgba(0, 0, 0, 0.81);
  }

  .mn-button.partner:hover {
    border-color: #000;
    color: #000;
  }

  .mn-button.partner:focus {
    border-color: #000;
  }

  .mn-button.partner.w--open {
    border-color: #000;
  }

  .mn-block {
    padding-right: 30px;
    padding-left: 30px;
  }

  .mn-bar {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 10;
  }

  .mn-section {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 10;
  }

  .mn-section.landing {
    position: static;
  }

  .mn-menu {
    background-color: #2c2e36;
    font-family: Montserrat, sans-serif;
    color: hsla(0, 0%, 100%, 0.81);
    font-size: 13px;
    text-align: center;
  }

  .mn-link {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    color: hsla(0, 0%, 100%, 0.81);
    text-align: center;
  }

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

  .mn-link.w--current {
    color: #fff;
  }

  .mn-icon {
    display: inline-block;
  }

  .aboutslider.logoslider {
    width: 450px;
    height: 92px;
  }

  .aboutcolumn {
    padding-right: 0px;
    padding-left: 0px;
  }

  .promoslide-sids2 {
    margin-bottom: 0px;
  }

  .formcomplete {
    margin-right: 100px;
    margin-left: 100px;
  }

  .pricing-vat {
    height: 20px;
    padding-top: 0px;
  }

  .herovideobg {
    display: inline-block;
    width: 538px;
    height: 302px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url('../images/partners-538.gif'), url('../images/hero-538.jpg');
    background-position: 50% 50%, 50% 50%;
    background-size: auto, cover;
  }

  .herovideobg.main {
    background-image: url('../images/main-538gif.gif'), url('../images/hero-538.jpg');
    background-size: auto, cover;
  }

  .herovideo-lightbox {
    width: 538px;
    height: 302px;
  }

  .heroplay-icon {
    left: 229px;
    top: 111px;
    right: 229px;
    bottom: 111px;
    width: 80px;
    height: 80px;
  }

  .heroplay-hover {
    left: 229px;
    top: 111px;
    right: 229px;
    bottom: 111px;
    width: 80px;
    height: 80px;
  }

  .thumbnail-text {
    height: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 26px;
  }

  .lightbox-buttons {
    width: 300px;
    height: 230px;
  }

  .lightbox-buttons.service-c {
    margin-bottom: 10px;
  }

  .lightbox-buttons.service-d {
    margin-bottom: 10px;
  }

  .lightbox-buttons.services-a {
    margin-bottom: 10px;
  }

  .lightbox-buttons.services-b {
    margin-bottom: 10px;
  }

  .lightbox-buttons.services-f {
    margin-bottom: 10px;
  }

  .lightbox-bg {
    height: 169px;
  }

  .lightbox-play-icon {
    width: 70px;
    height: 70px;
    margin-top: 50px;
  }

  .logos-intro {
    margin-top: 10px;
  }

  .services-second-row {
    margin-top: 0px;
  }

  .gallery-sunset {
    background-image: url('../images/Sunset.jpg');
    background-position: 50% 66%;
    background-size: cover;
  }

  .pricing-block {
    display: inline-block;
    width: 300px;
    height: 450px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-block.single {
    height: 275px;
  }

  .pricing-block.series {
    height: 339px;
  }

  .pricing-block.campaign {
    height: 420px;
  }

  .pricing-block.animation {
    display: block;
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(252, 237, 126, 0.83);
  }

  .pricing-block.commercial {
    display: block;
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(144, 238, 222, 0.8);
  }

  .pricing-block.overview {
    height: 340px;
  }

  .pricing-block-text {
    font-size: 15px;
    line-height: 15px;
  }

  .pricing-block-text.heading.no-sub {
    margin-bottom: 10px;
  }

  .pricing-block-text.subheading {
    font-size: 20px;
    line-height: 20px;
  }

  .pricing-block-text.subheading.single-price {
    margin-top: 20px;
  }

  .pricing-block-text.price {
    display: inline-block;
  }

  .form {
    width: 350px;
  }

  .form-sent-button {
    display: inline-block;
  }

  .why-video-modal {
    display: none;
    margin-top: -42px;
  }

  .why-modal-content {
    width: 500px;
    height: 80%;
    margin-top: 30px;
    padding-bottom: 0px;
  }

  .why-modal-stat-wrapper {
    padding-top: 63px;
  }

  .team-wrapper {
    margin-bottom: 20px;
  }

  .team-block {
    width: 360px;
  }

  .team-name {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .team-details {
    font-size: 16px;
    line-height: 18px;
  }

  .message-sent {
    font-size: 18px;
    line-height: 20px;
  }

  .form-error {
    font-size: 18px;
    line-height: 20px;
  }

  .company-logos {
    width: 450px;
  }

  .services-entry {
    padding-top: 10px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services-entry-text {
    width: 90%;
    margin-right: 25px;
  }

  .services-pricing-corner.promotional {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .services-pricing-corner.content {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .services-pricing-corner.event {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .services-pricing-corner.animated {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .services-pricing-corner.creative {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .services-pricing-corner.promotional-close {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .promotional-packages {
    display: none;
  }

  .service-promo-pricing-padding {
    height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-right: 11px;
  }

  .section.hero {
    padding: 15px;
  }

  .section.grey {
    padding-right: 15px;
  }

  .section.centered {
    padding-right: 15px;
  }

  .nav-link {
    display: inline-block;
    margin-bottom: 5px;
    padding-top: 8px;
    padding-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-width: 3px;
  }

  .nav-link.sign-up {
    display: inline-block;
    width: 140px;
    border-bottom-style: none;
  }

  .nav-link.sign-up.hero-button {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .nav-link.sign-up.hero-button.landing {
    width: 270px;
    font-size: 18px;
    line-height: 25px;
  }

  .nav-link.sign-up.modal-button {
    width: 180px;
  }

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

  .section-title.tagline {
    font-size: 28px;
    line-height: 28px;
  }

  .section-title.herosub {
    font-size: 17px;
    line-height: 17px;
  }

  .section-subtitle.pricing {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-subtitle.agencies-contact {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-subtitle.how-it-works {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-subtitle.promo-packages-footer {
    margin-top: -20px;
  }

  .footer-text {
    width: 250px;
    font-size: 14px;
    line-height: 16px;
  }

  .welcomevid {
    width: 290px;
    height: 163px;
  }

  .servicetabber {
    text-align: center;
  }

  .servicetablink {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom-style: none;
    text-align: center;
  }

  .servicetablink.w--current {
    border-bottom-style: none;
    opacity: 1;
    text-align: center;
  }

  .promoslider {
    height: 460px;
  }

  .form-main {
    width: 250px;
  }

  .mobilenav.header.landing {
    text-align: center;
  }

  .mn-logobox.landing {
    position: static;
    display: inline-block;
    padding-left: 0px;
    text-align: left;
  }

  .aboutslider.logoslider {
    width: 290px;
    height: 60px;
  }

  .formcomplete {
    margin-right: 0px;
    margin-left: 0px;
  }

  .pricing-vat {
    height: 20px;
    padding-top: 4px;
    padding-right: 0px;
    line-height: 11px;
  }

  .herovideobg {
    width: 290px;
    height: 163px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-image: url('../images/partners-290.gif'), url('../images/hero-538.jpg');
    background-size: auto, cover;
  }

  .herovideobg.main {
    background-image: url('../images/main-290gif.gif'), url('../images/hero-538.jpg');
    background-size: auto, cover;
  }

  .herovideo-lightbox {
    width: 290px;
    height: 163px;
  }

  .heroplay-icon {
    left: 118px;
    top: 55px;
    right: 118px;
    bottom: 54px;
    width: 54px;
    height: 54px;
  }

  .heroplay-hover {
    left: 118px;
    top: 55px;
    right: 118px;
    bottom: 54px;
    width: 54px;
    height: 54px;
  }

  .thumbnail-text {
    height: 24px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 24px;
  }

  .lightbox-buttons {
    width: 274px;
    height: 208px;
  }

  .lightbox-bg {
    height: 154px;
  }

  .lightbox-play-icon {
    width: 60px;
    height: 60px;
    margin-top: 47px;
  }

  .logos-intro {
    margin-top: 5px;
    font-size: 15px;
  }

  .gallery-sunset {
    background-position: 50% 50%;
  }

  .pricing-block {
    width: 253px;
    height: 465px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .pricing-block.campaign {
    height: 420px;
  }

  .pricing-block-text.subheading.types {
    font-size: 17px;
  }

  .pricing-block-text.subheading.single-price {
    font-size: 23px;
    line-height: 18px;
  }

  .pricing-block-text.price {
    font-size: 25px;
  }

  .form {
    width: 250px;
  }

  .why-modal-content {
    width: 280px;
    padding-bottom: 30px;
  }

  .why-modal-stat-wrapper {
    padding-bottom: 20px;
  }

  .team-block {
    width: 271px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .company-logos {
    width: 290px;
  }

  .service-promo-pricing-padding {
    height: 10px;
  }
}

