@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,700");

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

ol,
ul {
  list-style: none;
  text-align: center;
}
.container {
  margin: 0 auto;
}

.header {
  vertical-align: middle;
  background-color: #023020;
  height: 180px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.logo img {
  margin: 10px 0;
  width: 100px;
  height: 100px;
}

.stickynav {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: #023020;
}

.header-inner {
  height: 100%;
  position: relative;
  background-color: #023020;
}

.header-logo {
  height: 100%;
  text-align: center;
}

.header-logo .logo,
.header-logo .logo img {
  height: 100%;
}

.navleft {
  position: absolute;
  left: 0;
  top: 43px;
  margin-left: 200px;
}

.navright {
  position: absolute;
  right: 0;
  top: 43px;
  margin-right: 200px;
}

.block {
  padding: 45px 0;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 23px;
  height: 3px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  box-shadow: none;
  background-color: #023020;
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navigation li a {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  padding: 18px;
  text-decoration: none;
  color: #e0ac1c;
}

.navigation li a:hover {
  color: #008000;
}

.navigation li {
  display: inline-block;
  line-height: 60px;
}

.navleft .navigation {
  float: right;
}

.navright .navigation {
  float: left;
}

.navbar {
  padding: 0;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .navleft {
    max-width: 500px;
    text-align: center;
  }

  .navright {
    max-width: 500px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .navleft {
    max-width: 385px;
  }

  .navright {
    max-width: 385px;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .header-inner {
    position: relative;
  }

  .navbar .btn-navbar {
    top: 18px;
    right: 0;
  }
}

@media (max-width: 979px) {
  .navright .navigation {
    float: none;
    width: 100%;
  }

  .navleft .navigation {
    float: none;
    width: 100%;
  }

  .navleft {
    position: relative;
    top: 0;
  }

  .navright {
    position: relative;
    top: 0;
  }

  .header-logo .logo,
  .header-logo .logo img {
    height: auto;
  }

  .logo {
    float: none;
  }

  .header-nav {
    float: none;
  }

  .header {
    position: relative;
    height: auto !important;
    padding: 0;
  }

  .header-logo {
    padding: 20px 0;
  }

  .dropdown-menu {
    display: block !important;
  }

  .dropdown-menu li:first-child a {
    padding-top: 0;
  }

  .navright .dropdown-menu li:last-child,
  .navright .navigation li:last-child {
    border-bottom: none;
  }

  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 6px 15px;
    font-weight: 400;
  }

  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    background-color: #023020;
  }

  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: transparent;
  }

  .navigation {
    display: block;
    height: auto !important;
    text-align: left;
  }

  .navigation li {
    float: none;
    border-bottom: 1px solid #cecece;
    display: block;
  }

  .navbar .nav {
    padding-top: 15px;
  }

  .navbar {
    margin-bottom: 0;
  }

  .logo {
    padding: 20px 0;
    display: inline;
  }

  .btn-navbar {
    display: block;
  }
}

.background {
  position: relative;
}

.background img {
  width: 100%;
}

.background-text h1 {
  font-size: 5vw;
}

footer {
  position: fixed;
  bottom: 0;
}

@media (max-height: 800px) {
  footer {
    position: static;
  }
}

.footer-distributed {
  background-color: #2c292f;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 50px 50px 60px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

.footer-distributed .footer-left {
  width: 30%;
}

.footer-distributed h3 {
  color: #ffffff;
  font: normal 36px "Cookie", cursive;
  margin: 0;
}

.footer-distributed .footer-left img {
  width: 30%;
}

.footer-distributed h3 span {
  color: #e0ac1c;
}

.footer-distributed .footer-links {
  color: #ffffff;
  margin: 20px 0 12px;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.builder {
  color: white;
  margin-top: 10px;
}

.builder a {
  color: #e0ac1c;
}

.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-center {
  width: 35%;
}

.footer-distributed .footer-center i {
  background-color: #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-distributed .footer-center p a {
  color: #e0ac1c;
  text-decoration: none;
}

.footer-distributed .footer-right {
  width: 30%;
}

.footer-distributed .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons {
  margin-top: 25px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;

  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}

.maintenance {
  width: 100%;
  height: 100%;
}

.maintenance img {
  width: 100%;
  height: 100%;
}
@media (max-width: 880px) {
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i {
    margin-left: 0;
  }
}
