@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

html {
  font-family: Calibri, Tahoma, Arial, sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
  line-height: 1.45;
  background: #42A316;
}

body {
  color: #333333;
  background: #fff;
  /* Baseline: this means that 1em = 16px */
  font-size: 110%;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "franklin-gothic-urw", sans-serif;
  min-height: 100%;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

a {
  background: transparent;
  color: #42A316;
  text-decoration: underline;
  transition: color .2s;
}

a:hover {
  color: #32601f;
}

a:visited {
  color: #42A316;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: normal;
}

hr {
  border-color: #444444 -moz-use-text-color -moz-use-text-color;
  border-width: 1px 0 0;
  margin-bottom: 15px;
  margin-top: 15px;
}

.contentbox {
  font-size: 1.25em;
  margin: auto;
  width: 100%;
}

.vertical-align-center {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.vertical-align-top {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.vertical-align-bottom {
  display: inline-block;
  vertical-align: bottom;
  float: none;
}

.content-small {
  font-size: 0.6em;
}

.content-error {
  color: #d00;
  font-size: 1em;
  font-weight: bold;
}

.content-success {
  color: #2cde2c;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

header {
  color: #42A316;
}

header .site_info {
  background: #fff url("/images/header/header_bg.png") no-repeat scroll center center/cover;
  overflow: hidden;
  padding: 1em 3%;
  position: relative;
  text-align: right;
}

header .container-fluid {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

header .navbar-collapse {
  padding-left: 0;
  padding-right: o;
}

.site_logo, .site_logo img {
  display: block;
  float: left;
  position: relative;
  border: none;
}

.site_logo {
  margin: 0 1em 0 0;
}

.secondary_nav {
  display: inline-block;
}

.site_contact {
  color: #fff;
  /*display:inline-block;*/
  display: none;
}

.site_contact h2 {
  font-size: 1.25em;
  margin: 0;
}

.site_contact strong {
  visibility: hidden;
}

.site_contact a {
  color: #fff;
}

.searchform {
  margin: 0 0 .3em;
  position: relative;
}

/* fadeouts of placeholder in focus */
.searchform input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #42A316;
}

.searchform input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #42A316;
}

.searchform input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #42A316;
}

.searchform input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #42A316;
}

.searchform input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.searchform input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.searchform input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.searchform input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.searchform input {
  display: inline-block;
  vertical-align: top;
}

.searchform .s {
  padding-right: 1.77em;
  height: 1.8em;
  line-height: 1.8;
  font-size: .9em;
  border: none;
  background: #fff;
  padding-left: .60em;
}

.searchform .s:focus {
  outline: none;
  box-shadow: 0 0 0px 5px rgba(255, 255, 255, 0.3);
}

.searchsubmit.searchsubmit {
  margin-left: -1.6em;
  width: 1.6em;
  height: 1.6em;
  cursor: pointer;
  border-radius: 0;
  text-indent: -9999px;
  background: url(/images/site/search_icon.png) center center no-repeat, linear-gradient(to left, #ddd, #fff), #fff;
  background-size: 60%, 100%;
  border: 0px solid transparent;
}

.searchsubmit.searchsubmit:hover {
  background: url(/images/site/search_icon.png) center center no-repeat, linear-gradient(to left, #bbb, #fff), #fff;
  background-size: 60%, 100%;
}

.secondary_nav a, .secondary_nav a:hover {
  color: #eaffe2;
  font-size: 0.9em;
}

.secondary_nav ul, .secondary_nav li {
  display: inline-block;
  margin: 0 0 0 0.5em;
}

header .navbar-default {
  background-color: #FFF;
  border: none;
  border-bottom: 10px solid #42A316;
  line-height: 2;
  margin: 0 0 1em;
  padding: .6em 1% 0;
  font-size: 1.1em;
  width: 100%;
}

header .navbar-default .navbar-nav > li > a {
  background: transparent none repeat scroll 0 0;
  box-shadow: 0 10px 0 #42A316;
  color: #42A316;
  font-weight: bold;
  font-size: 1.1em;
  margin: 0 .6em 0 0;
  text-decoration: none;
  margin-top: 1px;
}

header .navbar-default .navbar-nav > li > a:hover {
  box-shadow: 0 10px 0 #32601f;
  color: #32601f;
}

header .navbar-default .navbar-nav > .active > a {
  background: transparent none repeat scroll 0 0;
  border-top: 1px solid #ccc;
  box-shadow: 0 10px 0 #444;
  color: #444;
  font-weight: bold;
  margin-top: -1px;
  font-size: 1.1em;
  margin: 0 .6em 0 0;
  text-decoration: none;
}

header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus {
  background-color: #FFFFFF;
  color: #32601f;
}

header .dropdown-menu {
  background-clip: padding-box;
  background-color: #42A316;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: left;
  font-size: 1.1em;
  left: 0;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width: 350px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}

header .dropdown-menu a {
  color: #FFF;
  text-decoration: none;
}

header .dropdown-menu a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #32601f;
}

header .dropdown-submenu {
  position: relative;
}

header .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
  font-size: .8em;
}

header .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

header .dropdown-submenu > a:after {
  font-family: fontawesome;
  content: "\f0da";
  display: block;
  float: right;
  position: relative;
  margin: 0 0 0 -1em;
  font-size: 1em;
  color: #FFFFFF;
}

header .dropdown > a:after {
  font-family: fontawesome;
  content: "\f0d7";
  display: block;
  float: right;
  position: relative;
  font-size: 1em;
  margin-left: 5px;
  color: #42A316;
}

header .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

header .dropdown-submenu.pull-left {
  float: none;
}

header .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

header .navbar-default .navbar-toggle {
  border-color: #000;
  margin-right: 0;
  background-color: #FFF;
}

footer {
  background: #42A316 none repeat scroll 0 0;
  border-top: 5px solid #42A316;
  clear: both;
  color: #fff;
  font-size: 0.75em;
  padding: 0 3%;
  position: relative;
}

footer p {
  margin: 0.5em 0;
}

footer a,
footer a:visited {
  color: #fff;
  text-decoration: underline;
}

footer .contentbox {
  padding: 1em 0;
}

section.credits {
  clear: both;
  text-align: center;
}

.page-numbers {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.page-numbers a {
  color: #42A316;
  margin-left: 5px;
  text-decoration: none;
}

.page-numbers a:hover {
  color: #32601f;
  text-decoration: none;
}

.nothing-found {
  color: #444444;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.item-count {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.primary-color-highlight {
  color: #42A316;
  font-weight: bold;
}

.form-hint {
  font-size: 12px;
  color: #444444;
  text-align: center;
  padding-top: 2px;
}

.required-field {
  color: #42A316;
  font-weight: bold;
}

.error-field {
  color: #d00;
  font-weight: bold;
}

.current-time {
  color: #444444;
  font-size: 14px;
  text-align: right;
}

.error-text {
  color: #d00;
  font-weight: bold;
}

.success-message {
  color: #2cde2c;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.price-highlight {
  color: #d00;
  font-weight: bold;
}

.bid-text {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.submit-bid {
  font-size: 16px;
  font-weight: bold;
  background-color: #CCCCCC;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  max-width: 1600px;
  padding: 0 3%;
}

.container-fluid h2 {
  color: #42A316;
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-fluid p {
  line-height: 27px;
  color: #000000;
}

.container-fluid .page-header-bar {
  height: 5px;
  background-color: #42A316;
}

.cta {
  background: #f4f4f4 none repeat scroll 0 0;
  margin-bottom: 1em;
  padding: 0 1em 0;
  position: relative;
  vertical-align: top;
}

.cta .header {
  background: #ddd url("/images/site/tomkins_watermark.png") no-repeat scroll 97% 0.35em/28px auto;
  text-align: center;
}

.cta .header h2 {
  color: #ff0000;
  font-size: 1.15em;
  font-weight: bold;
  text-align: left;
}

.cta .header-search {
  background: #ddd url("/images/site/tomkins_watermark.png") no-repeat scroll 97% 0.35em/28px auto;
  text-align: left;
}

.cta .header-search h2 {
  color: #000000;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.45em;
}

.cta .picture {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 180px;
}

.cta .picture .img-responsive {
  margin: 0 auto;
  max-height: 175px;
}

.cta .title {
  margin-bottom: 10px;
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.1em;
  text-align: center;
  height: 75px;
}

.cta .date {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
}

.cta .text {
  margin-bottom: 10px;
  font-size: 1.1em;
  text-align: center;
  height: 75px;
}

.cta .button-row {
  margin-left: -30px;
  margin-right: -30px;
}

.cta .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 2px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 1.25em;
}

.cta label {
  font-size: 1.25em;
  color: #333;
}

.cta .radio input[type="radio"],
.cta .radio-inline input[type="radio"],
.cta .checkbox input[type="checkbox"],
.cta .checkbox-inline input[type="checkbox"] {
  margin-left: -20px;
  position: absolute;
  margin-top: 10px;
}

.cta .filler {
  height: 170px;
}

.featured-title {
  background-attachment: scroll, scroll, scroll;
  background-clip: border-box, border-box, border-box;
  background-color: #000;
  background-image: url("/images/site/tomkins_watermark.png"), linear-gradient(45deg, #000 70%, #1d3712 70.01%, #1d3712 78%, #32601f 78.01%, #32601f 82%, #42a316 82.01%), none;
  background-origin: padding-box, padding-box, padding-box;
  background-position: 98.2% 0.4em, 0 0%, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 28px auto, 100% auto;
  padding: 0.35em 0.7em;
}

.featured-title h2 {
  color: #fff;
  font-size: 1.25em;
}

.featured-items {
  border-bottom: 5px solid #eee;
  padding-bottom: 20px;
  padding-top: 10px;
}

.featured-meta {
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
  color: #42A316;
  font-size: 1.2em;
  font-weight: bold;
}

.featured-meta h2 {
  font-weight: bold;
  margin: 0;
}

.property-features dt, .property-features dd {
  display: inline-block;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
}

.property-primary-title {
  margin: 0 0 0.5em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
}

.newsletter {
  background-color: #EEEEEE;
  margin: 0 0 0.3em;
  padding-bottom: 5px;
}

.newsletter h2 {
  font-weight: bold;
  line-height: 1.2;
  color: #000000;
}

.page-content-title {
  background-attachment: scroll, scroll, scroll;
  background-clip: border-box, border-box, border-box;
  background-color: #000;
  background-image: url("/images/site/tomkins_watermark.png"), linear-gradient(45deg, #000 70%, #1d3712 70.01%, #1d3712 78%, #32601f 78.01%, #32601f 82%, #42a316 82.01%), none;
  background-origin: padding-box, padding-box, padding-box;
  background-position: 98.2% 0.4em, 0 0%, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 28px auto, 100% auto;
  padding: 0.35em 0.7em;
  margin-bottom: 20px;
}

.page-content-title h2 {
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
}

.page-content {
  padding-bottom: 10px;
}

.page-content h3 {
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.page-content h4 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.page-content p {
  font-size: 1em;
  margin-bottom: 10px;
  color: #333;
}

.page-content .caption-text {
  line-height: 1.3em;
  padding: 0.75em 1em;
  background-color: #EEEEEE;
}

.page-content ul {
  padding-left: 20px;
  padding-right: 10px;
  font-size: 1em;
  color: #333;
}

.page-content a {
  color: #42A316;
  font-weight: bold;
  text-decoration: none;
}

.page-content a:hover {
  color: #42A316;
}

.page-content td,
.page-content th {
  border: 1px solid #ddd;
  line-height: 1.3;
  padding: 0.2em 0.4em;
  font-size: 1.25em;
}

.page-content table {
  margin: 1em 0;
  width: 100%;
}

a.page-content-button {
  background: #42A316 none repeat scroll 0 0;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  padding: 0.25em 0.65em;
  text-align: right;
  text-decoration: none;
  margin-top: 10px;
}

a.page-content-button:hover {
  color: #fff;
  background-color: #1D3712;
  text-decoration: none;
}

.page-content img {
  margin: auto;
}

.border-box {
  border: 1px solid #42A316;
  padding: 1em;
}

.location {
  font-weight: bold;
}

.auction-listing-image {
  max-width: 260px;
  max-height: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.enter-auction {
  font-size: 0.9em;
  color: #CC6332;
  text-align: center;
  font-weight: bold;
}

.lot-number-search {
  text-align: center;
  font-weight: bold;
}

.item-per-page {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.item-per-page a {
  color: #42A316;
  text-decoration: none;
}

.item-per-page a:hover {
  color: #32601f;
  text-decoration: none;
}

.list-sort-options {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.list-items {
  margin-bottom: 20px;
}

.items-box {
  border: 1px solid #444444;
  padding: 2%;
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8em;
}

.list-items-image {
  height: 140px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.list-items-image img {
  max-height: 140px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.list-items-lot-number {
  height: 20px;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  width: 97%;
  padding-left: 5px;
  padding-right: 5px;
}

.list-items-description {
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  width: 97%;
  padding-left: 5px;
  padding-right: 5px;
}

.list-items-current-bid {
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  width: 97%;
  padding-left: 5px;
  padding-right: 5px;
}

.list-items-bid {
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  width: 97%;
  padding-left: 5px;
  padding-right: 5px;
}

.list-items-auction-ends {
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  width: 97%;
  padding-left: 5px;
  padding-right: 5px;
}

.list-items-auction-buttons {
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding-top: 5px;
  width: 97%;
}

.mobile-labels {
  font-weight: bold;
  text-transform: uppercase;
}

.grid-labels {
  font-weight: bold;
  text-transform: uppercase;
}

#sync1 .item {
  background: #F0F0F0;
  padding: 10px;
  margin: 5px;
  height: 473px;
  width: 700px;
  border: 1px solid #444444;
}

#sync1 .item img {
  max-height: 450px;
  max-width: 675px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}

#sync2 .item {
  background: #F0F0F0;
  padding: 2px;
  margin: 5px;
  height: 70px;
  width: 100px;
  border: 1px solid #444444;
}

#sync2 .item img {
  max-height: 63px;
  max-width: 94px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}

.bid-box-border {
  border: 2px solid #ffd700;
  padding: 5px;
  background-color: #F0F0F0;
}

.bidboxborder {
  font-size: 1.2em;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  border-color: #ffd700;
  border-style: solid;
  padding: 1em;
}

.detail-description h1 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 20px;
  color: #42A316;
  font-weight: bold;
}

.detail-auction-name {
  color: #444444;
  font-size: 1em;
  margin-bottom: 0;
  margin-top: 0;
}

.details-last-updated {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #444444;
}

.responsive-tabs-container[class*="accordion-"] .tab-pane {
  margin-bottom: 15px;
  border-left: 1px solid #444444;
  border-right: 1px solid #444444;
  border-bottom: 1px solid #444444;
  padding: 10px;
  min-height: 100px;
  font-size: 0.9em;
}

.responsive-tabs-container[class*="accordion-"] .accordion-link {
  display: none;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #42A316;
  border-radius: 3px;
  border: 1px solid #444444;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.responsive-tabs-container[class*="accordion-"] a.active {
  border-color: #444444;
  font-weight: bold;
  color: #fff;
  background-color: #444444;
}

.responsive-tabs-container[class*="accordion-"] .nav-tabs > li {
  margin-left: 10px;
}

.responsive-tabs-container[class*="accordion-"] .nav-tabs > li > a,
.responsive-tabs-container[class*="accordion-"] .nav-tabs > li > a:hover,
.responsive-tabs-container[class*="accordion-"] .nav-tabs > li > a:focus {
  border-color: #444444;
  font-weight: bold;
  color: #fff;
  background-color: #42A316;
  text-decoration: none;
  font-size: 0.8em;
}

.responsive-tabs-container[class*="accordion-"] .nav-tabs > li.active > a,
.responsive-tabs-container[class*="accordion-"] .nav-tabs > li.active > a:hover,
.responsive-tabs-container[class*="accordion-"] .nav-tabs > li.active > a:focus {
  border-color: #444444;
  font-weight: bold;
  color: #fff;
  background-color: #444444;
  text-decoration: none;
  font-size: 0.8em;
}

.responsive-tabs-container[class*="accordion-"] .nav-tabs {
  border-color: #444444;
}

@media (max-width: 767px) {
  .responsive-tabs-container.accordion-xs .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-xs .accordion-link {
    display: block;
  }
  .responsive-tabs-container[class*="accordion-"] .tab-pane {
    margin-bottom: 15px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    min-height: 0;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive-tabs-container.accordion-sm .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-sm .accordion-link {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-tabs-container.accordion-md .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-md .accordion-link {
    display: block;
  }
}

@media (min-width: 1200px) {
  .responsive-tabs-container.accordion-lg .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-lg .accordion-link {
    display: block;
  }
}

.bidboxborder-details {
  font-size: 1em;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  border-color: #ffd700;
  border-style: solid;
  padding: 1em;
}

.registration-box {
  padding: 10px;
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}

.registration-box .form-group .checkbox {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.real-estate-page-numbers {
  background: #eee none repeat scroll 0 0;
  margin: 0.75em 0;
  overflow: hidden;
  padding: 0.25em 0.75em;
}

.real-estate-page-numbers .pagination-title {
  font-weight: bold;
  line-height: 1.3em;
  margin: 0 0.65em 0 0;
  font-size: 1.25em;
}

.real-estate-page-numbers a {
  color: #42A316;
  margin-left: 5px;
  text-decoration: none;
}

.real-estate-page-numbers a:hover {
  color: #32601f;
  text-decoration: none;
}

.estate-img-container {
	position: relative;
	display: inline-block;	
}
.estate-img-container img {
	display: block;
	max-width: 285px;
}
.estate-img-container .estate-sold {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
}
.estate-img-container .estate-sold .overlay-content {
    position: absolute;
    bottom: 0;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	text-shadow: 2px 2px 8px #000;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
}

/* Slick overrides */
.homepage_carousel .slick-dots li, .homepage_carousel .slick-dots li button, .homepage_carousel .slick-dots li button:before {
  width: 17px;
}

.button, button {
  background: #42a316;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 3px;
  padding: .25em .65em;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.button.invert, .mega_menu .button, button.invert {
  background: #fff;
  color: #42a316;
}

.button.subtle, button.subtle {
  background: #eee;
  color: #42a316;
}

.button.subtle:hover, button.subtle:hover {
  background: #42a316;
  color: #fff;
}

.button:hover, a:hover .button, button:hover {
  background: #1d3712;
  color: #fff;
}

.link-button {
  color: #FFF !important;
}

.hero_nav .button:hover, .shortlist_link_bar .button:hover {
  background: #fff;
  color: #42a316;
}

.button.tvaa-shortlist-link {
  font-weight: normal;
}

.homepage_carousel .slick-dots li button:before {
  opacity: .5;
  font-size: 12px;
  color: #fff;
}

.homepage_carousel .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}

.agent-email {
  height: 50px;
  line-height: 50px;
}

/* Social media icons */
.social_media_sharing {
  margin: 2em 0 0;
}

.social_media_links, .social_media_links li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social_media_links {
  margin: .75em 0 0;
}

.social_media_links li, .social_media_links a {
  display: inline-block;
  vertical-align: middle;
}

.social_media_links li {
  margin: 0 .5em .5em 0;
}

.social_media_links a {
  float: none;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  background: url(/images/socialMediaIcons.png) 0 0 no-repeat;
  transition: all 100ms ease-in-out;
}

.gplus_link a {
  background-position: -50px 0;
}

.email_link a {
  background-position: -50px -50px;
}

.twitter_link a {
  background-position: 0 -50px;
}

.print a {
  background: none;
  width: auto;
  height: auto;
  text-indent: 0;
}

@media (max-width: 800px) {
  .social_media_sharing {
    margin: 0 0 1.5em;
  }
}

/* Property Search */
.property-search .clear-search {
  margin: 0 0 0 .5em;
}

.property-search form {
  margin: 0;
}

.property-search select {
  width: 100%;
  border: none;
  -webkit-appearance: menulist;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.property-search .button {
  margin: .5em 0 0;
}

.property-search-options, .property-search-options li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.property-search-options li {
  padding: 0 .75em .5em 0;
  display: inline-block;
  vertical-align: bottom;
  width: 25%;
}

.property-search-option.property-search-option-bedrooms, .property-search-option.property-search-option-buying-renting {
  display: none;
}

li.property-search-option-suburb {
  padding-right: 0;
}

.property-search-options label {
  display: block;
  margin: 0 0 .2em;
  line-height: 1.25em;
}

.property-search-option-buying-renting label {
  display: inline-block;
  margin: 0 .75em 0 0;
}

.property-search-option-buying-renting input {
  margin-right: .1em;
}

/* Low width styles (i.e. mobile & widget widths) */
.cta .property-search {
  margin: 0;
}

/* This should never display on the front page - but if it does... */
.cta .clear-search {
  display: none;
}

.cta .property-search-option.property-search-option-buying-renting {
  display: block;
}

.cta .property-search-option {
  width: 100%;
}

.cta .property-search-option-min-price, .cta .property-search-option-max-price {
  width: 50%;
}

.cta .property-search-option-min-price {
  padding-right: .75em;
}

/* Clearfix */
.clearfix:after, header > nav:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 750px) {
  .property-search-options li {
    width: 50%;
  }
  li.property-search-option-max-price {
    padding-right: 0;
  }
  li.property-search-option-suburb, li.property-search-option-property-type {
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 500px) {
  .property-search-options li {
    width: 100%;
    padding: 0;
    margin: 0 0 .75em;
  }
}

/* Property Results */
/* Pagination */
.propertor-pagination {
  margin: .75em 0;
  padding: .25em .75em;
  background: #eee;
  overflow: hidden;
}

.propertor-pagination * {
  display: inline-block;
  margin: .25em .5em .25em 0;
}

.propertor-pagination-links, .propertor-pagination-links li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.propertor-pagination-title {
  margin: 0 .65em 0 0;
  font-weight: bold;
  line-height: 1.3em;
}

.propertor-pagination a {
  border-color: #fff;
  background: #fff;
  border: 1px solid #fff;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
}

.propertor-pagination a:hover {
  background: #eee;
  border-color: #eee;
}

a.propertor-pagination-current, a.propertor-pagination-current:hover {
  font-weight: bold;
  color: #fff;
  background: #333;
  border-color: #333;
}

/* Property listings */
.property-results, .property-results li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.property-results > li {
  border-bottom: 5px solid #eee;
  padding: 1.25em 0 1em;
}

.property-results > :first-child {
  padding-top: 0;
}

.property-results > :last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.property-results a {
  text-decoration: none;
}

.property-image {
  margin: 0 0 .75em;
  position: relative;
  overflow: hidden;
  float: left;
}

.property-image-list img {
  margin-bottom: 5px !important;
}

.property-image .property-status, .property-main-image .property-status {
  display: block;
  position: absolute;
  top: 20%;
  left: -28%;
  padding: .4em .75em;
  color: #fff;
  background: #333;
  font-size: .75em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  width: 100%;
}

.property-main-image .property-status {
  font-size: 1em;
}

@media (min-width: 750px) {
  .property-main-image .property-status {
    top: 25%;
    left: -35%;
    font-size: 1em;
  }
}

.no_image, .property-image img {
  display: block;
  background: #eee;
  margin: 0;
}

.no_image {
  font-size: 1.15em;
  text-align: center;
  line-height: 160px;
  padding: 0 1em;
}

.property-meta div {
  border-bottom: 2px solid #eee;
  padding: .25em 0;
}

.property-meta h2 {
  margin: 0;
}

/* position:absolute so this will sit above the image gallery */
.property-features {
  margin: 0 0 .25em;
  font-size: 1.25em;
}

.single-property .property-features {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: .4em .75em;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
}

.property-features dt, .property-features dd {
  font-weight: bold;
  display: inline-block;
  height: 24px;
  line-height: 24px;
}

.property-feature-title {
  width: 26px;
  margin: 0 .2em 0 .75em;
  text-indent: -9999px;
  background: url(/images/property-features-sprite.png) no-repeat;
}

.property-feature-title:first-child {
  margin-left: 0;
}

dt.property-feature-bedrooms {
  background-position: 0 -48px;
  margin-right: .35em;
}

dt.property-feature-bathrooms {
  background-position: 0 -24px;
}

dt.property-feature-garages {
  margin-right: .35em;
}

dt.property-feature-landarea {
  background: none;
  text-indent: 0;
  width: auto;
  clear: left;
}

dd.property-feature-landarea {
  font-weight: normal;
}

.property-meta div:first-child {
  padding-top: 0;
}

.property-meta div:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.property-price-status {
  font-weight: bold;
}

.property-details h3, .property-details h4 {
  margin: 0 0 .5em;
}

.property-results h4 {
  font-weight: normal;
}

.property-details p {
  margin: 0 0 .75em;
}

.property-details .button {
  font-size: .9em;
  display: block;
  margin: .5em 0 .5em;
  overflow: hidden;
}

@media (min-width: 750px) {
  /* 3 column layout */
  /*section*/
  .property-meta {
    float: left;
  }
  .property-image {
    width: 220px;
    margin-right: -205px;
  }
  .property-meta {
    width: 230px;
    margin-left: 220px;
  }
  /*section*/
  .property-details {
    padding: 0 0 0 480px;
  }
  .property-results .button {
    float: right;
    margin: 0 0 .5em .75em;
  }
}

@media (max-width: 750px) {
  .property-meta {
    margin: 1em 0;
    clear: both;
  }
  .property-details {
    /* Initiate flexbox */
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* Establishes the direction of reordering - we want the y-axis */
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* Make button go to bottom of property-details */
  .property-details .button {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}

@media (max-width: 500px) {
  .single-property .property-features {
    position: static;
  }
}

/* Property Single Template */
.property-address-title {
  margin: 0 0 .5em;
}

.property-map-container {
  height: 400px;
  margin: 1.5em 0;
}

.property-map-container img {
  max-width: none;
}

.image-wrap {
  position: relative;
  max-width: 1100px;
  margin: 1em auto;
}

.main-image div > img {
  max-height: 700px;
  margin: 0 auto;
}

.main-image {
  margin-bottom: 1em;
  position: relative;
  overflow: hidden;
}

.columned .main-image {
  float: left;
  width: 70.5%;
}

.columned .image-list {
  float: right;
  width: 28%;
}

/* Propertor slick style overrides */
.image-list.image-list .slick-slide {
  cursor: default;
}

.slick-disabled .image-list .object-thumbnail {
  float: none;
  margin: 0;
}

.image-list.image-list .object-thumbnail > div, .image-list.image-list .slick-slide > div {
  overflow: hidden;
  cursor: pointer;
  float: left;
  width: 50%;
}

.image-list img {
  /* cursor:pointer; */
  display: block;
  /* margin:0 auto 4%; */
}

@media (min-width: 750px) {
  .image-list img {
    /* margin:0 0 4%; */
  }
  .columned .image-list div:nth-child(2n) > img {
    float: right;
  }
}

@media (max-width: 750px) {
  .main-image.main-image, .image-list.image-list {
    width: 100%;
  }
  /* Some padding for the navigation arrows */
  .image-wrap .image-list.slick-slider {
    clear: both;
  }
  .image-list.image-list .object-thumbnail > div, .image-list.image-list .slick-slide > div {
    width: 33.3%;
  }
  .property-map-container, .image-gallery, .image-wrap .no_image {
    padding-right: 0;
  }
  .image-list .gallery-item {
    width: 25%;
  }
  .image-gallery .gallery a {
    display: block;
  }
  .property-map-container {
    height: 350px;
    margin: 1.92% 0 0;
  }
}

@media (max-width: 500px) {
  .image-list.image-list .object-thumbnail > div, .image-list.image-list .slick-slide > div {
    width: 50%;
  }
}

/* Main property description */
.property-description {
  margin: 1.5em 0 0;
  clear: both;
}

.property-content {
  width: 75%;
  float: left;
}

.property-description h2, .property-content :first-child {
  margin-top: 0;
}

/* Agent info box */
.property-agent-info {
  float: right;
  width: 20%;
  word-break: break-word;
  margin: 0 0 1em;
}

.property-agent-title.property-agent-title {
  display: none;
}

.property-agents, .property-agent, .agent-meta, .agent-meta li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.property-agent {
  border-bottom: 2px solid #ddd;
  padding: 1em 0;
}

.property-agent:first-child {
  padding-top: 0;
}

.property-agent:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.agent-title {
  margin: 0 0 .75em;
}

.agent-name {
  margin: 0;
}

.agent-logo {
  display: block;
  margin: 0 0 .5em;
}

@media (max-width: 500px) {
  .agent-logo {
    max-width: 150px;
  }
}

.agent-meta {
  margin: .75em 0 0;
}

.agent-meta .agent-email {
  margin: .5em 0 0;
}

@media (max-width: 900px) {
  .property-content {
    width: 70%;
  }
  .property-agent-info {
    width: 25%;
  }
}

@media (max-width: 500px) {
  .property-content, .property-agent-info {
    width: 100%;
  }
}

.primary-button {
  background-color: #42A316;
  border-color: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.primary-button:hover {
  background-color: #fff;
  border-color: #000;
  color: #42A316;
}

.primary-button:visited {
  background-color: #42A316;
  border-color: #000;
  color: #fff;
  font-weight: bold;
}

.secondary-button {
  background-color: #444444;
  border-color: #000;
  color: #fff;
  font-weight: bold;
}

.secondary-button:hover {
  background-color: #fff;
  border-color: #000;
  color: #444444;
}

.secondary-button:visited {
  background-color: #444444;
  border-color: #000;
  color: #fff;
  font-weight: bold;
}

.item-paging {
  background: #444444 none repeat scroll 0 0;
  border: 1px solid #000;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  padding: 0.57em 1em;
  width: 100px;
  text-decoration: none;
  font-size: .9em;
}

.item-paging:hover {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #000;
  color: #444444;
  text-decoration: none;
}

.item-paging:visited {
  background: #444444 none repeat scroll 0 0;
  border: 1px solid #000;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  padding: 0.57em 1em;
  width: 100px;
  text-decoration: none;
  font-size: .9em;
}

.outbid-button,
.winning-button {
  font-weight: 700;
  width: 70px;
  text-decoration: none;
  border: 1px solid #000;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.outbid-button {
  background: #d00 none repeat scroll 0 0;
  color: #fff;
}

.outbid-button:hover {
  color: #d00;
  background-color: #fff;
  text-decoration: none;
}

.winning-button {
  background: #2cde2c none repeat scroll 0 0;
  color: #fff;
}

.winning-button:hover {
  color: #2cde2c;
  background-color: #fff;
  text-decoration: none;
}

.auctiontype-button {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  font-size: .75em;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: default;
}

.auctiontype-button:hover, .auctiontype-button:visited, .auctiontype-button:active {
  color: #fff;
  background-color: #000;
  text-decoration: none;
  cursor: default;
}

.view-listings-button {
  background: #42A316 none repeat scroll 0 0;
  color: #fff;
  font-size: .75em;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.view-listings-button:hover {
  color: #fff;
  background-color: #32601f;
  text-decoration: none;
}

.enter-simulcast-auction {
  background-color: #1D3712;
  border-color: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1em;
}

.enter-simulcast-auction:hover {
  background-color: #fff;
  border-color: #000;
  color: #1D3712;
}

.enter-simulcast-auction:visited {
  background-color: #1D3712;
  border-color: #000;
  color: #fff;
  font-weight: bold;
}

.enter-simulcast-auction-details {
  background-color: #1D3712;
  border-color: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1em;
}

.enter-simulcast-auction-details:hover {
  background-color: #fff;
  border-color: #000;
  color: #1D3712;
}

.enter-simulcast-auction-details:visited {
  background-color: #1D3712;
  border-color: #000;
  color: #fff;
  font-weight: bold;
}

.live-auction-button {
  background-color: #53CE22;
  border-color: #000;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.live-auction-button:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}

.live-auction-button:visited {
  background-color: #eaffe2;
  border-color: #000;
  color: #fff;
  font-weight: bold;
}

.online-auction-button {
  background-color: #42A316;
  border-color: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.online-auction-button:hover {
  background-color: #fff;
  border-color: #000;
  color: #1D3712;
}

.online-auction-button:visited {
  background-color: #1D3712;
  border-color: #000;
  color: #fff;
  font-weight: bold;
}

.simulcast-auction-button {
  background-color: #1D3712;
  border-color: #000;
  color: #fff;
  font-weight: bold;
}

.simulcast-auction-button:hover {
  background-color: #fff;
  border-color: #000;
  color: #1D3712;
}

.simulcast-auction-button:visited {
  background-color: #1D3712;
  border-color: #000;
  color: #fff;
  font-weight: bold;
}

.register-now {
  background-color: #CC6332;
  border-color: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.register-now:hover {
  background-color: #fff;
  border-color: #000;
  color: #CC6332;
}

.register-now:visited {
  background-color: #CC6332;
  border-color: #000;
  color: #fff;
  font-weight: bold;
}

.auction-catalog {
  background-color: #53CE22;
  border-color: #000;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.auction-catalog:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}

.auction-catalog:visited {
  background-color: #53CE22;
  border-color: #fff;
  color: #000;
  font-weight: bold;
}

.tender-brochure {
  background-color: #F0F0F0;
  border-color: #000;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tender-brochure:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}

.tender-brochure:visited {
  background-color: #F0F0F0;
  border-color: #fff;
  color: #000;
  font-weight: bold;
}

.form-control {
  height: 32px;
  border: 1px solid #444444;
}

.form-group {
  margin-bottom: 5px;
}

.grid-line-5 {
  height: 5px;
  width: 1600px;
}

.grid-line-10 {
  height: 10px;
  width: 1600px;
}

.grid-line-15 {
  height: 15px;
  width: 1600px;
}

.grid-line-20 {
  height: 20px;
  width: 1600px;
}

.column-row {
  background-color: #444444;
}

.popup-column-row {
  background-color: #42A316;
}

.column-header {
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF;
  text-transform: uppercase;
  vertical-align: middle;
  height: 100%;
}

.column-header a {
  color: #FFFFFF;
  text-decoration: underline;
}

.column-header a:hover {
  color: #444444;
  text-decoration: underline;
}

.column-detail {
  font-size: 14px;
  vertical-align: text-bottom;
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto;
}

.column-detail a p {
  padding: 0;
  margin: 0;
}

.column-detail IMG {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.column-detail a {
  color: #42A316;
  font-weight: bold;
  text-decoration: none;
}

.column-detail a:hover {
  color: #444444;
  text-decoration: underline;
}

.column-label {
  color: #42A316;
  font-weight: bold;
  font-size: 0.9em;
}

.column-text {
  color: #444444;
  font-size: 0.9em;
}

.grid-detail-row-odd,
.grid-detail-row-even {
  border: 2px solid #000;
  height: auto;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.grid-detail-row-odd {
  background-color: #FFFFFF;
}

.grid-detail-row-even {
  background-color: #DCDCDC;
}

.grid-detail-row-odd-popup,
.grid-detail-row-even-popup {
  border: 1px solid #000;
  height: auto;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.grid-detail-row-odd-popup {
  background-color: #FFFFFF;
}

.grid-detail-row-even-popup {
  background-color: #DCDCDC;
}

/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(/images/site/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(/images/site/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

.device-xs,
.device-sm,
.device-md,
.device-lg {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
}

.device-xs {
  background-color: #FF0000;
}

.device-sm {
  background-color: #9400D3;
}

.device-md {
  background-color: #B8860B;
}

.device-lg {
  background-color: #008000;
}

@media print {
  *, *::before, *::after {
    background: transparent none repeat scroll 0 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@media (max-width: 600px) {
  header .site_info {
    background-position: 47% 50%;
  }
  header .site_logo {
    position: absolute;
    top: 50%;
    margin: -33px 1em 0 0;
  }
  /* Go Home animation on logo hover */
  header .site_logo:after {
    transition: all 100ms ease-in-out;
    position: absolute;
    bottom: -25px;
    left: 75px;
    content: "\00AB  go home";
    font-size: .9em;
    display: block;
    opacity: 0;
    color: #fff;
  }
  .site_logo:hover:after {
    color: #42a316;
    bottom: -16px;
    opacity: 1;
  }
}

/* Mobile Breakpoint */
/* Mobile Breakpoint */
/* Desktop Breakpoint */
/* Extra Small Breakpoint */
@media (max-width: 767px) {
  body {
    font-size: 100%;
  }
  .container-fluid {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
  header .container-fluid {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }
  header .navbar-default {
    background-color: #42A316;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
    padding-top: 0;
    border-radius: 0;
  }
  header .navbar-default .navbar-nav > .active > a {
    border-top: none;
    box-shadow: none;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    background-color: #252525;
  }
  header .navbar-default .navbar-nav > li {
    padding-left: 20px;
    padding-right: 5px;
  }
  header .navbar-default .navbar-nav > li > a {
    border-top: none;
    box-shadow: none;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
  }
  header .navbar-default .navbar-nav > li > a:hover {
    box-shadow: none;
    color: #fff;
    border: none;
    background-color: #32601f;
  }
  header .navbar-nav > li > a {
    border-bottom: none;
  }
  header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  header .dropdown > a:after {
    color: #fff;
  }
  .secondary_nav ul, .secondary_nav li {
    margin: 0 0 0 0;
  }
  .cta {
    padding: 0;
  }
  .cta .filler {
    height: 10px;
  }
  .cta .text {
    min-height: 20px;
    height: auto;
  }
  .border-box p {
    font-size: 16px;
  }
  .column-row, .popup-column-row {
    display: none !important;
  }
  .auction-column {
    background-color: #F4F4F4;
  }
  .view-listings-button {
    font-size: 0.9em;
  }
  .cta .picture .img-responsive {
    max-height: 100%;
  }
  .column-label,
  .column-text,
  .column-detail {
    font-size: 16px;
  }
  #sync1 .item {
    background: #F0F0F0;
    padding: 10px;
    margin: 5px;
    height: 194px;
    width: 279px;
    border: 1px solid #444444;
    margin-left: auto;
    margin-right: auto;
  }
  #sync1 .item img {
    max-height: 170px;
    max-width: 270px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
  }
  #sync2 .item {
    background: #F0F0F0;
    height: 60px;
    width: 89px;
    border: 1px solid #444444;
  }
  #sync2 .item img {
    max-height: 50px;
    max-width: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
  }
  .bid-text, .submit-bid {
    width: 97%;
  }
  #current-auction .img-over .img-over-content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  #current-auction .img-over .img-over-content p {
    font-size: 18px;
    line-height: 22px;
  }
  .page-content td,
  .page-content th {
    border: medium none;
    display: block;
    line-height: 1.5;
    padding: 0;
  }
  .property-content {
    width: 100%;
  }
  .lot-number-search {
    text-align: left;
  }
}

/* Small Breakpoint */
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 100%;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
  .container-fluid {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-nav > li {
    float: left;
  }
  .cta {
    padding: 0;
  }
  .cta .filler {
    height: 10px;
  }
  .cta .text {
    min-height: 20px;
    height: auto;
  }
  .border-box p {
    font-size: 16px;
  }
  .column-row {
    display: none !important;
  }
  .auction-column {
    background-color: #F4F4F4;
  }
  .cta .picture .img-responsive {
    max-height: 100%;
  }
  .view-listings-button {
    font-size: 0.9em;
  }
  .grid-detail-row-odd > .align-center,
  .grid-detail-row-even > .align-center,
  .grid-detail-row-odd > .align-right,
  .grid-detail-row-even > .align-right {
    text-align: left;
  }
  .column-label,
  .column-text,
  .column-detail {
    font-size: 16px;
  }
  .bid-text, .submit-bid {
    width: 97%;
  }
  #current-auction .img-over .img-over-content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  #current-auction .img-over .img-over-content p {
    font-size: 18px;
    line-height: 22px;
  }
  .property-content {
    width: 97%;
    float: left;
  }
  .lot-number-search {
    text-align: left;
  }
}

/* Medium Breakpoint */
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 100%;
  }
  .mobile-labels {
    display: none !important;
  }
  .property-content {
    width: 97%;
    float: left;
  }
}

/* Large Breakpoint */
@media (min-width: 1200px) {
  .mobile-labels {
    display: none !important;
  }
  .property-content {
    -moz-column-gap: 2.4em;
    -moz-columns: 2 auto;
    width: 100%;
  }
}
