@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';
	width:100%;
	height:100%;
}

#menu-width-align {
  padding-left:220px;
  margin-top:-5px;
}

#menu-width-align2 {
  margin-top:48px;
  margin-right:80px;
}

#menu-width-align3 {
  top: 0px;
  right: 60px;
  float:top;
  position: absolute;
  padding-top: 27px;
}

.navigation{
	position:fixed;
	z-index:1;
	width:100%;
}
.navigation li{
	display:block;
	float:left;
	text-align:center;
	width:100px;
	margin-top:46px;
}
.navigation li:hover,.active{
	cursor:pointer;
	width:100px!important;
}

.slide{
	background-attachment: fixed;
	width:100%;
	height:900px;
	position: relative;
}
.wrapper{
	width:960px;
	height:200px;
	margin:0 auto;
	position:relative;
}
.slideno{
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:15px;
	font-weight:bold;
	color:#000;
}
.button{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	bottom:0px;
	left:90%;
	background-color:#ccc;
	background-image:url(../images/arrow.png);
}
.button:hover{
	background-color:#f1f1f1;
	cursor:pointer;
}

/******************************
 SLIDE 1 
*******************************/
#slide1{
	background-color:#fff;
	
}
/******************************
 SLIDE 2 
*******************************/
#slide2{
	background-image:url(../images/slide2/bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}
/******************************
 SLIDE 3 
*******************************/
#slide3{
	background-image:url(../images/slide3/bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}
/******************************
 SLIDE 4 
*******************************/

#slide4{
	background-color:#fff;
}
