/* 
	Theme Name: Nessipark Investemnts Web Layout
	Date: October 2013
	Description: A responsive company website theme for Nessipark 
	Version: 1.0
	Author: Laban Ebenezer (LESO MEDIA)
	Author URL: http://nessipark.com
*/

	
	* { 
	margin: 0;
	border: 0;
	padding: 0;
	
	}
	 
	 body {
		background: #fff;
		font-family: Calibri Light; 
		font-size: 22px;
		color: #555;
		margin: 0;
	 }
	 
	 h1 {
		text-align: center;
		font-size: 180%; 
		line-height: 100%;
		padding; 5% 0;
	 }
	
	h2 {
		line-height: 280%;
		padding: 2%;
	}
	
	
	h3 {
		text-decoration: underline; 
		line-height: 280%;
		padding: 2%;
	}
	
	p {
		padding: 1%;
	}
	
	ul {
		list-style: none;
		}
	
	img { 
		text-align: center;
		max-width: 100%;
		height: auto; 
		width: auto; 
	}
	
	a {
		color: #fff;
		text-decoration: none;
		font weight: bold;
	}
	
	#banner {
		background-color:#7a1215;
		height: 90px;
		color: white;
		font-size: 42px;
		text-align: center;
		line-height: 90px;
	}
	
	a:hover {
		color: #fff; 
		text-decoration: none;
	}
	
	#doc {
		margin: 40px 0;
	}
	
	#content {
		margin: 0 auto;
		max-width: 1140px;
	}
	
	
	
	.clear {
	clear: both;
	}
	
article {
		margin-top: 10%;
		float: left;
		
		width: 40%;
		height: auto;
		padding: 4%;
		text-align: right;
	}
	
	
aside{
		float: right;
		margin-top: 10%;
		
		width: 40%;
		height: auto;
		padding: 3%;
		text-align: left;
	}
.second {
	color: white;
	text-align: center;
}


#pre-footer1 {
	background-color :white ;
	float: left;
	text-align: center;
	margin-top: 5%;
	color: gray;
}

#pre-footer2 {
	background-color: gray; 
	text-align: center;
	float: right;
	color: white;
	height: 400px; 
}


#sub-footer{
	background-color: gray; 
	text-align: center;
	color: white;
	height: 500px; 
}
	
footer {
	
	Background-color: #7a1215;
}
	/*-----------------------------Menu Style Starts ---------------------------------*/ 

a 	{ 
		text-decoration: none;
}

a:link, a: visted { 

}

a: hover, a:active {

	
}



#mainMenu { 
	text-align: center;
	height: 80px;
	width: 100%;
	text-align: center;
	background: #7a1215;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0.90;
}



#mainMenu img {
	float: left;
	margin-left: 200px; 
	
}


#mainMenu ul {
	font-size: 17px;
	float: right;
	margin-right: 400px; 
} 

#mainMenu ul li {
	line-height: 70px;
	list-style: none;
	display: inline-block; 	
}

#mainMenu ul li a {
	padding: 20px;
	color: white;
	line-height: 40%;
}




	
#banner {
		background-color:#7a1215;
		height: 90px;
		color: white;
		font-size: 42px;
		text-align: center;
		line-height: 90px;
	}	
	


/*-----------------------------Menu Style Ends ---------------------------------*/ 


*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

.slider{
	overflow: hidden;
	height: 750px;
}

.slider figure div{
	width: 20%;
	float: left;
}

.slider figure img{
	width: 100%;
	float: left;
}

.slider figure{
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	animation: 40s slidy infinite;
}

@keyframes slidy{
	0%{
		left: 0%
	}

	10%{
		left: 0%;
	}

	12%{
		left: -100%;
	}

	22%{
		left: -100%;
	}

	24%{
		left: -200%;
	}

	34%{
		left: -200%;
	}

	36%{
		left: -300%;
	}

	46%{
		left: -300%;
	}

	48%{
		left: -400%;
	}

	58%{
		left: -400%;
	}

	60%{
		left: -300%;
	}

	70%{
		left: -300%;
	}

	72%{
		left: -200%;
	}

	82%{
		left: -200%;
	}

	84%{
		left: -100%;
	}

	94%{
		left: -100%;
	}

	96%{
		left: 0%;
	}

	100%{
		left: 0%;
	}
}


input[type=text], input [type=email], textarea {
			outline: none;
			transition: .2s all linear;
			display: flex; 
			border: 1px solid silver;
			padding: 8px; 
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			width: 100%; 
		}
		
		input, textarea {
			margin: 10px 0;
			font-family: Microsoft JhengHei UI light;
		}
		
		div#glob_content {
			background-color: #ffcde0;
			border-radius: 4px;
			border: 3px dashed #ff2275;
			max-width: 200px;
			margin: 0 auto;
			font-family: Microsoft JhengHei UI bold;
		}
		
		div#form_content {
			padding-left:265px;
			padding-top:50px;
			
			width: 70%;
			
		}
		
		div#title {
			background-color: #ff2275; /* ------- Header Attributes ----------*/
			color: white;
			font-weight: lighter; 
			text-align:center;
			text-shadow:1px 0px 15px #dc2368;
			padding: 20px; 
			font-size: 20px;
		}
		
		input[type=submit] {		/* ------- Submit Button Attributes ----------*/
			padding: 5px 10px 5px 10px;
			background-color: #7a1215;
			border: 1px solid #7a1215;
			color: white;
			font-weight: light; 
			font-size:15px;
			font-family: Microsoft JhengHei UI light;
		}
		
		textarea {
			height: 200px;
			font-family: Microsoft JhengHei UI light;
		}
		
		input:focus, textarea:focus {
			border:1px solid #7a1215;
		}




@media only screen and (min-width: 300px) and (max-width: 1400px) {
	

	
	body {
		font-size: 15px; 
	}
	
	
	#mainMenu ul li a {
	padding: 10px;
	color: white;
	line-height: 40%;
	}
	
	#mainMenu ul {
	font-size: 15px;
	float: right;
	margin-right: 250px; 
	}
	
	.slider{
	overflow: hidden;
	height: 440px;
	}
}