@import 'jquery.fancybox.min.css';
@import 'jquery-confirm.css';
#sponsorship{
	padding-bottom:0;
}
#sponsorship .banner{
	position: relative;
    background: url(../images/bg-white-car.jpg) no-repeat center bottom;
    background-size: cover;
    min-height: 470px;
}
#sponsorship .banner .user-av{
	text-align: center;
	position: relative;
	top: 30px;
}
#sponsorship .banner .user-av img{
border-radius: 50%;
width: 130px;
height: 130px;
margin: auto;
border: 2px solid #fff;
}
#sponsorship  .user-av .avatar-name{
width: 130px;
height: 130px;
line-height: 130px;
font-size:45px;
}
#sponsorship .banner h1{
	font-size: 36px;
	text-align: center;
	font-weight: normal;
	padding-top: 50px;
	line-height: 40px;
	color: #FFF;
	text-shadow: 1px 1px 3px #000;
}
#sponsorship .banner p{
	color: #333;
    text-shadow: 1px 1px 3px #fff;
    font-size: 17px;
    max-width: 500px;
    margin: 110px auto 0 auto;
    text-align: center;
}
.text-content .banner-txt2{
	margin-bottom: 40px;
	font-size: 18px;
}
#sponsorship p .btn-primary{
background: #5db511;
border: 0 none;
text-shadow: none;
padding: 15px 20px;
font-size: 20px;
}
#sponsorship .form-content{
width: 100%;
max-width: 890px;
margin: 0px auto 0;
position: relative;
padding: 30px 30px 100px;
}
#sponsorship .form-content form{
	position:relative;
	padding-bottom:15px;
}

#sponsorship .form-content form input[type='text']{
	width: 100%;
	max-width: 656px;
	height: 40px;
	margin: 0;
	padding-left: 10px;
}
#sponsorship .form-content form input[type='submit']{
background: #5db511;
top: 0;
right: 0;
width: 170px;
height: 40px;
border: none;
color: #FFF;
margin-left: -10px;
}
#sponsorship .form-share {
	overflow:hidden;
}
#sponsorship .form-share h2{
font-family:"Open Sans", Arial,sans-serif;
font-size:20px;
margin-bottom:15px;
}
#sponsorship .form-share .fleft{
	float:left;
	width:50%;
	overflow:hidden;
}
#sponsorship .form-share .fleft #referralLink{
width: 100%;

max-width: 335px;

height: 40px;

margin: 0;

padding-left: 10px;

float: left;
}
#sponsorship .form-share .fleft .share-btn{
	background: #0074d9 ;
top: 0;
right: 0;
width: 70px;
height: 40px;
border: none;
color: #FFF;
margin-left: -10px;
}
#sponsorship .form-share .fleft .buttons{
	position:relative;
	overflow:hidden;
}
#sponsorship .form-share .fleft .buttons button,
#sponsorship .form-share .fleft .buttons a{
	width:34px;
	height:34px;
	border: 0 none;
	font-size: 0;
	float:left;
	margin-right:5px;
	position:relative;
}
#sponsorship .form-share .fleft .icon-whatsapp{
	background:url(../images/icons/whatsapp_icon.png) no-repeat left center;
}
#sponsorship .form-share .fleft .icon-messenger{
	background:url(../images/icons/messenger_icon.png) no-repeat left center;
}
#sponsorship .form-share .fleft .icon-more{
	width:33px;
	height:33px;
	background:#fff;
	border: 1px solid #333 !important;
	border-radius:50%;
	margin-left:3px;
}
#sponsorship .form-share .fleft .icon-more span{
	position: absolute;
	top: -7px;
	left: 7px;
	font-size: 23px;
}

#sponsorship .text-content{
clear: both;
margin: 35px auto;
text-align: center;
overflow:hidden;
}
#sponsorship .text-content h2{
	font-size: 24px;
	margin-bottom: 60px;
	position:relative;
	padding-bottom:15px;
}
#sponsorship .text-content h2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: #66ba00;
    width: 28px;
    height: 7px;
	border-radius: 50px;
}
#sponsorship .text-content ul li img{
	max-height:69px;
}
#sponsorship .text-content ul li{
width: 33%;
float: left;
padding-right: 19px;
}
#share_links{
	width:100%;
	max-width:350px;
	padding: 20px 25px;
}
#share_links h2{
	font-size:25px;
	margin-bottom:25px;
	font-family: "Open Sans", Arial,sans-serif;
}
#share_links ul li {
border-top: 1px solid #ddd;
}
#share_links ul li a{
	width:100%;
	display:block;
	padding: 20px 0;
	font-size: 16px;
}
@media screen and (max-width: 600px) {
	#sponsorship .banner{
		min-height: 330px;
	}
	#sponsorship .banner .user-av img{
		width: 100px;
		height: 100px;
	}
	#sponsorship .banner h1{
		font-size: 20px;
		padding-top: 30px;
	}
	#sponsorship .banner p{
		font-size: 14px;
		margin-top: 10px;
	}
	#sponsorship .banner-txt{
		display: none;
	}
	.text-content .banner-txt2{
		display: block;
		margin-bottom: 30px;
	}
	#sponsorship .form-content{
		box-shadow: 0 0 0;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-top: 0;
	}
	

	#sponsorship .text-content{
		margin-top: 20px;
	}
	#sponsorship .text-content h2{
		margin-bottom:25px;
	}
	#sponsorship .text-content ul li{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
}
