
@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

@import url(//fonts.googleapis.com/css?family=Marcellus);
@import url(font/stylesheet.css);

html, body {
	margin: 0;
	padding: 0;
	font-family: Marcellus;
	font-size: 24px;
	color: #959595;
}

input, select, textarea, button{font-family:inherit;}
textarea {
	font-family: Marcellus;
	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;
	background: #97fe9a;
	color: #2f2f2f;
	font-size: 17px;
	padding: 4px 25px;
	cursor: pointer;
}
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;
}
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.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.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;
}


.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;
	position: relative;
	margin: 0 auto;
}

.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.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: 29px;
}
#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: 130px;
}
#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;
}
@media (min-width: 800px) {
	#header .nav>ul>li {
		height: 58px;
	}
	#header .nav>ul>li.has_dropdown:hover {
		background: url(img/bg-nav_dropdown_sel.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: Marcellus;
		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: 80px;
	background: #347647;
	padding-top: 10px;
	padding-bottom: 41px;
	border-top: 13px solid #1d5b2f;
	font-size: 13px;
}
#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;
}

.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: 60px;
	font-size: 12px;
}
#home .barn_ads_box {
	margin-top: 20px;
}
.barn_ads_box .add_link {
	margin-top: 10px;
}
.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 {
	margin-top: 48px;
}
#home .featured_listings {
	margin-top: 0;
}
.featured_listings a {
	display: block;
	float: left;
	position: relative;
	font-size: 16px;
	color: #fff;
	width: 30%;
	margin: 0 5%;
	cursor: pointer;
	padding-bottom: 30%;
}
.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;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	padding: 5px 10px;
	text-align: center;
	background: url(img/bg_featured_text.png);
	white-space: nowrap;
	text-overflow: ellipsis;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.featured_listings a:hover {
	opacity: 0.88;
	text-decoration: none;
}
.featured_listings a strong {
	color: #ffcc00;
	font-weight: normal;
	font-family: cygnetroundregular;
	display: inline-block;
	padding-right: 8px;
}


.icons a,.icons .ico {
	width: 57px;
	height: 57px;
	display: block;
	border: 2px solid #b1b1b1;
	text-align: center;
	line-height: 57px;
	border-radius: 57px;
}
.icons a:hover {
	opacity: 0.88;
}
.icons .ico_leased {
	border-color: #ca2128;
	background: url(img/ico_leased-red.png) no-repeat center center;
}
.icons .ico_sold {
	border-color: #ca2128;
	background: url(img/ico_sold-red.png) no-repeat center center;
}
.icons .ico_new {
	border-color: #3dd83d;
	background: url(img/ico_new-green.png) no-repeat center center;
}
.icons .ico_favorite {
	background: url(img/ico_favorite-gray.png) no-repeat center center;
}
.icons .ico_favorite.active {
	background: url(img/ico_favorite.png) no-repeat center center;
	border-color: #ffe3e3;
}
.icons .ico_favorite.loading {
	background: url(img/loading.gif) no-repeat center center;
}
.icons .ico_video_play {
	background: url(img/ico_video_play.png) no-repeat center center;
}
.icons .ico_like {
	background: url(img/ico_like.png) no-repeat center center;
	border-color: #7fbae7;
}
.icons .ico_share {
	background: url(img/ico_share.png) no-repeat center center;
	border-color: #87c2ea;
}
.icons .ico_pin {
	background: url(img/ico_pin.png) no-repeat center center;
	border-color: #ff7070;
}
.icons .ico_tweet {
	background: url(img/ico_tweet.png) no-repeat center center;
	border-color: #75e3ff;
}
.icons .ico_email {
	background: url(img/ico_email.png) no-repeat center center;
	border-color: #939393;
}
.icons .ico_text {
	background: url(img/ico_sms.png) no-repeat center center;
	border-color: #929292;
}

.latest_listings .latest_listing {
	float: left;
	width: 21%;
	margin-bottom: 1.9%;
	margin-left: 4.4%;
	color: #666666;
	font-size: 12px;
	text-align: center;
}
.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: 14px;
	height: 17px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.latest_listings .latest_listing .details {
	height: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.latest_listings .featured_links {
	text-align: center;
    margin: 30px auto 10px;
    font-family: Marcellus;
    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.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.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.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%;
}

#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: Marcellus;
	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.jpg) no-repeat center right #fff;
}
#search input[type=text] {
	width: 100%;
	margin-bottom: 10px;
	color: #a0a0a0;
	font-family: Marcellus;
	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.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;
}

#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 {
	width: 30%;
	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.png') no-repeat;
}

.why-bigeq .red-ribbon {
	background: url('../img/red_ribbon.png') no-repeat;
}

.why-bigeq .yellow-ribbon {
	background: url('../img/yellow_ribbon.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;
}

#sub>.container>.leftcol {
	float: left;
	width: 25%;
	font-size: 14px;
}
#sub>.container>.main {
	float: right;
	width: 70%;
	font-size: 16px;
}

#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: 24px;
}
#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;
}

.listing {
	position: relative;
	margin-bottom: 30px;
}
.listing>.wrap {
	display: block;
	text-decoration: none;
	min-height: 286px;
	padding: 19px;
	border: 2px solid #cacaca;
}
.listing>.wrap:hover {
	text-decoration: none;
}
.listing.premium>.wrap {
	border-color: #ffd77e;
}
.listing .img {
	float: left;
	width: 30%;
	padding-bottom: 30%;
	display: block;
}
.listing .img:hover {
	opacity: 0.88;
}
.listing .txt {
	float: left;
	width: 55%;
	margin-left: 5%;
	padding-right: 58px;
}
.listing .premium_title {
	color: #ffcc00;
	font-weight: normal;
	font-family: cygnetroundregular;
	font-size: 36px;
	margin-bottom: 10px;
}
#sub .listing .txt h2 {
	text-align: left;
	font-size: 30px;
	margin-top: 0;
}
#sub .listing .txt h2 a {
	color: #6c6c6c;
	font-weight: bold;
}
.listing .icons a {
	position: absolute;
	right: 14px;
}
.listing .icons .ico_new, .listing .icons .ico_sold {
	top: 38px;
}
.listing .icons .ico_new, .listing .icons .ico_leased {
	top: 38px;
}
.listing .icons .ico_favorite {
	top: 115px;
}
.listing .icons .ico_video_play {
	top: 195px;
}

.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.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.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.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.png)
}
.search_foot .pager a + a {
	margin-left: 30px;
}
.search_foot .pager a.next {
	background-image: url(img/bg_pager_right_lg.png);
	float: none;
}

.archive .pager {
	margin-bottom: 10px;
}


.listing_details {
	width: 860px;
}
.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 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;
	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.png);
	background-position: 5% 50%;
}
.listing_details #mainImage .arrow.next {
	right: 0;
	background-image: url(img/arrow_right.png);
	background-position: 95% 50%;
}
.listing_details .thumbs {
	width: 100%;
	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.jpg);
}
.listing_details .thumbs .next {
	right: -35px;
	background-image: url(img/btn_right.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;
}

.video_player_fluid {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	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%;
}
.listing_details .col_right {
	float: right;
	width: 48%;
}
.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;
}

.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: 18px !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.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: "Marcellus";
	font-size: 16px;
	color: #959595;
}

.list_steps .step.active {
    background: url(img/checkout-line-yes.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;
}

.pricing_comp_table .nobord {
    border: none;
}

.pricing_comp_table .label {
    /*text-align: right;*/
    background:#ffffff;
}

.pricing_comp_table .basic {
    background:#f4f4f4;
    text-align: center;
}

.pricing_comp_table .premium {
    background:#fff5df;
    text-align: center;
}

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: Marcellus;
}

.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;
}


@media (min-width: 1150px) {
	#header .droppy:hover ul {
		display: block;
	}
}
@media (max-width: 1150px) {
	
	#scroll_top {
		display: none !important;
	}
	#sub>.container>.wide {
		padding: 10px;
	}
	
}

@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;
	}
	#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: Marcellus;
	}

	.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;
	}*/
}

@media (max-width: 500px) {
	/* 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: auto !important;
	}
	.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;
	}
	
	.featured_listings a {
		padding-bottom: 90%;
		margin: 5% !important;
	}
	
	#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;
	}
	.col_set .left,.col_set .right {
		float: none;
		border: none;
		width: auto;
	}
	
	.blog_categories { display: none; }
	
	.listing {
		margin: 5px;
		font-size: 14px;
		min-height: 0;
	}
	.listing h2, .listing .premium_title {
		font-size: 18px !important;
	}
	.listing .img {
		padding-bottom: 100%;
		margin-bottom: 10px;
	}
	.listing .txt {
		margin: 0;
	}
	.listing .wrap {
		padding-bottom: 60px;
	}
	.listing .icons {
		padding: 5px 10px 0;
		padding-bottom: 0;
		margin-bottom: 25px;
		margin-top: -60px;
		text-align: center;
	}
	.icons a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.icons a {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		display: inline-block;
		margin-right: 10px;
	}
	.listing_details .share_icons a {
		background-size: 70%;
	}
	
	.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; }
}

.ui-widget-header {
	background: #347647 !important;
	border-color: #347647 !important;
}

.hbg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.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;
}

@media (max-width: 360px) {
	#home #banner .img .header img {
		display: none;
	}
}