@viewport {
	zoom: 1.0;
	width: extend-to-zoom;
}

@-ms-viewport {
	width: extend-to-zoom;
	zoom: 1.0;
}

@import url(//fonts.googleapis.com/css?family=Source+Sans+3);
@import url("font/stylesheet.39cd917f39fb.css");

html,
body {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #666666;
	overflow-x: hidden;
}

input,
select,
textarea,
button {
	font-family: inherit;
}

textarea {
	font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 100%;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
	border: 1px solid #d5d5d5;
	border: none;
	background: #f3f3f3;
	padding: 3px;
}

input[type=text].readonly {
	font-size: 16px;
	background: none;
	color: #959595;
}

input[type=text].disabled {
	background: #d3d3d3;
}

button,
input[type=button],
input[type=submit],
.abtn {
	border: none;
	color: #2f2f2f;
	font-size: 17px;
	padding: 4px 25px;
	cursor: pointer;
	font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	background-color: #97fe9a;
}

button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.abtn:hover {
	opacity: 0.88;
}

button img {
	vertical-align: middle;
}

button:disabled,
button.disabled {
	opacity: 0.4;
	/* background: #fed197; */
	font-size: 15px;
}

a.abtn {
	display: inline-block;
	text-decoration: none;
}

img {
	border: none;
}

a {
	color: #347647;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4 {
	color: #3e3e3e;
	margin-top: 0;
	font-weight: normal;
}

strong,
label {
	font-weight: normal;
}

p {
	margin-top: 0;
}

ol {
	font-size: medium;
}

ul {
	list-style-type: disc;
	list-style-image: url("img/bullet.a6921c576be3.png");
}

.system_message_box ul {
	list-style-type: none;
	list-style-image: none;
}

hr {
	margin: 20px auto;
}

th {
	text-align: left;
	font-weight: normal;
}

.spinner {
	background: url("img/spinner.6d1e35df91db.gif") no-repeat scroll center center #FFF;
	opacity: 0.5;
	position: absolute;
	height: 100%;
	width: 75%;
}

.system_message_box {
	border: 1px solid #999;
	background-color: #ccc;
	padding: 10px;
	margin: 10px 0;
	border-radius: 5px;
	font-family: Arial;
	font-size: 15px !important;
	line-height: 1 !important;
}

.system_message_box .system_message_head {
	font-weight: bold;
}

.system_message_box.message {
	color: #2f9a23 !important;
	border-color: #ccc;
	background: #cdffdc;
}

.system_message_box.success {
	color: #2f9a23 !important;
	border-color: #ccc;
	background: #cdffdc;
}

.system_message_box.warning {
	color: #808080 !important;
	border-color: #ffc000;
	background: #FBF9EE;
}

.system_message_box.error {
	color: #CD0A0A !important;
	border-color: #CD0A0A;
	background: #FEF1EC;
}

.content {
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ui-dialog,
.ui-dialog-content,
.ui-datepicker {
	font-size: 13px !important;
	background: #fff !important;
}

/*
 * imgAreaSelect style to be used with deprecated options
 */

.imgareaselect-border1,
.imgareaselect-border2,
.imgareaselect-border3,
.imgareaselect-border4 {
	opacity: 0.5;
}

.imgareaselect-border1 {
	border: solid 1px #000;
}

.imgareaselect-border2 {
	border: dashed 1px #fff;
}

.imgareaselect-handle {
	background-color: #fff;
	border: solid 1px #000;
	opacity: 0.5;
}

.imgareaselect-outer {
	background-color: #000;
	opacity: 0.4;
}

.imgareaselect-selection {
	background-color: #fff;
	opacity: 0;
}

.clear,
.spacer {
	clear: both;
	margin: 0px;
	padding: 0px;
	display: block;
	/* height:1px; */
	overflow: hidden;
}

.floatr {
	float: right;
	padding: 0px 0px 10px 10px;
}

.floatl {
	float: left;
	padding: 0px 10px 10px 0px;
}

.container {
	width: 970px;
	max-width: 100%;
	position: relative;
	margin: 0 auto;
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;
}

.scroll_top {
	text-decoration: none;
	cursor: pointer;
	position: fixed;
	top: 80%;
	right: 10px;
	font-size: 12px;
	text-align: center;
	background: #fff;
	padding: 4px;
}

.scroll_top span {
	display: block;
	width: 29px;
	height: 29px;
	background: url("img/bg_arrow_up.485a698367d7.png") no-repeat center center;
	border: 2px solid #c2c2c2;
	margin-bottom: 5px;
}

.scroll_top:hover {
	text-decoration: none;
	opacity: 0.88;
}

#header {
	height: 227px;
	position: relative;
	border-bottom: 1px solid #a0a0a0;
	padding-bottom: 30px;
	margin-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
}

#header .logo {
	text-align: center;
	padding: 25px 0 15px;
}

#header .logo img {
	height: 152px;
}

#header .top_links_left {
	position: absolute;
	top: 16px;
	left: 0;
	font-size: 14px;
}

#header .top_links {
	position: absolute;
	top: 16px;
	right: 0;
	font-size: 14px;
}

#header .top_links a,
#header .top_links_left a {
	display: inline-block;
	margin-left: 23px;
	color: #666666;
	text-decoration: none;
}

#header .top_links_left a {
	margin-left: 0;
	margin-right: 23px;
}

#header .droppy>a {
	display: block;
}

#header .droppy ul {
	display: none;
	position: absolute;
	right: 0;
	background: #6287a3;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	z-index: 99;
	width: max-content;
}

#header .droppy.displayed ul {
	display: block;
}

#header .droppy ul a {
	margin: 0 !important;
	color: #fff !important;
	display: block !important;
	padding: 8px 10px;
}

#header .droppy ul a:hover {
	background: #7ca1bd;
	text-decoration: none;
}

#header .nav>ul {
	text-align: center;
}

#header .nav>ul>li>a {
	color: #666666;
	display: inline-block;
	padding: 4px;
}

#header .nav>ul>li>a:hover,
#header .nav>ul>li.has_dropdown:hover>a {
	text-decoration: none;
	background: #c6f6c8;
	color: #4b7b4c;
}

#header .nav>ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

#header .nav>ul>li {
	display: inline-block;
	margin: 0 8px;
	background: #fff;
	z-index: 100;
}

#header .nav>ul>li .dropdown {
	display: none;
	position: absolute;
	top: 58px;
	left: 0;
	width: 100%;
	background: #6287a3;
	z-index: 99;
	text-align: left;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 0.5em;
	text-align: center;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: bold;
}

.alert>p,
.alert>ul {
	margin-bottom: 0;
}

.alert>p+p {
	margin-top: 5px;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #2b542c;
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #245269;
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #66512c;
}

.alert-error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.alert-error hr {
	border-top-color: #e4b9c0;
}

.alert-error .alert-link {
	color: #843534;
}

@media (min-width: 800px) {

	.feature_showcase_span {
		width: 285px
	}

	#header .nav>ul>li {
		height: 58px;
	}

	#header .nav>ul>li.has_dropdown:hover {
		background: url("img/bg-nav_dropdown_sel.39c25fd482f9.png") no-repeat bottom center;
	}

	#header .nav>ul>li:hover .dropdown {
		display: block;
	}

	#header .nav>ul>li .dropdown img {
		position: absolute;
		top: 25px;
		right: 31px;
		border: 5px solid #fff;
	}

	#header .nav>ul>li .dropdown ul {
		list-style-type: none;
		list-style-image: none;
		margin: 0;
		padding: 0;
	}

	#header .nav>ul>li .dropdown ul li {
		line-height: 20px;
	}

	#header .nav>ul>li .dropdown .spanner {
		display: block;
		line-height: 47px;
		font-family: Arial;
		text-transform: uppercase;
		font-size: 14px;
		text-align: center;
		background: #97bad4;
	}

	#header .nav>ul>li .dropdown,
	#header .nav>ul>li .dropdown a {
		color: #fff;
		font-size: 13px;
		font-family: Arial;
	}

	#header .nav>ul>li .dropdown h2,
	#header .nav>ul>li .dropdown h2 a {
		font-size: 20px;
		font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
		text-transform: uppercase;
	}

	#header .nav>ul>li .dropdown>.col {
		float: left;
		min-height: 165px;
		border-left: 1px solid #fff;
		margin: 30px 0;
		margin-right: 40px;
		padding-left: 40px;
	}

	#header .nav>ul>li .dropdown>.col:first-child {
		border-left: 0;
	}

	#header .nav>ul>li.stallion_dropdown .dropdown>.col {
		min-height: 30px;
	}
}

#footer {
	margin-top: 0;
	background: linear-gradient(rgba(26, 26, 26, 0.85), rgba(26, 26, 26, 0.85)), url("/static/img/IMG_7614-crop.583c6df41329.jpg") center center / cover no-repeat;
	padding-top: 30px;
	padding-bottom: 41px;
	font-size: 13px;
	overflow-x: hidden;
	box-sizing: border-box;
}

#footer,
#footer a,
#footer h2 {
	color: #fff;
}

#footer h2 {
	font-weight: normal;
	font-size: 18px;
}

#footer ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

#footer .social a {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
}

#footer .social a:hover {
	opacity: 0.88;
}

#footer .col1 {
	float: left;
	width: 30%;
}

#footer .col2 {
	float: right;
	width: 60%;
}

#footer .recent_sold a {
	width: 9%;
	padding-bottom: 9%;
	float: left;
	margin-left: 5.8%;
	display: block;
	border: 1px solid #fff;
	margin-bottom: 20px;
}

#footer .recent_sold a:hover {
	opacity: 0.88;
}

#footer .recent_sold a:nth-child(6n+6) {
	margin-left: 0;
	float: right;
}

#footer .recent_sold a:nth-child(7n+1) {
	margin-left: 0;
}

/* Footer redesign — Caranine round 5 */
#footer h2 {
	font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 28px;
	text-align: center;
	margin-bottom: 24px;
}

#footer .footer-top {
	display: flex;
	justify-content: center;
	gap: 60px;
	text-align: center;
	margin-bottom: 30px;
}

#footer .footer-top h3 {
	color: #fff;
	font-size: 15px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#footer .footer-links,
#footer .footer-socials {
	text-align: center;
}

#footer .footer-links ul {
	margin-bottom: 10px;
}

#footer .footer-links__columns {
	display: flex;
	gap: 40px;
	justify-content: center;
}
#footer .footer-links__col-left,
#footer .footer-links__col-right {
	text-align: left;
}

#footer .footer-bottom > img.footer-logo {
	filter: none;
}

#footer .footer-bottom {
	text-align: center;
}

#footer .footer-bottom > img {
	filter: brightness(0) invert(1);
	width: 120px;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	#footer .footer-bottom > img {
		width: 140px;
	}
}

#footer .footer-nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 12px;
}

#footer .footer-nav li {
	display: inline;
}

#footer .footer-nav li + li::before {
	content: '\2022';
	margin: 0 0.5em;
	color: #fff;
}

#footer .copyright {
	margin-bottom: 16px;
}

#footer .copyright p {
	margin: 4px 0;
}

#footer .footer-about {
	color: rgba(255,255,255,0.15);
	font-size: 11px;
	max-width: 600px;
	margin: 16px auto 0;
	line-height: 1.4;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

@media (max-width: 767px) {
	#footer {
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 20px;
		padding-bottom: 28px;
	}
	#footer .footer-top {
		flex-direction: column;
		gap: 16px;
		align-items: center;
		margin-bottom: 20px;
	}
	#footer .col1,
	#footer .col2 {
		float: none;
		width: 100%;
	}
	#footer .footer-about {
		padding: 0 8px;
	}
}

.sponsors {
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	margin-bottom: 30px;
}

.sponsor_label {
	border-right: 1px solid #a0a0a0;
	padding: 15px 12px;
	height: 85px;
	/*115px;*/
	float: left;
}

.sponsor_label .inner {
	background: #347546;
	color: #fff;
	padding: 13px 35px;
	font-size: 19px;
}

.sponsor_label .inner strong {
	font-weight: normal;
	font-size: 28.2px;
}

.barn_ads_box {
	margin-top: 250px;
	font-size: 12px;
}

#home #search_feature {
	display: none;
}

#home .feature_div {
	padding-left: 0;
	padding-right: 0;
}

#home #home_feature img {
	width: 305px;
	height: 305px;
	object-fit: cover;
	object-position: center;
}

#home .barn_ads_box {
	margin-top: 20px;
}

.barn_ads a {
	display: inline-block;
	margin: 0 10px;
	font-size: 13px;
	width: 150px;
	color: #959595;
	margin-bottom: 15px;
	vertical-align: top;
}

.barn_ads a:hover {
	text-decoration: none;
	opacity: 0.88;
}

.barn_ads .img {
	border: 1px solid #f8f8f8;
	width: 151px;
	height: 151px;
	overflow: hidden;
	text-align: center;
	line-height: 150px;
	margin-bottom: 5px;
}

.barn_ads img {
	max-width: 150px;
	max-height: 150px;
	vertical-align: middle;
}

.barn_ads .title,
.barn_ads .location {}

/*
.featured_listings {
    justify-content: space-around;
    display: flex;
    margin: 20px;
}
#home .featured_listings {
	margin-top: 0;
}
.featured_listings a {
	display: block;
	float: left;
	position: relative; 
	font-size: 16px;
	color: #666666;
	width: 100%;
	height;210px;
	margin: 0 5%;
	cursor: pointer;
	padding-bottom: 27%;
	font-weight: 100;
}
.featured_listings a:nth-of-type(3n+3) {
	float: right;
	margin: 0;
}
.featured_listings a:nth-of-type(3n+1) {
	margin: 0;
}
.featured_listings a span {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	padding: 5px 10px;
	text-align: center;
	color:#666666
	text-overflow: ellipsis;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size:22px;
}
.feature_div{
    width:33%;
    height: 270px;
}
.feature_showcase_heading{
    padding-top: 20px;
    font-size: 34px;
    font-weight: 100;
    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    text-align:center;
}
.featured_listings a:hover {
	opacity: 0.88;
	text-decoration: none;
}
.featured_listings a strong {
margin-top:10px;
    color: #666666;
    font-weight: 100;
    font-size:22px;
    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    display: inline-block;
    padding-right: 8px;
}
.feature_showcase_section{
    padding: 0px 25px ;
    border-radius: 30px;
    background: #EAEAEA;
    text-align:center;
    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
 }
*/
.icons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
	width: 100%;
}

.icons a,
.icons .ico {
	width: 57px;
	height: 57px;
	display: inline-block;
	text-align: center;
	line-height: 57px;
}

.icons a:hover {
	opacity: 0.88;
}

.icons .ico_leased {
	border: solid 1px;
	border-color: #ca2128;
	background: url("img/ico_leased-red.6b6d0eb679be.png") no-repeat center center;
}

.icons .ico_sold {
	border: solid 1px;
	border-color: #ca2128;
	background: url("img/ico_sold-red.3950e45eded4.png") no-repeat center center;
}

.icons .ico_new {
	display: none;
	border-color: #3dd83d;
	background: url("img/ico_new-green.4ec76bf12183.png") no-repeat center center;
}

.icons .ico_favorite {
	background: url("img/ico_favorite-gray.b2b2a94014e1.png") no-repeat center center;
	background-size: contain;
}

.icons .ico_favorite.active {
	border-color: #ffe3e3;
	background: url("img/ico_favorite.f577289f6850.png") no-repeat center center;
	background-size: contain;
}

.icons .ico_favorite.loading {
	background: url("img/loading.c5d6cc994432.gif") no-repeat center center;
}

.icons .ico_video_play {
	background: url("img/ico_video_play.b75d751fe597.png") no-repeat center center;
	background-size: contain;
}

.icons .ico_bigeq_plus {
	background: url("img/ico_bigeq_plus.a6cfa0606236.png") no-repeat center center;
	background-size: contain;
	border: none;
}

.icons .ico_mobile {
	background: url("img/ico_mobile.cdfe546fe211.png") no-repeat center center;
	background-size: contain;
	border: none;
}

.icons .ico_eye {
	background: url("img/ico_eye.4fcef937a384.png") no-repeat center center;
	background-size: contain;
	border: none;
}

.icons .ico_like {
	background: url("img/ico_like.f2ffe87b10ff.png") no-repeat center center;
	border-color: #7fbae7;
}

.icons .ico_share {
	background: url("img/ico_share.a8a925f6b9e2.png") no-repeat center center;
	border-color: #87c2ea !important;
	border: solid 1px;
}

.icons .ico_pin {
	background: url("img/ico_pin.98e73134fd39.png") no-repeat center center;
	border-color: #ff7070 !important;
	border: solid 1px;
}

.icons .ico_x {
	background: url("img/ico_x.e4aabb257d4d.png") no-repeat center center;
	border-color: #75e3ff !important;
	border: solid 1px;
}

.icons .ico_email {
	background: url("img/ico_email.0187ae9ee45b.png") no-repeat center center;
	border-color: #939393 !important;
	border: solid 1px;
}

.icons .ico_text {
	background: url("img/ico_sms.9904c17e07c8.png") no-repeat center center;
	border-color: #929292 !important;
	border: solid 1px;
}

.latest_listings .latest_listing {
	float: left;
	width: 21%;
	margin-bottom: 1.9%;
	margin-left: 4.4%;
	color: #666666;
	font-size: 12px;
	text-align: center;
}

.pro_market_description {
	text-align: center;
	margin-bottom: 5.9%;
}

.latest_listings .latest_listing:nth-child(4n+1) {
	margin-left: 0;
}

.latest_listings .latest_listing:nth-child(4n+4) {
	float: right;
}

.latest_listings .latest_listing .img {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	cursor: pointer;
	margin-bottom: 4px;
}

.latest_listings .latest_listing .img:hover {
	text-decoration: none;
	opacity: 0.88;
}

.latest_listings .latest_listing .name {
	display: block;
	color: #1d5b2f;
	font-size: 18px;
	height: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.latest_listings .latest_listing .details {
	height: 20px;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.latest_listings .featured_links {
	text-align: center;
	margin: 30px auto 10px;
	font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	width: 250px;
	height: 200px;
}

.latest_listings .featured_links a {
	color: #959595;
}

.latest_listings .featured_links a:hover {
	text-decoration: none;
	color: #1d5b2f;
}

.latest_listings .featured_links .go_to_search {
	float: left;
	width: 91px;
	height: 100px;
	text-align: center;
}

.latest_listings .featured_links .go_to_search img {
	border: 2px solid #c2c2c2;
	height: 87px;
	width: 87px;
}

.latest_listings .featured_links .more_results {
	float: right;
	width: 91px;
	height: 100px;
	text-align: center;
}

.latest_listings .featured_links .more_results img {
	border: 2px solid #c2c2c2;
	height: 87px;
	width: 87px;
}

.latest_listings .featured_links img:hover {
	background-color: #1d5b2f;
	border: 2px solid #1d5b2f;
}

.listing_details .latest_listings {
	text-align: center;
}

.listing_details .latest_listings .latest_listing {
	float: none;
	display: inline-block;
	text-align: left;
}

#home #banner {
	background: url("img/bg_home_banner.8126813ea977.jpg") repeat-y 66.5% 0 #ececec;
	margin-bottom: 30px;
}

#home #banner .img {
	float: left;
	position: relative;
	width: 65%;
	padding-bottom: 35%;
	background: url("img/home.9948399a6fa9.jpg") no-repeat top center;
	background-size: cover;
}

#home #banner .img .header {
	display: block;
}

#home #banner .img .header .left {
	display: flex;
	float: left;
	align-items: center;
	width: 175px;
	margin: 5px 10px;
}

#home #banner .img .header .right {
	color: #ffffff;
	float: right;
	text-align: center;
	font-size: 14px;
	margin: 5px 10px;
}

#home #banner .img .header h2 {
	margin: 0 0 0 -45px;
}

#home #banner .img .header h2 a {
	color: #ffffff;
	font-size: 25px;
}

#home #banner .img .header h2 a:hover {
	text-decoration: none;
	opacity: 0.65;
}

#home #banner .img .header img {
	width: 80px;
	height: 80px;
}

#home #banner .img h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	padding: 5px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: center;
	background: url("img/bg_home_banner_text.0a276576c1f4.png");
}

#home #banner #search {
	float: right;
	width: 35%;
	padding-bottom: 10px;
}

.sub_search {
	background: #ececec;
}

.sub_search .field {
	width: 49%;
	margin: 0;
}

.sub_search .field+.field {
	margin-left: 2%;
}

.wrap {
	font-size: 18px;
	font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #666666;
	font-weight: 300;
}

#search .wrap {
	text-align: center;
}

#search h2 {
	color: #666666;
	font-size: 22px;
	font-weight: normal;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	display: inline-block;
	margin: 0;
	padding: 3px 30px;
	margin-bottom: 25px;
}

#search .inner {
	margin: 0 30px;
	padding-top: 42px;
}

#search select {
	width: 110%;
	color: #a0a0a0;
	font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding: 6px;
	display: block;
	border: none;
	background: transparent;
	overflow: hidden;
}

#search span {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
	background: url("img/bg_dropdown_arrow.29e13d71d8f3.jpg") no-repeat center right #fff;
}

#search input[type=text] {
	width: 100%;
	margin-bottom: 10px;
	color: #a0a0a0;
	font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding: 6px;
	display: block;
	border: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#search button {
	margin-top: 5px;
	float: right;
	border: 1px solid #7bd695;
	background: url("img/bg_btn.0a2d678f2e79.png") repeat-x top left #1e5c30;
	color: #fff !important;
	font-size: 16px;
	padding: 4px 25px;
	cursor: pointer;
}

#home h2 {
	text-align: center;
	font-size: 24px;
}

#home .featured_listings {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #a0a0a0;
	margin: 10px;
}

#home .latest_listings {
	/*border-bottom: 1px solid #a0a0a0;*/
	margin-bottom: 30px;
	padding-bottom: 20px;
}

#home .updated_listings {
	border-bottom: 1px solid #a0a0a0;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

#home .updated_listings a {
	display: block;
	float: left;
	width: 13%;
	padding-bottom: 13%;
	margin-left: 4.4%;
	margin-bottom: 1.8%;
	position: relative;
}

#home .updated_listings a:nth-of-type(6n+6) {
	float: right;
	margin-left: 0;
}

#home .updated_listings a:nth-of-type(6n+1) {
	margin-left: 0;
}

#home .updated_listings a:hover {
	text-decoration: none;
	opacity: 0.88;
}

#home .blogs .post {
	margin: 1.6%;
	float: left;
	font-size: 13px;
}

#home .blogs .post .img {
	width: 100%;
	padding-bottom: 50%;
	display: block;
	margin-bottom: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#home .blogs .post .img:hover {
	opacity: 0.88;
}

#home .blogs .post a {
	color: #1d5b2f;
}

#home .blogs .post .name {
	font-size: 14px;
	color: #1d5b2f;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.why-bigeq .disclaimer {
	font-size: 10px;
	margin: 15px 0 0 0;
}

.why-bigeq {
	width: 750px;
	/* border-style: solid; */
	/* border-color: red; */
	text-align: center;
	margin: auto;
}

.why-bigeq .header {
	display: flex;
	justify-content: center;
}

.why-bigeq .header img {
	width: 80px;
	height: 80px;
}

.why-bigeq h2 {
	color: #666666;
}

.why-bigeq p {
	color: #666666;
	font-size: 16px;
	padding-left: 50px;
	padding-right: 50px;
}

.why-bigeq .key {
	width: 100%;
	margin: 40px auto;
	color: #3e3e3e;
}

.why-bigeq .blue-ribbon {
	background: url("../img/blue_ribbon.0c850f7a81f6.png") no-repeat;
}

.why-bigeq .red-ribbon {
	background: url("../img/red_ribbon.275ea04c1877.png") no-repeat;
}

.why-bigeq .yellow-ribbon {
	background: url("../img/yellow_ribbon.8c58f4f17e92.png") no-repeat;
}

.why-bigeq .ribbon {
	height: 210px;
	width: 116px;
	float: left;
	background-color: white;
}

.why-bigeq .key .ribbon h1 {
	color: #ffffff;
	padding: 25px 0 0 0;
}

.why-bigeq .key .yellow-ribbon h1 {
	color: #3e3e3e;
}

.why-bigeq .key1 {
	background-color: #def0ff;
}

.why-bigeq .key2 {
	background-color: #fecbcb;
}

.why-bigeq .key3 {
	background-color: #feffcd;
}

.why-bigeq .key .content {
	height: 210px;
	margin: 0 0 0 136px;
}

.why-bigeq .key h1 {
	color: #3e3e3e;
	margin-bottom: 5px;
}

.why-bigeq .key h3 {
	color: #3e3e3e;
	font-size: 18px;
	margin-bottom: 15px;
}

.why-bigeq .key p {
	color: #3e3e3e;
	font-size: 16px;
	margin: 5px 20px;
	padding: 0;
}

.why-bigeq .key .logo img {
	height: 152px;
}

.why-bigeq .key .logo {
	margin: 60px auto;
}

.why-bigeq .trends {
	width: 100%;
	margin: 40px auto 80px;
	color: #3e3e3e;
}

.why-bigeq .trends .google {
	height: 300px;
	float: left;
	background-color: white;
	margin: 0 100px;
}

.why-bigeq .trends .google img {
	height: 300px;
}

.why-bigeq .trends .content {
	height: 300px;
	margin: 0 130px;
	display: flex;
	align-items: center;
}

.why-bigeq .trends h3 {
	color: #666666;
	font-size: 18px;
}

.why-bigeq .buyers {
	width: 100%;
	display: flex;
}

.why-bigeq .buyers .column {
	width: 200px;
	text-align: left;
	margin: 0 25px;
}

.why-bigeq .buyers .column .title {
	padding: 0;
	margin: 5px 15px;
	font-size: 14px;
}

.why-bigeq .buyers .column .highlights {
	background-color: #cce6ff;
	font-size: 14px;
	height: 175px;
	margin: 5px 15px 10px;
	padding: 20px 10px;
	color: #666666;
}

.why-bigeq .buyers .column .highlights ul {
	padding: 0 12px;
}

.why-bigeq .buyers .column .highlights ul li {
	margin: 15px 0;
}

.why-bigeq .buyers .column img {
	width: 170px;
	height: 170px;
	margin: 5px 15px 10px;
}

.why-bigeq .sell {
	margin-top: 80px;
}

.why-bigeq .call-to-action {
	margin: 80px 0 0 0;
}

.container .header {
	display: flex;
	justify-content: center;
	align-items: center;
}

.container .header img {
	width: 80px;
	height: 80px;
}

.container .header h2 {
	color: #666666;
}

.container .blurb {
	color: #666666;
	font-size: 16px;
	text-align: center;
}

.container .blurb-select-package {
	color: #666666;
	font-size: 16px;
	text-align: left;
}

#sub>.container>.leftcol {
	float: left;
	/* width: 25%; */
	font-size: 14px;
}

#sub>.container>.main {
	float: right;
	/* width: 70%; */
	font-size: 16px;
	box-sizing: border-box;
	max-width: 100%;
}

#sub .container .simple {
	padding: 0 20px;
}

#sub>.container>.leftcol ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
}

#sub>.container>.leftcol ul,
#sub>.container>.leftcol ul a {
	color: #798085;
	font-size: 14px;
	line-height: 34px;
	text-decoration: none;
}

#sub>.container>.leftcol ul li {
	border-top: 1px solid #c0c1c1;
}

#sub>.container>.leftcol ul li:first-child {
	border-top: none;
}

#sub>.container>.leftcol ul li a {
	display: block;
	padding-left: 17px;
}

#sub>.container>.leftcol ul li>a:hover,
#sub>.container>.leftcol ul li.active>a {
	background-color: #347647;
	text-decoration: none;
	color: #fff;
}

#sub>.container>.leftcol ul ul {
	background: none;
	line-height: 20px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
	font-size: 12px;
	margin-top: 5px;
}

#sub>.container>.leftcol ul ul a {
	background: none;
	font-size: 12px;
	color: #798085;
	line-height: 20px;
}

#sub>.container>.leftcol ul ul li {
	background: none;
	border: none;
}

#sub>.container>.leftcol ul ul li>a:hover,
#sub>.container>.leftcol ul ul li.active>a {
	background-color: transparent;
	text-decoration: underline;
	color: #798085;
}

#sub h2 {
	text-align: center;
	margin-top: 30px;
	font-size: 34px;
}

#sub h4 {
	text-align: center;
	margin-top: 0;
	font-size: 19px;
}

.important_message {
	color: #ff0000;
	text-align: left;
}

.message {
	margin-top: 10px;
}

.headline {
	text-align: center;
}

.bigeq-title {
	display: inline-flex;
	width: auto;
}

.listing {
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
	border-radius: 20px;
	box-shadow: 3px 3px 5px #8892b0;
	border: 2px solid #ffd77e;
	width: 970px;
	min-height: 470px;
	overflow: hidden;
}

.no-shadow {
	box-shadow: none !important;
	border: 1px solid #959595;
}

.listing a {
	text-decoration: none;
	display: flex;
	width: 100%;
}

.listing-image {
	flex: 0 0 100%;
	background-size: cover;
	background-position: center;
}

.listing-info {
	flex: 0 0 40%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 20px;
	box-sizing: border-box;
}

.listing .listing-info a {
	display: flex;
	flex-direction: column;
}

.listing-info .title-section {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

#sub .listing-info .title-section h2 {
	margin-bottom: 0;
	margin-top: 0;
}

.listing-info .info-section {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 40px;
}

.listing-info .action-section {
	flex: 0 0 auto;
}

.listing .listing-info .action-section .icons {
	gap: 20px;
	justify-content: center;
	margin-top: 0;
}

.listing .action-section .icons a {
	width: 57px;
	height: 57px;
	display: inline-block;
	text-align: center;
	line-height: 57px;
}

.listing .action-section .icons .ico_new {
	display: none;
}

.listing-info .wrap {
	text-decoration: none;
}

.listing .showcase_title {
	color: #ffd77e;
	font-weight: 100;
	font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 28px;
	margin-bottom: 10px;
	text-align: center;
}

.details_search {
	font-size: 20px;
}

#sub .listing .txt h2 {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
}

#sub .listing .txt h2 a {
	color: #6c6c6c;
	font-weight: bold;
}

.listing .listing-info .action-section .icons a {}

/* Responsive adjustments */
@media (max-width: 970px) {
	.listing {
		width: 100%;
		max-height: none;
		flex-direction: column;
	}

	.listing h2,
	.listing .showcase_title {
		font-size: 24px;
	}

	.listing-image {
		min-height: 450px;
	}

	.listing-info {
		width: 100%;
		height: auto;
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.listing-info .info-section {
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex-grow: 1;
		padding: 40px 100px;
	}

	.details_search {
		font-size: 24px;
	}

	.listing-info .action-section {
		padding-bottom: 20px;
	}

	.listing .listing-info .action-section .icons {
		gap: 55px;
	}

	.listing .listing-info .action-section .icons a {
		width: 75px;
		height: 75px;
		line-height: 115px;
	}

	.listing .listing-info .action-section .icons .ico_txt {
		font-size: 18px;
	}
}

.search_results {
	margin-bottom: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 30px;
	padding-right: 30px;
}

.search_ops {
	position: relative;
	min-height: 30px;
	margin-bottom: 20px;
}

.search_ops .per_page {
	font-size: 18px;
}

.search_ops .per_page .select_wrap {
	border: 2px solid #c2c2c2;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	width: 61px;
	background: url("img/bg_sel_arrow_alt.df711b9b9692.png") no-repeat center right #fff;
}

.search_ops .per_page select {
	font-size: 19px;
	border: none;
	background: transparent;
	width: 150%;
	padding: 1px 4px;
}

.search_ops .pager a {
	display: block;
	border: 2px solid #c2c2c2;
	height: 47px;
	width: 47px;
	background: url("img/bg_pager_left.934e57f040df.png") no-repeat center center;
	float: left;
}

.search_ops .pager a:hover {
	opacity: 0.88;
}

.search_ops .pager a.next {
	background-image: url("img/bg_pager_right.915e3d23bffe.png");
}

.search_ops .pager a+a {
	margin-left: 20px;
}

.search_head .pager {
	position: absolute;
	right: 0;
	top: -20px;
}

.search_foot .per_page {
	position: absolute;
	top: 30px;
	left: 0;
}

.search_foot .start_new {
	position: absolute;
	top: 30px;
	right: 0;
	font-size: 20px;
}

.search_foot .pager {
	text-align: center;
}

.search_foot .pager a {
	width: 87px;
	height: 87px;
	display: inline-block;
	float: none;
	background-image: url("img/bg_pager_left_lg.21ead7879449.png")
}

.search_foot .pager a+a {
	margin-left: 30px;
}

.search_foot .pager a.next {
	background-image: url("img/bg_pager_right_lg.1031de92c7d4.png");
	float: none;
}

.archive .pager {
	margin-bottom: 10px;
}


.listing_details {
	/* width: 860px; */
}

.listing_details .listing_header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.listing_details .listing_header .icons {
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
}

.listing_details .listing_header h1 {
	margin-top: 0;
	margin-bottom: 0;
}

.listing_details h1 {
	text-align: center;
	font-size: 62px;
}

.listing_details h1 .icons a {
	display: inline-block;
	vertical-align: middle;
	margin-right: -30px;
}

.listing_details h2 {
	color: #818181;
	font-size: 30px;
}

.listing_details h2.details {
	font-weight: normal;
	padding: 0 102px;
	margin-bottom: 40px;
	letter-spacing: 1px;
}

.listing_details h3 {
	font-size: 30px;
	color: #818181;
	margin: 30px 0;
}

.listing_details h6 {
	font-size: 14px;
	color: #818181;
	margin: 0px 0px 10px 0px;
}

.listing_details h3 .icons a {
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	height: 45px;
}

.listing_details h4 {
	font-size: 24px;
	color: #818181;
	margin: 30px 0;
	font-weight: normal;
}

.listing_details .img {
	text-align: center;
	margin-bottom: 15px;
	position: relative;
	display: block;
	height: 0;
	width: 100%;
	padding: 0;
	overflow: hidden;
	padding-bottom: 75%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.listing_details #mainImage .arrow {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 10%;
}

.listing_details #mainImage .arrow.prev {
	left: 0;
	background-image: url("img/arrow_left.833bcb9e9907.png");
	background-position: 5% 50%;
}

.listing_details #mainImage .arrow.next {
	right: 0;
	background-image: url("img/arrow_right.6bba2261f621.png");
	background-position: 95% 50%;
}

.listing_details .thumbs {
	width: 100%;
	max-width: 850px;
	height: 101px;
	position: relative;
	margin-bottom: 15px;
}

.listing_details .thumbs .prev,
.listing_details .thumbs .next {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 35px;
	background-position: center center;
	background-repeat: no-repeat;
}

.listing_details .thumbs .prev:hover,
.listing_details .thumbs .next:hover {
	opacity: 0.88;
}

.listing_details .thumbs .prev {
	left: -35px;
	background-image: url("img/btn_left.ba6f3d91b11a.jpg");
}

.listing_details .thumbs .next {
	right: -35px;
	background-image: url("img/btn_right.24226836b19f.jpg");
}

.listing_details .thumbs_wrap {
	width: 100%;
	height: 101px;
	position: relative;
	overflow: hidden;
}

.listing_details .thumbs_container {
	width: 4000px;
	position: absolute;
	top: 0;
	left: 0;
}

.listing_details .thumbs_container a {
	/*width: 103px;*/
	/*height: 101px;*/
	/*display: block;*/
	float: left;
	/*background-position: center center;*/
	/*background-repeat: no-repeat;*/
	/*background-size: cover;*/
}

.listing_details .thumbs_container a:hover {
	opacity: 0.88;
}

.listing_details .thumbs_container a+a {
	margin-left: 10px;
}

.listing_info {
	max-width: 970px;
}

.video_player_fluid {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
	width: 100%;
	margin-bottom: 20px;
}

.video_player_fluid iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.listing_details .col_left {
	float: left;
	width: 48%;
	word-wrap: break-word; /* Fix for long content - legacy browser support */
	overflow-wrap: break-word; /* Fix for long content - modern standard */
}

.listing_details .col_right {
	float: right;
	width: 48%;
	word-wrap: break-word; /* Fix for long URLs - legacy browser support */
	overflow-wrap: break-word; /* Fix for long URLs - modern standard */
}

.listing_details .col_details {
	margin-bottom: 90px;
}

.listing_details .share_icons {
	text-align: center;
	margin-bottom: 50px;
}

.listing_details .share_icons a {
	display: inline-block;
	margin-left: 20px;
}

.listing_details .share_icons a:hover {
	text-decoration: none;
	opacity: 0.58;
}

.share_icons {
	padding-top: 25px;
	justify-content: center;
}

.col_set .left,
.col_set .right {
	width: 45%;
	float: left;
}

.col_set .left {
	border-right: 1px solid #c8c8c8;
	padding-right: 27px;
}

.col_set .right {
	float: right;
}

.listing_item {
	padding: 10px;
	background: #347647;
	margin-top: 20px;
	color: #fff;
}

.listing_item * {
	color: #fff;
}

.listing_item h2 {
	font-size: 20px !important;
	text-align: left !important;
	color: #fff;
	margin-bottom: 5px;
	margin-top: 0 !important;
}

.listing_item.alt {
	background: none;
	background-color: #eeeeee;
	border-radius: 5px;
}

.listing_item.alt * {
	color: #50575c;
}

.list_steps {
	height: 40px;
	width: 100%;
	background: url("img/checkout-line.dd4c51d1d0e6.jpg") repeat-x bottom left;
	margin-top: 60px;
	margin-bottom: 30px;
}

.list_steps .step {
	width: 165px;
	height: 40px;
	float: left;
	text-align: center;
}

.list_steps .step a {
	background: transparent;
	font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #959595;
}

.list_steps .step.active {
	background: url("img/checkout-line-yes.18e80d26b1dd.jpg") no-repeat bottom center;
	color: #548b51;
}

/*.list_steps .step.step_2 {
        margin-left: 5px;
}

.list_steps .step.step_3 {
        margin-left: 5px;
}

.list_steps .step.step_4 {
        margin-left: 5px;
}
*/

.odd {
	background: #f4f4f4;
}

.odd_lined,
.odd_lined td {
	border-top: 1px solid #c0c1c1;
	border-bottom: 1px solid #c0c1c1;
}

.pricing_comp_table {
	width: 100%;
}

.pricing_comp_table th {
	font-size: 22px;
	text-align: center;
	background: #ffffff;
	color: #3e3e3e;
}

.pricing_comp_table td {
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
}

.pricing_comp_table .nobord {
	border: none;
}

.pricing_comp_table .label {
	/*text-align: right;*/
	background: #ffffff;
}

.pricing_comp_table .bigeq-select {
	background: #f4f4f4;
	text-align: center;
}

.pricing_comp_table .bigeq-showcase {
	background: #fff5df;
	text-align: center;
}

.pricing_comp_table .quick-ad {
	background: #f4f4f4;
	text-align: center;
}

.pricing_comp_table .bigeq-plus {
	background: #f4f4f4;
	text-align: center;
}

.pricing_comp_table button {
	height: 100px;
}

tr.odd_lined:last-child td {
	border-bottom: none;
}

.field {
	float: left;
	margin: 5px 10px;
	margin-bottom: 0;
}

.field label {
	/*display: block;*/
	width: 250px;
}

.field select {
	width: 305px;
	overflow: hidden;
}

.field .text,
.inp,
.sfield input[type=text] {
	width: 300px;
}

.field .text,
.inp,
.sfield input[type=text],
.field select,
.sfield select,
.field input[type=text],
.field input[type=password],
.field input[type=email],
input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
	padding: 8px 3px;
}

.field input[type=email],
input[type=email] {
	width: 100%;
}

select.inp {
	width: 305px;
}

.field,
.field .text,
.field select,
.field textarea,
.form_area textarea,
.inp {
	color: #3E3E3E;
	font-size: 14px;
	font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.instructions {
	font-size: 14px;
	width: 300px;
	height: 36px;
}

.instructions .small {
	font-size: 12px;
}

.largefield {
	float: left;
	margin: 5px 10px;
	margin-bottom: 0;
	width: 679px;
}

.embed_textarea {
	height: 50px;
	width: 100%;
}

.advanced_search {
	font-size: 15px;
}

.advanced_search h3 {
	font-size: 20px;
}

.advanced_search .sfield {
	margin: 23px 0;
}

.advanced_search label {
	display: inline-block;
	margin-right: 5px;
}

.advanced_search select,
.advanced_search input[type=text],
.sfield span {
	float: right;
}

.advanced_search .special select,
.advanced_search .special input[type=text] {
	float: none;
	width: 100%;
}

.advanced_search .nofloat select,
.advanced_search .nofloat input[type=text],
.sfield.nofloat span {
	float: none;
}

.advanced_search .sep {
	display: inline-block;
	margin: 0 10px;
}

.advanced_search select,
.advanced_search input[type=text] {
	width: 60%;
}

.advanced_search .two select,
.advanced_search .two input[type=text] {
	/* width: 20%; */
}

.advanced_search .two select {
	width: 21.5%;
}

.advanced_search .col1 {
	float: left;
	width: 40%;
}

.advanced_search .col2 {
	float: right;
	width: 40%;
}

.advanced_search .bottom {
	text-align: center;
}

.advanced_search .buttons {
	margin-bottom: 20px;
}

.advanced_search .buttons button {
	font-size: 34px;
}

.advanced_search .small_note {
	font-size: 12px;
}

.small_note {
	font-size: 12px;
}

input.selected,
select.selected {
	color: #487849 !important;
	background: #c7f7c8 !important;
}

.multi_selector a {
	color: #bfbfbf;
	display: inline-block;
	padding: 4px 8px;
	margin-right: 10px;
	margin-bottom: 4px;
}

.multi_selector a.selected {
	background: #c7f7c8;
}

.multi_selector a:hover,
.multi_selector a.selected {
	text-decoration: none;
	color: #487849;
}


.show-inline-sm {
	display: none;
}

.larger_textarea {
	width: 100%;
	padding: 0px;
}


.bigeq_plus_text {
	font-weight: 100;
	font-size: 18px;
	margin-top: 10px;
}

.bigeq_plus_sign {
	color: #3189ff;
	float: left;
	margin: 3px;
	font-size: 24px;
	font-weight: 500;
}

.bigeq_plus_sign_txt {
	color: #3189ff;
}

.ico_txt {
	font-size: 16px;
	margin-top: 50px;
	font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #868686;
}

.detail_txt {
	margin-top: 10% !important;
}

.ui-widget-header {
	background: #347647 !important;
	border-color: #347647 !important;
}

.hbg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-color: #EAEAEA; */
}

.stud_name_indicator {
	color: #aaaaaa;
	font-size: 0.8em;
}

.login_form {
	margin: 0 auto 60px;
	width: 300px;
}

.login_form form input[type="text"],
.login_form form input[type="password"] {
	width: 100%;
}

.wide-form input,
.wide-form textarea {
	width: 100%;
	font-size: initial;
}

.wide-form input[type=checkbox],
.wide-form input[type=button],
.wide-form input[type=radio] {
	width: auto;
}

.wide-form .submit-container {
	text-align: right;
}

.wide-form .submit-container input {
	width: auto;
}

.wide-form input[type=submit] {
	width: auto;
}

.wide-form .captcha-container input {
	width: auto;
}

.wide-form .captcha-container>* {
	vertical-align: middle;
}

.wide .captcha-container>* {
	vertical-align: middle;
}

.inner-content {
	background-repeat: no-repeat;
	color: white;
	text-align: center;
	padding: 180px 0px 80px 0px;
	font-size: 20px;
}

.content-text {
	width: 350px;
	margin: 0 auto;
	text-align: left;
}

.errorlist {
	margin: 0px 0px 0px -38px;
}

.system_message_box.error {
	width: max-content;
	margin: 10px;
}

.form-step1,
.payment_info_table {
	display: block;
}

.form-field {
	width: 225px;
	color: white;
	font-size: 14px;
	font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.form-step1 label {
	font-size: 18px;
}

.hidden {
	display: none;
}

.inp,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"] {
	padding: 8px;
	margin: 8px 0;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 2px;
	width: 225px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
	border: 1px solid #ccc;
}

input[type=button],
input[type=submit],
input[type="submit"] {
	width: 100px;
	border: none;
	cursor: pointer;
}

.button-container {
	text-align: center;
	padding: 10px 0;
}

.timer {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-left: 5px;
}

#redirectMessage {
	font-size: 18px;
	color: white;
	margin-top: 10px;
	font-weight: bold;
}

#finalStep {
	margin: 390px 53px;
	color: white
}

.form-step2 {
	margin-bottom: -70px;
	background: #336799
}

#loginForm {
	display: none;
	margin: 0 auto 220px;
}

#finalStep h1 {
	color: white;
}

#finalStep h4 {
	color: #8ccde2;
}

#redirectMessage {
	color: white;
}

#redirectMessage #timer {
	color: #8ccde2;
}

.overlay {
	padding-bottom: 20px;
	margin-top: 512px;
	position: sticky;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(to bottom, rgba(51, 103, 153, 0) 0%, rgba(51, 103, 153, 1) 10%);
	justify-content: center;
	align-items: center;
	color: #fff;
}

.overlay form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.older-listing-text {
	color: red;
	text-align: center;
	margin: 10px;
	font-size: 16px
}

.feature_showcase_section {
	padding: 20px;
	margin: 30px;
	border-radius: 30px;
	text-align: center;
	font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	background: #EAEAEA;
}

.feature_showcase_heading {
	font-size: 34px;
	margin-bottom: 20px;
	font-weight: 100;
	margin-top: 0 !important;
}

.featured_listings {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	text-align: center;
}

.feature_div {
	/* width: 200px; */
	/* flex-grow: 1; */
	display: flex;
	flex-direction: column;
	align-items: center;
}

.feature_div a {
	text-decoration: none;
	color: #666666;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 16px;
	font-weight: 100;
}

.feature_div a #search_feature {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.feature_div img {
	width: 175px;
	height: 175px;
	object-fit: cover;
	object-position: center;
}

.feature_div strong {
	display: block;
	margin-top: 10px;
	font-size: 22px;
	font-weight: 100;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	max-width: 290px;
}

.feature_div p {
	color: #666666;
	margin: 0;
	font-size: 18px;
}

.featured_listings a:hover {
	opacity: 0.88;
	text-decoration: none;
}

.submit-button {
	background: white;
	color: rgb(51 103 153);
}


.inactive {
	opacity: 0.5;
	transition: opacity 0.5s;
}

.active {
	opacity: 1;
	transition: opacity 0.5s;
}

@media (min-width: 1150px) {
	#header .droppy:hover ul {
		display: block;
	}
}

@media (max-width: 800px) {
	.responsive .stack-lg {
		float: none !important;
		display: block !important;
		width: auto !important;
	}

	.responsive .stack-lg-home {
		float: none !important;
		display: block !important;
		width: auto !important;
		height: 175px;
	}

	.advanced_search .col {
		padding: 8px;
	}

	.stack-lg-pad {
		margin-left: 2%;
		margin-right: 2%;
	}

	.container {
		width: auto;
	}

	.wide .wide {
		margin: 0 20px;
	}

	#header {
		height: auto;
	}

	#header .top_links {
		right: 10px;
		top: 5px;
	}

	#header .top_links_left {
		top: 5px;
		left: 10px;
	}

	#footer .col1 {
		padding-left: 10px;
	}

	#footer .col2 {
		padding-right: 10px;
	}

	#home #banner {
		background-image: none;
	}

	#home #banner .img h1 {
		font-size: 20px;
	}

	.latest_listings .latest_listing {
		margin: 1.9% !important;
	}

	.search_head .pager,
	.search_foot .pager {
		right: 10px;
	}

	.search_head .per_page {
		margin-left: 10px;
	}

	.search_foot .per_page {
		left: 10px;
	}

	.search_foot .start_new {
		right: 10px;
	}

	.container .header {
		margin: 0 20px;
	}

	.container .blurb {
		margin: 0 20px;
	}

	.listing_details h1 {
		text-align: center;
		font-size: 42px;
	}

	.listing_details h1 .icons {
		display: block;
	}

	.listing_details h1 .icons a {
		margin-right: 0;
		margin-top: 10px;
	}

	.listing_details h2,
	.listing_details h2.details {
		padding: 0 10px;
		font-size: 20px !important;
	}

	.listing_details h3 {
		margin-left: 5px;
		margin-right: 5px;
	}

	.listing_details .img {
		margin-left: 5px;
		margin-right: 5px;
	}

	.listing_details .thumbs {
		height: 151px;
		width: 98%;
		margin-left: 1%;
	}

	.listing_details .thumbs .prev,
	.listing_details .thumbs .next {
		top: 110px;
	}

	.listing_details .thumbs .prev {
		left: 50%;
		margin-left: -40px;
	}

	.listing_details .thumbs .next {
		right: 50%;
		margin-right: -40px;
	}

	.video_player_fluid {
		width: 98%;
		margin-left: 1%;
		height: 400px;
		padding-bottom: 0px;
	}

	.list_steps {
		height: 50px;
	}

	.list_steps .step {
		width: 23%;
		height: 50px;
		float: left;
		text-align: center;
		margin: 0 !important;
		margin-right: 5px !important;
		font-size: 12px !important;
	}

	.list_steps .step a {
		font-size: 12px !important;
	}

	.list_steps .step button {
		font-size: 12px;
		padding: 4px 20px;
	}

	.field {
		float: left;
		margin: 5px 0px;
		margin-bottom: 0;
	}

	.field,
	.field .text,
	.field select,
	.field textarea,
	.form_area textarea,
	.inp {
		color: #3E3E3E;
		font-size: 14px;
		width: 99%;
		font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	}

	.field .text,
	.inp,
	.sfield input[type=text],
	.field select,
	.sfield select,
	.field input[type=text],
	.field input[type=password],
	.field input[type=email],
	input[type=text],
	input[type=password],
	input[type=email],
	input[type=tel] {
		padding: 8px 0px;
		text-align: left;
	}

	.largefield {
		float: left;
		margin: 5px 0px;
		width: 99%;
	}

	.step_2 {
		margin-top: 20px;
	}

	.step_2 .instructions {
		height: 30px;
	}

	/*.larger_textarea {
		width: 99%;
		padding: 0px;
	}*/
	/*
	.featured_listings {
    justify-content: space-around;
    display: flex;
     display: flex;
    flex-wrap: wrap;
}
#home .featured_listings {
	margin-top: 0;
}
.featured_listings a {
	display: block;
	float: left;
	position: relative;
	font-size: 16px;
	color: black;
	width: 100%;
	height:210px;
	margin: 0 5%;
	cursor: pointer;
	padding-bottom: 27%;
	font-weight: 100;
}
.featured_listings a:nth-of-type(3n+3) {
	float: right;
	margin: 0;
}
.featured_listings a:nth-of-type(3n+1) {
	margin: 0;
}
.featured_listings a span {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	padding: 5px 10px;
	text-align: center;
	color:#666666
	text-overflow: ellipsis;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size:22px;
}
.feature_div{
    width:33%;
    height: 270px;
}
.feature_showcase_heading{
    padding-top: 20px;
    font-size: 34px !important;
    font-weight: 100;
    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    text-align:center;
}
.featured_listings a:hover {
	opacity: 0.88;
	text-decoration: none;
}
.featured_listings a strong {
    margin-top:10px;
    color: #666666;
    font-weight: 100;
    font-size:22px;
    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    display: inline-block;
    padding-right: 8px;
}
	*/

	#home .featured_listings {
		margin-top: 0;
	}
}

@media (max-width: 768px) {
	#sub .listing .txt h2 {
		text-align: center;
		font-size: 20px !important;
	}

	.featured_listings {
		gap: 40px;
	}

	.feature_div {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	.feature_div strong {
		font-size: 22px;
	}

	.feature_div p {
		font-size: 18px;
	}

	.feature_div img {
		object-fit: cover;
		object-position: center;
		width: 500px;
		height: 300px;
	}

	.feature_showcase_heading {
		font-size: 28px;
	}
}

@media (max-width: 500px) {
	.search_results {
		padding-left: 20px;
		padding-right: 20px;
	}

	.listing-image {
		min-height: 270px;
	}

	.listing {
		display: flex;
		flex-direction: column;
		font-size: 14px;
		width: 100%;
	}

	.listing-info {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.listing-info .title-section {
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.listing-info .info-section {
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex-grow: 1;
		padding: 20px 35px;
	}

	.listing-info .action-section {
		padding-bottom: 0;
		padding-top: 10px;
	}

	#sub .listing .txt h2 {
		font-size: 24px !important;
		margin: 10px 0;
	}

	#sub .listing h2 {
		font-size: 26px;
		text-align: center;
		margin-top: 0;
		margin-bottom: 0;
	}

	.listing .listing-info .title-section .showcase_title {
		font-size: 20px;
		text-align: center;
		margin-top: 0;
		margin-bottom: 10px;
	}

	.details_search {
		font-size: 18px;
	}

	.listing .listing-info .action-section .icons {
		gap: 20px;
	}

	.listing .listing-info .action-section .icons a {
		width: 57px;
		height: 57px;
		line-height: 57px;
	}

	.listing .listing-info .action-section .icons .ico_txt {
		font-size: 9px;
	}

	.listing .txt {
		font-size: 12px;
	}

	.listing_details .share_icons a {
		background-size: 70%;
	}

	.icons {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	/*
.featured_listings {
margin:0px;
}
.feature_showcase_section{
padding:0px;
    font-size:30px;
 }
.featured_listings a span {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size:20px;
	overflow: hidden;
	padding: 5px 10px;
	text-align: center;
    white-space: nowrap;
	text-overflow: ellipsis;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    right: 0;
    font-size: 34px
    color: #666666;
}
.feature_div{
    width:100%;
    height: auto;
    margin:10px
}
.feature_showcase_heading{
    padding-top: 20px;
    font-size: 24px !important;
    font-weight: 100;
    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    text-align:center;
}
.featured_listings a strong {
    margin-top:10px;
    font-weight: 100;
    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    display: inline-block;
    padding-right: 8px;
    font-size:22px;
    color: #666666;
}

.featured_listings a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #666666;
    width: calc(33.333% - 20px);
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 100;
    overflow: hidden;
	text-align: center;
    text-decoration: none;
    padding-bottom: 80%;
	margin: 0% !important;
	padding-top: 10px;
}

.featured_listings a img {
    width: 100%;
    height: auto;
    display: block;
}

*/
	/* attempt to stop dropdown zooming, did not work
	input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
		font-size: 16px;
	}
	*/

	#home #banner .img .header {
		margin: initial;
	}

	#home #banner .img .header .left {
		width: 70px;
		margin: 5px 10px;
	}

	#home #banner .img .header .right {
		font-size: 10px;
		margin: 5px 10px;
	}

	#home #banner .img .header h2 {
		margin: 0 0 0 -5px;
		line-height: 0.7em;
	}

	#home #banner .img .header h2 a {
		font-size: 14px;
	}

	#home #banner .img .header h2 a:hover {
		text-decoration: none;
		opacity: 0.65;
	}

	#home #banner .img .header img {
		display: block;
		width: 30px;
		height: 30px;
	}

	h1 {
		font-size: 1.7em;
	}

	.home_recent_listings {
		display: none;
	}

	.container .header img {
		width: 60px;
		height: 60px;
	}

	.container .header h2 {
		font-size: 20px;
	}

	.container .blurb {
		font-size: 14px;
	}

	.latest_listings .latest_listing {
		margin-bottom: 25px !important;
		border-top: 2px solid #cacaca;
		padding-top: 25px;
	}

	.latest_listings .latest_listing.first {
		border-top: none;
		padding-top: 0;
	}

	#home .blogs .post {
		margin-bottom: 25px !important;
	}

	#footer .recent_sold a {
		float: left !important;
		width: 15%;
		padding-bottom: 15%;
		margin-left: 13.3% !important;
	}

	#footer .recent_sold a:nth-of-type(4n+4) {
		margin-left: 0 !important;
		float: right !important;
	}

	#footer .recent_sold a:nth-of-type(4n+1) {
		margin-left: 0 !important;
	}

	#footer .social,
	#footer .testimonials {
		margin: 30px 0;
	}

	.responsive .stack-md {
		float: none !important;
		display: block !important;
		width: -webkit-fill-available;
	}

	.advanced_search .stack-md.wide {
		width: 100% !important;
		overflow: hidden;
	}

	.stack-md.pager {
		top: auto;
		right: auto;
		text-align: center;
		position: relative;
		margin-top: 10px;
	}

	.stack-md.pager a {
		float: none;
		display: inline-block;
	}

	.stack-md-pad {
		margin-left: 2%;
		margin-right: 2%;
	}

	.stack-md-smaller {
		font-size: 0.8em;
	}

	.show-inline-sm {
		display: inline;
	}

	img {
		max-width: 100%;
	}

	.floatl,
	.floatr {
		float: none;
		padding: 0;
	}

	#header .logo img {
		height: 100px;
	}

	#footer .col1,
	#footer .col2 {
		padding-left: 10px;
		padding-right: 10px;
	}

	#home #banner .img h1 {
		font-size: 15px;
	}

	#sub>.container>.main {
		font-size: 12px;
	}

	.pricing_comp_table th {
		font-size: 18px;
	}

	button,
	input[type=button],
	input[type=submit],
	.abtn {
		padding: 4px 8px;
	}

	/*.larger_textarea {
		width: 85%;
		padding: 0px;
	}*/

	.sponsors {
		text-align: center;
	}

	.sponsor_label {
		float: none;
		border: none;
	}

	.sponsor_label {
		display: inline-block;
	}

	#home .updated_listings a {
		padding-bottom: 100%;
		margin: 2% !important;
	}

	.why-bigeq {
		width: initial;
	}

	.why-bigeq .ribbon {
		display: none;
	}

	.why-bigeq .key .content {
		height: initial;
		margin: auto;
		padding: 15px;
	}

	.why-bigeq .trends .google img {
		height: 300px;
		max-width: initial;
	}

	.why-bigeq .trends .google {
		height: 300px;
		float: none;
		background-color: white;
		margin: 15px;
	}

	.why-bigeq .trends .content {
		height: initial;
		margin: 15px;
		display: block;
	}

	.why-bigeq .disclaimer {
		font-size: 8px;
		text-align: center;
		padding: 0 40px;
		margin: 0 15px;
	}

	.why-bigeq .buyers {
		display: block;
	}

	.why-bigeq .buyers .column {
		width: 250px;
		margin: 20px auto;
	}

	.why-bigeq .buyers .column .highlights {
		height: 125px;
	}

	.why-bigeq .buyers .column img {
		width: 200px;
		height: 200px;
		margin: 5px 25px 10px;
	}

	.why-bigeq .call-to-action {
		padding: 0 15px;
	}

	#sub>.container>.leftcol {
		margin-top: 10px;
		padding: 10px;
	}

	#sub>.container>.main {
		padding: 10px 20px;
	}

	.col_set .left,
	.col_set .right {
		float: none;
		border: none;
		width: auto;
	}

	.blog_categories {
		display: none;
	}

	.search_head {
		margin-top: 35px;
		margin-bottom: 5px;
	}

	.search_head .per_page {
		text-align: center;
	}

	.search_head .pager {
		display: block;
		position: relative;
		right: 0;
		top: 0;
		min-height: 48px;
		margin-top: 10px;
		text-align: center;
	}

	.search_head .pager .prev,
	.search_head .pager .next {
		float: none;
		display: inline-block;
	}

	.search_foot {
		margin-top: 0px;
		padding-top: 5px;
	}

	.search_foot .per_page {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		text-align: center;
		font-size: 14px;
		margin-bottom: 20px;
	}

	.search_foot .start_new {
		display: block;
		position: relative;
		top: 0;
		right: 0;
		text-align: center;
		font-size: 14px;
		padding-top: 10px;
	}

	.search_foot .pager {
		text-align: center;
	}

	#search.sub_search .inner {
		margin: 0;
		padding-top: 42px;
	}

	.sub_search .field {
		margin-left: 2%;
		margin-right: 2%;
	}

	.list_steps {
		height: 50px;
		display: flex;
		justify-content: center;
	}

	.list_steps .step {
		width: 23%;
		height: 50px;
		float: left;
		text-align: center;
		margin: 0 !important;
		margin-right: 5px !important;
		font-size: 12px !important;
	}

	.list_steps .step a {
		font-size: 12px !important;
	}

	.list_steps .step button {
		font-size: 12px;
		padding: 4px 20px;
	}

	.largefield {
		float: left;
		margin: 5px 0px;
		width: 100%;
	}

	.horse_listing_edit .field,
	.horse_listing_edit .field input[type=text],
	.horse_listing_edit .field select {
		width: 100% !important;
		box-sizing: border-box;
	}

	.horse_listing_edit .field {
		margin-left: 0;
	}

	.payment_info_table,
	.payment_info_table tr,
	.payment_info_table td {
		display: block;
		text-align: left !important;
	}

	.payment_info_table tr td:first-child {
		margin-top: 12px;
	}

	.payment_info_table input,
	.payment_info_table select {
		box-sizing: border-box;
	}

	.payment_info_table .field .text,
	.payment_info_table .inp,
	.payment_info_table .sfield input[type="text"] {
		width: 100% !important;
	}

	.payment_info_table div {
		padding-top: 0 !important;
	}

	.messages_table,
	.messages_table tr,
	.messages_table td,
	.messages_table tbody {
		display: block;
		text-align: left;
		width: 100%;
		box-sizing: border-box;
	}

	.messages_table td {
		padding: 0 8px;
	}

	.messages_table td+td {
		padding-top: 5px;
	}

	.messages_table tr {
		margin-bottom: 8px;
		padding: 4px 0;
	}

	.messages_table thead {
		display: none;
	}

	.detail_txt {
		margin-top: 0% !important;
	}

	.ico_txt {
		margin-top: 46px;
	}

	.bigeq_plus_text {
		font-size: 20px;
	}

	.listing .img {
		border-radius: 20px 20px 0 0;
		padding-bottom: 63%;
	}

	.bigeq_plus_sign {
		margin: 0px 6px;
		font-size: 18px;
	}

	.listing .icons .ico_favorite {
		top: 370px;
		right: 25px;
	}

	.listing .icons .ico_video_play {
		top: 285px;
		right: 105px;
	}

	.listing .icons .ico_eye {
		top: 285px;
		right: 25px;
	}

	.listing .icons .ico_mobile {
		top: 370px;
		right: 105px;
	}
}

@media (max-width: 480px) {
	#footer .col1 {
		float: left;
		width: -webkit-fill-available;
	}

	.content-text {
		width: 95%;
	}

	.feature_div img {
		object-fit: cover;
		object-position: center;
		width: 230px;
		height: 230px;
	}

	.feature_div strong {
		font-size: 22px;
	}

	.feature_showcase_heading {
		font-size: 23px !important;
	}

	.overlay {
		padding-bottom: 20px;
		position: sticky;
		margin-top: 250px;
		bottom: 0;
		left: 0;
		width: 100%;
		background: linear-gradient(to bottom, rgba(51, 103, 153, 0) 0%, rgba(51, 103, 153, 1) 5%);
		justify-content: center;
		align-items: center;
		color: #fff;
	}

	.inner-content {
		background-repeat: no-repeat;
		color: white;
		text-align: center;
		padding: 180px 30px 80px 30px;
		font-size: 18px;
	}

	#finalStep {
		margin: 193px 53px;
	}
}

@media (max-width: 400px) {
	#home #banner .img .header img {
		display: none;
	}

	.listing .icons .ico_favorite {
		top: 340px;
		right: 20px;
	}

	.listing .icons .ico_video_play {
		top: 255px;
		right: 90px;
	}

	.listing .icons .ico_eye {
		top: 255px;
		right: 20px;
	}

	.listing .icons .ico_mobile {
		top: 340px;
		right: 90px;
	}

	#sub .listing .txt h2 {
		font-size: 22px !important;
	}

	.details_search {
		font-size: 16px;
	}

	.icons .ico_favorite {}

	.icons .ico_favorite.active {}

	.icons .ico_favorite.loading {
		background: url("img/loading.c5d6cc994432.gif") no-repeat center center;
	}

	.icons .ico_video_play {}


	.icons .ico_mobile {}

	.icons .ico_eye {}


	.listing .txt {}

	#sub h2 {
		text-align: center;
		margin-top: 30px;
		font-size: 24px;
	}
}

@media (max-width: 360px) {
	.listing .txt {
		padding: 40px 0px 0px 15px;
		font-size: 12px;
		max-width: 160px;
	}
}
/* ========================================
   Pricing Cards (Select Package Redesign)
   Added: 2026-03-05
   ======================================== */

.pkg-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: center;
    margin: 30px 0;
}

.pkg-card {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    transition: box-shadow 0.2s ease;
}

.pkg-card--featured {
    background: #f0fdf4;
    border: 3px solid #347647;
    padding: 40px 24px;
    box-shadow: 0 4px 16px rgba(52, 118, 71, 0.2);
}

.pkg-card__badge {
    background: #97fe9a;
    color: #1e5c30;
    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 20px;
    margin-bottom: 16px;
    font-weight: normal;
}

.pkg-card__title {
    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #2f2f2f;
    font-size: 24px;
    margin: 0 0 16px 0;
    font-weight: normal;
}

.pkg-card__desc {
    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #666666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
    flex-grow: 1;
    width: 100%;
}

.pkg-card__desc ul {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}

.pkg-card__desc li {
    margin: 8px 0;
    padding-left: 24px;
    position: relative;
}

.pkg-card__desc li:before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #347647;
    font-weight: bold;
}

.pkg-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: left;
}

.pkg-features li {
    padding: 6px 0 6px 28px;
    position: relative;
    font-size: 16px;
    color: #666666;
    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.4;
}

.pkg-features li:before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #347647;
    font-weight: bold;
}

.pkg-card__price {
    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #2f2f2f;
    margin: 16px 0 4px;
}

.pkg-card__price-detail {
    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}

.pkg-card__cta {
    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease;
    border: 2px solid;
    min-width: 180px;
}

.pkg-card__cta--filled {
    background: #97fe9a;
    color: #1e5c30;
    border-color: #97fe9a;
}


.pkg-card__cta--outline {
    background: transparent;
    color: #347647;
    border-color: #347647;
}


.pkg-card__cta--blue {
    background: #6287a3;
    color: #fff;
    border-color: #6287a3;
}

.pkg-card__cta:hover {
    opacity: 0.88;
}


/* Prevent horizontal scroll on mobile */
.form_area {
    overflow-x: hidden;
    max-width: 100%;
    box-sizing: border-box;
}

/* Mobile Layout (≤767px) */
@media (max-width: 767px) {
    .pkg-cards {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 16px;
        box-sizing: border-box;
        max-width: 100%;
    }
    
    .pkg-card--featured {
        order: -1;
        padding: 32px 24px;
    }
    
    .pkg-card {
        padding: 24px 16px;
    }
    
    .pkg-card__title {
        font-size: 22px;
    }
    
    .pkg-features li {
        font-size: 16px;
    }
    
    .pkg-card__price {
        font-size: 28px;
    }
    
    .pkg-card__cta {
        width: 100%;
        min-height: 48px;
        font-size: 16px;
        padding: 12px 24px;
    }
}

/* Tablet adjustments */
@media (max-width: 991px) and (min-width: 768px) {
    .pkg-card__title {
        font-size: 22px;
    }
    
    .pkg-card__desc {
        font-size: 15px;
    }
}
