/*
 * Layout defaults
 * Theme : John Pye Auctions (Master)
*/
.section-wrap,
.fullwidth {
  float: left;
  width: 100%; }

.half-width {
  float: left;
  width: 50%;
  padding-right: 20px; }

.positioner {
  position: relative; }

/*
 * Padding & Margins
*/
.pt-xxxs {
  padding-top: 8px; }

.pt-xxs {
  padding-top: 10px; }

.pb-xxs {
  padding-bottom: 10px; }

.pt-xs {
  padding-top: 20px; }

.pb-xs {
  padding-bottom: 20px; }

.pt-sm {
  padding-top: 30px; }

.pb-sm {
  padding-bottom: 30px; }

.pt-md {
  padding-top: 40px; }

.pb-md {
  padding-bottom: 40px; }

.pt-lg {
  padding-top: 60px; }

.pb-lg {
  padding-bottom: 60px; }

.mt-xxs {
  margin-top: 10px; }

.mb-xxs {
  margin-bottom: 10px; }

.mt-xs {
  margin-top: 20px; }

.mb-xs {
  margin-bottom: 20px; }

.mt-sm {
  margin-top: 30px; }

.mb-sm {
  margin-bottom: 30px; }

.mt-md {
  margin-top: 40px; }

.mb-md {
  margin-bottom: 40px; }

.mt-lg {
  margin-top: 60px; }

.mb-lg {
  margin-bottom: 60px; }

.pl-npad {
  padding-left: 0px; }

.pr-npad {
  padding-right: 0px; }

.ftd-pl-npad {
  padding-left: 0px; }

.ftd-pr-npad {
  padding-right: 0px; }

.no-col-pad-left {
  padding-left: 0; }

.no-col-pad-right {
  padding-right: 0; }

.sml-npad {
  padding-left: 15px; }

.sml-npad {
  padding-right: 15px; }

/*
 * alignments
*/
.tleft {
  text-align: left; }

.tcenter {
  text-align: center; }

.tright {
  text-align: right; }

.fleft {
  float: left; }

.fright {
  float: right; }

/*
 * images
*/
.img-wrap {
  float: left;
  width: 100%; }

.img-wrap.responsive img {
  width: 100%;
  height: auto; }

.img-wrap.responsive.logo img {
  max-width: 250px; }

.location a img,
a .post-item .img-wrap img {
  opacity: 1;
  display: block;
  transition: .5s ease; }

.location a:hover img,
a:hover .post-item .img-wrap img {
  opacity: 0.3; }

.logo-wrap {
  text-align: center; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*
 * image overlay
*/
.image-overlay {
  position: absolute;
  padding: 10px;
  bottom: 0px;
  padding: 20px; }

.image-overlay.left {
  left: 0px; }

.image-overlay.right {
  right: 0px; }

.image-overlay h1,
.image-overlay h2,
.image-overlay p {
  margin-bottom: 10px; }

.image-overlay a:hover {
  text-decoration: underline; }

/*
 * content
*/
.center {
  text-align: center; }

.center-left {
  text-align: center; }

/*
 * featured
*/
.ftd-detail {
  padding: 10px 20px; }

.ftd-detail h3 {
  font-size: 18px; }

.ftd-detail.btn {
  text-align: center;
  padding: 10px 20px; }

.ftd-detail.heading {
  padding: 20px; }

.img-highlight {
  position: absolute;
  width: 100%;
  top: 39px;
  right: 15px;
  bottom: 0px;
  left: 15px;
  opacity: 0;
  transition: 0.3s all ease; }

.img-highlight.active {
  opacity: 1;
  transition: 0.3s all ease; }

.featured-text {
  padding: 10px; }

/*
 * footer
*/
/*
 * footer
*/
.footer-upper-row,
.footer-lower-row,
.footer-social,
.footer-accred {
  text-align: center; }

.footer-upper-row,
.footer-lower-row,
.footer-social {
  padding: 30px 0 30px; }

.footer-upper-row {
  padding: 20px 0 20px 0; }

ul.footer-social-list {
  margin: 6px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center; }

ul.footer-social-list li {
  display: inline-block;
  font-size: 24px;
  padding: 0 5px; }

.footer-mid a:hover, .footer-mid a:active {
  text-decoration: none; }

.footer-accred {
  padding: 30px 0 10px; }

.footer-accred table {
  width: 100%; }

.footer-accred table td {
  vertical-align: middle; }

.footer-accred table img {
  max-height: 70px;
  width: auto;
  margin: 0px 20px 20px 20px; }

.footer-accred table img:first-child {
  margin: 0px 20px 20px 0px; }

.footer-accred table img:last-child {
  margin: 0px 0px 20px 20px; }

/*
 * tabs
*/
.tabs,
.tab,
.tab-contents,
.tab-content {
  float: left; }

.tabs,
.tab-contents,
.tab-content {
  width: 100%; }

.tab {
  padding: 8px 0;
  text-align: center;
  border-radius: 2px 2px 0px 0px;
  cursor: pointer;
  color: #999; }

.tab_width_1 {
  width: 100%; }

.tab_width_2 {
  width: 50%; }

.tab_width_3 {
  width: 33%; }

.tab_width_3:last-child {
  width: 34%; }

.tab_width_4 {
  width: 25%; }

.tab_width_5 {
  width: 20%; }

.tab-content h3 {
  margin-bottom: 20px; }

.tab-content h2 {
  margin-bottom: 10px; }

.tab-content p {
  margin: 0 0 20px 0;
  padding: 0; }

.tab-content ul {
  margin: 0 20px 0 20px;
  padding: 0px;
  list-style: square outside; }

.tab-content ul li {
  padding-bottom: 10px; }

.tab-content ul li:last-child {
  padding-bottom: 0px; }

.tab-content form .wppf_l_group {
  float: left;
  width: 100%;
  margin-bottom: 20px; }

.tab-content form label {
  margin-bottom: 5px;
  font-weight: 700; }

.tab-content form input[type="text"],
.tab-content form input[type="email"],
textarea,
.tab-content form .wppf_l_group.full {
  float: left;
  width: 100%; }

.tab-content form .wppf_l_group.w30 {
  width: 32%;
  margin-right: 2%; }

.tab-content form .wppf_l_group.w30:last-child {
  width: 32%;
  margin-right: 0%; }

.tab-content,
.tab-content.hide {
  display: none; }

.tab-content.show,
.tab-contents .tab-content:first-child {
  display: block; }

.tab.inactive:hover {
  cursor: default; }

/**********************************************************************************************/
.test img {
  float: left;
  width: 100%;
  height: auto; }

/*
 * filters
*/
.title-filter-mrg {
  margin-bottom: 15px; }

.filter-icon {
  float: right;
  text-align: center;
  padding: 5px;
  cursor: pointer; }

.filters {
  float: left;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 0.3s max-height ease-out;
  transition: 0.1s overflow ease-out;
  margin-bottom: 0px; }

.filters.active {
  max-height: 1000px;
  overflow: visible;
  transition: 0.1s margin-bottom ease-in;
  transition: 0.6s max-height ease-in;
  transition: 0.9s overflow ease-in;
  margin-bottom: 15px; }

.filter-radios {
  margin-top: 10px;
  text-align: left; }

.location-filter {
  margin-bottom: 10px; }

.filter-input-wrap {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

#auctions-filter {
  float: left;
  width: 100%;
  padding-top: 15px; }

.share-text {
  float: right;
  width: auto;
  font-weight: bold;
  font-size: 16px;
  padding-top: 3px; }

.share-buttons {
  float: left;
  width: auto;
  list-style: none;
  text-align: left;
  margin: 10px 0 0;
  padding: 0; }

.share-buttons li {
  display: inline-block;
  margin-right: 5px;
  font-size: 24px; }

.shares .share-buttons {
  list-style: none;
  text-align: left;
  margin: 10px 0 0;
  padding: 0; }

.shares .share-buttons li {
  margin-left: 0px;
  margin-right: 5px; }

.auction-type-links {
  float: left;
  width: 100%;
  text-transform: uppercase;
  text-align: center; }

.scene,
.card {
  min-height: 118px; }

.scene {
  float: left;
  width: 100%;
  perspective: 600px; }

.card {
  position: relative;
  width: 100%; }

.card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; }

.text-wrap {
  position: absolute;
  width: 100%;
  top: 42%;
  padding: 5px; }

.card-face .img-wrap.responsive,
.card-face .img-wrap.responsive img {
  backface-visibility: hidden; }

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .pl-npad {
    padding-left: 15px; }

  .pr-npad {
    padding-right: 15px; }

  .sml-npad {
    padding-left: 0px; }

  .sml-npad {
    padding-right: 0px; }

  .logo-wrap {
    text-align: left; }

  .image-overlay {
    bottom: 0px; }

  .image-overlay.left {
    left: 30px; }

  .image-overlay.right {
    right: 30px; }

  /*
   * content
  */
  .center {
    text-align: center; }

  .center-left {
    text-align: left; }

  .columnize {
    column-count: 2;
    column-gap: 30px; }

  .columnize p {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important; }

  /*
   * filters
  */
  .filter-input-wrap {
    margin-bottom: 0px; }

  .scene,
  .card {
    min-height: 95px; }

  .share-buttons {
    float: right;
    text-align: right; }

  ul.footer-social-list {
    text-align: right; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .image-overlay {
    bottom: 0px; }

  .image-overlay.left {
    left: 30px; }

  .image-overlay.right {
    right: 30px; }

  /*
   * content
  */
  .center {
    text-align: center; }

  .center-left {
    text-align: left; }

  .columnize {
    column-count: 3;
    column-gap: 30px; }

  .filter-radios {
    text-align: center; }

  .filter-input-wrap {
    float: none;
    display: inline-block; }

  .location-filter {
    margin-bottom: 0px; }

  .share-buttons {
    float: right;
    text-align: right;
    margin: 0px 0 0; }

  .share-buttons li {
    margin-right: 0px;
    margin-left: 5px; }

  .shares .share-buttons {
    text-align: left;
    margin: 10px 0 0;
    padding: 0; }

  .shares .share-buttons li {
    margin-left: 0px;
    margin-right: 5px; }

  .scene,
  .card {
    min-height: 127px; } }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .image-overlay {
    bottom: 0px; }

  .image-overlay.left {
    left: 15px; }

  .image-overlay.right {
    right: 15px; }

  .scene,
  .card {
    min-height: 154px; } }

/*# sourceMappingURL=layout.css.map */
