body {
  width: 100% !important;
  min-width: 320px;
  min-height: 320px;
  margin: 0;
  font-family: Helvetica;
  font-weight: lighter;
  font-size: 16px;
  letter-spacing: -0.4px;
  line-height: 20px;
  background-color: #ffffff;
  color: #000000;
  zoom: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
#demomenuwrap, #demosubmenuwrap, h2.templatetitle, h3.templateprice, #popup {
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: -0.2px;
  line-height: 14px;
  image-rendering: pixelated;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
#demomenuwrap a, #demosubmenuwrap a, #popup a {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
::-moz-selection {
  background-color: #e1e1e1;
}
::selection {
  background-color: #e1e1e1;
}
#demomenuwrap {
  z-index: 96 !important;
  position: fixed;
  height: 40px;
  top: 0;
  width: 100%;
  color: #333333;
  background: #f7f7f7;
}
#demomenu {
  position: fixed;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 720px;
  height: 40px;
  margin: 0 auto;
}
#demomobilemenu {
  position: absolute;
  display: none;
  height: 20px;
  width: 11px;
  border: 0;
  margin: 0 0 0 calc(100% - 40px);
  padding: 19px 15px 3px 14px;
  background: transparent;
  transition: all 0.1s;
  outline: none;
  cursor: pointer;
}
#demomobilemenu:before, #demomobilemenu:after {
  position: absolute;
  width: 11px;
  height: 1px;
  background: #606060;
  content: '';
  transition: all 0.1s;
  will-change: transform;
}
#demomobilemenu:before {
  transform: translateY(-2px);
}
#demomobilemenu:after {
  transform: translateY(3px);
}
.open#demomobilemenu:before {
  transform: translateY(0);
}
.open#demomobilemenu:after {
  transform: translateY(0);
}
#logomark {
  position: absolute;
  display: inline;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 12px;
  width: 16px;
  image-rendering: crisp-edges;
}
#demonavigation {
  position: absolute;
  display: inline;
  width: auto;
  top: 0;
  right: 0;
  margin: 0 0 0 auto;
  transform: translateY(14px);
  background: transparent;
  border: 0;
  text-align: right;
}
#demoback {
  position: absolute;
  display: inline;
  width: auto;
  top: 0;
  left: 0;
  margin: 0 auto 0 0;
  padding: 14px 15px 15px;
  background: transparent;
}
#demoback:hover #labeldemoback {
  text-decoration: underline;
}
#demonavigation a, #demoback a, #labeldemoback {
  display: inline;
}
#demonavigation a {
  padding: 14px 7.5px 15px;
}
#demonavigation a:first-child {
  padding: 14px 7.5px 15px 15px;
}
#demonavigation a:last-child {
  padding: 14px 15px 15px 7.5px;
}
#demonavigation a:hover {
  text-decoration: underline;
}
#demosubmenuwrap {
  z-index: 95 !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 14px;
  margin: 0 auto;
  padding: 4px 14px 3px;
  transform: translateY(40px);
  background: #333333;
  color: #ffffff;
}
#demosubmenu {
  position: relative;
  left: 0;
  right: 2px;
  width: 100%;
  max-width: 715px;
  margin: 0 auto;
}
h2.templatetitle, h3.templateprice {
  font-weight: normal;
  white-space: nowrap;
}
h2.templatetitle, h3.templateprice {
  position: relative;
  display: inline;
}
h3.templateprice {
  top: 0;
  margin: 0 0 0 1px;
  color: #c3c3c3;
}
#demosubmenuwrap form {
  display: inline;
  position: relative;
  top: 0;
  border: 0;
}
.templatebuttonimg {
  position: relative;
  display: inline;
  height: 15px;
  top: -2px;
  right: 31px;
  margin: 0 -5px -4px auto;
  padding: 0;
  border: 1px solid #f7f7f7;
  border-radius: 8px;
  image-rendering: pixelated;
  float: right;
  clear: right;
  cursor: not-allowed;
}
#popup {
  z-index: 98 !important;
  position: fixed;
  display: none;
  width: 212px;
  height: 28px;
  top: calc(50% - 16px);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 20px auto;
  padding: 4px 6px 4px;
  border: 1px solid #333333;
  border-radius: 2px;
  background: #f7f7f7;
  text-align: center;
}
#popupclose {
  z-index: 99 !important;
  position: relative;
  width: 10px;
  margin: -4px -8px -4px auto;
  padding: 4px 8px;
  cursor: pointer;
}
#popupmessage {
  position: relative;
  transform: translateY(-7px);
}
#popup.open {
  display: block;
}
#menucontainer {
  position: fixed;
  z-index: 94 !important;
  width: 100% !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  transform: translateY(61px);
  pointer-events: all;
}
#democontainer {
  position: absolute;
  z-index: 93 !important;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
}
@media screen and (max-width: 646px) {
  #demomobilemenu {
    display: block;
  }
  #demomenu.open {
    background: #f7f7f7;
  }
  #demonavigation {
    display: none;
    background: #f7f7f7;
    width: 100%;
    transform: translateY(40px);
    border: 1px solid #333333;
    border-width: 0 0 1px 0;
    border-radius: 0 0 2px 2px;
  }
  #demonavigation.open {
    display: block;
  }
  #demonavigation a {
    display: block;
    width: calc(100% - 30px);
    padding: 8px 15px 7px;
  }
  #demonavigation a:first-child {
    padding: 8px 15px 7px;
  }
  #demonavigation a:last-child {
    padding: 8px 15px 7px;
    border: 7px solid #f7f7f7;
    border-width: 0 0 7px 0;
  }
  #demonavigation a:hover {
    background: #ebebeb;
    text-decoration: none;
  }
}
