@CHARSET "utf-8";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#FFF;
    text-shadow:#000 1px 1px 0px, #000 -1px 1px 0px,
             	#000 1px -1px 0px, #000 -1px -1px 0px;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
	border: 0;
}

form {
	margin-top: 40px;
}

/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 50px;
	
}

h2{
	font-size: 4em;
	margin: 25px 0;
}

p{
	font-size: 2em;
	background: url(../image/empty.png);
}

h1 .sub {
	font-size: 0.4em;
	display: block;
	background: url(../image/empty.png);
}

h1 .title {
		background: url(../image/empty.png);
}

/* ================================================================== */
/* Header Styles
/* ================================================================== */

header {
	height: 56px;
	width: 100%;
	z-index: 99999;
	background: url(../image/header-bg.png);
	position: fixed;
	top: 0;
	left: 0;
	/*display:none;*/
}

/* Logo
 * --------------------------------------- */
header .logo {
	position: relative;
	height: 50px;
	width: 150px;
	padding:3px;
	float: left;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
}
header .logo a {
	display: block;
	text-align:center;
	padding: 0;
	margin: 0;
	height: 18px;
	width: 130px;
	line-height: 18px;
	color: #FFF;
	position: absolute;
	left: 5px;
	top: 16px;
}

/* Nav
 * --------------------------------------- */
#nav-wrap {
	float: right;
	margin-right: 30px;
}

/* Menu
 * --------------------------------------- */
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 6px;
            border-radius: 6px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:relative;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}


/* ================================================================== */
/* Fullpage Styles
/* ================================================================== */

/* section
 * --------------------------------------- */
.section{
	background-size: cover;
	text-align:center;
}
.slide{
	background-size: cover;
}
.intro p{
	width: 60%;
	margin: 0 auto;
	font-size: 1.6em;
	text-align:left;
	color: #FFF;
    text-shadow:#000 1px 1px 0px, #000 -1px 1px 0px,
             	#000 1px -1px 0px, #000 -1px -1px 0px;
}


/* section0(Home)
 * --------------------------------------- */
#section0{
	background-image: url(../image/home-bg.jpg);
}

.main {
	float:left;
	padding: 50px;
	text-align:left;
}


/* section1(About)
 * --------------------------------------- */
#section1{
	background-image: url(../image/about-bg.jpg);
}


/* section2(Contact)
* --------------------------------------- */
#section2{
	background-image: url(../image/contact-bg.jpg);
}

/* ================================================================== */
/* Footer Styles
/* ================================================================== */

footer {
   height: 56px;
   width: 100%;
   z-index: 99999;
   position: fixed;
   bottom: 0;
   left: 0;
   text-align: center;
   /*display:none;*/
}


/*  6. Buttons  --------------------------------------------------------- */

.button,
.button:visited,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: transparent;
	border: 2px #FFF solid;
	display: inline-block;
	font-size: 1.5em;
	color: #fff;
	padding: 18px 18px;
	cursor: pointer;
	height: auto;
	line-height: 24px;
	overflow:visible;
	vertical-align:middle;  

    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background: #36C;
	color: #fff;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	background: #3d4145;
	color: #fff;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/*  7. Forms  --------------------------------------------------------- */

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	display: inline-block;
	padding: 18px 18px;
	margin: 0;
	border: 0;
	outline: none;
	min-width: 150px;
	line-height: 24px;
	background: transparent;
	border: 2px #FFF solid;
	vertical-align:middle; 
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	color: #fff;
	background-color: #3d4145;
}
/* Placeholder */
input::-webkit-input-placeholder {
	color: #fff;
	font-size: 1.5em;
}
input:-moz-placeholder {
	color: #fff;
	font-size: 1.5em;

}
::-moz-placeholder {
	color: #FFF;
	font-size: 1.5em;

	opacity: 1;
}
:-ms-input-placeholder {
	color: #fff;
	font-size: 1.5em;

}