html {
  height: 100%;
  font-family: expressway, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html.desktop .desktop {
  display: block;
}
html.desktop .mobile {
  display: none;
}
html.desktop #carouselContainer {
  position: fixed;
}
html.desktop #topMenu .allprojects {
  display: block;
}
html.mobile body {
  height: calc(100% - 37px);
}
html.mobile .desktop {
  display: none;
}
html.mobile .mobile {
  display: block;
}
html.mobile #carouselContainer {
  position: absolute;
}
html.mobile #topMenu .allprojects {
  display: none;
}
html.mobile #contentDY:before {
  opacity: 1;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  font-size: 14px;
}
body {
  background-color: #5b9700;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: expressway, sans-serif;
}
p {
  line-height: 24px;
}
a {
  color: #5b9700;
  text-transform: uppercase;
}
a:hover {
  color: #fff;
  background-color: #5b9700;
}
#toplayer {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 10;
}
#topMenu {
  position: fixed;
  right: 10px;
  top: 20px;
  z-index: 200;
  width: 100%;
  display: block;
}
#topMenu .button {
  font-size: 12px;
  float: right;
  margin: 0 10px;
}
#topMenu .button.casestudies {
  display: none;
}
#topMenu .button.allprojects {
  display: none;
  position: absolute;
  left: 25%;
}
#videoplayer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #000;
  z-index: 250;
}
#videoplayer .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  z-index: 300;
}
#videoplayer video {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 200;
  width: 100%;
  display: none;
}
#carouselContainer {
  width: 100%;
  height: calc(100% - 37px);
  top: 0;
  overflow: hidden;
  z-index: 0;
}
#carouselContainer .video_background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: none;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  transition: all 0.3s;
}
#carouselContainer .video_background video.blur {
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  filter: blur(15px);
}
#carouselContainer .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  opacity: 0;
}
#carouselContainer .info {
  z-index: 20;
  position: absolute;
  margin-left: 25%;
  top: 60px;
  width: 100%;
  max-width: 700px;
}
#carouselContainer .info .title {
  font-size: 56px;
  line-height: 88px;
  margin: 0;
  color: #fff;
  display: none;
  padding: 5px 10px;
  padding-right: 100px;
  opacity: 0.7;
  border-radius: 0 50px 50px 0;
  background-image: url("/media/image/assets/icon_close.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% center;
  cursor: pointer;
  letter-spacing: -2px;
  text-transform: uppercase;
}
#carouselContainer .info .title.closed {
  background-image: url("/media/image/assets/icon_more.png");
  background-color: transparent !important;
  display: inline;
  margin-left: -30px;
}
#carouselContainer .info .info_expanded {
  display: none;
  padding-top: 30px;
  color: #fff;
}
#carouselContainer .info .info_expanded .seecase {
  background-color: #5b9700;
  border-radius: 16px;
  padding: 5px 15px;
  text-decoration: none;
  color: #fff;
  margin-right: 10px;
}
#carouselContainer .info .info_expanded .seeonline {
  background-color: #45a0ab;
  border-radius: 16px;
  padding: 5px 15px;
  text-decoration: none;
  color: #fff;
}
#carouselContainer .info .info_expanded .description {
  margin: 40px 0;
  max-width: 500px;
}
#carouselContainer .image_background,
#carouselContainer .video_background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  background-image: url("");
}
#carouselContainer .allprojectslist {
  position: absolute;
  overflow: auto;
  top: 100px;
  z-index: 30;
  display: none;
  width: 100%;
  height: calc(100% - 100px);
}
#carouselContainer .allprojectslist ul {
  position: relative;
  width: 100%;
  max-width: 1200px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 100px;
}
#carouselContainer .allprojectslist ul li {
  display: inline-block;
  padding: 2px;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  width: 193px;
  height: 109px;
  overflow: hidden;
  margin: 5px;
}
#carouselContainer .allprojectslist ul li .thumb {
  position: absolute;
  top: 0;
  left: 0;
}
#carouselContainer .allprojectslist ul li .title {
  background-color: rgba(0,0,0,0.4);
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: -21px;
  left: 0;
  color: #fff;
  text-align: center;
  padding: 5px;
  transition: all 0.3s;
}
#carouselContainer .allprojectslist ul li:hover .title {
  bottom: 0;
}
#contentDY {
  position: relative;
  z-index: 100;
  top: 100%;
  padding: 100px 0;
}
#contentDY:before {
  content: '';
  position: absolute;
  background-image: url("/media/image/assets/creme_bg.png");
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#contentDY #sectionAgency {
  padding-top: 10%;
  padding-bottom: 200px;
}
#contentDY #sectionAgency .sectionHeaderContainer p {
  margin-top: 0;
  padding-right: 10px;
}
#contentDY #sectionAgency .sectionHeaderContainer .title {
  margin: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 200;
}
#contentDY #sectionAgency .sectionHeaderContainer .title .logo {
  color: #5b9700;
  font-size: 1em;
}
#contentDY #sectionAgency .sectionFooterContainer .social-link {
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
  padding-left: 40px;
  line-height: 32px;
}
#contentDY #sectionAgency .sectionFooterContainer .social-link span {
  font-size: 12px;
  line-height: 32px;
  vertical-align: middle;
  color: #000;
  text-decoration: underline;
}
#contentDY #sectionAgency .sectionFooterContainer .social-link span:hover {
  color: #fff;
  background-color: #5b9700;
  text-decoration: none;
}
#contentDY #sectionAgency .sectionFooterContainer .social-link.fb {
  background: url("/media/image/assets/fb_icon.png") no-repeat;
}
#contentDY #sectionAgency .sectionFooterContainer .social-link.tw {
  background: url("/media/image/assets/twitter_icon.png") no-repeat;
}
#contentDY #sectionAgency .sectionFooterContainer .fb-like {
  display: block;
}
#contentDY #sectionContact {
  padding-top: 100px;
}
#contentDY #sectionContact .maps .mapa {
  padding: 2px;
}
#contentDY #sectionContact .maps .mapa img {
  border: 4px solid #fff;
}
#contentDY #sectionContact .maps .mapa iframe {
  border: 4px solid #fff;
  width: 100%;
}
#contentDY #sectionContact .contact-card {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
#contentDY #sectionContact .contact-card p {
  margin: 0;
  font-size: 12px;
}
#contentDY #sectionContact .contact-card .name {
  margin: 0;
  font-size: 12px;
}
#contentDY #sectionContact .contact-card a span {
  text-transform: none;
  font-size: 12px;
}
#contentDY #sectionTalent {
  padding: 40px 0 0px;
}
#contentDY #sectionTalent div {
  text-align: center;
  margin-bottom: 20px;
}
#contentDY #sectionTalent div p {
  margin: 0;
}
#contentDY #sectionMoreinfo {
  padding-top: 20px;
}
#contentDY #sectionMoreinfo .contact-links p {
  margin-top: 0;
}
#DYFooter #DYFooterLegal a {
  font-size: 9px;
  color: #000;
  text-decoration: none;
  margin-top: 2px;
  display: block;
}
#DYFooter #DYFooterLegal a:hover {
  background-color: transparent;
  color: #000;
}
#DYFooter .DYFooterContainer {
  float: right;
}
#DYFooter .DYFooterContainer .DYFooterBoxContainer {
  width: 95px;
  transition: all 0.5s;
}
#DYFooter .DYFooterContainer .DYFooterBoxContainer.open {
  width: 550px;
}
#DYFooter .DYFooterContainer .DYFooterBoxContainer.open .DYFooterTitle {
  background-color: #5b9700;
  color: #fff;
}
#DYFooter .DYFooterContainer .DYFooterBoxContainer .DYFooterTitle,
#DYFooter .DYFooterContainer .DYFooterBoxContainer .DYFooterDirection {
  font-size: 9px;
  cursor: default;
}
.button {
  border: 0;
  background-color: #fff;
  padding: 6px 12px;
  text-decoration: none;
  color: #000;
  border-radius: 16px;
  -webkit-box-shadow: 0px 4px 39px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 4px 39px -7px rgba(0,0,0,0.75);
  -ms-box-shadow: 0px 4px 39px -7px rgba(0,0,0,0.75);
  -o-box-shadow: 0px 4px 39px -7px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 39px -7px rgba(0,0,0,0.75);
}
.button:hover {
  background-color: #5b9700;
  color: #fff;
}
.button.active {
  background-color: #5b9700;
  color: #fff;
}
.button.inactive {
  background-color: #fff;
  color: #000;
}
.centeredContent {
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 960px;
}
.owl-carousel {
  top: 0;
  position: absolute;
}
.owl-carousel .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: url("/media/image/assets/icon_play.png") no-repeat;
  background-color: transparent;
  border: 0;
  width: 60px;
  height: 60px;
  background-size: contain;
  outline: 0;
  cursor: pointer;
  z-index: 100;
}
.owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item {
  height: 100%;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 10px;
}
.owl-nav .owl-prev {
  left: 10px;
  background: url("/media/image/assets/icon_left.png") no-repeat;
  background-color: transparent;
  border: 0;
  width: 30px;
  height: 60px;
  background-size: contain;
  outline: 0;
  color: transparent;
}
.owl-nav .owl-next {
  right: 10px;
  background: url("/media/image/assets/icon_right.png") no-repeat;
  background-color: transparent;
  border: 0;
  width: 30px;
  height: 60px;
  background-size: contain;
  outline: 0;
  color: transparent;
}
.pure-g {
  font-family: expressway, sans-serif;
}
.pure-img {
  width: 100%;
}
.pure-g [class *="pure-u"] {
  font-family: expressway, sans-serif;
}
@media screen and (max-width: 1350px) {
  #carouselContainer .allprojectslist ul {
    max-width: 900px;
  }
}
@media screen and (max-width: 1200px) {
  #topMenu .button.allprojects {
    left: 15%;
  }
  #carouselContainer .info {
    margin-left: 15%;
  }
}
@media screen and (max-width: 800px) {
  #contentDY #sectionAgency {
    padding-top: 30%;
  }
}
@media screen and (max-width: 767px) {
  #contentDY .sectionHeader,
  #contentDY .socialContainer {
    width: 100%;
  }
  #contentDY .sectionHeader.right p,
  #contentDY .socialContainer.right p {
    padding-top: 0;
    margin-top: 0;
  }
  #carouselContainer .info {
    margin-left: 5%;
  }
  #carouselContainer .info .title {
    font-size: 36px;
    line-height: 40px;
  }
  #carouselContainer .info p {
    width: 100%;
    padding: 0;
    padding-right: 10%;
  }
}
@media screen and (max-width: 414px) {
  #carouselContainer .info .info_expanded .seeonline,
  #carouselContainer .info .info_expanded .seecase {
    font-size: 12px;
  }
  #carouselContainer .info .title {
    padding-right: 70px;
    font-size: 32px;
    line-height: 50px;
  }
}
@media screen and (max-width: 320px) {
  #carouselContainer .info {
    top: 30px;
  }
  #carouselContainer .info .title {
    font-size: 28px;
  }
  #carouselContainer .info p {
    line-height: 21px;
  }
}
