@import url('https://fonts.googleapis.com/css?family=Open+Sans|Titillium+Web');

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Titillium Web', sans-serif;
}

p {
  line-height: 30px;
}

.row-centered {
  text-align: center;
}

.col-center {
  display: inline-block;
  float: none;
  margin: 0 -2px;
  vertical-align: top;
}

.pad-ver-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-white {
  color: #fff;
}

/* TEXT COLUMNS */

@media (min-width: 992px) {
  .text-col-md-2 {
    column-count: 2;
    column-gap: 20px;
  }
}

/* NAV */

.navbar-custom {
  border: none;
  height: 75px;
  transition: 300ms;
  background: none;
}

.navbar-custom.navbar-scroll {
  background: #52b6da;
}

.navbar-custom .navbar-nav {
  position: relative;
  width: 100%;
}

.navbar-custom .navbar-nav:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.navbar-custom .navbar-nav .scroll-indicator {
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  width: 0;
  height: 1px;
  background: #004C73;
}

.navbar-custom .navbar-nav .scroll-indicator i {
  position: absolute;
  top: -15px;
  left: 0;
  margin-left: -3px;
  color: #fff;
  font-size: 30px;
}

.navbar-custom .navbar-nav .scroll-indicator i:before {
  padding-top: 2px;
  display: inline-block;
  transform: rotate(45deg);
  transition: 300ms transform;
}

.navbar-custom .navbar-nav .scroll-indicator i.reverse:before {
  transform: rotate(-135deg);
}

.navbar-custom .navbar-nav>li {
  position: absolute;
  top: 25px;
  transform: translateX(-50%);
}

.navbar-custom .navbar-nav>li>a {
  position: relative;
  white-space: nowrap;
  color: #fff;
  text-shadow: none;
  font-size: 12px;
  transition: 300ms;
  background: none;
}

.navbar-custom .navbar-nav>li>a:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 10px;
  transition: 300ms;
  background: #ccc;
}

.navbar-custom .navbar-nav>li.visited>a {
  color: #004C73;
}

.navbar-custom .navbar-nav>li.visited>a:before {
  border-color: #004C73;
  background: #004C73;
}

@media (max-width: 992px) {
  .navbar-custom {
    height: 50px;
  }
  .navbar-custom .navbar-nav {
    margin: 0;
  }
  .navbar-custom .navbar-nav>li>a {
    display: none;
  }
}

/* POSTER */

.poster {
  height: 100vh;
  background: linear-gradient(
      rgba(0, 0, 0, 0.50), 
      rgba(0, 0, 0, 0.50)
    ), 
    url(../images/poster.jpg);
  background-size: cover;
  background-position: center;
}

.poster-middle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.poster-middle h1 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}

.poster-bottom {
  position: absolute;
  left: 0;
  bottom: 20px;
}

.poster-bottom a {
  color: #fff;
  font-size: 30px;
}

.poster-bottom a i {
  padding-top: 0.5em;
}

@media (max-width: 768px) {
  .poster-bottom a {
    font-size: 16px;
  }
}

/* SECTIONS */

section header {
  padding: 120px 0;
  background: #52b6da;
}

section header h2 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}

section header h3 {
  font-family: "Titillium Web";
  font-size: 30px;
  color: #fff;
}

section h4 {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: bold;
}

section h4 sub {
  font-size: 16px;
  line-height: 20px;
}

.team {
  position: relative;
  padding-top: 35%;
  height: 0;
  background: url(../images/team.jpg);
  background-size: cover;
  background-position: center;
}

.team .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 50px;
}

.team h2 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
}

.team-members a {
  color: #000;
  padding: 5px;
}

.photo-wall {
  padding: 0;
}

.photo-wall-col {
  padding: 0;
}

.photo-wall img {
  width: 100%;
}

.insights .insight {
  height: 240px;
  font-size: 24px;
  padding-bottom: 100px;
}

.insights .insight:before {
  font-family: FontAwesome;
  content: "\f10e";
  position: absolute;
  z-index: -1;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.1;
  color: #52b6da;
  font-size: 200px;
}

.concepts .concept img {
  width: 50%;
}

@media (min-width: 768px) {
  .concepts .concept img {
    width: 100%;
  } 
  
  .concepts .concept:nth-child(1) img, .concepts .concept:nth-child(3) img {
    padding: 26% 0;
  }  
}

.concepts .concept p {
  color: #fff;
}

.offcourse {
  margin-top: -190px;
}

.offcourse h4 {
  font-size: 48px;
  font-weight: bold;
}

.guidelines {
  
}

.guidelines .guideline {
  
}

.guidelines .guideline img {
  max-width: 100%;
}

.guidelines .guideline h4 {
  font-size: 24px;
  font-weight: normal;
}

.guidelines .guideline-question h4 {
  margin: 100px 0 10px;
  padding: 15px 0;
  background: #f5f5f5;
}

.guidelines .guideline-answer {
  margin-top: 70px;
  position: relative;
}

.guidelines .guideline-answer:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  display: block;
  width: 1px;
  height: 30px;
  background: #52b6da;
}

.guidelines .guideline-answer i {
  color: #52b6da;
  font-size: 60px;
}

.guidelines .guideline-answer h4 {
  position: relative;
  margin-bottom: 70px;
}

.guidelines .guideline-answer h4:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  display: block;
  width: 1px;
  height: 30px;
  background: #52b6da;
}

.video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.businesscase .timeline {
  position: relative;
  margin: 0px;
  margin-bottom: 50px;
  padding: 0px;
}

.businesscase .timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 75px;
  display: block;
  width: 1px;
  height: 100%;
  background: #52b6da;
}

.businesscase .timeline li {
  list-style-type: none;
  position: relative;
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 105px;
}

.businesscase .timeline li:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 69px;
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 7px;
  background: #52b6da;
}

.businesscase .timeline li .time {
  position: absolute;
  top: 25px;
  left: 0;
  font-weight: bold;
  color: #004C73;
}

.interaction .animation {
  position: relative;
  width: 100%;
  padding-top: 160%;
  background: url(../images/iphone-bg.png);
  background-size: cover;
}

.interaction .animation video {
  position: absolute;
  z-index: -1;
  top: 16.3%;
  right: 10%;
  bottom: 10%;
  left: 16%;
  width: 70%;
  height: 69%;
}

.interaction .animation img {
  position: absolute;
  z-index: -1;
  top: 16.3%;
  right: 10%;
  bottom: 10%;
  left: 19%;
  width: 64%;
  height: 69%;
}

.typography {
  padding-top: 100px;
}

.colors {
  padding-top: 50px;
  padding-bottom: 100px;
}

.colors>div>div>.color {
  margin-top: 30px;
}

.colors .color {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.colors .color-wrapper {
  margin-top: 30px;
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
}

.colors .color-wrapper .color:nth-child(1) span {
  text-align: right;
  top: 20px;
  bottom: auto;
}

.colors .color span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.prototype {
  position: relative;
  width: 100%;
}

.prototype iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prototype .mockup {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 160%;
  background: url(../images/iphone-bg.png);
  background-size: cover;
}

.prototype .mockup video {
  position: absolute;
  z-index: -1;
  top: 16.3%;
  right: 10%;
  bottom: 10%;
  left: 16%;
  width: 70%;
  height: 69%;
}

.prototype .mockup img {
  position: absolute;
  z-index: -1;
  top: 16.3%;
  right: 10%;
  bottom: 10%;
  left: 19%;
  width: 64%;
  height: 69%;
}

.prototype a {
  color: #000;
}

.logos {
  padding-top: 100px;
}

.logos .logo {
  position: relative;
  height: 200px;
}

.logos .logo img {
  position: absolute;  
  top: 0;  
  bottom: 0;  
  left: 0;  
  right: 0;  
  margin: auto;
  display: inline-block;
  vertical-align: center;
  width: 150px;
  height: auto;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.5;
}

@media (max-width: 768px) {
  .logos .logo {
    height: auto;
  }
  
  .logos .logo img {
    position: relative;
  }
}

.credits>div {
  position: relative;
  height: 500px;
}

.roller {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 120px;
    background: url(../images/roller.svg) repeat-x;
    background-position: bottom -1px center;
}

.speechbubble {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0px auto;
    padding: 30px;
    max-height: calc(100% - 100px);
    max-width: 800px;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: 300ms ease-out;
    pointer-events: none;
}

.speechbubble.active {
    opacity: 1;
    top: 25px;
    pointer-events: auto;
}

.speechbubble .speechbubble-inner {
    height: 100%;
    overflow-x: auto;
    text-align: center;
}

.boxes {
    position: absolute;
    bottom: 103px;
    left: 0;
    right: 0;
}

.boxes .box {
    width: 220px;
    height: 55px;
    text-align: center;
    transform: scale(0.5, 0.5);
    background: url('../images/box.svg') no-repeat;
    background-position: center;
}

.boxes .box.slick-current.slick-active {
    cursor: pointer;
}

.boxes .box-number {
    display: inline-block;
    margin: 20px;
    padding: 1px 5px;
    font-weight: bold;
    font-size: 18px;
    background: #fff;
}

.scanner {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    height: 250px;
    text-align: center;
    font-size: 36px;
    background: #ccc;
}

.scanner .light {
    position: absolute;
    top: -30px;
    left: 50%;
    height: 30px;
    transform: translateX(-50%);
}

.scanner .light-glass {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 30px;
    border-radius: 15px;
    background: #fff;
}

.scanner .light-base {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 5px;
    background: #bbb;
}

.guard {
    position: absolute;
    bottom: 100px;
    left: 25%;
    transform: translateX(-50%);
}

.tourist {
    position: absolute;
    bottom: 0px;
    right: 25%;
    transform: translateX(50%);
}

.guard img, .tourist img {
    display: block;
    margin: 0px;
    padding: 0px;
}

@media (max-width: 768px) {
  .credits>div {
    height: 330px;
  }
  
  .speechbubble {
    top: 50%;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 20px;
    transform: none;
  }

  .speechbubble.active {
    top: 10px;
    bottom: 166px;
  }

  .roller {
    height: 60px;
    background-position: top;
  }

  .boxes {
    bottom: 45px;
  }

  .scanner {
    display: none;
  }

  .guard {
    left: 50%;
    bottom: 20px;
  }

  .tourist {
    display: none;
  }
}