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


html,body{
 font-family: 'Cuprum', serif;
	width:100%;
	height:100%;
	font-size:16px;
}

.navigation{
	position:fixed;
	z-index:1;
	top:200px;
}
.navigation li{
	color:#222;
	display:block;
	padding: 0 10px;
	font-size:36px;
	line-height:56px;
	margin-bottom:2px;
	border-bottom:1px solid black;
	text-align:left;
	width:380px;
	font-family: 'Cuprum', serif;
}
.navigation li:hover,.active{
	font-size:38px;
	line-height:56px;
	cursor:pointer;
	width:380px!important;
}
.logo{
position:fixed;
top:20px;
left:20px;
z-index:1;
}
.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
}
.wrapper{
	width:100%;
	height:200px;
	margin:0 auto;
	position:relative;
}
.slideno{
	position:absolute;
	bottom:0px;
	left:0px;
	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);
}
.button:hover{
	background-color:#494949;
	cursor:pointer;
}

.content{
	position:absolute;
	left:500px;
	top:100px;
	color:#222;
	width:600px;
	z-index:100;
	padding:20px;
	background-image:url(../images/spacer_white.png);
	
	-webkit-box-shadow:  0px 4px 4px 4px rgba(1, 1, 1, 0.3);
        
        box-shadow:  0px 4px 4px 4px rgba(1, 1, 1, 0.3);
}
.content h1{
	font-size:26px;
}
.content h2{
	font-size:22px;
}
.content h3{
	font-size:18px;
}
.icon-more{
	position:absolute;
	top:10px;
	right:10px;
	width:60px;
	height:45px;
	background-image:url(../images/icon-more.png);
}
.icon-more:hover{
	cursor:pointer;
	background-position: 0 -45px;
}
.header-block{
	width:550px;
}
.contact-info{
	font-size:28px;
}

.parallaxbg{
	position:absolute;
	right:40px;
	top:40px;
	font-size:28px;
	color:rgba(51,51,51,0.3);
}

.bubbletip{
	display:none;
	width:500px;
	font-family:Arial;
	font-size:14px;
	line-height:1.5em;
}

/******************************
 SLIDE 1 
*******************************/
#slide1{
background:#007dde url(../images/slide1/bkg.jpg) no-repeat top center;
}




/******************************
 SLIDE 2 
*******************************/
#slide2{
background: rgb(255,183,107); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,183,107,1) 0%, rgba(255,127,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,107,1)), color-stop(100%,rgba(255,127,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,127,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,127,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,127,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,183,107,1) 0%,rgba(255,127,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */

	
}

/******************************
 SLIDE 3 
*******************************/
#slide3{
	background-color:#b6c10b;
}

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

#slide4{
background: rgb(255,214,94); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,214,94,1) 0%, rgba(242,171,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,214,94,1)), color-stop(100%,rgba(242,171,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(242,171,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(242,171,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(242,171,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,214,94,1) 0%,rgba(242,171,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#f2ab04',GradientType=0 ); /* IE6-9 */
}

.parallaxbg{
	position:absolute;
	right:40px;
	top:40px;
	font-size:28px;
	color:rgba(51,51,51,0.3);
}

