@charset "UTF-8";

@font-face {
  font-family: "ciclesemi";
  src: url("../fonts/cicle_semi-webfont.eot");
  src: url("../fonts/cicle_semi-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/cicle_semi-webfont.woff2") format("woff2"),
    url("../fonts/cicle_semi-webfont.woff") format("woff"),
    url("../fonts/cicle_semi-webfont.ttf") format("truetype"),
    url("../fonts/cicle_semi-webfont.svg#ciclesemi") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ciclesemi_italic";
  src: url("../fonts/cicle_semi_italic-webfont.eot");
  src: url("../fonts/cicle_semi_italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/cicle_semi_italic-webfont.woff2") format("woff2"),
    url("../fonts/cicle_semi_italic-webfont.woff") format("woff"),
    url("../fonts/cicle_semi_italic-webfont.ttf") format("truetype"),
    url("../fonts/cicle_semi_italic-webfont.svg#ciclesemi_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "league_gothicregular";
  src: url("../fonts/leaguegothic-regular-webfont.eot");
  src: url("../fonts/leaguegothic-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/leaguegothic-regular-webfont.woff2") format("woff2"),
    url("../fonts/leaguegothic-regular-webfont.woff") format("woff"),
    url("../fonts/leaguegothic-regular-webfont.ttf") format("truetype"),
    url("../fonts/leaguegothic-regular-webfont.svg#league_gothicregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "new_athletic_m54regular";
  src: url("../fonts/new_athletic_m54-webfont.eot");
  src: url("../fonts/new_athletic_m54-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/new_athletic_m54-webfont.woff2") format("woff2"),
    url("../fonts/new_athletic_m54-webfont.woff") format("woff"),
    url("../fonts/new_athletic_m54-webfont.ttf") format("truetype"),
    url("../fonts/new_athletic_m54-webfont.svg#new_athletic_m54regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

/**************************************/
/*              GLOBALS               */
/**************************************/
* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  height: 100%;
  background: #000;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222222;
  font-size: 0;
  min-width: 320px;
  white-space: nowrap;
  overflow-x: hidden;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
::-moz-selection {
  background: #cc0000; /* Safari */
  color: #ffffff;
}
::selection {
  background: #cc0000; /* Safari */
  color: #ffffff;
}
::-moz-selection {
  background: #cc0000; /* Firefox */
  color: #ffffff;
}
#wrapper {
  margin-left: 0;
  min-height: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  -webkit-transition: margin 300ms ease-out;
  -o-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out;
}
#wrapper.open {
  margin-left: 350px;
}
#load {
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
}
#load .logo {
  position: absolute;
  background-size: contain;
  width: 600px;
  width: 40%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
}
#load .loading {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -40px;
  font-size: 14px;
  color: #eee;
  font-family: "ciclesemi";
  text-transform: uppercase;
}
#load .loading span {
  margin-top: 4px;
  display: inline-block;
  vertical-align: top;
}
#load .loading .spinner {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
}

/**************************************/
/*                MENU                */
/**************************************/
#menu {
  position: fixed;
  background: url(../img/menu_bg.jpg) repeat-y center top;
  top: 0;
  left: 0;
  display: inline-block;
  width: 350px;
  height: 100%;
  margin-left: -350px;
  z-index: 6000;
  -webkit-transition: margin 300ms ease-out;
  -o-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out;
}
#menu.open {
  margin-left: 0;
}
#menu #closeButton {
  position: absolute;
  top: 14px;
  right: 5px;
  font-size: 25px;
  width: 25px;
  height: 25px;
}
#menu #closeButton a {
  color: rgba(245, 245, 245, 0.9);
  text-decoration: none;
  position: fixed;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#menu #closeButton a:hover {
  color: rgba(245, 245, 245, 1);
}
#menu > div:not(:first-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
#menu .logo {
  background: url(../img/dse_logo_med.png) no-repeat center center;
  background-size: contain;
  width: 236px;
  height: 67px;
  margin: 0 auto 35px;
}
#menu ul {
  padding: 0;
}
#menu li {
  list-style: none;
  margin: 18px;
}
#menu ul a {
  font-family: "ciclesemi";
  font-size: 20px;
  letter-spacing: 6px;
  padding: 6px 4px 4px 11px;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(245, 245, 245, 0.9);
  border: 1px solid rgba(245, 245, 245, 0);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#menu ul a:hover,
#menu ul a.active {
  color: rgba(245, 245, 245, 1);
  border: 1px solid rgba(245, 245, 245, 1);
}
#menu ul li ul {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#menu ul li ul li {
  margin: 10px;
  position: relative;
  overflow: hidden;
}
#menu ul li ul li a {
  border: none;
  font-size: 14px;
  padding: 3px 2px 2px 5px;
  position: relative;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#menu ul li ul li a:hover {
  border: none;
  color: rgba(245, 245, 245, 1);
}
#menu ul li ul li a:before,
#menu ul li ul li a:after {
  content: "";
  position: absolute;
  height: 0;
  border-top: 1px solid rgba(245, 245, 245, 0);
  top: 50%;
  width: 200px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#menu ul li ul li a:before {
  margin-left: -208px;
}
#menu ul li ul li a:after {
  margin-left: 5px;
}
#menu ul li ul li a:hover:before,
#menu ul li ul li a:hover:after {
  border-top: 1px solid rgba(245, 245, 245, 1);
}
#hamburger {
  position: fixed;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  top: 1.25rem;
  left: 1.25rem;
  border: none;
  z-index: 6000;
  opacity: 0.2;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#hamburger.open {
  margin-left: 350px;
}
#hamburger:hover {
  opacity: 1;
}
#hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 0;
  width: 100%;
  border: 0.125rem solid rgba(255, 255, 255, 1);
  border-radius: 1.25rem;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#hamburger.open span {
  height: 2.188rem;
  width: 2.188rem;
  border-width: 0.25rem;
}
#hamburger span:before,
#hamburger span:after {
  content: "";
  position: absolute;
  left: -0.125rem;
  width: 1.25rem;
  height: 0.25rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.125rem;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#hamburger.open span:before,
#hamburger.open span:after {
  top: 0.713rem;
  left: 0.213rem;
  width: 1.25rem;
}
#hamburger span:before {
  top: -0.625rem;
}
#hamburger.open span:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#hamburger span:after {
  top: 0.375rem;
}
#hamburger.open span:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
#overlay {
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
}
@media only screen and (min-width: 474px) {
  #menu #closeButton {
    display: none;
  }
}
/**************************************/
/*               HEADER               */
/**************************************/
#header {
  position: relative;
  height: 100vh;
}
#headerMobile .logo {
  position: relative;
  background: url(../img/dse_logo_lrg.png) no-repeat center center;
  background-size: contain;
  width: 40%;
  margin: 0 auto;
  z-index: 100;
}
video {
  display: block;
  width: 100%;
  height: auto;
}
video#bgvid {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.5;
  -webkit-transition: margin 300ms ease-out;
  -o-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out;
}
video#bgvid.open {
  margin-left: 350px;
}
#header .overlay {
  width: 100%;
  height: 100%;
}
#header .logo {
  position: absolute;
  background: url(../img/dse_logo_lrg.png) no-repeat center center;
  background-size: contain;
  width: 40%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 100;
}
#header .controls {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}
#header .overlay .scroll,
#header .controls a {
  position: relative;
  display: block;
  margin-bottom: 12px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0);
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#header .overlay .scroll {
  position: absolute;
  bottom: calc(5% + 70px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
#header .overlay .tour {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding-bottom: 20px;
}
#header .overlay .tour a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}
#header .overlay .tour img {
  width: auto;
  height: 100%;
}
#header .controls a span {
  position: absolute;
  right: calc(100% + 0.5rem);
  top: 0.4rem;
}
#header .overlay .scroll div {
  display: block;
  color: rgba(255, 255, 255, 0.2);
  font-size: 40px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#header .controls a div {
  display: block;
  color: rgba(255, 255, 255, 0.2);
  font-size: 25px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

#header .overlay .scroll:hover div,
#header .overlay .scroll:hover,
#header .controls a:hover div,
#header .controls a:hover {
  color: rgba(255, 255, 255, 1);
}

@media only screen and (max-width: 1285px) {
  #header .overlay .tour img {
    width: 95%;
    height: auto;
  }
}
/**************************************/
/*               BANNER               */
/**************************************/
#banner {
  position: relative;
  overflow: hidden;
  font-size: 0;
}
#banner img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
}
#banner .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  cursor: pointer;
}

/**************************************/
/*              ARTISTS               */
/**************************************/
#clients {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
#clients .scroller {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}
#clients .scroller a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100vw;
  min-width: 320px;
}
#clients .scroller a:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
#clients .scroller a .img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
#clients .left {
  position: absolute;
  height: 100%;
  width: 8%;
  z-index: 300;
  top: 0;
  left: 0;
}
#clients .right {
  position: absolute;
  height: 100%;
  width: 8%;
  z-index: 300;
  top: 0;
  right: 0;
}
#clients .left a {
  display: block;
  width: 100%;
  height: 100%;
}
#clients .left a span {
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  color: rgba(255, 255, 255, 0.2);
  padding-left: 4px;
  padding-right: 3px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#clients .right a {
  display: block;
  width: 100%;
  height: 100%;
}
#clients .right a span {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  padding-left: 3px;
  padding-right: 4px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#clients .right a,
#clients .left a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
#clients .right a:hover span,
#clients .left a:hover span {
  color: rgba(255, 255, 255, 1);
}
#clients .nav {
  position: absolute;
  bottom: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  z-index: 300;
  background: rgba(0, 0, 0, 0.4);
  padding: 2px 6px;
  border-radius: 7px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#clients .nav a {
  display: inline-block;
  margin: 0 3px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  transform: scale(0.5);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#clients .nav a.active {
  transform: scale(1);
}
#clients .nav a:hover {
  transform: scale(0.75);
}
@media only screen and (max-width: 700px) {
  #clients .nav {
    display: none;
  }
}

/**************************************/
/*                TOUR                */
/**************************************/
#tour {
  position: relative;
  background: #000;
}
#tour .bg {
  width: 100vw;
  height: 75vw;
  position: absolute;
  overflow: hidden;
  opacity: 0.4;
  background-size: cover;
  background-position: center 25%;
  z-index: 0;
  mask-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 82%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 82%,
    rgba(255, 255, 255, 0) 100%
  );
}
#tour .bg img {
  width: 100%;
  height: auto;
  opacity: 0.4;
  mask-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 82%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 82%,
    rgba(255, 255, 255, 0) 100%
  );
}
#tour .logo {
  position: relative;
  top: 45px;
  z-index: 200;
  width: 100%;
  text-align: center;
}
#tour img {
  width: 35%;
  height: auto;
  margin-top: 500px;
}
#tour-wrapper {
  position: relative;
  display: block;
  width: 80vw;
  margin: 75px auto 75px auto;
  color: #fff;
}
#tour-wrapper .seated-event-date-cell {
  margin-bottom: 6px;
  font-weight: 800;
}
#tour-wrapper .seated-event-venue-cell {
  text-transform: uppercase;
}
#tour-wrapper .seated-event-venue-name {
  color: #ff2020;
}
#tour-wrapper .seated-event-venue-location {
  text-align: right;
  font-weight: 800;
}
#tour-wrapper .seated-event-link {
  color: #fff;
  border: none;
  font-size: 1rem;
}
#tour-wrapper .seated-event-link2 {
  background: #cc0000;
}
#tour-wrapper .seated-event-link1 {
  background: #ff2020;
}
#tour-wrapper .seated-event-link2:hover {
  background: #fff;
  color: #cc0000;
}
#tour-wrapper .seated-event-link1:hover {
  background: #fff;
  color: #ff2020;
}
#tour-wrapper .seated-event-link1-sold-out {
  background: rgba(0, 0, 0, 0.5) !important;
  color: #ff2020;
}
#tour-wrapper .seated-follow-link {
  border: 2px solid #ff2020;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1rem;
}
#tour-wrapper .seated-follow-link:hover {
  border: 2px solid #ff2020;
  background: #ff2020;
}
@media only screen and (max-width: 1250px) {
  #tour img {
    width: 45%;
  }
}
@media only screen and (max-width: 1000px) {
  #tour img {
    width: 50%;
  }
}
@media only screen and (max-width: 750px) {
  #tour img {
    width: 55%;
  }
}

/**************************************/
/*               PRODCO               */
/**************************************/
#prodco {
  position: relative;
  background: #000;
}
#prodco .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  mask-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 82%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 82%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 0;
}
#prodco .bg img {
  margin-top: -63%;
  width: 100%;
  height: auto;
}
#prodco > .left {
  background: url(../img/red_bot.png) no-repeat left top;
  background-size: contain;
  width: 100%;
  height: 110%;
  position: absolute;
  top: -10%;
  z-index: 100;
  pointer-events: none;
  mask-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 82%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 82%,
    rgba(255, 255, 255, 0) 100%
  );
}
#prodco > .right {
  background: url(../img/blue_bot.png) no-repeat right top;
  background-size: contain;
  width: 100%;
  height: 110%;
  position: absolute;
  top: -10%;
  z-index: 100;
  pointer-events: none;
  mask-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 82%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 82%,
    rgba(255, 255, 255, 0) 100%
  );
}
#prodco .title {
  font-family: "ciclesemi_italic";
  font-size: 3.4em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 200;
}
#page #prodco .title {
  top: 90px;
}
#prodco .desc {
  width: 30%;
  position: absolute;
  top: 14%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  box-sizing: border-box;
  z-index: 200;
  text-align: center;
  font-weight: 400;
  border-top: 3px solid #000;
  white-space: normal;
}
#prodco .desc p {
  padding: 0;
  margin: 0;
  margin-top: 1rem;
}
#page #prodco .desc {
  top: 145px;
}
#prodco .work {
  width: 46%;
  position: absolute;
  top: 25%;
  left: 27%;
  z-index: 300;
  font-size: 0;
  vertical-align: top;
  padding-bottom: 75px;
}
#page #prodco .work {
  padding-top: 310px;
  width: 92%;
  white-space: normal;
  margin-left: 4%;
  position: relative;
  left: 0;
}
#prodco .work a.item {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  border: 0 solid #000;
  border-bottom: 4px solid rgba(204, 0, 0, 0);
  border-radius: 4px;
  padding: 15px 15px 11px 15px;
  box-sizing: border-box;
  text-align: center;
  font-family: "ciclesemi_italic";
  font-size: 19px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-bottom: 40px;
}
#page #prodco .work a.item {
  display: inline-block;
  width: 48%;
  position: relative;
}
#page #prodco .work a.item:nth-child(odd) {
  margin-right: 4%;
}
#prodco .work a.more {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 12px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0);
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#prodco .work a.more div {
  display: block;
  color: rgba(255, 255, 255, 0.2);
  font-size: 40px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#prodco .work a.more:hover div,
#prodco .work a.more:hover {
  color: rgba(255, 255, 255, 1);
}
#prodco .work a.item .name {
  margin-top: 15px;
}
#prodco .work a.item:hover {
  border-bottom: 4px solid rgba(204, 0, 0, 1);
}
#prodco .work a.item .imgContainer {
  overflow: hidden;
}
#prodco .work a.item .imgContainer img {
  width: 100%;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#prodco .work a.item:hover .imgContainer img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#iframeOverlay {
  z-index: 100000;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;
}
#iframeOverlay .wrapper {
  position: relative;
  display: inline-block;
  border: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: #000;
  border: 0px solid #000;
  border-radius: 20px;
  padding: 20px;
}
#iframeOverlay iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: none;
  opacity: 0;
}
#iframeOverlay .load {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
#iframeOverlay .load div,
#load .loading .spinner div {
  position: relative;
  background: url(../img/loading.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  #prodco .title {
    font-size: 3em;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1100px) {
  #prodco .title {
    font-size: 2.6em;
  }
  #prodco .desc {
    width: 40%;
  }
  #prodco .work a.item {
    padding: 10px 10px 6px 10px;
    margin-bottom: 35px;
  }
  #prodco .work a.item .name {
    margin-top: 10px;
    font-size: 17px;
  }
  #page #prodco .work a.item .name {
    font-size: 14px;
  }
  #page #prodco .desc {
    top: 128px;

    background: rgba(245, 245, 245, 0.8);
    border-radius: 0 0 5px 5px;
    padding: 4px;
  }
  #page #prodco .work a.item {
    width: 48%;
  }
}
@media only screen and (min-width: 681px) and (max-width: 901px) {
  #prodco .title {
    font-size: 2em;
  }
  #prodco .desc {
    width: 40%;
  }
  #prodco .work {
    width: 54%;
    left: 23%;
  }
  #prodco .work a.item {
    padding: 8px 8px 4px 8px;
    margin-bottom: 30px;
  }
  #prodco .work a.item .name {
    margin-top: 8px;
    font-size: 15px;
  }
  #page #prodco .title {
    top: 90px;
    background: rgba(245, 245, 245, 0.8);
    border-radius: 5px;
    padding: 4px;
    box-sizing: border-box;
  }
  #page #prodco .work a.item .name {
    font-size: 12px;
  }
  #page #prodco .desc {
    top: 128px;

    background: rgba(245, 245, 245, 0.8);
    border-radius: 0 0 5px 5px;
    padding: 4px;
  }
  #page #prodco .work {
    width: 92%;
    margin-left: 4%;
  }
  #page #prodco .work a.item {
    width: 48%;
  }
  #page #prodco .work a.item:nth-child(odd) {
    margin-right: 4%;
  }
}
@media only screen and (min-width: 475px) and (max-width: 680px) {
  #prodco .title {
    font-size: 1.8em;
    top: 8.5%;
  }
  #prodco .desc {
    width: 50%;
    font-size: 12px;
    background: rgba(245, 245, 245, 0.8);
    border-radius: 0 0 5px 5px;
    padding: 4px;
  }
  #prodco .work {
    width: 70%;
    left: 15%;
  }
  #prodco .work a.item {
    padding: 6px 6px 2px 6px;
    margin-bottom: 25px;
  }
  #prodco .work a.item .name {
    margin-top: 6px;
    font-size: 12px;
  }
  #page #prodco .title {
    top: 90px;
    background: rgba(245, 245, 245, 0.8);
    border-radius: 5px;
    padding: 4px;
    box-sizing: border-box;
  }
  #page #prodco .desc {
    top: 125px;
    max-width: 318px;
  }
  #page #prodco .work {
    width: 70%;
    margin-left: 15%;
  }
  #page #prodco .work a.item {
    display: block;
    width: 100%;
  }
  #page #prodco .work a.item:nth-child(odd) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 474px) {
  #prodco .title {
    font-size: 1.3em;
    top: 8%;
  }
  #prodco .desc {
    width: 60%;
    font-size: 12px;
    background: rgba(245, 245, 245, 0.8);
    border-radius: 0 0 5px 5px;
    padding: 4px;
  }
  #prodco .work {
    width: 90%;
    left: 5%;
  }
  #prodco .work a.item {
    padding: 4px 4px 2px 4px;
    margin-bottom: 20px;
  }
  #prodco .work a.item .name {
    margin-top: 4px;
    font-size: 10px;
  }
  #page #prodco .title {
    top: 90px;
    background: rgba(245, 245, 245, 0.8);
    border-radius: 5px;
    padding: 4px;
    box-sizing: border-box;
  }
  #page #prodco .desc {
    top: 118px;
    max-width: 233px;
  }
  #page #prodco .work {
    width: 90%;
    margin-left: 5%;
  }
  #page #prodco .work a.item {
    display: block;
    width: 100%;
  }
  #page #prodco .work a.item:nth-child(odd) {
    margin-right: 0;
  }
}

/**************************************/
/*            DAVE STEWART            */
/**************************************/
#daveAndAbout {
  position: relative;
  z-index: 0;
  background: #000;
}
#daveAndAbout .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 0;
}
#daveAndAbout .bg img {
  margin-top: -35%;
  width: 100%;
  height: auto;
}
#davestewart {
  position: relative;
  font-size: 0;
}
#davestewart .dave {
  position: absolute;
  width: 30%;
  height: auto;
  top: 2%;
  left: 10%;
  z-index: 110;
  pointer-events: none;
}
#davestewart .logo {
  position: absolute;
  width: 40%;
  height: auto;
  top: 15%;
  right: 20%;
  z-index: 120;
}
#davestewart .social {
  position: absolute;
  width: 40%;
  height: auto;
  top: 38%;
  right: 20%;
  z-index: 120;
  text-align: center;
}
#davestewart .social a {
  font-size: 24px;
  color: rgba(245, 245, 245, 0.9);
  margin: 0 2px;
  vertical-align: top;
  display: inline-block;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#davestewart .social a:hover {
  color: rgba(245, 245, 245, 1);
}
#davestewart .spacer {
  height: 45%;
}
#davestewart .sliderContainer {
  width: 54%;
  margin-left: 33%;
  position: relative;
  white-space: nowrap;
  padding: 0 50px;
  box-sizing: border-box;
}
#davestewart .sliderContainer .slider {
  width: 100%;
}
#davestewart .sliderContainer a {
  width: 23%;
  margin-right: 2%;
  display: inline-block;
  opacity: 0;
  pointer-events: none;
}
#davestewart .sliderContainer a.active {
  opacity: 1;
  pointer-events: all;
}
#davestewart .sliderContainer a img {
  width: 100%;
  height: auto;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#davestewart .sliderContainer a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#davestewart .left {
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  left: 0;
}
#davestewart .right {
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  right: 1%;
}
#davestewart .left a span {
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#davestewart .right a span {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#davestewart .right a,
#davestewart .left a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgba(245, 245, 245, 0.5);
  text-decoration: none;
  opacity: 1;
  pointer-events: all;
  z-index: 800;
  position: relative;
}
#davestewart .right a:hover,
#davestewart .left a:hover {
  color: rgba(245, 245, 245, 0.9);
}
#davestewart .book {
  margin-top: 3%;
  margin-left: 0%;
  width: 25%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-align: center;
  z-index: 400;
}
#davestewart .merch {
  margin-top: 7%;
  margin-left: 18%;
  width: 40%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  z-index: 400;
  text-align: center;
}
#davestewart .merch span:before {
  content: "\A";
  white-space: pre-wrap;
}
#davestewart .merch span {
  font-size: 20px;
  line-height: 10px;
  vertical-align: top;
}
#davestewart .merch a,
#davestewart .book a {
  font-family: "league_gothicregular";
  font-size: 42px;
  color: rgba(245, 245, 245, 0.9);
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  white-space: nowrap;
}
#davestewart .merch a:hover,
#davestewart .book a:hover {
  color: rgba(245, 245, 245, 1);
}
#davestewart .merch a img {
  width: 100%;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#davestewart .book a img {
  width: 90%;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#davestewart .merch a:hover img,
#davestewart .book a:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
#davestewart .merch a .title {
  top: 67%;
}
#davestewart .book a .title {
  top: 65%;
}
#davestewart .merch a .title,
#davestewart .book a .title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 410;
  text-shadow: 3px 5px 20px rgba(0, 0, 0, 0.75);
}
@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  #daveAndAbout {
    padding-top: 4%;
  }
  #davestewart .logo {
    top: 15%;
  }
  #davestewart .social {
    top: 38%;
  }
  #davestewart .book {
    margin-top: 3%;
    margin-left: 0%;
    width: 25%;
  }
  #davestewart .merch {
    margin-top: 7%;
    margin-left: 18%;
    width: 40%;
  }
  #davestewart .merch a,
  #davestewart .book a {
    font-size: 42px;
  }
  #davestewart .merch span {
    font-size: 20px;
    line-height: 10px;
  }
  #daveAndAbout .bg img {
    margin-top: -30%;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1100px) {
  #daveAndAbout {
    padding-top: 8%;
  }
  #davestewart .social {
    top: 35.5%;
  }
  #davestewart .book {
    margin-top: 3%;
    margin-left: 0%;
    width: 31.25%;
  }
  #davestewart .merch {
    margin-top: 8.2%;
    margin-left: 9.375%;
    width: 50%;
  }
  #daveAndAbout .bg img {
    margin-top: -7%;
  }
}
@media only screen and (min-width: 681px) and (max-width: 901px) {
  #daveAndAbout {
    padding-top: 15%;
  }
  #davestewart .sliderContainer {
    width: 65%;
    margin-left: 28%;
    margin-top: 20px;
  }
  #davestewart .social {
    top: 33%;
  }
  #davestewart .book {
    margin-top: 3%;
    margin-left: 0%;
    width: 37.5%;
  }
  #davestewart .merch {
    margin-top: 9.2%;
    margin-left: 2.25%;
    width: 60%;
  }
  #davestewart .merch a,
  #davestewart .book a {
    font-size: 32px;
  }
  #davestewart .merch span {
    font-size: 20px;
    line-height: 10px;
  }
  #daveAndAbout .bg img {
    margin-top: 8.5%;
  }
}
@media only screen and (min-width: 475px) and (max-width: 680px) {
  #daveAndAbout {
    padding-top: 30%;
  }
  #davestewart .sliderContainer {
    width: 86%;
    margin-left: 7%;
    margin-top: 30px;
    z-index: 120;
  }
  #davestewart .logo {
    top: 10%;
  }
  #davestewart .social {
    top: 21%;
  }
  #davestewart .book {
    margin-top: 3%;
    margin-left: 28%;
    width: 44%;
    display: block;
  }
  #davestewart .merch {
    margin-top: 7%;
    margin-left: 18%;
    width: 64%;
    display: block;
  }
  #daveAndAbout .bg img {
    margin-top: 77%;
  }
}
@media only screen and (max-width: 474px) {
  #daveAndAbout {
    padding-top: 55%;
  }
  #davestewart .sliderContainer {
    width: 100%;
    margin-left: 0%;
    margin-top: 60px;
    z-index: 120;
  }
  #davestewart .logo {
    top: 10%;
  }
  #davestewart .social {
    top: 20%;
  }
  #davestewart .book {
    margin-top: 3%;
    margin-left: 25%;
    width: 50%;
    display: block;
  }
  #davestewart .merch {
    margin-top: 7%;
    margin-left: 15%;
    width: 70%;
    display: block;
  }
  #daveAndAbout .bg img {
    margin-top: 102%;
  }
}

/**************************************/
/*                ABOUT               */
/**************************************/
#about {
  z-index: 100;
  position: relative;
}
#about .title {
  margin-top: 20%;
  margin-left: 27%;
  background: url(../img/dse_about_title.png) no-repeat center center;
  background-size: contain;
  width: 46%;
}
#about .about {
  background: url(../img/about_banner.jpg) no-repeat center top;
  background-size: cover;
  color: #fbf3d5;
  z-index: 400;
  white-space: normal;
}
#about .bottom {
  background: url(../img/about_bottom.png) no-repeat center bottom;
  background-size: contain;
  margin-top: -50px;
}
#about .about p:first-child {
  padding-top: 56px;
}
#about .about p {
  padding: 0 20%;
}
#map {
  margin-top: -70px;
  margin-bottom: -24px;
  height: 550px;
  width: 100%;
  position: relative;
  z-index: -1;
  background: #000;
}
@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  #about .title {
    margin-top: 20%;
    margin-left: 27%;
    width: 46%;
  }
  #about .about p {
    padding: 0 20%;
  }
  #about .about p:first-child {
    padding-top: 56px;
  }
  #about .bottom {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1100px) {
  #about .title {
    margin-top: 20%;
    margin-left: 24.5%;
    width: 51%;
  }
  #about .about p {
    font-size: 13px;
    padding: 0 17%;
  }
  #about .about p:first-child {
    padding-top: 47px;
  }
  #about .bottom {
    margin-top: -40px;
  }
}
@media only screen and (min-width: 681px) and (max-width: 901px) {
  #about .title {
    margin-top: 20%;
    margin-left: 22%;
    width: 56%;
  }
  #about .about p {
    font-size: 12px;
    padding: 0 14%;
  }
  #about .about p:first-child {
    padding-top: 38px;
  }
  #about .bottom {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 475px) and (max-width: 680px) {
  #about .title {
    margin-top: 20%;
    margin-left: 18%;
    width: 64%;
  }
  #about .about p {
    font-size: 12px;
    padding: 0 10%;
  }
  #about .about p:first-child {
    padding-top: 30px;
  }
  #about .bottom {
    margin-top: -8px;
  }
}
@media only screen and (max-width: 474px) {
  #about .title {
    margin-top: 20%;
    margin-left: 15%;
    width: 70%;
  }
  #about .about p {
    font-size: 12px;
    padding: 0 10%;
  }
  #about .about p:first-child {
    padding-top: 30px;
  }
  #about .bottom {
    margin-top: -8px;
  }
}

/**************************************/
/*             Companies              */
/**************************************/
#companies {
  z-index: 400;
  position: relative;
  font-size: 0;
  background: #171717;
}
#companies > .title {
  font-size: 14px;
  color: #f5f5f5;
  text-transform: uppercase;
  padding-top: 10px;
  width: 100%;
  text-align: center;
}
#companies .sliderContainer {
  width: 100%;
  position: relative;
  white-space: nowrap;
  padding: 0 120px;
  box-sizing: border-box;
  max-width: 1200px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#companies .sliderContainer .slider {
  width: 100%;
}
#companies .sliderContainer a {
  width: 15%;
  margin: 25px 5%;
  display: inline-block;
  opacity: 0;
  pointer-events: none;
}
#companies .sliderContainer a.active {
  opacity: 1;
  pointer-events: all;
}
#companies .sliderContainer a img {
  width: 100%;
  height: auto;
  opacity: 0.2;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#companies .sliderContainer a:hover img {
  opacity: 0.75;
}
#companies .left {
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  left: 35px;
}
#companies .right {
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  right: 35px;
}
#companies .left a span {
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#companies .right a span {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#companies .right a,
#companies .left a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgba(245, 245, 245, 0.5);
  text-decoration: none;
  opacity: 1;
  pointer-events: all;
  z-index: 800;
  position: relative;
  margin: 0;
}
#companies .right a:hover,
#companies .left a:hover {
  color: rgba(245, 245, 245, 0.9);
}

/**************************************/
/*               footer               */
/**************************************/
.footerContainer {
  width: 100%;
  background: #111;
  z-index: 400;
  position: relative;
}
footer {
  padding: 25px;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  font-size: 0;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
footer > div {
  width: 27%;
  display: inline-block;
  font-size: 12px;
  color: #999;
  line-height: 19px;
  padding: 10px;
  vertical-align: top;
  box-sizing: border-box;
}
footer > div.nav {
  width: 19%;
}
footer > div.nav a:after {
  content: "\A";
  white-space: pre-wrap;
}
footer .small-title {
  color: #e8e8e8;
  font-size: 14px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  border-bottom: 3px solid #333;
  margin-bottom: 20px;
  text-align: left;
}
footer a {
  color: #e8e8e8;
  border-bottom: 2px solid #111;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
}
footer a:hover {
  color: #ffffff;
  border-bottom: 2px solid #cc0000;
}
footer > div:first-child span {
  margin-left: 15px;
  display: inline-block;
  width: 20px;
}
footer > div:first-child .spacer {
  height: 10px;
}
footer > div:first-child i:after,
footer > div:first-child strong:after {
  content: "\A";
  white-space: pre-wrap;
}
footer .social {
  border-top: 3px solid #333;
  margin-top: 20px;
  padding-left: 15px;
  padding-top: 10px;
}
footer .social a:hover {
  border-bottom: 2px solid #111;
}
footer .twitter {
  white-space: normal;
}
footer .twitter .time {
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0;
}
footer .twitter a.follow {
  border: 0;
  border-top: 3px solid #222;
  border-color: #555;
  background: #999;
  color: #333;
  margin-top: 10px;
  min-width: 70px;
  padding: 6px 8px;
  width: 25%;
  float: left;
  text-align: center;
  box-sizing: border-box;
}
footer .twitter a.follow:hover {
  border-color: #cc0000;
  cursor: pointer;
}
footer form input {
  width: 100%;
  padding: 8px;
  background: #333;
  border: 0;
  border-top: 3px solid #222;
  box-sizing: border-box;
  font-size: 12px;
  -webkit-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
  color: #999;
}
footer form input[type="submit"] {
  border-color: #555;
  background: #999;
  color: #333;
  margin-top: 10px;
  min-width: 70px;
  width: 25%;
  float: right;
  text-align: center;
}
footer form input[type="submit"]:hover {
  border-color: #cc0000;
  cursor: pointer;
}
footer form input:focus {
  border-color: #cc0000;
  box-shadow: none;
  outline: none;
}
footer form input::-moz-placeholder {
  color: #666 !important;
  opacity: 1;
}
footer form input:-ms-input-placeholder {
  color: #666 !important;
  opacity: 1;
}
footer form input::-webkit-input-placeholder {
  color: #666 !important;
  opacity: 1;
}
footer form input::placeholder {
  color: #666 !important;
  opacity: 1;
}
footer .logo {
  display: block;
  background: url(../img/dse_logo_med.png);
  width: 236px;
  height: 67px;
  margin: 10px auto;
}
footer #footer {
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: #444;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 0;
}
@media only screen and (min-width: 681px) and (max-width: 770px) {
  footer > div.nav {
    display: none;
  }
  footer > div {
    width: 33.33%;
  }
}
@media only screen and (max-width: 680px) {
  footer > div:nth-child(1),
  footer > div:nth-child(2),
  footer > div:nth-child(3),
  footer > div:nth-child(4) {
    display: none;
  }
}
