
.DemoBar {
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  min-height: 62px;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.TobBtnBar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, .9);
  z-index: 1;
  text-align: center;
  line-height: 60px;
}

.TobBtnBar h4 {
  color: #fff;
  font-size: 16px;
  padding: 0;
  text-decoration: none;
  margin: 0 20px 0 0;
  display: inline;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.TobBtnBar a {
  background: #f10000;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 22px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  border-radius: 3px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.TobBtnBar .text-red {
  color: #f10000;
  font-weight: bold;
  font-size: 21px;
}

.TobBtnBar a:hover {
  background: #e20404;
}

.ArrowRight {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 60px 0;
  border-color: transparent #333333 transparent transparent;
  float: right;
  position: fixed;
  right: 0;
  z-index: 9999;
  cursor: pointer;
}

.ArrowRight i.up {
  border: solid black;
  padding: 4px;
  right: -50px;
  top: 15px;
  display: inline-block;
  position: absolute;
  border-width: 0 2px 2px 0;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  border-color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

body.topBar0 .ArrowRight i.up {
  transform: rotate(45deg);
  transition: all 0.75s 0.25s;
}

.topBar0 .DemoBar.ArrowDown {
  visibility: hidden;
}

@media (max-width: 767px) {
  .TobBtnBar {
    line-height: inherit;
    padding: 15px 42px 20px;
  }
  .TobBtnBar h4 {
    margin: 0 5px;
    font-size: 15px;
    display: inline-block;
    line-height: 30px;
  }
  .TobBtnBar a {
    display: inline-block;
    padding: 0 10px;
    line-height: 36px;
    min-width: 130px;
    font-size: 13px;
    margin-top: 5px;
  }
  .TobBtnBar .text-red {
    font-size: 100%;
  }
}
