/*!
Theme Name: Disko
Theme URI: http://www.disko.fr
Description: This 2017 Disko Website
Version: 1.0
Author: Disko.fr
Author URI: http://www.disko.fr
*/
@font-face {
  font-family: 'robotobold';
  src: url("../fonts/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotobold_italic';
  src: url("../fonts/roboto-bolditalic-webfont.woff2") format("woff2"), url("../fonts/roboto-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotoitalic';
  src: url("../fonts/roboto-italic-webfont.woff2") format("woff2"), url("../fonts/roboto-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotoregular';
  src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotolight';
  src: url("../fonts/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotolight_italic';
  src: url("../fonts/roboto-lightitalic-webfont.woff2") format("woff2"), url("../fonts/roboto-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.single-realisation .headings-project {
  margin-top: 150px;
}

.single-realisation .headings-project h1 {
  font-size: 58px;
  line-height: 1.09;
  text-transform: none;
  margin-bottom: 35px;
  letter-spacing: 0;
}

.single-realisation .headings-project h1:after {
  content: '';
  display: block;
  width: 54px;
  height: 4px;
  background: #000;
  margin: 22px auto;
}

.single-realisation .headings-project h3 {
  color: black;
  max-width: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

.single-realisation .realisations-navigation {
  position: relative;
  max-width: 1200px;
  padding: 55px 0;
  margin: 0 auto;
}

.single-realisation .realisations-navigation .link-animated a {
  color: black;
  font-size: 18px;
  font-family: 'robotoregular';
  position: relative;
  float: left;
  text-align: left;
  display: inline-block;
}

.single-realisation .realisations-navigation .link-animated a .after {
  height: 1px;
  width: 0;
  background: black;
  position: absolute;
  bottom: -4px;
  left: -40px;
  -webkit-transition: width 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: width 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

.single-realisation .realisations-navigation .link-animated:after {
  content: '';
  background: url(../img/arrow-black.svg) no-repeat;
  position: relative;
  float: left;
  top: 5px;
  margin-left: 15px;
  height: 20px;
  width: 20px;
  background-size: contain;
  -webkit-transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

.single-realisation .realisations-navigation .link-animated:before {
  content: '';
  background: url(../img/arrow-black.svg) no-repeat;
  position: relative;
  float: left;
  top: 5px;
  margin-right: 0px;
  height: 20px;
  width: 20px;
  background-size: contain;
  opacity: 0;
  margin-left: -20px;
  -webkit-transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

.single-realisation .realisations-navigation .link-animated:hover:after {
  opacity: 0;
  margin-left: 0px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.single-realisation .realisations-navigation .link-animated:hover:before {
  opacity: 1;
  margin-right: 15px;
  margin-left: 0;
}

.single-realisation .realisations-navigation .link-animated.left {
  float: left;
  margin-left: 20px;
}

.single-realisation .realisations-navigation .link-animated.left:before {
  opacity: 1;
  margin-right: 15px;
  background-image: url(../img/arrow-black-left.svg);
}

.single-realisation .realisations-navigation .link-animated.left:after {
  opacity: 0;
  background-image: url(../img/arrow-black-left.svg);
}

.single-realisation .realisations-navigation .link-animated.left:hover:after {
  opacity: 1;
  margin-left: 0px;
  margin-right: 15px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.single-realisation .realisations-navigation .link-animated.left:hover:before {
  opacity: 0;
  margin-right: 0;
  margin-left: -15px;
}

.single-realisation .realisations-navigation .link-animated.right {
  float: right;
}

.single-realisation .realisations-navigation .paging__prev {
  float: left;
}

.single-realisation .realisations-navigation .paging__next {
  float: right;
}

.single-realisation .solutions-container {
  width: 100%;
  background-color: #f7f7f7;
  padding: 90px 0 136px;
}

.single-realisation .solutions-container .shell {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.single-realisation .solutions-container .section__head {
  position: relative;
  margin-bottom: 32px;
}

.single-realisation .solutions-container .section__head h2 {
  font-size: 55px;
  margin-bottom: 0;
  line-height: 1.5;
}

.single-realisation .solutions-container .section__head .link-animated-container {
  position: absolute;
  right: 0;
  top: 25px;
}

.single-realisation .solutions-container .section__head .link-animated-container .border {
  content: '';
  border: 1px solid black;
  top: -10px;
  right: 0;
  position: absolute;
  width: 210px;
  height: 55px;
}

.single-realisation .solutions-container .section__head .link-animated-container .link-animated {
  margin-right: 0;
  width: 190px;
  margin-top: 5px;
}

.single-realisation .solutions-container .section__head .link-animated-container .link-animated a {
  color: black;
  font-size: 18px;
  font-family: 'robotoregular';
  position: relative;
  float: left;
  text-align: left;
  display: inline-block;
}

.single-realisation .solutions-container .section__head .link-animated-container .link-animated:after {
  content: '';
  background: url(../img/arrow-black.svg) no-repeat;
  position: relative;
  float: left;
  top: 5px;
  margin-left: 15px;
  height: 20px;
  width: 20px;
  background-size: contain;
  -webkit-transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

.single-realisation .solutions-container .section__head .link-animated-container .link-animated:before {
  content: '';
  background: url(../img/arrow-black.svg) no-repeat;
  position: relative;
  float: left;
  top: 5px;
  margin-right: 0px;
  height: 20px;
  width: 20px;
  background-size: contain;
  opacity: 0;
  margin-left: -20px;
  -webkit-transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

.single-realisation .solutions-container .section__head .link-animated-container .link-animated:hover:after {
  opacity: 0;
  margin-left: 0px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.single-realisation .solutions-container .section__head .link-animated-container .link-animated:hover:before {
  opacity: 1;
  margin-right: 15px;
  margin-left: 0;
}

.single-realisation .solutions-container .section__body .section__image {
  margin-bottom: 20px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.single-realisation .solutions-container .section__body .section__image img {
  width: 100%;
  vertical-align: middle;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .9s;
  transition: -webkit-transform .9s;
  transition: transform .9s;
  transition: transform .9s, -webkit-transform .9s;
}

.single-realisation .solutions-container .section__body .section__image:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.single-realisation .image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.single-realisation .case-container {
  padding: 80px 0;
}

.single-realisation .case-container h3 {
  margin-bottom: 28px;
  font-size: 55px;
  line-height: 1.26;
  letter-spacing: 0;
  font-family: 'Roboto', sans-serif;
}

.single-realisation .case-container p {
  max-width: none;
  font-size: 20px;
  line-height: 1.7;
  color: #000;
  letter-spacing: 0.04em;
  font-weight: 300;
}

.single-realisation .case-container .section__entry {
  max-width: 82%;
}

.single-realisation .case-container .section__entry img {
  height: auto;
}

.single-realisation .inner-content.realisation {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.realisations .headings-project {
  margin-top: 50px;
}

.realisations .headings-project h1 {
  font-size: 58px;
  line-height: 1.09;
  text-transform: none;
  margin-bottom: 35px;
  letter-spacing: 0;
}

.realisations .headings-project h1:after {
  content: '';
  display: block;
  width: 54px;
  height: 4px;
  background: #000;
  margin: 22px auto;
}

.realisations .headings-project h3 {
  color: black;
  max-width: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

.realisations .realisations-navigation {
  position: relative;
  max-width: 1200px;
  padding: 55px 0;
  margin: 0 auto;
}

.realisations .realisations-navigation .link-animated a {
  color: black;
  font-size: 18px;
  font-family: 'robotoregular';
  position: relative;
  float: left;
  text-align: left;
  display: inline-block;
}

.realisations .realisations-navigation .link-animated a .after {
  height: 1px;
  width: 0;
  background: black;
  position: absolute;
  bottom: -4px;
  left: -40px;
  -webkit-transition: width 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: width 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

.realisations .realisations-navigation .link-animated:after {
  content: '';
  background: url(../img/arrow-black.svg) no-repeat;
  position: relative;
  float: left;
  top: 5px;
  margin-left: 15px;
  height: 20px;
  width: 20px;
  background-size: contain;
  -webkit-transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

.realisations .realisations-navigation .link-animated:before {
  content: '';
  background: url(../img/arrow-black.svg) no-repeat;
  position: relative;
  float: left;
  top: 5px;
  margin-right: 0px;
  height: 20px;
  width: 20px;
  background-size: contain;
  opacity: 0;
  margin-left: -20px;
  -webkit-transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

.realisations .realisations-navigation .link-animated:hover:after {
  opacity: 0;
  margin-left: 0px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.realisations .realisations-navigation .link-animated:hover:before {
  opacity: 1;
  margin-right: 15px;
  margin-left: 0;
}

.realisations .realisations-navigation .link-animated.left {
  float: left;
  margin-left: 20px;
}

.realisations .realisations-navigation .link-animated.left:before {
  opacity: 1;
  margin-right: 15px;
  background-image: url(../img/arrow-black-left.svg);
}

.realisations .realisations-navigation .link-animated.left:after {
  opacity: 0;
  background-image: url(../img/arrow-black-left.svg);
}

.realisations .realisations-navigation .link-animated.left:hover:after {
  opacity: 1;
  margin-left: 0px;
  margin-right: 15px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.realisations .realisations-navigation .link-animated.left:hover:before {
  opacity: 0;
  margin-right: 0;
  margin-left: -15px;
}

.realisations .realisations-navigation .link-animated.right {
  float: right;
}

.realisations .realisations-navigation .paging__prev {
  float: left;
}

.realisations .realisations-navigation .paging__next {
  float: right;
}

.realisations .solutions-container {
  width: 100%;
  background-color: #f7f7f7;
  padding: 90px 0 136px;
}

.realisations .solutions-container .shell {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.realisations .solutions-container .section__head {
  position: relative;
  margin-bottom: 32px;
}

.realisations .solutions-container .section__head h2 {
  font-size: 55px;
  margin-bottom: 0;
  line-height: 1.5;
}

.realisations .solutions-container .section__head .link-animated-container {
  position: absolute;
  right: 0;
  top: 25px;
}

.realisations .solutions-container .section__head .link-animated-container .border {
  content: '';
  border: 1px solid black;
  top: -10px;
  right: 0;
  position: absolute;
  width: 210px;
  height: 55px;
}

.realisations .solutions-container .section__head .link-animated-container .link-animated {
  margin-right: 0;
  width: 190px;
  margin-top: 5px;
}

.realisations .solutions-container .section__head .link-animated-container .link-animated a {
  color: black;
  font-size: 18px;
  font-family: 'robotoregular';
  position: relative;
  float: left;
  text-align: left;
  display: inline-block;
}

.realisations .solutions-container .section__head .link-animated-container .link-animated:after {
  content: '';
  background: url(../img/arrow-black.svg) no-repeat;
  position: relative;
  float: left;
  top: 5px;
  margin-left: 15px;
  height: 20px;
  width: 20px;
  background-size: contain;
  -webkit-transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

.realisations .solutions-container .section__head .link-animated-container .link-animated:before {
  content: '';
  background: url(../img/arrow-black.svg) no-repeat;
  position: relative;
  float: left;
  top: 5px;
  margin-right: 0px;
  height: 20px;
  width: 20px;
  background-size: contain;
  opacity: 0;
  margin-left: -20px;
  -webkit-transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

.realisations .solutions-container .section__head .link-animated-container .link-animated:hover:after {
  opacity: 0;
  margin-left: 0px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.realisations .solutions-container .section__head .link-animated-container .link-animated:hover:before {
  opacity: 1;
  margin-right: 15px;
  margin-left: 0;
}

.realisations .solutions-container .section__body .section__image {
  margin-bottom: 20px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.realisations .solutions-container .section__body .section__image img {
  width: 100%;
  vertical-align: middle;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .9s;
  transition: -webkit-transform .9s;
  transition: transform .9s;
  transition: transform .9s, -webkit-transform .9s;
}

.realisations .solutions-container .section__body .section__image:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.realisations .image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.realisations .case-container {
  padding: 80px 0;
}

.realisations .case-container h3 {
  margin-bottom: 28px;
  font-size: 55px;
  line-height: 1.26;
  letter-spacing: 0;
  font-family: 'Roboto', sans-serif;
}

.realisations .case-container p {
  max-width: none;
  font-size: 20px;
  line-height: 1.7;
  color: #000;
  letter-spacing: 0.04em;
  font-weight: 300;
}

.realisations .case-container .section__entry {
  max-width: 82%;
}

.realisations .inner-content.realisation {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#disko-2015 .ms-slide-bgcont {
  opacity: 0.6 !important;
}

#disko-2015 .ms-slide-bgvideocont {
  opacity: 0.6 !important;
}

#disko-2015 .realisations #content {
  padding-top: 90px;
}

#disko-2015 .reflexions #content {
  padding-top: 90px;
}

#disko-2015 .page-contact #content {
  padding-top: 42px;
}

#disko-2015 #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: top 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: top 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 #header.slideUp {
  top: -90px;
}

#disko-2015 .filters {
  -webkit-transition: top 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: top 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 .filters.slideUp {
  top: 5px;
}

#disko-2015 #header.inline .nav {
  height: 90px;
  margin-top: 0;
  padding-top: 13px;
  padding-bottom: 13px;
}

#disko-2015 #header.inline .nav .navigation li.active {
  border: none;
}

#disko-2015 #header.inline .nav .navigation li.active a:after {
  width: 100%;
}

#disko-2015 #header.inline .nav .navigation li:hover {
  border: none;
}

#disko-2015 #header.inline .nav .navigation li a {
  font-family: 'robotobold';
  font-size: 12px;
  color: white;
  position: relative;
}

#disko-2015 #header.inline .nav .navigation li a:after {
  content: '';
  width: 0;
  height: 2px;
  background-color: white;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: width 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: width 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 #header.inline .nav .navigation li a:hover:after {
  width: 100%;
}

#disko-2015 #header.inline .nav .navigation li a span {
  display: inline-block;
}

#disko-2015 #header.inline .nav .lang a {
  color: white;
}

#disko-2015 #header.inline .inner-content {
  position: relative;
  background: #212121;
}

#disko-2015 #header.inline .inner-content .navigation a {
  color: white;
}

#disko-2015 .mobile {
  display: none;
}

#disko-2015 #footer {
  border-top: 1px solid #d3d3d3;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#disko-2015 #footer .inner-content {
  float: left;
  width: 100%;
  padding: 80px 0;
  margin: 0;
}

#disko-2015 #footer .inner-content .logo-footer {
  display: inline-block;
  float: left;
  -webkit-transition: opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 #footer .inner-content .logo-footer:hover {
  opacity: .7;
}

#disko-2015 #footer .inner-content .content {
  display: inline-block;
  float: right;
}

#disko-2015 #footer .inner-content .content .work-with-us {
  float: left;
  min-width: 350px;
}

#disko-2015 #footer .inner-content .content .work-with-us p {
  color: #7c7c7c;
  font-size: 14px;
  line-height: 20px;
  font-family: 'robotoregular';
}

#disko-2015 #footer .inner-content .content .work-with-us .cta {
  float: left;
}

#disko-2015 #footer .inner-content .content .work-with-us .cta a {
  color: black;
  font-size: 18px;
  font-family: 'robotoregular';
  position: relative;
  float: left;
  text-align: left;
  display: inline-block;
}

#disko-2015 #footer .inner-content .content .work-with-us .cta a .after {
  height: 1px;
  width: 0;
  background: black;
  position: absolute;
  bottom: -4px;
  left: -40px;
  -webkit-transition: width 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: width 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 #footer .inner-content .content .work-with-us .cta:after {
  content: '';
  background: url(../img/arrow-black.svg) no-repeat;
  position: relative;
  float: left;
  top: 5px;
  margin-left: 15px;
  height: 20px;
  width: 20px;
  background-size: contain;
  -webkit-transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 #footer .inner-content .content .work-with-us .cta:before {
  content: '';
  background: url(../img/arrow-black.svg) no-repeat;
  position: relative;
  float: left;
  top: 5px;
  margin-right: 0px;
  height: 20px;
  width: 20px;
  background-size: contain;
  opacity: 0;
  margin-left: -20px;
  -webkit-transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 #footer .inner-content .content .work-with-us .cta:hover:after {
  opacity: 0;
  margin-left: 0px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

#disko-2015 #footer .inner-content .content .work-with-us .cta:hover:before {
  opacity: 1;
  margin-right: 15px;
  margin-left: 0;
}

#disko-2015 #footer .inner-content .content .navigation-social {
  display: inline-block;
  float: left;
  margin-top: 0;
}

#disko-2015 #footer .inner-content .content .navigation-social li {
  margin: 0;
  float: none;
  display: block;
  text-align: left;
}

#disko-2015 #footer .inner-content .content .navigation-social li a {
  color: black;
  font-size: 18px;
  font-family: 'robotoregular';
  position: relative;
}

#disko-2015 #footer .inner-content .content .navigation-social li a:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-transition: width 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: width 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 #footer .inner-content .content .navigation-social li a:hover:after {
  width: 0;
}

#disko-2015 .home * {
  -webkit-font-smoothing: antialiased;
}

#disko-2015 .home #header.inline .inner-content {
  -webkit-transition: background 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: background 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  background: none;
}

#disko-2015 .home #header.inline.after-hero .inner-content {
  background: #212121;
}

#disko-2015 .home #content {
  margin-top: 0px;
}

#disko-2015 .home #content .slider {
  background-color: black;
}

#disko-2015 .home h2.claim {
  font-family: "robotobold";
  font-size: 55px;
  letter-spacing: 1px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

#disko-2015 .home h2.claim span {
  font-family: "robotoregular";
  font-size: 45px;
}

#disko-2015 .home h2.claim i {
  font-size: 45px;
  font-family: "robotoitalic";
}

#disko-2015 .home #hero-slider {
  position: relative;
}

#disko-2015 .home #hero-slider .slider-text {
  width: 100%;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

#disko-2015 .home #hero-slider .slider-text p {
  color: white !important;
  font-family: 'robotoregular';
  font-size: 18px;
  line-height: 30px;
}

#disko-2015 .home #hero-slider .slider-text h2 {
  color: white !important;
  font-family: 'robotobold';
  font-size: 80px;
  margin-bottom: 20px;
}

#disko-2015 .home #hero-slider .slider-text .cta {
  margin-top: 50px;
  text-align: center;
  display: inline-block;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#disko-2015 .home #hero-slider .slider-text .cta a {
  color: white;
  font-family: 'robotoregular';
  font-size: 18px;
  position: relative;
  float: left;
  text-align: left;
  display: inline-block;
}

#disko-2015 .home #hero-slider .slider-text .cta a .after {
  height: 1px;
  width: 0;
  background: white;
  position: absolute;
  bottom: -4px;
  left: -40px;
  -webkit-transition: width 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: width 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 .home #hero-slider .slider-text .cta:after {
  content: '';
  background: url(../img/arrow-white.svg) no-repeat;
  position: relative;
  float: left;
  top: 5px;
  margin-left: 15px;
  height: 20px;
  width: 20px;
  background-size: contain;
  -webkit-transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 .home #hero-slider .slider-text .cta:before {
  content: '';
  background: url(../img/arrow-white.svg) no-repeat;
  position: relative;
  float: left;
  top: 5px;
  margin-right: 0px;
  height: 20px;
  width: 20px;
  background-size: contain;
  opacity: 0;
  margin-left: -20px;
  -webkit-transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 .home #hero-slider .slider-text .cta:hover:after {
  opacity: 0;
  margin-left: 0px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

#disko-2015 .home #hero-slider .slider-text .cta:hover:before {
  opacity: 1;
  margin-right: 15px;
  margin-left: 0;
}

#disko-2015 .home #hero-slider .ms-skin-metro .ms-nav-next {
  width: 20px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  background: url(../img/arrow-white.svg) no-repeat center;
  right: 50px;
}

#disko-2015 .home #hero-slider .ms-skin-metro .ms-nav-next:before {
  content: '';
  border-radius: 50%;
  border: 1px solid white;
  width: 55px;
  background-size: cover;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: all 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  -webkit-clip-path: inset(0px 57px 0px 0px);
          clip-path: inset(0px 57px 0px 0px);
}

#disko-2015 .home #hero-slider .ms-skin-metro .ms-nav-next:hover:before {
  -webkit-clip-path: inset(0px 0px 0px 0px);
          clip-path: inset(0px 0px 0px 0px);
}

#disko-2015 .home #hero-slider .ms-skin-metro .ms-nav-prev {
  width: 20px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  background: url(../img/arrow-white-left.svg) no-repeat center;
  left: 50px;
}

#disko-2015 .home #hero-slider .ms-skin-metro .ms-nav-prev:before {
  content: '';
  border-radius: 50%;
  border: 1px solid white;
  width: 55px;
  background-size: cover;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: all 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  -webkit-clip-path: inset(0px 0px 0px 57px);
          clip-path: inset(0px 0px 0px 57px);
}

#disko-2015 .home #hero-slider .ms-skin-metro .ms-nav-prev:hover:before {
  -webkit-clip-path: inset(0px 0px 0px 0px);
          clip-path: inset(0px 0px 0px 0px);
}

#disko-2015 .home #hero-slider .ms-skin-metro .ms-bullet {
  background: white;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: .5;
}

#disko-2015 .home #hero-slider .ms-skin-metro .ms-bullet.ms-bullet-selected {
  opacity: 1;
}

#disko-2015 .home #hero-slider .arrow-down {
  background: url(../img/arrow-down.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 10px;
}

#disko-2015 .home #hero-slider .arrow-down#scroll-down {
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  z-index: 5;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 .home #hero-slider .arrow-down#scroll-down:hover {
  opacity: .5;
}

#disko-2015 .home #claim-top i {
  font-family: "robotoitalic";
}

#disko-2015 .home #claim-top h3 {
  font-family: "robotolight";
  font-size: 18px;
  font-weight: normal;
  color: black;
  position: relative;
}

#disko-2015 .home #claim-top p {
  font-family: "robotolight";
  font-size: 18px;
  font-weight: normal;
  color: black;
  position: relative;
}

#disko-2015 .home #claim-top ul.accordion li {
  border-top: 1px solid #999;
  position: relative;
  cursor: pointer;
}

#disko-2015 .home #claim-top ul.accordion li .title-container {
  margin: 30px 0;
  overflow: hidden;
  height: 25px;
}

#disko-2015 .home #claim-top ul.accordion li .title-container .title {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 .home #claim-top ul.accordion li .title-container .title h3.bold {
  font-family: 'robotobold';
}

#disko-2015 .home #claim-top ul.accordion li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 35px;
  width: 13px;
  height: 13px;
  background: url(../img/plus.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 .home #claim-top ul.accordion li:last-child {
  border-bottom: 1px solid #999;
}

#disko-2015 .home #claim-top ul.accordion li .hidden-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: height 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 .home #claim-top ul.accordion li.open .title-container .title {
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}

#disko-2015 .home #claim-top ul.accordion li.open:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#disko-2015 .home #claim-top .inner-content .half {
  width: 50%;
  float: left;
}

#disko-2015 .home #claim-top .inner-content .half .content-container {
  position: relative;
}

#disko-2015 .home #claim-top .inner-content .half .content-container .content {
  margin-top: 170px;
  margin-bottom: 170px;
}

#disko-2015 .home #claim-top .inner-content .half .content-container .content .hidden-content .text {
  padding-top: 20px;
  padding-bottom: 50px;
}

#disko-2015 .home #claim-top .inner-content .half .content-container .content .hidden-content .text p {
  line-height: 30px;
}

#disko-2015 .home #claim-top .inner-content .half .content-container .content .hidden-content .text p b {
  font-family: 'robotobold';
  font-weight: normal;
}

#disko-2015 .home #recent-works {
  background-color: #212121;
  padding-bottom: 140px;
}

#disko-2015 .home #recent-works h2 {
  color: white;
}

#disko-2015 .home #recent-works p {
  color: white;
}

#disko-2015 .home #recent-works h2.title {
  font-family: "robotobold";
  font-size: 55px;
  padding: 125px 0;
}

#disko-2015 .home #recent-works h3 {
  display: inline-block;
  font-weight: 400;
  font-family: 'robotolight';
  font-size: 0.85em;
  color: #ffffff;
  padding-top: 1.3em;
  margin-bottom: 1em;
  border-top: 1px solid #fff;
  margin-top: 10px;
  letter-spacing: 3px;
  opacity: 0;
  text-transform: uppercase;
  max-width: 75%;
  -webkit-transition: 0.25;
  transition: 0.25;
}

#disko-2015 .home #recent-works .cta {
  margin-top: 140px;
  text-align: center;
  display: inline-block;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#disko-2015 .home #recent-works .cta a {
  color: white;
  font-family: 'robotoregular';
  font-size: 18px;
  position: relative;
  float: left;
  text-align: left;
  display: inline-block;
}

#disko-2015 .home #recent-works .cta:after {
  content: '';
  background: url(../img/arrow-white.svg) no-repeat;
  position: relative;
  float: left;
  top: 5px;
  margin-left: 15px;
  height: 20px;
  width: 20px;
  background-size: contain;
  -webkit-transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 .home #recent-works .cta:before {
  content: '';
  background: url(../img/arrow-white.svg) no-repeat;
  position: relative;
  float: left;
  top: 5px;
  margin-right: 0px;
  height: 20px;
  width: 20px;
  background-size: contain;
  opacity: 0;
  margin-left: -20px;
  -webkit-transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 .home #recent-works .cta:hover:after {
  opacity: 0;
  margin-left: 0px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

#disko-2015 .home #recent-works .cta:hover:before {
  opacity: 1;
  margin-right: 15px;
  margin-left: 0;
}

#disko-2015 .home #recent-works .work-box {
  width: 50%;
  float: left;
  position: relative;
}

#disko-2015 .home #recent-works .work-box .text-container {
  position: absolute;
  display: inline-block;
  text-align: center;
  top: calc(50% + 17px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 45px;
}

#disko-2015 .home #recent-works .work-box .text-container h2 {
  font-family: 'robotolight';
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 2px;
}

#disko-2015 .home #recent-works .work-box .text-container h4 {
  font-family: 'robotolight';
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 14px;
  color: white;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: 'robotoregular';
  opacity: 0;
  letter-spacing: 0px;
  -webkit-transform: translateY(-20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 .home #recent-works .work-box .image-container {
  position: relative;
  width: 100%;
  height: 375px;
  overflow: hidden;
}

#disko-2015 .home #recent-works .work-box .image-container img {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.6s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.6s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: transform 0.6s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: transform 0.6s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.6s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 .home #recent-works .work-box:hover .image-container img {
  opacity: 0.45;
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}

#disko-2015 .home #recent-works .work-box:hover .text-container h3 {
  opacity: 1;
}

#disko-2015 .home #recent-works .work-box:hover .text-container h4 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#disko-2015 .home #recent-works .animation-element {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.5s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: opacity 0.5s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.5s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: transform 0.5s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.5s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: transform 0.5s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.5s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.5s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 .home #recent-works .animation-element.beyond {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 0;
}

#disko-2015 .home #bottom-claim {
  padding: 60px 0;
}

#disko-2015 .home #thinking {
  padding-top: 140px;
  padding-bottom: 80px;
}

#disko-2015 .home #thinking h2.title {
  font-family: "robotobold";
  font-size: 55px;
}

#disko-2015 .home #thinking .cta {
  margin-top: 90px;
  text-align: center;
  display: inline-block;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#disko-2015 .home #thinking .cta a {
  color: black;
  font-family: 'robotoregular';
  font-size: 18px;
  position: relative;
  float: left;
  text-align: left;
  display: inline-block;
}

#disko-2015 .home #thinking .cta:after {
  content: '';
  background: url(../img/arrow-black.svg) no-repeat;
  position: relative;
  float: left;
  top: 5px;
  margin-left: 15px;
  height: 20px;
  width: 20px;
  background-size: contain;
  -webkit-transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 .home #thinking .cta:before {
  content: '';
  background: url(../img/arrow-black.svg) no-repeat;
  position: relative;
  float: left;
  top: 5px;
  margin-right: 0px;
  height: 20px;
  width: 20px;
  background-size: contain;
  opacity: 0;
  margin-left: -20px;
  -webkit-transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 .home #thinking .cta:hover:after {
  opacity: 0;
  margin-left: 0px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

#disko-2015 .home #thinking .cta:hover:before {
  opacity: 1;
  margin-left: 0;
  margin-right: 15px;
}

#disko-2015 .home #thinking .animation-element {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.5s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: opacity 0.5s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.5s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: transform 0.5s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.5s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: transform 0.5s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.5s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.5s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 .home #thinking .animation-element.beyond {
  opacity: 0;
}

#disko-2015 .home #thinking .animation-element.beyond[data-animation-from="left"] {
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
}

#disko-2015 .home #thinking .animation-element.beyond[data-animation-from="right"] {
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}

#disko-2015 .home #thinking .full {
  width: 100%;
}

#disko-2015 .home #thinking .full .thinking-box {
  width: 100%;
  float: left;
  margin: 50px 0;
}

#disko-2015 .home #thinking .full .thinking-box .content-container {
  width: 33.33%;
  float: left;
  min-height: 340px;
  position: relative;
}

#disko-2015 .home #thinking .full .thinking-box .content-container .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 .home #thinking .full .thinking-box .content-container .content h2.title {
  margin: 45px 0;
  font-size: 25px;
  font-family: 'robotobold';
  cursor: pointer;
}

#disko-2015 .home #thinking .full .thinking-box .content-container .content p.description {
  margin: 0;
  font-family: 'robotolight_italic';
  font-size: 10px;
  color: #999999;
  text-transform: uppercase;
}

#disko-2015 .home #thinking .full .thinking-box .content-container .content .date {
  font-size: 15px;
  font-family: 'robotolight_italic';
}

#disko-2015 .home #thinking .full .thinking-box .thumbnail-container {
  width: 66.66%;
  float: left;
  position: relative;
  overflow: hidden;
}

#disko-2015 .home #thinking .full .thinking-box .thumbnail-container:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 100%;
  background: no-repeat center white;
  background-size: 20px;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 .home #thinking .full .thinking-box .thumbnail-container .image-container {
  position: relative;
  width: 100%;
  height: 340px;
  overflow: hidden;
  background-color: black;
}

#disko-2015 .home #thinking .full .thinking-box .thumbnail-container .image-container img {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: auto;
  min-width: 800px;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.6s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.6s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: transform 0.6s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  transition: transform 0.6s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.6s cubic-bezier(0.375, 0, 0.15, 0.92);
}

#disko-2015 .home #thinking .full .thinking-box.hover .image-container img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
  opacity: 0.7;
}

#disko-2015 .home #thinking .full .thinking-box.layout-1 .content-container {
  padding-right: 20px;
}

#disko-2015 .home #thinking .full .thinking-box.layout-1 .thumbnail-container:after {
  background-image: url(../img/arrow-black.svg);
  -webkit-transform: translateX(-45px);
          transform: translateX(-45px);
  left: 0px;
}

#disko-2015 .home #thinking .full .thinking-box.layout-1.hover .content {
  opacity: .7;
}

#disko-2015 .home #thinking .full .thinking-box.layout-1.hover .thumbnail-container:after {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

#disko-2015 .home #thinking .full .thinking-box.layout-2 .content-container {
  padding-left: 80px;
}

#disko-2015 .home #thinking .full .thinking-box.layout-2 .thumbnail-container:after {
  background-image: url(../img/arrow-black-left.svg);
  -webkit-transform: translateX(45px);
          transform: translateX(45px);
  right: 0;
}

#disko-2015 .home #thinking .full .thinking-box.layout-2.hover .content {
  opacity: .7;
}

#disko-2015 .home #thinking .full .thinking-box.layout-2.hover .thumbnail-container:after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

@media screen and (max-width: 768px) {
  .single-realisation .solutions-container {
    padding: 20px 0;
  }
  .single-realisation .solutions-container .section__head h2 {
    font-size: 28px;
  }
  .single-realisation .solutions-container .section__head .link-animated-container {
    position: relative;
    left: 0;
    top: 0;
    right: auto;
    margin-bottom: 40px;
  }
  .single-realisation .solutions-container .section__head .link-animated-container .border {
    display: none;
  }
  .single-realisation .solutions-container .section__head .link-animated-container .link-animated {
    margin-left: 0;
    margin-right: auto;
    margin-top: 0;
  }
  .single-realisation .headings-project h1 {
    font-size: 27px;
    padding: 0 20px;
    margin-bottom: 14px;
  }
  .single-realisation .headings-project h1:after {
    margin: 14px auto;
  }
  .single-realisation .headings-project h3 {
    font-size: 13px;
    letter-spacing: 0.02em;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .single-realisation .headings-project .image {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 20px;
  }
  .single-realisation .inner-content.realisation {
    margin-top: 100px;
  }
  .single-realisation .case-container {
    padding: 30px 0;
  }
  .single-realisation .case-container .cols {
    display: block;
  }
  .single-realisation .case-container .cols .col--1of2 {
    width: 100%;
    margin-bottom: 40px;
  }
  .single-realisation .case-container .section__entry {
    padding: 0 20px;
    max-width: 100%;
  }
  .single-realisation .case-container .section__entry p {
    margin: 0 !important;
    font-size: 16px;
    line-height: 1.75;
  }
  .single-realisation .case-container h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .single-realisation .realisations-navigation {
    padding: 20px 20px 60px;
  }
  .single-realisation .realisations-navigation .link-animated:after {
    display: none !important;
  }
  .single-realisation .realisations-navigation .link-animated:before {
    display: none !important;
  }
  .single-realisation .realisations-navigation .link-animated a {
    background: url(../img/arrow-black.svg) no-repeat center;
    display: block;
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .single-realisation .realisations-navigation .link-animated a span {
    display: none;
  }
  .single-realisation .realisations-navigation .link-animated a.paging__prev {
    background: url(../img/arrow-black-left.svg) no-repeat center;
  }
  .single-realisation .realisations-navigation .link-animated.left {
    margin-left: 0;
  }
  .realisations .headings-project h1 {
    font-size: 27px;
    padding: 0 20px;
    margin-bottom: 14px;
  }
  .realisations .headings-project h1:after {
    margin: 14px auto;
  }
  .realisations .headings-project h3 {
    font-size: 13px;
    letter-spacing: 0.02em;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .realisations .headings-project .image {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 20px;
  }
  .realisations .inner-content.realisation {
    margin-top: 100px;
  }
  .realisations .case-container {
    padding: 30px 0;
  }
  .realisations .case-container .cols {
    display: block;
  }
  .realisations .case-container .cols .col--1of2 {
    width: 100%;
    margin-bottom: 40px;
  }
  .realisations .case-container .section__entry {
    padding: 0 20px;
    max-width: 100%;
  }
  .realisations .case-container .section__entry p {
    margin: 0 !important;
    font-size: 16px;
    line-height: 1.75;
  }
  .realisations .case-container h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .realisations .solutions-container {
    padding: 20px 0;
  }
  .realisations .solutions-container .section__head .link-animated-container {
    position: relative;
    left: 0;
    top: 0;
    right: auto;
    margin-bottom: 40px;
  }
  .realisations .solutions-container .section__head .link-animated-container .border {
    display: none;
  }
  .realisations .solutions-container .section__head .link-animated-container .link-animated {
    margin-left: 0;
    margin-right: auto;
    margin-top: 0;
  }
  .realisations .realisations-navigation {
    padding: 20px 20px 60px;
  }
  .realisations .realisations-navigation .link-animated:after {
    display: none !important;
  }
  .realisations .realisations-navigation .link-animated:before {
    display: none !important;
  }
  .realisations .realisations-navigation .link-animated a {
    background: url(../img/arrow-black.svg) no-repeat center;
    display: block;
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .realisations .realisations-navigation .link-animated a span {
    display: none;
  }
  .realisations .realisations-navigation .link-animated a.paging__prev {
    background: url(../img/arrow-black-left.svg) no-repeat center;
  }
  .realisations .realisations-navigation .link-animated.left {
    margin-left: 0;
  }
  #disko-2015 .home #hero-slider .ms-nav-next {
    display: none;
  }
  #disko-2015 .home #hero-slider .ms-nav-prev {
    display: none;
  }
  #disko-2015 .home #hero-slider .slider-text {
    width: 100%;
    padding: 0;
    top: 100px !important;
    -webkit-transform: translate(-50%, 0) !important;
            transform: translate(-50%, 0) !important;
  }
  #disko-2015 .home #hero-slider .slider-text h2 {
    padding: 0 25px;
    font-size: 35px;
    margin-bottom: 20px;
  }
  #disko-2015 .home #hero-slider .slider-text p {
    padding: 0 25px;
    font-size: 16px;
    line-height: 20px;
  }
  #disko-2015 .home #hero-slider .slider-text .cta {
    padding: 0;
    margin-top: 20px;
  }
  #disko-2015 .home #hero-slider .slider-text .cta a {
    font-size: 16px;
  }
  #disko-2015 .home #hero-slider .slider-text .cta:after {
    content: '';
    background: url(../img/arrow-white.svg) no-repeat;
    position: relative;
    float: left;
    top: 5px;
    margin-left: 15px;
    height: 20px;
    width: 20px;
    background-size: contain;
    -webkit-transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
    transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
    transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
    transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), -webkit-transform 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  }
  #disko-2015 .home #hero-slider .slider-text .cta:before {
    content: '';
    background: url(../img/arrow-white.svg) no-repeat;
    position: relative;
    float: left;
    top: 5px;
    margin-right: 0px;
    height: 20px;
    width: 20px;
    background-size: contain;
    opacity: 0;
    margin-left: -20px;
    -webkit-transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
    transition: margin 0.3s cubic-bezier(0.375, 0, 0.15, 0.92), opacity 0.3s cubic-bezier(0.375, 0, 0.15, 0.92);
  }
  #disko-2015 .home #thinking {
    padding: 0 20px 50px 20px;
  }
  #disko-2015 .home #thinking .full .thinking-box.layout-2 .content-container {
    padding-left: 0;
  }
  #disko-2015 .home #thinking .full .thinking-box {
    margin: 50px 0 0;
  }
  #disko-2015 .home #thinking .full .thinking-box .content-container {
    width: 100%;
    min-height: 0;
  }
  #disko-2015 .home #thinking .full .thinking-box .content-container .content {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-bottom: 25px;
  }
  #disko-2015 .home #thinking .full .thinking-box .content-container .content h2.title {
    margin: 25px 0;
  }
  #disko-2015 .home #thinking .full .thinking-box .thumbnail-container {
    width: 100%;
  }
  #disko-2015 .home #thinking .cta {
    margin: 50px 0 0 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #disko-2015 .home #claim-top .inner-content {
    padding-top: 50px;
  }
  #disko-2015 .home #claim-top .inner-content .half {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 20px;
  }
  #disko-2015 .home #claim-top .inner-content .half .content-container {
    min-height: 0;
  }
  #disko-2015 .home #claim-top .inner-content .half .content-container .content {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  #disko-2015 .home h2.claim {
    font-size: 35px;
  }
  #disko-2015 .home #recent-works {
    padding-bottom: 40px;
  }
  #disko-2015 .home #recent-works h2.title {
    padding: 0 20px 50px 20px;
  }
  #disko-2015 .home #recent-works .work-box {
    width: 100%;
  }
  #disko-2015 .home #recent-works .cta {
    margin: 50px auto 0 20px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #disko-2015 .home #bottom-claim {
    padding: 0;
  }
  #disko-2015 .home #bottom-claim .inner-content {
    padding: 0 20px 50px;
  }
  #disko-2015 .mobile {
    display: block;
  }
  #disko-2015 .desktop {
    display: none;
  }
  #disko-2015 #content .section .inner-content {
    padding-top: 50px;
  }
  #disko-2015 #header .navigation a {
    color: white;
  }
  #disko-2015 #header .navigation li.active {
    border-bottom: 2px solid white;
  }
  #disko-2015 #header #sidebar-toggle .bar {
    background: white;
  }
  #disko-2015 .nav {
    background-color: black;
  }
  #disko-2015 #footer .inner-content {
    padding: 20px;
  }
  #disko-2015 #footer .inner-content .logo-footer img {
    width: 50px;
  }
  #disko-2015 #footer .inner-content .content .work-with-us {
    min-width: 140px;
  }
}
/*# sourceMappingURL=style-hway.css.map */