@charset "UTF-8";

.cssskin-other_header .column.-column1 {
  width: 13% !important;
}

.cssskin-other_header .column.-column2 {
  width: 52% !important;
  padding-top: 10px;
}

.cssskin-other_header .column.-column3 {
  width: 31% !important;
  padding-top: 10px;
}

.cssskin-other_header  {
  height: 70px !important;
}

@media only screen and (max-width: 641px) {
.cssskin-other_header .column.-column1 {
  width: 30% !important;
  margin-top: 0px !important;
  margin-left: -30px !important;
}

.cssskin-other_header .column.-column2 {
  width: 66% !important;
  padding-top: 0px;
}

.cssskin-other_header .column.-column3 {
  width: 100% !important;
  padding-top: 20px;
}

.cssskin-other_header  {
  height: 100px !important;
  font-size: 12px;
}

}
