@charset "utf-8";
html{
	height:100%;
}
/*******main*******/
body{
	width:100%;
	height:100%;
	margin:0;
}

#maincontainer {
	position: relative;
	width:1030px;
	max-height:100%;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
}
#maincontainer2 {
	position: relative;
	width:1030px;
	max-height:100%;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
}
/*****************TEXTS*********************/
h1{
	font-family:'Lato', sans-serif;
	font-weight:300;
	font-size:32px;
	display:block;
	margin-bottom:10px;
}


/*****************HEADDER*********************/
#headder{
	width:1030px;
	height:30px;
	position:relative;
	margin:0px auto auto;
	background-color:#fff;
}

/*****************NAVIGATION*********************/
.nav{
	width:1030px;
	min-height:330px;
	max-height:330px;
	position:relative;
	margin:20% auto auto ;
	top:0px;
}
ol,ul {
	list-style:none;
}

.fixed {
	position: fixed;
	width:1030px;
	top:0;
	margin:0 auto auto;
	z-index:9999;
}

/*****************CONTENTS*********************/
#contents{
	width:1030px;
	height:1800px;
	position:relative;
	margin:0 auto 0 auto;
	top:500px;
	left:0px;
	background-color:none;
	clear:both;
}
/*****************work*********************/
#work{
	width:1030px;
	max-height: 600px;
	min-height: 600px;
	position:relative;
	background-color:none;
	margin:0 auto auto;
	z-index:10;
padding-top:0px;
}
/*****************about*********************/
#about{
	width:1030px;
	max-height: 600px;
	min-height: 600px;
	position:relative;
	background-color:none;
	margin:0px auto auto;
	z-index:10;
	padding-top:0px;
}
#aboutcontents{
	width:1000px;
	height:450px;
	max-height: 600px;
	min-height: 600px;
	position:relative;
	background-color:none;
	margin:0px auto auto;
	margin-top:0px;
	z-index:10;
}

#aboutcontents h1{
	font-family:'Lato', sans-serif;
	font-weight:300;
	color:#13c4a5;
	font-size:30px;
	display:block;
	margin-bottom:10px;
	z-index:10;
}
#aboutcontents p {
	font-family:'Lato', sans-serif;
	font-weight:300;
	color:#13c4a5;
	font-size:26px;
	display:block;
	margin-bottom:10px;
	padding:0 0 0 10px;
	z-index:100;
}
.sml{
	font-family:'Lato', sans-serif;
	font-weight:300;
	color:#5c5c5c;
	font-size:16px;
	line-height:1.3;
	display:block;
	margin-bottom:10px;
	padding:0 0 0 10px;
	z-index:100;	
}
.emph{
	font-family: 'Righteous', cursive;
	font-family: 'Allerta Stencil', sans-serif;
	font-weight:100;
	color:#13c4a5;
	font-size:26px;
	line-height:1.3;
	display:inline;
	z-index:100;	
}
.aboutstage{
	width:1000px;
	height:450px;
	background-image: url("../img/demopage/about.gif");
	margin:-200px 0 0 0;
	z-index:1;
}

/*****************contact*********************/
#contact{
	width:1030px;
	max-height: 600px;
	min-height: 600px;
	position:relative;
	margin:0px auto auto;
	z-index:10;
	padding-top:20px;
}

/*****************FOOTER*********************/
#footer{
width:100%;
height:200px;
position:relative;
left:0;
bottom:0;
background:#none;
z-index:2000;
}

/********************scroll to top button********************/
#page-top {
	position: fixed;
	top: 45%;
	right: 0px;
	font-size: 100%;
	line-height:4;
	z-index:30;
}
#page-top a {
	background-color: #13c4a5;
	text-decoration: none;
	color: #fff;
	width: 60px;
	height:60px;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 3px;
/* transition */
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
#page-top a:hover {
	text-decoration: none;
	color:#000;
	background-color: #fff;
	
}

/*------test------*/
#bgc {
	position: fixed;
	top: 0%;
	right: 0px;
	width:100%;
	height:100%;
	background-color:#E3B900;
	background-color:#E3C100;
	background-color:#2B3542;

	z-index:-10;
}