/*Last Updated: 4/4/2026 1:55:40 AM Event: 3rd Annual Over the Moon Charity Golf Classic*/
/*Last Updated: 7/12/2018 5:30:54 PM Event: Flames Ambassadors Celebrity Poker Tournament*/

/*@accentColor:rgba(2, 131, 58, 1.00);
@backgroundImage:"http://uldev02.urbanlighthouse.com/elevatetablet/Admin/Uploads/5daa58e0-2340-46d6-8ae7-a71400b74cee/Logos/8ba0dd38-c191-493e-ac22-a71400b7516b.jpg";
@overlayColor:rgba(0, 0, 0, 0);
@leaderboardBackgroundImage:"http://uldev02.urbanlighthouse.com/elevatetablet/Admin/Uploads/5daa58e0-2340-46d6-8ae7-a71400b74cee/Logos/f4b07f87-492e-4329-9d94-a71400b74f15.jpg";
@leaderboardHeaderColor:rgba(131, 2, 3, 1.00);*/

/*
    vars from generated client stylesheet
*/
/*
    end vars from generated client stylesheet
*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
/*input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px @grey-bg inset !important;
}*/

.paragraphFont {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif !important;
  line-height: 1.42857143em !important;
}
.paragraphFont * {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif !important;
  line-height: 1.42857143em !important;
}
.user-free-text p,
.user-free-text div {
  line-height: 1.42857143em;
  margin-bottom: 20px;
}
.userEnterableText {
  font-family: proxima-nova, Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif !important;
  line-height: 1.42857143em !important;
  font-weight: normal !important;
}
.userEnterableText * {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif !important;
  line-height: 1.42857143em !important;
}
.userEnterableText strong,
.userEnterableText b {
  font-weight: bold !important;
}
.userEnterableText em,
.userEnterableText i {
  font-style: italic;
}
.temp-btn {
  position: absolute;
  top: 165px;
  background-color: red;
  color: white;
}
.temp-btn:hover,
.temp-btn:active {
  background-color: red !important;
  color: white !important;
}
.floatLeft {
  float: left;
}
.btn {
  border-radius: 0px !important;
}
/*bxslider*/

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  max-height: 312px;
  background: white;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(C:/home/site/wwwroot/Content/images/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: black;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  -webkit-transition: none 150ms ease-in-out;
  -moz-transition: none 150ms ease-in-out;
  -o-transition: none 150ms ease-in-out;
  -ms-transition: none 150ms ease-in-out;
  transition: none 150ms ease-in-out;
  left: 10px;
  background: url(C:/home/site/wwwroot/Content/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  -webkit-transition: none 150ms ease-in-out;
  -moz-transition: none 150ms ease-in-out;
  -o-transition: none 150ms ease-in-out;
  -ms-transition: none 150ms ease-in-out;
  transition: none 150ms ease-in-out;
  right: 10px;
  background: url(C:/home/site/wwwroot/Content/images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(C:/home/site/wwwroot/Content/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(C:/home/site/wwwroot/Content/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: white;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
/*end bxslider*/

/* vertical modal centering */

.modal {
  text-align: center;
}
.bx-wrapper .bx-controls-direction .bx-next,
.bx-wrapper .bx-controls-direction .bx-prev {
  background-image: url('C:/home/site/wwwroot/Content/images/bg_tablet_bidding_controls.png');
  height: 80px;
  width: 80px;
  z-index: 40 !important;
}
.bx-wrapper.dark-image .bx-next,
.bx-wrapper.dark-image .bx-prev {
  background-image: url(C:/home/site/wwwroot/Content/images/bg_tablet_bidding_controls_light.png);
}
.bx-wrapper .bx-controls-direction .bx-next {
  right: 0px;
  background-position: right 0px;
}
.bx-wrapper .bx-controls-direction .bx-prev {
  left: 0px;
  background-position: left -100px;
}
.login-form h2 {
  text-align: center;
}
.event-program {
  height: 100%;
  margin-top: -9px;
}
.event-program .img-carousel {
  margin: auto 0;
}
.event-program .img-carousel ul {
  list-style: none;
}
.event-program .img-carousel .bx-wrapper {
  overflow: hidden;
  height: 100%;
}
.event-program .img-carousel .bx-wrapper .bx-next,
.event-program .img-carousel .bx-wrapper .bx-prev {
  margin-top: 20px;
  position: fixed;
}
.event-program .img-carousel .bx-wrapper .bx-viewport {
  overflow: visible !important;
}
.event-program .img-carousel .img-wrapper img {
  display: block;
  padding-top: 27px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.event-program .img-carousel .img-wrapper.img-portrait img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.leaderboard-modal {
  margin: 0 auto;
  float: left;
  position: fixed;
  width: 75%;
  z-index: 10000000000000;
}
.leaderboard-modal .high-bid .circle h1 {
  margin-left: 0 auto 0;
  width: 3em;
  margin-top: 2.25em;
  display: inline-block !important;
  text-align: center;
}
.leaderboard-modal .modal-dialog {
  left: 0;
  bottom: 0;
  width: 80%;
  margin: 0 auto;
}
.leaderboard-modal .modal-body {
  min-height: 380px;
  text-align: center;
  padding: 15px;
  display: flex;
}
.leaderboard-modal .modal-body .img-header {
  width: 65%;
  background-position: center;
  background-size: cover;
  height: auto;
  padding-right: 20px;
}
.leaderboard-modal .modal-body .img-header .img-wrapper {
  overflow: hidden;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
}
.leaderboard-modal .modal-body .img-header .img-wrapper.img-landscape img {
  width: auto;
  height: 100%;
  max-height: 360px;
  max-width: 100%;
  border-radius: 10px;
}
.leaderboard-modal .modal-body .img-header .img-wrapper.img-portrait {
  height: 100%;
}
.leaderboard-modal .modal-body .img-header .img-wrapper.img-portrait img {
  min-height: 100%;
  max-height: 100%;
}
.leaderboard-modal .modal-body .item-name {
  font-size: 25px !important;
}
.leaderboard-modal .modal-body .item-info-div {
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
  flex-direction: column;
  padding: 0 20px 0 15px;
}
.leaderboard-modal .modal-body .modalItemName {
  color: #312d31;
  font-size: 22px;
  padding: 10px 0 10% 0;
  font-weight: 600;
  border-bottom: 1px solid #ada9a9;
  width: 100%;
}
.leaderboard-modal .modal-body .modalItemHeader {
  padding-top: 10%;
  font-size: 20px;
  font-weight: 600;
  color: #49c5b1;
}
.leaderboard-modal .modal-body .modalItemBid {
  padding-top: 5%;
  padding-bottom: 5%;
  font-weight: 600;
  font-size: 35px;
  line-height: 1em;
  text-transform: capitalize;
}
.leaderboard-modal .modal-body .modalItemBidder {
  font-size: 20px;
  line-height: 1em;
  text-transform: capitalize;
}
.leaderboard-modal .header {
  color: white !important;
  background-color: transparent;
  width: 200px;
  height: 50px;
  position: relative;
  padding: 0 35px 0 10px;
  margin: -25px auto;
  font-size: 30px !important;
  text-align: center;
  z-index: 2;
  justify-content: center;
  display: flex;
  float: right;
  width: 35%;
}
.leaderboard-modal .header .circle {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  height: 50px;
  display: table;
  background-color: #49c5b1;
  border-radius: 10px;
  left: unset;
}
.leaderboard-modal .header .circle h1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 23px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 0;
  color: white;
  font-weight: 600;
}
.ajax-view {
  display: block;
  width: 100%;
}
.loading-indicator {
  fill: #f2f2f3;
  position: fixed;
  z-index: 0;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.loading-indicator .indicator-wrapper {
  position: fixed;
  top: 50vh;
  left: 50vw;
}
.loading-indicator .indicator-wrapper svg {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-opacity: 1;
  opacity: 1;
  width: 100px;
  height: 100px;
  margin-left: -50%;
}
.loading-indicator.semi svg {
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/* footer footnotes */

footer {
  -webkit-opacity: 1;
  opacity: 1;
}
footer ol {
  border-top: 1px solid #eeeeee;
  margin-top: 40px;
  padding-top: 15px;
  padding-left: 20px;
}
/* Bootstrap Docs */

.bs-example {
  position: relative;
  padding: 45px 15px 15px;
  margin: 0 -15px 15px;
  border-color: #e5e5e5 #eeeeee #eeeeee;
  border-style: solid;
  border-width: 1px 0;
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
}
.bs-example-padded-bottom {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .bs-example {
    margin-right: 0;
    margin-left: 0;
    background-color: white;
    border-color: #dddddd;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.bs-example + .code {
  margin: -15px -15px 15px;
  border-width: 0 0 1px;
  border-radius: 0;
}
@media (min-width: 768px) {
  .bs-example + .code {
    margin-top: -16px;
    margin-right: 0;
    margin-left: 0;
    border-width: 1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
/* vertical modal centering */

* {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
button:focus,
.btn:focus,
input:focus {
  outline: 5px auto #49c5b1;
}
.btn:hover,
.btn:focus,
button:hover,
button:focus {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: linear-gradient(rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0.125));
}
.btn:hover.dark,
.btn:focus.dark,
button:hover.dark,
button:focus.dark {
  background: linear-gradient(rgba(73, 197, 177, 0.25), rgba(73, 197, 177, 0.25));
  background-color: #312d31;
}
a {
  color: #312d31;
}
a:hover {
  text-decoration: none;
}
p a {
  text-decoration: underline;
}
body {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  background-color: #252525;
}
body input[type=text] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
body input[type=tel] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
body input[type=email] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
body input[type=password] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
body select {
  -webkit-appearance: none !important;
}
body nav.slideout-menu ul li a span {
  display: block;
}
body.loading .loading-indicator {
  z-index: 3000;
}
body.loading #main > section,
body.loading header {
  -webkit-opacity: 0;
  opacity: 0;
}
body.interior-loading .loading-indicator {
  z-index: 3000;
}
body.loading-complate #main > section,
body.loading-complate header {
  -webkit-opacity: 1;
  opacity: 1;
}
p {
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
a,
span,
div {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}
#main {
  background-color: #252525;
  max-width: none;
}
.transparent {
  -webkit-opacity: 0;
  opacity: 0;
}
.svgembedded {
  display: none;
}
.white-bg {
  background-color: white !important;
}
.checkable input[type="checkbox"],
.checkable input[type="radio"] {
  display: none;
}
.checkable label {
  cursor: pointer;
  text-align: left !important;
}
.checkable label:before {
  width: 24px;
  font-size: 24px;
  top: 6px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  font-family: 'FontAwesome';
}
.checkable.checkbox label {
  padding-left: 0px;
}
.checkable.checkbox label:before {
  content: "\f0c8";
}
.checkable.checkbox.checked label:before {
  content: "\f14a";
}
.checkable.radiobutton label:before {
  content: "\f10c";
}
.checkable.radiobutton.checked label:before {
  content: "\f192";
}
.time-left.today .day {
  display: none;
}
.btn.accent {
  color: white;
  background-color: #49c5b1;
}
.btn.large {
  font-size: 24px;
  padding: 15px;
  margin-bottom: 12px;
}
.float-labels label {
  -webkit-opacity: 0;
  opacity: 0;
  font-weight: normal;
  color: #312d31;
}
.float-labels label.standard-label {
  -webkit-opacity: 1;
  opacity: 1;
}
.float-labels .checkable label {
  -webkit-opacity: 1;
  opacity: 1;
}
.float-labels .field-validation-error {
  height: 0px;
  text-align: right;
  display: block;
}
.float-labels .field-validation-error span {
  padding: 0 10px;
}
.float-label {
  padding-left: 10px;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -webkit-transform: translate(0, 2.5em);
  -moz-transform: translate(0, 2.5em);
  -ms-transform: translate(0, 2.5em);
  -o-transform: translate(0, 2.5em);
  line-height: 1em;
  float: left;
  z-index: 1;
  font-size: 12px !important;
}
.float-label.visible {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  background-color: inherit;
}
.float-label.populated {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  background-color: inherit;
}
.float-label + input[type="text"],
.float-label + input[type="number"],
.float-label + input[type="email"],
.float-label + input[type="password"],
.float-label + input[type="tel"],
.float-label select {
  position: relative;
  z-index: 10;
}
.form-horizontal {
  margin-top: 15px;
}
.form-group {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
}
.form-group .checkable {
  padding: 0px;
}
.text-danger {
  color: #0086b6;
  text-align: center;
}
#accordion .card {
  width: 100%;
  margin-bottom: 15px;
}
#accordion .card .card-header {
  width: 100%;
}
#accordion .card .card-header h5 {
  margin: 0;
}
#accordion .card .card-header button {
  width: 100%;
  text-align: left;
  font-size: 16px;
  background-color: white;
  border: 1px solid #f2f2f3;
  color: #312d31;
}
#accordion .card .card-header button i {
  float: right;
  font-size: 22px;
}
#accordion .card .card-header button.collapsed i:before {
  content: "\f107";
}
#accordion .card .card-header button:hover,
#accordion .card .card-header button:active {
  text-decoration: none;
}
#accordion .card .card-body {
  text-align: left;
  padding: 15px;
  font-size: 16px;
  border-left: 1px solid #f2f2f3;
  border-right: 1px solid #f2f2f3;
  border-bottom: 1px solid #f2f2f3;
}
.panel-header {
  background: linear-gradient(transparent, transparent), url("C:/home/site/wwwroot/Content/images/del_Partypeople.jpg"), fixed, no-repeat;
  height: 97px;
  padding: 0px 0px 0px;
  width: 100%;
}
.panel-header button {
  float: left;
  background-color: transparent;
  border: none;
  padding: 0;
  margin-left: 12px;
  max-width: 85px;
  outline: 0;
}
.panel-header button i {
  color: white;
  font-size: 32px;
}
.panel-header .sponsors-header-wrapper {
  width: 245px;
  max-height: 90px;
  background-color: white;
  margin: 0px;
  border-radius: 5px;
}
.panel-header .sponsors-header-wrapper .sponsors-logo {
  overflow: hidden;
  height: 85px;
  padding: 2px 4px 2px 4px;
}
.panel-header .sponsors-header-wrapper .sponsors-logo img {
  max-width: 230px;
  display: block;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  -webkit-opacity: 0;
  opacity: 0;
  max-height: 75px;
  padding: 0px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
}
.panel-header .sponsors-header-wrapper .sponsors-logo img.active[data-sw] {
  -webkit-opacity: 1;
  opacity: 1;
}
.panel-header .sponsors-header-wrapper .sponsors-logo img .active.invisible {
  visibility: visible !important;
}
.panel-header .small-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0;
  padding: 10px 0;
  text-align: center;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  -webkit-opacity: 0;
  opacity: 0;
  left: 20px;
}
.panel-header .small-logo img {
  max-width: 100%;
  max-height: 75px;
}
.panel-header .time-left {
  float: right;
  max-width: 200px;
  color: #312d31 !important;
  margin-top: 29px;
  margin-right: 20px;
}
.panel-header .time-left .timer-title {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: block;
}
.panel-header .time-left.never-show {
  -webkit-opacity: 0 !important;
  opacity: 0 !important;
}
.panel-header .time-left .day,
.panel-header .time-left .hour,
.panel-header .time-left .minute,
.panel-header .time-left .second {
  float: left;
}
.panel-header .time-left .day span.value,
.panel-header .time-left .hour span.value,
.panel-header .time-left .minute span.value,
.panel-header .time-left .second span.value,
.panel-header .time-left .day span.label,
.panel-header .time-left .hour span.label,
.panel-header .time-left .minute span.label,
.panel-header .time-left .second span.label {
  display: block;
  min-width: 1.5em;
  text-align: center;
}
.panel-header .time-left .day span.value.value,
.panel-header .time-left .hour span.value.value,
.panel-header .time-left .minute span.value.value,
.panel-header .time-left .second span.value.value,
.panel-header .time-left .day span.label.value,
.panel-header .time-left .hour span.label.value,
.panel-header .time-left .minute span.label.value,
.panel-header .time-left .second span.label.value {
  font-size: 20.8px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  padding: 3px;
  margin-right: 6px;
  width: 50px;
}
.panel-header .time-left .day span.value.label,
.panel-header .time-left .hour span.value.label,
.panel-header .time-left .minute span.value.label,
.panel-header .time-left .second span.value.label,
.panel-header .time-left .day span.label.label,
.panel-header .time-left .hour span.label.label,
.panel-header .time-left .minute span.label.label,
.panel-header .time-left .second span.label.label {
  margin-left: 0;
  margin-top: 3px;
  text-transform: uppercase;
  font-size: 10px;
  color: #312d31 !important;
  padding: 0;
  margin-right: 5px;
}
.panel-header .time-left .second span.value:after {
  display: none;
}
.panel-header .time-left .second span.label {
  margin-left: -0.5em;
}
.panel-header .time-left.today .day {
  display: none;
}
.panel-header .time-left .value .digit {
  min-width: 0.65em;
  display: inline-block;
  text-align: center;
}
.panel-header .menuLabel {
  position: absolute;
  color: black;
  float: left;
  bottom: 6px;
  margin-bottom: -3px;
  left: 12px;
  text-transform: uppercase;
  font-size: 12px;
  color: #312d31 !important;
  font-weight: 700;
}
.panel-header .c-hamburger {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 85px;
  height: 100px;
  top: 0;
  left: 0;
  background: none;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.panel-header .c-hamburger:focus {
  outline: none;
}
.panel-header .c-hamburger span {
  display: block;
  position: absolute;
  top: 45px;
  left: 12px;
  height: 2px;
  background: #312d31;
  width: 35px;
}
.panel-header .c-hamburger span::before,
.panel-header .c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #312d31;
  content: "";
}
.panel-header .c-hamburger span::before {
  top: -7px;
}
.panel-header .c-hamburger span::after {
  bottom: -7px;
}
.panel-header .c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.panel-header .c-hamburger--htx span::before,
.panel-header .c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.panel-header .c-hamburger--htx span::before {
  transition-property: top, transform;
}
.panel-header .c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
.panel-header .c-hamburger--htx.is-active span {
  background: none;
}
.panel-header .c-hamburger--htx.is-active span::before,
.panel-header .c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
.panel-header .c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.panel-header .c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
body {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}
body .interior-page {
  display: none;
}
body.interior header .small-logo {
  -webkit-opacity: 1;
  opacity: 1;
}
body.interior .interior-page {
  display: block;
}
body.interior footer {
  -webkit-opacity: 0;
  opacity: 0;
}
.homepage-dropdown {
  padding: 15px 0 0 40px;
  display: none !important;
}
.homepage-dropdown .dropdown-menu {
  width: 195px;
  background-color: #1f1c1f;
}
.homepage-dropdown img.tech-img {
  max-width: 195px;
}
.homepage-dropdown a.dropdown-toggle {
  background-color: #49c5b1;
  color: white;
}
.homepage-dropdown .dropdown-menu.menu {
  padding: 0px;
}
.homepage-dropdown .dropdown-menu.menu ul {
  margin: 0;
}
.homepage-dropdown .dropdown-menu.menu ul li {
  background-color: #1f1c1f;
  margin: 0;
}
.homepage-dropdown .dropdown-menu.menu ul li a {
  font-size: 18px;
  margin: 0px;
}
.homepage-dropdown .dropdown-menu.menu ul li a:hover {
  background-color: #2c282c;
}
.homepage-dropdown .dropdown-menu.menu ul li svg {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.homepage-dropdown .dropdown-menu.menu ul li.active a:hover {
  background-color: #5ccbb9;
}
.homepage-dropdown .elevate-logo {
  position: absolute;
  right: 50px;
  top: 15px;
}
.menu.desktop-menu svg {
  color: white !important;
  fill: white !important;
}
.menu.desktop-menu svg use {
  color: white !important;
  fill: white !important;
}
.menu.desktop-menu svg svg {
  color: white !important;
  fill: white !important;
}
.menu.desktop-menu svg path {
  color: white !important;
  fill: white !important;
}
.menu {
  padding-top: 97px;
}
.menu img.tech-img {
  width: 110%;
  position: relative;
  right: 18px;
}
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 30px;
  margin: 0 10px;
}
.menu ul li {
  padding: 0;
  border-bottom: 1px solid black;
  cursor: pointer;
  margin: 0 -10px;
}
.menu ul li svg {
  float: left;
  margin-right: 25px;
  height: 25px;
  width: 25px;
  fill: white;
}
.menu ul li svg.shape-open-book {
  margin-top: 4px;
}
.menu ul li a {
  margin: 0 -10px;
  color: white;
  display: block;
  font-size: 24px;
  font-weight: normal;
  white-space: nowrap;
  padding: 20px 25px 19px 25px;
  width: 100%;
}
.menu ul li.active {
  background-color: #49c5b1;
  border-bottom-width: 0px;
}
.menu ul li.active a {
  background-color: #49c5b1;
  border-bottom: none;
}
.fixed {
  backface-visibility: hidden;
  position: fixed;
  z-index: 2;
  transition: transform 300ms ease;
}
.fixed-open {
  transform: translate3d(50%, 0px, 0px);
}
.slideout-menu {
  background-color: #1f1c1f;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 50%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.slideout-panel {
  position: relative;
  border: none;
  z-index: 1;
  padding-top: 97px;
  background: linear-gradient(transparent, transparent), url("C:/home/site/wwwroot/Content/images/del_Partypeople.jpg"), fixed, no-repeat;
  color: white;
  border-radius: 0px;
  margin-bottom: 0px;
}
.slideout-panel .home {
  padding-top: 40px;
}
.slideout-panel .home h1 {
  font-size: 25.6px;
  line-height: 36px;
}
.slideout-panel .home .host-image {
  margin-top: -2.8em;
  margin-bottom: 0;
}
.slideout-panel .home .host-image img {
  max-width: 100%;
  max-height: 294px;
  -webkit-opacity: 0;
  opacity: 0;
}
.slideout-panel .home .sponsor-images {
  margin: 0 0 0 0;
  margin-top: -4em;
  /*margin-bottom: 30px;*/
  margin-bottom: 5px;
}
.slideout-panel .home .sponsor-images .t {
  display: table;
  width: 100%;
}
.slideout-panel .home .sponsor-images .t .tc {
  height: 105px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.slideout-panel .home .sponsor-images .t .tc:active {
  border: none;
}
.slideout-panel .home .sponsor-images .slick-slide {
  max-height: 105px;
  margin: 0 auto;
  outline: none !important;
}
.slideout-panel .home .sponsor-images .slick-slide img {
  max-width: 240px;
  max-height: 105px;
}
.slideout-panel .home .sponsor-images .slick-slide img:active {
  border: none;
}
.slideout-panel .home .sponsor-images .slick-slide:active {
  border: none;
}
.slideout-panel .home .btn {
  margin: 0 auto 22px;
  display: block;
  width: 70%;
  font-size: 28.8px;
  padding: 17px 0px;
}
.slideout-panel .home.no-title .home-title {
  visibility: hidden;
  margin: 0;
}
.slideout-panel .home.no-title .home-title div {
  height: 0;
}
.slideout-panel .home.no-title .host-image {
  margin-top: 1em;
  margin-bottom: 2em;
}
.slideout-panel .home.no-image .host-image {
  visibility: hidden;
}
.slideout-panel .host-image,
.slideout-panel .sponsor-images {
  text-align: center;
  min-height: 90px;
}
.slideout-panel .home-title {
  margin: 1.5em auto 1.5em;
  width: 400px;
  display: table;
  text-align: center;
}
.slideout-panel .home-title div {
  height: 72px;
  display: table-cell;
  vertical-align: middle;
}
.slideout-panel .home-bottom-buttons {
  bottom: 100px;
  position: absolute;
  margin-top: 10px;
}
.slideout-panel .slick-slider button {
  display: none !important;
}
html,
body {
  overflow-x: hidden;
}
html.tabletapp body .modal header span.item-image {
  height: 80px;
  width: 154px !important;
}
html.tabletapp body .modal header .item-detail {
  width: 65.6% !important;
}
html.tabletapp body .slideout-menu {
  padding-top: 0 !important;
  top: 97px !important;
}
html.tabletapp body .slideout-menu ul li a {
  font-size: 24px !important;
  padding: 20px 25px 19px 25px !important;
}
html.tabletapp body .slideout-menu ul li span {
  display: block !important;
  padding-left: 50px !important;
  margin-top: -5px !important;
}
html.tabletapp body .panel-header {
  display: block !important;
  background-color: white;
  height: 97px !important;
}
html.tabletapp body .panel-header .c-hamburger {
  height: 100px !important;
}
html.tabletapp body .panel-header .c-hamburger span {
  top: 45px !important;
  /*background-color: @darkerText;*/

}
html.tabletapp body .panel-header .c-hamburger span::before,
html.tabletapp body .panel-header .c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #140b14;
  content: "";
  border-radius: 10px;
}
html.tabletapp body .panel-header .time-left {
  margin-top: 29px !important;
  margin-right: 20px !important;
  color: #140b14 !important;
}
html.tabletapp body .panel-header .time-left span.value {
  font-size: 20.8px !important;
}
html.tabletapp body .panel-header .time-left .day span.label,
html.tabletapp body .panel-header .time-left .hour span.label,
html.tabletapp body .panel-header .time-left .minute span.label,
html.tabletapp body .panel-header .time-left .second span.label {
  color: #140b14 !important;
}
html.tabletapp body .panel-header .small-logo {
  left: 20px !important;
}
html.tabletapp body .panel-header .sponsors-header-wrapper {
  width: 245px !important;
}
html.tabletapp body .panel-header .sponsors-logo {
  height: 85px !important;
}
html.tabletapp body .panel-header .sponsors-logo img {
  max-width: 230px !important;
  max-height: 75px !important;
  top: 57% !important;
}
html.tabletapp body main.slideout-panel {
  padding-right: 13px;
  padding-top: 97px !important;
}
html.tabletapp body main.slideout-panel .home-title {
  margin: 0 auto 3em;
}
html.tabletapp body main.slideout-panel .interior-page {
  /*overflow-y: scroll !important;*/
  margin: 0px -15px !important;
  padding-top: 0px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
html.tabletapp body main.slideout-panel .interior-page .interior-page-content .event-program.row {
  margin-left: -30px !important;
  margin-right: -30px !important;
}
html.tabletapp body main.slideout-panel .interior-page .sponsor-bar {
  top: 97px !important;
  margin: 0 -25px !important;
}
html.tabletapp body main.slideout-panel .interior-page .sponsor-bar a {
  padding: 0px 25px !important;
  font-size: 18px !important;
}
html.tabletapp body main.slideout-panel .interior-page .sponsor-bar a i {
  font-size: 22px !important;
  margin-right: 10px !important;
  margin-top: 1px !important;
}
html.tabletapp body main.slideout-panel .interior-page .my-bids {
  padding-top: 15px;
}
html.tabletapp body main.slideout-panel .interior-page .search-box p {
  font-size: 22px !important;
}
html.tabletapp body main.slideout-panel .interior-page .user-select .search-box {
  position: fixed;
  top: 145px !important;
  margin: 0 -25px !important;
  padding: 0 25px !important;
}
html.tabletapp body main.slideout-panel .interior-page .user-select .results ul li a {
  padding: 13px 15px !important;
  white-space: nowrap !important;
}
html.tabletapp body main.slideout-panel .interior-page .item-categories .results ul {
  margin: 31px -5px 0 0 !important;
  padding: 0 20px !important;
  width: 100%;
}
html.tabletapp body main.slideout-panel .interior-page .item-categories .results ul li {
  width: 33% !important;
  padding: 5px !important;
}
html.tabletapp body main.slideout-panel .interior-page .item-categories .results ul li a {
  padding: 20px 10px 16px !important;
  height: 102px !important;
}
html.tabletapp body main.slideout-panel .interior-page .item-categories .results ul li a svg {
  max-height: 30px !important;
}
html.tabletapp body main.slideout-panel .interior-page .item-categories .results ul li a span {
  font-size: 17px !important;
}
html.tabletapp body main.slideout-panel .interior-page .item-listing .breadcrumb-area {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
html.tabletapp body main.slideout-panel .interior-page .item-listing ol li section .item-image {
  float: left !important;
  max-height: 150px !important;
  max-width: 288px !important;
  text-align: center !important;
  background-color: white !important;
  /*height: 134px !important;*/
  height: 150px !important;
  width: 282px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
html.tabletapp body main.slideout-panel .interior-page .item-listing ol li section .item-detail {
  float: left !important;
  padding-left: 35px !important;
  padding-right: 45px !important;
  margin: 0 !important;
  max-width: 50% !important;
  width: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
html.tabletapp body main.slideout-panel .interior-page .item-listing ol li section .item-detail .high-bid {
  line-height: 1em !important;
  margin-top: 45px !important;
}
html.tabletapp body main.slideout-panel .interior-page .item-listing ol .ribbon-banner {
  left: 77% !important;
}
html.tabletapp body main.slideout-panel .interior-page .item-listing.list-mode .item-detail {
  width: 100% !important;
  padding: 15px 60px 12px 60px !important;
  max-width: 100% !important;
  margin: 0 !important;
}
html.tabletapp body main.slideout-panel .interior-page .item-listing.list-mode .item-detail .high-bid {
  text-align: right !important;
  max-width: 50% !important;
  width: 50% !important;
  float: right !important;
  font-size: 24px !important;
  margin: 0px !important;
}
html.tabletapp body main.slideout-panel .interior-page .item-listing.list-mode .item-detail .high-bidder {
  max-width: 50% !important;
  width: 50% !important;
  float: left !important;
  text-transform: capitalize !important;
}
html.tabletapp body main.slideout-panel .interior-page .item-listing.list-mode .item-image {
  opacity: 0 !important;
  height: 0 !important;
}
html.tabletapp body main.slideout-panel .interior-page .donation-item-listing {
  padding-top: 1px;
}
html.tabletapp body main.slideout-panel .interior-page .item-detail .ribbon-banner {
  left: 69% !important;
  font-size: 22px !important;
}
html.tabletapp body main.slideout-panel .interior-page .item-detail .img-carousel ul li {
  text-align: center !important;
  height: 285px !important;
  padding: 0 !important;
}
html.tabletapp body main.slideout-panel .interior-page .item-detail .img-carousel .img-wrapper img {
  max-height: none !important;
}
html.tabletapp body main.slideout-panel .interior-page .item-detail .fixed-bid-panel {
  z-index: 5 !important;
  background-color: white !important;
  position: fixed !important;
  width: 100% !important;
  bottom: 0 !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
  padding-top: 35px !important;
  padding-bottom: inherit !important;
}
html.tabletapp body main.slideout-panel .interior-page .item-detail .fixed-bid-panel .high-bid-information {
  padding: 0 15px !important;
}
html.tabletapp body main.slideout-panel .interior-page .item-detail .fixed-bid-panel .bid-amount-control {
  margin-top: 15px !important;
}
html.tabletapp body main.slideout-panel .interior-page .item-detail .display-info {
  position: relative !important;
}
html.tabletapp body main.slideout-panel .interior-page .item-detail .btn-additional-information {
  display: block !important;
}
html.tabletapp body main.slideout-panel .interior-page .item-detail .bid-amount-control {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
html.tabletapp body main.slideout-panel .interior-page .user-select .results ul li a {
  z-index: 555555555555;
}
html.tabletapp.homescreen body .panel-header .c-hamburger span,
html.tabletapp.homescreen body .panel-header .c-hamburger span:after,
html.tabletapp.homescreen body .panel-header .c-hamburger span:before {
  background-color: white;
}
html.tabletapp.homescreen body .panel-header .c-hamburger.is-active span {
  background-color: black;
}
html.tabletapp.homescreen body main.slideout-panel {
  padding-right: 15px;
}
html.tabletapp.homescreen body main.slideout-panel .right-content {
  padding-right: 15px !important;
}
html.tabletapp.homescreen body main.slideout-panel .home-bottom-buttons .btn {
  margin: 0 auto 22px !important;
  display: block !important;
  width: 70% !important;
  font-size: 28.8px !important;
  padding: 17px 0px !important;
}
html.tabletapp.homescreen body main.slideout-panel .host-image img {
  max-height: 294px !important;
}
html.tabletapp.homescreen body main.slideout-panel .sponsor-images .slick-slide img {
  max-height: 105px !important;
}
html.tabletapp.homescreen body .interior-page {
  display: none !important;
}
html.homescreen .interior-page {
  display: block;
  min-height: inherit !important;
}
.slick-slide img {
  display: inline !important;
  max-width: 100%;
  max-height: 30px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 3em;
  margin-left: -15px;
  text-align: center;
}
.footer img {
  width: 234px;
  display: block;
  margin: 0 auto 0;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}
.btn.shadowed {
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
}
.btn.full-width {
  width: 100%;
}
.fixed-panel {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: none 150ms ease-in-out;
  -moz-transition: none 150ms ease-in-out;
  -o-transition: none 150ms ease-in-out;
  -ms-transition: none 150ms ease-in-out;
  transition: none 150ms ease-in-out;
}
.fixed-panel.absolute {
  position: absolute !important;
}
body.generic {
  background-color: #f2f2f4 !important;
}
.reset-password {
  background-color: white;
  border: 1px solid white;
  margin-top: 15px;
}
.reset-password .logos {
  text-align: center;
}
.reset-password .logos img {
  width: 100%;
  max-width: 228px;
}
.reset-password h4 {
  text-align: center;
  padding: 15px 0;
}
.reset-password input.form-control {
  border: 1px solid #f2f2f3;
  padding: 20px 10px;
  font-size: 20.8px;
  width: 100%;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 0;
  color: #312d31;
}
.reset-password .btn {
  background-color: #0086b6;
  color: white;
  padding: 10px;
  font-size: 20.8px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
.false-input,
select {
  background-color: white;
  border: 1px solid #f2f2f3;
  color: #312d31;
  padding: 10px;
  font-size: 20.8px;
  width: 100%;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 0;
}
.error-message,
.field-validation-error {
  color: red;
  font-weight: bold;
}
.hide-scrolling .interior-page {
  box-sizing: content-box;
  padding-right: 42px;
}
.img-wrapper[data-fail="true"] img {
  height: 100%;
  width: 100%;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.interior-page {
  background-color: white;
  margin: 0 -15px;
  padding: 0 25px 30px;
  color: black;
}
.interior-page .search-box {
  margin: 0 -25px;
  padding: 0 25px;
  position: relative;
  z-index: 5;
  padding-top: 14px;
  background-color: #f2f2f3;
}
.interior-page .search-box p {
  text-align: center;
  font-size: 22px;
  color: #140b14;
  padding-top: 2px;
  display: block;
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
}
.interior-page .search-box .input-container {
  font-size: 20px;
  margin: 0 25px;
  padding: 0 0 25px 0;
  max-width: 100%;
}
.interior-page .search-box .input-container input {
  width: 99%;
  float: left;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
}
.interior-page .search-box .input-container .button-container {
  margin: 0;
  float: right;
  margin-top: -43px;
  margin-right: 4px;
}
.interior-page .search-box .input-container .button-container button {
  padding: 8px 12px 7px;
  margin: 0;
  height: 42px;
  /*background-color: @secondaryGrey;*/
  background-color: white;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  color: white;
  font-size: 24px;
  min-width: 42px;
  max-height: 43px;
  text-align: center;
}
.interior-page .search-box .input-container .button-container button.btn-search {
  /*margin-top: 1px;*/

  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.interior-page .search-box .input-container .button-container button i {
  vertical-align: top;
  color: gray;
}
.interior-page .search-box .input-container .button-container button.btn-clear-search {
  -webkit-opacity: 0;
  opacity: 0;
  margin-right: -5px;
}
.interior-page .search-box.value-present .input-container .button-container button.btn-clear-search {
  -webkit-opacity: 1;
  opacity: 1;
}
.interior-page.full-bleed {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  overflow-x: hidden;
}
.interior-page.full-bleed .sponsor-bar {
  margin-left: 0px;
}
.interior-page.no-scrolling {
  overflow-y: hidden;
}
.interior-page.expose-background {
  background-color: transparent;
}
.interior-page.grey-background {
  background-color: #f2f2f3;
}
.interior-page .interior-page-content {
  margin-top: 49px;
  padding-bottom: 25px;
}
.interior-page .interior-page-content > div {
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  -ms-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
  float: left;
  -webkit-backface-visibility: hidden;
}
.interior-page .sponsor-bar {
  margin: 0 -25px;
  padding: 11px 25px 8px;
  max-height: 50px;
  top: 97px;
  width: 100%;
  background-color: #312d31;
  z-index: 50;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.interior-page .sponsor-bar a {
  float: left;
  background-color: transparent;
  padding: 0px 25px;
  margin: 0px -25px;
  font-size: 18px;
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  -ms-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  display: block;
  height: 50px;
  color: white;
  margin-top: -2px;
}
.interior-page .sponsor-bar a i {
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  -ms-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  margin-right: 10px;
  font-size: 22px;
  float: left;
  margin-top: 1px;
  color: white;
}
.interior-page .sponsor-bar a .back-to-container {
  float: left;
}
.interior-page .sponsor-bar a .mybids-interior {
  float: right;
}
.interior-page .sponsor-bar a.myprofile {
  float: left;
  padding: 0;
  margin: 0;
}
.interior-page .sponsor-bar a.mybids {
  float: right;
  background-color: transparent;
  padding: 0px 25px;
  margin: 0px -25px;
  font-size: 18px;
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  -ms-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  color: white;
}
.interior-page .sponsor-bar a.mybids i {
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  -ms-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  margin-right: 10px;
  font-size: 22px;
  float: left;
  margin-top: 1px;
  color: white;
}
.interior-page .sponsor-bar a.mybids svg {
  position: absolute;
  bottom: 25px;
  right: 48px;
  height: 25px;
  fill: white;
}
.interior-page .sponsor-bar a.mybids .mybids-interior {
  float: right;
}
.interior-page .sponsor-bar .logout-btn {
  float: right;
  margin-left: 10px;
  padding-left: 10px;
  /*border-left: 1px solid @bg;*/

}
.interior-page .sponsor-bar .logout-btn a {
  height: auto;
  padding: 0px;
  display: inherit;
  margin: 0;
  width: auto;
  font-size: 18px;
}
.interior-page .sponsor-bar a.checkout {
  position: relative;
  left: 38%;
}
.interior-page .sponsor-bar .sponsors-logo {
  height: 50px;
  margin: -15px auto 0;
  width: 200px;
  padding: 5px 0;
  max-height: 50px;
}
.interior-page .sponsor-bar .sponsors-logo .img-wrapper {
  text-align: center;
}
.interior-page .sponsor-bar .sponsors-logo img {
  max-width: 125px;
  display: block;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  -webkit-opacity: 0;
  opacity: 0;
  max-height: 40px;
  padding: 0px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
}
.interior-page .sponsor-bar .sponsors-logo img.active[data-sw] {
  -webkit-opacity: 1;
  opacity: 1;
}
.interior-page .sponsor-bar .sponsors-logo .active.invisible {
  visibility: visible !important;
}
.interior-page .item-listing.my-bids {
  padding: 15px 0 !important;
}
.interior-page .item-listing {
  margin: 0;
  padding: 0;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.interior-page .item-listing .logout-btn {
  display: none !important;
}
.interior-page .item-listing .item-image {
  /*height: 134px;*/
  height: 170px;
  width: 282px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.interior-page .item-listing .bid-header {
  background-color: #49c5b1;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
  padding: 5px 0;
  margin-top: 15px;
}
.interior-page .item-listing .breadcrumb-area {
  margin: 0px 0;
  font-size: 15px;
  margin-bottom: 0px;
}
.interior-page .item-listing .breadcrumb-area h1 {
  float: left;
  /*font-size: 16px;*/
  font-size: 13px;
  margin: 0px;
  padding: 0.5em 0 0 0;
  color: #140b14;
}
.interior-page .item-listing .breadcrumb-area .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.interior-page .item-listing .breadcrumb-area .breadcrumb li {
  float: left;
  font-size: 13px;
  padding-top: 7px;
}
.interior-page .item-listing .breadcrumb-area .breadcrumb li a {
  color: #140b14;
  text-decoration: underline;
}
.interior-page .item-listing .breadcrumb-area .breadcrumb > li + li a {
  text-decoration: none;
}
.interior-page .item-listing .breadcrumb-area .breadcrumb > li + li:before {
  content: ">";
  color: #140b14;
  padding: 0px 4px 0 0px;
}
.interior-page .item-listing .breadcrumb-area .btn {
  background-color: transparent;
  background-image: none;
  float: right;
  font-size: 20px;
  border: none;
  margin: -5px 0;
  color: #312d31;
}
.interior-page .item-listing .breadcrumb-area .btn span {
  font-size: 13px;
  padding-right: 8px;
  position: relative;
  bottom: 3px;
}
.interior-page .item-listing .btn-photo {
  display: none;
}
.interior-page .item-listing .no-data {
  text-align: center;
  margin-top: 10vh;
}
.interior-page .item-listing .no-data i {
  color: #f2f2f3;
  font-size: 144px;
  margin-bottom: 5vh;
}
.interior-page .item-listing .no-data p {
  color: #312d31;
  font-size: 24px;
}
.interior-page .item-listing .no-data .btn {
  width: 70%;
}
.interior-page .item-listing ol {
  -webkit-opacity: 1;
  opacity: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.interior-page .item-listing ol.searching {
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.interior-page .item-listing ol li {
  cursor: pointer;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
  background-color: #f2f2f3;
}
.interior-page .item-listing ol li:after {
  content: "\f138";
  font-family: 'FontAwesome';
  font-size: 47px;
  color: #d4d4d9;
  display: block;
  float: right;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  margin-top: -102px;
  margin-right: 25px;
}
.interior-page .item-listing ol li header span {
  background-color: #312d31;
  color: white;
  display: block;
  font-size: 16px;
}
.interior-page .item-listing ol li header span.item-name {
  padding: 0px 0;
  border-bottom: 1px solid white;
  display: table;
}
.interior-page .item-listing ol li header span.item-name span {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.interior-page .item-listing ol li header span.item-name span.counter {
  min-width: 60px;
  text-align: center;
  padding: 10px 5px;
  display: table-cell;
  vertical-align: middle;
  margin-top: -10px;
  margin-bottom: -10px;
}
.interior-page .item-listing ol li header span.item-name span.name {
  margin-top: -10px;
  margin-bottom: -10px;
  padding: 10px;
  width: 100%;
  border-left: 1px solid white;
}
.interior-page .item-listing ol li .ribbon-banner {
  display: block;
  position: relative;
  width: 165px;
  top: 50px;
  left: 76%;
  margin-top: -30px;
  line-height: 30px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  background-color: #49c5b1;
  z-index: 500;
  /*.box-shadow(0, 0, 10px, 0px, fadeout(#888,50%));*/

}
.interior-page .item-listing ol li section {
  overflow: hidden;
}
.interior-page .item-listing ol li section > div {
  float: left;
}
.interior-page .item-listing ol li section .item-image {
  /*max-height: 150px;*/
  max-height: 170px;
  max-width: 288px;
  text-align: center;
  background-color: white;
}
.interior-page .item-listing ol li section .item-image .img-wrapper {
  /*height: 150px;*/
  height: 170px;
  width: 288px;
  /*display: table;*/
  overflow: hidden;
  max-width: 100%;
  min-width: 100%;
}
.interior-page .item-listing ol li section .item-image .img-wrapper img {
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  -ms-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  max-width: 100%;
}
.interior-page .item-listing ol li section .item-image .img-wrapper.img-portrait img {
  max-height: 150px;
}
.interior-page .item-listing ol li section .item-image .img-wrapper.img-landscape {
  overflow: hidden;
}
.interior-page .item-listing ol li section .item-image .img-wrapper.img-landscape img {
  min-width: 100%;
  /*min-height: 150px;*/
  min-height: 170px;
  max-height: 100%;
}
.interior-page .item-listing ol li section .item-detail {
  padding-left: 35px;
  padding-right: 45px;
  margin: 0;
  max-width: 50%;
}
.interior-page .item-listing ol li section .item-detail .high-bid {
  display: block;
  width: 100%;
  font-size: 36px;
  color: #49c5b1;
  line-height: 1em;
  margin-top: 45px;
}
.interior-page .item-listing ol li section .item-detail .high-bid.max {
  color: #312d31;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.interior-page .item-listing ol li section .item-detail .high-bidder {
  width: 100%;
  line-height: 1em;
  display: block;
  font-size: 16px;
  margin-top: 5px;
  color: #575759;
  text-transform: capitalize;
}
.interior-page .item-listing.list-mode {
  -webkit-transition: none 150ms ease-in-out;
  -moz-transition: none 150ms ease-in-out;
  -o-transition: none 150ms ease-in-out;
  -ms-transition: none 150ms ease-in-out;
  transition: none 150ms ease-in-out;
}
.interior-page .item-listing.list-mode .item-image {
  -webkit-opacity: 0;
  opacity: 0;
  height: 0;
}
.interior-page .item-listing.list-mode .btn-list {
  display: none;
}
.interior-page .item-listing.list-mode .btn-photo {
  display: block;
}
.interior-page .item-listing.list-mode li:after {
  font-size: 24px;
  margin-top: -41px;
}
.interior-page .item-listing.list-mode .item-detail {
  width: 100%;
  padding: 15px 60px 12px 60px;
  max-width: 100%;
}
.interior-page .item-listing.list-mode .item-detail .high-bidder {
  max-width: 50%;
  width: 50%;
  float: left;
  text-transform: capitalize;
}
.interior-page .item-listing.list-mode .item-detail .high-bid {
  text-align: right;
  max-width: 50%;
  width: 50%;
  float: right;
  font-size: 24px;
  margin: 0px;
}
.interior-page .item-listing.list-mode .item-detail .high-bid.max {
  color: #312d31;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.interior-page .item-listing.list-mode .item-detail.hasMaxBid .high-bidder,
.interior-page .item-listing.list-mode .item-detail.hasMaxBid .high-bid {
  width: 33.33333%;
  text-transform: capitalize;
}
.interior-page .item-listing.animating ol {
  -webkit-opacity: 0;
  opacity: 0;
}
.interior-page .item-detail {
  -webkit-transition: all 500ms ease-in-out !important;
  -moz-transition: all 500ms ease-in-out !important;
  -o-transition: all 500ms ease-in-out !important;
  -ms-transition: all 500ms ease-in-out !important;
  transition: all 500ms ease-in-out !important;
  margin: 0 -25px;
}
.interior-page .item-detail .ribbon-banner {
  /*
                               display: block;
                                position: relative;
                               width: 224px;
                               top: 56px; 
                               left: 74%;
                               margin-top: -30px;
                               line-height: 30px;
                               text-align: center;
                               .transform(rotate(45deg));
                               
                               font-size: 16px;
                               text-transform: uppercase;
                               color: @white;
                               background-color: @accentColor;
                               z-index: 20;
                               .box-shadow(0, 0, 10px, 0px, fadeout(#888,50%));
                 */
  display: block;
  position: relative;
  width: 255px;
  top: 60px;
  left: 69%;
  margin-top: -45px;
  line-height: 45px;
  text-align: center;
  /*.transform(rotate(30deg));*/

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  font-size: 22px;
  text-transform: uppercase;
  color: white;
  background-color: #49c5b1;
  z-index: 20;
  -webkit-box-shadow: 0 0 10px 0px rgba(136, 136, 136, 0.5);
  -moz-box-shadow: 0 0 10px 0px rgba(136, 136, 136, 0.5);
  -ms-box-shadow: 0 0 10px 0px rgba(136, 136, 136, 0.5);
  -o-box-shadow: 0 0 10px 0px rgba(136, 136, 136, 0.5);
  box-shadow: 0 0 10px 0px rgba(136, 136, 136, 0.5);
}
.interior-page .item-detail .img-carousel {
  overflow: hidden;
  /* img {
                
                margin: 0 auto 0;
                
                max-width: 100%;
                max-height: 285px;
            }*/

}
.interior-page .item-detail .img-carousel ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 100%;
}
.interior-page .item-detail .img-carousel ul li {
  text-align: center;
  height: 260px;
}
.interior-page .item-detail .img-carousel ul li .img-wrapper.img-landscape {
  display: none;
}
.interior-page .item-detail .img-carousel ul li div {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.interior-page .item-detail .img-carousel .bx-wrapper .bx-next,
.interior-page .item-detail .img-carousel .bx-wrapper .bx-prev {
  background-image: url(/Content/images/bg_tablet_bidding_controls.png);
  height: 80px;
  width: 80px;
  z-index: 40 !important;
  margin-top: -40px;
}
.interior-page .item-detail .img-carousel .bx-wrapper.dark-image .bx-next,
.interior-page .item-detail .img-carousel .bx-wrapper.dark-image .bx-prev {
  background-image: url(/Content/images/bg_tablet_bidding_controls.png);
}
.interior-page .item-detail .img-carousel .bx-wrapper .bx-next {
  right: 0px;
  background-position: right 0px;
}
.interior-page .item-detail .img-carousel .bx-wrapper .bx-prev {
  left: 0px;
  background-position: left -100px;
}
.interior-page .item-detail .img-carousel.about-page ul li {
  max-height: 285px;
}
.interior-page .item-detail .img-carousel.about-page ul li .img-wrapper.img-landscape {
  display: block;
}
.interior-page .item-detail .img-carousel.about-page .img-wrapper {
  height: 285px;
}
.interior-page .item-detail .img-carousel.about-page .img-wrapper.img-portrait img {
  min-height: 285px;
  max-height: 285px;
}
.interior-page .item-detail .img-carousel .img-wrapper {
  height: 312px;
  max-width: 100%;
}
.interior-page .item-detail .img-carousel .img-wrapper img {
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  -ms-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  max-width: 100%;
  display: inline-block;
}
.interior-page .item-detail .img-carousel .img-wrapper.img-portrait img {
  min-height: 312px;
  max-height: 312px;
}
.interior-page .item-detail .img-carousel .img-wrapper.img-landscape {
  overflow: hidden;
}
.interior-page .item-detail .img-carousel .img-wrapper.img-landscape img {
  width: 100%;
  height: auto;
}
.interior-page .item-detail .donor {
  background-color: #312d31;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}
.interior-page .item-detail .generic-details {
  padding: 24px 35px 35px 35px;
  background-color: white;
  text-align: center;
  font-size: 16px;
}
.interior-page .item-detail .generic-details h1 {
  margin: 20px 0 22px 0;
  padding: 0;
}
.interior-page .item-detail .generic-details p {
  font-size: 16px;
}
.interior-page .item-detail .generic-details img {
  max-width: 260px;
  padding: 0 0 25px 0;
}
.interior-page .item-detail.about-elevate .generic-details {
  padding-top: 35px;
  text-align: left;
}
.interior-page .item-detail.about-elevate .generic-details p {
  font-size: 14px;
}
.interior-page .item-detail .bidding-information {
  padding: 0 35px;
  background-color: #f2f2f3;
}
.interior-page .item-detail .bidding-information .item-name {
  font-size: 28px;
  padding-top: 18px;
  text-align: center;
  line-height: 1.28em;
  margin: 0 0 12px 0;
  height: 3.4em;
  overflow: hidden;
  color: black;
}
.interior-page .item-detail .bidding-information .item-name.length1 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length2 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length3 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length4 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length5 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length6 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length7 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length8 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length9 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length10 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length11 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length12 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length13 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length14 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length15 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length16 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length17 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length18 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length19 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length20 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length21 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length22 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length23 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length24 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length25 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length26 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length27 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length28 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length29 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length30 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length31 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length32 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length33 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length34 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length35 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length36 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length37 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length38 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length39 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .item-name.length40 {
  padding-top: 36px;
}
.interior-page .item-detail .bidding-information .kvp {
  float: left;
  margin: 0;
  padding: 0;
  margin-bottom: 44px;
}
.interior-page .item-detail .bidding-information .kvp .value {
  margin-top: -8px;
  text-align: center;
  color: #49c5b1;
  font-size: 24px;
  width: 100%;
  display: block;
}
.interior-page .item-detail .bidding-information .kvp .label {
  text-align: center;
  font-size: 20px;
  color: black;
  font-weight: normal;
  display: block;
  margin-bottom: -10px;
}
.interior-page .item-detail .bidding-information .kvp.lot-number,
.interior-page .item-detail .bidding-information .kvp.bid-count {
  width: 30%;
}
.interior-page .item-detail .bidding-information .kvp.increment {
  width: 40%;
}
.interior-page .item-detail .bidding-information .kvp + .kvp {
  border-left: 1px solid #d4d4d9;
}
.interior-page .item-detail .additional-information {
  margin: 0 35px;
  padding: 20px 0px 10px 0px;
}
.interior-page .item-detail .additional-information div,
.interior-page .item-detail .additional-information span,
.interior-page .item-detail .additional-information p {
  font-size: 18px !important;
}
.interior-page .item-detail .additional-information.donation {
  margin: 0;
  padding: 20px 35px;
  min-height: 25vh;
}
.interior-page .item-detail .additional-information.donation h2 {
  margin: 19px 0 19px 0;
  padding: 0;
  font-size: 24px;
  text-transform: none;
  text-align: center !important;
  background-color: white;
  /*
                        font-size: 28px;
    padding-top: 18px;
    text-align: center;
    line-height: 1.28em;
    margin: 0 0 12px 0;
    height: 3.4em;
    overflow: hidden;
    color: black;
                        */
  font-weight: normal;
}
.interior-page .item-detail .additional-information.donation span {
  font-family: proxima-nova, Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif !important;
  line-height: 1.42857143em !important;
  font-weight: normal !important;
}
.interior-page .item-detail .additional-information.donation span * {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif !important;
  line-height: 1.42857143em !important;
}
.interior-page .item-detail .additional-information.donation span strong,
.interior-page .item-detail .additional-information.donation span b {
  font-weight: bold !important;
}
.interior-page .item-detail .additional-information.donation span em,
.interior-page .item-detail .additional-information.donation span i {
  font-style: italic;
}
.interior-page .item-detail .additional-information .description {
  font-size: 18px !important;
}
.interior-page .item-detail .additional-information .btn-additional-information {
  color: white;
  position: relative;
  z-index: 10;
  font-size: 18px;
  text-align: center;
  margin: -38px auto 0;
  display: block;
  max-width: 170px;
  border-radius: 10px;
  background-color: #312d31;
  padding: 6px !important;
}
.interior-page .item-detail .additional-information .btn-additional-information span {
  font-size: 16px !important;
}
.interior-page .item-detail .additional-information .additional-item-detail {
  width: 100%;
  margin-bottom: 11px;
}
.interior-page .item-detail .additional-information .additional-item-detail div {
  float: left;
  width: 45%;
}
.interior-page .item-detail .additional-information .additional-item-detail div.reserve-amount {
  text-align: center;
}
.interior-page .item-detail .additional-information .additional-item-detail div.starting-bid {
  float: right;
  text-align: right;
}
.interior-page .item-detail .additional-information .additional-item-detail div.priceless {
  width: 45%;
}
.interior-page .item-detail .additional-information .additional-item-detail .clearfix {
  float: none;
}
.interior-page .item-detail .additional-information h2 {
  margin: 0 -10px 10px -10px;
  padding: 10px 10px 7px 10px;
  background-color: #f2f2f3;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.interior-page .item-detail .fixed-bid-panel {
  z-index: 5;
  background-color: white;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 0 20px 25px 20px;
}
.interior-page .item-detail .fixed-bid-panel .high-bid-information {
  list-style-type: none;
  padding: 44px 0 0 10px;
  display: block;
  margin: 0 auto 0;
  font-size: 16px !important;
}
.interior-page .item-detail .fixed-bid-panel .high-bid-information.multi-line .bid {
  padding-right: 50px;
}
.interior-page .item-detail .fixed-bid-panel .high-bid-information li {
  float: left;
  padding-right: 19px;
}
.interior-page .item-detail .fixed-bid-panel .high-bid-information li.multi-line .value,
.interior-page .item-detail .fixed-bid-panel .high-bid-information li.multi-line .title {
  float: left;
}
.interior-page .item-detail .fixed-bid-panel .high-bid-information li.multi-line .value {
  max-width: 50%;
  word-wrap: break-word;
  word-break: normal;
  text-wrap: normal;
}
.interior-page .item-detail .fixed-bid-panel .high-bid-information li .digit {
  text-align: center;
  min-width: 0.6em;
  display: inline-block;
}
.interior-page .item-detail .fixed-bid-panel .high-bid-information li.high-bidder.multi-line {
  max-width: 50%;
}
.interior-page .item-detail .fixed-bid-panel .high-bid-information li .title {
  text-transform: uppercase;
  color: black;
  padding-right: 10px;
}
.interior-page .item-detail .fixed-bid-panel .high-bid-information li .value {
  color: #49c5b1;
  text-transform: capitalize;
  display: inline-block;
}
.interior-page .item-detail .fixed-bid-panel .high-bid-information li .label {
  padding: 0px;
  color: #49c5b1;
  font-size: 100%;
  font-weight: normal;
  margin-right: 5px;
}
.interior-page .item-detail .fixed-bid-panel .high-bid-information li:last-child {
  padding-right: 0px;
}
.interior-page .item-detail .fixed-bid-panel .high-bid-information li:last-child:after {
  clear: both;
}
.interior-page .item-detail .fixed-bid-panel .bid-amount-control {
  margin: 36px 35px 0 35px;
}
.interior-page .item-detail .fixed-bid-panel .bid-amount-control .btn {
  background-color: white;
  border: 1px solid black;
  padding: 11px 13px;
  line-height: 0px;
  float: left;
  font-size: 24px;
}
.interior-page .item-detail .fixed-bid-panel .bid-amount-control .btn.btn-increase-bid {
  float: right;
}
.interior-page .item-detail .fixed-bid-panel .bid-amount-control .bid-amount-element {
  line-height: 1em;
  text-align: center;
  width: 100%;
  font-size: 44px;
  display: block;
}
.interior-page .item-detail .fixed-bid-panel .bid-buttons {
  margin: 40px 35px 0 35px;
}
.interior-page .item-detail .fixed-bid-panel .bid-buttons div {
  float: left;
  width: 50%;
  padding-right: 5px;
  padding-left: 0px;
}
.interior-page .item-detail .fixed-bid-panel .bid-buttons div:last-child {
  padding-right: 0px;
  padding-left: 5px;
}
.interior-page .item-detail .fixed-bid-panel .bid-buttons .btn {
  color: white;
  font-size: 24px;
  border: 0px;
  padding: 16px 32px;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  margin-right: 10px;
  margin-bottom: 0px;
  width: 100%;
}
.interior-page .item-detail .fixed-bid-panel .bid-buttons .btn.btn-max-bid {
  background-color: #312d31;
}
.interior-page .item-detail .fixed-bid-panel .bid-buttons .btn.btn-bid-now {
  margin-right: 0;
}
.interior-page .item-detail .fixed-bid-panel .buy-now-button {
  margin: 10px 35px 0 35px;
  padding-top: 10px;
  clear: both;
}
.interior-page .item-detail .fixed-bid-panel .buy-now-button .btn {
  color: white;
  font-size: 24px;
  border: 0px;
  padding: 16px 32px;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  margin-right: 10px;
  margin-bottom: 0px;
  width: 100%;
}
.interior-page .item-detail .fixed-bid-panel .buy-now-button .btn.btn-max-bid {
  background-color: #312d31;
}
.interior-page .item-detail .fixed-bid-panel .bid-anonymous {
  padding-top: 26px;
  text-align: center;
}
.interior-page .item-detail .fixed-bid-panel .bid-anonymous label {
  font-size: 19px;
}
.interior-page .item-detail .fixed-bid-panel .bid-anonymous label:before {
  color: #312d31;
  font-size: 17px;
  width: 17px;
  top: 0px;
}
.interior-page .user-select {
  padding-top: 145px;
}
.interior-page .user-select .search-box {
  position: fixed;
  top: 110px;
  margin: 0 -15px;
  padding: 0 25px;
  width: 100%;
  z-index: 5;
  padding-top: 14px;
  background-color: #f2f2f3;
}
.interior-page .user-select .results ul {
  list-style-type: none;
  margin: 14px 0 0 0;
  padding: 0;
}
.interior-page .user-select .results ul li {
  width: 50%;
  float: left;
  max-height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
}
.interior-page .user-select .results ul li a {
  font-size: 20px;
  text-align: center;
  padding: 18px 10px 20px;
  color: #312d31;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: white;
  display: block;
  text-transform: capitalize;
  line-height: 24px;
}
.interior-page .user-select .fixed-user-list-panel {
  position: fixed;
  bottom: 0;
  width: 100%;
  color: white;
  z-index: 5;
  background: linear-gradient(transparent, transparent), url("C:/home/site/wwwroot/Content/images/del_Partypeople.jpg");
  padding: 20px 35px 30px;
  margin: 0 -25px;
}
.interior-page .user-select .fixed-user-list-panel p {
  font-size: 20px;
  text-align: center;
}
.interior-page .user-select .fixed-user-list-panel .btn-register {
  padding: 15px 15px;
  margin-bottom: 0px;
  width: 100%;
  color: white;
  font-size: 24px;
}
.modal {
  padding: 0 60px;
}
.modal-content {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.modal-content .modal-body .close {
  padding: 15px;
  margin-top: -15px;
  margin-right: -15px;
  color: #312d31;
  -webkit-opacity: 1;
  opacity: 1;
}
.modal-content .modal-body .close:hover,
.modal-content .modal-body .close:focus {
  color: #49c5b1;
}
.modal-content .modal-body.modal-terms-and-conditions h1 {
  text-align: center;
  margin-bottom: 20px;
}
.modal-content .modal-body.modal-message {
  text-align: center;
  font-size: 24px;
}
.modal-content .modal-body.modal-message .icon {
  margin-top: 70px;
  font-size: 144px;
  line-height: 16px;
}
.modal-content .modal-body.modal-message .icon i.clean {
  color: #009900;
}
.modal-content .modal-body.modal-message .icon i.dirty {
  color: #990000;
}
.modal-content .modal-body.modal-message h1 {
  font-size: 48px;
  color: #312d31;
  margin-bottom: 13px;
}
.modal-content .modal-body.modal-message p {
  margin: 0 25px;
}
.modal-content .modal-body.modal-message .btn {
  margin-top: 20px;
  font-size: 24px;
  padding: 15px;
  color: white;
  width: 100%;
}
.modal-content .modal-body.modal-message .rebidButton {
  display: none;
}
.modal-dialog {
  width: 85%;
}
.modal-pin-entry header {
  background-color: #f2f2f3;
  margin: -10px -10px 1px;
}
.modal-pin-entry header span {
  color: #312d31;
  display: block;
  font-size: 16px;
}
.modal-pin-entry header span.item-name {
  width: 100%;
  font-size: 20px;
  border-bottom: 1px solid white;
  display: table;
}
.modal-pin-entry header span.item-name > span {
  display: table-cell;
  vertical-align: middle;
}
.modal-pin-entry header span.item-name span.counter {
  width: 50px;
  min-width: 50px;
  text-align: center;
  font-size: 20px;
}
.modal-pin-entry header span.item-name span.name {
  padding: 10px 20px;
  border-left: 1px solid white;
}
.modal-pin-entry header span.item-image {
  height: 80px;
  width: 154px !important;
  overflow: hidden;
  /*

                     .img-wrapper {
                            
                            height: 150px;
                            width: 288px;
                            display: table;
                            overflow: hidden;
                            max-width: 100%; 
                            img { 
                                .transition(opacity);
                                max-width: 100%;
                                
                                
                            }
                            &.img-portrait {
                                
                                    
                                img {
                                max-height: 150px;    

                                    
                                }
                            }
                            &.img-landscape {
                                overflow: hidden;
                                
                                
                                img {
                                    //margin-top: -32.5px;    
                                    min-width: 100%;
                                    min-height: 150px;
                                    
                                    
                                }
                            }
                        }
                */

  text-align: center;
}
.modal-pin-entry header span.item-image .img-wrapper {
  background-color: white;
  min-height: 100%;
}
.modal-pin-entry header span.item-image .img-wrapper.img-portrait {
  height: 80px;
}
.modal-pin-entry header span.item-image .img-wrapper.img-landscape {
  overflow: hidden;
}
.modal-pin-entry header span.item-image .img-wrapper.img-landscape img {
  min-width: 100%;
  min-height: 80px;
}
.modal-pin-entry .item-detail {
  padding-bottom: 0 !important;
  height: 80px;
}
.modal-pin-entry .item-image {
  float: left;
  border-right: 1px solid white;
  min-height: 80px;
}
.modal-pin-entry .item-image img {
  max-width: 100%;
  max-height: 100%;
}
.modal-pin-entry .item-detail {
  margin: 0 0 15px 0 !important;
  width: 65.6%;
  margin: 0 -10px 24px;
  display: table;
}
.modal-pin-entry .item-detail > span {
  text-align: center;
  display: table-cell;
  padding: 0px 0px !important;
  vertical-align: middle;
}
.modal-pin-entry .item-detail .high-bidder {
  text-transform: capitalize;
  width: 55%;
  border-right: 1px solid white;
  font-size: 20px;
}
.modal-pin-entry .item-detail .high-bid {
  width: 25% !important;
  color: #49c5b1;
  font-size: 24px;
}
.modal-pin-entry .pin-buttons {
  margin-top: -4px;
}
.modal-pin-entry .pin-buttons a {
  display: block;
  color: white;
  background-color: #312d31;
}
.modal-pin-entry .pin-buttons a.btn-cancel {
  margin-bottom: 0px;
}
.modal-pin-entry .pin-buttons a.btn-confirm-bid {
  background-color: #49c5b1;
}
.modal-pin-entry .pin-entry {
  font-size: 24px;
  text-align: center;
}
.modal-pin-entry .pin-entry p {
  margin-bottom: 15px;
}
.modal-pin-entry .pin-entry .forgotpassword {
  margin-bottom: 50px;
  font-size: 20px;
}
.modal-pin-entry .pin-entry .forgotpassword a {
  text-decoration: underline;
}
.modal-pin-entry .pin-entry .passwordBid {
  margin-bottom: 10px;
}
.modal-pin-entry .pin-entry .passwordBid input[type="password"],
.modal-pin-entry .pin-entry .passwordBid input[type="email"] {
  background-color: white;
  border: 1px solid black;
  color: #312d31;
  padding: 10px;
  font-size: 20.8px;
  width: 80%;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 0;
}
.modal-pin-entry .pin-entry .forgotPasswordEmail {
  margin-bottom: 30px;
}
.modal-pin-entry .pin-entry .forgotPasswordEmail input[type="email"],
.modal-pin-entry .pin-entry .forgotPasswordEmail input[type="text"] {
  background-color: white;
  border: 1px solid black;
  color: #312d31;
  padding: 10px;
  font-size: 20.8px;
  width: 80%;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 0;
}
.modal-pin-entry .pin-entry .secure-pin-box {
  font-size: 24px;
  text-align: center;
  margin-bottom: 22px;
}
.modal-pin-entry .pin-entry .secure-pin-box i {
  margin: 0 2.5px;
}
.modal-pin-entry .pin-entry .secure-pin-box .populatedIcon:before {
  content: "\f111" !important;
}
.modal-pin-entry .pin-entry .secure-pin-box.one-digit .slot-one:before {
  content: "\f111" !important;
}
.modal-pin-entry .pin-entry .secure-pin-box.two-digit .slot-one:before,
.modal-pin-entry .pin-entry .secure-pin-box.two-digit .slot-two:before {
  content: "\f111" !important;
}
.modal-pin-entry .pin-entry .secure-pin-box.three-digit .slot-one:before,
.modal-pin-entry .pin-entry .secure-pin-box.three-digit .slot-two:before,
.modal-pin-entry .pin-entry .secure-pin-box.three-digit .slot-three:before {
  content: "\f111" !important;
}
.modal-pin-entry .pin-entry .secure-pin-box.four-digit .slot-one:before,
.modal-pin-entry .pin-entry .secure-pin-box.four-digit .slot-two:before,
.modal-pin-entry .pin-entry .secure-pin-box.four-digit .slot-three:before,
.modal-pin-entry .pin-entry .secure-pin-box.four-digit .slot-four:before {
  content: "\f111" !important;
}
.modal-pin-entry .pin-entry .secure-pin-box.invalid {
  -webkit-animation: shake 0.5s linear;
}
@-webkit-keyframes shake {
  8%, 41% {
    -webkit-transform: translateX(-10px);
  }
  25%, 58% {
    -webkit-transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-5px);
  }
  92% {
    -webkit-transform: translateX(5px);
  }
  0%, 100% {
    -webkit-transform: translateX(0);
  }
}
.modal-pin-entry .pin-entry .pin-pad {
  text-align: left;
  padding: 0 70px 0 70px;
}
.modal-pin-entry .pin-entry .pin-pad ol {
  list-style-type: none;
  padding: 0;
}
.modal-pin-entry .pin-entry .pin-pad ol li {
  float: left;
  width: 33%;
  padding: 10px;
  text-align: center;
  margin: -5px 0;
}
.modal-pin-entry .pin-entry .pin-pad ol li a {
  height: 72px;
  width: 72px;
  font-size: 32px;
  color: #312d31;
  padding-top: 13px;
  border: 1px solid black;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  display: block;
  margin: 0 auto 0;
  text-align: center;
}
.modal-pin-entry .pin-entry .pin-pad ol li:last-child {
  margin-left: 33%;
}
.modal-pin-entry .pin-entry .btn-clear {
  margin: -118px 4% 0px;
  height: 72px;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  width: 72px;
  padding-top: 25px;
  text-transform: lowercase;
  text-decoration: underline;
  color: black;
}
.results ul .btn {
  word-break: normal;
  word-wrap: break-word;
  white-space: normal;
}
.item-categories .results ul {
  list-style-type: none;
  margin: 31px -5px 0 0;
  padding: 0 20px;
}
.item-categories .results ul li {
  width: 33%;
  float: left;
  padding: 5px;
}
.item-categories .results ul li a {
  font-size: 20px;
  text-align: center;
  padding: 20px 10px 16px;
  color: #312d31;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: white;
  display: block;
}
.item-categories .results ul li a svg {
  max-height: 32px;
  max-width: 100%;
  fill: #312d31;
}
.item-categories .results ul li a .label {
  color: #312d31;
  font-size: 16px;
  display: block;
  white-space: normal;
}
form .false-populated {
  display: none;
}
form .false-unpopulated {
  display: block;
}
form.pin-populated .false-populated {
  display: block;
}
form.pin-populated .false-unpopulated {
  display: none;
}
#login,
#register {
  display: none;
}
.registration-form {
  width: 100%;
  padding: 27px 30px 30px;
}
.registration-form > p {
  font-size: 24px;
  text-align: center;
}
.registration-form #emailResetField {
  margin-top: 15px;
}
.registration-form .float-label {
  -webkit-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.registration-form .description {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.registration-form .float-label.populated {
  -webkit-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.registration-form select {
  color: #757575;
}
.registration-form select.valid {
  color: white;
}
.registration-form option:not(:first-of-type) {
  color: white;
}
.registration-form .form-group {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 18px;
  text-align: center;
}
.registration-form .form-group .checkable {
  margin-top: 25px;
  font-size: 18px;
}
.registration-form .form-group .checkable label {
  font-weight: bold;
}
.registration-form .form-group .checkable label:before {
  font-size: 18px;
  top: 0px;
}
.registration-form .fixed-panel {
  bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0 -55px;
  /*padding: 0px 78px 14px;*/
  padding: 0px 0px 14px;
  text-align: center;
}
.registration-form .fixed-panel .btn {
  width: 100%;
  margin-bottom: 25px;
}
.registration-form .fixed-panel p {
  font-size: 18px;
  max-width: 280px;
  margin: 0 auto 0;
  line-height: 1.25em;
}
.registration-form .description {
  margin-bottom: 0;
}
.registration-form .bottom-checkbox .checkable {
  margin: 5px 0 5px 0;
}
.registration-form .bottom-checkbox .form-group {
  text-align: left;
  margin: 0;
}
.registration-form .bottom-checkbox label {
  font-size: 16px;
}
.registration-form .bottom-checkbox.opt-in {
  margin-bottom: 15px;
}
.registration-form .bottom-checkbox.opt-in label {
  font-weight: normal;
  line-height: 1.1em;
}
.registration-form .next-btn {
  margin-top: 20px;
}
.registration-form .forgot {
  padding: 15px 0;
  width: 100%;
  text-align: center;
}
.success {
  text-align: center;
  padding: 40px 0;
}
.success i {
  font-size: 100px;
  color: #009900;
}
.success h4 {
  text-align: center;
}
.login.send-email .form-horizontal {
  margin-top: 0px !important;
}
.login.send-email .registration-form .no-space-header {
  margin-bottom: 0px;
}
.login {
  width: 100%;
}
.login .fixed-panel {
  bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: center;
  position: relative;
  width: 100%;
  background: #f2f2f4;
  padding: 20px 35px 30px;
}
.login .fixed-panel .btn {
  width: 100%;
  margin-bottom: 25px;
}
.login .fixed-panel p {
  max-width: 280px;
  font-size: 20px;
  text-align: center;
  margin: 0 auto 20px;
}
.login .login-btn {
  margin-top: 30px;
}
.login .login-btn .btn {
  width: 100%;
}
.login .forgot {
  text-align: center;
  margin-top: 15px;
}
.login .forgot a {
  display: inline;
  width: auto;
}
.login .forgot .btn:hover {
  background-color: none !important;
  text-decoration: none;
}
.terms-content {
  max-height: 50vh;
  overflow-y: scroll;
  margin-bottom: 20px;
}
.terms-content p:last-child {
  margin-bottom: 0px;
}
.opaque {
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
}
body.event-select {
  overflow: auto;
  background-color: black;
}
body.event-select .interior-page {
  height: 1024px;
  background-color: black;
  overflow: hidden;
  margin-top: -25%;
}
body.event-select .select-event-list {
  max-height: 500px;
  overflow-y: auto;
}
body.event-select .select-event-list a {
  background-color: white;
  width: 100%;
  height: 215px;
  padding: 5px 0 0 0 !important;
}
body.event-select .select-event-list a .event-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 130px;
}
body.event-select .select-event-list a .event-image img {
  width: auto;
  max-width: 168px;
  max-height: 130px;
}
body.event-select .select-event-list a .event-name {
  display: block;
  width: 100%;
  height: 80px;
  background-color: #d4d4d9;
  color: black;
  font-size: 12px;
  padding: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body.event-select .select-event-list a .event-name span {
  word-wrap: break-word;
  white-space: initial;
  display: block;
  padding: 0px;
  width: 100%;
}
body.event-select .select-event-list a .event-name span.event-title {
  font-weight: bold;
}
body.event-select .select-event-list a:hover {
  background: white;
  transition: none;
}
body.event-select .btn-home.event-btn {
  font-size: 22px;
  padding-left: 85px;
  padding-right: 15px;
  display: block;
  text-overflow: ellipsis;
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: 15px center;
  max-width: 387px;
  width: 100%;
}
body.event-select .btn-home.event-btn span {
  vertical-align: middle;
  padding-left: 15px;
  text-overflow: ellipsis;
}
body.event-select .top-header,
body.event-select .sponsor-bar {
  display: none !important;
}
body.event-select h1.home-title {
  color: white;
}
body.event-select main {
  height: auto;
  padding-top: 0 !important;
  margin: 0 !important;
}
body.event-select .row-eq-height {
  display: block;
}
body.event-select .right-content {
  background-color: transparent !important;
  width: 100% !important;
  height: 100%;
}
body.event-select .left-nav {
  display: none !important;
}
.faq {
  font-size: 16px;
  text-align: left;
}
span.QuestionOverflow {
  white-space: initial;
}
/****************************START LEADERBOARD*******************************************/

body.leaderboard {
  background: url("C:/home/site/wwwroot/Content/images/del_Partypeople.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-y: auto !important;
  /*
  .modal-backdrop.in{
      opacity:0;
  }
    */

}
body.leaderboard .sponsor-container {
  position: relative;
  background: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
body.leaderboard .fade.in {
  -webkit-backface-visibility: hidden;
}
body.leaderboard .loading-indicator {
  display: none;
}
body.leaderboard .slick-slider {
  float: left;
  width: 25%;
}
body.leaderboard .slick-slider button {
  display: none !important;
}
body.leaderboard .slick-slider .slick-list {
  z-index: 10000;
  text-align: center;
}
body.leaderboard .slick-slider .slick-list .slick-slide {
  padding: 10px 0;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
body.leaderboard .slick-slider .slick-list .slick-slide img {
  max-height: 75px;
  padding: 0 15px;
}
body.leaderboard .slick-slider .slick-track {
  height: 120px;
}
body.leaderboard .panel-header {
  background: none;
  width: 100%;
  padding: 0 80px;
  height: 120px;
  top: 50px;
  background-color: transparent;
  border: none;
  z-index: 9999;
}
body.leaderboard .panel-header .content {
  background: none;
  height: 120px;
  z-index: 9999;
  float: left;
  width: 100%;
}
body.leaderboard .panel-header .content .small-logo {
  -webkit-opacity: 1;
  opacity: 1;
  width: 25%;
  float: left;
  text-align: left;
}
body.leaderboard .panel-header .content .small-logo img {
  -webkit-backface-visibility: hidden;
  max-height: 100px;
  margin-top: -15px;
}
body.leaderboard .panel-header .content .leaderboardEventImage {
  float: left;
  margin-top: -50px;
  margin-right: 10px;
  width: 18.5%;
  background-color: white;
  height: 170px;
  text-align: center;
  line-height: 170px;
  padding: 0 25px;
  border-top: 10px solid white;
  border-bottom: 10px solid white;
  min-height: 100%;
  background: white no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
body.leaderboard .panel-header .content .leaderboardTitle {
  float: left;
  color: white;
  width: auto;
  height: 120px;
  background-color: #49c5b1;
  display: flex;
  align-items: center;
  margin-top: -25px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
body.leaderboard .panel-header .content .leaderboardTitle div {
  width: 100%;
  padding-left: 35px;
  text-align: left;
}
body.leaderboard .panel-header .content .leaderboardTitle div .img-wrapper {
  margin-top: -15px;
  height: 130px;
}
body.leaderboard .panel-header .content .leaderboardTitle div .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
body.leaderboard .panel-header .content .leaderboardTitle div img {
  max-height: 120px;
  margin-top: -10px;
}
body.leaderboard .panel-header .content .leaderboardTitle .lb-headers {
  font-size: 30px;
  line-height: 33px;
}
body.leaderboard .panel-header .content .leaderboardTitle .lb-headers p {
  font-weight: 600;
  margin-bottom: 0;
}
body.leaderboard .panel-header .content .leaderboardTitle.text {
  overflow: hidden;
}
body.leaderboard .panel-header .content .time-remaining {
  display: inline-block;
  height: 120px;
  width: 300px !important;
  margin: 0;
  padding: 0;
  border-left: 10px solid transparent;
  float: right;
  text-align: center;
  padding-right: 5px;
}
body.leaderboard .panel-header .content .time-remaining .time-left {
  margin: 0;
  padding: 0;
  color: white !important;
  background-color: #49c5b1;
  width: 100%;
  max-width: none;
}
body.leaderboard .panel-header .content .time-remaining .time-left .timer-title {
  text-transform: uppercase;
  width: 100%;
  display: block;
  padding-top: 27px;
  padding-right: 3px;
  line-height: 1em;
  width: 220px;
  padding-bottom: 5px;
}
body.leaderboard .panel-header .content .time-remaining .time-left .time-container {
  width: 280px;
  margin: 0 auto;
  display: block;
}
body.leaderboard .panel-header .content .time-remaining .time-left span.value {
  font-size: 31px;
}
body.leaderboard .panel-header .content .time-remaining .time-left span.label {
  font-size: 10px;
  font-weight: normal;
  color: white !important;
}
body.leaderboard .panel-header .content .time-remaining .time-left.today .timer-title {
  width: 178px;
}
body.leaderboard .panel-header .content .time-remaining .time-left.today .time-container {
  width: 178px;
}
body.leaderboard .panel-header .content .funds-raised {
  display: inline-block;
  height: 120px;
  width: 264px !important;
  margin: 0;
  padding: 0;
  border-left: 10px solid transparent;
  float: left;
  text-align: center;
  margin-top: -25px;
}
body.leaderboard .panel-header .content .funds-raised .funds-raised-value {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 31px;
  background-color: #49c5b1;
  width: 100%;
  height: 120px;
}
body.leaderboard .panel-header .content .funds-raised .funds-raised-value .funds-raised-title {
  text-transform: uppercase;
  width: 100%;
  display: block;
  font-size: 14px;
  padding-top: 32px;
  line-height: 1em;
}
body.leaderboard .panel-footer {
  background: none;
  width: 100%;
  padding: 0 80px;
  height: 120px;
  bottom: 50px;
  background-color: transparent;
  border: none;
  z-index: 9999;
  opacity: 1 !important;
}
body.leaderboard .panel-footer .footer-container {
  background-color: transparent;
  height: 120px;
  width: 100%;
}
body.leaderboard .panel-footer .footer-content {
  background: none;
  height: 120px;
  background-color: #49c5b1;
  z-index: 9999;
  float: left;
  color: white;
  line-height: 120px;
  font-size: 30px;
  overflow: hidden;
  font-weight: normal;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
body.leaderboard .panel-footer .footer-content .text {
  opacity: 0.7;
  padding-left: 35px;
}
body.leaderboard .panel-footer .sponsor-images {
  height: 120px;
  width: 264px !important;
  float: right;
  margin: 0;
  padding-left: 5px;
}
body.leaderboard #main {
  background-color: transparent !important;
  top: 50px;
}
body.leaderboard section {
  height: 100%;
}
body.leaderboard section #leaderboard-page {
  height: 100%;
}
body.leaderboard .container {
  width: 100%;
  padding: 0 80px;
  z-index: 1;
  position: relative;
}
body.leaderboard main.no-padding {
  padding: 0px 0px 200px 0 !important;
}
body.leaderboard .leaderboard-featured-item-listing {
  top: 175px;
  position: relative;
  overflow: hidden !important;
  width: 100%;
  height: 780px;
}
body.leaderboard .leaderboard-featured-item-listing ul {
  padding-top: 3%;
  list-style: none;
  width: 15000px;
}
body.leaderboard .leaderboard-featured-item-listing ul li {
  display: inline-block;
  margin: 0 -25px;
  width: 450px;
  height: 450px;
  z-index: 2;
  position: relative;
  margin-top: -300px;
}
body.leaderboard .leaderboard-featured-item-listing ul li .counter-column {
  border-radius: 50%;
  padding-top: 18px;
  z-index: 3;
  position: relative;
  width: 75px;
  height: 75px;
  margin: 0 auto -40px;
  color: white;
  background-color: #312d31;
  text-align: center;
  font-size: 28px;
  -webkit-box-shadow: 0px 0px 15px 0px #312d31;
  -moz-box-shadow: 0px 0px 15px 0px #312d31;
  box-shadow: 0px 0px 15px 0px #312d31;
}
body.leaderboard .leaderboard-featured-item-listing ul li .image-column div.item-image > div {
  border-radius: 50%;
  width: 450px;
  height: 450px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.75);
  background-position: center;
  background-size: cover;
}
body.leaderboard .leaderboard-featured-item-listing ul li.even {
  z-index: 1;
  position: relative;
}
body.leaderboard .leaderboard-featured-item-listing ul li.featured-row {
  z-index: 1;
}
body.leaderboard .leaderboard-featured-item-listing ul li.featured-row .image-column {
  margin-top: -345px !important;
  top: 25px;
  background-color: white;
  color: black;
  opacity: 0.5;
  border-radius: 50%;
  width: 450px;
  height: 450px;
  -webkit-transform: translate(0, 225px);
  -moz-transform: translate(0, 225px);
  -ms-transform: translate(0, 225px);
  -o-transform: translate(0, 225px);
  text-align: center;
}
body.leaderboard .leaderboard-featured-item-listing ul li.featured-row .image-column h1 {
  line-height: 450px;
}
body.leaderboard .leaderboard-item-listing {
  width: 100%;
  position: relative;
  top: 15px;
  background-color: transparent;
  padding: 0;
  margin: 50px 0 0 0;
  overflow-y: hidden;
}
body.leaderboard .leaderboard-item-listing ul {
  padding: 0;
  list-style-type: none;
  display: block;
}
body.leaderboard .leaderboard-item-listing ul li {
  /*
                &.logo-row {
                    border-left: 2px solid transparent;
                    border-right: 2px solid transparent;
                }

                border-left: 1px solid @leaderboardBg;
                border-right: 1px solid @leaderboardBg;
                border-bottom: 2px solid @leaderboardBg;
                    */

  border-left: 2px solid #231f20;
  border-right: 2px solid #231f20;
  border-bottom: 2px solid #231f20;
  height: 135px;
  clear: both;
  overflow: hidden;
  display: block;
  background-color: white;
}
body.leaderboard .leaderboard-item-listing ul li.logo-row {
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}
body.leaderboard .leaderboard-item-listing ul li .counter,
body.leaderboard .leaderboard-item-listing ul li .item-image,
body.leaderboard .leaderboard-item-listing ul li .item-detail {
  float: left;
}
body.leaderboard .leaderboard-item-listing ul li .counter-column {
  padding-top: 0px;
  height: 135px;
  width: 140px;
  float: left;
}
body.leaderboard .leaderboard-item-listing ul li .counter {
  font-size: 45px;
  color: #312d31;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 135px;
}
body.leaderboard .leaderboard-item-listing ul li .item-image {
  border-left: 2px solid black;
  border-right: 2px solid black;
  height: 135px;
  width: 203px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
body.leaderboard .leaderboard-item-listing ul li .item-image .img-wrapper {
  height: 135px;
  overflow: hidden;
}
body.leaderboard .leaderboard-item-listing ul li .item-image .img-wrapper.img-portrait img {
  max-height: 140px;
}
body.leaderboard .leaderboard-item-listing ul li .item-image .img-wrapper.img-landscape {
  overflow: hidden;
}
body.leaderboard .leaderboard-item-listing ul li .item-image .img-wrapper.img-landscape img {
  width: 100%;
}
body.leaderboard .leaderboard-item-listing ul li .item-image img {
  min-height: 100%;
  height: auto;
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  -ms-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  max-width: 100%;
  display: inline-block;
}
body.leaderboard .leaderboard-item-listing ul li .details-column {
  float: left;
  height: 135px;
  padding-left: 25px;
}
body.leaderboard .leaderboard-item-listing ul li .details-column .closed-item {
  float: left;
  color: #990000;
  padding: 23px 0 0 23px;
  display: none;
}
body.leaderboard .leaderboard-item-listing ul li .details-column .item-name,
body.leaderboard .leaderboard-item-listing ul li .details-column .high-bidder,
body.leaderboard .leaderboard-item-listing ul li .details-column .closed-item {
  font-size: 30px;
  height: 70px;
  line-height: 1.5em;
}
body.leaderboard .leaderboard-item-listing ul li .details-column .item-name {
  float: left;
  display: flex;
  align-items: flex-end;
  height: 70px;
  font-weight: 500;
}
body.leaderboard .leaderboard-item-listing ul li .details-column .high-bidder {
  color: #49c5b1;
  font-size: 25px;
  text-transform: capitalize;
}
body.leaderboard .leaderboard-item-listing ul li .amount-column {
  right: 0;
  position: absolute;
  width: 254px;
  height: 140px;
  overflow: hidden;
  border-left: 2px solid black;
}
body.leaderboard .leaderboard-item-listing ul li .amount-column .high-bid {
  font-size: 35px;
  color: #49c5b1;
  height: 70px;
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
body.leaderboard .leaderboard-item-listing ul li .amount-column .high-bid-text {
  color: #a6a8ab;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
}
body.leaderboard .leaderboard-item-listing ul li .amount-column .ribbon-banner {
  display: block;
  position: absolute;
  top: 10px;
  right: -75px;
  width: 200px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  background-color: #49c5b1;
  z-index: 500;
  -webkit-box-shadow: 0 0 10px 0px rgba(136, 136, 136, 0.5);
  -moz-box-shadow: 0 0 10px 0px rgba(136, 136, 136, 0.5);
  -ms-box-shadow: 0 0 10px 0px rgba(136, 136, 136, 0.5);
  -o-box-shadow: 0 0 10px 0px rgba(136, 136, 136, 0.5);
  box-shadow: 0 0 10px 0px rgba(136, 136, 136, 0.5);
}
body.leaderboard .leaderboard-item-listing ul li.logo-row {
  height: 80px;
  padding-top: 0px;
  background-color: transparent;
}
body.leaderboard .leaderboard-item-listing ul li.logo-row .elevate-logo {
  float: right;
  padding-top: 10px;
  height: 80px;
  width: 220px;
}
body.leaderboard .leaderboard-item-listing ul li.logo-row .elevate-logo img {
  width: 220px;
}
body.leaderboard .leaderboard-item-listing ul li.even {
  background-color: #f2f2f3;
}
body.leaderboard .leaderboard-item-listing.sponsorThankYou {
  text-align: center;
  overflow: hidden !important;
  margin: 0 auto;
  width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
body.leaderboard .leaderboard-item-listing.sponsorThankYou img {
  width: auto !important;
}
body.leaderboard #goalContainer {
  background-color: white;
  position: relative;
}
body.leaderboard #goalContainer .fa-heart {
  font-size: 460px;
}
body.leaderboard #goalContainer .fill-image-slide {
  margin-top: 65px;
  border: none !important;
}
body.leaderboard #goalContainer .fill-image-slide h2 {
  text-align: center;
  width: 100%;
  color: #49c5b1;
  margin: 0;
  padding: 0 0 10px 0;
}
body.leaderboard #goalContainer .fill-image-slide .goal-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  margin-bottom: -15px;
  font-weight: bold;
}
body.leaderboard #goalContainer .fill-image-slide .fill-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.leaderboard #goalContainer .fill-image-slide .ldBar {
  margin: 0 auto;
}
body.leaderboard #goalContainer .fill-image-slide .ldBar-label {
  display: none;
}
body.leaderboard #goalContainer .left,
body.leaderboard #goalContainer .right {
  float: left;
}
body.leaderboard #goalContainer .left {
  width: 66.6666%;
  padding: 44px 0 44px 60px;
}
body.leaderboard #goalContainer .left .fill-image-container {
  height: 451px;
  width: 100%;
}
body.leaderboard #goalContainer .right {
  width: 33.3333%;
}
body.leaderboard #goalContainer .right h1,
body.leaderboard #goalContainer .right h3 {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
body.leaderboard #goalContainer .right h1 {
  padding-top: 33.3333%;
  color: #49c5b1;
  font-size: 76px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.leaderboard #goalContainer .right h3 {
  font-size: 26px;
}
body.leaderboard .leaderboard-item-listing-horizontal {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden !important;
}
body.leaderboard .leaderboard-item-listing-horizontal ul {
  padding: 100px 0 35px 0;
  padding-left: 0;
  list-style: none;
  width: 150000px;
  display: flex;
  height: 100%;
  margin-bottom: 0;
}
body.leaderboard .leaderboard-item-listing-horizontal li {
  display: inline-block;
  margin: 0 20px 0 0;
  z-index: 2;
  position: relative;
  margin-top: -30px;
}
body.leaderboard .leaderboard-item-listing-horizontal .lb-item-div {
  background-color: white;
  height: 100%;
  text-align: center;
  border-radius: 10px;
  padding: 0 10px 10px;
}
body.leaderboard .leaderboard-item-listing-horizontal .lb-item-div .lot-number-flex {
  display: flex;
  justify-content: center;
  z-index: 1;
  position: relative;
}
body.leaderboard .leaderboard-item-listing-horizontal .lb-item-div .lot-number-flex .lot-number-div {
  margin-top: -20px;
}
body.leaderboard .leaderboard-item-listing-horizontal .lb-item-div .lot-number-flex .lot-number-div .lot-number-text {
  width: 125px;
  background-color: #49c5b1;
  padding: 10px 3px;
  border-radius: 10px;
  color: white;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
body.leaderboard .leaderboard-item-listing-horizontal .lb-item-div .image-column {
  margin-top: -15px;
  padding-bottom: 10px;
  height: 50%;
}
body.leaderboard .leaderboard-item-listing-horizontal .lb-item-div .image-column div.item-image {
  height: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
body.leaderboard .leaderboard-item-listing-horizontal .lb-item-div .image-column div.item-image img {
  height: 100px;
  border-radius: 10px;
  width: 100%;
}
body.leaderboard .leaderboard-item-listing-horizontal .lb-item-div .lb-bid-info {
  color: #49c5b1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  font-size: 18px;
  height: 9%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -5px;
}
body.leaderboard .leaderboard-item-listing-horizontal .lb-item-div .lb-item-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  height: 15%;
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
body.leaderboard .leaderboard-item-listing-horizontal .lb-item-div .lb-item-name p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.leaderboard .leaderboard-item-listing-horizontal .lb-item-div .lb-amount {
  font-weight: 600;
  font-size: 25px;
  height: 12%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.leaderboard .leaderboard-item-listing-horizontal .lb-item-div .high-bidder {
  font-size: 16px;
}
body.leaderboard .leaderboard-item-listing-horizontal .lb-item-div .high-bid-div {
  padding-bottom: 15px;
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.leaderboard .leaderboard-item-listing-horizontal .lb-item-div p {
  margin-bottom: 5px;
  max-height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  body.leaderboard .leaderboard-item-listing ul li .details-column .item-name,
  body.leaderboard .leaderboard-item-listing ul li .details-column .high-bidder {
    font-size: 20px;
  }
  body.leaderboard .panel-footer .footer-content {
    font-size: 20px;
  }
  body.leaderboard .container,
  body.leaderboard .panel-header,
  body.leaderboard .panel-footer {
    padding: 0 60px;
  }
}
@media (min-height: 800px) and (max-height: 850px) {
  .leaderboard-item-listing-horizontal .lb-amount {
    font-size: 35px !important;
  }
}
@media (min-height: 850px) and (max-height: 900px) {
  .leaderboard-item-listing-horizontal .lb-amount {
    font-size: 40px !important;
  }
}
@media (min-height: 900px) {
  .leaderboard-item-listing-horizontal .lb-amount {
    font-size: 45px !important;
  }
}
@media (min-width: 1024px) and (min-height: 768px) {
  .leaderboard-item-listing-horizontal .high-bidder {
    font-size: 18px !important;
  }
  .leaderboard-item-listing-horizontal .lb-item-name {
    font-size: 20px !important;
  }
}
.desktop-sponsors {
  margin-bottom: -25px;
  margin-top: 35px;
}
.sponsors-header-wrapper-home {
  width: 245px;
  max-height: 90px;
  background-color: white;
  margin: 0px;
  border-radius: 5px;
}
.sponsors-header-wrapper-home .sponsors-logo-home {
  overflow: hidden;
  height: 85px;
  padding: 2px 4px 2px 4px;
}
.sponsors-header-wrapper-home .sponsors-logo-home img {
  max-width: 230px;
  display: block;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  -webkit-opacity: 0;
  opacity: 0;
  max-height: 75px;
  padding: 0px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
}
.sponsors-header-wrapper-home .sponsors-logo-home img.active[data-sw] {
  -webkit-opacity: 1;
  opacity: 1;
}
.sponsors-header-wrapper-home .sponsors-logo-home img .active.invisible {
  visibility: visible !important;
}
.small-logo-home {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0;
  text-align: center;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  -webkit-opacity: 0;
  opacity: 0;
  left: 15px;
}
.small-logo-home img {
  max-width: 100%;
  max-height: 75px;
}
/****************************END LEADERBOARD*******************************************/

.home-info {
  padding-left: 10px;
  padding-right: 10px;
}
.home-info .amount-raised-mobile div {
  background-color: #49c5b1;
}
.home-info div .auction-row {
  font-size: 10px;
  font-weight: bold;
}
.home-info .event-row {
  margin-top: -24px;
}
.home-info .event-row h4 {
  color: #58595a;
  font-weight: bold;
}
.home-info .info-description {
  background: #e4e5eb;
  padding-top: 20px;
}
.home-info .countdown {
  margin-top: 10px;
  background: #e4e5eb;
  height: 71px;
  text-align: center;
}
.home-info .countdown .time-left-label {
  font-size: 11px;
  color: #312d31 !important;
  font-weight: bold;
  position: absolute;
  top: 44px;
  right: 90px;
}
.home-info .countdown .time-left {
  max-width: 200px;
  color: #312d31 !important;
  margin-top: 9px;
}
.home-info .countdown .time-left .timer-title {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: block;
}
.home-info .countdown .time-left.never-show {
  -webkit-opacity: 0 !important;
  opacity: 0 !important;
}
.home-info .countdown .time-left .day,
.home-info .countdown .time-left .hour,
.home-info .countdown .time-left .minute,
.home-info .countdown .time-left .second {
  float: left;
}
.home-info .countdown .time-left .day span.value,
.home-info .countdown .time-left .hour span.value,
.home-info .countdown .time-left .minute span.value,
.home-info .countdown .time-left .second span.value,
.home-info .countdown .time-left .day span.label,
.home-info .countdown .time-left .hour span.label,
.home-info .countdown .time-left .minute span.label,
.home-info .countdown .time-left .second span.label {
  display: block;
  min-width: 1.5em;
  text-align: center;
}
.home-info .countdown .time-left .day span.value.value,
.home-info .countdown .time-left .hour span.value.value,
.home-info .countdown .time-left .minute span.value.value,
.home-info .countdown .time-left .second span.value.value,
.home-info .countdown .time-left .day span.label.value,
.home-info .countdown .time-left .hour span.label.value,
.home-info .countdown .time-left .minute span.label.value,
.home-info .countdown .time-left .second span.label.value {
  font-size: 20.8px;
}
.home-info .countdown .time-left .day span.value.value:after,
.home-info .countdown .time-left .hour span.value.value:after,
.home-info .countdown .time-left .minute span.value.value:after,
.home-info .countdown .time-left .second span.value.value:after,
.home-info .countdown .time-left .day span.label.value:after,
.home-info .countdown .time-left .hour span.label.value:after,
.home-info .countdown .time-left .minute span.label.value:after,
.home-info .countdown .time-left .second span.label.value:after {
  content: ":";
}
.home-info .countdown .time-left .day span.value.label,
.home-info .countdown .time-left .hour span.value.label,
.home-info .countdown .time-left .minute span.value.label,
.home-info .countdown .time-left .second span.value.label,
.home-info .countdown .time-left .day span.label.label,
.home-info .countdown .time-left .hour span.label.label,
.home-info .countdown .time-left .minute span.label.label,
.home-info .countdown .time-left .second span.label.label {
  margin-left: 0;
  margin-top: -6px;
  text-transform: uppercase;
  font-size: 10px;
  color: #312d31 !important;
}
.home-info .countdown .time-left .second span.value:after {
  display: none;
}
.home-info .countdown .time-left .second span.label {
  margin-left: -0.5em;
}
.home-info .countdown .time-left.today .day {
  display: none;
}
.home-info .countdown .time-left .value .digit {
  min-width: 0.65em;
  display: inline-block;
  text-align: center;
}
.home-info .amount-raised {
  background: #e4e5eb;
  text-align: center;
  color: #58595a;
  padding-bottom: 10px;
}
.home-info .amount-raised h3 {
  color: #58595a;
  margin-bottom: -8px;
  font-size: 32px;
  font-weight: bold;
}
.home-info .amount-raised span {
  font-size: 10px;
}
.home-info .social-media {
  text-align: center;
}
.home-info .social-media a svg {
  height: 45px;
  width: 40px;
  -webkit-opacity: 0.1;
  opacity: 0.1;
}
.home-info .social-media a svg:hover {
  -webkit-opacity: 1;
  opacity: 1;
}
.home-info .social-media a:hover {
  color: black;
}
.home-info .amount-raised-mobile {
  display: none;
}
body main .mobile-banner {
  display: none;
}
.container .home-checkout-confirm .row div img {
  width: 100px;
}
.container .home-checkout-confirm .row div a {
  font-size: 16px;
}
.container .home-checkout-confirm .no-data {
  text-align: center;
  margin-top: 5vh;
}
.container .home-checkout-confirm .no-data i {
  color: #990000;
  font-size: 40px;
  margin-bottom: 1vh;
}
.container .home-checkout-confirm .no-data p {
  color: #990000;
  font-size: 20px;
}
.container .home-checkout-confirm .no-data .btn {
  width: 70%;
}
@media (min-width: 3840px) {
  body.leaderboard .panel-header .content .time-remaining .time-left .time-container {
    width: 140px;
  }
}
#microSponsors {
  overflow: hidden;
  height: 85px;
  padding: 2px 4px 2px 4px;
  margin-left: 50px;
}
#microSponsors img {
  max-width: 200px !important;
  display: block !important;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  -webkit-opacity: 0;
  opacity: 0;
  max-height: 75px;
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-backface-visibility: hidden;
  margin: 0 auto;
}
#microSponsors img.active[data-sw] {
  -webkit-opacity: 1;
  opacity: 1;
}
#microSponsors img .active.invisible {
  visibility: visible !important;
}
html {
  visibility: visible;
  opacity: 1;
}
#modalBuynow .modal-dialog {
  width: 350px;
}
#modalBuynow .modal-dialog .btn {
  width: 250px;
}
#modalBuynow .messageConfirmation {
  color: black;
  margin-top: 50px;
  margin-bottom: 30px;
}
#modalBuynow .buyitnow {
  color: black;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}
#modalBuynow .buyitnow .availableQuantity {
  color: #0086b6;
  padding-left: 10px;
}
#modalBuynow .quantityEntry .quantityLabel {
  color: black;
  font-size: small;
  margin-bottom: 0px;
}
#modalBuynow .quantityEntry .quantity {
  display: inline-block;
  box-shadow: 0 0 1px black;
  width: 160px;
}
#modalBuynow .quantityEntry .quantity .input-text.qty {
  width: 50px;
  height: 40px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
}
#modalBuynow .quantityEntry .quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
  border: none;
}
#modalBuynow .quantityEntry .quantity.buttons_added .minus,
#modalBuynow .quantityEntry .quantity.buttons_added .plus {
  padding: 4px 10px 8px;
  height: 41px;
  cursor: pointer;
  background-color: white;
  border: none;
}
#modalBuynow .quantityEntry .quantity.buttons_added .minus {
  float: left;
}
#modalBuynow .quantityEntry .quantity.buttons_added .plus {
  float: right;
}
#modalBuynow .quantityEntry .quantity.buttons_added .minus:hover,
#modalBuynow .quantityEntry .quantity.buttons_added .plus:hover {
  background: #eeeeee;
}
#modalBuynow .quantityEntry .quantity input::-webkit-outer-spin-button,
#modalBuynow .quantityEntry .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
#modalBuynow .quantityEntry .quantity.buttons_added .minus:focus,
#modalBuynow .quantityEntry .quantity.buttons_added .plus:focus {
  outline: none;
}
.privacyTermsConditions p {
  margin-bottom: 0.5em !important;
  margin-top: 0.5em !important;
  line-height: 1.7em !important;
}
.privacyTermsConditions h3 {
  padding-top: 0px !important;
  margin-top: 20px !important;
  font-size: 22px !important;
}
@media (min-width: 0px) and (max-width: 320px) {
  body header.panel-header .small-logo {
    /*left: -13px !important;*/
    left: -5px !important;
  }
  body .interior-page .sponsor-bar a.mybids .mybids-interior {
    max-width: 100px !important;
  }
}
@media (min-width: 321px) and (max-width: 768px) {
  body header.panel-header .small-logo {
    /*left: -5px !important;*/
    left: 5px !important;
  }
}
@media (min-width: 600px) {
  
}
@media (min-width: 0px) {
  body nav.desktop-nav {
    display: none !important;
  }
  body header.panel-header .event-logo {
    display: none;
  }
  body main {
    background-color: black !important;
  }
  body main .select-event.home {
    background-color: transparent !important;
  }
  body main .select-event.home p {
    color: white;
  }
  body main .select-event.home .starter-logo {
    display: none !important;
  }
  body main .select-event.home .select-event-list {
    width: 100%;
    margin: 0 auto !important;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .desktop-sponsors {
    display: none;
  }
  .container .home-checkout-confirm .row {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .container .home-checkout-confirm .row div .item-info {
    padding-top: 0px;
  }
  .container .home-checkout-confirm .row div a {
    font-size: 14px;
  }
  .success {
    padding-top: 135px;
  }
  .bid-anonymous {
    padding-bottom: 25px;
  }
  .event-logo {
    display: none !important;
  }
  .float-labels .field-validation-error span {
    font-size: 10px;
    padding: 0px;
  }
  .interior-page.has-scrolling {
    height: auto !important;
  }
  .interior-page {
    background-color: white;
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow: hidden !important;
    padding-bottom: 0px !important;
  }
  .interior-page .item-detail .ribbon-banner {
    top: 50px;
    margin-top: -30px;
    line-height: 30px;
  }
  .interior-page .breadcrumb-area {
    background-color: white;
    padding: 0 0px 0 10px;
    margin: 6px 0 0 !important;
  }
  .interior-page .breadcrumb-area h1 {
    padding: 15px 0 0 0 !important;
  }
  .interior-page .breadcrumb-area .btn {
    /*padding: 7px 0px 12px 15px;*/
    padding: 15px 0px 5px 15px;
  }
  .interior-page .breadcrumb-area .breadcrumb {
    background: white;
  }
  .interior-page .breadcrumb-area .breadcrumb li {
    padding-top: 12px !important;
  }
  .interior-page .sponsor-bar {
    width: 100% !important;
    margin: 0 -16px;
    top: 60px;
  }
  .interior-page .sponsor-bar .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .interior-page .sponsor-bar .container a {
    font-size: 14px;
  }
  .interior-page .sponsor-bar .container a#MyBidsInterior {
    font-size: 14px;
  }
  .interior-page .sponsor-bar .logout-btn {
    display: none !important;
  }
  .interior-page .sponsor-bar i {
    font-size: 15px;
  }
  .interior-page .sponsor-bar a {
    margin-top: 0;
  }
  .interior-page .sponsor-bar .back,
  .interior-page .sponsor-bar a.mybids,
  .interior-page .sponsor-bar a.myprofile,
  .interior-page .sponsor-bar a.checkout {
    font-size: 15px;
  }
  .interior-page .sponsor-bar .back i,
  .interior-page .sponsor-bar a.mybids i,
  .interior-page .sponsor-bar a.myprofile i,
  .interior-page .sponsor-bar a.checkout i {
    margin-right: 5px;
  }
  .interior-page .sponsor-bar .back i.fa-user-circle,
  .interior-page .sponsor-bar a.mybids i.fa-user-circle,
  .interior-page .sponsor-bar a.myprofile i.fa-user-circle,
  .interior-page .sponsor-bar a.checkout i.fa-user-circle {
    font-size: 18px;
  }
  .interior-page .sponsor-bar .back i.fa-arrow-circle-left,
  .interior-page .sponsor-bar a.mybids i.fa-arrow-circle-left,
  .interior-page .sponsor-bar a.myprofile i.fa-arrow-circle-left,
  .interior-page .sponsor-bar a.checkout i.fa-arrow-circle-left {
    font-size: 21px;
    margin-top: -1px;
  }
  .interior-page .sponsor-bar a.back {
    padding: 5px 0 0 15px;
  }
  .interior-page .sponsor-bar a.mybids {
    padding: 5px 15px 0 0;
  }
  .interior-page .sponsor-bar a.mybids .mybids-interior {
    max-width: 140px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .interior-page .sponsor-bar a.mybids svg {
    right: 70px;
    bottom: 22px;
  }
  .interior-page .sponsor-bar a.myprofile {
    padding: 5px 0 0 0px;
    margin-left: -10px;
  }
  .interior-page .sponsor-bar a.checkout {
    padding-top: 5px;
    position: absolute;
    left: 40%;
  }
  .interior-page .sponsor-bar a.checkout i {
    margin-top: -2px;
  }
  .interior-page .interior-page-content > div {
    float: none !important;
  }
  .interior-page .btn-additional-information {
    display: none !important;
  }
  .interior-page .btn {
    padding: 13px 15px;
    font-size: 20px;
    /*padding: 7px 15px !important;
  			font-size: 18px !important;*/
  
  }
  .interior-page .item-detail .fixed-bid-panel {
    position: relative !important;
    padding-bottom: 44px !important;
  }
  .interior-page .item-detail .ribbon-banner {
    font-size: 16px;
    /*left: 45%;*/
    left: 58%;
  }
  .interior-page .item-detail .additional-information .description {
    font-size: 16px !important;
  }
  .interior-page .item-detail .additional-information .description p {
    font-size: 16px !important;
  }
  .modal {
    padding: 0;
  }
  .modal .modal-pin-entry header span.item-image {
    width: 100% !important;
    height: auto !important;
  }
  .modal .modal-pin-entry .item-detail {
    width: 100%;
  }
  .modal .modal-pin-entry .pin-buttons a {
    padding: 13px 15px;
    font-size: 20px;
    border-radius: 3px;
  }
  .modal .modal-content {
    border-radius: 3px;
  }
  .modal .modal-content .modal-body.modal-message .btn {
    padding: 13px 15px;
    font-size: 20px;
  }
  .modal .modal-content .modal-body.modal-message .icon {
    margin-top: 40px;
    font-size: 100px;
  }
  .modal .modal-content .modal-body.modal-message h1 {
    font-size: 38px;
  }
  .modal .modal-content .modal-body.modal-message p {
    font-size: 18px;
  }
  .panel-header .time-left {
    margin-top: 14px;
    /*margin-right: 15px;*/
    margin-right: 5px;
  }
  .panel-header .time-left .time-container .value {
    font-size: 15px !important;
  }
  .panel-header .time-left .time-container .label {
    padding: 3px;
    font-size: 8px;
  }
  html.homescreen {
    overflow-y: scroll !important;
  }
  html.homescreen body {
    overflow-y: scroll;
  }
  html.homescreen body header.panel-header {
    background-color: transparent !important;
  }
  html.homescreen body header.panel-header button span,
  html.homescreen body header.panel-header button span:before,
  html.homescreen body header.panel-header button span:after {
    background-color: white;
  }
  html.homescreen body .time-left {
    color: white;
  }
  html.homescreen body .time-left .time-container .day span.label,
  html.homescreen body .time-left .time-container .hour span.label,
  html.homescreen body .time-left .time-container .minute span.label,
  html.homescreen body .time-left .time-container .second span.label,
  html.homescreen body .time-left .time-container .day span.value,
  html.homescreen body .time-left .time-container .hour span.value,
  html.homescreen body .time-left .time-container .minute span.value,
  html.homescreen body .time-left .time-container .second span.value {
    color: white !important;
  }
  html.homescreen body .footer {
    display: block;
    padding-bottom: 0px;
  }
  html.homescreen body main .sponsor-bar {
    display: none;
  }
  html.homescreen body .homepage-dropdown {
    display: none !important;
  }
  html.homescreen body .slideout-panel {
    padding-top: 15px;
  }
  html.homescreen body .slideout-panel .right-content {
    overflow-y: scroll;
    padding-top: 65px;
    min-height: 1px !important;
  }
  html.homescreen body .home .host-image img {
    max-height: 160px;
  }
  html.homescreen body .home .home-title {
    color: white;
    width: 100%;
  }
  html.homescreen body .home .sponsor-images .slick-slide img {
    max-height: 65px;
  }
  html.homescreen body .home .home-bottom-buttons {
    bottom: 0 !important;
    position: relative;
    padding: 0;
  }
  html.homescreen body .home .home-bottom-buttons .btn-container {
    padding: 0 15px;
  }
  html.homescreen body .home .home-bottom-buttons .btn-container .btn {
    width: 70%;
    padding: 13px 15px;
    font-size: 20px;
    margin: 0 auto 10px;
  }
  html.homescreen body .interior-page {
    background-color: transparent;
    height: auto !important;
  }
  html.homescreen body .interior-page-content {
    margin-top: 0px;
    /*margin-top: -20px;*/
  
  }
  html.homescreen body .interior-page-content .home.no-title {
    padding-top: 0px;
  }
  html.homescreen body .interior-page-content .home.no-title .host-image {
    margin: 1em 0;
  }
  html.homescreen body .footer {
    position: relative !important;
    margin: 0 !important;
  }
  body nav.slideout-menu {
    padding-top: 60px;
    /*width: 75%;*/
  
  }
  body nav.slideout-menu ul li a {
    font-size: 16px;
    padding: 15px 15px 15px 20px;
  }
  body nav.slideout-menu ul li svg {
    height: 20px;
    width: 20px;
    margin-right: 15px;
  }
  body nav.slideout-menu ul li i {
    float: left;
    font-size: 22px;
    margin-right: 15px;
  }
  body header.panel-header {
    background-color: white !important;
    background: none;
    height: 60px;
  }
  body header.panel-header .container {
    padding: 0;
  }
  body header.panel-header .c-hamburger {
    height: 60px;
  }
  body header.panel-header .c-hamburger span {
    top: 24px;
  }
  body header.panel-header .small-logo {
    left: 0px;
    transform: perspective(1px) translateY(-11%);
  }
  body header.panel-header .sponsors-header-wrapper {
    width: 130px;
  }
  body header.panel-header .sponsors-header-wrapper .sponsors-logo {
    height: 55px;
  }
  body header.panel-header .sponsors-header-wrapper .sponsors-logo .img-wrapper img {
    max-width: none;
    max-height: 50px;
  }
  body .interior-page {
    display: block !important;
    background-color: white;
  }
  body .interior-page .search-box p {
    font-size: 16px;
    margin-top: 0;
  }
  body .interior-page .search-box .input-container {
    margin: 0;
  }
  body .item-categories .results ul {
    margin: 15px auto 0;
    padding: 0;
    /*width: 90%;*/
    width: 75%;
  }
  body .item-categories .results ul li {
    width: 50%;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 4px;
  }
  body .item-categories .results ul li a {
    padding: 15px 0 7px !important;
    height: 85px !important;
  }
  body .item-categories .results ul li a .label {
    font-size: 14px;
  }
  body .item-categories .results ul li a span {
    width: 100%;
    padding: 0;
  }
  body .item-categories .results ul li a svg {
    max-height: 24px;
  }
  body main.slideout-panel {
    padding-top: 60px;
    overflow: hidden;
  }
  body .interior-page .interior-page-content {
    margin-top: 30px;
    padding-bottom: 0px;
  }
  body .interior-page .interior-page-content .registration-form {
    padding: 27px 0;
  }
  body .interior-page .interior-page-content .registration-form .fixed-panel.absolute {
    position: relative !important;
    margin: 0;
    padding: 0;
  }
  body .interior-page .interior-page-content .registration-form .bottom-checkbox .form-group {
    margin-bottom: 0px;
  }
  body .interior-page .interior-page-content .login .fixed-panel {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  body .interior-page .interior-page-content .login .fixed-panel .btn {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  body .interior-page .interior-page-content .login .login-btn {
    width: 100%;
  }
  body .interior-page .interior-page-content .login .login-btn .btn {
    /*width: 80%;*/
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  body .interior-page .item-listing .logout-btn {
    display: block !important;
    text-align: center;
    width: 100%;
  }
  body .interior-page .item-listing .logout-btn a {
    display: block;
    background-color: #49c5b1;
    color: white;
    width: 100%;
    font-size: 18px;
    padding: 13px 15px;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
  }
  body .interior-page .item-listing ol li .ribbon-banner {
    left: 66%;
  }
  body .interior-page .item-listing ol li section .item-image {
    width: 100%;
    max-width: 100%;
    background-color: white;
    border-left: 1px solid #f2f2f3;
    border-right: 1px solid #f2f2f3;
  }
  body .interior-page .item-listing ol li section .item-detail {
    max-width: 100%;
    width: 100%;
    margin-top: 5px;
    padding: 15px !important;
  }
  body .interior-page .item-listing ol li section .item-detail .high-bid {
    margin-top: 0;
  }
  body .interior-page .item-listing ol li:after {
    margin-top: -75px;
  }
  body .interior-page .item-listing.list-mode .item-detail .high-bid {
    text-align: left;
  }
  body .interior-page .item-listing.list-mode li:after {
    margin-top: -46px !important;
  }
  body .interior-page .item-detail .bidding-information {
    padding: 0 10px;
  }
  body .interior-page .item-detail .bidding-information .item-name {
    padding-top: 15px !important;
    font-size: 20px !important;
  }
  body .interior-page .item-detail .fixed-bid-panel {
    padding: 15px !important;
  }
  body .interior-page .item-detail .fixed-bid-panel .bid-amount-control {
    margin: 36px 10px 0 10px;
  }
  body .interior-page .item-detail .fixed-bid-panel .bid-amount-control .btn {
    margin-top: 6px;
    padding: 13px 15px;
    font-size: 20px;
  }
  body .interior-page .item-detail .fixed-bid-panel ul.high-bid-information {
    width: 100% !important;
    padding: 0 15px;
    text-align: center;
  }
  body .interior-page .item-detail .fixed-bid-panel ul.high-bid-information li {
    display: block;
    max-width: none !important;
    padding-right: 0 !important;
    width: 100% !important;
    float: none !important;
  }
  body .interior-page .item-detail .fixed-bid-panel ul.high-bid-information li > span.title,
  body .interior-page .item-detail .fixed-bid-panel ul.high-bid-information li > span.value {
    display: block;
    max-width: none !important;
    width: 50%;
    float: left !important;
  }
  body .interior-page .item-detail .fixed-bid-panel ul.high-bid-information li > span.title {
    text-align: right;
  }
  body .interior-page .item-detail .fixed-bid-panel ul.high-bid-information li > span.value {
    text-align: left;
  }
  body .interior-page .item-detail .fixed-bid-panel ul.high-bid-information li .time-container {
    float: left;
  }
  body .interior-page .item-detail .fixed-bid-panel .bid-buttons,
  body .interior-page .item-detail .fixed-bid-panel .buy-now-button {
    margin: 40px 10px 0 10px;
  }
  body .interior-page .item-detail .fixed-bid-panel .bid-buttons .btn,
  body .interior-page .item-detail .fixed-bid-panel .buy-now-button .btn {
    padding: 13px 15px;
    font-size: 20px;
  }
  body .interior-page .item-detail .additional-information .additional-item-detail div,
  body .interior-page .item-detail .additional-information .additional-item-detail div.priceless,
  body .interior-page .item-detail .additional-information .additional-item-detail div.starting-bid {
    text-align: left;
    width: 100%;
    float: none;
  }
  body .interior-page .item-detail .additional-information .additional-item-detail div span,
  body .interior-page .item-detail .additional-information .additional-item-detail div.priceless span,
  body .interior-page .item-detail .additional-information .additional-item-detail div.starting-bid span {
    float: left;
  }
  body .interior-page .item-detail .additional-information .additional-item-detail div span.value,
  body .interior-page .item-detail .additional-information .additional-item-detail div.priceless span.value,
  body .interior-page .item-detail .additional-information .additional-item-detail div.starting-bid span.value {
    float: right;
  }
  body .interior-page .item-detail .img-carousel ul li {
    height: 182px;
    /*height: 285px;*/
  
  }
  body .interior-page .item-detail .img-carousel ul li img {
    height: 100%;
    /*height: 285px;*/
    visibility: visible !important;
    margin: 0 auto;
    max-width: 100%;
    max-height: 182px;
    /*max-height: 285px;*/
  
  }
  .btn {
    padding: 13px 15px;
    font-size: 20px;
  }
  html.homescreen body header.panel-header.mobile {
    background-color: white !important;
  }
  html.homescreen body header.panel-header.mobile button span,
  html.homescreen body header.panel-header.mobile button span:before,
  html.homescreen body header.panel-header.mobile button span:after {
    background-color: black;
  }
  html.homescreen body header.panel-header.mobile button.is-active span {
    background-color: white;
  }
  .panel-header.mobile .small-logo {
    opacity: 1;
  }
  html.homescreen body .panel-header.mobile .time-left .time-container .day span.label,
  html.homescreen body .panel-header.mobile .time-left .time-container .hour span.label,
  html.homescreen body .panel-header.mobile .time-left .time-container .minute span.label,
  html.homescreen body .panel-header.mobile .time-left .time-container .second span.label,
  html.homescreen body .panel-header.mobile .time-left .time-container .day span.value,
  html.homescreen body .panel-header.mobile .time-left .time-container .hour span.value,
  html.homescreen body .panel-header.mobile .time-left .time-container .minute span.value,
  html.homescreen body .panel-header.mobile .time-left .time-container .second span.value {
    color: black !important;
  }
  body.sandbox .bgimage.mobile {
    height: auto;
  }
  body main.mobile {
    background-color: white !important;
  }
  body main.mobile .mobile-banner {
    display: block;
    padding-top: 25px;
  }
  body main.mobile .mobile-banner img {
    height: auto;
    width: 108%;
    margin-left: -15px;
  }
  .home-info .countdown {
    display: none;
  }
  html.homescreen body footer.footer.mobile {
    display: none;
  }
  main.mobile .info-description {
    text-align: center;
    font-size: 13px;
    width: 93%;
    margin-left: 15px;
  }
  main.mobile .info-description p {
    margin-bottom: 8px;
  }
  main.mobile .welcome-text {
    margin-bottom: 15px;
  }
  main.mobile .welcome-text p {
    margin-bottom: 5px;
    line-height: 17px;
  }
  main.mobile .auction-row.no-banner {
    margin-top: 25px;
  }
  main.mobile .social-media {
    font-size: 30px;
  }
  main.mobile .sign-up-row {
    display: block !important;
    margin-top: 10px;
  }
  main.mobile .sign-up-row .btn-sign-up .btn {
    width: 100%;
    font-size: 20px;
    padding: 10px 0;
    border-radius: 0;
  }
  main.mobile .amount-raised {
    display: none;
  }
  main.mobile .amount-raised-mobile {
    display: block;
    margin-bottom: 20px;
    width: 420px;
  }
  main.mobile .amount-raised-mobile div {
    font-size: 9px;
    color: white;
    margin-left: 16px;
  }
  main.mobile .amount-raised-mobile div h3 {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 20px;
  }
  html.homescreen body .slideout-panel.mobile .right-content {
    padding-top: 0px;
  }
  html.homescreen body .slideout-panel.mobile {
    background: white;
  }
}
@media (min-width: 768px) {
  /*html.homescreen {
  		body {
  			.right-content {
  				min-height: inherit !important;
  			}
  
  			.interior-page {
  				background-color: transparent;
  				height: auto !important;
  				padding-top: 50px !important;
  			}
  
  			main {
  				.home {
  					.home-bottom-buttons {
  						.btn-container {
  							a.btn {
  								width: 100% !important;
  							}
  						}
  					}
  				}
  
  				.interior-page {
  					min-height: 1px !important;
  				}
  			}
  		}
  	}*/
  
  body nav.desktop-nav {
    display: none !important;
  }
  body .slideout-panel {
    padding-top: 110px;
  }
  body .slideout-panel .home-bottom-buttons .btn-container {
    padding: 0 15px;
    float: left;
  }
  body .slideout-panel .home-bottom-buttons .btn-container a {
    width: 100%;
  }
  body .slideout-panel .home-bottom-buttons.one .btn-container {
    width: 100%;
  }
  body .slideout-panel .home-bottom-buttons.two .btn-container {
    width: 50%;
  }
  body .slideout-panel .home-bottom-buttons.three .btn-container {
    width: 33.333333%;
  }
  body header.panel-header .event-logo {
    display: none;
  }
  body header.panel-header .sponsors-header-wrapper {
    width: 245px;
  }
  body header.panel-header .time-left .time-container .value {
    font-size: 20.8px !important;
  }
  body header.panel-header .time-left .time-container .label {
    padding: 0.2em 0.6em 0.3em;
    font-size: inherit;
  }
  body .interior-page {
    padding: 0;
  }
  body .interior-page .sponsor-bar .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  body .interior-page .sponsor-bar .back,
  body .interior-page .sponsor-bar .mybids {
    font-size: 17px;
  }
  body .interior-page .sponsor-bar .back i,
  body .interior-page .sponsor-bar .mybids i {
    font-size: 22px;
  }
  body .interior-page .sponsor-bar .back i {
    margin-top: -1px;
    font-size: 24px;
  }
  body .interior-page .sponsor-bar a {
    margin-top: 0;
  }
  body .interior-page .sponsor-bar .mybids {
    padding-right: 10px;
    padding: 0;
    margin: 0;
  }
  body .interior-page .sponsor-bar .logout-btn {
    display: block !important;
  }
  body .interior-page .item-listing .logout-btn {
    display: none !important;
  }
  body .interior-page .item-detail .additional-information .additional-item-detail div,
  body .interior-page .item-detail .additional-information .additional-item-detail div.priceless,
  body .interior-page .item-detail .additional-information .additional-item-detail div.starting-bid {
    text-align: left;
    width: 50%;
  }
  body .interior-page .item-detail .additional-information .additional-item-detail div span,
  body .interior-page .item-detail .additional-information .additional-item-detail div.priceless span,
  body .interior-page .item-detail .additional-information .additional-item-detail div.starting-bid span {
    float: none;
  }
  body .interior-page .item-detail .additional-information .additional-item-detail div.starting-bid {
    text-align: right;
  }
  body .interior-page .item-detail .img-carousel .img-wrapper.img-landscape img {
    width: auto;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    width: 50%;
  }
  html {
    background-color: #f2f2f4 !important;
  }
  html,
  body {
    margin: 0;
    height: 100%;
    background-color: #f2f2f4 !important;
    /*background-image: url(@backgroundImage) !important;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
  }
  body .top-header {
    background-color: #1f1c1f;
  }
  body .interior-page .interior-page-content > div {
    float: none;
  }
  body .interior-page .btn-additional-information {
    display: none !important;
  }
  body {
    background-color: #f2f2f4 !important;
    overflow-y: scroll !important;
    overflow-x: hidden;
  }
  body .main-row {
    padding: 0px;
    margin: 0px;
    background-color: #1f1c1f;
  }
  body .main-row .left-nav {
    padding: 0 !important;
    background-color: #1f1c1f;
  }
  body .desktop-menu {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
  }
  body .desktop-menu svg {
    color: white !important;
    fill: white !important;
  }
  body .desktop-menu svg use {
    color: white !important;
    fill: white !important;
  }
  body .desktop-menu svg svg {
    color: white !important;
    fill: white !important;
  }
  body .desktop-menu svg path {
    color: white !important;
    fill: white !important;
  }
  body .desktop-menu ul li a {
    margin: 0px;
    color: white;
    background-color: #1f1c1f;
  }
  body .desktop-menu ul li a:hover {
    background-color: #49c5b1;
  }
  body .desktop-menu ul li.active {
    border-bottom-width: 1px;
  }
  body .slideout-panel {
    background-image: none;
    background-color: white;
    padding: 0px;
  }
  body .slideout-panel .home-bottom-buttons {
    position: relative;
    padding-top: 150px;
  }
  body .slideout-panel .right-content {
    background-color: white;
    padding-bottom: 15px;
  }
  body .slideout-panel .footer {
    position: absolute;
    display: none;
  }
  body .slideout-panel .fixed-panel.absolute {
    position: relative !important;
    width: 100%;
    margin: 0;
  }
  body .slideout-panel .interior-page {
    height: auto !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  body .slideout-panel .interior-page .interior-page-content {
    margin-top: 0px;
    padding: 0 25px 25px 25px;
  }
  body .slideout-panel .interior-page .registration-form {
    width: 66%;
    margin: 0 auto;
    padding-top: 40px;
  }
  body .slideout-panel .interior-page .item-listing.donation-item-listing {
    padding: 15px 0 !important;
  }
  body .slideout-panel .interior-page .item-listing .logout-btn {
    display: none !important;
  }
  body .slideout-panel .interior-page .item-listing ol li .ribbon-banner {
    left: 88%;
  }
  body .slideout-panel .interior-page .item-detail .fixed-bid-panel {
    position: relative;
    padding-bottom: 44px !important;
    box-shadow: none;
  }
  body .slideout-panel .interior-page .item-detail .ribbon-banner {
    /*left: 78%;*/
    left: 83%;
  }
  body .slideout-panel .interior-page .item-detail .img-carousel ul li img {
    visibility: visible !important;
    max-height: 260px;
    width: auto !important;
    margin: 0 auto;
  }
  body .slideout-panel .interior-page .item-detail .additional-information p {
    margin-top: 20px;
  }
  body .slideout-panel .interior-page .item-detail .generic-details h3 {
    padding-top: 38px;
    margin-bottom: 0px;
  }
  body .slideout-panel .interior-page .item-detail .generic-details h3 a {
    text-decoration: underline;
  }
  body .slideout-panel .interior-page .user-select {
    padding-top: 0px;
  }
  body .slideout-panel .interior-page .user-select .results ul li {
    max-height: 72px;
  }
  body .slideout-panel .interior-page .user-select .search-box {
    position: relative;
    margin: 0px;
    top: 0px;
    box-shadow: none;
  }
  body .slideout-panel .interior-page .user-select .fixed-user-list-panel {
    background: #f2f2f4;
    position: relative;
    margin: 15px 0 0 0;
    box-shadow: none;
  }
  body .slideout-panel .interior-page .user-select .fixed-user-list-panel p {
    color: black;
  }
  body .slideout-panel .sponsor-bar {
    /*
                  overflow: hidden;
                  position: relative !important;
                  top: 0;
                  width: 100%;
                  min-width: inherit !important;
                  margin: 0 !important;
  
                  */
    overflow: hidden;
    position: relative !important;
    top: 0;
    min-width: inherit !important;
    margin: 0 !important;
    margin-left: -2px !important;
    /*.back {
  					display: none;
  				}*/
  
  }
  body .slideout-panel .sponsor-bar .container a {
    font-size: 13px;
  }
  body .slideout-panel .sponsor-bar .container a span {
    margin-top: 3px;
  }
  body .slideout-panel .sponsor-bar .container a i {
    font-size: 20px;
    margin-top: 2px;
  }
  body .slideout-panel .sponsor-bar .container a i.fa-user-circle {
    font-size: 17px;
    margin-top: 2px;
  }
  body .slideout-panel .sponsor-bar .container div.logout-btn a {
    margin-top: 4px;
  }
  body .slideout-panel .sponsor-bar .container div.logout-btn a i {
    margin-top: 0px;
  }
  body .logo {
    margin: 0 auto;
    display: block;
    width: 258px;
    padding-top: 15px;
  }
  body main {
    min-height: inherit !important;
  }
  body header.panel-header {
    position: relative;
    margin: 0 auto 0;
    width: 1170px;
    /*width: 1000px;*/
    height: 100px;
    background-image: none;
    background-color: white;
  }
  body header.panel-header button {
    display: none !important;
  }
  body header.panel-header .event-logo {
    display: block;
  }
  body header.panel-header .event-logo img {
    padding-left: 15px;
    max-height: 100px;
  }
  body header.panel-header .time-left {
    opacity: 1;
  }
  body header.panel-header .small-logo {
    top: -50px;
  }
  body nav.desktop-nav {
    display: none !important;
    /*background-color: @elevateBlue;*/
    margin: 0;
    height: 140px;
  }
  body nav.desktop-nav ul.navbar-nav {
    float: none;
    width: 50%;
    margin: 0 auto;
    display: block;
    vertical-align: bottom;
  }
  body nav.desktop-nav ul.navbar-nav li a {
    color: white !important;
  }
  body h1,
  body h2,
  body h3 {
    color: black;
  }
  body .loading-indicator {
    display: none !important;
  }
  body main {
    background-color: black !important;
  }
  body main .select-event.home {
    background-color: transparent !important;
  }
  body main .select-event.home p {
    color: white;
  }
  body main .select-event.home .starter-logo {
    display: none !important;
  }
  body main .select-event.home .select-event-list {
    width: 50%;
    margin: 150px auto !important;
  }
  footer .container {
    width: 100%;
    font-size: 12px;
  }
  body.sandbox .interior-page {
    display: block;
    min-height: inherit !important;
  }
  body.sandbox .interior-page .interior-page-content .item-listing ol li section .item-image {
    max-height: 135px;
  }
  body.sandbox .interior-page .interior-page-content .item-listing ol li section .item-image .img-wrapper {
    height: 150px;
  }
  body.sandbox .interior-page .interior-page-content .item-listing ol li section .item-image .img-wrapper img {
    min-height: 150px;
  }
  body.sandbox .panel-header {
    width: 100%;
  }
  body.sandbox .panel-header .container {
    padding: 0;
    width: 1000px;
  }
  body.sandbox .panel-header .event-logo {
    /*height: 170px;*/
    height: 150px;
    /*width: 322px;*/
    width: 275px;
    position: absolute;
    background-color: white;
    text-align: center;
    display: none;
  }
  body.sandbox .panel-header .event-logo img {
    /*max-height: 150px;*/
    max-height: 120px;
    padding-top: 10px;
    margin-top: 10px;
  }
  body.sandbox .panel-header #timer {
    display: none !important;
  }
  body.sandbox .panel-header .small-logo {
    /*top: 275px;*/
    top: 260px;
    padding: 0;
    margin: 0;
    left: inherit;
    position: relative;
    float: right;
  }
  body.sandbox .panel-header .small-logo .sponsors-header-wrapper {
    border-radius: 0px;
    /*max-height: 200px;*/
    max-height: 150px;
    width: 200px;
  }
  body.sandbox .panel-header .small-logo .sponsors-header-wrapper .sponsor-title {
    font-size: 12px;
    position: absolute;
    bottom: 15px;
    width: 100%;
  }
  body.sandbox .panel-header .small-logo .sponsors-header-wrapper .sponsors-logo {
    /*height: 200px;*/
    height: 150px;
  }
  body.sandbox .panel-header nav.desktop-menu {
    display: inline-block;
    float: right;
    /*margin-left: 322px;*/
    margin-left: 269px;
    /*top: -150px;*/
    top: -100px;
    width: 730px;
  }
  body.sandbox .panel-header nav.desktop-menu a.register {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: -27px;
    padding: 0 15px;
    margin: 0 10px;
  }
  body.sandbox .panel-header nav.desktop-menu a.register:hover {
    cursor: pointer;
    border-bottom: 2px solid #49c5b1;
  }
  body.sandbox .panel-header nav.desktop-menu a.active {
    /*@sc: rgba(0,0,0,0.125);
  
                      background: linear-gradient(@sc,@sc);*/
    border-bottom: 2px solid #49c5b1;
  }
  body.sandbox .panel-header nav.desktop-menu ul {
    position: absolute;
    right: 0px;
  }
  body.sandbox .panel-header nav.desktop-menu ul li {
    background-color: white;
    padding: 0;
    /*margin: 0;*/
    margin: -3px;
    border: none;
    float: left;
  }
  body.sandbox .panel-header nav.desktop-menu ul li a {
    display: inline-block;
    background-color: white;
    padding: 0 15px;
    color: #312d31;
    font-size: 14px;
    font-weight: normal;
  }
  body.sandbox .panel-header nav.desktop-menu ul li a:hover {
    border-bottom: 2px solid #49c5b1;
  }
  body.sandbox .panel-header nav.desktop-menu ul li.active a {
    border-bottom: 2px solid #49c5b1;
  }
  body.sandbox .bgimage {
    width: 100%;
    /*height: 350px;*/
  
    /*height: 400px;*/
  
    /*background: url(@desktopBackgroundImage);
              background-repeat: no-repeat;
              background-size: contain;
              background-attachment: fixed;*/
  
  }
  body.sandbox .bgimage .desktopBanner {
    height: 100%;
    width: 100%;
    position: relative;
  }
  body.sandbox .bgimage .desktopBanner img {
    height: auto;
    /*position: absolute;*/
    margin-top: -50px;
    width: 100%;
  }
  body.sandbox .bgimage h5 {
    color: white;
    text-shadow: 2px 2px #333333;
  }
  body.sandbox main {
    width: 100%;
    background-color: transparent !important;
  }
  body.sandbox main .main-row {
    background-color: transparent !important;
  }
  body.sandbox main .left-nav {
    display: none !important;
  }
  body.sandbox main .right-content {
    width: 100% !important;
    background-color: transparent !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  body.sandbox main .right-content .interior-page {
    width: 100%;
    margin: 0;
    background-color: transparent !important;
  }
  body.sandbox main .right-content .interior-page .sponsor-bar {
    width: 100%;
  }
  body.sandbox main .right-content .interior-page .sponsor-bar .container {
    width: 1000px;
  }
  body.sandbox main .right-content .interior-page .interior-page-content {
    margin: 0 auto;
    background-color: white;
  }
  body.sandbox main .right-content .interior-page .interior-page-content h2 {
    margin: 0;
    margin-top: 0px;
    text-align: left;
  }
  body.sandbox footer {
    width: 100%;
    opacity: 1;
  }
  body.sandbox footer .top-bar {
    width: 100%;
    height: 50px;
    background-color: #49c5b1;
  }
  body.sandbox footer .footer-container {
    background-color: #312d31;
  }
  body.sandbox footer .footer-container .container {
    color: white;
    margin: 0 auto;
  }
  body.sandbox footer .footer-container .container .img-col {
    text-align: center;
  }
  body.sandbox footer .footer-container .container .img-col img {
    width: 250px;
  }
  body.sandbox footer .footer-container .container .info-col,
  body.sandbox footer .footer-container .container .nav-col {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  body.sandbox footer .footer-container .container .info-col label {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
  }
  body.sandbox footer .footer-container .container .info-col .space {
    padding-bottom: 10px;
  }
  body.sandbox footer .footer-container .container .info-col a {
    color: white;
  }
  body.sandbox footer .footer-container .container .nav-col ul {
    list-style: none;
  }
  body.sandbox footer .footer-container .container .nav-col ul li a {
    color: white;
  }
  .interior-page .search-box .input-container .button-container {
    margin-right: 9px;
  }
  .sponsor-bar .container {
    height: 50px;
  }
  .welcome-text > div {
    margin-bottom: 10px;
  }
  .social-media {
    margin-left: 20px;
    margin-top: 30px;
  }
  .time-left {
    display: inline-block !important;
    /*position: relative;
              top: 665px;
              right: 70px;*/
    color: #58595a;
  }
  .countdown,
  .amount-raised {
    width: 85%;
    margin-left: 40px;
  }
  .info-description {
    margin-left: 15px;
  }
  .panel-header .small-logo {
    opacity: 1;
  }
  .small-logo-home {
    opacity: 1;
  }
  body main .mobile-banner {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  body.sandbox main .right-content .interior-page .interior-page-content {
    width: 750px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  body.sandbox main .right-content .interior-page .interior-page-content {
    width: 970px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  body.sandbox main .right-content .interior-page .interior-page-content {
    /*width: 1170px;*/
    width: 1000px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  body.sandbox footer .footer-container .container {
    width: 750px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  body.sandbox footer .footer-container .container {
    width: 970px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  body.sandbox footer .footer-container .container {
    width: 1170px;
    /*width:1000px;*/
  
  }
}
@media (min-width: 1200px) {
  
}
/* Exclusively Small devices (tablets, 768px and up) */

@media (min-width: 0px) and (max-width: 991px) {
  body main.slideout-panel {
    width: auto;
  }
}
/* Exclusively Medium devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199px) {
  
}
/* Exclusively Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) and (max-width: 9999px) {
  
}
/*Banner positioning*/

@media (min-width: 411px) and (max-width: 414px) {
  /*Item detail positioning*/
  
  .interior-page .item-detail .ribbon-banner {
    left: 60%;
  }
  /*Item listing positioning*/
  
  .interior-page .item-listing ol li .ribbon-banner {
    left: 70% !important;
  }
}
@media (min-width: 320px) and (max-width: 321px) {
  /*Item detail positioning*/
  
  .interior-page .item-detail .ribbon-banner {
    left: 49%;
  }
  /*Item listing positioning*/
}
@media (min-width: 360px) and (max-width: 361px) {
  /*Item detail positioning*/
  
  .interior-page .item-detail .ribbon-banner {
    left: 55% !important;
  }
  /*Item listing positioning*/
  
  .interior-page .item-listing ol li .ribbon-banner {
    left: 65% !important;
  }
}
@media (min-width: 600px) and (max-width: 600px) {
  /*Item detail positioning*/
  
  .interior-page .item-detail .ribbon-banner {
    top: 85px;
  }
}
