html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: sans-serif;
  font-size: 0.875rem;
  line-height: 1.42857143;
 
}

header {
  position: relative;
  padding-left:0px;
  padding-top:0px;
  top: 0;
  left: 0;
  z-index: 999;

  width: 100%;
  height: 55px;

  background: #7F7F7F;
  box-shadow: rgba(0, 0, 0, 0.5) 0 -10px 10px 10px;
  
}

header h1 {
  margin: 0;
  padding-left:10px;
  padding-top:0px;
 height: 30px;
  line-height: 50px;
  font-weight: 200;
  font-size: 12px;
  float: left;
  color:#CCCCCC;
}

.wrapper {
  /*margin-top: 50px;*/
  padding: 30px 30px;
  transition: all 0.3s ease-out;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/* Small devices (tablets)
==========================*/
@media (min-width: 768px) {

}


/* Medium devices (desktops)
==========================*/
@media (min-width: 992px) {

  body {
    overflow-y: scroll;
  }



  .wrapper {
    margin-left: 200px;
  }

  .wrapper__minify {
    margin-left: 50px;
  }

}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (height / width = 9 / 16 = 0.5625) */
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}