/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   Fonts
   ========================================================================== */
   @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Raleway:400,700');

/* ==========================================================================
   No Margins and default displays
   ========================================================================== */
* {
  margin: 0;
  padding: 0; }

a, a img, img {
  text-decoration: none;
  outline: 0; }

a img {
  border: none;
  outline: none; }

ul {
  list-style: none; }

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }
/* ===========================================================
   CLEARS
=========================================================== */
#container:after, nav:after, .clear:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden; }
.lte-ie8 #container, .lte-ie8 nav {
  zoom: 1; }
.clear {
  clear: both; }

/* ===========================================================
   TYPOGRAPHY
=========================================================== */
h1, .h1 {
  font-size: 30px;
  line-height:1.4;
  font-weight:700;
  margin-bottom:10px;
}

h2, .h2 {
  font: 26px !important;
  font-weight:700;
  margin-bottom:10px;
}

h3, .h3 {
  font: 20px/28px;
  font-weight:700;
  margin-bottom:10px;
}

h4, .h4 {
  font: 18px/24px;
  font-weight:700;
}

p {
  font: 16px/24px "Raleway";
  padding-bottom: 15px;
}

a {
  transition:all ease .75s;
  border:0;
  outline:0;
}

a:hover {
}

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

img.alignright {
  float:right;
  margin:0 0 30px 30px;
}

img.alignleft {
  float:left;
  margin:0 30px 30px 0;
}

img.aligncenter {
  margin:10px auto;
  display:block;
}

/* ===========================================================
   DEFAULTS
=========================================================== */
body {
  font: 16px/26px "Raleway", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ===========================================================
   PAGE WRAPPER
=========================================================== */
#container {
  margin: 0 auto;
  width: 100%;
  color:#1d1f3a;
}

.wrap {
  width: 96%;
  max-width:1200px;
  margin: 0 auto;
}

hr {
  height:1px;
  border:0;
  margin:40px auto;
  width:85%;
  background:#1d1f3a;
}

/* ===========================================================
  NAV WRAP
=========================================================== */
.nav-wrap {
    color:#ffffff;
    background:#000;
    position:fixed;
    top:0;
    width:100%;
    z-index:20000;
    transition:all ease .25s;
}

.navtop {
  text-align:right;
  background:#ffffff;
  width:100%;
}

.nav-wrap .navtop .wrap {
  text-align:right;
}

.navtop a {
  color:#fff;
  background:#f4d000;
  padding:6px 12px;
  display:inline-block;
  font-family:"Open Sans", sans-serif;
  font-weight:700;
  font-size:36px;
  line-height:36px;
}

.nav-wrap > .wrap {
  display:flex;
  justify-content: space-between;
  align-items:center;
}

.nav-wrap .header-mobile {
  display:none;
  justify-content: space-between;
  align-items:center;
}

.nav-wrap .logo {
    padding: 10px 0 0 0;
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.nav-wrap .logo img {
    max-width: 250px;
}

.header-spacer {
  height:106px;
  transition:all ease .25s;
}

.header-spacer.shrink {
  height:94px;
}

@media all and (max-width:720px) {
	.header-spacer {
	  height:105px;
	}
}

/* ===========================================================
   MAIN NAV
=========================================================== */
nav.main-nav {
  text-align:center;
  display:inline-block;
  vertical-align: middle;
  width:55%;
  transition: all ease 0.25s;
  font-family:"Open Sans", sans-serif;
}

nav.main-nav ul {
  position:relative;
  display:flex;
  justify-content: space-between;
}

nav.main-nav li {
  display:inline-block;
  position:relative;
}

nav.main-nav li a {
  color: #fff;
  transition:all ease .25s;
  padding:16px 6px;
  display:inline-block;
  font-size: 16px;
  font-weight: 400;
}

.nav-wrap.shrink nav.main-nav li > a {
  padding:10px 6px;
  font-size: 14px;
}

nav.main-nav li a:hover {
  background: #f4d000;
  color:#000;
}

nav.main-nav li ul {
    display: none;
    background: #000;
    padding:0 10px 5px;
    position: absolute;
    z-index: 9999;
    left: -9999px;
    top:58px;
    float:left;
    min-width:auto;
    min-width:100%;
}

.nav-wrap.shrink nav.main-nav li ul {
	top:46px;
}

.nav-wrap.shrink nav.main-nav li ul li a {
	padding:0!important;
}

nav.main-nav li:hover>ul {
    display: block;
    left: 0;
}

nav.main-nav li ul.active {
    display: block;
    left:0;
}

nav.main-nav li ul li {
    display: block;
    float: none;
    width:100%;
    white-space:nowrap;
    clear:both;
    text-align:left;
    padding:10px 0;
}

nav.main-nav li ul li a {
    color: #fff;
    padding: 0;
    transition: all ease .75s;
    text-transform: none;
    font-size:16px;
}

nav.main-nav li ul li a:hover {
    color: #f4d000;
    background:transparent;
}

/* Menu Arrows for Mobile */
span.btn-dd {
  transition:all ease .25s;
}

span.btn-dd:hover {
    cursor: pointer;
}

span.btn-dd::after {
    content: '\203A';
    color: #fff;
    font-size: 36px;
    vertical-align: middle;
    display: inline-block;
    margin: -2px 0 0 10px;
    transition: all ease .25s;
    transform:rotate(90deg);
}

nav.main-nav li:hover>span.btn-dd:after {
    transform: rotate(90deg);
}

span.btn-dd.active:after {
    transform: rotate(90deg);
}

/* Mobile Menu Toggles */
.hamburger {
  padding: 5px 15px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline:none;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active {
	position:absolute;
	z-index:30000;
	right:0;
	top:0;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color:#fff;
}

.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

.hamburger--spin .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}


@media all and (max-width:1100px) {
  nav.main-nav {
    width:100%;
  }
}

@media all and (max-width:750px) {
  .nav-wrap > .wrap {
    padding:10px 0;
  }

  nav.main-nav {
    display:none;
  }

  .nav-wrap .header-mobile {
    display:flex;
  }
}

@media all and (max-width:500px) {
  .nav-wrap .navtop .wrap {
    text-align:center;
    width:100%;
  }

  .navtop a {
    text-align:center;
    width:100%;
    font-size: 20px;
  }
}

/* ===========================================================
   MOBILE MENU/FLYOUT
=========================================================== */
.flyout {
    float: left;
    margin-left: -100%;
    padding-top:80px;
    display: block;
    position: fixed;
    z-index: 20000;
    width: 100%;
    height: 100%;
    transition: .2s margin ease;
    transition: all 0.25s ease-in-out;
    background: #000000;
    overflow-y: hidden;
    overflow-x: hidden;
    top:0;
}

.flyout {
	right:100%;
	transition: all ease 0.25s;
}

.flyout.flyout-active {
	right:0;
}

nav.flyout-menu li {
    padding:7px 20px;
}

nav.flyout-menu ul li:first-of-type {
    border: none;
}

nav.flyout-menu li a {
    color: #f4d000;
    font-size: 18px;
    font-weight:200;
    display: inline-block;
    text-transform: uppercase;
}

nav.flyout-menu li ul li a {
    font-size:16px;
}

nav.flyout-menu li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: visibility 0s, opacity 0.25s ease;
}

nav.flyout-menu li ul.active {
    visibility: visible;
    opacity: 1;
    position: relative;
}

.flyout .book-now a {
  margin:10px 0 0 0;
  padding:0 20px;
  display:inline-block;
  font-size:18px;
  font-weight:400;
}

/* ===========================================================
   FOOTER
=========================================================== */
.footer {
  background:#000000;
  color:#ffffff;
  padding:60px 0 0;
}

.footer a {
  color:#fff;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .wrap {
  display:flex;
  justify-content: space-between;
  padding:0 0 30px 0;
}

.footer .col {
  width:28%;
}

.footer .col h4 {
  text-transform: uppercase;
  font-size:24px;
  font-weight:700;
  margin:0 0 10px 0;
}

.footer .col span {
  display:block;
  margin:0 0 20px 0;
}

.footer .col:nth-of-type(2) img {
  max-width:20px;
}

.footer .copyright {
  text-align:center;
  font-family:"Open Sans", sans-serif;
  font-size:13px;
  font-weight:400;
  width:100%;
  padding:40px 0;
  background:#252525;
}

.footer .col .envira-pagination {
	display:none;
}

.footer .col:last-of-type a.envira-gallery-links {
	display: inline-block;
    border-radius: 5px;
    font-family: "Open Sans", sans-serif;
    padding: 6px 20px;
	color: #fff;
    background: #f4d000;
    font-size: 18px;
    line-height: 1.2;
	font-weight:700;
}

/* .footer .col .envira-gallery-wrap .envira-gallery-0-columns {
	display:flex;
}

.footer .col .envira-gallery-wrap .envira-gallery-item .envira-gallery-item-inner {
	flex:1;
	width:10%!important;
}

.footer .col .envira-gallery-wrap .envira-gallery-item {
	flex:1;
} */

.footer .col.social a {
  color:#fff;
}

.footer .col.social i {
  color:#fff;
  font-size:40px;
}

@media all and (max-width:850px) {
  .footer .col {
    width:48%;
    margin:0 auto 40px;
    text-align:center;
  }

  .footer .wrap {
    flex-wrap:wrap;
  }
}


@media all and (max-width:650px) {
  .footer .col {
    width:100%;
  }
}

/* ===========================================================
   SELL PROPERTY
=========================================================== */
.sell-property {
  background:#fff;
  padding:10px 0 30px;
  border-top:solid 1px #ebebeb;
}

.sell-property .wrap {
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.sell-property span {
  color:#000;
  text-transform: uppercase;
  font-family:"Open Sans", sans-serif;
  padding:0;
  display:block;
}

.sell-property h4 {
  font-size:34px;
  font-weight:400;
  line-height:1.5;
}

.sell-property p {
  font-size:28px;
  line-height:1;
  font-weight:400;
}

.btn {
  display:inline-block;
  border-radius:5px;
  font-family:"Open Sans", sans-serif;
  padding:6px 20px;
}

.yellow {
  color:#fff;
  background:#f4d000;
  font-size:34px;
  line-height:1.2;
}

@media all and (max-width:940px) {
  .sell-property h4 {
    font-size:24px;
  }

  .sell-property p {
    font-size:20px;
  }

  .yellow {
    font-size:24px;
  }
}

@media all and (max-width:680px) {
  .sell-property .wrap {
    flex-wrap:wrap;
    text-align:center;
  }

  .sell-property span {
    width:100%;
    margin:0 0 10px 0;
  }

  .yellow {
    margin:0 auto;
  }
}

@media all and (max-width:505px) {
  .sell-property h4 {
    font-size:18px;
  }

  .sell-property p {
    font-size:16px;
  }

  .yellow {
    font-size:20px;
  }
}

/* ===========================================================
   TESTIMONIALS
=========================================================== */
.testimonials {
  padding:150px 0;
  background:url(../images/testimonials-bg.jpg) no-repeat;
  background-size:cover;
  color:#fff;
}

.testimonials-sl {

}

.testimonial {
  text-align:center;
  color:#fff!important;
}

.testimonial > div {
  color:#fff!important;
}

.testimonial p {
  color:#fff;
  font-size:18px;
  line-height:1.5;
}

.testimonial h5 {
  color:#f4d000!important;
  font-size:22px;
  font-weight:400;
}

@media all and (max-width:500px) {
  .testimonials {
    padding:50px ;
  }
}

/* ===========================================================
   MAP
=========================================================== */
.footer-map {
  max-height:450px;
}

/* ===========================================================
   NEWSLETTER
=========================================================== */
.newsletter-signup {
  background:#f4d000;
  padding:20px 0;
}

.newsletter-signup .wrap {
  display:flex;
  justify-content: space-between;
  align-items:center;
}

.newsletter-signup p {
  color:#000;
  text-transform: uppercase;
  font-family:"Open Sans", sans-serif;
  font-size:34px;
  font-weight:400;
  padding:0;
}

.signup-form {
  flex:2;
  text-align:right;
}

#ctct-form-79 label,
#ctct-form-79 .ctct-form-description,
#ctct-form-79 .ctct-button {
  display:none;
}

#ctct-form-79 p.ctct-form-field.ctct-form-field-hidden {
  margin:0!important;
  display:initial!important;
}

#ctct-form-79 p.ctct-form-field.ctct-form-field-submit,
#ctct-form-79 p.ctct-form-field.ctct-form-field-email.ctct-form-field-required {
  display:inline;
  margin-bottom:0;
}

#email___c534294fa74575f3aaa39ae2d66458a9 {
  font-size:16px;
  padding:5px 16px;
  width:50%;
}

#ctct-submitted {
  font-size:16px;
  padding:6px 30px;
  background:#b59b06;
  color:#fff;
  border:none;
  text-transform: uppercase;
  margin-left:10px;
}

@media all and (max-width:970px) {
  .newsletter-signup p {
    font-size:24px;
  }
}

@media all and (max-width:800px) {
  .newsletter-signup {
    padding:12px 0;
  }

  .newsletter-signup .wrap {
    flex-wrap:wrap;
  }

  .newsletter-signup p {
    width:100%;
    text-align:center;
    margin-bottom:10px;
  }

  .signup-form {
    width:100%;
    text-align:center;
  }
}

@media all and (max-width:420px) {
  .signup-form input[type="email"] {
    margin-bottom:10px;
    max-width:90%;
    width:90%;
  }
}

/* ===========================================================
   HOME AUCTION GALLERY
=========================================================== */
.auction-gallery-hp {
  text-align:center;
  padding:80px 0 0 0;
}

.auction-gallery-hp .wrap {
  max-width:800px;
}

.auction-gallery-hp h3 {
  font-weight:700;
  font-size:50px;
  line-height:1;
}

.auction-gallery-hp hr  {
  overflow: visible; /* For IE */
  padding: 0;
  border: none;
  border-top: medium double #f4d000;
  color: #f4d000;
  text-align: center;
  max-width:20%;
  background: white;
  margin:10px auto;
}

.auction-gallery-hp p {
  padding:0 0 80px 0;
  font-size:18px;
  line-height:1.5;
  font-family:"Open Sans", sans-serif;
}

.gallery-hp {

}

.gallery-hp .wrap {
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  max-width:1200px;
}

.feat-item {
  width:calc(100% / 3 - 20px);
  margin:0 0 20px 0;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}

.feat-item span {
  display:block;
  padding:200px 0 50px;
  font-size:24px;
  font-weight:700;
  color:#fff;
  text-shadow:1px 1px 5px rgba(0,0,0,1);
}

@media all and (max-width:900px) {
  .feat-item {
    width:calc(100% / 2 - 20px);
  }
}

@media all and (max-width:700px) {
  .auction-gallery-hp p {
    padding:0 0 30px 0;
  }
}

@media all and (max-width:600px) {
  .feat-item {
    width:100%;
  }
}

/* ===========================================================
   HOME UPCOMING AUCTIONS
=========================================================== */
.up-auc {
  background:url('../images/up-auc-bg.jpg') no-repeat;
  background-size:cover;
  padding:60px 0 40px;
  text-align:center;
}

.up-auc h3 {
  font-weight:700;
  font-size:50px;
  line-height:1;
  color:#fff;
}

.up-auc hr  {
  overflow: visible; /* For IE */
  padding: 0;
  border: none;
  border-top: medium double #f4d000;
  color: #f4d000;
  text-align: center;
  max-width:20%;
  background: transparent;
  margin:10px auto;
}

.up-auc p {
  padding:0 0 80px 0;
  font-size:18px;
  line-height:1.5;
  font-family:"Open Sans", sans-serif;
  color:#fff;
  max-width:800px;
  margin:0 auto;
}

.up-auctions-sl {
  max-width:96%;
  margin:0 auto;
}

.up-auc-events {

}

.up-auc-event {
  background:#fff;
  border-radius:5px;
  padding:40px 20px;
  margin:0 40px;
}

.up-auc-event h5 {
  font-weight:700;
  font-size:22px;
  line-height:1;
  text-align:left;
}

.up-auc-event hr  {
  overflow: visible; /* For IE */
  padding: 0;
  border: none;
  border-top: medium double #f4d000;
  color: #f4d000;
  max-width:20%;
  background: transparent;
  margin:5px 0;
  text-align:left;
}

.up-auc-event p {
  font-size:14px;
  line-height:1.5;
  font-family:"Open Sans", sans-serif;
  color:#000;
  max-width:800px;
  margin:0 auto;
  padding:0;
  text-align:left;
}

.up-auc-event span {
  display:block;
  font-size:14px;
  text-align:left;
}

.up-auc-event a.yellow {
  font-size:16px;
  line-height:1;
  margin:20px auto 0;
}

/* ===========================================================
   HOME SPECIAL EVENT
=========================================================== */
.home-event {
  background:#e9e8e8;
}

.home-event .wrap {
  display:flex;
  justify-content: space-between;
}

.e-text {
  flex:1;
  padding:60px 40px 60px 0;
}

.e-text h3 {
  font-size:20px;
  margin:0 0 15px 0;
}

.e-text .yellow {
  font-size:16px;
}

.e-video {
  flex:1;
  padding:60px 0;
}

@media all and (max-width:700px) {
  .home-event {
    padding:40px 0;
  }

  .home-event .wrap {
    flex-wrap:wrap;
  }

  .e-text, .e-video {
    width:100%;
    flex:initial;
    padding:0;
  }

  .e-text {
    padding:0 0 20px 0;
  }
}

/* ===========================================================
   HOME PAGE
=========================================================== */
/* Hero Image */
.hero {
  background-size:cover;
  background-repeat:no-repeat;
  background-position:top right;
  padding:200px 0 125px 0;
}

.hero-text {
  background:rgba(255,255,255,.4);
  padding:50px 40px;
  max-width:50%;
}

.hero-date {
  display:block;
  color:#f4d000;
  font-size:34px;
  font-weight:400;
  line-height:1;
  margin:0 0 10px 0;
}

.hero-title {
  display:block;
  color:#fff;
  font-size:68px;
  font-weight:400;
  line-height:1;
  margin:0 0 10px 0;
}

.hero-details {
  display:block;
  color:#000;
  font-size:24px;
  font-weight:400;
  line-height:1.5;
  margin:0 0 10px 0;
}

.hero-link {
  display:inline-block;
  background:#f4d000;
  color:#fff;
  padding:8px 36px;
  border-radius:5px;
  font-weight:700;
  font-size:18px;
}

@media all and (max-width:1000px) {
  .hero-text {
    background:rgba(255,255,255,.7);
    max-width:80%;
  }

  .hero-date {
    font-weight:700;
  }

  .hero-title {
    color:#000;
  }
}

@media all and (max-width:750px) {
  .hero {
    padding:75px 0;
  }

  .hero-text {
    max-width:100%;
  }

  .hero-date {
    font-weight:700;
    color:#000;
    font-size:24px;
  }

  .hero-title {
    font-size:38px;
  }

  .hero-details {
    font-size:16px;
    font-weight:700;
  }
}

/* Quicklinks */
.home-ql {
  text-align:center;
  padding:60px 0;
}

.home-ql .h2 {
  font-size:42px;
  line-height:1;
  display:block;
}

.home-ql hr  {
  overflow: visible; /* For IE */
  padding: 0;
  border: none;
  border-top: medium double #f4d000;
  color: #f4d000;
  max-width:20%;
  background: transparent;
  margin:18px auto;
}

.quicklinks {
  display:flex;
  justify-content: space-between;
  text-align:center;
  margin:60px 0 0;
}

.quicklink {
  text-align:center;
  flex:1;
  max-width:25%;
}

@media all and (max-width:700px) {
  .quicklinks {
    flex-wrap:wrap;
  }

  .quicklink {
    flex:initial;
    width:100%;
    max-width:100%;
    margin:0 0 20px 0;
  }
}

/* Home Content */
.home-content {
  margin:0 0 60px 0;
}

.home-content a,
.home-content a:visited {
  color:#000000;
}

.home-content .collapseomatic {
  display:inline-block;
  border-radius:5px;
  font-family:"Open Sans", sans-serif;
  padding:6px 20px;
  color:#fff;
  background:#f4d000;
  font-size:18px;
  line-height:1.2;
  font-weight:700;
  text-align:center;
}

/* ===========================================================
   INTERIOR PAGE
=========================================================== */
/* Header */
.interior-header {
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}

.interior-header .page-title {
  display:block;
  color:#fff;
  font-size:58px;
  line-height:1;
  font-family:"Open Sans", sans-serif;
  padding:75px 0;
}

/* Breadcrumbs */
.breadcrumbs {
  background:#f1f1f1;
  padding:8px 0;
  text-transform: uppercase;
  font-size:20px;
  color:#000;
}

.breadcrumbs a {
  color:#f4d000;
}

/* Interior Content */
.interior-wrap {
  margin:30px 0;
}

.interior-wrap .wrap {
  display:flex;
  align-items:flex-start;
}

.main {
  flex:2;
  padding:0 30px 0 0;
}

.main p {
  line-height:2;
  font-size:16px;
}

.main a,
.main a:visited {
  color:#000;
  /* color:#f4d000;
  text-decoration: underline!important; */
}

.main ul {
  list-style:disc inside;
  margin-bottom:15px;
}

.main li {
  line-height:2;
}


.main .collapseomatic {
  display:inline-block;
  border-radius:5px;
  font-family:"Open Sans", sans-serif;
  padding:6px 20px;
  color:#fff;
  background:#f4d000;
  font-size:18px;
  line-height:1.2;
  font-weight:700;
  text-align:center;
}

@media all and (max-width:850px) {
  .interior-wrap .wrap {
    flex-wrap:wrap;
  }

  .main,
  .sidebar {
    flex:initial;
    width:100%;
  }
}

/* ===========================================================
   SIDEBAR
=========================================================== */
.sidebar {
  background:#d6d5d5;
  border-radius:6px;
  padding:20px 30px;
  flex:1;
}

.sidebar .con-title {
  margin:0 auto;
  display:block;
  color:#000;
  font-size:32px;
  text-align:center;
  width:100%;
  margin:0 0 20px 0;
}

#gform_wrapper_1 {
  font-family:"Open Sans", sans-serif;
  font-size:22px;
}

#gform_wrapper_1.gform_wrapper {
  margin:0;
}

#gform_wrapper_1 label {
  display:none;
}

#gform_wrapper_1 input[type="text"] {
  border:none;
  background:#f6f6f6;
}

#gform_wrapper_1 textarea {
  border:none;
  background:#f6f6f6;
  height:200px;
}

#gform_wrapper_1 input[type="submit"] {
  border-radius:5px;
  color:#fff;
  border:none;
  background:#f4d000;
  padding:5px 60px;
  font-weight:700;
  display:inline-block;
}

#gform_wrapper_1 .gform_footer.top_label {
  padding:0;
	text-align:center;
}

/* ===========================================================
   BLOG
=========================================================== */
.main.blog {

}

.main.blog article {
  border-bottom:1px solid #ebebeb;
  margin: 0 0 60px 0;
  padding: 0 0 40px 0;
}

.main.blog article a.btitle  {
  color:#f4d000;
}

.single-post .main.blog article {
  border:none;
}

/* ===========================================================
   AUCTIONS
=========================================================== */
/* Single Auction */
.main.auction hr {
  overflow: visible; /* For IE */
  padding: 0;
  border: none;
  border-top: medium double #f4d000;
  color: #f4d000;
  text-align: center;
  max-width:40%;
  background: transparent;
  margin:10px 0;
}

.main.auction span.a-in {
  display:block;
}

/* Auctions Page */
.auctions {
  margin:60px 0;
}

.auctions .wrap {
	text-align:center;
}

.auctions-li {
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}

.auction-s {
  max-width:calc(85% / 3);
  background:#fff;
  border-radius:5px;
  box-shadow:0px 0px 5px rgba(0,0,0,.75);
  padding:40px 20px;
  margin:0 0 40px 0;
  text-align:left;
}

.auctions h5 {

}

.auctions hr {
  overflow: visible; /* For IE */
  padding: 0;
  border: none;
  border-top: medium double #f4d000;
  color: #f4d000;
  text-align: center;
  max-width:40%;
  background: transparent;
  margin:10px 0;
}

.auctions span {
  display:block;
}

.auctions p {

}

.auctions .btn.yellow {
  font-size:18px;
  font-weight:700;
  margin:0 auto;
  display:block;
  text-align:center;
}

.a-btn {
  font-weight: 700;
  margin: 0 auto 50px;
	padding:10px 12px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #f4d000;
  font-size: 20px;
  line-height: 1.2;
	border-radius:5px;
}
.blue {
  background: #165894;
}

@media (max-width:420px) {
  .a-btn {
    font-size: 16px;
  }
}


/* Auction Gallery Pagination */
.page-numbers {
	padding:5px!important;
	background:#000!important;
	color:#fff!important;
	font-weight:bold!important;
	display:inline-block!important;
}

.page-numbers.current {
	background:#f4d000!important;
}

@media all and (max-width:925px) {
  .auction-s {
    max-width:42%;
  }
}

@media all and (max-width:550px) {
  .auction-s {
    max-width:100%;
  }
}

/* ===========================================================
   STAFF MEMBERS
=========================================================== */
.about-staff {
  background:url('../images/staff-bg.jpg') no-repeat;
  background-size:cover;
  background-position:center center;
  padding:80px 0;
  text-align:center;
}

.about-staff .wrap {

}

.about-staff .wrap h2 {
  color:#fff;
  font-size:60px;
  font-weight:400;
  margin:0 0 30px 0;
}

.about-staff .wrap hr {
  overflow: visible; /* For IE */
  padding: 0;
  border: none;
  border-top: medium double #f4d000;
  color: #f4d000;
  text-align: center;
  max-width:10%;
  background: transparent;
  margin:10px auto;
}

.staff-members {
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  margin:60px 0 0 0;
  text-align:left;
}

.staff-member {
  font-family:"Open Sans", sans-serif;
  background:#fff;
  width:calc(92% / 4);
  margin:0 0 60px 0;
}

.staff-member img {
  width:100%;
  display:block;
}

.staff-member .m-info {
  padding:30px 20px 0 20px;
}

.staff-member span {
  display:block;
}

.staff-member .m-name {
  color:#f4d000;
  font-size:22px;
  font-weight:700;
}

.staff-member .m-title {
  color:#d6d5d5;
  font-size:12px;
  font-weight:700;
}

.staff-member .m-bio,
.staff-member .m-bio p {
  font-size:14px;
  line-height:2;
  color:#000;
  padding-bottom: 15px;
  font-family:"Raleway", sans-serif;
}

.staff-member .collapseomatic {
    display:block;
    border-radius:5px;
    font-family:"Open Sans", sans-serif;
    padding:6px 20px;
    color:#fff;
    background:#f4d000;
    font-size:18px;
    line-height:1.2;
    font-weight:700;
    text-align:center;
}

@media all and (max-width:950px) {
  .staff-member {
    width:31%;
  }
}

@media all and (max-width:650px) {
  .staff-member {
    width:48%;
  }
}

@media all and (max-width:475px) {
  .staff-member {
    width:100%;
  }
}

/* ===========================================================
   PODCAST
=========================================================== */
.podcast-wrap {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  padding-bottom: 80px;
}
@media all and (max-width:1100px) {
  .podcast-wrap {
    flex-direction: column;
  }
}
.podcast-wrap .landing-header-content {
  max-width: 100%;
  width: 45%;
}
@media all and (max-width:1100px) {
  .podcast-wrap .landing-header-content {
    width: 100%;
  }
}
.podcast-wrap .landing-header-content iframe {
  width: 100%;
}