/*
Theme Name: Actavant
Author: Bart van den Aardweg
Author URI: http://amsdesign.nl/
Description: 
Version: 1.0
License: AMS Design
Text Domain: 
*/
html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 500px; }

.navbar {
  background-color: white;
  font-size: 14px;
  letter-spacing: 0px; }

.navbar-fixed-top .navbar-nav > li > a {
  color: #777; }

.navbar-fixed-top .navbar-brand {
  padding: 5px 15px;
}

@media (min-width: 768px) {
  .navbar-fixed-top .navbar-nav > li {
    margin-left: 6px;
    margin-right: 52px; } }
.fa {
  margin-right: 3px; }

.fa-envelope {
  font-size: 12px; }

.navbar-fixed-top {
  min-height: 0px; }
  .navbar-fixed-top .navbar-nav li a {
    line-height: 50px;
    height: 50px;
    padding-top: 0px; }

#container-middle {
  height: 100%;
  width: 100%;
  margin: 0px 0px -80px 0px;
  padding: 0px;
  overflow: hidden;
  position: relative;
  background: #3a3a3a;
  min-height: 100%; }

#container-middle > .content {
  position: absolute;
  top: 45%;
  left: 50%;
  margin-top: -50px;
  margin-right: 35px;
  margin-left: 15px;
  max-width: 45%;
  color: white;
  z-index: 3; }
  #container-middle > .content p {
    font-size: 16px; }

@media (max-width: 1199px) {
  #container-middle > .content {
    top: 40%; } }
@media (max-width: 991px) {
  #container-middle > .content {
    top: 35%; } }
@media (max-width: 767px) {
  #container-middle {
    margin-bottom: -80px; }

  #container-middle > .content {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 100px;
    max-width: 100%;
    margin-right: 25px;
    margin-left: 25px; } }
.navbar-static-bottom {
  min-height: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: 100; }
  .navbar-static-bottom .navbar-nav {
    margin-top: 0; }
  .navbar-static-bottom .navbar-brand {
    line-height: 80px;
    height: 80px; }
  .navbar-static-bottom .navbar-nav li {
    padding: 10px 5px;
    text-align: right;
  }
  .navbar-static-bottom .navbar-nav li span {
    color: #333;
  }
  .navbar-static-bottom .navbar-nav li a,
  .navbar-static-bottom .navbar-nav li span {
    display: inline-block;
    padding: 5px 15px;
  }
  .navbar-static-bottom .navbar-brand > img {
    height: 100%; }

@media (max-width: 767px) {
  .navbar-static-bottom .navbar-nav li {
    padding: 14px 15px;
    font-size: 12px;
  }
  .navbar-static-bottom .navbar-nav li a,
  .navbar-static-bottom .navbar-nav li span {
    padding: 3px 0;
    font-size: 14px;
  }
  .navbar-static-bottom .navbar-nav li a {
    font-size: 11px;
  }
}

@media (min-width: 768px) {
  .navbar-static-bottom {
    padding: 0 21px 0 21px; } }
.page-nav {
  position: absolute;
  top: 0;
  background-color: #ffffff;
  opacity: 0;
  width: 30%;
  height: 100%;
  z-index: 2;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */ }

#next-page {
  cursor: e-resize;
  right: 0; }

#prev-page {
  cursor: w-resize;
  left: 0; }

#floating-copy {
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 3; }

#floating-copy > a {
  color: #aaa;
  font-size: 11px;
  letter-spacing: 0px; }

/*
Page animation
*/
#base-shape {
  z-index: 1;
  position: absolute;
  bottom: -461px;
  left: -212px;
  display: inline-block;
  height: 330px;
  width: 423px;
  -webkit-transform-origin: 50% -64.1%;
  transform-origin: 50% -64.1%; }

#base-shape:before {
  border-bottom: 212px solid;
  border-bottom-color: inherit;
  border-left: 212px solid transparent;
  border-right: 212px solid transparent;
  cursor: pointer;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  top: -211px;
  width: 0; }