html, body {
  height: auto;
}

/* slideout */

.slideout-menu {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background-color: #F3F3F3;
  box-shadow: 3px 0 6px 0 rgba(0,0,0,0.1) inset;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}
/* --slideout */


/* mobile nav */
.nav-main-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-main-mobile li {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav-main-mobile .dropdown ul {
  display: none;
}
.nav-main-mobile .dropdown.open > ul {
  display: block;
}
.nav-main-mobile .dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 38px;
  cursor: pointer;
  background-color: #999;
  background-image: url('../img/icon-chevron-down.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.nav-main-mobile .open .dropdown-toggle {
  background-color: #777;
}
.nav-main-mobile .open > .dropdown-toggle {
  background-image: url('../img/icon-chevron-up.png');
}
.nav-main-mobile > ul > li > ul > li .dropdown-toggle {
  height: 36px;
  border-top: 1px solid #fff;
}
.nav-main-mobile > ul > li > ul > .open .dropdown-toggle {
  background-color: #555;
}
.nav-main-mobile > ul > li {
  border-bottom: 1px solid #CDCED0;
}
.nav-main-mobile > ul > li > a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  padding: 10px 12px;
  padding-right: 55px;
}
.nav-main-mobile > ul > li.active > a {
  background-color: #85A312;
  box-shadow: 3px 0 6px 0 rgba(0,0,0,0.1) inset;
  color: #fff;
}
.nav-main-mobile > ul > li ul {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #E5E5E5;
  box-shadow: 3px 0 6px 0 rgba(0,0,0,0.1) inset;
}
.nav-main-mobile > ul > li ul li {
  border-bottom: 1px solid #CDCED0;
}
.nav-main-mobile > ul > li ul li:last-child {
  border-bottom: 0 none;
}
.nav-main-mobile > ul > li ul > li > a {
  display: block;
  padding: 9px;
  padding-left: 12px;
  color: #333;
  font-size: 13px;
  text-decoration: none;
}
.nav-main-mobile > ul > li ul > li.active > a {
  color: #85A312;
}
/* level 3*/
.nav-main-mobile > ul > li > ul > li > ul {
  background-color: #d9d9d9;
}
.nav-main-mobile > ul > li > ul > li > ul > li {
  border-bottom-color: #c0c1c4;
}
.nav-main-mobile > ul > li > ul > li > ul > li > a {
  padding-left: 21px;
  color: #666;
}
.nav-main-mobile > ul > li > ul > li > ul > li.active > a {
  color: #657B10;
}
/* --mobile nav */

.projectGallery-mobile {
  display: none;
}

.paging {
  padding-top: 15px;
}
.paging ul {
  display: block;
}
.paging li {
  display: inline-block;
  padding: 5px 5px;
}

.quicklinks-mobile {
  display: none;
}
.homepageLeft,
.homepageRight {
  top: 50vh;
}

@media (max-width: 950px) {
  body {
    overflow-x: hidden;
  }
  #main_content {
    background-color: #EDEDED;
    padding-top: 50px;
  }
  #slideout_toggle {
    float: right;
    color: #fff;
    font-size: 24px;
    outline: none;
    margin-top: 7px;
    margin-right: 10px;
    border: 0 none;
    background-color: transparent;
    background-image: url('../img/nav-mobile-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 41px;
    height: 41px;
  }
  .logo {
    margin-top: 10px;
    margin-left: 20px;
    width: 150px;
    height: 30px;
    background-size: contain;
    background-position: center;
  }
  .mobile-search-form {
    padding: 10px 12px;
  }
  .mobile-search-form .text {
    height: 25px;
    padding-left: 5px;
    width: 155px;
    border: 1px solid #999;
  }
  .mobile-search-form .submit {
    height: 27px;
    width: 65px;
    background-color: #666;
    color: #fff;
    border: 1px solid #666;
  }
  .headerContainer {
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    border-bottom: 5px solid #ebebeb;
  }
  .mainNav {
    width: auto;
    height: 50px;
  }
  .mainNav_top {
    display: none;
  }
  .mainMenu {
    display: none;
  }
  .homepageLeft,
  .homepageRight {
    top: 65vh;
  }
  .rightColumn h1 {
    font: 26px/30px "Exo",sans-serif;
  }
  #garland_homepageGalleryWrap {
/*    display: none;*/
  }
  #garland_homepageGalleryControls {
    width: 100%;
  }
  #garland_homepageGalleryWrap .gItem section {
    top: 38%;
    left: 20px;
  }
  #garland_homepageGalleryWrap .gItem section h1 {
    font: 20px/37px "Exo",sans-serif;
    float: none;
    display: inline;
    text-align: left;
    padding: 0;
  }
  #garland_homepageGalleryWrap .gItem section a {
    font-size: 18px;
    float: none;
    display: inline-block;
  }
  #garland_homepageGalleryWrap .gItem section a:before {
    display: block;
    content: " ";
  }
  #garland_homepageGalleryWrap .gItem section p {
    display: none;
  }
  #garland_homepageGalleryWrap .gItem section div {
    width: auto;
    height: auto;
  }
  .topcontentWrap {
    width: auto;
  }
  .garlandIntro {
    width: auto;
    float: none;
    padding: 20px;
  }
  .garlandIntro p {
    width: auto;
  }
  .garlandNewsContainer {
    width: auto;
    height: auto;
  }
  .garlandNews {
    width: auto;
    float: none;
    margin-right: 0;
    padding: 20px;
  }
  .garlandNews h2 {
    width: auto;
  }
  .garlandNews ul {
    width: auto;
    height: auto;
}
  .garlandNews ul li {
    width: auto;
    padding-left: 80px;
    padding-bottom: 35px;
  }
  .garlandNews ul li p.date {
    position: absolute;
    left: 0;
    float: none;
  }
  .garlandNews section {
    float: none;
    display: none;
  }
  .garland_featuredProjects {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .featuredProjectsGallery {
    width: auto;
    overflow: hidden
  }
  .garland_testimonials {
    float: none;
    width: auto;
    margin: 0;
  }
  .garland_testimonials article span {
    left: 45%;
    right: 20px;
  }
  .bottom_content h2 {
    padding: 0 15px;
  }
  .footerNewsletterContainer {
    display: none;
  }
  .footerContainer {
    height: auto;
  }
  .footerBackground {
    height: 200px;
    background-position: center bottom;
  }
  footer {
    width: auto;
    height: auto;
  }
  footer article {
    display: none;
  }
  .gitContainer {
    float: none;
    padding-bottom: 130px;
    display: none;
  }
  .getintouchContent {
    height: auto;
  }
  .getintouchContent section {
    float: none;
  }
  .copy {
    float: none;
    text-align: center;
    margin-top: 0;
    padding: 30px;
  }
  .content {
    width: auto;
    padding: 15px;
  }
  #aside_nav {

  }
  #aside_quick_links {
    display: none;
  }
  #aside_social {
    display: none;
  }
  .leftColumn {
    display: none;
    float: none;
    width: auto;
  }
  .leftColumnModule {
    padding: 15px;
  }
  .leftColumn h2, 
  .leftColumn h3,
  .leftColumn h4 {
    padding-top: 0;
    background-position: left bottom;
  }
  .rightColumn {
    float: none;
    width: auto;
  }
  .rightColumn img, .rightColumn > img {
    float: none !important;
    width: 96%;
    height: auto;
    max-width: 75%;
    display: block;
    margin: 0 auto !important;
    margin-bottom: 15px !important;
  }
  .shareGarland {
    display: none;
  }
  .rightColumn .teamSelect li {
    float: none;
    text-align: center;
    width: auto;
    padding-bottom: 5px;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .rightColumn .teamSelect a p {
    width: auto;
  }
  .rightColumn .projectSelect li {
    text-align: center;
    padding-bottom: 10px;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .rightColumn .projectSelect a p {
  }
  .rightColumn .teamSelect a img {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
  }
  .projectSelect a, 
  .teamSelect a {
    display: block;
    text-align: center;
  }
  .rightColumn .projectSelect a p, 
  .rightColumn .teamSelect a p {
    width: auto;
    margin: 10px 0px 0px 0px;
  }
  .rightColumn .teamSelect a span {
    margin: 10px 0px 0px 0px;
  }
  .map {
/*    display: none;*/
  }
  .map img {
    max-width: none;
  }
  .contactDetails {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  .dara_contactForm {
    float: none;
    width: auto;
  }
  .dara_contactForm label {
    float: none;
    width: auto;
    margin-bottom: 5px;
  }
  .dara_contactForm input, 
  .dara_contactForm textarea {
    float: none;
    width: 97%;
    display: block;
  }
  .dara_contactForm .checkBox label,
  .dara_contactForm .checkBox input {
    float: right;
  }
  .dara_contactForm .checkBox label {
    width:80%
  }
  .dara_contactForm .checkBox input {
    width: 4%
  }
  .content > .projectSelect li.lastone, 
  .rightColumn .projectSelect li.lastone, 
  .rightColumn .teamSelect li.lastone {
    padding-right: 0;
  }
  .breadcrumbs {
    display: none;
  }
  .projectGallery-desktop {
    display: none;
  }
  .projectGallery-mobile {
    display: block;
  }
  .projectGallery-mobile li {
/*
    width: 42%;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
*/
  }
  .projectGallery-mobile img {
    width: 100%;
  }
  
  .expImage, 
  .servicesImage {
    height: auto;
    float: none;
    margin: 0 auto;
    margin-bottom: 70px;
    text-align: center;
  }
  .expImage.last, .servicesImage.last {
    float: none;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  
  .subpageGallery {
    width: auto;
  }
  .subpageGallery img {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border: 0 none;
  } 
  .rightColumn article {
    display: block;
    padding-bottom: 30px;
    margin-top: 25px;
    text-align: center;
  }
  .rightColumn article img {
    display: inline;
    margin: 0;
    width: 95%;
    height: auto;
  }
  .rightColumn article.testimonial {
    text-align: left;
  }
  .content > .projectSelect li,
  .rightColumn .projectSelect li {
    float: none;
    padding-bottom: 25px;
    padding-right: 0;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
  }
  .content > .projectSelect a img,
  .rightColumn .projectSelect a img {
    display: inline;
    margin-right: 0;
    margin-bottom: 0;
  }
  .content > .projectSelect a p,
  .rightColumn .projectSelect a p {
    width: auto;
    margin: 10px 0px 0px 0;
  }
  .paging ul {
    text-align: center;
  }
  .quicklinks-mobile {
    display: block;
  }
  .featuredProjectsGallery .caroufredsel_wrapper {
    margin: 0 auto !important;
  }
  .quickLinks li a {
    width: 94%;
    background-position: 90% -400px;
  }
  .quickLinks li a:hover {
    background-position: 90% -400px;
  }
  .rightColumn blockquote p {
    line-height: 1.2em;
  }
  .content {
    margin-bottom: 0;
  }
  .contentWide {
    margin-top: 0;
  }
  .servicesImage img.servicesThumb {
    float: none;
    margin-bottom: 0;
  }
  .servicesImage h3, .servicesImage h3 a {
    padding: 10px 0;
    padding-bottom: 25px;
  }
  .servicesImage p br {
    display: none;
  }
  .rightColumn article.testimonial em {
    background-image: url('../img/quote-small.png');
    width: 32px;
    height: 27px;
    margin-right: 15px;
  }
  .dara_contactForm .form-buttons {*zoom: 1;}
.dara_contactForm .form-buttons:before,
.dara_contactForm .form-buttons:after {display: table; line-height: 0; content: "";}
.dara_contactForm .form-buttons:after {clear: both;}

  .featuredProjectsGallery {
    height: auto;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 28px;
    padding-right: 28px;
  }
  .featuredProjectsGallery ul li {
    width: auto;
    height: auto;
    text-align: center;
  }
  .featuredProjectsGallery ul li a {
    display: block;
  }
  .featuredProjectsGallery ul li p {
    float: none;
    display: inline-block;
  }
  .featuredProjectsGallery ul li img {
    width: 100%;
    height: auto;
    border-color: transparent;
  }
  
.headerContainer {
  -webkit-transition: all .3s ease 0s;
     -moz-transition: all .3s ease 0s;
       -o-transition: all .3s ease 0s;
          transition: all .3s ease 0s;
}

.headerContainer.is-mobilenav {
  -webkit-transform: translate3d(-256px, 0px, 0px);
  -moz-transform: translate3d(-256px, 0px, 0px);
  transform: translate3d(-256px, 0px, 0px);
}
}
@media (max-width: 630px) {
  .garland_testimonials article span {
    left: 35%;
  }
}

@media (min-width: 951px) {
  #slideout_menu,
  #slideout_toggle {
    display: none;
  }
  .slideout-open, .slideout-open body, .slideout-open .slideout-panel {
    overflow: auto;
  }
  .slideout-open .slideout-panel {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
}

.garland_homepageGallery,
.garland_homepageGallery .gItem {
  min-height: 90vh;
  background-color: #333 !important;
}