#sell-hero, #sell-hero .global_hero_cell {
	height:420px !important;
	
}
#sell-hero:after {
	background: rgba(0, 0, 0, 0.4);
}
#sell-hero .global_contain {
	max-width:100%;
	text-shadow:1px 1px 2px #000;
}
	#sell-hero h1 {
		font-weight:600;
		font-size:36px;
		margin-bottom:12px;
	}
	#sell-hero p {
		font-size:18px;
		max-width:600px;
		margin:0 auto;
	}
@media screen and (min-width:1400px) {
#sell-hero .global_contain {
	max-width:1400px;
}	
}


#sell-main {
}
	#sell-main .global_contain {
		padding:42px 0;
		min-height:600px;
	}
		#sell-main-text {
			padding-right:64px;
		}
			#sell-main-text h3 {
				font-size:28px;
				font-weight:600;
			}
			#sell-main-text p {
				font-size:17px;
				line-height:26px;
				margin:1em 0;
				font-weight:300;
			}
			#sell-main-text ul {
				font-size:17px;
				line-height:26px;
				margin:1em 0;
				font-weight:300;
			}
			#sell-main-text ul li {
				font-weight:300;margin-bottom: 0.25em;
			}
		#sell-main-sidebar {
			margin-top:-120px;
			position:relative;
			z-index:1;
		}
				
@media screen and (max-width:600px) {
	#sell-main-text {
		padding-right:0;
	}
	#sell-main-sidebar {
		margin-top:36px;
	}
}


