html {
  overflow-x: hidden;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/bg.jpg) repeat-x top;
  font-size: 12px;
  color: #777;
  margin-top: 22px;
}

a.more {
  color: #b3d5f4;
  text-decoration: none;
  font-weight: bold;
}

a.more:hover {
  color: #b3d5f4;
  text-decoration: underline;
}

a.footer-link {
  color: #bdbfc1;
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px;
}

a.footer-link:hover {
  color: #696a6b;
}

ul li {
  text-align: left;
}

.container {
  width: 850px;
}

.container-fluid {
  background: #fff;
}

.no-padding {
  padding: 0;
}

.stripe {
  height: 6px;
  width: 100%;
  background: #9abce1;
}

.navbar-nav {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar-collapse {
  text-align: center;
}

.navbar-nav li.dots {
  border-right: 1px dotted #d9d9d9;
  padding: 28px 0;
  margin: 5px 0 10px 0;
}

.navbar-nav li a {
  padding: 20px 15px 30px 15px;
}

.navbar-nav a {
  color: #a7a7a7;
  font-size: 14px;
  background: none;
}

.navbar-nav a:hover, .navbar-nav a.active, .navbar-nav a:focus {
  text-decoration: none;
  color: #fff;
  background: url(../images/bg-menu.png) repeat-x top;
}

.line {
  background: url(../images/line.png) no-repeat top;
  height: 18px;
  width: 100%;
}

.logo {
  background: url(../images/bg-logo.png) no-repeat top;
  float: left;
  width: 232px;
  height: 207px;
  padding: 55px 10px 10px 33px;
  margin: 0 0 0 14px;
}

.banner {
  float: left;
  width: 96%;
}

.content {
  text-align: justify;
  font-size: 1em;
  line-height: 15px;
}

h1, h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #5276b0;
  border-bottom: 1px solid #c9d3e3;
  margin: 15px 0 12px 0;
  padding: 0 0 10px 0;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #5276b0;
  margin: 5px 0 7px 0;
  padding: 0 0 5px 0;
}

.map {
  padding: 10px 0 0 0;
}

.slideshow {
  margin: 0 0 5px 10px;
  border: 1px solid #e8e8e8;
  padding: 5px;
}

.projects {
  background-color: #5272a4;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 11px;
  text-align: left;
  line-height: 12px;
}

.projects ul {
  padding-left: 1.5em;
}

.projects ul li {
  margin-bottom: 4px;
}

.projects ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.projects ul li a:hover {
  color: #b3d5f4;
  text-decoration: none;
  font-weight: bold;
}

.projects ul li a.active {
  text-decoration: underline;
}

.projects .project .name {
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 4px;
}

.projects .project .image img {
  border: 1px solid #fff;
  margin-right: 5px;
  margin-bottom: 4px;
  margin-top: 5px;
}

.projects .project .url {
  text-align: right;
  padding-bottom: 13px;
  clear: both;
  background: url(../images/dots.gif) repeat-x 0 16px;
}

.projects .all {
  text-align: center;
  padding: 0 0 6px 0;
}

.submenu .image img {
  padding: 2px;
  border: 1px solid #ccc;
  margin-right: 7px;
  margin-bottom: 5px;
}

.submenu p {
  margin: 0;
  text-align: left;
}

.submenu .more {
  clear: both;
  text-align: right;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.thumbnail {
  text-align: center;
  padding: 2px;
  border: 1px solid #ccc;
  margin: 15px 10px 10px 20px;
  border-radius: 0;
}

.contact-form {
  text-align: left;
}

.contact-form .has-error {
  border-color: #a94442;
}

.contact-form .error {
  display: none;
  color: #a94442;
  font-size: 11px;
  padding: 2px 0 0 0;
}

.footer {
  background: url(../images/cons.gif) no-repeat right 4px;
  height: 40px;
  border-top: 1px solid #e3e3e3;
  margin: 25px 25px 10px 28px;
  font-size: 11px;
}

.shadow {
  -webkit-box-shadow: 0 10px 20px -15px #222;
  -moz-box-shadow: 0 10px 20px -15px #222;
  box-shadow: 0 10px 20px -15px #222;
}

.footer-copy {
  float: left;
  width: auto;
  background: url(../images/logo_small.gif) no-repeat left 2px;
  color: #bdbfc1;
  padding-left: 25px;
  padding-top: 4px;
  margin-top: 8px;
}

.footer-menu {
  float: right;
  height: 27px;
  width: auto;
  color: #bdbfc1;
  padding-right: 45px;
  padding-top: 12px;
}

@media (min-width: 768px) {
  .left-column {
    padding: 0 10px 0 45px;
  }

  .right-column {
    padding: 0 40px 0 10px;
  }

  .one-column {
    padding: 0 45px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0;
  }

  .navbar-toggle {
    position: relative;
    right: 0;
    top: 25px;
    background: #5272a4;
  }

  .navbar-logo img {
    padding: 10px 0 10px 15px;
  }

  .navbar-collapse {
    text-align: left;
  }

  #navbar {
    border-bottom: 4px solid #5272a4;
  }

  .nav > li {
    text-align: left;
  }

  .navbar-nav li a {
    padding: 10px 0 10px 5px;
    background: none;
  }

  .navbar-nav a:hover, .navbar-nav a.active, .navbar-nav a:focus {
    color: #5272a4;
    background: none !important;
  }

  .icon-bar {
    background: #fff;
  }

  .banner {
    float: none;
    margin: 5px 0 15px 0;
    width: 100%;
    text-align: center;
  }

  .banner .img-responsive {
    display: inline-block;
  }

  .left-column, .right-column {
    padding: 0 20px;
    margin: 0;
  }

  .no-padding {
    padding-right: 15px;
    padding-left: 15px;
  }

  h1 {
    margin-top: 0;
  }

  .footer {
    margin: 20px 10px 10px 10px;
    background: none;
  }

  .shadow {
    box-shadow: none;
  }

  .footer-copy {
    float: none;
    background: none;
    text-align: center;
  }
}
