/*****vendor-prefix ****/
/***shadows animations transitions etc***/
/****
* 135 em = 2160px
* 110 em = 1760px
* 90 em = 1440px
* 75 em = 1200px
* 64em = 1024px
* 56em = 896px
* 48em = 768px
* 35em = 560px
* 30em = 480px
* 24em = 384px
* 20em = 320px
****/
.visible-xs {
  display: none; }

@media (max-width: 90em) {
  .wrapper {
    max-width: 1024px; }

  #slideshow {
    height: 352px; }
    #slideshow:after {
      top: 280px; }

  .image-container {
    height: 310px; }
    .image-container img {
      max-height: 500px; }

  .nivo-caption {
    top: 60px; } }
@media (max-width: 64em) {
  .wrapper {
    max-width: 896px; }

  .logo-holder.col-sm-4 {
    width: 23.5%; }

  .menu-holder.col-sm-8 {
    width: 74.5%; }

  .TestimonialsPage .caption h1 {
    font-size: 19px;
    line-height: 22px; } }
@media (max-width: 56em) {
  .wrapper {
    max-width: 768px; }

  header {
    height: 160px;
    background-position: bottom center;
    background-size: cover; }

  .logo-holder.col-sm-4 {
    width: 30%; }

  .menu-holder.col-sm-8 {
    width: 100%;
    margin-left: 0;
    position: relative;
    top: 30px; }
    .menu-holder.col-sm-8 nav {
      float: none;
      text-align: center; }
      .menu-holder.col-sm-8 nav li {
        float: none;
        display: inline-block; }

  #slideshow {
    height: 305px; }
    #slideshow:after {
      top: 230px; }

  .image-container {
    height: 263px; }
    .image-container img {
      max-height: 500px; }

  .nivo-caption {
    top: 40px; }
    .nivo-caption h1 {
      font-size: 24px;
      line-height: 28px; }
    .nivo-caption h2 {
      font-size: 20px;
      line-height: 24px; }
    .nivo-caption .button {
      bottom: 40px; }

  .caption h1 {
    margin: 0;
    font-size: 24px;
    line-height: 28px; } }
@media (max-width: 48em) {
  .visible-xs {
    display: block !important; }

  .wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    overflow: hidden; }

  .menu-holder.col-sm-8 {
    top: 0; }
    .menu-holder.col-sm-8 nav {
      text-align: left;
      padding-left: 20px; }

  .page-container {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    transition: left 0.35s; }

  .reveal .page-container {
    left: 80%; }
  .reveal nav ul.main-menu {
    left: 0; }

  #menu_btn {
    font-size: 22px; }
    #menu_btn .fa-icon {
      width: auto;
      height: auto;
      line-height: 22px;
      font-size: 22px;
      margin-right: 5px; }

  nav {
    padding: 40px 0; }
    nav ul.main-menu {
      position: fixed;
      width: 45%;
      height: 100%;
      background: #276fba;
      top: 0;
      transition: left 0.3s;
      overflow: scroll;
      text-align: left;
      left: -100%;
      z-index: 1000; }
      nav ul.main-menu li {
        width: 100% !important;
        display: block;
        background: none !important;
        border-bottom: 1px solid #ececec;
        text-align: left;
        margin-left: 0;
        padding: 0 30px;
        height: auto;
        min-height: 40px;
        line-height: 40px; }
        nav ul.main-menu li ul {
          position: relative;
          display: block;
          width: 100%; }
          nav ul.main-menu li ul li {
            border-bottom: none;
            font-size: 16px;
            font-size: 1rem; }
      nav ul.main-menu #close_btn {
        text-align: right;
        padding: 16px 30px; }
        nav ul.main-menu #close_btn .fa-icon {
          width: auto;
          height: auto;
          line-height: 18px;
          font-size: 18px;
          margin-left: 5px;
          top: -2px; }

  #slideshow {
    height: auto; }
    #slideshow:after {
      display: none; }

  .image-container {
    height: auto; }

  .nivo-caption {
    top: 20px; }
    .nivo-caption h1 {
      font-size: 20px;
      line-height: 22px; }
    .nivo-caption h2 {
      font-size: 16px;
      line-height: 18px; }
    .nivo-caption .button {
      bottom: 90px; }

  .col-xs-12 {
    margin-left: 0 !important; }

  .caption {
    width: auto; }

  .TestimonialsPage #banner-container .image-container .banner {
    background: #00589f;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #00589f 0%, #004c92 50%, #01427a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #00589f 0%, #004c92 50%, #01427a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #00589f 0%, #004c92 50%, #01427a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00589f', endColorstr='#01427a',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    border: 7px solid #fff;
    height: 150px; }
    .TestimonialsPage #banner-container .image-container .banner img {
      display: none; }
    .TestimonialsPage #banner-container .image-container .banner:after {
      bottom: -5px; }
  .TestimonialsPage .caption {
    width: 80%;
    left: 10%; }
    .TestimonialsPage .caption h1 {
      font-size: 16px;
      line-height: 19px; }
    .TestimonialsPage .caption .author {
      font-size: 14px;
      font-size: 0.875rem;
      margin-top: 6px; }

  .ContactPage aside {
    text-align: center; }

  #content article.box #Form_LeadForm ul li {
    width: 100%;
    display: block; } }
@media (max-width: 35em) {
  .menu-holder, .logo-holder {
    width: 100% !important; }

  .logo-holder {
    text-align: center;
    padding: 60px 0 20px; }
    .logo-holder img {
      max-width: 200px; }

  .menu-holder nav {
    padding: 0; }

  .nivo-caption {
    top: 0;
    left: 10px;
    max-width: 50%; }
    .nivo-caption h1 {
      font-size: 16px;
      line-height: 18px; }
    .nivo-caption h2 {
      font-size: 14px;
      line-height: 14px; }
    .nivo-caption .button {
      bottom: 100px; }

  .testimonials {
    padding-bottom: 50px; }
    .testimonials blockquote {
      background-size: 30px 25px;
      width: 90%;
      margin: 0;
      padding-left: 30px; }

  #banner-container .image-container .banner {
    background: #00589f;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #00589f 0%, #004c92 50%, #01427a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #00589f 0%, #004c92 50%, #01427a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #00589f 0%, #004c92 50%, #01427a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00589f', endColorstr='#01427a',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    border: 7px solid #fff;
    height: 120px; }
    #banner-container .image-container .banner img {
      display: none; }
    #banner-container .image-container .banner:after {
      bottom: -5px; }

  .caption {
    left: 20px; }
    .caption h1 {
      margin: 0;
      font-size: 20px;
      line-height: 24px; }

  #Form_FullEnquiryForm div.field {
    width: 100%;
    margin-left: 0; }

  #Form_LeadForm div.field, #Form_LeadForm div.field.left, #Form_LeadForm div.field.right {
    width: 100%;
    margin-left: 0; }

  #UserForm_Form div.field.left, #UserForm_Form fieldset.field.left {
    float: none;
    width: 100%;
    clear: both; }
  #UserForm_Form div.field.right, #UserForm_Form fieldset.field.right {
    float: none;
    width: 100%;
    clear: both;
    margin-left: 0; } }
@media (max-width: 30em) {
  .staff-member .photo {
    width: 100%;
    text-align: center;
    float: none;
    margin-right: 0; }
    .staff-member .photo img {
      max-width: 200px; }
  .staff-member .staffdetails {
    width: 100%;
    float: none;
    padding: 20px; }

  .service-box .nugget-image {
    display: none; }
  .service-box .info {
    width: 100%;
    padding: 17px 20px 60px; }
  .service-box .bluebar {
    height: auto; }

  .TestimonialsPage #banner-container .image-container .banner {
    height: 180px; } }
@media (max-width: 25em) {
  #slideshow {
    display: none; } }

/*# sourceMappingURL=responsive.css.map */
