#inner-page-wrapper {
	margin-bottom: 0;
	background: url(../../images/bio-watermark.jpg) no-repeat center bottom transparent;
	background-size: 100% auto;
}
.buysell-content{
	overflow: hidden;
	min-height: 800px;
}
#content .buysell-content h2{
	font-weight: 800;
	font-size: 70px;
	color: #383838;
	text-transform: uppercase;
	margin: 0;
}
#content .buysell-content h3{
	font-weight: 700;
	font-size: 40px;
	color: #6f6e6e;
	margin: 0;
	line-height: 40px;
}
#content .buysell-content p{
	font-weight: 300;
	font-size: 17px;
	color: #333333;
}
#content .buysell-content p strong{
	font-weight: 700 !important;
}
#content .buysell-content .col-md-3,
#content .buysell-content .col-md-4,
#content .buysell-content .col-md-5,
#content .buysell-content .col-md-6{
	position: static;
}
#content .buysell-content .row{
	position: relative;
}
.floating-img{
	display: block;
	width: 1051px;
	/*height: 989px;*/
	height: 900px;
	position: absolute;
	top: 40px;
}
.buyers-content .floating-img{ left: 55%; }
.sellers-content .floating-img{ right: 55%; }
.buysell-cta{
	font-size: 26px;
}
.buysell-cta strong{
	display: block;
	font-weight: 800;
	color: #a81a20;
}
.buysell-cta span{
	display: block;
	color: #a81a20;
}
.buysell-cta a.outline-btn-wrap{
	font-size: 26px;
	color: #a81a20 !important;
	margin-top: 20px;
	margin-bottom: 40px;
}
.buysell-cta a.outline-btn-wrap:hover{
	color: #FFF !important;
}
.buysell-testimonials{
	display: block;
	background: url(../../images/testimonials-bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	padding: 70px 0 100px;
}
	#content .btt-list{
		padding: 0 90px;
	}
	#content .btt-item h3{
		background: url(../../images/quotation-marks.png) no-repeat center center;
		background-size: auto 100%;
		padding: 50px 0;
		margin: 0;
		font-weight: 600;
		font-size: 46px;
		line-height: 53px;
		color: #FFF;
		text-transform: uppercase;
		text-align: center;
	}
	#content .btt-item .btt-testimony{
		font-size: 20px;
		text-align: center;
		color: #b1b1b1;
		padding: 55px 0;
	}
.btt-rating{
	width: 100%;
	padding: 35px 0 0;
	text-align: center;
}
	.btt-rating em{
		display: inline-block;
		vertical-align: top;
		width: 31px;
		height: 29px;
		background-image: url(../../images/testimonials/star-rate.png);
		-ms-transform: scale(1);
			-webkit-transform: scale(1);
			transform: scale(1);	
		transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
	}
.slick-arrow {
	display: inline-block;
	font-size: 0;
	position: absolute;
	top: 50%;
	z-index: 100;
	cursor: pointer;
}
	.slick-arrow em{
		font-size: 70px;
		color: #FFF !important;
	}
	.slick-prev{left: 0;}
	.slick-next{right: 0;}
.outline-btn-wrap:hover:after{
	z-index: -1;
}
@media(max-width: 1200px){
	.floating-img{
		top: auto;
		bottom: 0;
	}
	img.floating-img.buyers-fimg{
	    margin-left: 30px;
	}
	img.floating-img.sellers-fimg{
	    margin-right: -58px;
	}


}
@media(min-width: 992px) {
	.sellers-content{
		text-align: right;
	}
}
@media(max-width: 991px) {
	.floating-img{
		display: none !important;
	}
	#content .buysell-content h2{
		font-size: 42px;
	}
	#content .btt-list{
		padding: 0 !important;
	}
	.slick-arrow{display: none !important;}
}