/** Shopify CDN: Minification failed

Line 2474:1 Expected "}" to go with "{"

**/

@media handheld, only screen and (min-width: 960px) {

  .nav-wrapper {
	position:fixed;
    z-index:9999;
    width:100%;
  }
  
  .content-wrapper {
  	position:relative;
    top:96px;
    padding-bottom: 96px;
  }
  
}

.wrapper {
	max-width: 1366px;
	margin:0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

/* STORE MAIN */

#store-main {

}

#store-main h1 {
  font-size:36px;
  text-shadow: 0px 0px 30px rgba(74, 93, 106, 0.75);
  color:#FFF;
  text-align:center;
  margin:30px 0;
  padding:0;
  font-family:
}

#store-main .press {
  padding:30px 0 5px 0;
  text-align: center;
}

.press .logo {  
  height:40px;
  display:inline-block;
  margin:1%;
  transition: inherit;
}

.press.white .logo { 
  background-image: url("neurosky-main-press-logos-01.png?F9876327141670860954");
}

.press.black .logo { 
  background-image: url("neurosky-main-press-logos-02.png?16891276826626374537");
}

.press .logo.fc  {background-position: 0 0;			width:155px;}
.press .logo.nyt {background-position: 0 -40px;		width:209px;}
.press .logo.bbc {background-position: 0 -80px;		width:105px;}
.press .logo.sa  {background-position: 0 -120px;	width:118px;}
.press .logo.cbs {background-position: 0 -160px;	width:110px;}
.press .logo.wsj {background-position: 0 -200px;	width:65px;}
.press .logo.lat {background-position: 0 -240px;	width:213px;}
.press .logo.fc:hover  	{background-position: 300px 0;}
.press .logo.nyt:hover  {background-position: 300px -40px;}
.press .logo.bbc:hover  {background-position: 300px -80px;}
.press .logo.sa:hover  	{background-position: 300px -120px;}
.press .logo.cbs:hover  {background-position: 300px -160px;}
.press .logo.wsj:hover  {background-position: 300px -200px}
.press .logo.lat:hover  {background-position: 300px -240px;}

#store-main .featureboxes {
  margin:60px 0;
}
@media handheld, only screen and (min-width: 64em){
  #store-main .featureboxes .featurebox {
  display:block;
  float:left;
  width:18%;
  margin:1%;
  height:0;
  padding-bottom:18%;
  background-size:cover;
  background-position:center center;
  border-radius:3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position:relative;
}
}


/* modify the screen for ipad screen */
@media handheld, only screen and (max-width: 64em){
 #store-main .featureboxes .featurebox {
  display:block;
  float:left;
  width:30%;
  margin:1.5%;
  height:20rem;
  padding-bottom:18%;
  background-size:cover;
  background-position:center center;
  border-radius:3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position:relative;
}
}

/* modify the screen for big phone screen */
@media handheld, only screen and (max-width: 48em) {
 #store-main .featureboxes .featurebox {
  display:block;
  float:left;
  width:46%;
  margin:2%;
  height:30rem;
  padding-bottom:18%;
  background-size:cover;
  background-position:center center;
  border-radius:3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position:relative;
}
}

/* modify the screen for phone screen */
@media handheld, only screen and (max-width: 36em) {
 #store-main .featureboxes .featurebox {
  display:block;
  float:left;
  width:95%;
  margin:0rem,0rem,2rem,0rem;
  height:20rem;
  padding-bottom:18%;
  background-size:cover;
  background-position:center center;
  border-radius:3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position:relative;
}
}

#store-main .featureboxes .featurebox label {
  width:100%;
  position:absolute;
  bottom:0;
  background-color: rgba(0,0,0,0.5);
  font-size:16px;
  color:#FFF;
  margin:0;
  text-align:center;
  padding:5px 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}


@media handheld, only screen and (min-width: 960px) {

  #store-main .featureboxes .featurebox:hover label {
    z-index:10;
  	background-color: rgba(0, 0, 0, 0.5);
  }
  
  #store-main .featureboxes .featurebox:hover .overlay {
    opacity:1;
  	background-color: rgba(74,93,106,0.75);
  	transition: all 0.5s ease;
  }

}


#store-main .featureboxes .featurebox .overlay p {
  padding:15% 15px;
}

@media handheld, only screen and (max-width: 1200px) {
  #store-main .featureboxes .featurebox .overlay p {
    font-size:14px;
    line-height:1.5em;
  }
}

#store-main .featureboxes .featurebox .overlay { 
  opacity:0;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  color:#FFF;
  text-align:center;
  background-color: transparent;
}

#store-main section {
  min-height:600px;
  padding:0;
  border-top:1px solid #3b4a55;
}

/* 
#store-main section.even {
  background-color:#eaf0f4;
}
*/


#store-main section h2 {    
  text-align: center;
  font-size: 25px;
  margin: 0 0 30px;
  padding: 3px 0 2px 0;
  background-color: #495c69;
  color: #FFF;
  line-height: 40px;
}


section#games h2				{color:#F6921E;}
section#education h2			{color:#8BC53F;}
section#wellness h2				{color:#4BCCFF;}
section#research-developers h2	{color:#D6DE23;}
section#other-products h2		{color:#FF63BF;} 


#store-main section h3 {
  font-size:24px;
  font-weight:600;
  margin:10px 0;
  padding:0;
}

#store-main section h5 {
  font-size:18px;
  font-weight:700;
  margin:10px 0 0;
  padding:0;
}
#store-main .bundle {
  width:96%;
  max-width:1200px;
  border:1px solid #CCC;
  background-color:#eaf0f4;
  border-radius:6px;
  margin:60px auto;
}

#store-main .bundle .bundle-content {
  background-color:#FFF;
  float:left;
  width:70%;
  padding:20px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

#store-main .bundle.no-recs .bundle-content {
  width:100%;
}

@media handheld, only screen and (max-width: 768px) {


  #store-main .bundle .bundle-content {
  	width:100%;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

}

#store-main .bundle .bundle-image{
  width:30%;
  float:left;
  margin-bottom:30px;
}

#store-main .bundle .bundle-image .image-gallery {
  margin:30px 0;
  overflow:auto;
}

#store-main .bundle .bundle-image .image-gallery .img {
  width:30%;
  height:0;
  padding-bottom:30%;
  margin:1.5%;
  float:left;
  background-size:cover;
  background-position:center center;
  border:1px solid #EEE;
}

#store-main .bundle .bundle-info{
  width:65%;
  float:right;
  margin-bottom:30px;
}

#store-main .bundle .bundle-info ul{
  padding-left:15px;
  font-size:14px;
  font-family: sans-serif;
}

#store-main .bundle .bundle-info ul li {
  margin-bottom:5px;
  line-height:1.5em;
}

#store-main .bundle .purchase .price {
  display:inline-block;
  margin-right:15px;
}

#store-main .bundle .purchase .btn {
  display:inline-block;
}

#store-main .bundle .recommended-apps {
  float:left;
  width:30%;
  min-height:100px;
  margin:0 -20px 0 0;
  padding:0;
}

@media handheld, only screen and (max-width: 768px) {

  #store-main .bundle .recommended-apps {
  	width:100%;
  }

}


#store-main .bundle .recommended-apps .header {
  font-family: sans-serif;
  font-size:14px;
  padding:5px 20px;
  color:#7ba0ba;
  background-color:#d4e0e8;
  margin: 0;
}

#store-main .bundle .recommended-apps .apps  {
  overflow:auto;
}
  
#store-main .bundle .recommended-apps .apps .appbox {
  width:98%;
  margin:1%;
  float:left;
}

#store-main .bundle .recommended-apps .apps .appbox-content {
  display:block;
  overflow:auto;
  color:#333;
  padding:15px;
}

#store-main .bundle .recommended-apps .apps .appbox-content .app-icon {
  width:25% !important;
  border: 1px solid #EEE;
  float:left;
  margin-top: 3px;
}

#store-main .bundle .recommended-apps .apps .appbox-content .app-info {
  float:left;
  width:70%;
  margin-left:5%;
}

#store-main .bundle .recommended-apps .apps .appbox-content .app-info .title {
  margin:0;
  font-size:15px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#store-main .bundle .recommended-apps .apps .appbox-content .app-info .desc {
  font-size:12px;
  line-height:1.4em;
  font-family:sans-serif;
  text-align:left;
  margin:0;
  /*   
  height:32px;
  overflow:hidden; 
  */
}

#store-main .bundle .recommended-apps .apps .appbox-content .app-info .learn-more {
  color:#1f92da;
  font-size:14px;
}

/* STORE MINDWAVE */

#store-mindwave {
  background-color:#EEE;
}


#store-mindwave section {
  background-color:#FFF;
  min-height:600px;
  max-width:1600px;
  margin:0 auto;
  border-left:1px solid #EEE;
  border-right:1px solid #EEE;
}

#store-mindwave .pitch .title {
  margin:30px 0;
}

#store-mindwave .pitch h2 {
  margin:30px 0;
  padding:0;
}

#store-mindwave .pitch h4 {
  margin:0;
  padding:0;
  color:#00A4E4;
  text-transform:inherit;
}

#store-mindwave .pitch .center {
  text-align:center;
}

#store-mindwave #showcase .press {
  padding:30px 0 5px 0;
  text-align:center;
}

#store-mindwave #showcase .pitch {
  width:40%;
  float:left;
  padding:0;
  margin-bottom: 5%;
}
#store-mindwave #showcase .pitch p {
  width:90%;
  margin: 0 auto 15px;
}
#store-mindwave #developer-program .pitch {
  width:40%;
  float:left;
  padding:10% 0;
}

#store-mindwave #research .pitch,
#store-mindwave #developer-program .pitch{
  width:60%;
  float:left;
  padding:10% 0;
}

#store-mindwave #research .pitch p {
  color:#FFF;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#store-mindwave #developer-program .pitch ul {
  list-style:none !important;
}

#store-mindwave #app-store .pitch {
  width:35%;
  margin-right:5%;
  padding:10% 0;
  float:right;
}

#store-mindwave #research .pitch h2,
#store-mindwave #app-store .pitch  h2 {
  color:#FFF;
}

#store-mindwave #app-store .pitch p {
  color:#FFF;
}

#store-mindwave #how-it-works .pitch {
  width:60%;
  padding:30px 0;
  float:left;
}

#store-mindwave #what-can-you-do .pitch {
  width:100%;
  clear:both;
}

#store-mindwave #technical-specs h2 {
	margin-top:0;
}

#store-mindwave .col-left {
  float:left;
  width:50%;
  padding:60px 30px;
}

#store-mindwave .col-right {
  float:left;
  width:50%;
  padding:60px 30px;
}




#store-mindwave #how-it-works .pitch .EEGProcess-caption {
	overflow:auto;
  font-size:0.8em;
  line-height:1.5em;
}

#store-mindwave #how-it-works .pitch .EEGProcess-caption .process {
  float:left;
  text-align:center;
}

#store-mindwave #how-it-works .pitch .EEGProcess-caption .process.step-left {
  width:18%;
}

#store-mindwave #how-it-works .pitch .EEGProcess-caption .process.step-center {
  width:22%;
  margin:0 21%;
}

#store-mindwave #how-it-works .pitch .EEGProcess-caption .process.step-right {
  width:18%;
}


#store-mindwave #what-can-you-do h2 {
	margin:0;
  padding:30px;
}

#store-mindwave #what-can-you-do {
  min-height:inherit;
}

#store-mindwave #what-can-you-do .featureboxes.col-left {
  clear:both;
  float:left;
  width:15%;
  margin-left:2%;
  padding:0 0 60px;
}

#store-mindwave #what-can-you-do .featureboxes.col-center {
  float:left;
  width:40%;
  padding:0 0 60px;
}


#store-mindwave #what-can-you-do .featureboxes.col-right {
  float:right;
  margin-right:2%;
  width:15%;
  padding:0 0 60px;
}


#store-mindwave #what-can-you-do .featureboxes .featurebox {
  display:block;
  float:left;
  width:100%;
  margin:15px 0% 60px;
  height:0;
  padding-bottom:100%;
  background-size:cover;
  background-position:center center;
  border-radius:3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position:relative;
}

#store-mindwave #what-can-you-do .featureboxes .featurebox label {
  width:100%;
  position:absolute;
  bottom:0;
  background-color: rgba(0,0,0,0.5);
  font-size:16px;
  color:#FFF;
  margin:0;
  text-align:center;
  padding:5px 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

@media handheld, only screen and (min-width: 960px) {

  #store-mindwave #what-can-you-do .featureboxes .featurebox:hover label {
    z-index:10;
  	background-color: rgba(0, 0, 0, 0.5);
  }
  
  #store-mindwave #what-can-you-do .featureboxes .featurebox:hover .overlay {
    opacity:1;
  	background-color: rgba(74,93,106,0.75);
  	transition: all 0.5s ease;
  }

}


#store-mindwave .featureboxes .featurebox .overlay p {
  padding:15% 15px;
}

@media handheld, only screen and (max-width: 1200px) {
  #store-mindwave .featureboxes .featurebox .overlay p {
    font-size:14px;
    line-height:1.5em;
  }
}

#store-mindwave .featureboxes .featurebox .overlay { 
  opacity:0;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  color:#FFF;
  text-align:center;
  background-color: transparent;
}

/* CTA BTN */

.cta.btn {
  display:inline-block;
  width:auto;
  margin:0;
  font-weight:bold;
}
.cta-btn-center {
  text-align:center;
}

/* NEW COLLECTIONS PAGE */

.inner ul, 
.inner li {

    font-family: 'univers-cn-light', Helvetica, Arial, sans-serif;
}

.feature-image {
  background: #eaf0f4 no-repeat;
  background-size: cover;
  padding-top: 500px;
  padding-top: 50rem;
  padding-left: 56px;
  padding-left: 5.6rem;
  padding-right: 56px;
  padding-right: 5.6rem;
}

.product-feature {
  position: relative;
}
  
  .product-feature h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 5px;
    padding-bottom: .5rem;
    line-height: 30px;
    line-height: 3rem;
  }

  .product-feature p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px;
    line-height: 2.5rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
  }

  .homepage .product-feature p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    line-height: 3rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
  }

  .homepage .product-feature .fourcol .holder {
    display: table;
    height: 55px;
    width: 143px;
    margin: 0 auto;
    text-align: center;
  }

  .homepage .product-feature .fourcol p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
    display: table-cell;
    vertical-align: middle;
  }

  .homepage .product-feature h1 {
    font-size: 40px;
    font-size: 4rem;
  }

  .product-feature span {
    color: #3aa2e3;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 45px;
    line-height: 4.5rem;
    font-family: 'univers-cn-light', Helvetica, Arial, sans-serif;
  }


  .product-feature p {
    font-family: 'univers-cn-light', Helvetica, Arial, sans-serif;
  }

  .product-feature .btn-white {
    border: 1px solid #495c69;
    color: #495c69;
    padding: 5px 20px;
    padding: .5rem 2rem;
    margin-right: 10px;
    margin-right: 1rem;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    font-family: 'univers-cn-light', Helvetica, Arial, sans-serif;
    margin-top: 15px;
    margin-top: 1.5rem;
  }

  .product-feature .btn-white:hover {
    border: 1px solid #495c69;
    background-color: #f3f3f3;
    color: #495c69;
    padding: 5px 20px;
    padding: .5rem 2rem;
    margin-right: 10px;
    margin-right: 1rem;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    font-family: 'univers-cn-light', Helvetica, Arial, sans-serif;
    margin-top: 15px;
    margin-top: 1.5rem;
  }

  .product-feature .btn-green {
    border: 1px solid #97b329;
    color: white;
    padding: 5px 28px;
    padding: .5rem 2.8rem;
    background-color: #97b329;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    font-family: 'univers-cn-light', Helvetica, Arial, sans-serif;
    margin-top: 15px;
    margin-top: 1.5rem;
  }

  .product-feature .btn-green:hover {
    border: 1px solid #97b329;
    color: white;
    padding: 5px 28px;
    padding: .5rem 2.8rem;
    background-color: #acc938;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    font-family: 'univers-cn-light', Helvetica, Arial, sans-serif;
    margin-top: 15px;
    margin-top: 1.5rem;
  }

  .brainwave-starter-kit .inner {
    left: 0;
    top: 0;
    text-align: left;
    background: none;
    width: 62%;
  }

  .homepage .brainwave-starter-kit .inner {
    right: 50px;
    left: auto;
    top: 50px;
    text-align: right;
    background: none;
    width: 38%;
  }

  .brainwave-starter-kit ul,
  .myndplay ul {
    list-style: none!important;
    padding:0;
    margin:0;
    text-align: left;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
  }

  .homepage .brainwave-starter-kit ul {
    margin-left: 100px;
    margin-left: 10rem;
  }

  .brainwave-starter-kit li { 
      padding-left: 4em; 
      text-indent: -.7em;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 25px;
      line-height: 2.5rem;
  }

  .homepage .brainwave-starter-kit li {
    line-height: 30px;
    line-height: 3rem;
  }

  .brainwave-starter-kit li:before {
      content: "• ";
      color: #3aa2e3;
      padding-right: 3px;
      padding-right: .3rem;
  }

  .myndplay .inner {
    position: relative;
    right: 0;
    bottom: 0;
    background: none;
    width: 100%;
    margin: 0;
  }

  .homepage .myndplay img {
    position: relative; 
    bottom: 0;
  }

  .homepage .myndplay .inner {
    left: 0;
    top: 160px;
    position: absolute;
    margin-left: 0;
    width: 50%;
  }

  .myndplay img {
    position: relative;
    bottom: 0;
  }

  .reviews {
    float: none;
  }

  .myndplay ul {
    list-style: none!important;
    padding:0;
    margin:0;
    text-align: left;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
  }

  .myndplay li { 
      padding-left: 1em; 
      text-indent: -.7em;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 20px;
      line-height: 2rem;
  }

  .homepage .myndplay li {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    line-height: 3rem;
  }

  .myndplay li:before {
      content: "• ";
      color: #3aa2e3;
      padding-right: 3px;
      padding-right: .3rem;
  }

  .brainwave-starter-kit img,
  .myndplay img,
  .apps-entertainment img,
  .apps-health img {
    width: 100%;
    height: auto;
  }

  .focus-pocus .inner {
    background: none;
    width: 55%;
    position: relative;
  }

  .focus-pocus img {
    float: right;
  }

  .mindwave .inner {
    right: 0;
    top: 10%;
    background: none;
    width: 55%;
    text-align: right;
  }

  .mindwave ul {
    list-style: none!important;
    padding:0;
    margin:0;
    text-align: left;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
  }

  .mindwave li { 
      padding-left: 3em; 
      text-indent: -.7em;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 25px;
      line-height: 2.5rem;
  }

  .mindwave li:before {
      content: "• ";
      color: #3aa2e3;
      padding-right: 3px;
      padding-right: .3rem;
  }


.headsets-collection,
.homepage-collection {
  position: relative;
  overflow: hidden;
}
  .homepage-collection img {
    float: right;
    margin-right: 3.8%;
  }

  .homepage-collection .inner {
    background: none;
    width: 35%;
    left: 0;
    top: 0;
    bottom: auto;
  }

  .homepage-collection .cta-inner {
    position: absolute;
    right: 0;
    bottom: 6%;
    background: #97b329;
    color: white;
    padding: 16px;
    padding: 1.6rem;
    margin: 16px 280px;
    margin: 1.6rem 28rem;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
  }

  .homepage-collection .cta-inner a {
    color: #ffffff;
  }

  .homepage-collection .cta-inner img {
    float: left;
    width: auto;
    margin-top: 9px;
    margin-top: .9rem;
  }

  .homepage-collection .cta-inner .btn-home {
    width: 55%;
    float: left;
    text-align: center;
    font-size: 25px;
    font-size: 2.5;
    line-height: 29px;
    line-height: 2.9rem;
    font-family: 'univers-cn-light', Helvetica, Arial, sans-serif;
  }

  .homepage-collection .cta-inner .btn-home a {
    color: #ffffff;
  }

  .homepage-collection .cta-inner:before {
    content: '';
    width: 100%;
    background: #97b329;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    bottom: 0px;
    position: absolute;
  }

  .homepage-collection h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }

  .homepage-collection h1 {
    background-color: #e4e7e9;
    position: relative;
    font-size: 36px;
    font-size: 3.6rem;
    padding-top: 18px;
    padding-top: 1.8rem;
    padding-bottom: 18px;
    padding-bottom: 1.8rem;
    margin-bottom: 18px;
    margin-bottom: 1.8rem;
    line-height: 40px;
    line-height: 4rem;
  }

  .homepage-collection p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px;
    line-height: 2.5rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
  }

  .homepage-collection h1:before {
    content: '';
    width: 100%;
    background: #e4e7e9;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    bottom: 0px;
    position: absolute;
  }

  .headsets-collection .inner {
    right: 0;
    top: 5%;
    background: none;
    width: 48%;
  }

  .headsets-collection h1 {
    font-size: 36px;
    font-size: 3.6rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
    line-height: 40px;
    line-height: 4rem;
  }

  .headsets-collection p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px;
    line-height: 2.5rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
  }

.reviews {
  background-color: #3aa2e3;
  text-align: center;
  padding-top: 25px;
  padding-top: 2.5rem;
  padding-bottom: 25px;
  padding-bottom: 2.5rem;
}
  .reviews h1 {
    max-width: 40em;
    color: white;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 25px;
    line-height: 2.5rem;
    margin: auto;
    padding-bottom: 0;
    font-family: 'univers-cn-light', Helvetica, Arial, sans-serif;
  }

  .reviews p {
    color: white;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 0;
    font-family: 'univers-cn-light', Helvetica, Arial, sans-serif;
  }

.affiliates {
  line-height: 55px;
  line-height: 5.5rem;
  padding-top: 25px;
  padding-top: 2.5rem;
  padding-bottom: 35px;
  padding-bottom: 3.5rem;
}
  
  .affiliates h1 {
    text-align: center;
    font-size: 36px;
    font-size: 3.6rem;
  }

  .affiliates img {
    opacity: .5;

  }

  .affiliates a:hover img {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

.headsets-sidebar {
  margin-top: 30px;
  margin-top: 3rem;
}

.apps-entertainment .inner {
  width: 60%;
  left:20%;
  top: 150px;
  background: none;
}
.apps-health .inner {
  width: 60%;
  left:20%;
  top: 30px;
  background: none;
}

.apps-entertainment .inner .heading,
.apps-health .inner .heading {
  width: 80%;
  margin: 0 auto;
}

.apps-entertainment .inner .heading p,
.apps-health .inner .heading p {
  color: #495c6b;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 44px;
  line-height: 4.4rem;
  font-weight: 400;
  text-align: center;
}

.app-container {
  width: 100%;
  padding: 10px;
  padding: 1rem;
}

.app-container:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}

.apps-entertainment .inner .heading .spacer {
  height: 3px;
  width: 100%;
  background-color: #3aa2e3;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}

.apps-entertainment .inner .fourcol,
.apps-health .inner .fourcol {
  text-align: center;
}

.apps-entertainment .inner .app-link,
.apps-health .inner .app-link {
  width: 100%;
  color: #495c69;
  text-align: center;
  margin-top: 20px;
  margin-top: 2rem;
}

.apps-entertainment .inner .app-link a,
.apps-health .inner .app-link a {
  width: 100%;
  color: #495c69;
  text-align: center;
  text-decoration: underline;
}

.apps-entertainment .inner .fourcol img,
.apps-health .inner .fourcol img {
  width: 143px;
  height: 143px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

.apps-entertainment .inner .fourcol .product-ctas,
.apps-health .inner .fourcol .product-ctas {
  float: none;
  margin-top: 15px;
  margin-top: 1.5rem;
}

@media handheld, only screen and (max-width: 72em) {
  
}

@media handheld, only screen and (max-width: 48em) {
  .affiliates {
    margin: 0 auto;
  }

  .affiliates .twocol {
    width: 33.3%;
    float: left;
    text-align: center;
  }

  .focus-pocus .inner {
    width: 100%;
    margin: 0;
  }
}

@media handheld, only screen and (max-width: 36em) {
  .affiliates {
    margin: 0 auto;
  }

  .affiliates .twocol {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    float: left;
    text-align: center;
  }

  .headsets-sidebar#collections-sidebar ul ul {
    width: 100%;
    float: left;
    position: relative;
    border-right: none;
    border-left: 1px solid rgba(255,255,255,0.2);
  }
}

/* TOP NAV */

.top-nav {
  padding:0 !important;
}
.language-nav ul li:first-child a {
	background-color:inherit !important;
 	padding: inherit !important;    
 	font-size: 14px;
 	font-weight: bold;
}
.language-nav ul:hover {
	background-color:#FFF !important;
  	color: #3aa2e3 !important;
  padding:0 5px;
  margin-left:-5px;
}
.language-nav ul:hover a {
  	color: #3aa2e3 !important;
}
/* NEW NAVIGATION */

nav.shop-nav {
  overflow:auto;
}

nav.shop-nav .logo {
	display:block;
  float:left;
  max-width:270px;
}

nav.shop-nav ul {
  text-align: left;
  width: 65.4%;
  margin-top: 8px;
  margin-top: .8rem;
}

nav.shop-nav ul.nav-pull-right {
  float:right;
  width:auto;
  margin:5px 0;
}

nav.shop-nav ul li a {
  padding-top: 0;
  padding-bottom: 0;
  padding:0 15px;
  color: white;
}

nav.shop-nav ul li {
  border:none;
}

nav.shop-nav ul li .icon-shopping-cart{
  font-size: 15px;
  line-height: inherit;
  vertical-align: initial;
  top: -2px;
  position: relative;
  margin-right:3px;
}

nav.shop-nav ul li.search{
  margin-left:15px;
}

nav.shop-nav ul li.search input {
  padding: 0 7px;
  height: auto;
  font-size: 15px;
}

nav.shop-nav ul li.search button[type="submit"]{
  padding: 0;
  height: auto;
  font-size: 15px;
  top:0;
}


nav.shop-nav ul li:first-child a {
  padding-left: 0;
}

nav.shop-nav ul li:last-child {
  color: white;
  border: none;
}

.cd-top {
  display: inline-block;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding-top: 15px;
  padding-top: 1.5rem;
  text-align: center;
  color: white;
  background: #3aa2e3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #3aa2e3;
  opacity: 1;
  color: white;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.fixed-button {
  display: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#apps-content {
	background-color:#f6f6f6;
}

/* APP FILTERS */
.filters {
  padding:0;
  border-top:1px solid #CCC;
  border-bottom:1px solid #CCC;
}

.filters .filter {
  list-style:none !important;
  float:left;
  margin:20px 0;
  width:30%;
  text-align:left;
}

.filters .filter.divider {
  margin:0 1%;
/*   border-right:1px solid #CCC; */
  height:70px;
  width:0;
}

.filters .filter label {
  display:inline-block;
  font-size:15px;
  font-weight:400;
  color:#999;
  margin:0 10px 0 0;
}

.filters .filter select {
  border:1px solid #CCC;
  width:60%;
  min-width:100px;
  display: list-item;
  vertical-align: inherit;
  margin:0;
  height:30px;
  padding:5px;
  font-size:15px;
}

/* APP BOX */
#products {
  margin:0;
  padding:1.6666% 0;
}
#products .appbox {
  width:31.5%;
  min-height:140px;
  margin:0.83333%;
}

#products .appbox-content {
  display:block;
  overflow:auto;
  color:#333;
  border:1px solid #EEE;
  padding:15px;
  background-color:#FFF;
}

#products .appbox-content .app-icon {
  width:25% !important;
  border: 1px solid #EEE;
  border-radius:20px;
  float:left;
}

/* for mobile -->vertial */
@media handheld, only screen and (max-width: 36em) {
  
  #products .appbox-content .app-icon {
    width:35% !important;
    border: 1px solid #EEE;
    border-radius:20px;
    float:left;
    display:block;
    margin-left:25%;
    margin-right:auto;
  }
}

#products .appbox-content .app-info {
  float:left;
  width:70%;
  margin-left:5%;
}

#products .appbox-content .app-info .title {
  margin:0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* for mobile -->vertial */
@media handheld, only screen and (max-width: 36em) {
  
  #products .appbox-content .app-info .title {
    margin:0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:center;
  }
}

#products .appbox-content .app-info .desc {
  font-size:12px;
  line-height:1.4em;
  font-family:sans-serif;
  text-align:left;
  margin:0 0 5px 0;
  height:32px;
  overflow:hidden;
}

#products .appbox-content .app-info .btn {
  background-color: #96B23C;
  padding: 10px;
  border-radius: 3px;
  line-height: 22px;
  color:#FFF;
  width: auto;
  margin: 0 auto;
  padding:0 10px;
  font-size:13px;
  min-width:60px;
}

/* for mobile -->vertial */
@media handheld, only screen and (max-width: 36em) {
  
  #products .appbox-content .app-info .btn {
    background-color: #96B23C;
    padding: 10px;
    border-radius: 3px;
    line-height: 22px;
    color:#FFF;
    width: auto;
    margin: 0 auto;
    padding:0 10px;
    font-size:13px;
    min-width:60px;
    display:auto;
    margin-left:20%;
  }
}

#products .appbox-content .app-info .title {
  margin:0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left:7px;
}

#products .appbox:hover .appbox-content {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border:1px solid #CCC;
}

#products .appbox:hover .app-info .btn {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #3aa2e3;
  color: white;
}

/* APP BOX MOBILE */
@media handheld, only screen and (max-width: 768px) {
  
  #products .appbox-content .app-info .desc {
    display:none;
  }
  
}

@media handheld, only screen and (max-width: 1200px) {
  
  #products .appbox {
    width:48%;
  	min-height:165px;
    margin:1%;
  }
  
  #products .appbox-content {
    min-height:150px;
  }
  
}


@media handheld, only screen and (min-width: 1281px) {
  .myndplay .inner {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
  }

  .homepage .myndplay .inner {
    left: 0;
    top: 200px;
    position: absolute;
    margin-left: 0;
    width: 50%;
  }
}

@media handheld, only screen and (max-width: 1250px) {

  .headsets-collection .inner {
    width: 62%;
    top: 0;
  }

  .product-feature h1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 20px;
    line-height: 2rem;
  }

  .product-feature span {
    color: #3aa2e3;
    font-size: 32px;
    font-size: 3.2rem;
    font-family: 'univers-cn-light', Helvetica, Arial, sans-serif;
  }

  .product-feature p, 
  .brainwave-starter-kit li,
  .myndplay li,
  .mindwave li {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
  }

  .product-ctas {
    float: right;
  }

  .mindwave .inner {
    width: 56%;
    top: 0;
  }

  .homepage .myndplay .inner {
    width: 50%;
    top: 135px;
  }

  .brainwave-starter-kit .inner {
    width: 65%;
  }

  .mindwave .inner {}

  .apps-entertainment .inner {
    top: 115px;
  }
}

@media handheld, only screen and (max-width: 1140px) {
  .headsets-collection h1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 30px;
    line-height: 3rem;
  }

  .myndplay .inner {
    width: 56%;
  }

  .homepage .myndplay .inner {
    width: 52%;
    top: 160px;
  }

  .feature-image {
    background-position: 12%;
  }

  .apps-entertainment .inner .heading p,
  .apps-health .inner .heading p {
    font-size: 20px;
    font-size: 2rem;
  }


  .apps-entertainment .inner .heading .spacer,
  .apps-health .inner .heading .spacer {
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }


    .homepage .brainwave-starter-kit .inner {
      width: 48%;
      position: absolute;
    }

  .homepage-collection {
    overflow: hidden;

  }

  .homepage-collection img {
    width: 300px;
  }

  .homepage-collection .cta-inner {
    width: 55%;
    margin: 0 0 50px;
  }

  .homepage-collection .cta-inner img {
    width: auto;
  }

  .homepage-collection .inner {
    position: relative;
  }

  .focus-pocus {
    clear: both;
    padding-top: 15px;
    padding-top: 1.5rem;
  }

  .focus-pocus img {
    float: none;
    display: block;
    margin: auto;
  }

  .focus-pocus .inner {
    width: 100%;
    margin: 0;
  }

  .mindwave .inner {
    position: relative;
    width: auto;
    top: 0;
    text-align: left;
  }

  .myndplay .inner {
    width: 100%;
    position: relative;
    margin-left: 0;
  }
  .brainwave-starter-kit .inner p,
  .myndplay .inner p {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .brainwave-starter-kit .inner {
    position: relative;
    width: 100%;
  }
}

@media handheld, only screen and (max-width: 1024px) {
  .inner {
    position: relative;
    margin: 0 !important;
  }
  .cd-top {
    right: 30px;
    bottom: 30px;
  }

  .headsets-collection h1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 30px;
    line-height: 3rem;
  }

  .homepage-collection {
    overflow: hidden;

  }

  .homepage-collection img {
    width: 300px;
  }

  .homepage-collection .cta-inner {
    width: 55%;
    margin: 0 0 50px;
  }

  .homepage-collection .cta-inner img {
    width: auto;
  }

  .homepage-collection .inner {
    position: relative;
  }

  .feature-image {
    background-position: 12%;
  }

  .reviews h1 {
    line-height: 33px;
    line-height: 3.3rem;
  }

  .focus-pocus {
    clear: both;
    padding-top: 15px;
    padding-top: 1.5rem;
  }

  .focus-pocus img {
    float: none;
    display: block;
    margin: auto;
  }

  .mindwave .inner {
    position: relative;
    width: auto;
    top: 0;
  }

  .myndplay .inner {
    width: 100%;
    position: relative;
    margin-left: 0;
  }

  .homepage .myndplay .inner {
    position: relative;
    bottom: 0;
    width: 50%;
    top: 10px;
    padding-top: 20px;
    padding-bottom: 50px;
    margin: 0;
  }

  .homepage .brainwave-starter-kit .inner {
    top: ;
  }

  .homepage .myndplay img {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .myndplay img {
    position: relative;
  }

  .brainwave-starter-kit .inner p,
  .myndplay .inner p {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .brainwave-starter-kit .inner {
    position: relative;
    width: 100%;
  }

  .homepage .brainwave-starter-kit .inner {
    position: absolute; 
    bottom: 0;
  }

  .homepage .brainwave-starter-kit .inner ul {
    margin-left: 0;
  }

  .focus-pocus .inner {
    width: 100%;
    clear: both;
  }

  .product-feature h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    line-height: 30px;
    line-height: 3rem;
  }

  .product-feature p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2.0rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
  }

  .brainwave-starter-kit li,
  .myndplay li,
  .mindwave li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px;
    line-height: 2.5rem;
  }

  .product-feature span {
    color: #3aa2e3;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
    line-height: 4rem;
    font-family: 'univers-cn-light', Helvetica, Arial, sans-serif;
  }

  .product-feature p {
    font-family: 'univers-cn-light', Helvetica, Arial, sans-serif;
  }

  .apps-entertainment .inner {
    top: 130px;
  }

  .apps-entertainment .inner .heading,
  .apps-health .inner .heading {
    width: 100%;
    margin: 0 auto;
  }

  .apps-entertainment .inner .spacer,
  .apps-health .inner .spacer {
    margin: 5px;
    margin: 0.5rem;
  }

  .apps-entertainment .inner .heading p,
  .apps-health .inner .heading p {
    font-size: 20px;
    font-size: 2rem;
  }

  .apps-entertainment .inner .app-container .fourcol img,
  .apps-health .inner .app-container .fourcol img {
    margin: 0 auto;
  }

  .apps-entertainment .inner .app-container .fourcol .product-ctas,
  .apps-health .inner .app-container .fourcol .product-ctas {
    margin: 0;
  }
}

@media handheld, only screen and (max-width: 1023px) {

  .headsets-collection .inner {
    width: 62%;
    top: 0;
  }

  .subnav ul li {
    width: 33%;
  }

  .subnav ul li ul {
    width: 100%;
    float: none;
  }

  .subnav ul li ul li {
    width: 100%;
  }
}

@media handheld, only screen and (max-width: 1000px) {

  .headsets-collection .inner {
    width: 100%;
    top: 0;
  }

  .headsets-sidebar#collections-sidebar {
    width: 100%;
    float: left;
  }

  .headsets-sidebar#collections-sidebar ul ul {
    position: relative;
    border-right: none;
    border-left: 1px solid rgba(255,255,255,0.2);
  }

  .headsets-sidebar#collections-sidebar li {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
  }

  .ninecol.main-content {
    width: 100%;
  }

  .brainwave-starter-kit .inner,
  .mindwave .inner,
  .headsets-collection .inner,
  .myndplay .inner {
    position: relative;
    width: 100%;
    margin: 0;
  }

  .apps-entertainment .inner,
  .apps-health .inner {
    width: 76%;
    left: 12%;
    margin-bottom: 0;
    top: 0;
    bottom: auto;
  }

  .apps-entertainment .inner {

    top: 150px;
  }

  .apps-entertainment .inner .heading .spacer,
  .apps-health .inner .heading .spacer {
    margin-bottom:0;
    margin: 0;
  }

  .apps-entertainment .inner .app-link,
  .apps-health .inner .app-link {
    margin: 0;
  }

    .homepage .brainwave-starter-kit .inner {
      top: 0;
      width: 60%;
    }
}

@media handheld, only screen and (max-width: 840px) {
  .homepage .brainwave-starter-kit .inner {
    position: relative;
    width: 100%;
    text-align: left;
    right: auto;
  }

  .apps-entertainment .inner .app-container .fourcol img,
  .apps-health .inner .app-container .fourcol img {
    width: 90px;
    height: 90px;
  }

@media handheld, only screen and (max-width: 768px) {

  .homepage-collection, 
  .reviews,
  .main-content {
    overflow: hidden;
  }
  .homepage-collection .inner {
    width: 100%;
    position: relative;
  }

  .homepage-collection .inner h1 {
    width: 50%;
    position: relative;
  }

  .homepage-collection .cta-inner {
    position: relative;
    display: block;
    z-index: 1000;
    background: #97b329;
    margin: 0 0 20px 0;
    width: 100%;
  }

  .homepage-collection .cta-inner img {
    margin-top: 0;
    width: 30px;
    height: 30px;
  }

  .homepage-collection .cta-inner:before, 
  .homepage-collection .cta-inner:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
  }

  .cd-top {
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
    padding-top: 7px;
    padding-top: .7rem;
  }

  .myndplay .inner {
    width: 100%;
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }

  .homepage .myndplay .inner {
    position:relative;
    width: 100%;
  }

  .homepage .myndplay img {
    position: relative;
  }

  #main-content {
    overflow-y: hidden;
  }

  .mindwave li {
    padding-left: 10px;
    padding-left: 1rem;
  }

  .mindwave ul,
  .myndplay ul {
    width: 50%;
    float: left;
  }

  .homepage .brainwave-starter-kit .inner {
    width: 100%;
    text-align: left;
    position: relative;
    right: 0;
  }

  .apps-entertainment .inner,
  .apps-health .inner {
    position: relative;
    left: auto;
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
    margin: 0;
    top: auto;
  }

  .app-link {
    margin-bottom: 20px;
  }

  .apps-entertainment .inner .fourcol,
  .apps-health .inner .fourcol {
    width: 30.75%;
    float: left;
    margin-right: 3.8%;
  }

  .apps-entertainment .inner .last,
  .apps-health .inner .last {
    margin-right: 0;
  }

  .headsets-sidebar .subnav ul li {
    width: 32%;
    display:inline-block;
    vertical-align: top;
    float: none;
  }

  .headsets-sidebar .subnav ul li ul {
    width: 100%;
    float: none;
  }

  .headsets-sidebar .subnav ul li ul li {
    width: 100%;
  }

  nav.shop-nav ul {
    width: 100%;
  }

  nav.shop-nav ul li {
    width: 100%;
    display:block;
    border: none;
    text-align: center;
    margin-bottom: 10px;
  }
  nav.subnav {
    margin-top:2.8rem;
  }

  .apps-entertainment .inner .app-link,
  .apps-health .inner .app-link {
    margin-top: 20px;
  }
}

@media handheld, only screen and (max-width: 640px) {
  .homepage-collection img {
    width: 200px;
  }

@media handheld, only screen and (max-width: 480px) {
  .homepage-collection img {
    display: block;
    margin: 0 auto;
    width: 250px;
    float: none;
  }

  .homepage-collection .inner {
    width: 100%;
  }

  .homepage-collection .inner h1 {
    width: 100%;
  }

  .cd-top {
    display: none;
    visibility: hidden;
  }

  .headsets-sidebar#collections-sidebar {
    border-top: 1px solid #3aa2e3;
    padding-top: 20px;
    padding-top: 2rem;
    margin-top: 20px;
    margin-top: 2rem;

  }

  .feature-image {
    background-position: 12%;
  }

  .cd-top.cd-is-visible {
    display: none;
    visibility: hidden;
  }

  .mindwave ul,
  .myndplay ul {
    width: 100%;
    float: left;
  }

  .mindwave li,
  .myndplay li {
    padding-left: 40px;
    padding-left: 4rem;
  }

  .subnav ul li {
    width: 100%;
    float: left;
  }

.apps-entertainment .inner .fourcol img,
.apps-health .inner .fourcol img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
}

  
/*
 *
 * Kula Fixes
 * Date: May 22, 2018
 *
 */
  
@media handheld, only screen and (max-width: 768px) {
  
  #store-mindwave section {
    padding-bottom: 0;
  }
  
  #store-mindwave #showcase .wrapper {
    background: rgba(255, 255, 255, 0.75);
    overflow: hidden;
  }
  
  #store-mindwave #showcase .pitch {
    width: 100%;
  }
  
  #store-mindwave #how-it-works {
    background-position: calc(100% + 120px) 0 !important; /* override inline styling */
  }
  
  #store-mindwave #how-it-works,
  #store-mindwave #how-it-works .wrapper {
    overflow: hidden;
  }
  
  #store-mindwave #how-it-works .wrapper {
    background: rgba(164, 224, 239, 0.75);
    margin-top: 100%;
  }
  
  #store-mindwave #how-it-works .pitch {
    width: 100%;
  }
  
  #store-mindwave #how-it-works .pitch h2 {
    margin-top: 0;
  }
  
  #store-mindwave #what-can-you-do {
    background: none !important;  /* override inline styling */
  }
  
  #store-mindwave #what-can-you-do .featureboxes.col-left,
  #store-mindwave #what-can-you-do .featureboxes.col-right {
  	width: 36%; 
    padding-bottom: 0;
  }
  
  #store-mindwave #how-it-works .pitch .EEGProcess-caption .process.step-left,
  #store-mindwave #how-it-works .pitch .EEGProcess-caption .process.step-right,
  #store-mindwave #how-it-works .pitch .EEGProcess-caption .process.step-center {
    width: 28%;
  }
  
  #store-mindwave #how-it-works .pitch .EEGProcess-caption .process.step-center {
    margin: 0 6%;
  }
  
  #store-mindwave #app-store,
  #store-mindwave #developer-program,
  #store-mindwave #research,
  #store-mindwave #technical-specs {
    min-height: 0;
    overflow: hidden;
  }
  
  #store-mindwave #app-store .pitch,
  #store-mindwave #developer-program .pitch,
  #store-mindwave #research .pitch {
    width: 90%;
    margin: 5%;
  	padding: 5%;
  }
  
  #store-mindwave #app-store .pitch,
  #store-mindwave #research .pitch {
    background: rgba(0, 0, 0, 0.7);
  }

  #store-mindwave #developer-program .pitch {
	background: rgba(255, 255, 255, 0.85);
  }
  
  #store-mindwave .col-left,
  #store-mindwave .col-right {
    float: none;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }
  
}