﻿.topbanner {
	width: 100%;
	position: relative;
	display: table;
}

.text-box {
	background-color: #D8C0AA;
	width: 549px;
	padding: 53px 81px 40px;
	color: #4B5D54;
	letter-spacing: -.6px;
	position: relative;
	display: table;
	float: left;
}

.sellingbanner .text-box {
	margin: 50px 0 0;
}

.text-box h2 {
	line-height: 1.25;
	margin: 0 0 25px;
	font-size: 26px;
	letter-spacing: -.9px;
	font-family: Playfair;
	font-weight: normal;
}

.text-box p {
	margin: 0 0 23px;
	font-size: 16px;
}

.image-box {
	width: calc(100% - 549px);
	display: table;
	float: left;
}

.sellingbanner .image-box {
	margin-top: 225px;
}

.image-box img {
	margin-left: -25%;
	width: 125%;
}

#bottombttn {
	position: absolute;
	bottom: -15px;
	z-index: 4;
	max-width: calc(100% - 555px);
	left: auto;
	right: 0;
}

#bottombttn > a {
	min-width: 141px;
	margin: 0 17px 15px 0;
	background: #024e4e;
	transition: background .3s ease-in-out;
	min-height: 45px;
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 45px;
	text-decoration: none;
}

#bottombttn .share-box #sharebtn {
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	color: #4B5D54;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 0 1px #024e4e;
	box-shadow: inset 0 0 0 1px #024e4e;
	display: block;
	padding: 10px 21px;
	position: relative;
	min-height: 45px;
}

#bottombttn .share-box {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
	margin-bottom: 15px;
}

#bottombttn .share-box #sharebtn span {
	float: left;
	padding: 5px 10px;
}

#bottombttn .share-box #sharebtn i {
	border-left: 1px solid #024e4e;
	padding: 0 5px;
	float: left;
	font-size: 30px;
}

@media (max-width: 500px) {
	.text-box {
		padding: 25px;
	}
}
