/*
|--------------------------------------------------------------------------|
|                     Place your custom styles here                        |
|--------------------------------------------------------------------------|
*/

.single-slide h3{
	line-height: 30px;
}
.fadein { 
	position:relative; 
	-webkit-box-shadow: 12px 13px 26px -6px rgb(118, 76, 18);
-moz-box-shadow: 12px 13px 26px -6px rgb(118, 76, 18);
box-shadow: 12px 13px 26px -6px rgb(118, 76, 18);
}
.fadein p { 
	position:absolute; 
	left:0; 
	top:0; 
}
.contact-msg{
	text-align: center;
    margin-top: -20px;
    margin-bottom: 30px;
}
.white-font{
	color: #fff;
}
section#club {
    padding-bottom: 90px;
}