@import url(bootstrap.min.css);
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&amp;subset=latin-ext" rel="stylesheet');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css");
body {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400; }

a, a:link, a:hover, a:active, a:focus, a:visited {
  text-decoration: none; }

header, .float_nav {
  width: 100%;
  float: right;
  position: absolute;
  overflow: hidden;
  top: 0;
  z-index: 99;
  height: 89px; }
  header .logo, .float_nav .logo {
    margin: 20px;
    float: left; }
    header .logo img, .float_nav .logo img {
      width: 150px; }
  header nav, .float_nav nav {
    font-weight: 500;
    float: right;
    margin-right: 20px;
    margin-top: 25px; }
    header nav ul, .float_nav nav ul {
      margin: 0;
      padding: 0; }
      header nav ul li, .float_nav nav ul li {
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        display: inline-block;
        text-align: center;
        border: solid 2px transparent; }
        header nav ul li a, header nav ul li a:link, header nav ul li a:active, header nav ul li a:focus, header nav ul li a:visited, .float_nav nav ul li a, .float_nav nav ul li a:link, .float_nav nav ul li a:active, .float_nav nav ul li a:focus, .float_nav nav ul li a:visited {
          display: block;
          padding: 10px 20px;
          color: #d1d1d1;
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
          header nav ul li a:hover, header nav ul li a:link:hover, header nav ul li a:active:hover, header nav ul li a:focus:hover, header nav ul li a:visited:hover, .float_nav nav ul li a:hover, .float_nav nav ul li a:link:hover, .float_nav nav ul li a:active:hover, .float_nav nav ul li a:focus:hover, .float_nav nav ul li a:visited:hover {
            color: #999; }
      header nav ul > li:last-child, .float_nav nav ul > li:last-child {
        font-size: 12px;
        border: solid 2px #d1d1d1;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
        header nav ul > li:last-child:hover, .float_nav nav ul > li:last-child:hover {
          background: #d1d1d1; }
          header nav ul > li:last-child:hover a, header nav ul > li:last-child:hover a:link, header nav ul > li:last-child:hover a:hover, header nav ul > li:last-child:hover a:active, header nav ul > li:last-child:hover a:focus, header nav ul > li:last-child:hover a:visited, .float_nav nav ul > li:last-child:hover a, .float_nav nav ul > li:last-child:hover a:link, .float_nav nav ul > li:last-child:hover a:hover, .float_nav nav ul > li:last-child:hover a:active, .float_nav nav ul > li:last-child:hover a:focus, .float_nav nav ul > li:last-child:hover a:visited {
            color: #001c3d; }

.float_nav {
  top: -89px;
  z-index: 999;
  background: rgba(255, 255, 255, 0.98);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .float_nav.sticky {
    position: fixed;
    top: 0; }

.menu {
  color: #d1d1d1;
  float: right;
  margin: 30px 30px 0 0;
  font-size: 2em;
  cursor: pointer; }

h1, h2, h3, .big {
  text-align: center;
  font-weight: 200;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 4em; }

h2, h3 {
  font-size: 2.5em; }

.big {
  font-size: 2em;
  margin-bottom: 50px; }

p {
  text-align: center;
  letter-spacing: 1px; }

[class^="hero-"] {
  margin-bottom: 100px;
  text-align: center;
  padding: 200px 0;
  background: #001c3d;
  background-position: center center;
  background-size: cover; }
  [class^="hero-"] h1 {
    color: #fff;
    font-weight: 400; }
  [class^="hero-"] span {
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-weight: 200;
    font-size: 2em;
    color: #9c9999; }

.hero-1 {
  background-image: url(../img/hero1.jpg); }

.hero-2 {
  background-image: url(../img/hero2.jpg); }

.hero-3 {
  background-image: url(../img/hero3.jpg); }

.hero-4 {
  background-image: url(../img/hero4.jpg); }

.download {
  margin-top: 100px;
  margin-bottom: 150px;
  text-align: center; }
  .download span {
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-weight: 200;
    font-size: 2em; }
  .download img {
    width: 50px;
    margin-left: 30px; }
  .download button {
    margin-top: 50px; }

footer {
  padding: 100px 0;
  text-align: center; }

.customers h2 {
  margin-bottom: 100px; }

.customers .customer figure {
  padding: 5px;
  margin-bottom: 100px; }

.btn-primary {
  background: #000;
  border: none;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 30px;
  letter-spacing: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .btn-primary:hover {
    background: #333; }

form {
  margin-bottom: 100px; }
  form input, form textarea {
    width: 100%;
    border: solid 1px #CCC;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 5px;
    margin-top: 10px; }
  form input {
    height: 40px; }
  form textarea {
    height: 100px;
    margin-bottom: 25px; }
  form label + input {
    margin-bottom: 25px; }
  form input + span {
    font-size: 10px; }
  form label + div {
    margin-bottom: 25px; }

hr {
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: solid 1px #CCC;
  margin-top: 100px; }

.infrastructure ul li {
  padding: 2px 0; }

aside {
  width: 260px;
  height: 100%;
  background: #fff;
  position: fixed;
  float: right;
  top: 0;
  right: -260px;
  z-index: 999; }
  aside ul {
    margin: 30px 10px 10px;
    padding: 0; }
    aside ul li {
      margin: 0;
      padding: 0;
      text-align: left;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 2px;
      list-style: none;
      border: solid 1px transparent;
      float: left;
      clear: left; }
      aside ul li a {
        display: block;
        padding: 10px 20px;
        color: #CCC;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
        aside ul li a:hover {
          color: #001c3d; }
    aside ul > li:last-child {
      margin-top: 10px;
      margin-left: 20px;
      border: solid 1px #CCC;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      aside ul > li:last-child:hover {
        background: #CCC; }
