
@media screen and (max-width: 1152px){

}

@media screen and (max-width: 960px){
  body{
    font-size:15px;
    line-height:150%;
    margin: 0;
  }
  .siteheader header{
    width: 100%;
    text-align: center;
  }
  .menu-wrap{
    position: static;
  }
  .region-main-menu{
    float: left;
    width: 100%;
    position: relative;
    top: -49px;
    margin-bottom: -53px;
    left: 10px;
  }
  .siteheader #logo,
  h1#site-title{
    position: relative;
    z-index: 9;
  }
  .banner-overlay{
    display: none;
  }
  .domain ul li{
    width: 50%;
  }
  .rowwrap .col2, .rowwrap .col3,
  .field-name-field-address,
  .field-name-field-location-map,
  .page-blog article, article.node-blog,
  .contactwrap >div, .whowewrap >.region,
  .bottom_widget #footer-area .column,
  .field-name-field-team .group-team-left-wrap,
  .field-name-field-team .group-team-right-wrap,
  .field-name-field-team .field-item{
    width: 100%;
    text-align: center;
  }
  .field-name-field-images .field-items .field-item{
    width: 50%;
  }
  .field-name-field-images .field-item .field-item{
    width: 100%;
  }
  .field-name-field-team img{
    display: inline-block;
  }
  body aside,
  body #content{
    width: 100% !important;
  }
  .whowewrap >.region,
  .contactwrap >div{
    padding: 0 10px;
  }
  .content-wrap{
    padding: 10px;
  }
  .views-field-field-client-logo img{
    margin: 0 2px;
  }
}

@media screen and (max-width: 640px){
  body{
    font-size:14px;
    line-height:150%;
  }
  .copyrightwrap div{
    width: 100%;
    clear: both;
    margin: 5px 0;
    text-align: center;
  }
  .field-name-field-images .field-items .field-item{
    width: 100%;
  }
}
