@media (max-width: 994px) {
  /* line 14, ../sass/responsive.scss */
  .container, #header, #nav, #content, #footer, #sub-teasers, #copy, #hm-teasers {
    max-width: 980px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 19, ../sass/responsive.scss */
  body {
    background: #09c url(../images/bg.jpg) 0 20px repeat-x;
  }

  /* line 22, ../sass/responsive.scss */
  #header {
    position: relative;
    padding-top: 10px;
    height: 120px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 28, ../sass/responsive.scss */
  #header .logo {
    display: block;
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
  }
  /* line 33, ../sass/responsive.scss */
  #header .logo img {
    width: 100%;
  }
  /* line 37, ../sass/responsive.scss */
  #header .clean.block {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
  }
  /* line 43, ../sass/responsive.scss */
  #header .clean.block li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
  }
  /* line 48, ../sass/responsive.scss */
  #header .clean.block li a img {
    width: auto;
    height: 26px;
  }

  /* line 56, ../sass/responsive.scss */
  #nav {
    background: #eee;
    height: 41px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 13px;
    overflow: hidden;
  }
  /* line 62, ../sass/responsive.scss */
  #nav.open {
    height: 305px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  /* line 66, ../sass/responsive.scss */
  #nav ul {
    width: 100%;
    text-align: center;
    border: 0;
  }
  /* line 70, ../sass/responsive.scss */
  #nav ul li {
    float: none;
    padding: 0;
    margin: 0 10px;
    border: 0;
    border-bottom: 1px solid #ccc;
    height: auto;
  }
  /* line 77, ../sass/responsive.scss */
  #nav ul li a {
    display: block;
    padding: 10px 0;
    text-align: center;
  }

  /* line 85, ../sass/responsive.scss */
  .mobile-trigger {
    display: block;
    text-align: center;
    font-size: 17px;
    color: #333;
    text-transform: uppercase;
    padding: 10.5px 0;
  }

  /* line 93, ../sass/responsive.scss */
  #content {
    padding: 0;
  }
  /* line 95, ../sass/responsive.scss */
  #content #copy {
    padding: 10px;
  }

  /* line 99, ../sass/responsive.scss */
  #sub-teasers, #hm-teasers {
    text-align: center;
    margin-top: 10px;
  }
  /* line 102, ../sass/responsive.scss */
  #sub-teasers .teaser, #hm-teasers .teaser {
    text-align: left;
    float: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
  }

  /* line 109, ../sass/responsive.scss */
  #hm-teasers .teaser {
    margin-bottom: 20px;
  }

  /* line 112, ../sass/responsive.scss */
  #footer {
    padding: 18px 10px;
    text-align: center;
  }

  /* line 116, ../sass/responsive.scss */
  #moved-right {
    width: 33%;
    text-align: center;
    height: auto;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 122, ../sass/responsive.scss */
  #moved-right img.map {
    text-align: center;
    float: none;
    display: block;
    width: 187px;
    margin: 0 auto;
    clear: both;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 5px solid #fff;
  }
  /* line 132, ../sass/responsive.scss */
  #moved-right a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  /* line 134, ../sass/responsive.scss */
  #moved-right a img {
    padding: 5px 0 !important;
  }

  /* line 139, ../sass/responsive.scss */
  #copy-hm {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 67%;
    padding-left: 10px;
  }

  /* line 144, ../sass/responsive.scss */
  #subnav {
    margin: 0;
    width: 30%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #09C;
    padding-bottom: 10px;
    margin-bottom: 20px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  /* line 152, ../sass/responsive.scss */
  #subnav .links {
    width: 100%;
  }
  /* line 154, ../sass/responsive.scss */
  #subnav .links * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  /* line 158, ../sass/responsive.scss */
  #subnav .links h2 {
    background-repeat: repeat-x;
    background-size: cover;
    background-position: 0 -3px;
    padding: 2px 0 0 10px;
    margin-left: 3px;
    margin-bottom: 10px;
  }
  /* line 166, ../sass/responsive.scss */
  #subnav .links li {
    margin-left: 0;
  }
  /* line 170, ../sass/responsive.scss */
  #subnav .bt {
    display: none;
  }

  /* line 174, ../sass/responsive.scss */
  #copy-nav, #copy-nav-nort {
    width: 70%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 0 10px;
  }
}
@media (max-width: 680px) {
  /* line 182, ../sass/responsive.scss */
  .contact #copy {
    text-align: center;
  }
  /* line 184, ../sass/responsive.scss */
  .contact #copy .map {
    width: 100% !important;
    margin-bottom: 20px;
  }
  /* line 187, ../sass/responsive.scss */
  .contact #copy .map img, .contact #copy .map iframe {
    float: none;
    clear: both;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 657px) {
  /* line 198, ../sass/responsive.scss */
  #moved-right {
    width: 100%;
  }
  /* line 200, ../sass/responsive.scss */
  #moved-right img.map {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 5px solid #fff;
  }

  /* line 205, ../sass/responsive.scss */
  #copy-hm {
    width: 100%;
    padding-right: 10px;
  }
}
@media (max-width: 550px) {
  /* line 211, ../sass/responsive.scss */
  #copy .right {
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px;
  }

  /* line 216, ../sass/responsive.scss */
  #subnav {
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  /* line 220, ../sass/responsive.scss */
  #copy-nav, #copy-nav-nort {
    width: 100%;
  }

  /* line 223, ../sass/responsive.scss */
  #copy-nav-nort {
    text-align: center;
  }
  /* line 225, ../sass/responsive.scss */
  #copy-nav-nort img {
    float: none;
    clear: both;
  }
  /* line 229, ../sass/responsive.scss */
  #copy-nav-nort * {
    text-align: left;
  }
}
/* line 234, ../sass/responsive.scss */
img {
  max-width: 100%;
  height: auto;
}
