body {
  position: relative;
  width: auto !important;
  min-width: 320px !important;
  height: 100%;
  margin: 0;
  color: #333333;
  background-color: #f7f7f7;
  zoom: 100%;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: -0.2px;
  line-height: 16px;
  text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: background-color 0s;
  -webkit-transition: background-color 0s;
  -moz-transition: background-color 0s;
}
body.dark {
  background-color: #333333;
}
::-moz-selection {
  background-color: #e0e0e0;
}
::selection {
  background-color: #e0e0e0;
}
* img, #updates, .img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
}
#logo, #menuitems {
  border: 1px solid #333333;
  border-width: 0 0 1px 0;
  white-space: nowrap;
  overflow: hidden;
}
#logo {
  position: fixed;
  z-index: 5;
  left: 0;
  width: 100%;
  height: 30px;
  padding: 23px 28px 12px 12px;
  background-color: #ffffff;
  transition: background-color 0s, transform 0.5s ease-in-out, border 0s;
  -webkit-transition: background-color 0s, transform 0.5s ease-in-out, border 0s;
  -moz-transition: background-color 0s, transform 0.5s ease-in-out, border 0s;
}
#logo.dark {
  background-color: #333333;
}
#logo.dark, #menuitems.dark {
  border: 1px solid #ffffff;
  border-width: 0 0 1px 0;
}
#logomark, #logotype {
  height: 24px;
}
#logomark {
  margin: 0;
  opacity: 0;
  transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  filter: grayscale(1);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
  transition-delay: 1s;
  animation: none;
}
#logomark.out {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
  animation: fade 1s linear infinite;
  transition-delay: 0s;
}
@keyframes fade {
  0% { opacity: 100%; }
  50% { opacity: 50%; }
  100% { opacity: 100%; }
}
#logomark.done {
  filter: grayscale(0);
  animation: none;
}
#logotype {
  transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  filter: invert(0%) brightness(100%);
  transition: transform 0.3s ease-in-out 1s, opacity 0.3s ease-in-out, filter 0s;
  -webkit-transition: transform 0.3s ease-in-out 1s, opacity 0.3s ease-in-out, filter 0s;
  -moz-transition: transform 0.3s ease-in-out 1s, opacity 0.3s ease-in-out, filter 0s;
}
#logotype.out {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  transition: transform 0.5s ease-in-out 0s, filter 0s;
  -webkit-transition: transform 0.5s ease-in-out 0s, filter 0s;
  -moz-transition: transform 0.5s ease-in-out 0s, filter 0s;
}
#logotype.dark {
  filter: invert(100%) brightness(200%);
}
#darktoggle {
  z-index: 9;
  position: fixed;
  display: inline-block;
  bottom: auto;
  left: auto;
  right: 290px;
  margin: 0;
  padding: 24px 23px 25px 23px;
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
}
#darktoggleoutline {
  z-index: 7;
  width: 27px;
  height: 16px;
  margin: 0;
  background-color: #333333;
  border-radius: 8px;
  transition: background-color 0s;
  -webkit-transition: background-color 0s;
  -moz-transition: background-color 0s;
}
#darktoggleoutline.dark {
  background-color: #ffffff;
}
#darktoggleswitch {
  z-index: 8;
  position: relative;
  top: 1px;
  width: 14px;
  height: 14px;
  margin: 1px;
  background-color: #ffffff;
  border-radius: 50%;
  transform: translateX(11px);
  -webkit-transform: translateX(11px);
  -moz-transform: translateX(11px);
  transition: background-color 0s, transform 0.2s ease-in-out;
  -webkit-transition: background-color 0s, transform 0.2s ease-in-out;
  -moz-transition: background-color 0s, transform 0.2s ease-in-out;
}
#darktoggleswitch.still {
  transition: background-color 0s, transform 0s;
  -webkit-transition: background-color 0s, transform 0s;
  -moz-transition: background-color 0s, transform 0s;
}
#darktoggleswitch.flip {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
}
#darktoggleswitch.dark {
  background-color: #333333;
}
#menuitems {
  z-index: 6;
  position: fixed;
  bottom: auto;
  left: auto;
  right: -1px;
  width: auto;
  height: 65px;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
}
#logo.hide, #darktoggle.hide, #menuitems.hide {
  transform: translateY(-66px);
  -webkit-transform: translateY(-66px);
  -moz-transform: translateY(-66px);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
}
#menuitems.hide a:nth-child(2) {
  transition-delay: 0.3s;
}
#menuitems a {
  position: relative;
  display: inline-block;
  width: auto;
  top: -3px;
  margin: 0 -5px 0 0;
  padding: 25px 23px 20px 23px;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-width: 3px 1px 0 1px;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 0s, top 0.3s ease-in-out, color 0s, border 0s;
  -webkit-transition: background-color 0s, top 0.3s ease-in-out, color 0s, border 0s;
  -moz-transition: background-color 0s, top 0.3s ease-in-out, color 0s, border 0s;
}
#menuitems a:hover {
  top: 0;
  background-color: #f7f7f7;
  transition: background-color 0.3s ease-in-out, top 0.3s ease-in-out, color 0s, border 0s;
  -webkit-transition: background-color 0.3s ease-in-out, top 0.3s ease-in-out, color 0s, border 0s;
  -moz-transition: background-color 0.3s ease-in-out, top 0.3s, color 0s, border 0s;
}
#menuitems a:active {
  background-color: #ececec;
}
#menuitems a.dark {
  color: #ffffff;
  background-color: #333333;
  border: 1px solid #ffffff;
  border-width: 3px 1px 0 1px;
  transition: background-color 0s, top 0.3s ease-in-out, color 0s;
  -webkit-transition: background-color 0s, top 0.3s ease-in-out, color 0s;
  -moz-transition: background-color 0s, top 0.3s ease-in-out, color 0s;
}
#menuitems a.dark:hover {
  background-color: #303030;
  transition: background-color 0.3s ease-in-out, top 0.3s ease-in-out, color 0s, border 0s;
  -webkit-transition: background-color 0.3s ease-in-out, top 0.3s ease-in-out, color 0s, border 0s;
  -moz-transition: background-color 0.3s ease-in-out, top 0.3s ease-in-out, color 0s, border 0s;
}
#menuitems a.dark:active {
  background-color: #292929;
}
.menuicon {
  position: relative;
  display: inline-block;
  top: 0;
  width: 16px;
  padding: 0 12px 0 0;
  filter: invert(20%) brightness(100%);
  transition: filter 0s;
  -webkit-transition: filter 0s;
  -moz-transition: filter 0s;
}
.menuicon.dark {
  filter: invert(100%) brightness(200%);
}
.menulabel {
  position: relative;
  display: inline-block;
  top: -4px;
}
#loadscreen {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  text-align: center;
  overflow: hidden;
  pointer-events: all;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, background-color 0s;
  -webkit-transition: opacity 0.3s ease-in-out, background-color 0s;
  -moz-transition: opacity 0.3s ease-in-out, background-color 0s;
}
#loadscreen.dark {
  background-color: #333333;
}
#loadlogo {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 8px);
  width: 16px;
  opacity: 0.8;
  filter: invert(0%) brightness(100%);
  animation: bounce 4s ease infinite;
  transition: opacity 0.3s ease-in-out, filter 0s;
  -webkit-transition: opacity 0.3s ease-in-out, filter 0s;
  -moz-transition: opacity 0.3s ease-in-out, filter 0s;
}
#loadlogo.dark {
  filter: invert(100%) brightness(200%);
}
@keyframes bounce {
  0%   { transform: scale(1,1) translateY(0) rotate(0deg); }
  8%   { transform: scale(1,0.9) translateY(2px) rotate(0deg); }
  16%  { transform: scale(1,1) translateY(-10px) rotate(0deg); }
  24%  { transform: scale(1,0.9) translateY(2px) rotate(0deg); }
  26%  { transform: scale(1,1) translateY(0px) rotate(0deg); }
  30%  { transform: scale(1,1) translateY(0) rotate(0deg); }
  38%  { transform: scale(1,0.9) translateY(2px) rotate(0deg); }
  46%  { transform: scale(1,1) translateY(-20px) rotate(0deg); }
  54%  { transform: scale(1,0.9) translateY(2px) rotate(0deg); }
  56%  { transform: scale(1,1) translateY(0px) rotate(0deg); }
  60%  { transform: scale(1,1) translateY(0) rotate(0deg); }
  68%  { transform: scale(1,0.9) translateY(2px) rotate(0deg); }
  78%  { transform: scale(1,1.1) translateY(-30px) rotate(-360deg); }
  88%  { transform: scale(1,0.9) translateY(2px) rotate(-360deg); }
  90%  { transform: scale(1,1) translateY(0px) rotate(-360deg); }
  100%  { transform: scale(1,1) translateY(0px) rotate(-360deg); }
}
#loadscreen.hide, #loadlogo.hide {
  pointer-events: none;
  opacity: 0;
}
.pace {
  color: #333333;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0s;
  -webkit-transition: color 0s;
  -moz-transition: color 0s;
}
.pace.dark {
  color: #ffffff !important;
}
.pace.pace-inactive .pace-progress {
  display: none;
}
.pace .pace-progress {
  position: fixed;
  z-index: 4;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.pace .pace-progress:after {
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 12px);
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.2px;
  content: attr(data-progress-text);
}
#menuhover {
  z-index: 1;
  position: fixed;
  display: block;
  top: 0;
  width: 100%;
  height: 65px;
}
#updates {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 22px;
  top: 65px;
  margin: 0 0 21px 0;
  color: #ffffff;
  background-color: #333333;
  border: 0px solid #333333;
  border-width: 0 0 0 0;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transition: transform 0s ease-in-out, opacity 0.5s ease-in-out, border 0s;
  -webkit-transition: transform 0s ease-in-out, opacity 0.5s ease-in-out, border 0s;
  -moz-transition: transform 0s ease-in-out, opacity 0.5s ease-in-out, border 0s;
}
#updates.dark {
  background-color: #333333;
  border: 1px solid #ffffff;
  border-width: 0 0 1px 0;
}
#updates a {
  color: #ffffff;
}
#updates.hide {
  pointer-events: none;
  opacity: 0;
  transform: translateY(-89px);
  -webkit-transform: translateY(-89px);
  -moz-transform: translateY(-89px);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.marquee {
  position: relative;
  display: inline-block;
  margin: 4px auto 4px auto;
  animation: marquee 12s linear infinite;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#content {
  position: relative;
  z-index: 0;
  top: 157px;
  left: 0;
  right: 0;
  width: calc(100% - 46px);
  max-width: 825px;
  min-height: 100%;
  margin: 0 auto 0 auto;
}
#content.lock {
  position: fixed;
}
.post {
  position: relative;
  width: 100%;
  margin: 0 auto 69px auto;
  background-color: #ffffff;
  border: 1px #000000 solid;
  opacity: 0;
  transition: opacity 1s ease-in-out, background-color 0s, border 0s;
  -webkit-transition: opacity 1s ease-in-out, background-color 0s, border 0s;
  -moz-transition: opacity 1s ease-in-out, background-color 0s, border 0s;
}
.post.dark {
  background-color: #333333;
  border: 1px #ffffff solid;
}
.halfpost {
  position: relative;
  display: inline-block;
  width: calc(50% - 14px);
  margin: 0 auto 69px auto;
  background-color: #ffffff;
  border: 1px #000000 solid;
  opacity: 0;
  transition: opacity 1s ease-in-out, background-color 0s, border 0s;
  -webkit-transition: opacity 1s ease-in-out, background-color 0s, border 0s;
  -moz-transition: opacity 1s ease-in-out, background-color 0s, border 0s;
}
.halfpost.dark {
  background-color: #333333;
  border: 1px #ffffff solid;
}
.halfpost img {
  width: 100%;
  border: 1px solid #000000;
  border-width: 0 0 1px 0;
  transition: border 0s;
  -webkit-transition: border 0s;
  -moz-transition: border 0s;
}
.halfpost img.dark {
  border: 1px solid #ffffff;
  border-width: 0 0 1px 0;
}
.leftpost {
  float: left;
}
.rightpost {
  float: right;
}
.post.show, .halfpost.show, #adbutton.show, .postcontent.show, #footer.show, .postupdate.show {
  opacity: 1;
}
h1 {
  margin: 18px 57px 0 22px;
  padding: 0;
  color: #333333;
  font-size: 23px;
  font-weight: bold;
  line-height: 24px;
  transition: color 0s;
  -webkit-transition: color 0s;
  -moz-transition: color 0s;
}
h1.dark {
  color: #ffffff;
}
.emoji {
  display: inline !important;
  width: 18px !important;
  height: 18px !important;
  margin: 1px 0 -1px 5px !important;
  border: 0 !important;
  text-decoration: none !important;
}
h2 {
  float: left;
  margin: 2px 65px 17px 22px;
  padding: 0;
  color: #666666;
  font-size: 17.5px;
  font-weight: lighter;
  letter-spacing: -0.4px;
  line-height: 18px;
}
h2.dark {
  color: #bbbbbb;
}
.expand  {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 23px;
  height: 23px;
  margin: 0 22px 23px 0;
  background: url("https://zacclarkwebdesign.com/2019/resources/images/icons/plus.svg");
  background-color: #333333;
  background-size: 11px 11px;
  background-position: center;
  background-repeat: no-repeat;
  border: 0px solid #333333;
  border-radius: 50%;
  cursor: pointer;
  transition: margin 0s, background-color 0s, border 0s;
  -webkit-transition: margin 0s, background-color 0s, border 0s;
  -moz-transition: margin 0s, background-color 0s, border 0s;
}
.expand.close {
  background: url("https://zacclarkwebdesign.com/2019/resources/images/icons/minus.svg");
  background-color: #999999;
  background-size: 11px 11px;
  background-position: center;
  background-repeat: no-repeat;
}
.expand.dark, .expand.close.dark {
  margin: 0 21px 22px 0;
  background-color: #333333;
  border: 1px solid #ffffff;
}
.floatclear {
  clear: both;
}
p {
  margin: 0;
  padding: 0 22px 16px 22px;
  transition: color 0s;
  -webkit-transition: color 0s;
  -moz-transition: color 0s;
}
p.dark {
  color: #ffffff;
}
.postpreview {
  float: left;
  padding: 0 68px 16px 22px;
}
.postcontent {
  display: block;
  width: 100%;
  height: 4px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition-delay: 0s;
}
.postcontent.show {
  transition-delay: 0.3s;
}
.leftbutton, .rightbutton, .halfbutton, #supportbutton, .socialbutton, #greybutton, #sendbutton, #downloadbutton {
  display: inline-block;
  margin: 3px 66px 22px 22px;
  padding: 3px 11px 2px 7px;
  color: #ffffff;
  background-color: #333333;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: -0.2px;
  line-height: 16px;
  text-decoration: none;
  white-space: nowrap;
  border: 0px solid #333333;
  border-radius: 14px;
  transition: margin 0s, border 0s;
  -webkit-transition: margin 0s, border 0s;
  -moz-transition: margin 0s, border 0s;
}
.leftbutton.dark, .rightbutton.dark, .halfbutton.dark, #supportbutton.dark, .socialbutton.dark, #greybutton.dark, #sendbutton.dark, #downloadbutton.dark {
  margin: 2px 65px 22px 21px;
  background-color: #333333;
  border: 1px solid #ffffff;
}
#adbutton {
  position: relative !important;
  margin: -118px 22px 23px 22px !important;
  background-color: #333333 !important;
  border: 0px solid #333333 !important;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
}
p a, .postupdate a {
  color: #666666;
  text-decoration: underline;
}
p a.dark, .postupdate a.dark {
  color: #cccccc;
}
.leftbutton, #greybutton {
  float: left;
  margin-right: 22px;
}
.rightbutton, .halfbutton, #sendbutton {
  float: right;
}
.buttonicon {
  display: inline-block;
  width: 11px !important;
  height: 11px !important;
  margin: 0 8px -1px 4px !important;
  border: 0 !important;
  text-decoration: none !important;
}
#supportbutton .buttonicon {
  margin: 2px 6px -1px 0 !important;
}
.post video {
  margin: 0 0 -1px 0 !important;
  background: url("https://zacclarkwebdesign.com/2019/resources/images/icons/loadlogo.gif") repeat-x !important;
  background-position: center calc(50% - 18px) !important;
  background-size: 48px 48px !important;
}
.swiper-container {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  border-width: 0 0 1px 0 !important;
  transition: border 0s;
  -webkit-transition: border 0s;
  -moz-transition: border 0s;
}
.swiper-container.dark {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-width: 0 0 1px 0 !important;
}
.swiper-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  width: 100% !important;
  background: #000000 !important;
  font-size: 18px !important;
  -webkit-box-pack: center !important;
  -moz-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  text-align: center !important;
}
.swiper-slide img, .swiper-slide video {
  bottom: 0 !important;
  overflow: hidden !important;
}
.swiper-slide img {
  margin: -1px 0 0 0 !important;
}
.swiper-button-prev {
  left: 0 !important;
  background: url("https://zacclarkwebdesign.com/2019/resources/images/icons/swiper/leftarrow.svg") no-repeat center !important;
  background-position: left 16px center !important;
}
.swiper-button-next {
  right: 0 !important;
  background: url("https://zacclarkwebdesign.com/2019/resources/images/icons/swiper/rightarrow.svg") no-repeat center !important;
  background-position: right 16px center !important;
}
.swiper-button-prev, .swiper-button-next {
  position: absolute !important;
  top: 21px !important;
  bottom: 0 !important;
  width: 60px !important;
  height: 100% !important;
  color: rgba(0, 0, 0, 0) !important;
  background-size: 26px !important;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  opacity: 1 !important;
  transition: opacity 0.3s ease-in-out !important;
  -webkit-transition: opacity 0.3s ease-in-out !important;
  -moz-transition: opacity 0.3s ease-in-out !important;
}
.swiper-button-prev.hide, .swiper-button-next.hide {
  opacity: 0 !important;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 1 !important;
}
#push, #footer {
  position: relative;
  height: 78px;
}
#footer {
  z-index: 1;
  top: 78px;
  bottom: 0;
  width: 100%;
  margin: 0 0 48px 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
}
#copyright {
  position: relative;
  display: block;
  left: 0;
  right: 0;
  width: 163px;
  margin: 0 auto 19px auto;
  filter: invert(17%) brightness(100%);
  transition: filter 0s;
  -webkit-transition: filter 0s;
  -moz-transition: filter 0s;
}
#copyright.dark {
  filter: invert(100%) brightness(200%);
}
.socialbutton {
  margin: 0 11px 0 11px;
  padding: 3px 11px 2px 7px;
  transition: margin 0s;
  -webkit-transition: margin 0s;
  -moz-transition: margin 0s;
}
.socialbutton.dark {
  margin: -1px 10px 0 10px !important;
}
.socialbutton .buttonicon {
  margin: 2px 8px -1px 4px !important;
}
.ullabel {
  padding: 0 21px 0 21px;
}
.ullabel, ul {
  color: #000000;
  transition: color 0s;
  -webkit-transition: color 0s;
  -moz-transition: color 0s;
}
.ullabel.dark, ul.dark {
  color: #ffffff;
}
.ulbox1 {
  margin: 0 46px 16px 46px;
  padding: 0;
}
.ulbox2, .ulbox3 {
  padding: 0 21px 0 21px;
}
.ulbox3 {
  color: #666666;
}
.subtext {
  padding: 0 21px 16px 21px;
  color: #666666;
}
.ulbox3.dark, .subtext.dark {
  color: #aaaaaa;
}
.inlinesubtext, #helptext {
  display: inline;
  padding: 0;
  color: #666666;
}
.inlinesubtext.dark {
  color: #909090;
}
.ulbox3, .subtext, .inlinesubtext, #helptext {
  transition: color 0s;
  -webkit-transition: color 0s;
  -moz-transition: color 0s;
}
.price {
  position: relative;
  float: left;
  margin: 14px 22px 16px 22px;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}
.price.dark {
  color: #f7f7f7;
}
.price .old {
  display: inline;
  color: #b40000;
  text-decoration: line-through;
}
.purchasebutton {
  height: 22px;
  margin: 1px 66px 23px 14px;
  float: right;
  border: 0px solid #333333;
  border-radius: 14px;
  overflow: hidden;
  image-rendering: crisp-edges;
  cursor: not-allowed;
  transition: margin 0s, border 0s;
  -webkit-transition: margin 0s, border 0s;
  -moz-transition: margin 0s, border 0s;
}
.purchasebutton.dark {
  margin: 0px 65px 22px 13px;
  border: 1px solid #ffffff;
}
.purchasebutton:active {
  outline: none;
}
#infoimg {
  margin: 0 0 -4px 0;
  width: 100%;
  border-bottom: 1px solid #000000;
  overflow: hidden;
}
#infoimg.dark {
  border-bottom: 1px solid #ffffff;
}
.postupdate {
  position: relative;
  width: calc(100% - 44px);
  margin: 0 auto 69px auto;
  padding: 16px 22px 16px 22px;
  color: #000000;
  background-color: #ffffff;
  border: 1px #000000 solid;
  text-align: center;
  transition: color 0s, background-color 0s, border 0s, opacity 1s ease-in-out;
  -webkit-transition: color 0s, background-color 0s, border 0s, opacity 1s ease-in-out;
  -moz-transition: color 0s, background-color 0s, border 0s, opacity 1s ease-in-out;
}
.postupdate.dark {
  color: #ffffff;
  background-color: #333333;
  border: 1px #ffffff solid;
}
#downloadbutton {
  padding: 1px 12px 2px 8px;
}
#downloadbutton .buttonicon {
  margin: 4px 8px -1px 4px !important;
}
.inlinebutton {
  display: inline-block !important;
  margin: 4px 11px 13px 11px !important;
}
.inlinebutton.dark {
  margin: 4px 10px 11px 10px !important;
}
#helptext.dark {
  color: #c8c8c8;
}
label {
  display: block;
  margin: 9px 22px 0 22px;
  color: #000000;
  transition: color 0s;
  -webkit-transition: color 0s;
  -moz-transition: color 0s;
}
label.dark {
  color: #ffffff;
}
select, input[type="text"], input[type="email"], textarea {
  display: block;
  margin: 2px 0 0 0;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: -0.2px;
  line-height: 20px;
  color: #000000;
  background-color: #f7f7f7;
  border: solid 1px #000000;
  border-radius: 0;
  transition: color 0s, background-color 0s, border 0s;
  -webkit-transition: color 0s, background-color 0s, border 0s;
  -moz-transition: color 0s, background-color 0s, border 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
input[type="text"], input[type="email"], textarea {
  transition: color 0s, background-color 0s, border 0s;
  -webkit-transition: color 0s, background-color 0s, border 0s;
  -moz-transition: color 0s, background-color 0s, border 0s;
}
input[type="text"].dark, input[type="email"].dark, textarea.dark {
  color: #ffffff;
  background-color: #333333;
  border: solid 1px #ffffff;
}
select {
  height: 22px;
  width: 100%;
  padding: 0 4px 0 4px;
  background: url("https://zacclarkwebdesign.com/2019/resources/images/icons/down.svg") calc(100% - 2px) / 16px no-repeat #f7f7f7;
  filter: invert(0%) brightness(100%);
  transition: background-color 0s, filter 0s;
  -webkit-transition: background-color 0s, filter 0s;
  -moz-transition: background-color 0s, filter 0s;
}
select.dark {
  background-color: #cbcbcb;
  filter: invert(100%) brightness(100%);
}
#leftform, #rightform {
  position: relative;
  width: calc(50% - 14px);
}
#leftform {
  float: left;
}
#leftform label {
  margin: 9px 0 0 22px;
}
#rightform {
  float: right;
}
#rightform label {
  margin: 9px 28px 0 0;
}
input[type="text"], input[type="email"] {
  width: calc(100% - 2px);
  height: 20px;
  padding: 0 3px 0 3px;
}
textarea {
  resize: none;
  width: calc(100% - 8px);
  padding: 0 3px 0 3px;
}
select:focus, input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  outline: none;
  -webkit-box-shadow: inset 0px 0px 0px 2px #e0e0e0;
  -moz-box-shadow: inset 0px 0px 0px 2px #e0e0e0;
  box-shadow: inset 0px 0px 0px 2px #e0e0e0;
}
select.dark:focus {
  -webkit-box-shadow: inset 0px 0px 0px 2px #aaaaaa;
  -moz-box-shadow: inset 0px 0px 0px 2px #aaaaaa;
  box-shadow: inset 0px 0px 0px 2px #aaaaaa;
}
input[type="text"].dark:focus, input[type="email"].dark:focus, textarea.dark:focus {
  -webkit-box-shadow: inset 0px 0px 0px 2px #585858;
  -moz-box-shadow: inset 0px 0px 0px 2px #585858;
  box-shadow: inset 0px 0px 0px 2px #585858;
}
#greybutton, #sendbutton {
  position: relative;
  top: -1px;
}
#greybutton {
  margin-right: 23px !important;
  background-color: #999999 !important;
  cursor: not-allowed;
}
#greybutton.dark {
  background-color: #414141 !important;
}
.formbutton {
  margin-top: 24px !important;
}
.formbutton.dark {
  margin-top: 23px !important;
}
@media screen and (max-width: 662px) {
  #darktoggle {
    right: 0px;
  }
  #menuitems.hide {
    transform: translateY(66px);
    -webkit-transform: translateY(66px);
    -moz-transform: translateY(66px);
  }
  #menuitems {
    display: flex;
    height: 69px;
    bottom: -4px;
    left: -1px;
    right: -1px;
    width: calc(100% + 1px);
  }
  #menuitems a {
    width: 33%;
    padding: 12px 23px 24px 23px;
    border-width: 4px 1px 0 1px;
    text-align: center;
    transition: background-color 0s, top 0s, color 0s, border 0s;
    -webkit-transition: background-color 0s, top 0s, color 0s, border 0s;
    -moz-transition: background-color 0s, top 0s, color 0s, border 0s;
  }
  #menuitems a.dark {
    border: 1px solid #ffffff;
    border-width: 4px 1px 0 1px;
    transition: background-color 0s, top 0s, color 0s, border 0s;
    -webkit-transition: background-color 0s, top 0s, color 0s, border 0s;
    -moz-transition: background-color 0s, top 0s, color 0s, border 0s;
  }
  #menuitems a:hover, #menuitems a.dark:hover, #menuitems a:active, #menuitems a.dark:active {
    transition: background-color 0s, top 0s, color 0s, border 0s;
    -webkit-transition: background-color 0s, top 0s, color 0s, border 0s;
    -moz-transition: background-color 0s, top 0s, color 0s, border 0s;
  }
  .menuicon {
    width: 24px;
    padding: 0 0 7px 0;
  }
  .menulabel {
    display: block;
  }
  #menuhover {
    display: none;
  }
  #content {
    width: calc(100% - 24px);
  }
  #adbutton {
    margin: -107px 11px 23px 22px !important;
  }
  .halfpost {
    width: calc(50% - 8px);
  }
  .halfbutton {
    float: left;
  }
  .swiper-button-prev, .swiper-button-next {
    transition: opacity 0s !important;
    -webkit-transition: opacity 0s !important;
    -moz-transition: opacity 0s !important;
  }
  .swiper-button-prev.hide, .swiper-button-next.hide {
    opacity: 0 !important;
    transition: opacity 0.3s ease-out !important;
    -webkit-transition: opacity 0.3s ease-out !important;
    -moz-transition: opacity 0.3s ease-out !important;
  }
  #footer {
    margin: 0 0 190px 0;
  }
  #leftform, #rightform {
    width: 100%;
    float: none;
  }
  #leftform label, #rightform label {
    margin: 9px 22px 0 22px;
  }
  input[type="text"], input[type="email"], textarea {
    width: calc(100% - 10px);
    padding: 0 4px 0 4px;
  }
}
