@charset "utf-8";
/* CSS Document */

@font-face {
   /* font-family: 'BebasRegular';
    src: url('font/BEBAS___-webfont.eot');
    src: url('font/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/BEBAS___-webfont.woff') format('woff'),
         url('font/BEBAS___-webfont.ttf') format('truetype'),
         url('font/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;*/

}
html,body{
 /*font-family: 'BebasRegular';*/ font:1em/1.2 "Helvetica Neue", Arial, Helvetica, sans-serif;
	/*width:100%;*/
	height:100%;
	background-color:#000;
	color:#FFF;
	margin:0;
}

.navigation{
	position:fixed;
	z-index:1;
	padding: 0px;
    margin: 0 0 0px 0;
	 
	
}
.navigation li{
	color:#F90;
	text-decoration: none;
	display:block;
	padding: 0 10px;
	line-height:50px;
	text-transform: uppercase;
	font-weight:bold;
	 -webkit-transition: all .2s ease-in-out;
	text-align:left;
	width:270px;
	color: rgba(0,0,0,0.1);
	text-shadow: 0px 0px 2px #F90;
		
	 
	
}

.navigation li:hover,.activee{
	font-size:25px;
	cursor:pointer;
	width:270px !important;
	 color:#FFF;
	margin-bottom:10px;
	text-decoration: none;
	background: rgba(0,0,0,0.8);
	letter-spacing: 1px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
	 
}

.navigation .activeXX{
	background: rgba(0,0,0,0.1);
	text-shadow: 0px 0px 0px #FFF;
	 color:#FFF;
	}

.SAlogo{
	position:fixed;
	top:50px;
	left:40px;
	z-index:1;
}
.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	
	
}


.wrapper{
	width:960px;
	height:300px;
	margin:0 auto;
	position:relative;
}
.slideno{
	position:absolute;
	bottom:40px;
	left:23px;
	font-size:100px;
	font-weight:bold;
	color:rgba(255,255,255,0.3);
}
.button{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	bottom:0px;
	left:50%;
	background-color:#333333;
	background-image:url(../images/arrow.png);
}

.button2{
	display:block;
	width:50px;
	height:50px;
	position:relative;
	 
	bottom:0px;
	 
	background-color:#333333;
	background-image:url(../images/arrow.png);
}
.button:hover{
	background-color:#494949;
	cursor:pointer;
}

.button_top{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	bottom:0px;
	left:50%;
	background-color:#333333;
	background-image:url(../images/arrow_top.png);
}

.top:hover{
	background-color:#494949;
	cursor:pointer;
}

/******************************
 SLIDE 1 
*******************************/
#slide1{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/img/gitaar1b_bk.jpg);
	background-repeat: no-repeat;
	
	
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 796) {
#slide1{
	background-color:#FFF;
	
}
}

/******************************
 SLIDE 2 
*******************************/
#slide2{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/img/mic1.jpg);
	background-repeat: no-repeat;
	
}

/******************************
 SLIDE 3 
*******************************/
#slide3{
	/*background-color:#b6c10b;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/img/piano1.jpg);
	background-repeat: no-repeat;
}

/******************************
 SLIDE 4 
*******************************/

#slide4{
	background-image:url(../images/img/mixer1.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
}
#slide4 .parallaxbg{
	position:absolute;
	right:40px;
	top:40px;
	font-size:28px;
	color:rgba(51,51,51,0.3);
}
.b1{
    padding: 0px;
    margin: 0 0 10px 0;
    position: relative;
}



/******************************
 SLIDE 5 
*******************************/
#slide5{
	/*background-color:#b6c10b;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/img/singer1.jpg);
	background-repeat: no-repeat;
}




/******************************
 SLIDE 6 
*******************************/
#slide6{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/img/padels1.jpg);
	background-repeat: no-repeat;
}



/*/* social */
#social{
    position:fixed;
	bottom:25px;
	left:28px;
    z-index:24;
	width:290px;
	height:33px;
	 
     
    background-color:#060606;
    margin: 0 0 0 0;
}


.bmenu li{
    font-size: 30px;
    display: block;
}

/*/* MENU */
#menu{
    position:fixed;
    top:28%;
    left:15px;
    z-index:20;
    padding:10px;
	text-shadow: 0px 0px 4px #F90;
    width:280px;
    margin: 0 auto
}
    #menu li{margin:0;
    background: rgba(0,0,0,0.55);
	margin:5px;
	
	}
	#menu a{
	margin:0;
	color:#FFF;
	text-decoration: none;
    }
	
	/*#menu:hover li a{
	text-shadow: 0px 0px 3px #F30;
	color: transparent;
	background: rgba(0,0,0,0.4);
	text-decoration: none;*/

#menu li a:hover{
	background: rgba(0,0,0,1.0);
	text-shadow: 0px 0px 1px #F30;
	text-decoration: none;
}



.bmenu li a{
	display: block;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px #eeb213;
	color: #eeb213;
	padding: 5px 20px;
	margin: 2px;
	background: rgba(0,0,0,0.7);
	letter-spacing: 1px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#home {
	width: 38%;
	height:255px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	background-color: #000;
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 30.5%;
	left:50%;
	padding:5px 10px 5px 10px;
	line-height: 1.9em;
}

#products {
	
	height:100%;
	font-family: Tahoma, Geneva, sans-serif;
	color: #CCC;
	background-color: #000;
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 220px;
	left:50%;
	padding:5px 20px 0px 10px;
	line-height: 1.9em;
	 
}

h1, h3{
	font-size: 1.8em;
	line-height: 1.2em;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#fff;
	
	
}

p{
	color:#fff;	
}

a{
	color:#F60;
}
/*---------------------------------------------------*/

#contact_info{
	height: 400px;
	width: 750px;
	margin:10 0 0 30%;
	background-color: #000;
	background: rgba(0,0,0,0.6);
	top:180px;
	left:29%;
	position:absolute;
	line-height:18px ;
	 	 
}
#contact_infoLeft {
	float: left;
	width: 33%;
	position:relative;
	margin: 10px 0 5px 10px;
	font-size:0.82em;
}

#contact_infoMid {
	float: left;
	width: 33%;
	position:relative;
	margin: 10px 0 5px 10px;
	font-size:0.82em;
	 
}
 #contact_infoRight {
	 
	float: left;
	width: 30%;
	position:relative;
	margin: -10px 0 5px 10px;
	font-size:0.82em;
}
#contact_info h2 {
	font-size: 1.6em;
	margin: 10px 0 5px 10px;
	 
	 
}



#social a{
	width: 32px;
	height: 32px;
	margin: 0 17px 17px 0;
	display: block;
	float: left;
}

#social a img{
	border: none;
}

.tipsy{ 
	padding: 5px; 
	font-size: 10px;
	opacity: 0.8;
	/*filter: alpha(opacity=80);*/
	background-repeat: no-repeat;
	background-image: url(../icons/tipsy.gif);
	font-family: Arial, Verdana, sans-serif;
	margin-top: 2px;
}

.tipsy-inner{ 
	padding: 5px 8px 4px 8px;
	background-color: black;
	color: white;
	max-width: 200px;
	text-align: center;
}

.tipsy-inner{ -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north{ background-position: top center; }
.tipsy-south{ background-position: bottom center; }
.tipsy-east{ background-position: right center; }
.tipsy-west{ background-position: left center; }

/*--------slider*/
#slider1 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	background-color: #000;
	background: rgba(0,0,0,0.6);
    width:600px;/* important to be same as image width */
	height:369px;/* important to be same as image height *//* important to be same as image height */
    position:relative; /* important */
	overflow: hidden; /* important */
	top:58%;
	left:360px;

}
#studioTxt {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	background-color: #000;
	background: rgba(0,0,0,0.6);
    width:575px;/* important to be same as image width */
	 height:110px;/* important to be same as image height *//* important to be same as image height */
    position:absolute; /* important */
	overflow: hidden; /* important */
	 top:545px;
	left:360px;
	font: 12px/17px Arial, Helvetica, sans-serif;
    padding: 15px 13px;

}

#slider1Content {
    width: 600px; /* important to be same as image width or wider */
    position: absolute;
	height:369px;/* important to be same as image height */
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 12px/17px Arial, Helvetica, sans-serif;
    padding: 5px 13px;
    width: 600px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}


.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 130px !important;
	height: 369px;
}
.right {
	right: 0;
	bottom: 0;
	width: 230px !important;
	height: 369px;
	padding-top:30px;
	margin-top:20px;
	
	
	
}
ul { list-style-type: none;}
 
 #scrollfade {
	bottom:50px;
	height: 100px;
	width: 100%;
	position: fixed;
	z-index:25;
	line-height:95px;
	cursor:pointer;
	text-align:center;
}

.smallHead {
	font-size: 18px;
	font-weight: bold;
	margin:0 0 8px 0;
	
}