body {
  font-family: 'Raleway', sans-serif;
}

h1 {
  font-weight:bold;
  font-size:36px;
}

h2 {
  font-size:27px;
  font-weight:bold;
  color:#000000;
}

h3 {
  color:#7f7f7f;
  font-size:28px;
  font-weight:bold;
}

h4 {
  font-size:18px;
  font-weight:600;
}

p {
  line-height:22px;
}

.primaryColor {
  color: #1b4494;
}

header {
  background: url("../img/shipping-containers.jpg");
  background-size: cover;
  padding:76px 0 0;
}

header .block {
  background:#ffffff;
  padding:10px;
  margin-bottom:20px;
  border:1px solid #000000;
  box-shadow: 1px 2px 2px #000000;
  margin:0 auto 20px;
  text-align:center;
}

header h1, header h2 {
  margin-top:0;
  margin-bottom:0;
}

.fa {
  font-size:27px;
}

.subnav {
  padding:;
  background:#1b4494;
  color:#ffffff;
  font-size:18px;
}

.subnav a {
  color:#fff;
}

.social {
  background:#245bc6;
  height:45px;
}

.info {
  padding:10px 0;
}

nav {
  padding:15px 0;
  border-bottom:5px solid #d7d7d7;
}

.logo {
  margin-top:10px;
  max-width:362px;
  width:100%;
}

section {
  padding:20px 0;
}

.quoteBtn {
  background: #eb3138;
  color:#ffffff;
  font-size: 25px;
  padding: 15px;
  display:block;
  margin-top:15px;
}

.quoteBtn:hover {
  background:#1b4494;
  color:#ffffff;
  text-decoration:none;
}

.weblink-black {
  background:#ffffff;
  color:#000000;
  padding:5px 10px;
  font-weight:bold;
  font-size:18px;
  display:block;
  max-width:200px;
  float:left;
}

.weblink-orange {
  background:#eb3138;
  color:#ffffff;
  padding:5px 10px;
  font-weight:bold;
  font-size:18px;
  display:block;
  max-width:200px;
  float:left;
}

.link-big {
  max-width:310px;
}

.weblink img {
  float:left;
  max-width:35px;
  margin-right:15px;
  width:100%;
}

.header-content {
  padding-top:198px;
}

.nav-pills li {
  width:33.21%;
}

#contact {
  background:#efefef;
}

.product {
  background:#efefef;
}

.products-tab {
}

.products-tab .nav {
  text-align:center;
}

.products-tab .tabnav-chairs a, .products-tab .tabnav-desks a, .products-tab .tabnav-tables a {
  font-size:18px;
  font-family: 'Raleway', sans-serif;
  padding:10px;
  border-radius:0;
}

.products-tab li a {
  color:#ffffff;
}

.products-tab li a:hover {
  color:#ffffff;
}

.products-tab li.active a {
  color:#ffffff;
}


#view-catalogue {
  background: url("../img/ergo.png") no-repeat;
  background-position: right;
}

.divider {
  max-width:60px;

  text-align:left;
}

.divider hr {
    border-color:#f6821f;
}

.product img {
  width:100%;
}

.product-content {
  border: 1px solid #e1e1e1;
  width:100%;
  padding:10px;
}

form input, form textarea {
  padding:10px;
  width:100%;
  margin-bottom:10px;
  border:2px solid #e1e1e1;
}

input[type="submit"] {
  background:#eb3138;
  color:#ffffff;
  font-weight:bold;
  font-size:16px;
}

input[type="submit"]:hover {
  background:#1b4494;
}

.quote-form-div {
  width:49%;
  float:left;
  margin-left:0.5%;
}

.af-form-wrapper input {

}

#ebook {
  background:#1b4494;
  border-bottom:60px solid #282828;
  position:relative;
}

.ebook-img {
  max-width:230px;
}

.slogan {
  padding-top:20px;
  font-weight:600;
  font-size:22px;
  color:#7d7b6d;
}

#ebook h3, #ebook h4 {
  color:#fff;
}

.ebook-img {
  position:absolute;
}

@media (max-width:767px) {
  .nav-pills li {
    width:100%;
  }
  header {
    height:auto;
  }
  .header-content {
    padding-top:0px;
  }
  .weblink {
    width:100%;
    margin-bottom:15px;
  }
}

@media (max-width:991px) {
  #view-catalogue {
    background: none;
  }
  .product {
    margin-bottom:15px;

  }
  .ebook-img {
    position:inherit;
  }

 }
