.slide{
	position:relative;
}
.slidetitle > a:link,.slidetitle > a{
	position:absolute;
	z-index:100;
	bottom:40px;
	left:0px;
	font-size:4em;
	padding:30px 30px;
	background-color: rgba( 49 , 93 , 56 , 0.7);
	/*background:#305d38;  rgba( 49 , 93 , 56 , 0.7);*/
	color:#FFFFFF;
	font-family: "Gill Sans MT","Gill Sans",GillSans,Calibri,"Trebuchet MS",sans-serif;
	text-transform: uppercase;
	font-weight:700;
	text-decoration:none;
}

	.sliderimage { 
		width: 100%; 
	} 
	.height { 
		height: 10px; 
	} 
		
	/* Image-container design */
	.slider-container { 
		max-width: 960px; 
		height:480px;
		position: relative; 
		margin: auto; 
	} 
		
	.next { 
		right: 0; 
	} 
		
	/* Next and previous icon design */
	.previous, 
	.next { 
		cursor: pointer; 
		position: absolute; 
		top: 50%; 
		padding: 10px; 
		margin-top: -25px; 
		color: #305d38;
	} 
		
	/* caption decorate */
	.captionText { 
		color: #000000; 
		font-size: 14px; 
		position: absolute; 
		padding: 12px 12px; 
		bottom: 8px; 
		width: 100%; 
		text-align: center; 
	} 
		
	/* Slider image number */
	.slideNumber { 
		background-color: #5574C5; 
		color: white; 
		border-radius: 25px; 
		right: 0; 
		opacity: .5; 
		margin: 5px; 
		width: 30px; 
		height: 30px; 
		text-align: center; 
		font-weight: bold; 
		font-size: 24px; 
		position: absolute; 
	} 
	.fa { 
		font-size: 32px; 
	} 
		
	.fa:hover { 
		transform: rotate(360deg); 
		transition: 1s; 
		color: white; 
	} 
		
	.footerdot { 
		cursor: pointer; 
		height: 15px; 
		width: 15px; 
		margin: 0 2px; 
		background-color: #bbbbbb; 
		border-radius: 50%; 
		display: inline-block; 
		transition: background-color 0.5s ease; 
	} 
		
	.active, 
	.footerdot:hover { 
		background-color: black; 
	} 
	
	
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:30px;
    line-height:30px;
}

.fa-chevron-circle-left:before {
    content: "\f137";
    /* line-height:30px; */
}

.fa-chevron-circle-right:before {
    content: "\f138";
}