/* line 17, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/* line 3, _basic.sass */
a {
  text-decoration: none; }

/* line 6, _basic.sass */
p {
  margin-bottom: 20px; }

/* line 9, _basic.sass */
h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #58585a; }
  /* line 14, _basic.sass */
  h2 a {
    color: #58585a; }

/* line 17, _basic.sass */
.container {
  width: 1024px;
  margin: 0 auto;
  position: relative; }

/* line 22, _basic.sass */
.row {
  display: table;
  width: 100%;
  position: relative;
  margin: 0; }
  /* line 28, _basic.sass */
  .row .column {
    float: left; }

/* line 31, _basic.sass */
.contents {
  min-height: 500px;
  width: 932px;
  padding: 22px 0; }

/* line 1, _top_nav.sass */
.top-nav {
  text-transform: uppercase;
  position: absolute;
  left: 205px;
  height: 25px;
  top: 44px; }
  /* line 8, _top_nav.sass */
  .top-nav li {
    display: block;
    float: left;
    height: 25px;
    background: url('../images/nav_seperator.png') no-repeat 0 0;
    position: relative; }
    /* line 15, _top_nav.sass */
    .top-nav li:first-child {
      padding-left: 0;
      background: none; }
  /* line 19, _top_nav.sass */
  .top-nav a {
    padding: 10px;
    display: block;
    color: #9f9f9f;
    font-weight: bold; }
  /* line 25, _top_nav.sass */
  .top-nav li:hover a {
    color: red;
    background-color: white; }
  /* line 30, _top_nav.sass */
  .top-nav li.expandable ul {
    display: none;
    background: url('../images/nav_expanded.png') 0 100% no-repeat;
    width: 192px;
    padding: 15px;
    top: 30px;
    position: absolute;
    left: 0;
    z-index: 2; }
    /* line 40, _top_nav.sass */
    .top-nav li.expandable ul a {
      font-weight: normal;
      color: #58585a;
      padding: 0; }
    /* line 45, _top_nav.sass */
    .top-nav li.expandable ul li {
      border-top: 2px solid #e4e4e4;
      float: none;
      height: auto;
      background: none;
      padding: 5px;
      display: block; }
      /* line 53, _top_nav.sass */
      .top-nav li.expandable ul li:first-child {
        border-top: none; }
      /* line 56, _top_nav.sass */
      .top-nav li.expandable ul li:hover a {
        font-weight: bold; }
  /* line 59, _top_nav.sass */
  .top-nav li.expandable:hover ul {
    display: block; }

/* line 1, _top_search.sass */
.top-search {
  position: absolute;
  right: 0;
  height: 25px;
  top: 44px;
  width: 169px; }
  /* line 8, _top_search.sass */
  .top-search fieldset {
    background: url('../images/search_bar.png') no-repeat 0 0;
    width: 100px;
    height: 25px;
    position: relative;
    float: left; }
  /* line 15, _top_search.sass */
  .top-search input {
    position: absolute;
    display: block;
    left: 2px;
    border: none;
    top: 1px;
    width: 90px;
    height: 15px;
    font-size: 15px; }
  /* line 25, _top_search.sass */
  .top-search button[type=submit] {
    border: none;
    float: left;
    background: url('../images/search_button.png') no-repeat 0 0;
    width: 69px;
    height: 25px;
    text-indent: -69px;
    overflow: hidden;
    display: block; }

/* line 2, _breadcrumb.sass */
.breadcrumb ul {
  display: block;
  margin-bottom: 10px; }
/* line 6, _breadcrumb.sass */
.breadcrumb li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-transform: uppercase;
  margin-right: 5px; }
  /* line 11, _breadcrumb.sass */
  .breadcrumb li a {
    color: #58585a; }
  /* line 14, _breadcrumb.sass */
  .breadcrumb li.active {
    color: red; }

/* line 1, _header.sass */
.top-header {
  background: url('../images/header.png') repeat-x;
  height: 95px;
  position: relative; }
  /* line 6, _header.sass */
  .top-header .container {
    height: 95px; }

/* line 9, _header.sass */
.logo {
  background: url('../images/logo.png') no-repeat;
  width: 157px;
  height: 64px;
  overflow: hidden;
  text-indent: -157px; }

/* line 16, _header.sass */
.top-header .logo {
  position: absolute;
  left: 15px;
  top: 7px; }

/* line 1, _body.sass */
body {
  font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode";
  font-size: 14px;
  color: black;
  background: url('../images/bg.png'); }

/* line 1, _footer.sass */
.footer {
  background: url('../images/footer_bg.png') repeat-x #363636;
  padding: 35px 0;
  padding-top: 35px;
  color: #787575; }
  /* line 7, _footer.sass */
  .footer h2 {
    color: #787575;
    margin-bottom: 5px; }
  /* line 11, _footer.sass */
  .footer a {
    color: #787575;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline; }
    /* line 17, _footer.sass */
    .footer a:hover {
      color: white; }
  /* line 20, _footer.sass */
  .footer .container {
    display: table; }
  /* line 23, _footer.sass */
  .footer .column {
    float: left;
    margin-right: 40px; }

/* line 27, _footer.sass */
.about {
  width: 166px;
  text-transform: uppercase; }
  /* line 31, _footer.sass */
  .about .logo {
    margin-bottom: 20px; }

/* line 1, _footer_contact.sass */
.contact {
  width: 306px;
  height: 367px;
  padding: 15px;
  background: url('../images/contact.png') no-repeat 0 0;
  position: relative; }
  /* line 8, _footer_contact.sass */
  .contact p {
    font-size: 12px; }
  /* line 11, _footer_contact.sass */
  .contact button[type=submit] {
    border-radius: 3px;
    font-weight: bold;
    background: #787575;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #363636;
    border: none; }
    /* line 20, _footer_contact.sass */
    .contact button[type=submit]:hover {
      color: #363636; }
  /* line 23, _footer_contact.sass */
  .contact input, .contact textarea {
    width: 294px; }

/* line 1, _content_header.sass */
.content-header {
  margin-bottom: 22px; }

/* line 1, _form.sass */
.form {
  display: block; }
  /* line 4, _form.sass */
  .form .button {
    text-align: right; }
  /* line 7, _form.sass */
  .form label {
    display: block;
    text-transform: uppercase;
    margin-bottom: 2px;
    margin-top: 10px; }
  /* line 13, _form.sass */
  .form em {
    font-size: 13px;
    font-style: italic; }
  /* line 17, _form.sass */
  .form .submit {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 115px;
    height: 28px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    line-height: 28px; }

/* line 1, _map.sass */
.map {
  background: url('../images/card.png') no-repeat 0 0; }
  /* line 4, _map.sass */
  .map .left {
    width: 577px;
    margin-right: 19px; }
  /* line 8, _map.sass */
  .map .right {
    width: 336px; }
  /* line 11, _map.sass */
  .map .map-canvas {
    margin: 10px 0 30px 10px; }
    /* line 14, _map.sass */
    .map .map-canvas img {
      margin: 0; }

/* line 17, _map.sass */
.map-search {
  margin: 20px 0 35px 0; }
  /* line 20, _map.sass */
  .map-search h2 {
    margin-bottom: 14px; }
  /* line 23, _map.sass */
  .map-search form {
    margin-bottom: 9px;
    display: table; }
  /* line 27, _map.sass */
  .map-search fieldset {
    background: url('../images/search_bar_big.png') no-repeat 0 0;
    width: 227px;
    height: 28px;
    position: relative;
    float: left; }
  /* line 34, _map.sass */
  .map-search input {
    position: absolute;
    display: block;
    left: 2px;
    border: none;
    top: 1px;
    width: 217px;
    height: 18px;
    font-size: 17px; }
  /* line 44, _map.sass */
  .map-search button[type=submit] {
    border: none;
    float: left;
    background: url('../images/search_button_big.png') no-repeat 0 0;
    width: 69px;
    height: 28px;
    text-indent: -69px;
    overflow: hidden;
    display: block; }
  /* line 54, _map.sass */
  .map-search em {
    display: block;
    font-size: 14px;
    font-style: italic;
    color: #58585a; }

/* line 61, _map.sass */
.map-header h2 {
  text-transform: uppercase; }
/* line 64, _map.sass */
.map-header h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: red; }

/* line 1, _map_detail.sass */
.map-detail {
  background: url('../images/card_detail.png') no-repeat 0 13px; }
  /* line 4, _map_detail.sass */
  .map-detail .left {
    width: 577px;
    margin-right: 19px;
    padding-top: 13px; }
  /* line 9, _map_detail.sass */
  .map-detail .right {
    width: 336px; }
  /* line 12, _map_detail.sass */
  .map-detail .map-canvas {
    margin: 10px 0 30px 10px;
    position: relative;
    height: 350px; }
    /* line 17, _map_detail.sass */
    .map-detail .map-canvas img {
      margin: 0;
      height: 294px; }
    /* line 21, _map_detail.sass */
    .map-detail .map-canvas p {
      background: rgba(255, 255, 178, 0.5);
      display: block;
      margin-top: 30px;
      margin-left: -10px;
      padding: 10px;
      position: relative;
      font-family: courier;
      color: #58585a;
      text-transform: uppercase; }
      /* line 32, _map_detail.sass */
      .map-detail .map-canvas p span.receiver {
        display: block;
        background: url('../images/portofoon.png') no-repeat 0 0;
        position: absolute;
        right: 0px;
        top: -32px;
        width: 40px;
        height: 101px; }

/* line 1, _map_region.sass */
.map-region {
  /*background: url('../images/card_region.png') no-repeat 0 13px; }*/
  background: none no-repeat 0 13px; }
  /* line 4, _map_region.sass */
  .map-region .left {
    width: 577px;
    margin-right: 19px;
    padding-top: 13px; }
  /* line 9, _map_region.sass */
  .map-region .right {
    width: 336px; }
  /* line 12, _map_region.sass */
  .map-region .map-canvas {
    margin: 10px 0 30px 10px;
    position: relative;
    height: 350px; }
    /* line 17, _map_region.sass */
    .map-region .map-canvas img {
      margin: 0;
      height: 294px; }

/* line 1, _ads.sass */
.map-ads {
  width: 334px;
  height: 278px;
  background-color: #d8d8d8;
  border: 1px solid #6c6c6c;
  margin-bottom: 10px; }

/* line 8, _ads.sass */
.content-header-ads {
  width: 726px;
  height: 88px; }

/* line 2, _bottom_nav.sass */
.bottom-nav ul li {
  margin-bottom: 20px; }
/* line 5, _bottom_nav.sass */
.bottom-nav ul li li {
  margin-bottom: 0; }
/* line 8, _bottom_nav.sass */
.bottom-nav ul li li a {
  font-weight: normal;
  text-decoration: none; }

/* line 1, _sms_box.sass */
.sms-box {
  background: url('../images/sms_window.png') no-repeat 0 0;
  width: 338px;
  height: 336px;
  margin-bottom: 10px;
  position: relative;
  color: #58585a; }
  /* line 9, _sms_box.sass */
  .sms-box .content {
    position: absolute;
    left: 15px;
    top: 30px;
    width: 308px;
    height: 290px; }
  /* line 16, _sms_box.sass */
  .sms-box h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px; }
  /* line 21, _sms_box.sass */
  .sms-box p {
    width: 240px; }
  /* line 24, _sms_box.sass */
  .sms-box input {
    display: block;
    width: 294px; }
  /* line 28, _sms_box.sass */
  .sms-box .submit {
    background: url('../images/button_register.png') no-repeat 0 0;
    width: 120px;
    height: 32px;
    line-height: 32px;
    color: white; }

/* line 1, _alarm_box.sass */
.alarm-box {
  background: url('../images/alarm_window.png') no-repeat;
  width: 338px;
  height: 300px;
  margin-bottom: 10px;
  position: relative;
  color: #58585a; }
  /* line 9, _alarm_box.sass */
  .alarm-box .content {
    position: absolute;
    left: 15px;
    top: 30px;
    width: 308px;
    height: 290px; }
  /* line 16, _alarm_box.sass */
  .alarm-box h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px; }
  /* line 21, _alarm_box.sass */
  .alarm-box h3 {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold; }
  /* line 26, _alarm_box.sass */
  .alarm-box p {
    width: 240px; }
  /* line 29, _alarm_box.sass */
  .alarm-box .counter {
    margin-bottom: 10px;
    float: left;
    display: block; }
    /* line 34, _alarm_box.sass */
    .alarm-box .counter span {
      display: block;
      float: left;
      width: 25px;
      height: 35px;
      overflow: hidden;
      text-indent: -25px;
      margin-left: 6px; }
      /* line 43, _alarm_box.sass */
      .alarm-box .counter span:first-child {
        margin-left: 0; }
      /* line 46, _alarm_box.sass */
      .alarm-box .counter span.counter-0 {
        background: url('../images/counter_0.png') 0 0 no-repeat; }
      /* line 49, _alarm_box.sass */
      .alarm-box .counter span.counter-1 {
        background: url('../images/counter_1.png') 0 0 no-repeat; }
      /* line 52, _alarm_box.sass */
      .alarm-box .counter span.counter-2 {
        background: url('../images/counter_2.png') 0 0 no-repeat; }
      /* line 55, _alarm_box.sass */
      .alarm-box .counter span.counter-3 {
        background: url('../images/counter_3.png') 0 0 no-repeat; }
      /* line 58, _alarm_box.sass */
      .alarm-box .counter span.counter-4 {
        background: url('../images/counter_4.png') 0 0 no-repeat; }
      /* line 61, _alarm_box.sass */
      .alarm-box .counter span.counter-5 {
        background: url('../images/counter_5.png') 0 0 no-repeat; }
      /* line 64, _alarm_box.sass */
      .alarm-box .counter span.counter-6 {
        background: url('../images/counter_6.png') 0 0 no-repeat; }
      /* line 67, _alarm_box.sass */
      .alarm-box .counter span.counter-7 {
        background: url('../images/counter_7.png') 0 0 no-repeat; }
      /* line 70, _alarm_box.sass */
      .alarm-box .counter span.counter-8 {
        background: url('../images/counter_8.png') 0 0 no-repeat; }
      /* line 73, _alarm_box.sass */
      .alarm-box .counter span.counter-9 {
        background: url('../images/counter_9.png') 0 0 no-repeat; }

/* line 1, _tabs.sass */
.tabs {
  text-transform: uppercase;
  height: 36px;
  display: block;
  background: url('../images/tab_bg.png') repeat-x 0 100%;
  margin-bottom: 20px; }
  /* line 8, _tabs.sass */
  .tabs li {
    display: block;
    float: left;
    background: url('../images/tab.png') no-repeat 0 0;
    padding-left: 10px; }
    /* line 14, _tabs.sass */
    .tabs li a {
      display: block;
      float: left;
      background: url('../images/tab.png') no-repeat 100% 0;
      height: 36px;
      padding-right: 10px;
      line-height: 40px;
      text-align: center;
      color: #9f9f9f;
      font-weight: bold; }
    /* line 25, _tabs.sass */
    .tabs li.active {
      background: url('../images/tab_active.png') no-repeat 0 0; }
      /* line 28, _tabs.sass */
      .tabs li.active a {
        background: url('../images/tab_active.png') no-repeat 100% 0;
        height: 45px;
        color: #58585a; }

/* line 1, _report_list.sass */
.report-list {
  margin-bottom: 20px; }
  /* line 4, _report_list.sass */
  .report-list > li {
    position: relative;
    padding: 10px; }
    /* line 8, _report_list.sass */
    .report-list > li.even {
      background: url('../images/report_bg.png'); }
    /* line 11, _report_list.sass */
    .report-list > li .content {
      padding-left: 80px; }
    /* line 14, _report_list.sass */
    .report-list > li .social-buttons {
      position: absolute;
      right: 10px;
      bottom: 10px; }
    /* line 19, _report_list.sass */
    .report-list > li h2 a {
      text-transform: none;
      margin-bottom: 5px; }
    /* line 23, _report_list.sass */
    .report-list > li h3 a {
      color: red;
      text-transform: uppercase;
      margin-bottom: 5px; }
    /* line 28, _report_list.sass */
    .report-list > li p {
      text-transform: uppercase;
      margin-bottom: 5px; }
    /* line 32, _report_list.sass */
    .report-list > li.ambulance .content {
      background: url('../images/icon_ambu.png') no-repeat 0 0; }
    /* line 35, _report_list.sass */
    .report-list > li.brandweer .content {
      background: url('../images/icon_fire.png') no-repeat 0 0; }
    /* line 38, _report_list.sass */
    .report-list > li.politie .content {
      background: url('../images/icon_police.png') no-repeat 0 0; }
    /* line 41, _report_list.sass */
    .report-list > li.knrm .content {
      background: url('../images/icon_boat.png') no-repeat 0 0; }
    /* line 44, _report_list.sass */
    .report-list > li.info .content {
      background: url('../images/icon_info.png') no-repeat 0 0; }
    /* line 47, _report_list.sass */
    .report-list > li.trauma .content {
      background: url('../images/icon_heli.png') no-repeat 0 0; }

/* line 50, _report_list.sass */
.report-list.small {
  font-size: 13px;
  margin: 0; }
  /* line 55, _report_list.sass */
  .report-list.small > li.even {
    background: #eeeeee; }
  /* line 58, _report_list.sass */
  .report-list.small > li .content {
    padding-left: 35px; }
  /* line 61, _report_list.sass */
  .report-list.small > li.prio .content {
    background: url('../images/icon_prio.png') no-repeat 0 0; }
  /* line 64, _report_list.sass */
  .report-list.small ul.tags {
    position: absolute;
    right: 10px;
    bottom: 10px; }

/* line 2, _tags.sass */
.tags li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: url('../images/tag.png') no-repeat 0 0;
  line-height: 18px;
  height: 17px;
  font-size: 12px;
  padding-left: 5px;
  color: white;
  margin-right: 10px; }
  /* line 12, _tags.sass */
  .tags li span {
    position: relative;
    left: 5px;
    background: url('../images/tag.png') no-repeat 100% 0;
    padding-right: 10px;
    display: block; }
    /* line 19, _tags.sass */
    .tags li span a {
      color: white; }

/* line 1, _social.sass */
.social-stats.column {
  width: 195px;
  height: 88px;
  float: right;
  text-align: center;
  background: url('../images/social.png') 0 100% no-repeat;
  position: relative; }
  /* line 9, _social.sass */
  .social-stats.column span {
    position: absolute;
    display: block;
    top: 35px;
    width: 40px;
    text-align: center; }
  /* line 16, _social.sass */
  .social-stats.column .facebook {
    left: 40px;
    text-align: left; }
  /* line 20, _social.sass */
  .social-stats.column .tweet {
    left: 90px;
    width: 46px; }
  /* line 24, _social.sass */
  .social-stats.column .google {
    left: 149px; }

/* line 27, _social.sass */
.social-buttons {
  display: block; }
  /* line 30, _social.sass */
  .social-buttons li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 17px;
    height: 17px; }
    /* line 35, _social.sass */
    .social-buttons li a {
      width: 17px;
      height: 17px;
      display: block;
      text-indent: -100px;
      overflow: hidden; }
    /* line 42, _social.sass */
    .social-buttons li.facebook a {
      background: url('../images/share_facebook.png') no-repeat 0 0; }
      /* line 45, _social.sass */
      .social-buttons li.facebook a:hover {
        background: url('../images/share_facebook_over.png') no-repeat 0 0; }
    /* line 48, _social.sass */
    .social-buttons li.twitter a {
      background: url('../images/share_twitter.png') no-repeat 0 0; }
      /* line 51, _social.sass */
      .social-buttons li.twitter a:hover {
        background: url('../images/share_twitter_over.png') no-repeat 0 0; }
    /* line 54, _social.sass */
    .social-buttons li.google a {
      background: url('../images/share_google.png') no-repeat 0 0; }
      /* line 57, _social.sass */
      .social-buttons li.google a:hover {
        background: url('../images/share_google_over.png') no-repeat 0 0; }
    /* line 60, _social.sass */
    .social-buttons li.mail a {
      background: url('../images/share_mail.png') no-repeat 0 0; }
      /* line 63, _social.sass */
      .social-buttons li.mail a:hover {
        background: url('../images/share_mail_over.png') no-repeat 0 0; }

/* line 66, _social.sass */
.social-buttons-big {
  display: block; }
  /* line 69, _social.sass */
  .social-buttons-big li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 28px;
    margin-left: 5px; }
    /* line 75, _social.sass */
    .social-buttons-big li a {
      width: 30px;
      height: 28px;
      display: block;
      text-indent: -100px;
      overflow: hidden; }
    /* line 82, _social.sass */
    .social-buttons-big li.facebook a {
      background: url('../images/share_facebook_big.png') no-repeat 0 0; }
      /* line 85, _social.sass */
      .social-buttons-big li.facebook a:hover {
        background: url('../images/share_facebook_big_over.png') no-repeat 0 0; }
    /* line 88, _social.sass */
    .social-buttons-big li.twitter a {
      background: url('../images/share_twitter_big.png') no-repeat 0 0; }
      /* line 91, _social.sass */
      .social-buttons-big li.twitter a:hover {
        background: url('../images/share_twitter_big_over.png') no-repeat 0 0; }
    /* line 94, _social.sass */
    .social-buttons-big li.google a {
      background: url('../images/share_google_big.png') no-repeat 0 0; }
      /* line 97, _social.sass */
      .social-buttons-big li.google a:hover {
        background: url('../images/share_google_big_over.png') no-repeat 0 0; }
    /* line 100, _social.sass */
    .social-buttons-big li.mail a {
      background: url('../images/share_mail_big.png') no-repeat 0 0; }
      /* line 103, _social.sass */
      .social-buttons-big li.mail a:hover {
        background: url('../images/share_mail_big_over.png') no-repeat 0 0; }

/* line 1, _sidebar_box.sass */
.sidebar-box {
  width: 338px;
  margin-bottom: 10px; }
  /* line 5, _sidebar_box.sass */
  .sidebar-box .box-header {
    width: 308px;
    height: 10px;
    background: url('../images/content_box_top.png') no-repeat 0 0;
    padding: 20px 15px; }
  /* line 11, _sidebar_box.sass */
  .sidebar-box .box-content {
    width: 334px;
    min-height: 50px;
    background: url('../images/content_box.png') repeat-y 0 0;
    display: table;
    padding: 1px 3px 1px 1px; }
    /* line 18, _sidebar_box.sass */
    .sidebar-box .box-content p.story {
      margin: 0 15px 15px 15px;
      font-size: 13px;
      color: #26272b; }
  /* line 23, _sidebar_box.sass */
  .sidebar-box .box-footer {
    width: 338px;
    height: 15px;
    background: url('../images/content_box_footer.png') no-repeat 0 100%; }
  /* line 28, _sidebar_box.sass */
  .sidebar-box h2 span, .sidebar-box h2 a {
    color: red; }

/* line 1, _send_list.sass */
.send-to {
  margin-bottom: 25px;
  position: relative; }
  /* line 5, _send_list.sass */
  .send-to > h2 {
    margin-left: 10px;
    margin-bottom: 10px; }
  /* line 9, _send_list.sass */
  .send-to .send-list {
    margin-bottom: 15px; }
    /* line 12, _send_list.sass */
    .send-to .send-list > li {
      position: relative;
      height: 40px;
      line-height: 40px;
      vertical-align: middle; }
      /* line 18, _send_list.sass */
      .send-to .send-list > li .content {
        padding-left: 60px; }
      /* line 21, _send_list.sass */
      .send-to .send-list > li h2 {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        width: 75px; }
        /* line 25, _send_list.sass */
        .send-to .send-list > li h2 a {
          color: red;
          font-weight: normal; }
      /* line 29, _send_list.sass */
      .send-to .send-list > li span a {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        color: #58585a;
        text-transform: uppercase; }
      /* line 34, _send_list.sass */
      .send-to .send-list > li.even {
        background: url('../images/report_bg.png'); }
      /* line 37, _send_list.sass */
      .send-to .send-list > li.ambulance .content {
        background: url('../images/icon_ambu_small.png') no-repeat 10px 50%; }
      /* line 40, _send_list.sass */
      .send-to .send-list > li.brandweer .content {
        background: url('../images/icon_fire_small.png') no-repeat 10px 50%; }
      /* line 43, _send_list.sass */
      .send-to .send-list > li.politie .content {
        background: url('../images/icon_police_small.png') no-repeat 10px 50%; }
      /* line 46, _send_list.sass */
      .send-to .send-list > li.knrm .content {
        background: url('../images/icon_boat_small.png') no-repeat 10px 50%; }
      /* line 49, _send_list.sass */
      .send-to .send-list > li.info .content {
        background: url('../images/icon_info_small.png') no-repeat 10px 50%; }
      /* line 52, _send_list.sass */
      .send-to .send-list > li.helicopter .content {
        background: url('../images/icon_heli_small.png') no-repeat 10px 50%; }
  /* line 57, _send_list.sass */
  .send-to .social-buttons-big {
    position: absolute;
    right: 0;
    bottom: 0; }

/* line 1, _facts.sass */
ul.facts {
  font-size: 13px;
  display: block;
  margin: 10px;
  color: #58585a; }
  /* line 7, _facts.sass */
  ul.facts li.fact {
    padding: 10px; }
    /* line 10, _facts.sass */
    ul.facts li.fact p {
      margin: 0; }
    /* line 13, _facts.sass */
    ul.facts li.fact h3 {
      font-weight: bold;
      text-transform: uppercase; }
    /* line 17, _facts.sass */
    ul.facts li.fact.even {
      background-color: #efefef; }

/* line 20, _facts.sass */
p.facts {
  font-size: 13px;
  color: #57585a; }
  /* line 24, _facts.sass */
  p.facts a {
    color: red; }

/* line 1, _comments.sass */
.comments {
  width: 576px;
  margin-bottom: 10px; }
  /* line 5, _comments.sass */
  .comments .comments-header {
    width: 576px;
    height: 5px;
    background: url('../images/comments_top.png') no-repeat 0 0; }
  /* line 10, _comments.sass */
  .comments .comments-body {
    width: 546px;
    padding: 15px;
    background: url('../images/comments.png') repeat-y 0 0;
    display: table; }
  /* line 16, _comments.sass */
  .comments .comments-footer {
    width: 576px;
    height: 5px;
    background: url('../images/comments_footer.png') no-repeat 0 100%; }

/* line 1, _more_content.sass */
.more-content, .more-content-sidebar {
  display: block;
  background: url('../images/content_shadow.png') no-repeat 0 0;
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
  color: #57585a; }
  /* line 9, _more_content.sass */
  .more-content span, .more-content-sidebar span {
    background: url('../images/more_content.png') no-repeat 100% 4px;
    padding-right: 30px; }

/* line 13, _more_content.sass */
.more-content-sidebar {
  background: none;
  padding: 0; }

/* line 1, _locations.sass */
ul.locations {
  display: block; }
  /* line 4, _locations.sass */
  ul.locations li.location {
    padding: 10px; }
    /* line 7, _locations.sass */
    ul.locations li.location.even {
      background-color: #efefef; }
    /* line 10, _locations.sass */
    ul.locations li.location a {
      color: #57585a; }

@media (max-width: 768px) {
  /* line 5, _responsive.sass */
  .top-search {
    display: none; }

  /* line 8, _responsive.sass */
  .logo {
    position: static; }

  /* line 11, _responsive.sass */
  .top-header {
    height: 120px;
    background: url('../images/header.png') repeat-x 0 100% #5c5b5d; }
    /* line 15, _responsive.sass */
    .top-header .logo {
      left: 10px; }

  /* line 18, _responsive.sass */
  .top-nav {
    left: 10px;
    top: 75px; }

  /* line 22, _responsive.sass */
  .container {
    width: auto;
    padding: 0 10px; }

  /* line 26, _responsive.sass */
  .breadcrumb {
    margin: 10px 0; }

  /* line 29, _responsive.sass */
  .content-header-ads.column {
    width: auto;
    float: none;
    display: block; }

  /* line 34, _responsive.sass */
  .social-stats.column {
    display: none; }

  /* line 37, _responsive.sass */
  .map {
    background: url('../images/card_detail_mobile.png') no-repeat 50% 0; }

  /* line 40, _responsive.sass */
  .map.row {
    display: block; }
    /* line 43, _responsive.sass */
    .map.row .column.left {
      float: none;
      display: block;
      margin: 0 auto; }
    /* line 48, _responsive.sass */
    .map.row .column.right {
      float: none;
      display: block;
      margin: 0 auto; }

  /* line 53, _responsive.sass */
  .map-search {
    display: none; }

  /* line 57, _responsive.sass */
  .footer .container {
    width: 577px;
    margin: 0 auto; }
  /* line 61, _responsive.sass */
  .footer .column {
    width: auto;
    float: none;
    text-align: center; }
    /* line 66, _responsive.sass */
    .footer .column .logo {
      background-position: 50% 0;
      width: auto;
      display: block;
      text-indent: -700px; }
    /* line 72, _responsive.sass */
    .footer .column.contact {
      text-align: left;
      margin: 0 auto;
      width: 306px; }

  /* line 77, _responsive.sass */
  .map-region {
    background: url('../images/card_region.png') no-repeat 50% 13px; }
    /* line 80, _responsive.sass */
    .map-region .column.left {
      float: none;
      display: block;
      margin: 0 auto; }
    /* line 85, _responsive.sass */
    .map-region .column.right {
      float: none;
      display: block;
      margin: 0 auto; }

  /* line 90, _responsive.sass */
  .map-detail {
    background: url('../images/card_detail.png') no-repeat 50% 13px; }
    /* line 93, _responsive.sass */
    .map-detail .column.left {
      float: none;
      display: block;
      margin: 0 auto; }
    /* line 98, _responsive.sass */
    .map-detail .column.right {
      float: none;
      display: block;
      margin: 0 auto; } }
