/* 
	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;
		
	}
	
	#banner {
		background-color:#7a1215;
		height: 90px;
		color: white;
		font-size: 42px;
		text-align: center;
		line-height: 90px;
	}
	
	a:hover {
		color: #fff; 
		text-decoration: none;
	}
	
	article {
		width:100%;
		padding: 5%;
	}
	
#top-section1{
		width: 100%;
		text-align: left;
		padding: 4%;
	}
	
	
	.clear {
	clear: both;
	}
	

.second {
	color: white;
	text-align: center;
}


#pre-footer {
	background-color: gray; 
	text-align: center;
	color: white;
}

	
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%;
}



/*-----------------------------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%;
	}
}




@media only screen and (min-width: 600px) 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: 450px;
	}
	