.sell-shell-timeshare{
	padding:80px 0;
	background: url('../../../images/vps/blue-list.jpg') no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
    float: left;
    width: 100%;
}

.sell-shell-timeshare img{
	margin-bottom: 20px;
}
.sell-shell-timeshare .title{
	color:#fff;
	font-size:32px;
}
.sell-shell-timeshare .text{
	max-width: 600px;
	font-size:16px;
	margin: 30px auto;
}
.sell-shell-timeshare .btn{

    margin-right: 20px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 20px 0 20px;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    color: white;
    background-color: #f2a114;
    background: -webkit-gradient(linear, center left, center right, from(#f2a114), to(#e77924));
    background: -webkit-linear-gradient(left, #f2a114, #e77924);
    background: -moz-linear-gradient(left, #f2a114, #e77924);
    background: -o-linear-gradient(#f2a114, #e77924);
    background: -ms-linear-gradient(#f2a114, #e77924);
    background: linear-gradient(to right, #f2a114, #e77924);
}