#bar-poweredby { display: none; }

aside .panel-primary > .panel-heading {
  background-color: #0083c3;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

div#panel-custom-2 div.panel-heading, div#panel-custom-1 div.panel-heading {
  display:none;
}

div#panel-custom-2 .panel-body, div#panel-custom-1 .panel-body {
  background-color: #0083c3;
  color:#fff;
  border: 0;
  border-radius: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  /*padding: 0px;*/
}

.panel-body a {
  color: #fff;
  font-weight: bold;
}

.navbar {
  background-color: #0083c3;
}

#motto {
  background-color: #f5f5f5;
  background-image: url(/obrazek/2/bosch-logo/);
}
#motto {
  margin: 0 left;
  margin-top: 3em;
  /*margin-left: 1em;*/
  width: 241px;
  height: 241px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
#motto::after {
  content: "Car Service";
  display: inline-block;
  width: 100%;
  line-height: 50px;
  height: 50px;

  padding: 0 10px 0;
  margin-bottom: 15px;
  margin-top: 253px;
  text-decoration: none;
  text-align: center;
  background-color: #0083c3;
  color: #fff;
  font-weight: bold;
  font-size: 2.2em;
  letter-spacing: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

@media (min-width: 768px){
  div#panel-custom-2,div#panel-custom-1 {
    width: 100%;
  }
}

@media (min-width: 992px){
  div#panel-custom-2,div#panel-custom-1 {
    width: 200px;
  }
}

@media (min-width: 1200px){
  div#panel-custom-2,div#panel-custom-1 {
    width: 241px;
  }
}



@media (max-width: 1199px){
  #motto {
    margin-top: 4em;
    width: 200px;
    height: 200px;
  }
  #motto::after {
    margin-top: 212px;
    font-size: 1.6em;
    line-height: 40px;
    height: 40px;
  }
}
@media (max-width: 991px){
  #motto {
    margin-top: 1.5em;
    width: 160px;
    height: 160px;
  }
  #motto::after {
    margin-top: 172px;
    font-size: 1.0em;
    line-height: 30px;
    height: 30px;
  }
}
@media (max-width: 767px){
  #motto {
    margin-top: 1em;
    width: 120px;
    height: 120px;
  }
  #motto::after {
    margin-top: 132px;
    font-size: 0.75em;
    line-height: 20px;
    height: 20px;
  }
  div#panel-custom-2,div#panel-custom-1 {
    width: 100%;
  }
}