/* ==========================================================================
   ne-web's custom styles
   ========================================================================== */
/* ==========================================================================
   fonts
   ========================================================================== */
@font-face {
  font-family: 'museo_sans900';
  src: url("../fonts/museosans-900-webfont.eot");
  src: url("../fonts/museosans-900-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-900-webfont.woff2") format("woff2"), url("../fonts/museosans-900-webfont.woff") format("woff"), url("../fonts/museosans-900-webfont.ttf") format("truetype"), url("../fonts/museosans-900-webfont.svg#museo_sans900") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'museo_sans700';
  src: url("../fonts/museosans-700-webfont.eot");
  src: url("../fonts/museosans-700-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-700-webfont.woff2") format("woff2"), url("../fonts/museosans-700-webfont.woff") format("woff"), url("../fonts/museosans-700-webfont.ttf") format("truetype"), url("../fonts/museosans-700-webfont.svg#museo_sans700") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'museo_sans500';
  src: url("../fonts/museosans-500-webfont.eot");
  src: url("../fonts/museosans-500-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-500-webfont.woff2") format("woff2"), url("../fonts/museosans-500-webfont.woff") format("woff"), url("../fonts/museosans-500-webfont.ttf") format("truetype"), url("../fonts/museosans-500-webfont.svg#museo_sans500") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'museo_sans300';
  src: url("../fonts/museosans-300-webfont.eot");
  src: url("../fonts/museosans-300-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-300-webfont.woff2") format("woff2"), url("../fonts/museosans-300-webfont.woff") format("woff"), url("../fonts/museosans-300-webfont.ttf") format("truetype"), url("../fonts/museosans-300-webfont.svg#museo_sans300") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'museo_sans100';
  src: url("../fonts/museosans-100-webfont.eot");
  src: url("../fonts/museosans-100-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-100-webfont.woff2") format("woff2"), url("../fonts/museosans-100-webfont.woff") format("woff"), url("../fonts/museosans-100-webfont.ttf") format("truetype"), url("../fonts/museosans-100-webfont.svg#museo_sans100") format("svg");
  font-weight: normal;
  font-style: normal; }
.float, header, header div > a img, header ul.nav, header #side-menu-open .grid:before, header #side-menu-open .grid:after, #sidr-main, #sidr-main div > a img, #sidr-main .sidr-inner, #sidr-main .sidr-inner ul, #sidr-main .sidr-inner ul li, #sidr-main .sidr-inner button span:before, #sidr-main .sidr-inner button span:after, .small-slider, .small-slider .carousel-inner, .small-slider .item, .small-slider .item img, .intro, .intro span, .intro:after, h1, h2, .services, .services h2, .services a.service-icon, .services a.service-icon span, .recent-projects, .recent-projects a, .recent-projects a img, .recent-projects a span, .inner-banner, .inner-banner img, .inner-banner:after, .innerpage, .innerpage .strapline, .innerpage img, .tab-content, .tab-content .tab-pane, .projects, .projects .item, .pagination, .project-page, .project-page .carousel, .project-page ul.project-info, .download a, #map_canvas, .contact, .contact .address, form, form label, form input[type="text"], form textarea, .error, .accreditations, .accreditations ul, footer, footer ul, footer ul li, footer .bottom {
  width: 100%;
  float: left; }

.gradient, header, #sidr-main, .intro, .innerpage {
  background: #f1f4f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f1f4f9 0%, white 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f4f9), color-stop(99%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f1f4f9 0%, white 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f1f4f9 0%, white 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f1f4f9 0%, white 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f1f4f9 0%, white 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f4f9', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

.transition, .services a, .services a.service-icon .img-border, .recent-projects a span, .projects .item, .download a, .download a:before, form input[type="submit"] {
  -webkit-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s; }

body {
  font-family: "museo_sans100";
  font-size: 16px;
  color: #767676; }

p {
  line-height: 1.5em; }

/* ==========================================================================
   header
   ========================================================================== */
header {
  border-bottom: 3px solid #549f88;
  padding-top: 15px;
  text-transform: uppercase;
  font-size: 1.1em;
  position: relative; }
  header div > a {
    width: 456px;
    max-width: 100%;
    float: left;
    padding: 20px 0; }
  header ul.nav {
    text-align: right; }
    header ul.nav li {
      display: inline-block;
      width: auto;
      border-bottom: 3px solid transparent; }
      header ul.nav li a {
        color: #549f88;
        padding: 7px 15px; }
    header ul.nav li:hover {
      border-bottom: 3px solid #549f88;
      background: none; }
      header ul.nav li:hover a {
        background: none; }
    header ul.nav li.active {
      border-bottom: 3px solid #549f88;
      font-family: "museo_sans500"; }
  header #side-menu-open {
    display: none;
    position: absolute;
    right: 20px;
    top: 30px;
    float: right;
    opacity: 1;
    width: 64px;
    background: none;
    border: none;
    padding: 0 0 0 18px;
    border-left: 1px solid #549f88; }
    header #side-menu-open .grid {
      width: 100%;
      margin: 20px 0;
      background: #549f88;
      height: 6px;
      float: left;
      position: relative; }
    header #side-menu-open .grid:before {
      content: "";
      position: absolute;
      top: -12px;
      left: 0;
      background: #549f88;
      height: 6px;
      display: block; }
    header #side-menu-open .grid:after {
      content: "";
      position: absolute;
      top: 12px;
      left: 0;
      background: #549f88;
      height: 6px;
      display: block; }

#sidr-main {
  padding-top: 0px;
  box-shadow: none; }
  #sidr-main div > a {
    max-width: 75%;
    width: 306px;
    float: left;
    padding: 20px 0; }
  #sidr-main .sidr-inner {
    position: relative;
    box-shadow: none; }
    #sidr-main .sidr-inner ul {
      box-shadow: none;
      border-top: 1px solid #549f88 !important; }
      #sidr-main .sidr-inner ul li {
        box-shadow: none;
        line-height: normal;
        border-bottom: 1px solid #549f88;
        border-top: none; }
        #sidr-main .sidr-inner ul li a {
          box-shadow: none;
          text-transform: uppercase;
          font-size: 1.5em;
          font-family: "museo_sans500";
          color: #549f88;
          line-height: normal;
          padding: 15px 20px; }
      #sidr-main .sidr-inner ul li.sidr-class-active {
        line-height: normal;
        background: #f1f4f9;
        border-top: none; }
        #sidr-main .sidr-inner ul li.sidr-class-active a {
          line-height: normal; }
    #sidr-main .sidr-inner button {
      position: absolute;
      right: 20px;
      top: 20px;
      float: right;
      opacity: 1;
      width: 64px;
      background: none;
      border: none;
      padding: 0 0 0 18px;
      border-left: 1px solid #549f88; }
      #sidr-main .sidr-inner button span {
        width: 100%;
        margin: 20px 0;
        background: #549f88;
        height: 6px;
        float: left;
        position: relative; }
      #sidr-main .sidr-inner button span:before {
        content: "";
        position: absolute;
        top: -12px;
        left: 0;
        background: #549f88;
        height: 6px;
        display: block; }
      #sidr-main .sidr-inner button span:after {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        background: #549f88;
        height: 6px;
        display: block; }

/* ==========================================================================
   large slider
   ========================================================================== */
.slider-wrapper {
  background-color: #fff;
  width: 100%;
  height: auto;
  /*margin-top: -225px;*/
  overflow: hidden;
  position: relative;
  top: 50%;
  left: 0;
  border-bottom: 3px solid #549f88;
  float: left;
  height: 477px; }

.slider img {
  display: block;
  float: left; }

#banner-slides .slide {
  float: left;
  position: relative;
  width: 1170px;
  /*width: 1243px;*/
  height: 477px; }
  #banner-slides .slide img {
    height: auto;
    width: 100%;
    float: left;
    height: 477px; }
  #banner-slides .slide h1 {
    position: absolute;
    float: left;
    bottom: 30px;
    left: 40px;
    background: rgba(84, 159, 136, 0.74);
    color: white;
    max-width: 70%;
    font-size: 3em;
    text-shadow: 2px 2px 2px #323232;
    padding: 10px 20px;
    width: auto; }

.caroufredsel_wrapper {
  overflow: visible !important; }

#banner-controls {
  width: 1150px;
  position: absolute;
  top: 0px;
  z-index: 200;
  height: 100%; }

#prev, #next {
  /*background-color: rgba(255, 255, 255, 0.5);*/
  display: block;
  height: 100%;
  width: 44%;
  top: 0;
  position: absolute;
  display: block !important;
  visibility: visible !important;
  color: #549f88; }

#prev {
  width: 40.5%; }

#prev:hover, #next:hover {
  /*background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);*/ }

#prev {
  left: -495px; }

#prev span {
  width: 50px;
  height: 50px;
  display: block;
  background: #fff;
  float: right;
  right: -25px;
  top: 45%;
  position: relative;
  border: 1px solid #549f88; }
  #prev span i {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    position: absolute;
    top: 18px;
    left: 16px; }

#next span {
  width: 50px;
  height: 50px;
  display: block;
  background: #fff;
  float: left;
  left: -25px;
  top: 45%;
  position: relative;
  border: 1px solid #549f88; }
  #next span i {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    position: absolute;
    top: 18px;
    left: 16px; }

#next {
  right: -495px; }

#pager {
  margin-left: -470px;
  position: absolute;
  left: 50%;
  bottom: 10px; }

#pager a {
  border: 2px solid #fff;
  border-radius: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0; }

#pager a:hover {
  background-color: rgba(255, 255, 255, 0.5); }

#pager a span {
  display: none; }

#pager a.selected {
  background-color: #fff; }

/* ==========================================================================
   small slider
   ========================================================================== */
.small-slider {
  display: none; }
  .small-slider .item h1 {
    position: absolute;
    float: left;
    bottom: 30px;
    left: 40px;
    background: rgba(84, 159, 136, 0.74);
    color: white;
    max-width: 70%;
    font-size: 2em;
    text-shadow: 2px 2px 2px #323232;
    padding: 10px 20px;
    width: auto; }
  .small-slider .item {
    left: 0 !important;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s; }
  .small-slider .next.left, .small-slider .prev.right {
    opacity: 1;
    z-index: 1; }
  .small-slider .active.left, .small-slider .active.right {
    opacity: 0;
    z-index: 2; }

/* ==========================================================================
   home page
   ========================================================================== */
.intro {
  padding: 70px 0 0;
  position: relative; }
  .intro span {
    color: #549f88;
    font-size: 1.5em;
    margin-bottom: 40px; }
  .intro h1, .intro span {
    text-align: center; }

.intro:after {
  content: "";
  height: 100px;
  background: url("../img/intro-bottom.png") center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: 9; }

h1 {
  font-size: 3em;
  font-family: "museo_sans700";
  color: #549f88;
  text-transform: uppercase;
  margin: 0 0 20px 0; }

h2 {
  font-family: "museo_sans700";
  font-size: 2em;
  margin-bottom: 30px; }

.services {
  background: url("../img/crosspattern.png") #549f88;
  position: relative;
  padding: 125px 0 50px;
  color: white;
  text-align: center;
  text-transform: uppercase; }
  .services h2 {
    font-family: "museo_sans700";
    font-size: 2em;
    margin-bottom: 30px; }
  .services a {
    color: #fff;
    border: 1px solid;
    padding: 3px 70px;
    font-size: 1.5em;
    display: inline-block;
    margin: 20px auto 10px; }
  .services a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2); }
  .services a.service-icon {
    display: block;
    margin-bottom: 30px;
    border: none;
    padding: 0; }
    .services a.service-icon .img-border {
      display: block;
      margin: 0 auto;
      padding: 18px;
      border-radius: 100px;
      border: 3px solid #fff;
      max-width: 100px; }
      .services a.service-icon .img-border img {
        width: 100%; }
    .services a.service-icon span {
      margin-top: 15px; }
  .services a.service-icon:hover {
    background: none; }
    .services a.service-icon:hover .img-border {
      background: rgba(255, 255, 255, 0.2); }

/* ==========================================================================
   recentprojects
   ========================================================================== */
.recent-projects {
  color: white;
  background: #3d3d3d;
  padding: 30px 0 60px; }
  .recent-projects h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 70px; }
  .recent-projects a {
    color: #fff;
    position: relative;
    border: 1px solid white;
    text-shadow: 2px 2px 2px #323232;
    margin-bottom: 15px; }
    .recent-projects a span {
      position: absolute;
      left: 0;
      bottom: 0;
      background: url("../img/circle-arrow.png") 95% 15px no-repeat rgba(61, 61, 61, 0.74);
      background-size: 30px;
      padding: 15px 54px 30px 15px;
      font-size: 2em; }
  .recent-projects a:hover span {
    padding: 15px 54px 45px 15px; }

/* ==========================================================================
   about page
   ========================================================================== */
.inner-banner {
  position: relative; }
  .inner-banner .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 100px; }
    .inner-banner .container h1 {
      position: relative;
      float: left;
      color: white;
      text-shadow: 2px 2px 2px #323232;
      background: rgba(0, 0, 0, 0.6);
      width: auto;
      padding: 5px 15px; }

.inner-banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/banner-bottom.png") center;
  height: 100px;
  background-size: cover;
  z-index: 9; }

.innerpage {
  padding: 30px 0; }
  .innerpage .strapline {
    color: #83150d;
    font-family: "museo_sans300";
    margin-bottom: 15px; }
  .innerpage img {
    border: 5px solid #dedede;
    margin: 15px 0; }

/* ==========================================================================
   services tabs
   ========================================================================== */
#myTab {
  width: auto;
  float: left;
  margin: 0 15px;
  border-color: #549f88;
  text-transform: uppercase;
  font-family: "museo_sans500";
  border-left: 1px solid;
  border-right: 1px solid;
  text-align: center; }
  #myTab a {
    color: #b3b8be;
    border-radius: 0;
    border: none;
    padding: 7px 70px 2px;
    margin: 0;
    border-bottom: 3px solid transparent; }
  #myTab li {
    margin: 0 -1px 0 0;
    text-align: center;
    border-right: 1px solid #549f88;
    border-left: 1px solid #549f88;
    display: inline-block; }
  #myTab li:nth-last-child(1) {
    border-right: none; }
  #myTab li:nth-child(1) {
    border-left: none; }
  #myTab a:hover {
    background: none;
    color: #3d3d3d; }
  #myTab li.active:hover {
    border-bottom: none; }
  #myTab li.active {
    color: #549f88;
    background: none; }
    #myTab li.active a {
      border-bottom: 3px solid #549f88;
      background: none;
      color: #549f88; }

.tab-content .tab-pane {
  padding-top: 30px; }

/* ==========================================================================
   projects
   ========================================================================== */
.projects .item {
  border: 3px solid #549f88;
  color: #83150d;
  background: #f9f9f9;
  text-align: center;
  text-transform: uppercase;
  margin: 15px 0; }
  .projects .item img {
    border: none;
    margin: 0; }
  .projects .item h2 {
    margin: 0;
    padding: 10px 5px;
    font-size: 1.4em; }
.projects .item:hover {
  background: #dedede;
  border-color: #387462; }

.pagination {
  margin: 20px 0; }
  .pagination ul {
    display: block;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    font-family: "museo_sans700"; }
    .pagination ul li {
      display: inline-block;
      border: 1px solid #549f88;
      margin: 0 -1px 0 0; }
      .pagination ul li a, .pagination ul li span {
        float: left;
        padding: 7px 15px;
        color: #549f88; }
      .pagination ul li a:hover, .pagination ul li span:hover {
        text-decoration: none; }
    .pagination ul li.prev, .pagination ul li.next {
      text-indent: -999999px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 10px 16px; }
      .pagination ul li.prev a, .pagination ul li.prev span, .pagination ul li.next a, .pagination ul li.next span {
        padding: 7px 20px; }
    .pagination ul li.prev {
      background-image: url("../img/pagination-left.png"); }
    .pagination ul li.next {
      background-image: url("../img/pagination-right.png"); }
    .pagination ul li:hover {
      background-color: #dedede; }
    .pagination ul li.active a, .pagination ul li.active span {
      color: #fff;
      background: #549f88; }

/* ==========================================================================
   project page
   ========================================================================== */
.project-page .carousel {
  margin-bottom: 20px; }
  .project-page .carousel .carousel-indicators {
    bottom: -20px; }
    .project-page .carousel .carousel-indicators li {
      border-color: #549f88;
      margin: 0; }
    .project-page .carousel .carousel-indicators .active {
      width: 10px;
      height: 10px;
      background: #549f88; }
  .project-page .carousel .item {
    left: 0 !important;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s; }
  .project-page .carousel .next.left, .project-page .carousel .prev.right {
    opacity: 1;
    z-index: 1; }
  .project-page .carousel .active.left, .project-page .carousel .active.right {
    opacity: 0;
    z-index: 2; }
.project-page ul.project-info {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  list-style: none; }
  .project-page ul.project-info li span {
    font-family: "museo_sans500"; }

/* ==========================================================================
   downloads
   ========================================================================== */
.download {
  position: relative;
  margin-bottom: 30px;
  min-height: 75px; }

.download a {
  color: #549f88;
  background: #dedede;
  border: 3px solid #549f88;
  padding: 10px 0;
  padding-left: 17%;
  min-height: 75px; }
  .download a h2 {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    text-transform: uppercase; }
  .download a p {
    margin: 0;
    padding: 0; }

.download a:before {
  content: "";
  float: left;
  width: 15%;
  height: 100%;
  display: block;
  background: url("../img/downloads-icon.png") center no-repeat #549f88;
  background-size: 44px 51px;
  position: absolute;
  left: 15px;
  top: 0;
  padding: 10px; }

.download a:hover {
  border-color: #387462;
  color: #387462;
  text-decoration: none; }

.download a:hover:before {
  background-color: #387462; }

/* ==========================================================================
   contact
   ========================================================================== */
#map_canvas {
  height: 400px; }

#map_canvas + div > h1 {
  /*color: $green;*/ }

.contact {
  text-align: center;
  color: #549f88;
  font-family: "museo_sans500";
  font-size: 1.4em; }
  .contact .alert {
    font-size: 0.7em; }
  .contact .address {
    margin: 0 0 40px 0; }
  .contact a {
    color: #549f88;
    padding: 7px 0 7px 43px;
    margin-bottom: 20px; }
  .contact a.tel {
    background: url("../img/green-tel.png") left center no-repeat; }
  .contact a.mail {
    background: url("../img/green-mail.png") left center no-repeat; }

form {
  margin: 70px 0 20px 0;
  font-family: "museo_sans500"; }
  form label {
    font-weight: normal;
    font-size: 1.2em;
    text-transform: uppercase; }
  form input[type="text"], form textarea {
    border: 3px solid #549f88;
    margin-bottom: 15px;
    padding: 7px 12px;
    max-width: 100%; }
  form textarea {
    height: 132px; }
  form input[type="text"]:focus, form textarea:focus {
    border-color: #83150d;
    box-shadow: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.1); }
  form input[type="submit"] {
    float: right;
    background: #549f88;
    color: white;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 7px 25px;
    border: none; }
  form input[type="submit"]:hover {
    background: #387462; }

.error {
  padding: 7px 15px;
  border: 1px solid transparent;
  border-radius: 0px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.error + input[type="text"], .error + textarea {
  border-color: #a94442; }

/* ==========================================================================
   footer
   ========================================================================== */
.accreditations {
  text-align: center;
  padding: 40px 0; }
  .accreditations ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .accreditations ul li {
      display: inline-block;
      margin: 5px; }

footer {
  background: #3d3d3d;
  padding: 40px 0 10px;
  color: #fff; }
  footer a, footer a:hover {
    float: left;
    display: block;
    clear: both;
    color: #fff; }
  footer p {
    margin: 0; }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer ul li {
      display: block; }
  footer .bottom {
    margin: 20px 0 0; }
    footer .bottom a {
      text-align: right;
      width: auto;
      float: right;
      font-size: 0.8em; }

/* ==========================================================================
   media queries
   ========================================================================== */
@media (min-width: 1200px) {
  h1 {
    margin: 0; } }
@media (max-width: 1199px) {
  .large-slider {
    display: none; }

  .small-slider {
    display: block; }

  .inner-banner .container {
    bottom: 75px; }
    .inner-banner .container h1 {
      font-size: 2em; }

  #myTab a {
    padding: 7px 45px 2px; } }
@media (min-width: 992px) {}
@media (max-width: 991px) {
  .inner-banner {
    overflow: hidden; }
    .inner-banner img {
      width: 200%;
      margin-left: -50%; }
    .inner-banner .container {
      bottom: 50px;
      padding: 0 15px; }
      .inner-banner .container h1 {
        font-size: 1.6em; }

  .inner-banner:after {
    height: 60px; }

  #myTab a {
    padding: 7px 18px 2px; }

  .download a {
    padding-left: 21%; }
  .download a:before {
    width: 18%;
    background-size: 35px; } }
@media (max-width: 767px) {
  .mfloat, .panel-group {
    width: 100%;
    float: left; }

  header {
    padding-top: 0; }
    header div > a {
      max-width: 75%;
      width: 306px; }
    header ul.nav {
      display: none; }
    header #side-menu-open {
      display: block;
      top: 22px; }

  .intro {
    padding: 30px 0 0; }
    .intro span {
      font-size: 1.1em; }

  h1 {
    font-size: 2em; }

  .small-slider .item h1 {
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    font-size: 1.3em; }
  .small-slider .carousel-control span {
    display: none; }

  .container {
    padding: 0; }

  .services a.service-icon {
    margin-bottom: 10px; }

  .recent-projects h2 {
    margin-bottom: 30px; }

  .inner-banner {
    overflow: hidden; }
    .inner-banner img {
      width: 200%;
      margin-left: -50%; }
    .inner-banner .container {
      bottom: 30px;
      padding: 0 15px; }
      .inner-banner .container h1 {
        font-size: 1.4em; }

  .inner-banner:after {
    height: 40px; }

  .panel-group {
    padding: 0 15px; }
    .panel-group .panel {
      border-radius: 0; }
    .panel-group .panel-heading {
      padding: 0;
      background: #549f88;
      border-radius: 0;
      font-family: "museo_sans500";
      text-transform: uppercase;
      font-size: 1.6em;
      -webkit-transition: all ease-in-out 0.1s;
      -o-transition: all ease-in-out 0.1s;
      transition: all ease-in-out 0.1s; }
      .panel-group .panel-heading .panel-title {
        font-size: 0.9em; }
        .panel-group .panel-heading .panel-title a {
          width: 100%;
          display: block;
          padding: 10px 15px;
          color: white; }
        .panel-group .panel-heading .panel-title a:hover {
          text-decoration: none; }
    .panel-group .panel-heading:hover {
      background: #387462; }
    .panel-group .panel-body {
      border-color: #549f88; }

  .projects .item {
    margin: 0 0 15px 0; }

  .download {
    margin-bottom: 15px; }

  .accreditations ul li {
    width: 50%;
    float: left;
    margin: 0;
    padding: 5px; }
    .accreditations ul li img {
      max-width: 100%;
      display: block;
      margin: 0 auto; }

  #map_canvas {
    height: 250px; }

  form {
    margin: 34px 0 20px 0;
    font-size: 0.8em; }

  footer {
    text-align: center; }
    footer div {
      margin-bottom: 10px; }
    footer a, footer .bottom a {
      width: 100%;
      float: left;
      text-align: center; } }



