/* CSS Document */
/* Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;600&display=swap");
@font-face {
  font-family: 'HKGrotesk';
  font-weight: normal;
  src: url("fonts/HKGrotesk-Light.woff") format("woff"); }
@font-face {
  font-family: 'HKGrotesk';
  font-weight: bold;
  src: url("./fonts/HKGrotesk-Bold.woff") format("woff"); }
@font-face {
  font-family: 'HKGrotesk';
  font-weight: 500;
  src: url("./fonts/HKGrotesk-Medium.woff") format("woff"); }
/*
@font-face {
font-family: 'Sling';
font-style: normal;
font-weight: normal;
src: local('Sling Light'), url('./fonts/SlingLight.woff') format('woff');
}


@font-face {
font-family: 'Sling';
font-style: normal;
font-weight: bold;
src: local('Sling Bold'), url('./fonts/SlingBold.woff') format('woff');
}

//Quicksand
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600&display=swap');
*/
/* General*/
html {
  overflow-y: scroll; }

.pub_body {
  font-family: 'HKGrotesk', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.15em;
  color: #444; }

.cover_container {
  justify-content: center;
  width: 100%;
  height: 180px;
  background: #441c49;
  background: -webkit-linear-gradient(40deg, #441c49 7%, black 100%);
  background: -o-linear-gradient(40deg, #441c49 7%, black 100%);
  background: linear-gradient(130deg, #441c49 7%, black 100%); }

.cover {
  height: 180px;
  background-image: url("../img/graphical_midi_tools_cover.png");
  background-repeat: no-repeat;
  background-position: 0px 0px; }

@media screen and (min-width: 1140px) {
  .cover {
    height: 180px;
    width: 1140px;
    background-image: url("../img/graphical_midi_tools_cover.png");
    background-repeat: no-repeat; }

  .cover_container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: 100%;
    height: 180px;
    background: #441c49;
    background: -webkit-linear-gradient(40deg, #441c49 7%, black 100%);
    background: -o-linear-gradient(40deg, #441c49 7%, black 100%);
    background: linear-gradient(130deg, #441c49 7%, black 100%); } }
.pub_title {
  font-size: 2em;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  margin-bottom: 20px; }

.pub_subtitle {
  font-size: 1.5em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px; }

h3 {
  font-size: 12;
  font-weight: bold;
  margin-top: 30px; }

p {
  line-height: 1.5em; }

.text {
  line-height: 2em; }

.errorMsg {
  background-color: #F30;
  color: #FFF;
  padding: 20px;
  border: 1px solid #C00;
  margin-bottom: 10px; }

.errorTitle {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.2em;
  color: #FB7500; }

.space_sep {
  height: 20px; }

.price {
  color: #C00;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.5em; }

.text_ul li {
  margin: 10px;
  line-height: 1.5em; }

.notice {
  text-align: center;
  width: 80%;
  margin: 20px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #CCC;
  border-radius: 15px;
  padding: 20px;
  line-height: 1.5em;
  color: #666; }

.bigPrice {
  color: #C00;
  font-weight: bold;
  font-size: 3em; }

.hflex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap; }

.vflex {
  display: flex;
  flex-flow: column; }

.vflexc {
  display: flex;
  flex-flow: column;
  align-items: center; }

.gap20 {
  gap: 20px; }

.ul_checkmarks {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.ul_checkmarks li {
  display: block;
  background-image: url(/img/checkmark.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30px 30px;
  min-height: 30px;
  padding-left: 42px;
  padding-top: 5px;
  margin-bottom: 5px; }

/*Responsive youtube*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.abutton {
  font-family: 'Raleway', sans-serif;
  background-color: #DDDDDD;
  display: block;
  padding: 10px;
  color: #333;
  margin-bottom: 20px;
  border: 1px solid #666666;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  cursor: pointer; }

.abutton:hover {
  background-color: #EEEEEE;
  color: #333;
  text-decoration: none;
  cursor: pointer; }

/* CSS Document */
.grow {
  transition: all .2s ease-in-out; }

.grow:hover {
  transform: scale(1.05); }

.buyBox {
  height: 100%;
  display: flex;
  flex-direction: column; }

.buyBox .header {
  font-weight: bold;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.2em;
  background-color: #333;
  color: #FFF;
  padding: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.buyBox .body {
  background-color: #ECECEC;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column; }

.buyBox .body_desc {
  flex-grow: 1; }

.buyBox .price_cont {
  min-height: 150px;
  margin-bottom: 10px; }

.buyBox .price {
  margin-top: 10px;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-weight: 500;
  text-align: center;
  font-size: 3.8em;
  line-height: 1.3em;
  color: #E84E1B;
  vertical-align: middle; }

.buyBox .free {
  color: #00A651; }

.buyBox .price_cur {
  font-size: 0.3em;
  vertical-align: super;
  font-weight: normal; }

.buyBox .price_dec {
  font-size: 0.4em;
  vertical-align: super; }

.buyBox .period_length {
  font-size: 0.3em;
  line-height: 1em;
  font-weight: normal; }

.buyBox .period_count {
  font-size: 0.3em;
  line-height: 1em;
  font-weight: normal; }

.buyBox li {
  margin-bottom: 10px; }

.buy_button {
  display: block;
  text-decoration: none;
  background-color: #FFDD00;
  color: #111;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  border: 3px solid #FBB040;
  height: 90px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  user-select: none;
  /* Standard */
  -webkit-user-select: none;
  /* Safari/Chrome */ }

.buy_button:hover {
  background-color: #FFEB88;
  color: #111;
  text-decoration: none; }

.feature_title {
  margin-bottom: 20px;
  __border-bottom: 1px solid #CCC;
  font-size: 1.5em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0em;
  margin-bottom: 20px;
  background-color: #EEE;
  padding: 5px;
  padding-left: 10px;
  border-radius: 3px;
  color: #111; }

.feature_img {
  border-radius: 10px;
  _box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.2); }

.sep40 {
  height: 60px; }

.buyBox .upgradeHeader {
  background-color: #442A49; }

/*Navigation bar*/
.nav-bar-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 50px;
  _border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  min-width: 1000px; }

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .nav-menu a {
    color: #FFF; }
  .nav-menu a:hover {
    text-decoration: none; }

.bar-item {
  font-family: 'Fredoka One', cursive;
  font-size: 18px;
  text-decoration: none;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transition: 0.3s ease-in-out;
  color: #FFF;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  user-select: disabled; }

.nav-toggler {
  display: none;
  font-size: 30px;
  text-decoration: none; }

.bar-item:hover {
  border-bottom-color: #FFF; }

.nav-toggler:hover {
  border-bottom: 3px solid transparent; }

.top-social-area {
  display: Flex;
  flex-wrap: nowrap;
  margin-right: 20px;
  margin-left: 20px; }

.top-social-area a {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  padding: 10px; }

@media (max-width: 768px) {
  .nav-bar-container {
    min-width: 0px; }

  .nav-toggler {
    display: block; }

  .nav-menu {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    min-width: 0px;
    height: 100%;
    /* 100% Full-height */
    width: 360px;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    left: -360px;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidebar */
    border-right: 1px solid rgba(200, 200, 200, 0.5);
    -webkit-box-shadow: 2px 5px 9px 0px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 2px 5px 9px 0px rgba(0, 0, 0, 0.47);
    box-shadow: 2px 5px 9px 0px rgba(0, 0, 0, 0.47); }
    .nav-menu .top-social-area
    a {
      display: inline-block;
      padding: 8px; }
    .nav-menu a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      color: #FFF;
      display: block;
      transition: 0.3s; } }
/* CSS Document */
footer a {
  color: #666; }
footer a:hover {
  color: #888; }
footer ul {
  list-style-type: none; }
footer .copyright {
  text-align: center; }

.footer-area {
  margin-top: 140px;
  background-color: #DEDEDE; }

.footer-inner {
  padding-top: 45px;
  padding-bottom: 45px; }

.footer-title {
  letter-spacing: 0.2em;
  font-size: 1.5em;
  margin-bottom: 20px;
  color: #999; }

.footer-widget li {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.8;
  border-bottom: 1px solid #CCC; }

.footer-widget a {
  text-decoration: none; }

.footer-widget a:hover {
  color: #777; }

.footer-social-info {
  display: flex; }
  .footer-social-info a {
    display: flex;
    align-items: center;
    color: #ffffff;
    margin: 10px;
    background-color: #999;
    width: 32px;
    height: 32px;
    border-radius: 25%;
    justify-content: center;
    transition: background-color  0.4s; }
  .footer-social-info .facebook:hover {
    background-color: #4c60ac; }
  .footer-social-info .twitter:hover {
    background-color: #00bae3; }
  .footer-social-info .instagram:hover {
    background-color: #0085d7; }
  .footer-social-info .soundcloud:hover {
    background-color: #f50; }
  .footer-social-info .youtube:hover {
    background-color: #e20000; }
  .footer-social-info i {
    line-height: 40px; }

.footer-brand {
  display: block;
  width: 240px;
  margin-bottom: 30px; }

.footer-social-info {
  display: flex; }
  .footer-social-info a {
    display: flex;
    align-items: center;
    color: #DEDEDE;
    margin: 10px;
    background-color: #999;
    width: 32px;
    height: 32px;
    border-radius: 25%;
    justify-content: center;
    transition: background-color  0.4s; }
  .footer-social-info .facebook:hover {
    background-color: #4c60ac;
    color: #FFF; }
  .footer-social-info .twitter:hover {
    background-color: #00bae3;
    color: #FFF; }
  .footer-social-info .instagram:hover {
    background-color: #0085d7;
    color: #FFF; }
  .footer-social-info .soundcloud:hover {
    background-color: #f50;
    color: #FFF; }
  .footer-social-info .youtube:hover {
    background-color: #e20000;
    color: #FFF; }
  .footer-social-info i {
    line-height: 40px; }

.footer-brand {
  display: block;
  width: 240px;
  margin-bottom: 30px; }

.footer-trademarks {
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  color: #999;
  padding: 15px;
  background-color: #333333; }

/* CSS Document */
.az_body {
  background-color: #E8E8E8;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0; }

.az_main_container {
  padding-top: 100px; }

.az_cover_container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  position: fixed;
  width: 100%;
  height: 65px;
  background: #441c49;
  background: -webkit-linear-gradient(40deg, #441c49 7%, black 100%);
  background: -o-linear-gradient(40deg, #441c49 7%, black 100%);
  background: linear-gradient(130deg, #441c49 7%, black 100%);
  -webkit-box-shadow: 3px 2px 14px 2px rgba(0, 0, 0, 0.46);
  box-shadow: 3px 2px 14px 2px rgba(0, 0, 0, 0.46); }

.az_cover_logo {
  height: 65px;
  width: 790px;
  background-image: url("/img/my_account_cover.png");
  background-repeat: no-repeat;
  flex-grow: 1; }

.az_cover_name_avatar {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  display: flex;
  align-items: center;
  min-width: 200px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 2px;
  user-select: none;
  color: #FFF; }

.az_cover_name_avatar:hover {
  background-color: #F0F0F0;
  cursor: pointer;
  color: #333; }

.az_avatar_name {
  padding-left: 10px; }

#mainMenu {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  background-color: #FFF;
  width: 300px;
  _height: 300px;
  position: absolute;
  top: 65px;
  right: 0px;
  box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.56);
  border: 1px solid #CCC;
  text-align: left;
  display: none;
  border-radius: 3px; }

.mainMenuItem {
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  text-decoration: none;
  color: #333; }

.mainMenuItem:hover {
  background-color: #669;
  color: #FFF;
  cursor: pointer; }

.mainMenuSep {
  height: 1px;
  background-color: #CCC; }

.mainMenuHeader {
  padding: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  color: #666;
  background-color: #F0F0F0; }

.mainMenuHeaderName {
  font-size: 14px;
  line-height: 120%;
  font-weight: bold; }

.mainMenuHeaderEmail {
  font-size: 12px;
  line-height: 150%; }

.az_main_title {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 40px;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  color: #333; }

.az_title {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #AAA solid;
  margin-bottom: 20px;
  color: #333; }

.product_item {
  display: flex;
  flex-flow: row nowrap;
  gap: 12px;
  background-color: #FFF;
  padding: 20px;
  box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px; }

.product_item_title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px; }

.new_release {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #BB2121; }

.activation_code {
  padding: 20px;
  text-align: center;
  font-size: 1.4em;
  background-color: #FFFFFF;
  border: 1px solid #333;
  border-radius: 10px;
  margin-left: 20%;
  margin-right: 20%; }

.licenseKey {
  display: block;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif';
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #F8D8D8;
  padding: 2px;
  border-radius: 5px;
  border: 1px solid #F00; }

.fee_period_notice {
  display: block;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 10px;
  width: 80%;
  margin-top: 20px; }

/* CSS Document */
input[type=text] {
  font-family: 'Raleway', sans-serif;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 5px;
  width: 300px; }

input[type=submit], button {
  font-family: 'Raleway', sans-serif;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: #CCC; }

input[type=submit]:hover, button:hover {
  background-color: #FDFDFD; }

.tableForm td {
  vertical-align: top;
  padding-bottom: 30px;
  padding-right: 20px; }

.formTip {
  font-size: 0.9em; }

.formCont {
  border: 1px solid #CCC;
  padding: 20px;
  border-radius: 10px; }

/* CSS Download */
.installerDownload {
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 20px;
  text-align: center; }
  .installerDownload .platformLogo {
    width: 100px;
    margin: 20px; }

.platformLogoButton {
  width: 30px;
  margin: 5px; }

/* CSS Document */
.checkmark_unchecked {
  display: block;
  border-radius: 5px;
  height: 25px;
  width: 25px;
  border: 2px solid #333;
  cursor: pointer; }

.checkmark_unchecked:hover {
  background-color: #E5E5E5; }

.checkmark_checked {
  display: block;
  border-radius: 5px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  background-color: #662483;
  border: 2px solid #662483;
  background-image: url("/img/checkbox_tick.svg");
  background-size: 25px 25px;
  background-repeat: no-repeat; }

#cbEula {
  display: none; }

.eulaLabel {
  display: flex;
  flex-flow: row no-wrap;
  gap: 10px;
  align-items: center;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  user-select: none; }

.testimonial-quote {
  font-size: 16px;
  margin-top: 40px; }

.testimonial-quote blockquote {
  /* Negate theme styles */
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  color: gray;
  font-family: Georgia, serif;
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.4 !important;
  margin: 0;
  position: relative;
  text-shadow: 0 1px white;
  z-index: 600; }

.testimonial-quote blockquote * {
  box-sizing: border-box; }

.testimonial-quote blockquote p {
  color: #75808a;
  line-height: 1.4 !important; }

.testimonial-quote blockquote p:first-child:before {
  content: '\201C';
  color: #81bedb;
  font-size: 7.5em;
  font-weight: 700;
  opacity: .3;
  position: absolute;
  top: -.4em;
  left: -.2em;
  text-shadow: none;
  z-index: -300; }

.testimonial-quote img {
  border: 3px solid #9CC1D3;
  border-radius: 50%;
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: -.2em;
  left: 0; }

.testimonial-quote cite {
  color: gray;
  display: block;
  font-size: .8em;
  font-style: normal; }

.testimonial-quote cite span {
  color: #5e5e5e;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px white; }

.testimonial-quote {
  position: relative; }

.testimonial-quote .quote-container {
  padding-left: 160px; }

.testimonial-quote.right .quote-container {
  padding-left: 0;
  padding-right: 160px; }

.testimonial-quote.right img {
  left: auto;
  right: 0; }

.testimonial-quote.right cite {
  text-align: right; }
