nav.header {
  border-bottom: 3px solid transparent;
  height: 82px;
  padding-bottom: 0;
  padding-top: 22px;
}

.header {
  background: #32383f url("../images/dark-blue-pattern.png") repeat scroll 0 0;
}
.brand-logo {
  float: left;
  height: 36px;
  line-height: 0;
}
.call {
  border-left: 2px solid;
  float: left;
  font-family: "ProximaMedium";
  height: 25px;
  line-height: 25px;
  margin-left: 15px;
  margin-top: 8px;
  padding-left: 15px;
}
.last_menu_space {
  border: 1px solid #ff4800;
  height: 30px;
  margin-left: 15px;
  margin-top: 5px;
  position: relative;
  width: 36px;
}




.page-footer.pattern-bg {
  background: #32383f url("../images/dark-blue-pattern.png");
  float: left;
  padding-top: 60px;
  width: 100%;
}
.remove-padding-left {
  padding-left: 0 !important;
}
.remove-padding-right {
  padding-right: 0 !important;
}
.text-orange {
  color: #ff4800 !important;
}
.divider {
  background-color: #e0e0e0;
  float: left;
  height: 1px;
  overflow: hidden;
  width: 100%;
}
.page-footer .divider {
  margin-top: 25px;
}
.newsletter-container {
  position: relative;
}
input.newsletter {
  background: #fff none repeat scroll 0 0;
  border-bottom: medium none;
  border-radius: 3px;
  height: 36px;
  padding-left: 12px;
  width: 95%;
}
.newsletter-container .send_btn {
  color: #ff4800;
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 0;
  width: 30px;
}
.copyright {
  margin-top: 20px;
}
.social-media li {
  display: inline-block;
  margin-left: 5px;
}
.social-media li a {
  color: #ffffff;
}
.twitter {
  background: #55acee;
  border-radius: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.facebook {
  background: #3b5998;
  border-radius: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.instagram {
  background: #3f729b;
  border-radius: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.dribbble {
  background: #ea4c89;
  border-radius: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.github {
  background: #000000;
  border-radius: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}