/* DARIO EDITS */
/* hotspot editor fix */
.hotspot-example {
  position: relative;
  top: 5px;
}
/* HIDE/SHOW DOWNLOAD BUTTONS BASED ON WINDOWS SIZE */
/* Hide "disabled" button by default */
#buystrip button.mobile,
#buybox button.mobile {
  display: none;
  visibility: hidden;
}
/* Hide Download buttons on mobile */
@media all and (max-width: 760px) {
  #linux-popup {
    display: none;
  }
  #buystrip .download-box,
  #buybox .download-box {
    display: none;
  }
  /* show "inactive" download button on mobile */
  #buystrip button.mobile,
  #buybox button.mobile {
    display: block;
    visibility: visible;
  }
  #buystrip .price-box {
    margin-top: 25px !important;
  }
  #buystrip:after {
    height: 160px !important;
  }
}
/* LINUX INFO */
/* show/highlight info about Linux versions on top (buystrip) of product pages when hovering the info icon next to the Linux download button */
/* BUYSTRIP AREA POP-UP */
/* pop-up positioning */
#linux-popup {
  width: 500px !important;
  margin-left: -10px;
  margin-bottom: -500px !important;
  font-size: 16px;
}
/* make pop-up invisible and set transition */
#linux-popup.linux-info-hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* show pop-up when hovering the info button or the pop-up itself (when visible)*/
#linux-popup.linux-info-visible,
#linux-popup:hover {
  visibility: visible;
  opacity: 1;
}
/* pop-up styling */
#linux-popup .linux-info-content {
  text-align: justify !important;
  background: rgba(33, 33, 33, 0.86);
  border: 1px solid #333;
  color: #FFF;
}
#linux-popup .linux-info-content a {
  color: #87b0da !important;
}
#linux-popup .linux-info-content a:hover {
  color: #e7c160 !important;
}
/* responsive fixes for popup */
@media all and (max-width: 1465px) {
  #linux-popup {
    width: 360px !important;
    font-size: 15px;
  }
}
@media all and (max-width: 980px) {
  #linux-popup {
    width: 240px !important;
    font-size: 14px;
    margin-right: -150px;
  }
}
#requirements img {
  float: left;
  padding-right: 14px;
  padding-bottom: 5px;
}
#requirements ul {
  list-style-position: outside;
  line-height: 1.1em;
  margin: 0 0 0 20px;
  padding: 0;
}
#requirements img[alt=Link] {
  float: none !important;
}
.feathid {
  display: none;
}
/*-------------------------------------------------*/
/* BREAK POINT */
/*-------------------------------------------------*/
/* SMALLEST */
/* @media all and (min-width: 400px) { */
/* SPLASH
--------------------*/
/* container for splash area */
#splash-prod {
  position: relative;
  margin-bottom: -7px;
}
/* the background image for the splash container */
#splash-prod img.splash-prod-back {
  width: 100%;
}
/* the text section inside the splash elements */
.splash-prod-intro {
  position: static;
  display: block;
  text-align: left;
  margin: -10px 0 7px 0;
  background: #000000;
}
/* product logo sizing */
.splash-prod-intro .splash-prod-logo {
  width: 80%;
  padding-top: 20px;
  display: block;
}
.splash-prod-intro h1 {
  font-size: 1.6em;
  font-weight: 800;
  margin: 0;
  padding: 0;
  letter-spacing: 0.06em;
  color: #ffffff;
}
/* UPPER BUY BOX
--------------------*/
#buystrip {
  background: #101010;
  position: relative;
  height: 50px;
  z-index: 1;
  padding: 0 14px;
}
#buystrip:after {
  background: inherit;
  bottom: 0;
  top: 10px;
  content: '';
  display: block;
  height: 230px;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(2deg);
  transform-origin: 0;
  z-index: -1;
}
#buystrip div:nth-of-type(1) {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
#buystrip div:nth-of-type(2) {
  width: 100%;
}
#buystrip div:nth-of-type(3) {
  width: 100%;
}
#buystrip .price {
  font-size: 3em;
  font-weight: 600;
  line-height: 1em;
  padding: 0;
  margin: 0;
}
#buystrip .tax {
  display: inline;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 0.9em;
  padding: 0;
  margin: 0;
}
.price-bundle {
  font-size: 3em;
  font-weight: 700;
  text-align: center;
}
/* STARMAP AND FEATURES
--------------------*/
/* container for starmap */
#starmap {
  text-align: center;
}
.product-intro {
  font-size: 1.3em;
  font-weight: 300;
  padding: 0;
  margin: 0 0 10px 0;
}
/* starmap headline */
.star1 {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  padding-top: 50px;
  display: inline-block;
}
.star1 h1.subtitle {
  margin: 10px 0 0 0;
  padding: 0;
}
.star1 h3.head1 {
  margin: 0;
  padding: 0;
}
/* starmap image */
.star2 {
  position: relative;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
}
/* feature list on product page */
.feature-list ul {
  margin: 0;
  padding: 0 0 0 15px;
}
.feature-list ul li {
  margin-bottom: 5px;
}
/* new feature highlight */
.feature-new {
  background: #fff1cd;
  padding: 5px;
  font-style: italic;
  font-weight: 600;
  font-size: 0.8em;
}
/* TAB SWITCHES
--------------------*/
/* for av section */
.tabswitch-av {
  font-family: canada-type-gibson;
  margin-bottom: 30px;
  list-style-type: none;
  text-align: center;
  padding: 0;
}
ul.tabswitch-av li,
ul.tabswitch li {
  display: inline-block;
  padding: 0;
  margin: 15px 0 15px 0;
  font-weight: 500;
  font-size: 1.1em;
  letter-spacing: 0.01em;
}
ul.tabswitch-av li:last-of-type,
ul.tabswitch li:last-of-type {
  margin-right: 0;
}
ul.tabswitch-av li {
  padding: 7px 7px 6px 7px;
  border: 1px solid #8f98a0;
  color: #656b71;
  border-radius: 3px;
}
ul.tabswitch-av li:hover {
  border: 1px solid #43484b;
  background: #fbfbfc;
  color: #43484b;
}
.tabswitch-av .trigger-active {
  color: #101212;
  background: #eef0f2;
  border: 1px solid #43484b;
}
/* for body content */
.tabswitch {
  font-family: canada-type-gibson;
  margin-bottom: 40px;
  list-style-type: none;
  padding: 0;
}
ul.tabswitch li {
  padding: 7px 7px 6px 7px;
  border: 1px solid #97a1a9;
  border-radius: 3px;
  color: #97a1a9;
}
ul.tabswitch li:hover {
  color: #43484b;
  border: 1px solid #43484b;
  text-decoration: none;
  background: #fdf5e0;
}
ul.tabswitch li.trigger-active {
  color: #43484b;
  background: #fdf5e0;
  border: 1px solid #dab65b;
}
/* TAB SWITCH FOR MULTIPLE PRODUCT (e.g. Repro-1/5) */
.product-switcher-container {
  font-family: canada-type-gibson;
}
.product-switcher {
  background: #aebac5;
  height: 2px;
  position: relative;
  top: 15px;
}
.product-switcher ul {
  padding: 0;
  position: relative;
  bottom: 20px;
  z-index: 2;
}
.product-switcher li {
  padding: 5px;
  background: #d4d9de;
  width: 115px;
  font-size: 20px;
  color: #aab2ba;
  display: inline-block;
  transition: background 0.12s ease-in-out;
  -moz-transition: background 0.18s ease-in-out;
  -webkit-transition: background 0.18s ease-in-out;
  border: 2px solid #aebac5;
  border-radius: 5px;
}
.product-switcher li.trigger-active,
.product-switcher li.trigger-active:hover {
  background: #eef0f2;
  color: #101212;
}
.product-switcher li:hover {
  background: #e7eaec;
}
/* AUDIO DEMOS
--------------------*/
.avplayer-grid {
  width: 100%;
}
.avplayer-grid > div {
  margin-bottom: 20px;
  display: block;
}
.avplayer-grid [class*='w-'] {
  width: 100%;
}
.avplayer-grid h4,
.avplayer2 h4 {
  background: #f6f8f8;
  font-size: 1.1em;
  font-weight: 700;
  margin: 0;
  padding: 10px;
}
.avplayer-grid h5,
avplayer2 h5 {
  font-size: 1.1em;
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
}
.avplayer-grid p,
avplayer2 p {
  font-size: 0.95em;
  line-height: 1.3em;
  font-weight: 400;
  padding: 0;
  margin: 10px 0 0 0;
}
.audio-example h4 {
  margin-bottom: 0;
  padding: 0;
  font-size: 1em;
}
.audio-example p {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}
.avclose {
  font-family: canada-type-gibson;
  font-weight: 300;
  font-size: 0.8em;
  letter-spacing: 0.04em;
  text-align: right;
  margin-top: 0;
  padding-top: 0;
}
/* FEATURE VIDEO
--------------------*/
#feat-vid {
  color: #615128;
  position: relative;
  top: 0;
}
#feat-vid h3 {
  font-size: 2em;
  font-style: italic;
  font-weight: 200;
  margin: 0;
  padding: 0;
}
#feat-vid #fvid-img {
  position: absolute;
  text-align: center;
  bottom: -7px;
  right: 20px;
}
/* PROOF SECTION
--------------------*/
/* social proof section */
.proof {
  text-align: center;
  color: #f6f8f8;
  -webkit-box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.32);
  -moz-box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.32);
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.32);
}
/* styling proof quote */
.proof .proof-quote {
  font-size: 1.5em;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 400;
}
/* styling proof author */
.proof .proof-auth {
  text-transform: lowercase;
  font-variant: small-caps;
  font-weight: 700;
  font-size: 1.1em;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 1.1em;
}
/* AWARD CAPTION WHEN THERE ARE NO STARS */
.proof-caption {
  color: #e8c257;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}
.proof .proof-score {
  color: #e7c160;
  font-weight: 600;
}
.proof-auth a,
.proof-auth a:visited {
  color: #FFF;
}
.proof-auth a:hover {
  color: #87262e;
}
/* TABLES
--------------------*/
/* comparison table */
#compare {
  display: table;
  border-collapse: collapse;
  width: 85%;
  margin: auto;
}
#compare .compare-row {
  display: table-row;
}
.compare-row:first-of-type {
  font-weight: 700;
  border-bottom: 1px solid #43484b;
}
.compare-row:nth-child(n+2) {
  border-bottom: 1px dashed #b5bec6;
}
.compare-row > div {
  display: table-cell;
  padding: 8px 8px;
}
.compare-row > div:first-of-type {
  font-weight: 600;
  padding-right: 20px;
  text-align: right;
}
/* BIG BUY BOX
--------------------*/
#buybox {
  border-bottom: 2px solid #c2cad0;
  /*border-radius:0;*/
  position: relative;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
#buybox-logo {
  position: relative;
  top: -10px;
}
/* price */
#buybox .price {
  font-weight: 600;
  font-size: 4em;
  line-height: 0.9em;
  text-align: center;
  padding: 0;
  margin: 0;
}
#buybox .tax {
  font-size: 0.8em;
  font-weight: 400;
  line-height: 0.05em;
  color: #54595e;
  text-align: center;
  padding: 15px;
  margin: 0;
}
/* demo restriction + release text */
#buybox .buy-details {
  font-size: 1em;
  line-height: 1.2em;
}
ul.demo-os {
  font-family: canada-type-gibson;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.demo-os li {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  font-weight: 500;
  font-size: 0.75em;
  letter-spacing: 0.01em;
}
ul.demo-os li a {
  padding: 2px 0 2px 0;
}
.demo-os li a:link {
  color: #868f96;
  text-decoration: none;
}
.demo-os li a:visited {
  color: #868f96;
  text-decoration: none;
}
.demo-os li a:hover {
  color: #e7c160;
  text-decoration: none;
}
.demo-os .active a:link {
  color: #31373d;
  background: #c8e7f6;
  font-weight: 600;
}
/* adds vertical spacing for requirements divs at small sizes */
#requirements div {
  margin: 20px 0;
}
/* SOUNDSET TEASERS
--------------------*/
/* styling soundset teaser boxes */
.sndset-tease {
  text-align: center;
  position: relative;
}
.sndset-tease img {
  width: 100%;
}
.sndset-tease div {
  position: absolute;
  top: 40px;
  width: 100%;
  text-align: center;
}
.sndset-tease h3 {
  font-size: 1.7em;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0;
  margin: 0;
}
.sndset-tease p {
  font-size: 1em;
  margin: 5px 0 15px 0;
  padding: 0;
}
.presetlist {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #e5e8eb;
}
.presetlist ul {
  list-style-position: outside;
  list-style: none;
  font-size: 1em;
  line-height: 1em;
  padding: 0;
}
/* RELEASE NOTES
--------------------*/
.releasenote {
  margin: 0 0 40px 0;
  padding: 0;
}
.rn-date {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-bottom: 10px;
}
.rn-date p {
  display: inline-block;
  font-size: 0.9em;
  font-weight: 500;
  background: #a5cf4c;
  color: #ffffff;
  padding: 5px 8px;
  margin: 0;
  border-radius: 2px;
  text-align: left;
}
.rn-info {
  display: inline-block;
  vertical-align: top;
}
.rn-info h3 {
  margin: 0;
  padding: 0;
  font-size: 1.4em;
}
.rn-info ul {
  margin-top: 0;
}
.rn-info p {
  margin-bottom: 5px;
}
.doublepromo .w50p {
  width: 100%;
}
/* ZEBRA2 PAGE SPECIFIC STYLING */
#zebrapromos > div {
  position: relative;
  vertical-align: top;
  background: #000000;
}
#zebrapromos > div > div {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px;
}
#zebrapromos > div:nth-of-type(1) {
  height: 340px;
}
#zebrapromos > div:nth-of-type(2) {
  height: 270px;
}
#zebrapromos .head1 {
  font-size: 1.6em;
  font-weight: 300;
}
/* } */
/*-------------------------------------------------*/
/* BREAK POINT */
/*-------------------------------------------------*/
/* SMALL */
@media all and (min-width: 550px) {
  /* SPLASH ELEMENT
		--------------------*/
  /* container for splash area */
  #splash-prod {
    position: relative;
  }
  /* the background image for the splash container */
  #splash-prod img.splash-prod-back {
    width: 100%;
  }
  /* the text section inside the splash elements */
  .splash-prod-intro {
    background: none;
    position: absolute;
    margin: 0;
    top: 15px;
    text-align: left;
  }
  /* product logo sizing */
  .splash-prod-intro .splash-prod-logo {
    width: 35%;
    padding-top: 0;
  }
  .splash-prod-intro h1 {
    font-size: 2em;
  }
  /* UPPER BUY BOX
		--------------------*/
  #buystrip {
    background: #101010;
    position: relative;
    height: 50px;
    z-index: 1;
    padding: 0 14px;
  }
  #buystrip:after {
    background: inherit;
    bottom: 0;
    top: 10px;
    content: '';
    display: block;
    height: 200px;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(2deg);
    transform-origin: 0;
    z-index: -1;
  }
  #buystrip div:nth-of-type(1) {
    text-align: center;
    margin-top: 5px;
  }
  #buystrip div:nth-of-type(2) {
    width: 100%;
  }
  #buystrip div:nth-of-type(3) {
    width: 100%;
  }
  #buystrip .price {
    font-size: 3em;
    font-weight: 600;
    line-height: 1em;
    padding: 0;
    margin: 0;
  }
  #buystrip .tax {
    display: inline;
    font-size: 0.8em;
    font-weight: 500;
    line-height: 0.9em;
    padding: 0;
    margin: 0;
  }
  .price-bundle {
    font-size: 3em;
    font-weight: 700;
    text-align: center;
  }
  /* TAB SWITCHES
		--------------------*/
  ul.tabswitch-av li,
  ul.tabswitch li {
    display: inline-block;
    margin: 0 15px 15px 0;
    font-size: 0.9em;
  }
  /* PROOF SECTION
		--------------------*/
  /* styling proof quote */
  .proof .proof-quote {
    font-size: 1.4em;
    line-height: 1.1em;
  }
  /* styling proof author */
  .proof .proof-auth {
    font-weight: 700;
    font-size: 1.1em;
  }
  /* BIG BUY BOX
		--------------------*/
  #buybox-logo {
    position: relative;
    top: -10px;
    width: 75%;
  }
  /* SOUNDSET TEASERS
		--------------------*/
  /* styling soundset teaser boxes */
  .sndset-tease div {
    top: 60px;
  }
  .sndset-tease h3 {
    font-size: 2.1em;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0;
    margin: 0;
  }
  .sndset-tease p {
    font-size: 1.5em;
    margin: 5px 0 15px 0;
    padding: 0;
  }
  /* ZEBRA2 PAGE SPECIFIC STYLING */
  #zebrapromos > div:nth-of-type(1) {
    height: inherit;
  }
  #zebrapromos > div:nth-of-type(2) {
    height: inherit;
  }
}
/*-------------------------------------------------*/
/* BREAK POINT */
/*-------------------------------------------------*/
/* MEDIUM */
@media all and (min-width: 760px) {
  /* SPLASH ELEMENT
	--------------------*/
  /* the text section inside the splash elements */
  .splash-prod-intro {
    top: 40px;
  }
  /* product logo sizing */
  .splash-prod-intro .splash-prod-logo {
    width: 40%;
  }
  .splash-prod-intro h1 {
    font-size: 2.3em;
  }
  /* UPPER BUY BOX
	--------------------*/
  #buystrip {
    background: #101010;
    position: relative;
    height: 50px;
    z-index: 1;
    padding: 0 54px;
  }
  #buystrip:after {
    background: inherit;
    bottom: 0;
    top: 10px;
    content: '';
    display: block;
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(2deg);
    transform-origin: 0;
    z-index: -1;
  }
  #buystrip div.price-box {
    width: inherit;
    margin: 0;
  }
  #buystrip div.add-to-cart {
    margin-left: 20px;
    width: inherit;
  }
  #buystrip div.download-box {
    margin-left: 10px;
    width: inherit;
  }
  #buystrip .price {
    font-size: 3em;
    font-weight: 600;
    line-height: 1em;
    padding: 0;
    margin: 0;
  }
  #buystrip .tax {
    display: block;
    font-size: 0.8em;
    font-weight: 500;
    line-height: 0.9em;
    padding: 0;
    margin: 0;
  }
  /* STARMAP AND FEATURES
	--------------------*/
  /* starmap image */
  .star2 {
    top: 50px;
  }
  /* TAB SWITCHES
	--------------------*/
  /* for av section */
  .tabswitch {
    margin-bottom: 20px;
  }
  /* AUDIO DEMOS
	--------------------*/
  .avplayer-grid > div {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
  }
  .avplayer-grid > div:nth-child(3n+2) {
    margin-left: 35px;
    margin-right: 35px;
  }
  .avplayer-grid > div:nth-child(3n+4) {
    clear: left;
  }
  .avplayer-grid h4,
  .avplayer2 h4 {
    background: #f6f8f8;
    font-size: 0.9em;
    font-weight: 700;
    margin: 0;
    padding: 10px;
  }
  .avplayer-grid h5,
  .avplayer2 h5 {
    font-size: 0.9em;
    font-weight: 700;
    margin: 10px 0;
    padding: 0;
  }
  .avplayer-grid p,
  .avplayer2 p {
    font-size: 0.8em;
    line-height: 1.3em;
    font-weight: 600;
    padding: 0;
    margin: 10px 0 0 0;
  }
  /* TABLES
	--------------------*/
  .compare-row > div:first-of-type {
    padding-right: 40px;
  }
  /* PROOF SECTION
	--------------------*/
  /* styling proof quote */
  .proof .proof-quote {
    font-size: 1.3em;
    line-height: 1.2em;
  }
  /* styling proof author */
  .proof .proof-auth {
    font-weight: 600;
  }
  /* BIG BUY BOX
	--------------------*/
  #buybox {
    border: 2px solid #c2cad0;
    border-radius: 5px;
    position: relative;
    padding-bottom: 30px;
  }
  #buybox-logo {
    position: relative;
    top: -35px;
    width: 100%;
  }
  /* price */
  #buybox .price {
    font-weight: 600;
    font-size: 2.1em;
    line-height: 1.6em;
    text-align: left;
  }
  #buybox .tax {
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1em;
    color: #54595e;
    text-align: left;
  }
  /* demo restriction + release text */
  #buybox .buy-details {
    font-size: 0.9em;
    line-height: 1.2em;
  }
  ul.demo-os li {
    font-size: 0.8em;
  }
  /* removes vertical spacing for requirements divs */
  #requirements div {
    margin: 0;
  }
  /* SOUNDSET TEASERS
	--------------------*/
  /* styling soundset teaser boxes */
  .sndset-tease div {
    top: 15px;
  }
  .sndset-tease h3 {
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .sndset-tease p {
    font-size: 1em;
    margin: 5px 0 5px 0;
    padding: 0;
  }
  .presetlist ul {
    font-size: 0.9em;
  }
  /* RELEASE NOTES
	--------------------*/
  .rn-date {
    text-align: right;
    margin-bottom: 0;
  }
  .rn-date p {
    text-align: right;
  }
  .doublepromo .w50p {
    width: 50%;
  }
}
/*-------------------------------------------------*/
/* BREAK POINT */
/*-------------------------------------------------*/
/* LARGE */
@media all and (min-width: 980px) {
  /* SPLASH ELEMENT
	--------------------*/
  /* container for splash area */
  #splash-prod {
    margin-bottom: -8px;
  }
  /* UPPER BUY BOX
	--------------------*/
  #buystrip {
    background: #101010;
    position: relative;
    height: 50px;
    z-index: 1;
    padding: 0 70px;
  }
  #buystrip:after {
    background: inherit;
    bottom: 0;
    top: 10px;
    content: '';
    display: block;
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(2deg);
    transform-origin: 0;
    z-index: -1;
  }
  #buystrip .price {
    font-size: 3em;
    font-weight: 600;
    line-height: 1em;
    padding: 0;
    margin: 0;
  }
  #buystrip .tax {
    font-size: 0.8em;
    font-weight: 500;
    line-height: 0.9em;
    padding: 0;
    margin: 0;
  }
  /* TAB SWITCHES
	--------------------*/
  /* AUDIO DEMOS
	--------------------*/
  .avplayer-grid > div:nth-child(3n+2) {
    margin-left: 49px;
    margin-right: 49px;
  }
  /* PROOF SECTION
	--------------------*/
  /* styling proof quote */
  .proof .proof-quote {
    font-size: 1.3em;
    line-height: 1.2em;
  }
  /* styling proof author */
  .proof .proof-auth {
    font-size: 1em;
  }
  /* BIG BUY BOX
	--------------------*/
  #buybox {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  #buybox-logo {
    top: -40px;
  }
  /* price */
  #buybox .price {
    font-weight: 600;
    font-size: 2.6em;
    line-height: 1.3em;
    text-align: left;
  }
  /* SOUNDSET TEASERS
	--------------------*/
  /* styling soundset teaser boxes */
  .sndset-tease {
    text-align: center;
    position: relative;
  }
  .sndset-tease img {
    width: 100%;
  }
  .sndset-tease div {
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: center;
  }
  .sndset-tease h3 {
    font-size: 1.7em;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0;
    margin: 0;
  }
  .sndset-tease p {
    font-size: 1em;
    margin: 5px 0 15px 0;
    padding: 0;
  }
}
/*-------------------------------------------------*/
/* BREAK POINT */
/*-------------------------------------------------*/
/* XLARGE */
@media all and (min-width: 1465px) {
  /* UPPER BUY BOX
	--------------------*/
  #buystrip {
    background: #101010;
    position: relative;
    height: 90px;
    z-index: 1;
    padding: 0 105px;
  }
  #buystrip:after {
    background: inherit;
    bottom: 0;
    top: 20px;
    content: '';
    display: block;
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(2deg);
    transform-origin: 0;
    z-index: -1;
  }
  /* STARMAP AND FEATURES
	--------------------*/
  /* container for starmap */
  .product-intro {
    font-size: 1.5em;
    text-align: justify;
  }
  /* TAB SWITCHES
	--------------------*/
  ul.tabswitch-av li,
  ul.tabswitch li {
    margin: 0 25px 0 0;
    font-size: 0.95em;
  }
  ul.tabswitch-av li a,
  ul.tabswitch li a {
    padding: 11px 11px 10px 11px;
  }
  /* AUDIO DEMOS
	--------------------*/
  .avplayer-grid > div {
    margin-bottom: 30px;
  }
  .avplayer-grid > div:nth-child(3n+2) {
    margin-left: 67px;
    margin-right: 67px;
  }
  .avplayer-grid h4,
  .avplayer2 h4 {
    font-size: 1em;
  }
  .avplayer-grid h5,
  .avplayer2 h5 {
    font-size: 1em;
  }
  .avplayer-grid p,
  .avplayer2 p {
    font-size: 0.95em;
    margin: 15px 0 0 0;
  }
  /* PROOF SECTION
	--------------------*/
  /* styling proof author */
  .proof .proof-auth {
    font-size: 1.1em;
  }
  /* BIG BUY BOX
	--------------------*/
  #buybox {
    margin-top: 120px;
    padding-bottom: 40px;
  }
  #buybox-logo {
    position: relative;
    top: -65px;
  }
  /* demo restriction + release text */
  #buybox .buy-details {
    font-size: 1.1em;
    line-height: 1.3em;
  }
  /* price */
  #buybox .price {
    font-weight: 600;
    font-size: 3.6em;
    line-height: 1em;
    text-align: left;
  }
  /* SOUNDSET TEASERS
	--------------------*/
  /* styling soundset teaser boxes */
  .sndset-tease div {
    top: 60px;
  }
  .sndset-tease h3 {
    font-size: 2.4em;
    font-weight: 500;
    letter-spacing: 0.03em;
  }
  .sndset-tease p {
    font-size: 1.3em;
  }
  .presetlist ul {
    font-size: 1.1em;
    line-height: 1.1em;
  }
}
