html, body {
  width: 100%;
  height: 100%
}

body {
  font-family: "Lato", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
    margin: 0
}

h2 {
    font-size: 36px;
    margin-bottom: 56px;
    font-weight: 700;
}

h3 {
    line-height: 2
}

h4 {
    line-height: 1.5;
    margin: 50px 0 12px
}

/* COMPONENTS */
.transition {
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all
}

.btn-play {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 38px;
    padding: 12px 0 0 8px;
    background: transparent;
    -moz-transition: 0.5s color, 0.5s background;
    -o-transition: 0.5s color, 0.5s background;
    -webkit-transition: 0.5s color, 0.5s background;
    transition: 0.5s color, 0.5s background
}

.btn-play:hover, .btn-play:active, .btn-play:focus {
    color: #000;
    background: #fff
}

.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border: 0;
    border-bottom: 1px solid trasparent;
    background: transparent;
    margin-bottom: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all
}

.navbar-fixed .navbar-brand {
    padding: 30px 15px;
    color: #fff
}

.navbar-fixed .nav > li {
    padding: 30px 15px 26px 15px
}

.navbar-fixed .nav > li > a {
    padding: 0 0 4px;
    border-bottom: 1px solid transparent;
    background: trasparent;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

.navbar-fixed .nav > li > a:hover, .navbar-fixed .nav > li > a:active, .navbar-fixed .nav > li > a:focus {
    background: transparent;
    color: #afafaf
}

.navbar-fixed .nav > li.active a {
    border-bottom: 1px solid #fff;
    background: transparent
}

.navbar-fixed * {
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all
}

.navbar-fixed.navbar-sticky {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: #000
}

.navbar-fixed.navbar-sticky .nav > li {
    padding: 15px 15px 11px 15px
}

.navbar-fixed.navbar-sticky .navbar-brand {
    padding: 15px 15px
}

.member {
    width: 100%;
    max-width: 265px;
    position: relative;
    -webkit-perspective: 800px;
    perspective: 800px;
    margin: 0 auto 24px
}

.member a {
    color: #fff
}

.member a:hover {
    color: #fff;
    text-decoration: none
}

.member-inner {
    top: 0;
    left: 0;
    padding: 50%;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.member-side {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.member-side.front {
  /*z-index: 1;*/
}

.member-side.back {
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
    -webkit-transform: rotatey(180deg);
    transform: rotatey(180deg);
}

.member:hover .member-inner {
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
    -webkit-transform: rotatey(180deg);
    transform: rotatey(180deg)
}

.member:hover .member-side.back {
  /*z-index: 2;*/
}

.member-photo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.member-photo img {
    width: 100%;
    height: 100%
}

.member-caption {
    position: absolute;
    width: 50%;
    left: 50%;
    bottom: 45px;
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    border-bottom: 1px solid #fff
}

.member-caption p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;
    position: absolute;
    width: 100%;
    bottom: 4px;
    left: 0
}

.list {
    list-style: none
}

.list li {
    padding: 6px
}

.img-border {
    max-height: 240px;
    border: 4px solid #222;
    margin: 0 auto
}

.material {
    margin-bottom: 82px
}

.material:last-child {
    margin-bottom: 0
}

.twitter-links a {
    color: #fff;
    font-size: 28px;
    padding: 20px;
    display: inline-block;
    text-shadow: 1px 1px 6px #3B3B3B
}

.carousel-fade .carousel-inner .item {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.carousel-fade .carousel-inner .active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.carousel-fade .carousel-control {
    z-index: 2
}

/* SECTIONS */
.content {
    padding: 80px 0 100px
}

.content-video {
    position: relative;
    background: #000;
    /*height: 100%;*/
}

.content-video video {
	width: 100%;
  display: block;
  margin: 0 auto -5px;
  /*height: 100%;*/
}

.content-video .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translatey(-50%) translatex(-50%);
    -ms-transform: translatey(-50%) translatex(-50%);
    -o-transform: translatey(-50%) translatex(-50%);
    -webkit-transform: translatey(-50%) translatex(-50%);
    transform: translatey(-50%) translatex(-50%);
    display: none
}

.content-video .container {
    position: absolute;
    bottom: 0
}

.content-team {
    background: rgb(172, 172, 172)
}

.content-about {
    background-color: #102235;
    /*background-image: url('../img/twitter.png');*/
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size: 62px 62px;
    background-size: 62px 62px
}

.content-text {
    background: #FDF8EC;
    color: #222
}

.content-text .carousel {
    margin-top: 78px
}

.content-text .carousel-inner {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #222;
    background: #222;
    -moz-box-shadow: 10px 10px 50px #727272;
    -webkit-box-shadow: 10px 10px 50px #727272;
    box-shadow: 10px 10px 50px #727272
}

.content-design {
    color: #222
}

.content-dynamics {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../img/dynamics.jpg)
}

.content-materials {
    background: #222
}

.content-materials .img-border {
    border-color: #fff
}

.content-iot {
    background: #FDF8EC;
    color: #222;
    position: relative;
    padding-bottom: 380px
}

.content-iot .container {
    position: relative;
    z-index: 1
}

.content-iot:after {
    content: "";
    background-image: url(../img/iot.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 54px;
    left: 50%;
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    width: 396px;
    height: 396px
}

.content-trailer {
    color: #222;
    background: #FDF8EC;
    padding-top: 0
}

.content-trailer .col-sm-10 {
    border-top: 1px solid #e5e5e5;
    padding-top: 80px
}

.content iframe {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #222;
    -moz-box-shadow: 10px 10px 50px #727272;
    -webkit-box-shadow: 10px 10px 50px #727272;
    box-shadow: 10px 10px 50px #727272
}

.content-sponsors {
    background: #fff;
    color: #222
}

.content-sponsors p a {
    vertical-align: middle;
    text-decoration: none
}

.content-sponsors p a img {
    max-height: 120px;
    display: inline-block;
    padding: 24px;
    max-width: 100%
}

.sub-video {
    background: #000
}

.content-contact {
    background: #fff;
    color: #222;
    padding-top: 0
}

.content-contact h2 {
    padding-top: 80px;
    border-top: 1px solid #e5e5e5
}

.content-contact .contact-inner {
    position: relative;
    background: red;
    height: 420px;
    width: 420px;
    margin: 48px auto 0;
    max-width: 100%;
    -moz-box-shadow: 10px 10px 50px #727272;
    -webkit-box-shadow: 10px 10px 50px #727272;
    box-shadow: 10px 10px 50px #727272;
    background: #222
}

.contact-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translatex(-50%) translatey(-50%) scale(1);
    -ms-transform: translatex(-50%) translatey(-50%) scale(1);
    -o-transform: translatex(-50%) translatey(-50%) scale(1);
    -webkit-transform: translatex(-50%) translatey(-50%) scale(1);
    transform: translatex(-50%) translatey(-50%) scale(1);
    color: #fff;
    font-size: 36px;
    text-align: center;
    width: 90%;
    -moz-transition: 0.5s transform;
    -o-transition: 0.5s transform;
    -webkit-transition: 0.5s transform;
    transition: 0.5s transform
}

.contact-link:hover {
    -moz-transform: translatex(-50%) translatey(-50%) scale(1.1);
    -ms-transform: translatex(-50%) translatey(-50%) scale(1.1);
    -o-transform: translatex(-50%) translatey(-50%) scale(1.1);
    -webkit-transform: translatex(-50%) translatey(-50%) scale(1.1);
    transform: translatex(-50%) translatey(-50%) scale(1.1);
    text-decoration: none;
    color: #fff
}

.contact-info {
    position: absolute;
    width: 100%;
    max-height: 100%;
    top: 50%;
    left: 0;
    display: none;
    text-align: center;
    color: #fff;
    padding: 20px 30px;
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%)
}

.contact-info h3 {
    margin: 0 auto 48px
}

.contact-info p {
    font-size: 20px
}

.contact-info p a {
    color: #fff
}

.contact-info p .fa {
    font-size: 26px;
    margin-right: 6px;
    vertical-align: middle
}

.contact-front {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

@media screen and (max-width: 768px) {
  .navbar-fixed {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      background: #0d0d0d
  }
  .navbar-fixed .nav > li {
      text-align: center
  }
  .navbar-fixed .nav > li > a {
      display: inline-block
  }
  .navbar-fixed .nav > li {
      padding: 15px 15px 11px 15px
  }
  .navbar-fixed .navbar-brand {
      padding: 15px 15px
  }
  .content-design {
      text-align: center
  }
  .img-border {
      margin: 56px auto 0
  }
  .content-iot:after {
      width: 320px;
      height: 320px
  }
  .twitter-links a {
      font-size: 18px;
      padding: 12px 20px
  }
  .content-video {
      margin-top: 56px
  }
  h3 {
      line-height: 1.5;
      font-size: 20px
  }
  .content {
      padding: 54px 0 70px
  }
  .content-iot {
      padding-bottom: 380px
  }
}
