article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
/*
  Sidetap Default Theme
  Demo app: Stonehenge
*/
.button {
  background: #743f8d;
  color: #fff;
  display: block;
  margin: 0 10px;
  padding: 15px;
  text-decoration: none;
  text-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
img {
  max-width: 100%;
}
.stp-nav {
  background: #101318;
  border-right: 1px solid black;
  width: 272px;
}
nav {
  display: block;
}
nav > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-size: 17px;
  font-weight:normal;
  height: 42px;
  line-height: 40px;
  margin: 0;
  padding: 0 0 0 10px;
  position: relative;
  text-decoration: none;
}

nav > a:link {
  color:#fff;
}

nav > a:visited {
  color:#fff;
}

nav > a:hover {
  color:#fff;
}

nav > a:active {
  color:#fff;
}
nav > a:after {
  background: transparent url('img/arrow-right-white.png') no-repeat left center;
  content: ' ';
  display: block;
  height: 41px;
  opacity: 0.3;
  position: absolute;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  right: 0;
  top: 0;
  width: 19px;
  -webkit-background-size: 19px 14px;
  -moz-background-size: 19px 14px;
  -o-background-size: 19px 14px;
  background-size: 19px 14px;
}
nav > a.selected {
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: white;
}
nav > a.selected:after {
  opacity: 1;
}
header {
  background: #fec006;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b9946c), color-stop(100%, #8f6c46));
  background: -webkit-linear-gradient(top, #b9946c, #8f6c46);
  background: -moz-linear-gradient(top, #b9946c, #8f6c46);
  background: -o-linear-gradient(top, #b9946c, #8f6c46);
  background: linear-gradient(top, #b9946c, #8f6c46);
  border-bottom: 1px solid #86643f;
  color: white;
  display: block;
  height: 43px;
  /*position: absolute;*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  width: 100%;
  z-index: 1;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 4px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 4px rgba(0, 0, 0, 0.55);
  -o-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 4px rgba(0, 0, 0, 0.55);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 4px rgba(0, 0, 0, 0.55);
}
header .header-button {
  background: #feaf06;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a67f54), color-stop(100%, #82603b));
  background: -webkit-linear-gradient(top, #a67f54, #82603b);
  background: -moz-linear-gradient(top, #a67f54, #82603b);
  background: -o-linear-gradient(top, #a67f54, #82603b);
  background: linear-gradient(top, #a67f54, #82603b);
  border: 1px solid #86643f;
  color: white;
  font-size: 13px;
  font-weight: bold;
  height: 28px;
  left: 5px;
  line-height: 26px;
  padding: 0 8px;
  position: absolute;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  top: 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.15);
  -o-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.15);
}
header .header-button.right {
  left: auto;
  right: 5px;
}
header .header-button.icon span {
  display: inline-block;
  text-indent: -9999px;
}
header .header-button.menu span {
  background: transparent url('img/menu.png') no-repeat;
  height: 15px;
  margin: 6px 2px 0;
  width: 17px;
  -webkit-background-size: 17px 15px;
  -moz-background-size: 17px 15px;
  -o-background-size: 17px 15px;
  background-size: 17px 15px;
}
header .header-button.info span {
  background: transparent url('img/phone.png') no-repeat;
  height: 17px;
  margin: 5px 0px 0;
  width: 23px;
  -webkit-background-size: 23px 17px;
  -moz-background-size: 23px 17px;
  -o-background-size: 23px 17px;
  background-size: 23px 17px;
}