body{
	background-color:#fff;
	font-family: 'Aldrich', sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin:0px;
	padding:0px;
}

::-webkit-scrollbar { 
    display: none; 
}

a {
	color: #777;
	font-weight:bold;
	text-decoration:none;
}

/* header */


.header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background: rgba(126, 150, 159, .0);
	z-index:1000;
}

.headerButtons{
	width:340px;
	margin:0px auto;
	padding:5px 0px;
	text-align:center;
	background: rgba(126, 150, 159, .7);
	border-radius: 0px 0px 20px 20px;
	border:2px solid #25ed1a;
	border-top:none;
}

.headerButtons:after{
  content: "";
  display: table;
  clear: both;
}

.homeb1{
	float:left;
	background:url('../images/video.png') 0 0 no-repeat;
	width:45px;
	height:42px;
	margin-left:15px;
	cursor:pointer;
}

.homeb2{
	float:right;
	background:url('../images/twitter.png') 0 0 no-repeat;
	width:38px;
	height:31px;
	margin-top:10px;
	margin-right:15px;
	cursor:pointer;
}


.homeLogo{
	margin:0px auto;
	text-align:center;
	cursor:pointer;
	width:92px;
	height:48px;
	background: url('../images/logo-s.png') 0 0 no-repeat;
}	

 
/*  toolbar */

.footerMenu{
	position:absolute;
	bottom:0px;
	height:110px;
	width:100%;
	overflow:none;
	z-index:1000;

}
#toolbar{
	margin:0px auto;
	width:450px;
	height:100%;
	padding-left:10px;
}

.catListItem{
	margin: 0px 1px;

}

.catListItem h2{
	opacity: 0.7;
}

#cli0{
  background: url('../images/cat-thumb-v1.png') center center no-repeat;
  background-size:80px 80px;
  float:left;
  display: block;
  width: 110px;
  height: 110px;
  cursor:pointer;
	
}


#cli1{
  background: url('../images/cat-thumb-v2.png') center center no-repeat;
    background-size:80px 80px;
  float:left;
  display: block;
  width: 110px;
  height: 110px;
  cursor:pointer;

}

#cli2{
  background: url('../images/cat-thumb-v3.png') center center no-repeat;
    background-size:80px 80px;
  float:left;
  display: block;
  width: 110px;
  height: 110px;
  cursor:pointer;

}


#cli3{
  background: url('../images/cat-thumb-v4.png') center center no-repeat;
    background-size:80px 80px;
  float:left;
  display: block;
  width: 110px;
  height: 110px;
  cursor:pointer;

}

.text1{
	color: #1a88ed;
	text-shadow: 3px 3px 0 #444, -1px -1px 0 #ed1a26, 1px -1px 0 #ed1a26, -1px 1px 0 #ed1a26, 1px 1px 0 #ed1a26;
	
}

.text2{
	color: #1aedbd;
	text-shadow: 3px 3px 0 #444, -1px -1px 0 #1ded1a, 1px -1px 0 #1ded1a, -1px 1px 0 #1ded1a, 1px 1px 0 #1ded1a;
}


.containerWrapper{
	margin-top:0px;
}


.mainContainer{
	margin-left:0px;
	
}
.mainContainer:after{
  content: "";
  display: table;
  clear: both;
}

.mainContainerInner{
 	padding:70px 0px 0px 0px;
	overflow-x:scroll;
}

.homeContainer{
	width:100%;
	background-color:#fff;
	margin: 0px;
}

.homeContainerTop{
	margin:5px;
	border:0px solid #444;
	height:100px;
	overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
}

.homeContainerTopInner{
  	height:100px;
  	width: 425px;
  	margin:0px auto;
  	overflow-y:scroll;
  	-webkit-overflow-scrolling: touch;
  	text-align:center;
}

.homeContainerTopInner:after{
  content: "";
  display: table;
  clear: both;
}

.homeTopGalleryItem{
	float:left;
	border:1px solid #444;
	margin:0px;
	width:100px;
	height: 190px;	
}

.homeBottomGalleryItemWrapper{
	float:left;
	border:0px solid #444;
	border-radius: 100%;
	margin:3px;
	width:80px;
	height: 80px;	
	cursor:pointer;
	box-shadow: 5px 5px 5px #888888;
}
.homeBottomGalleryItem{
	float:left;
	border:1px solid #444;
	border-radius: 100%;
	margin:0px;
	width:80px;
	height: 80px;	
	cursor:pointer;
}

.homeContainerBottom{
	margin:0px;
	border:0px solid #444;
	height:500px;
}

.homeContainerBottomInner{
 
  	width:430px;
  	margin:0px auto;
  	overflow-y:scroll;
  	-webkit-overflow-scrolling: touch;
  	text-align: center;

}

.galleryImage{
	margin-top:10px;
}

.sampleButtonsContainer{

	margin:0px auto;
	width: 355px;
	height: 280px;
}

.fxContainer{
	margin-bottom:120px;
}



.fxContainerInner{
	margin:0px auto;
	width: 380px;
}

.fxContainerInner:after{
	content: "";
	display: table;
	clear: both;
	margin-bottom:50px;
}

.fxWrapper{
	border-top:1px solid #444;
}
.fxWrapper:after{
	content: "";
	display: table;
	clear: both;
}

.fxTitle{
	font-size:10px;
	font-weight:bold;
	margin-bottom:5px;
	text-align:left;
	border-bottom:1px solid #666;
	padding:5px 10px 1px 10px;
	background:#ccc;
	color:#3a3b45;
}

.fxBypass{
	width:30px;
	height: 30px;
	margin-top:10px;
	margin-left:10px;
	background: #ccc;
	border:2px solid #777;
	border-radius:10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acc9b2', endColorstr='#3e6f49');
	background: -webkit-gradient(linear, left top, left bottom, from(#ACC9B2), to(#3E6F49));
	background: -moz-linear-gradient(top, #ACC9B2, #3E6F49);	
}

.fxBypassInnerOff{
	width:12px;
	height:12px;
	margin:9px 0px 0px 9px;
	border-radius:50%;
	background:#223db9;
}

.fxBypassInnerOn{
	width:12px;
	height:12px;
	margin:9px 0px 0px 9px;
	border-radius:50%;
	background:#b92238;
}

.knobContainer{
	width:60px;
	float:left;
}
.knobContainerInner{
	width:40px;
	margin:0px auto;
}
.knobFirst{
	margin-left:20px;
}
.knobText{
	width:60px;
	height:20px;
	text-align:center;
	font-weight:bold;
	font-size:10px;
}
.productListContainer{
	background:#fff;
	margin:0px auto 50px;
}

.productListContainer:after{
	content: "";
	display: table;
	clear: both;
}

.productListTitle{
	text-align:center;
	font-weight:bold;
	
}
.productListItem{
	float:left;
	width:180px;
	height:250px;
	margin:5px;
	border: 0px solid #444;
}
.productListItemImage{
	width:162px;
	height:162px;
	margin:5px;
	border: 0px solid #444;
	overflow:hidden;
}
.productListItemDesc{
	margin: 5px;
	font-weight:bold;
	font-size:12px;
}

.button-play{
background: url("../images/buttons.png") 0 0 no-repeat;
border:none;
}
.button-stop{
background: url("../images/buttons.png") -34px 0px no-repeat;
border:none;
}

a.button-play,
a.button-stop{
	width:40px;
	height:40px;
	border:none;
	display:inline;
	float: left;

}
a.button-play{
	background: url("../images/buttons.png") 0px no-repeat;
	background-size: cover;
}
a.button-stop{
	background: url("../images/buttons.png") -45px 0px no-repeat;
	background-size: cover;
}

a.button-play:focus,
a.button-stop:focus{
	outline:none;
	border:none;
}



.button-sampler{
margin: 25px auto 0px;
width:30px;
height: 30px;
border:0px;
}
.button-sampler:focus{
   outline:0px;
}

.padded{
	margin-top: 10px;
}
