body{
	width: 100%;
	background-color: #F0F0F0;
	padding: 0px;
	margin: 0px;
}

.header{
	width: 100%;
	height: 60px;
	bottom: 0;
	left: 0;
	z-index: 5;
	background-color: #FFFFFF;
	position: fixed;
	padding: 0;
	margin: 0;
}

.header .header-brand{
	display: none;
}

.header .header-navigation{
	list-style-type: none;
	width: 100%;
	height: 60px;
	padding: 0;
	margin: 0;
}

.header .header-navigation .nav-1{
	float: left;
	width: 20%;
	height: 100%;
	text-align: center;
	padding-top: 10px;
}

.header .header-navigation .nav-1 i{
	width: 100%;
	font-size: large;
	text-align: center;
	
}

.header .header-navigation .nav-1 a{
	position: relative;
	bottom: 0;
	color: #3E3E3E;
	text-decoration: none;
	font-size: x-small;
}

.header .header-navigation .nav-1 a:hover{
	color: #006699;
	text-decoration: none;
}

.header .header-navigation .current{
	background-color: #F9F9F9;
}

.header .header-navigation .current i{
	color: #006699;
}

.header .header-navigation .current a{
	color: #006699;
}

.menu-down{
	display: none;
}

.header .collapse{
	width: 100%;
	height: 60px;
	float: left;
	background-color: rgba(0,0,0,0.8);
	color: #E0E0E0;
	position: absolute;
	bottom: 60px;
}

.header .collapse h4{
	display: none;
}

.header .collapse ul{
	list-style: none;
	padding: 0;
	margin: 5% 5%;
}

.header #service-panel ul li{
	width: 33%;
	float: left;
	font-size: xx-small;
	cursor: pointer;
	
}

.header #contact-panel ul li{
	width: 50%;
	float: left;
	font-size: xx-small;
	cursor: pointer;
	
}


.section{
	width: 100%;
	/* margin-top: 100px; */
}

.section .theme-title{
	text-align: center;
	color: #C0C0C0;
	padding-left: 5%;
	padding-top: 6%;
	font-size: small;
}

.footer{
	background-color: #F9F9F9;
	color: #000000;
	opacity: 0.8;
	width: 100%;
	margin-top: 50px;
	font-size: x-small;
}

#cyright p{
	text-align: center;
	margin: 0;
	padding: 0;
}