#collections-content {
	margin-top: 20px;
	margin-top: 2.0rem;
}

.feature {
	background-size: cover;
}

.feature h1 {
  background: none;
  font-size: 40.5px;
  font-size: 4.05rem;
  font-weight: 400;
  line-height: 42.0px;
  line-height: 4.2rem;
  margin: 0;
  padding: 0px 0px 14px 0px;
  padding: 0rem 0rem 1.4rem 0rem;
  border: none;
}

@media handheld, only screen and (max-width: 37.5em) {
  .responsive-table tbody,
  .responsive-table tfoot {
    width:100%;display:block
  }

  .responsive-table thead {
    display:none
  }

  .responsive-table .textright,
  .responsive-table .textcenter,
  .responsive-table .last {
    text-align:left !important;
  }

  .responsive-table tbody {
    width:100%;
  }

  .responsive-table tbody tr {
    position:relative;
    width:100%;
    display:block;
    border-bottom:1px solid #e0e0e0;
  }

  .responsive-table tbody tr.view-row,
  .responsive-table tbody tr.item-row {
    border-bottom:6px solid #d2d2d2;
  }

  .responsive-table tbody tr.view-row:last-child,
  .responsive-table tbody tr.item-row:last-child {
    border-bottom:1px solid #e0e0e0;
  }

  .responsive-table tbody td {
    position:relative;
    display:block;
    width:100%;
    padding:15px 15px 15px 15px;
    padding:1.5rem 1.5rem 1.5rem 1.5rem;
    border:none;
  }

  .responsive-table tbody td.remove-cell {
    position:static;
    padding:0;
  }

  .responsive-table tbody td[data-header]{
    padding:50px 15px 15px 15px;
    padding:5rem 1.5rem 1.5rem 1.5rem;
  }

  .responsive-table tbody td[data-header]:before {
    content:attr(data-header);
    background: #818181;
    color: white;
    font-weight:bold;
    position:absolute;
    top:0;
    left:0;
    width:90.5%;
    padding:5px 15px 5px 15px;
    padding:0.5rem 1.5rem 0.5rem 1.5rem;
  }

  .responsive-table .product-name{
    padding:0;
  }

  div.update-cart {
    float: none!important;
  }

  .responsive-table .cart-price {
    padding-top:0;
  }

  .responsive-table .qty {
    margin:0;
  }

  .responsive-table .btn-remove {
    position:absolute;
    top:5px;
    top:0.5rem;
    right:10px;
    right:1rem;
    margin:0;
  }

  .responsive-table tfoot {
    border-top:1px solid #e0e0e0;
  }

  .responsive-table tfoot tr,
  .responsive-table tfoot td {
    width:100%;
    display:block;
    border:none;
  }

  .responsive-table tfoot tr {
    border-bottom:1px solid #e0e0e0;
  }

  .responsive-table tfoot td {
    padding:15px 15px 15px 15px;
    padding:1.5rem 1.5rem 1.5rem 1.5rem;
  }

  .responsive-table tfoot .btn {
    float:none;
    width:100%;
    margin:0px 0px 20px 0px;
    margin:0rem 0rem 2rem 0rem;
    display:block;
  }

  .responsive-table tfoot .btn:last-child{
    margin:0;
  }
}

@media handheld, only screen and (max-width: 56em) {
  .feature {
    width: 100%;
    padding-top: 85px;
  }

  #collections-content .ninecol {
    width: 100%;
  }

  .intro-description {
    margin-right: 0;
  }

  .order-final input[type="button"] {
    width: 50%!important;
    float: left;
  }
  
  div.order-final div.confirmation {
    float: left!important;
  }

  #cart-content {
    margin-top: 20px;
  }

  #cart-content p {
    float: left;
    margin-top: 15px;
    margin-top: 1.5rem;
  }

  .responsive-table tbody td {
    position: relative;
    display: block;
    width: 100%;
    padding: 50px 15px 15px 15px;
    padding: 5rem 1.5rem 1.5rem 1.5rem;
    border: none;
  }

  #shopping-cart-table span.sku {
    float: none!important;
  }

  a.remove {
    float: none!important;
  }

  .responsive-table tbody tr {
    position: relative;
    width: 100%;
    display: block;
    border-bottom: 1px solid #e0e0e0;
  }

  .cart .cart-form {
    width: 100%;
    margin-right: 0;
  }

  .responsive-table tbody {
    width: 100%;
  }

  .responsive-table.eightcol {
    width: 100%;
    margin: 0;
  }

  .responsive-table tbody td[data-header]:before {
    content: attr(data-header);
    background: #818181;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: 90.5%;
    padding: 5px 15px 5px 15px;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }

  .responsive-table .textright, 
  .responsive-table .textcenter, 
  .responsive-table .last {
    text-align: left !important;
  }

  .responsive-table thead {
    display: none;
  }

}

@media handheld, only screen and (max-width: 48em) {
  .feature {
    padding-left: 0;
    padding-right: 0;
  }

  #collections-content {
    margin-top: 0;
  }

  .feature #intro h1.title {
    padding: 0;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .feature {
    padding-top: 20px;
    margin-top: 0px;
  }
}

.feature #intro h1.title {
	float: left;
}

.feature #intro {
	border: none;
}

#sidebar #category h3 {
	border-bottom: none;
}

.intro-description {
	text-align: left;
	margin-left: 0;
	margin-right: 3.8%;
/* 	overflow: hidden; */
}

.intro-description .btn.btn-orange {
  width: auto;
}

.cart-table .cart-price {
  padding-top: 7px;
  padding-top: 0.7rem;
  display: block;
}

.category-products {
	background: #f9f9f9;
	width: 33%;
	margin: 0px 0px 30px -30px;
	margin: 0rem 0rem 3rem -3rem;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	zoom: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	float: left;
}

.category-products .item {
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
	margin-right: 3.8%;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.category-products .item .product-name {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 300;
	line-height: 24px;
	line-height: 2.4rem;
	min-height: 58px;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.category-products .item .product-image a {
	padding: 20px 15px 20px 15px;
	padding: 2rem 1.5rem 2rem 1.5rem;
	display: block;
	text-align: center;
}

.category-products .category-image {
	background: white;
	width: 100%;
	margin: -31px 0px 30px -30px;
	margin: -3.1rem 0rem 3rem -3rem;
	padding: 0px 30px 20px 30px;
	padding: 0rem 3rem 2rem 3rem;
	border-bottom: 1px solid #ccc;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.category-products .product-row {
	font-size: 0;
}

.content-inner {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 30px 0px 30px 30px;
	padding: 3rem 0rem 3rem 3rem;
	zoom: 1;
}

.content-inner .page-header {
	margin: -14px 0px 28px 0px;
	margin: -1.4rem 0rem 2.8rem 0rem;
	padding: 0px 0px 15px 0px;
	padding: 0rem 0rem 1.5rem 0rem;
}

.content-inner.store-category .category-products {
	margin-left: 0;
	margin-right: 2.5%;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.content-inner.store-category .category-products .category-image {
	padding-top: 20px;
	padding-top: 2rem;
}

.category-products .item .product-image {
	position: relative;
	overflow: hidden;
}

.category-products ul#products {
	padding: 15px 15px;
	text-align: center;
}

#products-search {
  padding: 0;
  list-style: none!important;
}

#products-search a {
  color: #495c69;
}

#products-search span {
  font-size: 22px;
  font-weight: 500;
  font-family: "univers-cn-light", Helvetica, Arial, sans-serif;
  text-align: left;
  margin-top: 20px !important;
  margin-right: 5px;
}

#products-search .image {
  margin-bottom: 20px;
}

#products-search {
  text-align: center;
}

#products-search img {
  margin-bottom: 1.5rem;
  margin-bottom: 15px;
}

#products-search h5 a {
  color: #5c6d7b;
}


.product-icon .ios, .product-icon .pc {
  font-size: 53px;
  font-size: 5.3rem;
}

.product-icon i {
  font-size: 48px;
  font-size: 4.8rem;
  padding: 8px;
  padding: .8rem;
}

#collections-sidebar {
	width: 22.05%;
}

#collection.container {
	padding: 0;
}

#collection {
  clear: both;
}

.products-grid .image {
  position: relative;
  padding-bottom: 56px;
}

.products-grid .image .productsLearn {
  position: relative;
  left: 5px;
  right: 5px;
  bottom: 2px;
}

#products li:hover span {
  color: white;
}

.products-grid .image:hover .productsLearn {
  -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;
}

.products-grid .image:hover .productsLearn span {
  color: white;
}

#products li {
	display: inline;
	width: 30%;
	height: auto;
	float: left;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-bottom: 20px;
}

#products h3,
.featuredproducts h5 {
	margin-bottom: 0;
	padding-bottom: 0;
  font-size:15px;
  font-weight:600;
}

.featuredproducts h5 a {
  color: #5c6d7b;
}

.featuredproducts h5 a:hover {

}

.featuredproducts img {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  width: 140px;
}

#products h3 a, 
.featuredproducts h5 a {
  padding-bottom: 10px;
}

.featuredApp h2 {
	text-align: left;
  font-family: "univers-cn-light", Helvetica, sans-serif;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b4b4b4;
}

ul.featuredproducts {
	text-align: center;
	margin-bottom: 50px;
	margin-bottom: 5.0rem;
}

.featuredproducts li {
	display: inline;
	/* height: auto; */
	float: left;
	margin-bottom: 0px;
}

.featuredproducts li {
  display: inline;
  width: 14.1%;
  height: auto;
  float: left;
  margin-right: 3%;
  margin-bottom: 0px;
}

@media handheld, only screen and (max-width: 64em) {
  ul#products-search li.twocol {
    width: 50%;
    margin-right: 0;
    float: left;
  }
}

@media handheld, only screen and (max-width: 56em) {
  .featuredproducts li {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 2.0rem;
  }

  .featuredApp h2 {
    margin-top: 25px;
  }

  ul.paymentSection {
    margin-bottom: 2em;
  }
  
}

.featuredproducts .image {
  min-height: 300px;
}

.featuredproducts li:last-child {
	margin-right: 0;
}



ul.product-images li.last a {
  margin-right: 0;
}

ul.product-images li a {
/*   float: left; */
  width: 30.5%;
  padding-bottom: 12px;
  overflow: hidden;
  height: 48px;
/*   margin-right: 3.8%; */
  margin-bottom: 3.8%;
}

ul.product-images li a:hover {
  opacity: .5;
}

.product-images ul {
	width: 100%;
	text-align: left;
	padding: 0;
	font-size: 0;
}

ul.product-images {
  border-top: 1px solid #cecece;
  padding: 10px 0px;
}

.product-images ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
}

#paymentSection {
	width: 100%;
	border: 1px solid #eaf0f4;
	border-style: none solid solid none;
  overflow: hidden;
}

.productsLearn {
	background-color: #96B23C;
	padding: 10px;
	border-radius: 6px;
  	color:#FFF;
    width: 75%;
    margin: 0 auto;
  	padding:0;
  	margin-bottom: 5px;
}

#products .productsLearn h4 {
	padding-bottom: 0;
}

#products .productsLearn span {
  vertical-align: middle;
}

nav.shop-nav {
  background: #495c69;
  color: white;
  overflow: hidden;
}

/* line 505, ../sass/_navigation.scss */
nav.shop-nav ul {
  font-size: 0;
  width: 100%;
  text-align: center;
}
/* line 511, ../sass/_navigation.scss */
nav.shop-nav ul li {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
}
/* line 518, ../sass/_navigation.scss */
nav.shop-nav ul a {
  font-size: 23.994px;
  font-size: 2.3994rem;
  color: #e6e6e6;
  color: rgba(255, 255, 255, 0.7);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 5px 22.4px 7px 22.4px;
  padding: .5rem 2.24rem 0.7rem 2.24rem;
  display: block;
}

.developer-nav[data-menu-count="6"] ul a {
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 528, ../sass/_navigation.scss */
nav.shop-nav ul a:hover, nav.shop-nav ul a:focus {
  color: #00A4E4;
}
/* line 531, ../sass/_navigation.scss */
nav.shop-nav ul a:hover i, nav.shop-nav ul a:focus i {
  color: #00A4E4;
}
/* line 537, ../sass/_navigation.scss */
nav.shop-nav ul i {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 48px;
  line-height: 4.8rem;
  color: white;
  height: 48px;
  height: 4.8rem;
  margin-right: 7px;
  margin-right: 0.7rem;
  vertical-align: sub;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 546, ../sass/_navigation.scss */
nav.shop-nav ul i:before {
  vertical-align: middle;
}
/* line 554, ../sass/_navigation.scss */
nav.shop-nav[data-menu-count="4"] ul a {
  font-size: 25.992px;
  font-size: 2.5992rem;
}
/* line 562, ../sass/_navigation.scss */
nav.shop-nav[data-menu-count="6"] ul a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  display:-webkit-inline-box;
}

.shop-nav i.icon-faq {
  font-size: 4rem;
}
@media handheld, only screen and (max-width: 72em) {
  /* line 572, ../sass/_navigation.scss */
  nav.shop-nav ul a {
    padding: 7px 14px 7px 14px;
    padding: .7rem 1.4rem 0.7rem 1.4rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media handheld, only screen and (max-width: 64em) {
  /* line 580, ../sass/_navigation.scss */
  nav.shop-nav ul a {
    font-size: 19.998px;
    font-size: 1.9998rem;
  }

  .shop-nav i.icon-faq {
    font-size: 3.5rem;
  }
  /* line 584, ../sass/_navigation.scss */
  nav.shop-nav ul i {
    font-size: 40px;
    font-size: 4rem;
    line-height: 40px;
    line-height: 4rem;
    height: 40px;
    height: 4rem;
  }
  /* line 593, ../sass/_navigation.scss */
  nav.shop-nav[data-menu-count="4"] ul a {
    font-size: 23.994px;
    font-size: 2.3994rem;
  }
  /* line 601, ../sass/_navigation.scss */
  nav.shop-nav[data-menu-count="6"] ul a {
    font-size: 16.002px;
    font-size: 1.5rem;
  }
}
@media handheld, only screen and (max-width: 58em) {
  /* line 610, ../sass/_navigation.scss */
  nav.shop-nav ul a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 7px 7px 3.5px 7px;
    padding: 0.7rem 0.7rem 0.35rem 0.7rem;
  }
  /* line 615, ../sass/_navigation.scss */
  nav.shop-nav ul i {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 36px;
    line-height: 3.6rem;
    height: 36px;
    height: 3.6rem;
  }

  .shop-nav i.icon-faq {
    font-size: 3.2rem;
  }
  /* line 624, ../sass/_navigation.scss */
  nav.shop-nav[data-menu-count="4"] ul a {
    font-size: 21.996px;
    font-size: 2.1996rem;
  }
}
@media handheld, only screen and (max-width: 48em) {
  /* line 499, ../sass/_navigation.scss */
  nav.shop-nav {
    padding: 0;
    margin-bottom: 20px;
    margin-bottom: -2px;
  }

  ul#products-search li.twocol {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  /* line 634, ../sass/_navigation.scss */
  nav.shop-nav ul {
    width: calc(100% + 1px);
    margin-bottom: -1px;
    margin-bottom: -0.1rem;
    text-align: left;
    white-space: normal;
  }
  /* line 640, ../sass/_navigation.scss */
  nav.shop-nav ul li {
    width: 50%;
  }
  /* line 644, ../sass/_navigation.scss */
  nav.shop-nav ul a {
    font-size: 16.002px;
    font-size: 1.6002rem;
    padding: 14px 14px 14px 14px;
    padding: 1.4rem 1.4rem 1.4rem 1.4rem;
  }
  /* line 649, ../sass/_navigation.scss */
  nav.shop-nav ul a:hover, nav.shop-nav ul a:focus {
    background: #677a8a;
  }
  /* line 654, ../sass/_navigation.scss */
  nav.shop-nav ul i {
    margin-left: -3px;
    margin-left: -0.3rem;
  }
  /* line 661, ../sass/_navigation.scss */
  nav.shop-nav[data-menu-count="4"] ul a {
    font-size: 16.002px;
    font-size: 1.6002rem;
  }
}
@media handheld, only screen and (max-width: 30em) {
  /* line 669, ../sass/_navigation.scss */
  nav.shop-nav ul {
    text-align: center;
  }
  /* line 672, ../sass/_navigation.scss */
  nav.shop-nav ul i {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}
@media handheld, only screen and (max-width: 19.938em) {
  /* line 681, ../sass/_navigation.scss */
  nav.shop-nav ul {
    text-align: left;
  }
  /* line 684, ../sass/_navigation.scss */
  nav.shop-nav ul li {
    width: 100%;
  }
  /* line 688, ../sass/_navigation.scss */
  nav.shop-nav ul i {
    margin-left: -3px;
    margin-left: -0.3rem;
    margin-right: 7px;
    margin-right: 0.7rem;
    display: inline-block;
  }
}

@media handheld, only screen and (max-width: 64em) {
  .sixcol.intro {
    width: 100%;
  }
  .sixcol.last.featured-app.products-grid {
    width: 100%;
  }
}
.intro h3 {
	text-align: left;
  font-size: 25.2px;
  font-size: 2.52rem;
  line-height: 28px;
  line-height: 2.8rem;
	font-family: "univers-cn-light", Helvetica, Arial, sans-serif;
}

.featured-app h5 {
  padding-bottom: 10px;
  padding-bottom: 1rem;
}

@media handheld, only screen and (max-width: 72em) {
  .featured-app .inner {
    padding: 0;
  }
}

@media handheld, only screen and (max-width: 64em) {
  #summary.container {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
  .slide-cta h5 {
    text-align: left;
    margin: 0;
  }
}

@media handheld, only screen and (max-width: 48em) {
  .featured-app .inner-2.sixcol, .featured-app .inner-1.sixcol {
    width: 100%;
  }
}

.featured-app .inner {
	margin: 0;
	position: relative;
  padding-top: 0;
}

.featured-app h2 {
	text-align: left;
	padding-bottom: 0;
}

.featured-app .products-grid .inner-1 .image {
  padding-bottom: 0;
}

.align {
	text-align: center;
}

ul.related-products {
  padding: 0;
}

/* Slideshow */

.product-title {
	text-align: center;
}

.product-title h6 {
	margin-top: 15px;
	margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1.6rem;
}

.advertisement {
  background-color: #eaf0f4;
  padding-top: 20px;
  padding-top: 2rem;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  background: url(http://nsdeveloper.staging.brighthost.ca/wp-content/themes/NS%20Developer/img/bg/tech-bg.jpg);
  background-repeat: no-repeat;
  clear: both;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.advertisement h5 {
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
}

.advertisement .btn {
  float: right;
  width: 100%;
}

.advertisement-btn {
  text-align: center;
}

.advertisement img {
  width: 115px;
  float: left;
  margin-right: 20px;
}

.advertisement .inner-content {
  background: rgba(255,255,255,0.8);
  padding: 20px 20px 0px 20px;
  padding: 2rem 2rem 0rem 2rem;
}

#features #slideshow .slide .row {
	position: relative;
  margin-right: 56px;
  margin-right: 5.6rem;
  padding-left: 56px;
  padding-left: 5.6rem;
}

#features #slideshow .slide .slide-cta {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0;
  z-index: 1;
}

.featured-content.fourcol {
  max-width: 380px;
}

.slide-cta h5 {
  text-align: left;
}

.featured-content h2 span {
  font-family: "univers-cn", Helvetica, Arial, sans-serif;
}

.featured-app h2 {
  font-family: "univers-cn", Helvetica, Arial, sans-serif;
}

@media handheld, only screen and (max-width: 80em) {
  #features #slideshow .slide .slide-cta {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0;
    z-index: 1;
  }

  .featured-content h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 32px;
    line-height: 3.2rem;
    padding-top: 24px;
    padding-top: 2.4rem;
  }

  .featured-content.fourcol {
    width: 36%;
  }

}

.cta-description {
  width: 100%;
  float: left;
}

.buy-now-cta {
  float: right;
}

#features #slideshow .slide .slide-cta .inner-1 h3,
#features #slideshow .slide .slide-cta .inner-2 h3,
#features #slideshow .slide .slide-cta .inner h3 {
  text-align: center;
}

#features #slideshow .slide .slide-cta .inner-content .buy-now {
  float: right;
}

#features #slideshow .slide .slide-cta .inner-content span.product-tag {
  font-size: 34px;
  font-size: 3.4rem;
}

/* FEATURED APPS */

#features #slideshow .slide .slide-cta .inner-2 h5 {
  background: #97b329;
  font-family: 'univers-cn-light';
  color: white;
  font-size: 3rem;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 15px 10px 15px;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  width: 100%;
  float: left;
}

#features #slideshow .slide .slide-cta .inner-2 img {
  height: auto;
  max-height: 142px;
}

#features #slideshow .slide .slide-cta .inner-2 .btn {
  width: 100%;
  color: white;
  background-color: #3aa2e3;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0;
}

#features #slideshow .slide .slide-cta .inner-2 .cta-img:hover .btn {
  background-color: #1f92da;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  color: white;
}

#features #slideshow .slide .slide-cta .inner-2 .cta-img {
  width: 31%;
  float: left;
  padding: 1rem;
  padding: 10px;
  background: white;
  margin-right: 3.5%;
  height: 270px;
  text-align: center;
  border: 1px solid #eaf0f4;
  position: relative;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#features #slideshow .slide .slide-cta .inner-2 .cta-img:hover {
  border: 1px solid #3aa2e3;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#features #slideshow .slide .slide-cta .inner-content {
  overflow: hidden;
  clear: both;
}

#features #slideshow .slide .slide-cta .inner-content .cta-description a:last-child .cta-img {
  margin-right: 0;
}

#features #slideshow .slide .slide-cta .inner-2 h2 {
  padding-top: 12px;
  padding-top: 1.2rem;
  font-size: 2rem;
  font-size: 20px;
  color: black;
  line-height: 1.2;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #495c69;
  font-family: "univers-cn", Helvetica, Arial, sans-serif;
}

.no-csstransforms #features #slideshow .slide .slide-cta .inner-2 h2 {
  top: 0;
}

#features #slideshow .slide .slide-cta .cta-block {
  padding: 15px 15px 15px 15px;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  background: #eaf0f4;
  position: relative;
}



@media handheld, only screen and (max-width: 80em) {
  #features #slideshow .slide .slide-cta .inner-2 h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .products-grid .image {
    padding-bottom: 0;
  }

  #features #slideshow .slide .slide-cta .inner-2 .cta-img {
    height: 225px;
  }
}

@media handheld, only screen and (max-width: 64rem) {
  #features #slideshow .slide .slide-cta .inner-2 .cta-img {
    height: 230px;
  }
}

@media handheld, only screen and (max-width: 48em) {
  #features #slideshow .slide .slide-cta .inner-2 h2 {
    top: 0;
    transform: none;
  }
}

@media handheld, only screen and (max-width: 36em) {
  #features #slideshow .slide .slide-cta .inner-2 .cta-img  {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    height: 270px;
  }

  #features #slideshow .slide .slide-cta .inner-2 h2 {
    font-size: 2.3rem;
    font-size: 23px;
    line-height: 30px;
    line-height: 3rem;
  }
}

/* END OF FEATURED APPS */
#features #slideshow .slide .slide-cta .inner-1,
#features #slideshow .slide .slide-cta .inner-2,
#features #slideshow .slide .slide-cta .inner {
  float: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 1;
  margin-right: 56px;
  margin-right: 5.6rem;
  text-align: left;
}

#features #slideshow .slide .slide-cta .inner-2 p {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  margin-top: 20px;
  margin-top: 2rem;
  font-size: 2.1rem;
  font-size: 21px;
  line-height: 2.7rem;
  line-height: 27px;
  font-family: 'univers-cn-light';
}

.featured-app .inner-2,
.featured-app .inner-1 {
  background: rgba(255,255,255,0.75);
  float: right;
  z-index: 1;
  text-align: center;
  width: 100%;
}

.featured-app .inner-2 h3,
.featured-app .inner-1 h3 {
  padding-top: 1.4rem;
  padding-top: 14px;
}

.featured-app .inner-2 .btn,
.featured-app .inner-1 .btn {
  width: 100%;
}

@media handheld, only screen and (max-width: 80em) {
  .footerlinkswidth.twocol {
      width: 50%;
      float: left;
    }
  .paymentlinks.threecol {
    width: 44%;
    margin-right: 0;
  }
  #features #slideshow .slide .slide-cta .inner-2 p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-top: 1rem;
    margin-top: 10px;
  }
  #features #slideshow .slide .slide-cta .inner-2 img {
    width: 120px;
  }
}

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

    #features #slideshow .slide .slide-cta .inner-2 .btn {
      margin-top: 15px;
    }

    #features #slideshow .slide .slide-cta .inner-2 h5 {
      font-size: 27px;
      font-size: 2.7rem;
    }

    ul#products li {
      width: 50%;
      margin-right: 0;
    }

    .product-images .last img {
      margin-right: 0;
    }

    .paymentLogoswidth.fivecol {
      float: left;
      width: 100%;
    }

    div#details {
      float: left;
      margin-right: 0;
      width: 74.15%;
      margin-top: 20px;
      margin-top: 2.0rem;
    }

    #productheading {
      width: 74.15%;
      float: right;
    }

    .product-icon {
      width: 100%;
      float: left;
    }

    #features #slideshow .slide .slide-cta {
      position: relative;
      bottom: 0;
    }

    #features #slideshow .slide .row {
      padding-right: 2%;
      padding-left: 2%;
      margin-right: 0;
    }
    
    .search-toggle {
      margin-right: 10px;
    }

    .featured-content.fourcol {
      width: 100%;
      max-width: 100%;
      margin-top: 20px;
      margin-top: 2.0rem;
    }

    #featuredproducts li {
      width: 50%;
      margin-right: 0;
      margin-bottom: 20px;
    }

    #features #slideshow .slide .slide-cta .inner-1, #features #slideshow .slide .slide-cta .inner-2 {
      width: 52%;
      margin: 0 24%;
    }

    #features #slideshow .slide .slide-cta .inner-1 {
      float: left;
    }
    #features #slideshow .slide .slide-cta .inner-2 p {
      font-size: 18px;
      line-height: 2.8rem;
      margin-top: 0;
    }
}

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

     #features #slideshow .slide .slide-cta .inner-2 img {
      width: 100px;
     }

     #features #slideshow .slide .slide-cta .inner-content span.product-tag {
      font-size: 2.4rem;
      font-size: 24px;
    }

    #collections-sidebar {
      width: 100%;
    }

    .fourcol.featured-price {
      width: 28%;
      float: left;
      margin-right: 0px;
    }

    #features #slideshow .slide .slide-cta .inner-1, #features #slideshow .slide .slide-cta .inner-2 {
      width: 65%;
      margin: 0 20%;
    }

    ul#products li {
      width: 50%;
    }

    #features #slideshow .slide .slide-cta .inner-1 {
      float: left;
    }

    .search {
      width: 80%!important;
      margin: 0 auto!important;
    }

    .search input {
      width: 78%!important;
      margin-bottom: 15px;
      margin-bottom: 1.5rem;
    }

    button[type="submit"] {
      width: 20%;
    }

    div#details {
      float: left;
      margin-right: 0;
      width: 100%;
      margin-top: 20px;
      margin-top: 2.0rem;
    }

    #productheading {
      width: 100%;
      float: left;
      margin-bottom: 25px;
      margin-bottom: 2.5rem;
    }

    div#productheading h2 {
      padding-bottom: 0;
      margin-bottom: 0;
      margin-top: 25px;
      margin-top: 2.5rem;
    }

    div#productheading h2 span {
      font-size: 40px;
      font-size: 4.0rem;
    }

    #buy {
      padding-top: 0;
    }

    ul.paymentSection,
    .paymentlinks.threecol {
      float: left;
    }

}

@media handheld, only screen and (max-width: 36em) {
    #featuredproducts li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
    }

    .search {
      width: 100%!important;
      margin: 0 auto!important;
    }

    .buy-now {
      width: 100%;
      text-align: right;
    }

    #features #slideshow .slide .slide-cta .inner-content span.product-tag.featured-product {
      bottom: 30px;
      bottom: 3rem;
      right: -10px;
      right: -10rem;
    }

    .cta-img {
      width: 100%;
      text-align: center;
    }

    #features #slideshow .slide .slide-cta .inner-2 img {
      width: 140px;
      float: none;
    }

    #features #slideshow .slide .slide-cta .inner-2 p {
      padding-left: 1.5rem;
      padding-left: 15px;
    }

    #features #slideshow .slide .slide-cta .inner-content span.product-tag {
      font-size: 2.4rem;
      font-size: 24px;
    }

    .cta-description {
      width: 100%;
    }

    #features #slideshow .slide .slide-cta .inner-1, #features #slideshow .slide .slide-cta .inner-2 {
      width: 100%;
      max-width: 100%;
      margin-right: 0;
    }

    .fourcol.featured-price {
      width: 30.75%;
      float: left;
      margin-right: 15px;
    }
}

/* Developer Steps Home */
.home-developer-steps {
  background: #3aa2e3;
  color: white;
  padding-top: 40px;
  padding-top: 4rem;
  padding-bottom: 28px;
  padding-bottom: 2.8rem;
}

.home-developer-steps h2 {
  margin-bottom: 30px;
  margin-bottom: 3.0rem;
  font-family: "univers-cn", Helvetica, Arial, sans-serif;
  text-align: center;
}

.home-developer-steps .steps h2 {
  margin-bottom: 0;
}

.home-developer-steps span {
  text-align: center;
  font-size: 6.3rem;
  font-size: 63px;
  line-height: 7rem;
  line-height: 70px;
  padding-bottom: 1.4rem;
  padding-bottom: 14px;
}

.home-developer-steps p {
  margin-bottom: 0;
  text-align: center;
}
/* line 440, ../sass/_homepage.scss */
.home-developer-steps ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
/* line 448, ../sass/_homepage.scss */
.home-developer-steps li {
  font-size: 21.996px;
  font-size: 2.1996rem;
  float: none;
  width: 33.333%;
  margin-right: 0;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: top;
}
/* line 458, ../sass/_homepage.scss */
.home-developer-steps li a {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 7px 14px 0px 14px;
  padding: 0.7rem 1.4rem 0rem 1.4rem;
  display: block;
}

.home-developer-steps li a:hover, 
.home-developer-steps li a:focus {
	opacity: .5;
  color: white;
}
/* line 466, ../sass/_homepage.scss */
.home-developer-steps li img {
	max-height: 120px;
	margin-bottom: 18.66667px;
	margin-bottom: 1.86667rem;
}
/* line 470, ../sass/_homepage.scss */
.home-developer-steps li h4 {
  font-size: 21.996px;
  font-size: 2.1996rem;
  padding: 0;
  text-transform: none;
}



@media handheld, only screen and (max-width: 72em) {
  /* line 479, ../sass/_homepage.scss */
  .home-developer-steps li {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 482, ../sass/_homepage.scss */
  .home-developer-steps li h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media handheld, only screen and (max-width: 48em) {
  /* line 434, ../sass/_homepage.scss */
  .home-developer-steps {
    padding-top: 28px;
    padding-top: 2.8rem;
    padding-bottom: 0;
  }
}
@media handheld, only screen and (max-width: 36em) {
  /* line 495, ../sass/_homepage.scss */
  .home-developer-steps ul li {
    width: 100%;
  }
}





/* 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);
  }
}


/* NEW NAVIGATION */

nav.shop-nav {
  padding-top: 14px;
  padding-top: 1.4rem;
  padding-bottom: 14px;
  padding-bottom: 1.4rem;
}

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

nav.shop-nav ul li.current a {
  color: #00A4E4;
}

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;
}

@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: 150px;
    height: 150px;
  }

@media handheld, only screen and (max-width: 768px) {
   .headsets-sidebar#collections-sidebar li {
      width: 100%;
   }
  .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%;
  }
  
  .homepage-collection .cta-inner img {
    margin-top: 5px;
    margin-top: .5rem;
    width: 50px;
    height: 50px;
    float: right;
  }

  	
  .apps-entertainment .inner .fourcol,
  .apps-health .inner .fourcol {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
  }

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

  .apps-entertainment .inner .heading p, 
  .apps-health .inner .heading p {
    line-height: 3.5rem;
    line-height: 35px;
    margin-top: 1.5rem;
    margin-top: 15px;
  }

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

  nav.shop-nav ul li {
    width: 33.33%;
/*     display:block; */
    border: none;
    text-align: end;
    margin-bottom: 10px;
    display:inline-block;
  }

  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;

  }
  
  nav.shop-nav {
   	padding-right: 2%;
    padding-left: 2%;
  }

  .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;
}
  
}
  
  
