  .triangle_on {
      background: url('../images/triangle_small.png') 50% 0 no-repeat;
    background-position: center;
    width: 100%; 
    height: 11px; 
    display: block;
    border-bottom: 1px solid #ccc;
    bottom: -5px;
    text-align: right;
    line-height: 0;
  }

  .triangle_off {
    background-position: center;
    width: 100%; 
    height: 11px; 
    display: block;
    border-bottom: 1px solid #ccc;
    bottom: -5px;
    text-align: right;
    line-height: 0;
  }

  .fluid-container {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    width: 100%;
  }

  .row {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    width: 100%;
  }

  html,
  body,
  .fluid-container,
  #app-row,
  #map-container {
    height: 100%
  }


   @font-face {
    font-family: 'signika';
    src: url('fonts/signika-light-webfont.woff') format('woff'),
    src: url('fonts/signika-light-webfont.woff2') format('woff2'),
    src: url('fonts/signika-regular-webfont.ttf') format('truetype');        
    }

    @font-face {
      font-family: 'lato';
      src: url('fonts/lato-regular-webfont.woff') format('woff'),
      src: url('fonts/lato-regular-webfont.woff2') format('woff2'),
      src: url('fonts/lato-regular-webfont.ttf') format('truetype');
      }

