header {
  position:fixed;
  top:0;
  background:#ffffff;
  color:#0a385a;
  width:100%;
  /*z-index: 999;*/
  height: 35px;
 /* box-shadow: rgba(0, 0, 0, 0.5) 0 -10px 10px 10px;*/
}

header h1 {
  margin: 0;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  font-size: 18px;
  float: left;
}

.wrapper {
  margin-top: -20px;
  padding: 10px 10px;
  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;
  }

  .logo img {
    width: 180px;
    text-align: center;
    margin-top: 10px;
    float: none;
  }

  .wrapper {
    margin-left: 180px;
	margin-right:5px;
  }

  .wrapper__minify {
    margin-left: 50px;
  }

}
