  /* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
      #map {
        height: 100%;
      }
      /* Optional: Makes the sample page fill the window. */
      html, body {
        height: 100%;
        margin: 0;
        padding: 0;
      }
	   .controlUI {
      background-color: #fff;
      border: 2px solid #fff;
      border-radius: 3px;
      box-shadow: 0 2px 6px rgba(0,0,0,.3);
      margin-bottom: 22px;
	  margin-top: 10px;
      text-align: center;
    }
    .controlText {
      color: rgb(25,25,25);
      font-family: Roboto,Arial,sans-serif;
      font-size: 10px;
      line-height: 10px;
	  padding: 6px;
      padding-left: 5px;
      padding-right: 5px;
    }
	.inline {
		display:inline-block;
		margin-right:5px;
	}
  /* video overlay */
  .fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../images/fancybox/fancybox_overlay.png);
}
div {
    display: block;
}
*, .kc-col-container, .kc-container, .kc-elm {
    box-sizing: border-box;
}
#sefi {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(images/fancybox_sprite.png);
}
  .fancybox-outer, .fancybox-inner {
    position: relative;
  }
  h1 {
	  margin:0px;
  }
    #pac-input {
        background-color: #fff;
        font-family: Roboto;
        font-size: 25px;
        font-weight: 300;
        margin-left: 12px;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 400px;
      }

      #pac-input:focus {
        border-color: #4d90fe;
      }
	  #floating-panel {
        position: absolute;
        /* top: 25px; */
        left: 25%;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #999;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 30px;
        padding-left: 10px;
		width:510px;
		xvisibility:hidden;
      }
	  #counting-panel {
        position: absolute;
        /* top: 25px; */
        left: 0;
        z-index: 5;
        background-color: #fff;
        padding: 0px;
        xborder: 1px solid #999;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 30px;
        padding-left: 0px;
		width:150px;
		border-top-right-radius: 2px;
		background-clip: padding-box;
		box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
      }
	  .vjs-tech { object-fit: cover; }