/* youtube popup */
.mfp-bg {
  background: black;
  opacity: 0.9;
  z-index: 20;
}
.mfp-wrap {

}
#inappvideo-pop {
  background: #161616;
  height: auto;
  width: 100%;
  color: #d8d8d8;
  margin:auto;
  max-width: 900px;
  position: relative;
  z-index: 25;
}
.youtube-container {
  background: black;
}
.youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    cursor: pointer;
    background-position: top left;
    background-size: cover;
    z-index: 30;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 40;
}
.mfp-close{display: none !important;}
.pop-close {
  padding-top: 15px;
  color: #a5a5a5;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.pop-close i {
  font-size: 18px;
}
img.ajaxload {
  display: block;
  width: 50px;
  margin:auto;
  margin: 0;
    position: absolute;
    z-index: 40;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#inappvideo-pop {
    width: 95%;
    max-width: 1000px;
    max-width: 120vh;
}

/* 
  text animations 
*/
.focus-in-expand {
  -webkit-animation: focus-in-expand 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: focus-in-expand 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.tracking-in-contract {
  -webkit-animation: tracking-in-contract 2.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
          animation: tracking-in-contract 2.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 0.5em;
    -webkit-transform: translateZ(100px);
            transform: translateZ(100px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 0.5em;
    -webkit-transform: translateZ(100px);
            transform: translateZ(100px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-400px);
            transform: translateZ(-400px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-400px);
            transform: translateZ(-400px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

.presentationlist-iconholder {
  display: block;
  box-sizing: border-box;
  text-align: center;

}
.presentationlist-icon {
    height: 60px;
    width: 60px;
    display: block;
    border-radius: 50%;
    border: 3px solid #cecece;
    box-sizing: border-box;
    text-align: center;
    opacity: 0.8;
    margin-top:35px;
    margin-left: auto;
    margin-right: auto;
}
.presentationlist-icon img {
     width: 75%;
     margin: 12.5%;
     opacity: 0.8;
}

#stems-topbanner {
	background-image: url(https://www.virtualdj.com/images/v2021/aidj_header.jpg);
    background-color: #060606;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    transition: background 1000ms ease-in 1000ms;
    height: auto;
    height: 20vw;
}
#stems-titler {
    position: absolute;
    width: 100%;
    text-align: center;
    color: white;
    top: 40%;
}
#stems-titler h1, #stems-titler h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    text-shadow: 2px 2px #060606;
}
#stems-titler h1 {
    font-size: 33px;
    font-size: 2.8em;
    font-size: 2.8vw;
    font-weight: 800;;
}
#stems-titler h2 {
    font-size: 22px;
    font-size: 1.4em;
    font-size: 1.4vw;
    font-weight: 200;
    color: #d4d4d4;
}

.content-wrapper {
	  overflow: hidden;
    position: relative;
}


.presentationbox-text {
    padding: 2%;
    border-radius: 5px;
    max-width: 90%;
    margin: auto;
    margin-top: 10spx;
    box-sizing: border-box;
}
.presentationbox-text.presentationbox-textleft {
    margin-left: 20%;
}

.presentationbox-text h2 {
  font-size: 1.8em;
    font-weight: 600;
}

.presentationbox-text p {
	margin: 10px 0 10px 0;
	display: block;
  max-width: 800px;
}
div#section_about {
    background-color: #0e0e0e;
    color: silver;
    padding-top: 30px;
    padding-bottom: 10px;
    /*
    background-color:#131315;
    background-image: url(/images/v2021/neural_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;*/
}
.section_about {
	 max-width: 820px;
   max-width: 1100px;
}

.section_about h1 {
	font-size: 2em;
	margin: 0;
	padding: 0;
}
.section_about h3 {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
img#stemsart {
    width: 80%;
    margin: auto;
    display: block;
    max-width: 750px;
}

div#section_3box {
    background-color: #131115;
    color:silver;
}

div#section_quotes {
    color: silver;
    background:#151414;
}


div#section_eq, div#section_pads {
    background-color: black;
    color:silver;
}

div#section_pads .presentationbox-text, div#section_eq .presentationbox-text {
	width: 80%;
	max-width: 500px;
}

div#section_eq .presentationbox-text { 
	float: left;
}

div#section_pads .presentationbox-text { 
	float: right;
}

div#section_eq img, div#section_pads img {
    width: 80%;
    max-width: 400px;
    margin: auto;
    display: block;
}


div#section_video1 {
    height: 22vh;
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

div#section_skin {
	height: 52vh;
    background-color: #0e0e0e;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
div#section_download, div#section_ytvideos {
    background-color: #0e0e0e;
    color:silver;
}

#section_video1:hover, div#section_ytvideos img:hover {
    filter: brightness(1.2);
    cursor: pointer;
}

.stemspage-playbutton {
    font-size: 3em;
    color: #d4d4d4;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 3;
    top:75%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.8;
}
.stemspage-playbutton:hover {
    font-size: 4em;
    transition: all 0.2s ease;
    color: white;
    cursor: pointer;
}

.uppercase {
	text-transform: uppercase;
}
.center {
	text-align: center;
	margin:auto;
}


@media only screen and (max-width: 64em) {
	div#section_eq .presentationbox-text,
	div#section_pads .presentationbox-text { 
		float: initial;
		width: 80%;
    	max-width: 80%;
	}
}

#quotes2 img {
    width: 60%;
    display: block;
    margin: auto;
    filter: opacity(0.8);
    max-width: 200px;
}
.quotes2 {
    font-family: Georgia, serif;
    font-size: 1em;
    font-style: italic;
    text-align: center;
    box-sizing: border-box;
    width: 95%;
    margin: auto;
    display: block;
    max-width: 300px;
}

.stempage-yt img {
  margin-bottom: 10%;
  max-width: 300px;
}

#section_morevideos,#section_software {color: silver;}

  #section_software .stempadgif img {
    max-width: 440px;
  }

  #section_software .stemeqgif img {
    max-width: 400px;
  }

/* videos */ 

.novideoarea {
    background-position: center center;
    background-size: cover;
    background-color: #696969;
    z-index: 2;
    cursor: pointer;
    background-blend-mode: overlay;
    transition: all 0.5s ease;
}
.novideoarea:hover{ background-blend-mode: normal;}

.videoarea {
  width: 100%; 
  height: auto; 
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: black;
  display:none;
}
.novideoarea {height: 300px;}

embed, iframe, object,video {max-width: 100%;}
video.inlinevideo {
    margin-top: 0px;
    margin-bottom: -10px;
}

.stempage-videoinline .video_wrapper iframe {
    height: calc(100% + 250px);
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      pointer-events: none;
      margin-top: -125px;
  }
.stempage-videoinline .video_wrapper {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    z-index: 20;
}

.stemspage-playvideo {
    color: white;
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s ease;
    font-size: 1.2em;
    text-shadow: 1px 1px 1px black;
}
.stemswide_overlay {
    background-image: url(https://www.virtualdj.com/images/stems/fake-brick.png);
    overflow: hidden;
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    position: absolute;
    display: block;
    height: 0;
    width: 100%;
    padding: 0;
    padding-bottom: 56.25%;
    z-index: 21;
    background-repeat: repeat
}
.stemsvideobody_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: black;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0.98;
    display: none;
}
.stempage-ytinline .video_wrapper {
  z-index: 1; 
  overflow: hidden;
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 31%;
}
iframe#ytinline_player video {overflow: hidden;}
iframe#ytinline_player {
  z-index: 2;
  height: calc(100% + 250px);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  margin-top: -125px;
}

