/* ========================================== *
 * Default Styles
 * ========================================== */

body.home,
body.home div#page {
	margin: 0;
	padding: 0;
	max-width: none;
	font-family: 'Open Sans', sans-serif;
}

body.inner,
body.inner div#page {
	margin: 0;
	padding: 0;
	max-width: none;
	font-family: 'Open Sans', sans-serif;
}

body.home div#page,
body.inner div#page {
	padding: 0 40px;
}

.content-max-width {
	width: 1030px;
	margin: 0px auto;
}

.btn-linkto {
	background-color: #0053a0;
	display: inline-block;
	width: 150px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
	font-size: 14px;
	text-align: left;
	padding: 4px 15px;
}

.btn-linkto:hover {
	text-decoration: none;
	color: #fff;
	background-color: #0069CC;
}

.btn-linkto i {
	float: right;
	font-size: 11px;
	padding: 5px 0;
}

.btn-linkto.inverse {
	background-color: #e7ecf3;
	color: #0053a0;
}

/* ========================================== *
 * Header
 * ========================================== */

header .header-top {
	height: 210px;
	position: relative;
}

header .header-top .logo-wrapper {
	display: inline-block;
	width: 28%;
	position: absolute;
	margin-left: -2%;
	margin-top: 10px;
	display: block;
}

header .header-top .logo-wrapper img {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 10px 20px 12px 20px;
	background-color: #fff;
}

header .header-top .social-icons {
	position: absolute;
	bottom: 5px;
}

header .header-top .social-icons i {
	color: #fff;
	font-size: 30px;
	margin-right: 30px;
}

header .header-top .social-icons i:hover {
	color: #0069CC;
}

header .header-top nav {
	width: 100%;
	padding: 0px 180px 0px 180px;
	margin: 60px 0 8px 0;
	display: inline-block;
	height: 54px;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 24px;
	position: relative;
}

header .header-top nav a {
	padding: 10px 15px !important;
	text-decoration: none;
	color: inherit;
}

header .header-top nav ul#nav {
	position: relative;
	display: inline-block;
	overflow: hidden;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

header .header-top #menu-button {
	width: 120px;
	padding: 10px 20px;
	background-color: #fff;
	border-bottom: 5px solid #625700;
	margin: 0px auto;
	box-sizing: border-box;
	font-size: 24px;
	line-height: 18px;
	position: relative;
	bottom: -50%;
}

header .header-top #menu-button span {
	display: block;
	width: 100%;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}

header .header-top #menu-button i {
	display: block;
	width: 100%;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	line-height: 18px;
}

header .header-top .sell-stub-wrapper {
	display: block;
	clear: both;
	padding-top: 25px;
}

header .header-top .sell-stub-wrapper .company-phone-wrapper {
	display: block;
	float: right;
	clear: both;
	font-weight: 900;

}

header .header-top .sell-stub-wrapper .company-phone-wrapper i {
	float: left;
	font-size: 3em;
	line-height: 40px;
	margin-right: 8px;
}

header .header-top .sell-stub-wrapper .company-phone-wrapper .company-phone-numbers {
	display: block;
	font-size: 2.9em;
	line-height: 40px;
	float: left;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
	font-weight: 900;
	letter-spacing: 2px;
}

header .header-top .sell-stub-wrapper .company-phone-wrapper .company-phone-numbers .company-phone {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	margin-bottom: 2px;
	font-weight: 900;
}

/*header .header-top .sell-stub-wrapper .company-phone {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 8px;	
	color: #000;
	text-decoration: none;
	font-family: industry-inc-base;
}*/

header .header-top .sell-stub-wrapper .sell-stub {
	display: inline-block;
	width: 100px;
	float: right;
	padding: 8% 0;
	background-color: #1b7a25;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
	color: #FFF;
	text-align: center;
	font-size: 30px;
	text-decoration: none;
	position: relative;
	/*left: 50%;
	transform: translateX(-50%);*/
}

div.realestate-buttons {
	float: right;
	clear: right;
	width: 90%;
}

div.realestate-buttons a {
	width: 15%;
	display: block;
	margin-left: 1.8%;
	float: right;
	clear: none;
	text-align: center;
	padding: 20px 0px 17px 0px;
	background-color: #0053a0;
	color: #fff;
	font-family: 'Teko', sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 1px;
	text-decoration: none;
}

div.realestate-buttons a:hover {
	background-color: #0069CC;
}

div.realestate-buttons i {
	clear: both;
	display: block;
	font-size: 2em;
	margin-bottom: 10px;
}

div.header-banner {

}

div.mls-search {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	width: 100%;
	text-align: center;
}

div.mls-search div.mls-search-label {
	font-style: italic;
	letter-spacing: 0.03px;
	color: #656565;
	font-size: 18px;
	width: 15%;
	float: left;
	display: block;
	clear: left;
	margin: 10px 0 0 3%;
}

div.mls-search div.mls-search-label i {
	font-size: 30px;
	color: rgba(101, 101, 101, 0.6);
}

div.mls-search div.mls-search-label span {
	position: relative;
	top: -5px;
	padding: 0 12px;
}

div.mls-search input[name=search] {
	width: 60%;
	font-size: 14px;
	margin: 10px 0 0 15px;
	padding: 5px;
	float: left;
	border: 1px solid transparent;
	background-color: #d8d8d8;
}

div.mls-search .mls-search-submit {
	margin: 11px;
}

div.ribbon {
	position: relative;
	width: 104%;
	margin-left: -2%;
	background-image: url(../images/ribbon.png);
	background-size: 100% 100%;
	height: 60px;
	margin-bottom: -17px;
	z-index: -1;
	background-repeat: no-repeat;
}

.marquee {
	position: relative;
	width: 100%;
	line-height: 30px;
	background-color: #e7ecf3;
	color: white;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	color: #000;
	z-index: 0;
	padding: 5px 0;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 auto;
}

.marquee p {
	display: inline-block;
	padding-left: 100%;
	margin-top: 0.2em;
	line-height: 1em;
	animation: marquee 15s linear infinite;
}

@keyframes marquee {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(-100%, 0);
	}
}

div.almost-nav {
	float: right;
	clear: both;
	padding: 8px 15px;
	width: 100%;
	text-align: right;
	color: #fff;
}

div.about-wrapper h2 {
	margin-bottom: 0;
}

div.about-wrapper h2.other-listings {
	padding-bottom: 30px;
}

.home-page-listings .property.medium {
	margin-top: 0px;
}

/* ========================================== *
 * Body - Home
 * ========================================== */

body.home header .header-banner #banner-logo {
	margin: 70px auto 30px auto;
	max-width: 650px;
	width: 90%;
	display: block;
}

body.home header .header-banner h1 {
	text-align: center;
	font-family: 'Teko', sans-serif;
	color: #fff;
	margin-top: 90px;
	font-size: 50px;
}

body.home header .header-banner .live-broadcast-button {
	background-color: #1b7a25;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
	width: 150px;
	color: #FFF;
	text-align: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 50px;
	display: block;
}

body.home header .header-banner .live-broadcast-button span:nth-of-type(1) {
	display: inline-block;
	font-size: 34px;
	font-family: 'Teko', sans-serif;
	line-height: 8px;
	margin-top: 20px;
}

body.home header .header-banner .live-broadcast-button span:nth-of-type(2) {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	position: relative;
	top: -5px;
	margin-bottom: 12px;
}

body.home header .header-banner .broadcast-countdown {
	background-color: #1b7a25;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
	width: 170px;
	color: #FFF;
	text-align: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 50px;
	display: block;
}

body.home header .header-banner .broadcast-countdown span:nth-of-type(2) {
	display: inline-block;
	font-size: 34px;
	font-family: 'Teko', sans-serif;
	line-height: 8px;
	margin-bottom: 25px;
}

body.home header .header-banner .broadcast-countdown span:nth-of-type(1) {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	position: relative;
	top: -5px;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* Featured Nav */

body.home .featured-nav-section {
	background-color: #212121;
}

body.home .featured-nav-section .featured-nav-outer-wrapper .featured-nav {
	width: 1000px;
	background-color: #212121;
	color: #fff;
	margin: 0px auto;
	height: 125px;
}

body.home .featured-nav-section .featured-nav-outer-wrapper .featured-nav .featured-nav-item {
	width: 25%;
	float: left;
	position: relative;
	padding: 15px 20px;
	padding-right: 0;
	box-sizing: border-box;
	height: 125px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
}

body.home .featured-nav-section .featured-nav-outer-wrapper .featured-nav .featured-nav-item:last-of-type {
	padding-right: 20px;
}

body.home .featured-nav-section .featured-nav-outer-wrapper .featured-nav .featured-nav-item .fni-left {
	position: absolute;
	width: 60px;
	box-sizing: border-box;
	height: 95px;
	overflow: hidden;
}

body.home .featured-nav-section .featured-nav-outer-wrapper .featured-nav .featured-nav-item .fni-left .icon-wrapper {
	width: 48px;
	height: 48px;
	background-color: #484848;
	border-radius: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

body.home .featured-nav-section .featured-nav-outer-wrapper .featured-nav .featured-nav-item .fni-left .icon-wrapper i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 28px;
}

body.home .featured-nav-section .featured-nav-outer-wrapper .featured-nav .featured-nav-item .fni-right {
	position: relative;
	padding-left: 70px;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	overflow: hidden;
}

body.home .featured-nav-section .featured-nav-outer-wrapper .featured-nav .featured-nav-item .fni-right h3 {
	/*font-family: Abolition;*/
	margin: 0;
	padding: 0;
	font-size: 20px;
}

body.home .featured-nav-section .featured-nav-outer-wrapper .featured-nav .featured-nav-item .fni-right span {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 11.5px;
	margin-top: 7px;
}

/* SALES */

body.home main div#main .main-auction-section {
	width: 100%;
	height: 470px;
	background-color: #f7f7f7;
}

body.home main div#main .main-auction-section .upcoming-auctions-wrapper {
	width: 1052px;
	margin: 0px auto;
}

body.home main div#main .main-auction-section .upcoming-auctions-wrapper .upcoming-auctions-line {
	width: 1000px;
	height: 10px;
	background-color: #fff;
	margin: 0px auto;
	margin-bottom: 10px;
}

/* Other Sections */

body.home main div#main .sales-alert-section {
	width: 100%;
}

body.home main div#main .sales-alert-section .sales-alert-outer-wrapper {
	margin: 50px auto;
	border: 2px solid rgba(222, 223, 216, 0.75);
}

body.home main div#main .sales-alert-section .sales-alert-wrapper {
	/*height: 240px;*/
	background-color: rgba(222, 223, 216, 0.75);
	position: relative;
	box-sizing: border-box;
	padding: 30px;
	padding-left: 360px;
	width: 100%;
	border: 5px solid #FFF;
}

body.home main div#main .sales-alert-section .sales-alert-wrapper .sales-alert-left {
	position: absolute;
	top: 30px;
	left: 30px;
	box-sizing: border-box;
	padding-left: 80px;
	width: 300px;
}

body.home main div#main .sales-alert-section .sales-alert-wrapper .sales-alert-left i {
	position: absolute;
	/*top: 50%;*/
	left: 0px;
	color: #424242;
	font-size: 60px;
	/*transform: translateY(-50%);*/
}

body.home main div#main .sales-alert-section .sales-alert-wrapper .sales-alert-left .sales-alert-info {
	width: 100%;
}

body.home main div#main .sales-alert-section .sales-alert-wrapper .sales-alert-left .sales-alert-info h2 {
	font-family: 'Teko', sans-serif;
	color: #000;
	font-size: 28px;
	margin: 0px;
}

body.home main div#main .sales-alert-section .sales-alert-wrapper .sales-alert-left .sales-alert-info p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin-top: 8px;
}

body.home main div#main .sales-alert-section .sales-alert-wrapper .sales-alert-form {
	position: relative;
	width: 100%;
}

body.home main div#main .sales-alert-section .sales-alert-wrapper .sales-alert-form .contact-info {
	width: 100%;
}

body.home main div#main .sales-alert-section .sales-alert-wrapper .sales-alert-form .contact-info input {
	width: 49%;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

body.home main div#main .sales-alert-section .sales-alert-wrapper .sales-alert-form .contact-info input:first-of-type {
	margin-right: 1.2%;
}

body.home main div#main .sales-alert-section .sales-alert-wrapper .sales-alert-form textarea {
	width: 100%;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	box-sizing: border-box;
}

body.home main div#main .sales-alert-section .sales-alert-wrapper .sales-alert-form .update-sign-up {
	width: 100%;
	margin-top: 10px;
}

.sign-up-checkbox {
	display: inline-block;
	float: left;
}

.sign-up-checkbox label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sign-up-checkbox input[type=checkbox].css-checkbox {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.sign-up-checkbox input[type=checkbox].css-checkbox + .sign-up-checkbox label.css-label {
	padding-left: 20px;
	height: 15px;
	display: inline-block;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 15px;
	vertical-align: middle;
	cursor: pointer;
}

.sign-up-checkbox input[type=checkbox].css-checkbox:checked + .sign-up-checkbox label.css-label {
	background-position: 0 -15px;
}

.sign-up-checkbox .css-label {
	background-image: url(http://csscheckbox.com/checkboxes/dark-check-green.png);
}

.sign-up-checkbox .vlad {
	background-image: url(http://csscheckbox.com/checkboxes/vlad.png);
}

.sign-up-checkbox input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
	padding-left: 22px;
	height: 20px;
	display: inline-block;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 15px;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
}

.sign-up-checkbox input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg {

	background-position: 0 -20px;
}

/*.sign-up-checkbox label{
	font-weight: 200;
}
.sign-up-checkbox input[type=checkbox] {
  display: none;
}
.sign-up-checkbox label::before {
  border-radius: 3px;
}
.sign-up-checkbox input[type=checkbox]:checked,
.sign-up-checkbox label::before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  font-size: 15px;
  color: #808080;
  text-align: center;
  line-height: 15px;
  padding: 3px 6px;
  border: 1px solid #808080;
}

body.home main div#main .sales-alert-section .sales-alert-wrapper .sales-alert-form .update-sign-up input[type="checkbox"] {
	margin-right: 5px;
}*/

body.home main div#main .sales-alert-section .sales-alert-wrapper .sales-alert-form .update-sign-up input[type="submit"] {
	width: 62px;
	color: white;
	font-family: Abolition;
	font-size: 21px;
	line-height: 24px;
	background-color: #1b7a25;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
	border: none;
	padding: 8px 13px 11px 13px;
	display: block;
	float: left;
}

main div#main .about-section {
	min-height: 816px;
}

main div#main .about-section .about-wrapper {
	box-sizing: border-box;
	position: relative;
	min-height: 816px;
	padding-bottom: 80px;
}

body.home main div#main .about-section .about-wrapper .about-left {
	width: 100%;
}

body.home main div#main .about-section .about-wrapper .about-left .about-header {
	width: 100%;
	margin-top: 10px;
	display: inline-block;
}

body.home main div#main .about-section .about-wrapper .about-left .about-header h2 {
	display: inline-block;
	width: 340px;
	float: left;
	font-size: 36px;
	font-family: 'Teko', sans-serif;
	color: #000;
	line-height: 30px;
	margin: 5px 0 0 10px;
}

body.home main div#main .about-section .about-wrapper .about-left .about-header h2 span {
	font-size: 21.5px;
	color: #2d7e36;
	line-height: 21.5px;
	vertical-align: middle;
	display: inline-block;
}

body.home main div#main .about-section .about-wrapper .about-left .about-header img {
	float: left;
	height: 55px;
}

body.home main div#main .about-section .about-wrapper .about-left p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin-top: 12px;
}

body.home main div#main .about-section .about-wrapper img#about-img {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 370px;
}

/* ========================================== *
 * Footer
 * ========================================== */

#side .moving-resources {
	margin-right: 18px;
}

#side .moving-resources ul {
	list-style: none;
	text-align: right;
	margin: 0;
	padding: 0;
}

#side .moving-resources ul > li > a {
	color: #fff;
	text-decoration: none;
	padding: 0px 15px;
}

#side .moving-resources ul > li > a:hover {
	text-decoration: underline;
}

#side .trusted-network {
	margin-right: 18px;
}

/* ========================================== *
 * Footer
 * ========================================== */

/*footer#footer {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
}

footer#footer div.logo {
    width: 30%;
    float: left;
    clear: none;
    min-height: 150px;
    margin-top: 20px;
}

footer#footer div.logo img {
    width: 100%;
}

footer#footer div.footer-nav{
    width: 70%;
    float: left;
    clear: none;
}

footer#footer div.footer-nav ul {
    color: #fff;
    float: left;
    clear: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

footer#footer div.footer-nav ul li {
    display: block;
    float: left;
    clear: none;
    margin: 5px;
    margin-right: 30px;
}

footer#footer div.footer-nav ul li a{
    color:#fff;
    font-weight: 700;
}

footer#footer div.content-blocks {
    float: left;
    clear: none;
    width: 70%;
    color: #fff;
}

footer#footer div.content-blocks div.wide4 {
    width:25%;
    padding: 1%;
    float: left;
    clear: none;
    margin-bottom: 20px;
    font-size: 0.9em;
}

footer#footer div.footer-section h2 {
    color: #fff;
	border-bottom: 4px solid #fff;
	width: 21.5%;
	font-size: 1.5em;
	text-align: right;
	clear: none;
	float: left;
	margin-top: 60px;
}*/

footer#footer .footer-section-2 {
	background-color: #143451;
	position: relative;
}

footer#footer .footer-section-2 .contact-header {
	width: 23.5%;
	float: left;
	color: #fff;
	margin-top: 60px;
}

footer#footer .footer-section-2 .contact-header h2 {
	text-align: right;
	border-bottom: 4px solid #fff;
	font-size: 1.5em;
	font-weight: 700;
	padding-bottom: 10px;
	margin: 0;
}

footer#footer .footer-section-2 .contact-header .social-icons {
	float: right;
	margin: 15px 0;
}

footer#footer .footer-section-2 .contact-header .social-icons i {
	color: #fff;
	font-size: 30px;
	margin-left: 30px;
}

footer#footer .footer-section-2 .contact-header .social-icons i:hover {
	color: #538C19;
}

footer#footer .footer-section-2 #contact {
	width: 76.5%;
	float: left;
	margin-top: 60px;
	padding: 0 40px;
}

footer#footer form label {
	color: #fff;
	display: block;
	width: 100%;
	text-align: left;
	font-size: 13px;
}

footer#footer form div.form-row {
	width: 50%;
	clear: none;
	float: left;
	clear: left;
	height: 40px;
}

footer#footer form div.form-row.manual,
footer#footer form div.form-row.textarea {
	float: right;
	clear: none;
	height: 100px;
	margin-right: 20px;
}

footer#footer form div.form-row.manual div.item,
footer#footer form div.form-row.textarea div.item,
footer#footer form div.form-row.text div.item {
	width: 100% !important;
}

footer#footer form div.form-row.manual {
	width: 25% !important;
	float: left;
}

footer#footer form div.form-row.textarea div.item textarea {
	height: 80px;
	width: 100%;
}

footer#footer form div.form-row.manual div.item div.g-recaptcha {
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	margin-left: 24px;
	max-width: 304px;
	max-height: 78px;
}

footer#footer form div.form-row.submit {
	width: 25%;
	float: left;
	clear: none;
	margin-top: 30px;
	margin-left: 20px;
}

footer#footer form input {
	width: 100%;
	float: left;
	position: relative;
	font-size: 13px;
	padding: 5px;
}

footer#footer form button[type="submit"] {
	float: right;
	width: 130px;
	margin-right: -20px;
}

footer#footer div.footer-section-inner {
	border-top: 2px solid #fff;
	width: 85%;
	margin: 0px auto;
}

footer#footer div.footer-section-inner div.logo {
	width: 180px;
	margin: 60px 0;
	float: left;
}

footer#footer div.footer-section-inner div.logo img {
	width: 100%;
}

footer#footer div.footer-section-inner div.footer-nav {
	float: right;
	width: 600px;
}

footer#footer div.footer-section-inner div.footer-nav table {
	width: 100%;
	margin: 30px 0 20px 0;
}

footer#footer div.footer-section-inner div.footer-nav table tr td a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

footer#footer div.footer-section-inner div.footer-nav table tr td a:hover {
	text-decoration: underline;
}

footer#footer div.footer-section-inner div.footer-nav table tr td {
	padding-bottom: 10px;
}

footer#footer div.footer-section-inner table.content-blocks {
	float: right;
	width: 600px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 30px;
}

footer#footer div.footer-section-inner table.content-blocks tr td {
	padding-right: 15px;
	vertical-align: top;
}

footer#footer div.footer-section-inner table.content-blocks tr td a {
	color: #fff;
}

footer#footer div.footer-ribbon {
	background-image: url(../images/pr-ribbon.png);
	height: 50px;
	background-color: #0053a0;
	background-repeat: repeat-x;
	background-position-y: center;
	background-size: auto 85%;
}

/*
footer#footer div.footer-section-inner-left {
    width: 21.5%;
}

footer#footer div.footer-ribbon {
    background-image: url(../images/pr-ribbon.png);
    height: 50px;
    background-color: #0053a0;
    background-repeat: repeat-x;
	background-position-y: center;
    background-size: auto 85%;
}

footer#footer span.social-icon {
    display: block;
    clear: left;
    width: 21.5%;
}

footer#footer span.social-icon img {
    width: 10%;
    float: right;
    margin: 5px 10px;
}

footer#footer .footer-section {
}

footer#footer div.footer-section-inner {
    width: 80%;
    margin: 0 auto;
    border-top: 2px solid #fff;
    padding-top: 30px;
}

footer#footer div#contact {
    float: right;
    clear: none;
    width: 72%;
    margin-top: 20px;
    padding-left: 3%;
}

footer#footer form label {
    color: #fff;
    display: block;
    width: 100%;
    min-height: 20px;
    text-align: left;
}

footer#footer form div.form-row {
    width: 50%;
    clear: none;
    float: left;
	clear: left;
	height: 40px;
	margin-top: 10px;
}

footer#footer form div.form-row.manual,
footer#footer form div.form-row.textarea {
    float: right;
    clear: none;
    height: 100px;
    margin-right: 20px;
}

footer#footer form div.form-row.manual div.item,
footer#footer form div.form-row.textarea div.item {
    width: 100% !important;
}

footer#footer form div.form-row.manual {
    width: 25% !important;
    float: left;
}

footer#footer form div.form-row.manual div.ite div.g-recaptcha,
footer#footer form div.form-row.textarea div.item textarea {
    height: 100px;
    width: 100%;
}

footer#footer form div.form-row.manual div.item div.g-recaptcha {
    background: #f9f9f9;
    width: 100%;
    height: 35px;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 28px;
}

footer#footer form div.form-row.manual div.item div.g-recaptcha div {
    margin-top:-19px;
    width: 100% !important;
}

footer#footer form div.form-row.submit {
    width: 25%;
    float: left;
    clear: none;
    margin-top: 30px;
    margin-left: 20px;
}


footer#footer form input {
    width: 100%; 
    float: left;
    position: relative;
}

footer#footer form div.form-row.submit input{
    float: right;
    width: 60%;
}



footer#footer .footer-section-1 {
    height: 160px;
    background-color: #000;
    border-bottom: 8px solid #fff;
    position: relative;
    background-image: url("../images/footer-bg.jpg");
    background-size: cover;
}

footer#footer .footer-section-2 {
    height: auto;
    background-color: #143451;
    position: relative;
}

footer#footer .footer-section-3 {
    height: 90px;
    background-color: #161616;
    position: relative;
}

footer#footer .footer-section .footer-section-inner {
}

footer#footer .footer-section-1 .footer-section-inner a {
    float: right;
    color: #fff;
    font-size: 24px;
    font-family: 'Teko', sans-serif;
    text-decoration: none;
    margin-top: 40px;
}

footer#footer .footer-section-2 .footer-section-inner .footer-section-inner-left {
    float: left;
    display: inline-block;
}

footer#footer .footer-section-2 .footer-section-inner .footer-section-inner-left img {
    height: 64px;
    margin: 28px 0;
}

footer#footer .footer-section-2 .footer-section-inner .footer-section-inner-right {
    float: right;
    display: inline-block;
    color: #fff;
    width: 370px;
}

footer#footer .footer-section-2 .footer-section-inner .footer-section-inner-right .internal-links {
    display: block;
    font-size: 18px;
    font-family: 'Teko', sans-serif;
    margin: 32px 0;
}

footer#footer .footer-section-2 .footer-section-inner .footer-section-inner-right .internal-links .internal-links-group:first-child {
    margin-bottom: 3px;
}

footer#footer .footer-section-2 .footer-section-inner .footer-section-inner-right .internal-links .internal-links-group i {
    margin-right: 8px;
}

footer#footer .footer-section-2 .footer-section-inner .footer-section-inner-right .internal-links .internal-links-group a {
    color: #fff;
    text-decoration: none;
    padding-right: 4px;
}

footer#footer .footer-section-2 .footer-section-inner .footer-section-inner-right .internal-links .internal-links-group a:after {
    content: '\22C5';
    font-size: 32px;
    vertical-align: middle;
    line-height: 10px;
    padding-left: 4px;
}

footer#footer .footer-section-2 .footer-section-inner .footer-section-inner-right .internal-links .internal-links-group a:last-child:after {
    content: '';
    padding-left: 0px;
}

footer#footer .footer-section-2 .footer-section-inner .footer-section-inner-right .social-links {
    margin-top: 24px;
}

footer#footer .footer-section-2 .footer-section-inner .footer-section-inner-right .social-links a {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
}

footer#footer .footer-section-2 .footer-section-inner .footer-section-inner-right .social-links a:first-child {
    margin-right: 30px;
}

footer#footer .footer-section-3 .footer-section-inner .assoc-logos {
    width: 370px;
    float: left;
}

footer#footer .footer-section-3 .footer-section-inner .assoc-logos .assoc-logo img {
    height: 50px;
    margin: 20px 0 20px 20px;
}

footer#footer .footer-section-3 .footer-section-inner .social-links {
    width: 370px;
    float: right;
    font-size: 30px;
    line-height: 30px;
}

footer#footer .footer-section-3 .footer-section-inner .social-links a {
    color: #fff;
    display: inline-block;
    margin: 20px 10px 0 0;
}*/

div.col-1 {
	width: 25%;
	float: left;
	clear: none;
}

div.col-1 div {
	clear: both;
	width: 100%;
	text-align: center;
}

div.col-1 button {
	margin-top: 22%;
	color: #fff;
	background-color: #143451;
	border: 1px solid #000;
	width: 80%;
	font-size: 1.1em;
	font-weight: bold;
}

div.col-1 input {
	margin-bottom: 10px;
	text-align: center;
	width: 90%;
}

div.col-1.single div {
	margin-top: 13%;
	vertical-align: middle;
	text-align: center;
}

div.col-1.single div label {
	margin-left: -5px !important;
}

div.col-1.single div span {
	display: block;
	clear: both;
	padding: 5px 10px;
	background-color: #fff;
	margin: 0 0;

	float: left;
	width: 80%;
}

/*footer#footer {
	width: 100%;
	position: relative;
}

footer#footer .footer-top {
	width: 100%;
	height: 160px;
	background-color: #000;
	border-bottom: 8px solid #fff;
	position: relative;
	background-image: url("../images/footer-bg.jpg");
	background-size: cover;
}

footer#footer .footer-top a {
	position: absolute;
	top: 45%;
	right: 90px;
	color: #fff;
	font-size: 24px;
	font-family: industry-inc-base;
	transform: translateY(-50%);
	text-decoration: none;
}

footer#footer .footer-bottom {
	width: 100%;
	min-height: 80px;
	background-color: #21722a;
	position: relative;
}

footer#footer .footer-bottom span {
	float: right;
	position: relative;
	margin: 30px 50px;
}

footer#footer .footer-bottom span a {
	color: #fff;
	text-decoration: none;
}

footer#footer .footer-bottom span a:last-of-type {
	margin-left: 20px;
}


footer#footer .footer-bottom #footer-logo-wrapper {
	float: left;
	width: 300px;
	margin: 10px 50px;
}

footer#footer .footer-bottom #footer-logo-wrapper img {
    width: 100%;
}

footer#footer .footer-bottom .assoc-logos {
    float: left;
    position: relative;
}

footer#footer .footer-bottom .assoc-logos .assoc-logo {
    height: 60px;
    display: inline-block;
    margin: 10px 10px 10px 0;
}

footer#footer .footer-bottom .assoc-logos .assoc-logo img {
    max-height: 60px;
}

footer#footer .footer-bottom .assoc-logos #assoc-logo-masterfeeds-icon {
    display: none;
}*/

/* ========================================== *
 * Body - Inner
 * ========================================== */

/*body.inner header .header-banner {
	display: inline-block;
	background-size: cover;
	width: 100%;
	background-position: center;
}

body.inner header .header-banner #banner-logo {
	margin: 52px auto 52px auto;
	max-width: 500px;
	width: 90%;
	display: block;
}

body.inner header .header-banner h1 {
	text-align: center;
	font-family: 'Teko', sans-serif;
	color: #fff;
	margin: 80px 0;
	font-size: 40px;
}

body.inner div#main .inner-wrapper {
	width: 90%;
        max-width: 1030px;
	margin: 80px auto;
}

body.inner div#main .inner-wrapper h1.home_section_title {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 40px;
        font-family: 'Teko', sans-serif !important;
	font-size: 36px;
	padding-bottom: 5px;
	border-bottom-style: double;
}*/

/* ========================================== *
 * Other
 * ========================================== */

.image-lightbox {
	margin: 0 !important;
	padding: 0 !important;
}

.image-lightbox img {
	width: 100%;
}

#mobile-nav-wrapper {
	display: none;
}

#mobile-nav-wrapper ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	border-bottom: 5px solid #625700;
}

#mobile-nav-wrapper ul li {
	padding: 20px 0;
	text-align: center;
	/*font-family: Abolition;*/
	font-size: 22px;
}

#mobile-nav-wrapper ul li:nth-of-type(2n-1) {
	background-color: rgba(230, 230, 230, 1);
}

#mobile-nav-wrapper ul li a {
	color: #333;
	text-decoration: none;
}

.perlich-directions-lightbox {
	padding: 0 !important;
	margin: 0 !important;
}

.perlich-directions-lightbox #perlich-map {
	width: 100%;
	height: 400px;
}

form.register-form {
	max-width: 860px;
	width: 90%;
	margin: 50px auto;
}

form.register-form .register-form-inner .register-form-group {
	position: relative;
	box-sizing: border-box;
	padding-left: 100px;
	width: 100%;
	margin-bottom: 20px;
}

form.register-form .register-form-inner .register-form-group .register-form-group-marker {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	background-color: #21722a;
}

form.register-form .register-form-inner .register-form-group .register-form-group-marker span {
	font-family: 'Teko', sans-serif;
	color: #FFF;
	position: relative;
	top: 50%;
	left: 50%;
	display: inline-block;
	transform: translate(-50%, -50%);
	font-size: 30px;
}

form.register-form .register-form-inner .register-form-group .register-form-group-content {
	width: 100%;
}

form.register-form .register-form-inner .contact-info {
	width: 100%;
}

form.register-form .register-form-inner input,
form.register-form .register-form-inner select {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	margin-bottom: 10px;
}

form.register-form .register-form-inner .register-submit {
	width: 100%;
	box-sizing: border-box;
	padding-left: 314px;
	position: relative;
}

form.register-form .register-form-inner .register-submit .g-recaptcha {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

form.register-form .register-form-inner .register-submit input {
	width: 100%;
	box-sizing: border-box;
	padding: 26px 5px;
}

.strength-tooshort {
	border-left: 3px solid #a94442;
	padding: 2px 6px;
	color: #a94442;
}

.strength-weak {
	border-left: 3px solid #8a6d3b;
	padding: 2px 6px;
	color: #8a6d3b;
}

.strength-good {
	border-left: 3px solid #3c763d;
	padding: 2px 6px;
	color: #3c763d;
}

.strength-strong {
	border-left: 3px solid #3c763d;
	padding: 2px 6px;
	color: #3c763d;
}

.webcast-login #register-link {
	margin-top: 10px;
	display: block;
}

.directions-wrapper {
	width: 90%;
	margin: 0px auto;
	margin-bottom: 40px;
}

h1.directions-header {
	margin-top: 40px;
	font-size: 36px;
	color: #000;
	font-family: 'Teko', sans-serif;
}

.directions-wrapper h2 {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: 'Teko', sans-serif;
	padding-bottom: 5px;
	border-bottom-style: double;
}

.directions-map-wrapper {
	width: 100%;
	height: 500px;
	margin-bottom: 20px;
	position: relative;
	box-sizing: border-box;
	padding-right: 400px;
}

.directions-map-wrapper .directions-map {
	width: 100%;
	height: 100%;
}

.directions-map-wrapper .directions-panel {
	position: absolute;
	width: 380px;
	height: 100%;
	top: 0;
	right: 0;
}

header #mobile-nav-bar {
	width: 100%;
	border-bottom: 5px solid #625700;
	display: none;
}

header #mobile-nav-bar img {
	display: block;
	float: left;
	margin: 10px;
}

header #mobile-nav-bar i {
	display: block;
	float: right;
	margin: 19px;
	font-size: 30px;
	cursor: pointer;
	cursor: hand;
}

#search-auction-form {
	width: 90%;
	display: block;
	max-width: 1000px;
	margin: 30px auto 20px auto;
	font-family: 'Teko', sans-serif;
}

#search-auction-form input {
	width: 85%;
	padding: 12px 12px 5px 12px;
	box-sizing: border-box;
	font-size: 32px;
	border: 1px solid #b1b3b6;
	border-right: 0;
	float: left;
	line-height: 32px;
}

#search-auction-form button {
	height: 66px;
	width: 15%;
	float: right;
	background-color: #fff;
	color: #b1b3b6;
	padding: 18px 5px;
	font-size: 22px;
	border: 1px solid #b1b3b6;
	border-left: 0;
	text-align: center;
	line-height: normal;
}

.line-clamp {
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.slick-slider button {
	width: 40px;
	height: 40px;
	background-color: #21722a;
	color: #fff;
}

.slick-slider button:before {
	color: #fff;
}

.slick-slider .slick-next {
	right: -45px;
}

.slick-slider .slick-prev {
	left: -45px;
}

#auction-images {
	width: 90%;
	margin: 0 auto;
}

.slick-slider button:hover {
	background-color: #21722a;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.calculator {
	padding: 60px 0 40px 0;
	background-color: #e7ecf3;
}

div.calculator h2 {
	font-weight: bold;
	margin-top: 0px;
	color: #143451;
	border-bottom: 4px solid #143451;
	width: 23.5%;
	font-size: 1.5em;
	text-align: right;
	clear: none;
	float: left;
	padding-bottom: 10px;
}

div.calculator h2 i {
	float: left;
	margin-left: 20%;
	margin-top: 5px;
	font-size: 1.3em;
}

div#calc {
	float: right;
	clear: none;
	width: 76.5%;
	margin-top: -15px;
	padding: 0 3%;
}

#mortgagecalc_wrapper div label {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	font-size: 0.7em;
	text-align: left;
	margin-left: 8px;
	margin-bottom: 1px;
}
