/** REFRESHED */

#tinymce {
    background: white !important;
    background-color: white !important;
}

h2 {
    font-weight: 300;
    font-size: 22px;
    margin: 5px;
    margin-bottom: 15px;
}

.sy-box {
    width: 90%;
    margin: 0 auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#left_column_org_logo {
    background: #fff;
    margin: 0;
    padding: 0;
    margin-right: 5px;
    text-align: center;
    padding: 10px 0 10px 0;
    margin-bottom: 5px;
}

#left_column_org_logo img {
    width: 95%;
    margin: 0 auto;
}

#left_column_login {
    background-color: #287184;
    color: white;
    margin-right: 5px;
    padding: 0 0 10px 0;
    margin-bottom: 5px;
    box-shadow: 2px 2px 2px #ccc;
}

#left_column_categories {
    margin-right: 5px;
    padding: 0;
    margin-bottom: 5px;
    box-shadow: 2px 2px 2px #ccc;
    border-left: 1px solid #e6e6e6;
}

#left_column_login .input_lg {
    font-size: 16px;
    padding: 7px;
    text-align: center;
}

#left_column_login input {
    font-size: 12px;
    font-weight: 400;
}

#left_column_login_donate,
#left_column_login_register,
#left_column_login_tickets {
    text-align: center;
    margin: 4px auto;
    display: block;
    min-width: 230px;
    margin-bottom: 10px;
    padding: 8px 20px;
}

#sponsor_logo img {
    max-height: 100px;
    max-width: 100%;
}

#auction_preview_ajax {
    clear:both;
}

.full_org {
    clear: both;
    font-size: 20px;
    font-weight: 200;
}

#organization_name h4 {
    margin: 10px 0 1px 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

#organization_logo img {
    max-height: 100px;
    max-width: 100%;
    padding-right: 10px;
    padding-bottom: 10px;
}

#organization_logo h4 {
    display: none;
}

#landing_copy,
#cookie_landing_copy {
    background-color: white;
    padding: 10px;
}

#landing_copy p {
    font-size: inherit !important;
    color: inherit !important;
    padding: 10px !important;
    font-weight: 200 !important;
    margin: 0;
}

.bidapp-container {
    background-color: white;
}

#right-header-image {
    float: right;
    max-width: 200px;
    max-height: 175px;
}

.non_index_spacer {
    height: 60px;
}

#wide-menu .category_list,
.category_list .info-text {
    list-style: none;
    color: #4D4D4D;
    text-shadow: 2px 2px 1px #fff;
    text-decoration: none;
    font-size: 17px;
    margin: 0;
    padding: 15px;
    font-weight: 200;
}

#left_column_login .alertmessage {
    line-height: 19px;
    font-size: 13px;
    margin-top: 5px;
}

#wide-menu .category_list,
.category_list a {
    list-style: none;
    color: #2f2f2f;
    text-shadow: 2px 2px 1px #fff;
    text-decoration: none;
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

#wide-menu .category_list li {
    padding: 7px;
}

#wide-menu .category_list li.first {
    background: #287184;
    font-weight: 200;
    font-size: 20px;
    /* text-transform:uppercase; */
    color: #fff;
    text-shadow: none;
}

#wide-menu .category_list li.first::before {
    content: "Categories";
}

#wide-menu .category_list li.first_welcome {
    background: #287184;
    font-weight: 200;
    font-size: 20px;
    /* text-transform:uppercase; */
    color: #fff;
    text-shadow: none;
}

#wide-menu .category_list li.last {
    background: rgba(250, 250, 250, 1);
    height: 60px;

    display: none;
}

#wide-menu .category_list li {
    background: rgba(250, 250, 250, 1);
    border-bottom: 1px solid #fff;
}

.white_override {
    background-color: #fff !important;
}

.header {
    background-color: #fff;
    margin: 0;
    width: 100% !important;
    min-height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#columns {
    column-count: 2;
    width: 80%;
    margin: 0 auto;
}

div#columns figure {
    background: #fefefe;
    /* border: 2px solid #fcfcfc; */
    /* box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4); */
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.figure_item {
    text-align: left;
    overflow: hidden;
    width:25%;
}

.figure_item_spacer {
    margin: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    background: #f7f7f7;
}

div#columns figure img {
    width: 100%;
    height: auto;
    /*	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 5px; */
}

div#columns figure figcaption {
    font-size: .9rem;
    color: #444;
    line-height: 1.5;
}

div#columns small {
    font-size: 1rem;
    float: right;
    text-transform: uppercase;
    color: #aaa;
}

div#columns small a {
    color: #666;
    text-decoration: none;
    transition: .4s color;
}

#browse-container {
    display: none;
    width: 100%;
    margin: 0 auto;
    /*column-width: 320px;
    column-gap: 10px;*/
}

.item {
    padding: 0;
    width: 333.3px;
    margin: 0px;
    float: left;
}

#browse-container .separator {
    clear: inherit;
}

#browse-container .clear {
    clear: both;
    float: inherit;
}

.item-container {
    padding: 10px;
    border-bottom: white solid 1px;
}

.itemBg1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,f7f7f7+52 */
    background: #ededed;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ededed 0%, #f7f7f7 52%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ededed 0%, #f7f7f7 52%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ededed 0%, #f7f7f7 52%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#f7f7f7', GradientType=0);
    /* IE6-9 */
}

.detail {
    /* width: 90%;
	background:#fff;
	border-top:1px solid #CDCDCD;
	border-left:1px solid #CDCDCD; */
    clear: left;
    display: none;
    padding: 10px;
    line-height: 26px;
}

.detail-preview-button {
    background: #025273;
    font-size: 11pt;
    font-weight: 700;
    color: #fff;
    margin: 8px 3px;
    width: 100px;
    padding: 5px 0px;
    text-align: center;
    border-radius: 2px;
    float: left;
    clear: left;
    border-radius: 3px;
    cursor: pointer;
}

.history_current_lg small {
    font-size: 100%;
}

.preview_title {
    margin-top: 20px !important;
}

.item_content_container {
    height: 146px;
}

#org_name img {
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    max-width: 450px;
    max-height: 60%;
}

#menu_home {
    display: none !important;
}

#filter_label,
.activity-filter {
    text-align: center;
}

#filter_label {
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: 1px 1px 1px #f7f7f7;
    color: #ccc;
}

#blockA_content,
#blockB_content,
#blockC_content,
#blockD_content {
    width: 100%;
    margin: 0;
    padding: 20px 0;
}

.block_content {
    width: 100%;
}

#blockA,
#blockB,
#blockC,
#blockD {
    background-color: #fff;
}

#blockA h2,
#blockB h2,
#blockC h2,
#blockD h2 {
    text-align: center;
}

.block_inner,
.footer {
    max-width: 1012px;
    margin: 0 auto;
    padding: 10px;
}

.block_content h1 {
    color: white;
    text-align: center;
}

#hosted_details label::before {
    content: "* ";
    color:red;
}

#show_photo {
    width: 30%;
    max-height: 250px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: right;
}

#show_photo img {
    /* border-left:1px solid #E5E5E5;
	border-top:1px solid #E5E5E5; */
    width: 100%;
    float: right;
}

.status_message_full {
    color: #fff;
    padding: 5px 10px 5px 13px;
    float: left;
    clear: left;
    margin-left: -10px;
    margin-top: 2.5px;
    display: none;
}

.current {
    width: 100%;
    background: #287184;
    font-style: normal;
    font-size: 25px;
    font-weight: 200;
    color: #fff;
}

.history-current,
.category-name {
    min-width: 60%;
    font-weight: 700;
    clear: left;
    padding: 2.5px 0;
    padding-right: 10px;
}

.high,
.fmv,
.category-name {
    min-width: 60%;
    padding: 2.5px 0;
    font-size: 12pt;
}

.high {
    padding: 0;
    font-style: italic;
    font-size: 12pt;
}

.category-name i,
.buynow i,
.dim-fa {
    color: #ccc;
    font-size: 12pt;
}

.buynow {
    float: left;
    max-width: 60%;
    /*font-style:italic;*/
    font-size: 12pt;
    padding-bottom: 0px;
}

.fmv {
    padding-bottom: 5px;
}

.starburst,
.starburst-losing {
    float: right;
    display: block;
    width: 5em;
    height: 5em;
    background: #0f0;
    -webkit-transform: rotate(-58deg);
    -moz-transform: rotate(-58deg);
    transform: rotate(-58deg);
    position: relative;
    top: -3em;
    left: -1em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.starburst-losing {
    background: #f00;
}

.starburst span,
.starburst-losing span {
    display: block;
    width: 5em;
    height: 5em;
    background: #0f0;
    -webkit-transform: rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    rotation: 22.5deg;
}

.starburst-blank {
    float: right;
    display: block;
    width: 5em;
    height: 5em;
    -webkit-transform: rotate(-58deg);
    -moz-transform: rotate(-58deg);
    transform: rotate(-58deg);
    position: relative;
    top: -3em;
    left: -1em;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.starburst-losing span {
    background: #f00;
}

.starburst span i,
.starburst-losing span i {
    margin-top: 10px;
}

/* SOCIAL */

#social_content {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    padding: 120px 0 10px 0;
    width: 200px;
    height: 20px;
}

input[type="checkbox"] {
    font: normal normal normal 14px/1 FontAwesome;
    display: none;
    -webkit-appearance: checkbox;
}

.checkbox:checked+.label {
    background: #000;
    color: white;
}

.checkbox:checked~.social {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-90px);
    -moz-transform: scale(1) translateY(-90px);
    -o-transform: scale(1) translateY(-90px);
    transform: scale(1) translateY(-90px);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.label {
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    padding: 5px 10px;
    border-radius: 10%;
    color: #7B7484;
}

.social {
    transform-origin: 50% 0%;
    -webkit-transform: scale(0) translateY(-190px);
    -moz-transform: scale(0) translateY(-190px);
    -o-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);
    opacity: 0;
}

.social ul {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    height: 46px;
    width: 180px;
    background: #3B5998;
    padding: 0;
    list-style: none;
}

.social ul li {
    font-size: 20px;
    cursor: pointer;
    width: 60px;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    float: left;
    display: block;
    height: 22px;
}

.social ul li a {
    color: #fff;
}

.social ul li:hover {
    color: rgba(0, 0, 0, .5);
}

.social ul:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 35px auto;
    height: 0;
    width: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #3B5998;
}

.social li[class*="twitter"] {
    background: #6CDFEA;
    padding: 12px 0;
}

.social li[class*="gplus"] {
    background: #E34429;
    padding: 12px 0;
}

#legal {
    color: #999;
    font-size: 10pt;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.slicknav_menu {
    display: none;
}

#alertmessage,
#message {
    text-align: center;
    padding: 10px;
    border-radius: 7px;
    line-height: 25px;
    font-size: 16px;
    color: #000;
    background-color: lightyellow;
    margin: 20px;
    text-shadow: 1px 1px 1px #fff;
    border: 1px solid black;
}

#alertmessage p {
    color: #000 !important;
    -webkit-margin-after: 0;
    font-size: 16px !important;
    margin-top: 0;
}

.error_message {
    color: red;
    padding: 10px;
}

/*
////////////////////////
custom-bootstrap START
////////////////////////
*/

#cookie_message_container {}

body {
    border: none;
    color: #434343;
    background: #e9e9e9;
    font-size: 12pt;
    height: inherit !important;
    margin: 0px auto 0 !important;
    /*max-width: 600px !important;*/
    padding: 0 !important;
    margin-top: 0px;
}

.header-h1 {
    font-weight: 300;
    color: white;
    font-size: 34pt;
    line-height: 40pt;
    margin: 0;
    padding:0 20px;
}

.header-h1-confirm {
    font-weight: 300;
    color: #2f2f2f;
    font-size: 34pt;
    line-height: 38pt;
    margin: 0 0 20px 0;
}

.header-h2 {
    color: white;
    font-weight: 700;
    font-size: 14pt;
    line-height: 16pt;
    margin-bottom: 25px;
    padding:10px 20px;
}

.bidapp-header .header-h2 {
    padding: 5px 10px;
    margin: 0;
    max-width: 60%;
    color: #2f2f2f !important;
    text-shadow: none;
    float: left;
}

#bidappstatement {
    /* width: 120%;
  margin-left: -10%; */
}

#bidappstatement td {
    font-family: inherit !important;
    font-size: 12px;
    color: #000;
    text-shadow: none;
}

#footer-links {
    clear: both;
    text-align: center;
    margin: 30px 0 30px 0;
    color: #ccc;
}

#pfFirstName::before {
    content: "First Name";
}

#pfLastName::before {
    content: "Last Name";
}

#pfAddress::before {
    content: "Address";
}

#pfCity::before {
    content: "City";
}

#pfState::before {
    content: "State";
}

#pfZip::before {
    content: "Zip Code";
}

#pfPhone::before {
    content: "Mobile Phone";
}

#pfEmail::before {
    content: "Email";
}

#donateForm {
    margin-top: 20px;
}

#appeal_details {
    padding: 10px;
    clear: both;
    font-weight: 300;
    line-height: 23px;
    font-size: 14px;
}

#appeal_details img {
    border: 1px solid #000;
    margin-right: 10px;
    max-width: 40%;
    float: left;
}

#more-info {
    /* width:80%; */
    margin: 0 auto;
    color: #555;
    font-style: italic;
    line-height: 22px;
    font-size: 14px;
}

#hosted_details .form-control {
    width: 95%;
    margin-bottom: 15px;
}

.register_bg {}

.register_bg h1 {
    margin-bottom: 5px;
}

.guest-name {
    padding-top: 30px;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 200;
    /* border-bottom: 1px dotted #ccc; */
    margin-bottom: 20px;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 5px;
    background: #3abad5;
    margin-top: 10px;
    color: #fff;
}

.guest_update_wrapper {
    max-width:800px;
    margin:0 auto;
}

.guest-info {
    padding-left: 1%;
    text-align: left;
    margin: 0 auto;
}

#anon-donation {
    margin-top: 10px;
}

.anon-donation {
    display: block !important;
    margin-top: 8px;
    box-shadow: none;
    width: 15px;
    height: 15px;
    float: left;
}

.guest-info select {
    -webkit-appearance: menulist;
}

.guest-info label,
.guest-info input {
    display: block;
}

.guest-info input,
.guest-info select {
    margin-bottom: 10px;
}

#footer-links a {
    text-decoration: none;
    color: #214467;
}

#filter_logout {
    display: none;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

/*
td {
    font-size: 32px;
    color: #e5eff9;
    text-shadow: 2px 2px 5px #000000;
}
*/

#home_menu_right {
    float: right;
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
}

#noactivity {
    padding: 10px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 200;
    margin-bottom: 100px;
}

#stats {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0px;
    line-height: 33px;
    font-size: 17px;
    font-weight: 200;
}

.logouttitle,
.logoutcopy {
    font-size: 35px;
    font-weight: 200;
    text-shadow: none;
    padding: 30px 10px 0 10px;
    color: #000;
    text-align: center;
}

#home_menu_right .fa {
    padding: 7px;
}

#cookies-warning-big {
    padding: 10px;
    color: #2f2f2f;
}

#cookies-warning-big a {
    color: #287184;
    text-decoration: underline;
}

.logoutcopy {
    font-size: 15px;
}

#wide-menu {
    display: none;
}

#container,
.container {
    overflow: hidden;
}

#message {
    font-weight: 200;
    font-size: 20px;
    text-align: center;
    padding: 10px;
}

.alert {
    width: 100%;
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 1px #000;
    background-size: 5px 5px;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #fff;
    background: #214467;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    max-width: 450px;
    margin: 10px auto;
    text-align: left;
}

#sponsor-image {
    max-width: 200px;
    max-height: 200px;
    float: right;
}

.myactivity_btn {
    width: 49.5%;
    width: calc(50% - 0px);
    float: left;
}

.browse_btn_sm {
    width: 49.5%;
    width: calc(50% - 0px);
    float: left;
}

.search_btn {
    width: 50%;
    float: right;
}

.subSearchForm {
    clear: both;
    width: 100%;
    background: #287184;
}

.subSearchFormTitle {
    text-transform: uppercase;
    color: white;
    text-align: center;
}

.live-button {
    padding: 5px 0;
    height: 44px;
    float: left;
}

.fa-stack-1x {
    line-height: inherit;
    color: #3abad5;
    text-shadow: none;
}

#browse_item {
    background: #287184;
    color: white;
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #FFFFFF;
}

.login_wide_button {
    padding:10px 15px;
}

.menu_item_on {
    top: 3px;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #4b6627, 0px 5px 3px #999;
}

.menu_item_on button:active:before {
    font-size: 50px;
    text-shadow: 0px 3px 0px #07526e, 0px 5px 1px #07526e/*, 3px 0px 1px #07526e, 3px 3px 1px #07526e,
     -2px 0px 1px #68cff2*/
    ;
}

#main_menu button:focus,
.login_button:focus,
.login_wide_button:focus {
    outline: none;
}

#checkout-button {
    padding: 20px 0 25px 0;
    text-align: center;
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
    clear: both;
}

#checkout-button a {
    width: 160px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    border: none;
    background: #c41b1b;
    border-radius: 3px;
}

#checkout-button a:active {
    top: 3px;
    /* box-shadow: inset 0px 1px 0px #921414, 0px 2px 0px 0px #921414, 0px 5px 3px #999; */
}

#checkout-button a:active:before {
    top: 7px;
    font-size: 50px;
    text-shadow: 0px 3px 0px #07526e, 0px 5px 1px #07526e/*, 3px 0px 1px #07526e, 3px 3px 1px #07526e,
     -2px 0px 1px #68cff2*/
    ;
}

.donate_btn {
    display: none;
    width: 300px;
    margin: 25px auto;
    text-align: center;
}

.donate_btn #donate {
    height: 50px;
    width: 160px;
    padding: 10px 20px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 0px #4b6627;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    cursor: pointer;
    border: none;
    background: #3abad5;
    background-image: linear-gradient(bottom, #3abad5 0%, #3abad5 100%);
    border-radius: 5px;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #4b6627, 0px 3px 5px #999;
}

.donate_btn #donate:active {
    top: 3px;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #4b6627, 0px 5px 3px #999;
}

.donate_btn #donate:active:before {
    top: 7px;
    font-size: 50px;
    text-shadow: 0px 3px 0px #07526e, 0px 5px 1px #07526e/*, 3px 0px 1px #07526e, 3px 3px 1px #07526e,
     -2px 0px 1px #68cff2*/
    ;
}

.spinner {
    display: none;
    text-align: center;
    padding-top: 8px;
    background-color: #3abad5;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #efefef;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.activity-filter a,
#main_menu a {
    height: 35px;
    padding: 9px 13px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    cursor: pointer;
    border: none;
    background: #287184;
    border-radius: 3px;
}

.activity-filter a:active,
#main_menu a:active {
    background: #8fc64b;
}

#main_menu a {
    height: 50px;
    margin-top: 20px;
    top: 15px;
    margin: 5px;
    padding: 12px 20px;
}

#main_menu {
    text-align: center;
    width: 100%;
    height: 57px;
}

/* MORE/BID BUTTON */

.buttons button {
    margin-top: 7px;
    height: 40px;
    top: 0px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding-top: 6px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    cursor: pointer;
    border: none;
    background: #3abad5;
    border-radius: 3px;
    float: left;
    padding-top: 7px;
    cursor: pointer;
}

/* END MORE/BID BUTTON */

.browse_indi_item {
    font-weight: 400;
    font-size: 18px;
    padding: 10px;
    cursor: pointer;
}

#search_type,
.noresults {
    background: #287184;
    color: white;
    font-size: 20px;
    font-weight: 200;
    padding: 10px;
    text-align: center;
    border-top: 1px solid white;
}

.menu_list,
.menu_list a {
    list-style: none;
    font-weight: 200;
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 1px #454545;
    margin: 0;
    padding: 0;
}

.sb-slidebar {
    background-color: #214467;
}

.menu_list li a i {
    color: white;
    background: #3abad5;
    border-radius: 30px;
    padding: 9px;
    height: 20px;
    line-height: 21px;
}

.menu-fa-icon {
    float: right;
    margin: -5px -10px 0 8px;
    padding: 11px 10px 9px 11px !important;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.menu_list li {
    padding: 10px;
    padding-left: 20px;
    border-bottom: 1px dashed #5C5C5C;
}

.body {
    width: 100%;
    clear: both;
}

#search {
    width: 300px;
    margin: 0 auto;
}

.edit-user-field {
    padding: 5px 0 5px 0;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

.edit-user-field label {
    display: block;
    text-align: left;
    font-size: 16px;
    color: #000;
    font-weight: 200;
    padding-bottom: 4px;
}

.search_sub {
    width: 100% !important;
    margin: 0 auto;
}

#third_party,
#cc_title,
#cc {
    width: 90%;
    margin: 0 auto;
}

#cc_title {
    font-weight: 700;
}

#menu_search {
    text-align: left;
    float: left;
    margin-left: 10px;
    border: 1px solid white;
    padding: 6px 8px;
    border-radius: 3px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-weight: 200;
    font-size: 15px;
}

#menu_donate {
    background: #3abad5 !important;
}

#sub_search {
    width: 100%;
    margin: 0 auto;
}

#lookup {
    font-size: 24px;
    text-shadow: 1px 1px 1px #fff;
    width: 43%;
    float: left;
    text-align: right;
    font-weight: 200;
    padding-right: 10px;
    line-height: 50px;
    height: 50px;
    margin-top: 10px;
}

#search-form {
    width: 100%;
    float: left;
    text-align: center;
}

#search-sub-form {
    width: 40%;
    margin: auto;
    margin-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}

#send_me_text {
    font-size: 14px;
    width:100%;
}

#search-sub-form input {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.button_down_search {
    background: white;
    color: #2f2f2f !important;
    font-weight: 300;
}

#cc_details #card_number,
#cc_details #month,
#cc_details #year,
#cc_details #cvv,
#cc_details #postal_code {
    font-size: 22px;
    padding: 5px;
    border-radius: 0px;
    background: white;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#cc_details {
    width: 90%;
    margin: 0 auto;
}

.cc_number {
    width:100% !important;
}

#cc_details .edit-user-field {
    width: initial;
}

.stripe_cc_details input,
.generic_cc_details input,
.bean_cc_details input {
    font-size: 30px !important;
    height: 50px !important;
    font-weight: 300;
}

#hosted_details {
    width: 95%;
    clear:both;
}

#form-type-group-cc {
    height: 380px;
}

.fa-button {
    font-family: FontAwesome, sans-serif;
}

.forgot-textarea {
    box-shadow: none;
    margin: 10px 0 10px 0;
    width: 100%;
    clear: both;
}

.edit-user-field input {
    width: 97%;
    margin-bottom: 20px;
}

.edit-user-field select {
    width: 40%;
}

#item-search {}

.search_box {
    box-shadow: none;
    width: 100px;
    font-size: 16px;
    border: none;
}

.search_button {
    box-shadow: none;
    font-size: 16px;
    border: none;
    background-color: #3abad5;
    color: white;
}

#search-sub-form #item-search {
    width: 80px;
}

input[type="radio"] {
    border-style: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 4%;
    -webkit-appearance: radio;
}

#table_number {
    padding-left: 5px;
    float: left;
    clear: left;
}

#logo-image-banner {
    margin:0 !important;
    width:100%;
}

#cc_banner {
    padding: 10px 15px 0px 15px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    clear: left;
    height: 30px;
    margin-top: -40px;
}

.input_lg {
    padding: 10px;
    font-size: 13pt;
}

.bidder-login #user_name {
    width:180px;
}

.input_lg_cancel {
    padding: 10px;
    font-size: 12px;
    color: #444;
    background: #ccc;
}

.question_login {
    opacity: 0.75;
    color: #fff;
    background: #ccc;
    font-size: 11pt !important;
    padding: 3px !important;
    margin-left: 3px;
    font-weight: 700 !important;
    text-shadow: 0px 0px 1px #000;
}

.login_hr {
    opacity: 0.5;
    margin: 14px 50px 4px 50px;
    width: 350px;
    margin: 20px auto;
}

.input_med {
    padding: 10px;
    font-size: 20px;
}

.info_text {
    padding: 10px;
}

.igreen_on_light {
    box-shadow: none;
    border: none;
}

.iblue {
    background: #306399;
    /* Old browsers */
    border: 1px solid #204166 !important;
    color: #FFFFFF;
}

.iplain {
    background: none !important;
    color: #777 !important;
    text-decoration: none;
    width: initial !important;
    font-size: 16px;
    padding-left: 10px !important;
}

#send_me_text input {
    width: inherit;
    border: 1px solid #ccc;
    -webkit-appearance: radio;
}

.ilight {
    background: #f1f1f1;
    color: #777;
    border: 1px solid #ccc !important;
}

.row {
    padding: 5px;
}

#bidder_login {
    background: #FFF;
    padding-top: 20px;
}

.bidder-login {
    color: #2f2f2f;
    width: 100%;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}

#bidder_login_form {
    color: #2f2f2f;
    padding-bottom: 20px;
}

.bidder-login a {
    color: #3abad5;
    border-bottom: 1px dotted #3abad5;
    text-decoration: none;
}

#sponsor_logo {
    text-align: right;
    padding-right: 5px;
    padding-top: 5px;
}

#organization_logo {
    padding-left: 5px;
    padding-top: 5px;
}

#organization_name {
    background: #214467;
    clear: both;
    color: white;
    /* padding:10px 0 0 10px; */
}

#org_name, #org_name_banner {
    padding: 10px 10px;
    color: white;
    text-align: center;
    margin-top: 80px;
}

#org_name_banner {
    padding: 0px;
    margin:0;
}

.bidapp-header {
    background-color: white;
}

#bidder_login p {
    padding: 0 10px 0 10px;
    margin-top: 0;
}

#register_today_message p {
    display:block !important;
}

.confirm-login-token {
    width: 200px;
    padding: 7px;
    margin-right: 10px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 3px 2px #e2e2e2 !important;
    border: 1px solid #ddd;
}

.register-today-btn {
    text-align: center;
}

.add_card_btn {
    text-decoration: none;
    margin-right: 10px;
    padding: 6px;
    color: #fff;
    border-radius: 5px;
    background: #3abad5;
    margin-top: -4px;
    font-size: 14px;
    font-weight: 300;
    float: right;
    box-shadow: 1px 1px 1px #214467;
}

.clock {
    background: #214467;
    clear: both;
    color: white;
    width: 100%;
    overflow: hidden;
    padding: 5px 0 0 0;
}

#servertime {
    padding-bottom: 10px;
    float: left;
    clear: left;
    padding-left: 10px;
    margin-top: -4px;
}

#theClock {
    border-top: 1px solid #fff;
    background: #287184;
    text-align: right;
    padding: 10px 0;
    font-weight: 200;
    width: 100%;
    color: white;
    clear: both;
}

#bidder_number {
    margin-right: 5px;
    width:120px;
}

#confirmForm {
    font-size: 12pt;
    font-weight: 400;
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

#confirmForm input[type="tel"] {
    margin: 10px 0;
    box-shadow: none;
    text-align: center;
}

.big_input_w_shadow {
    padding: 8px;
    margin-right: 10px;
    border-radius: 10px;
    text-align: center;
    height: 50px;
    box-shadow: -5px 5px 2px #eee !important;
}

#go {
    box-shadow: -5px 5px 2px #eee !important;
}

#greeting-button-yes {
    margin: 20px 0px 0 0px;
}

.confirm_header {
    text-align: center;
}

.bidder-login input {
    padding: 15px;
    margin-top: 10px;
}

#register_today_message {
    padding: 6px 20px 30px 20px;
    text-align: initial;
}

#greeting,
#greeting-name,
#greeting-confirm-title,
#greeting-form,
#terms {}

#greeting {
    padding-top: 30px;
    font-size: 14pt;
    font-weight: 700;
}

#greeting-confirm-title {
    font-size: 18pt;
    padding: 8px 8px 8px 10px;
    color: white;
    background: #003963;
    text-align: center;
    font-weight: 300;
}

#greeting-form {
    padding-top: 10px;
    padding-bottom: 10px;
}

#terms {
    color: #A2A2A2;
}

#bidder_name {
    font-weight: 400;
    /* width:100%; */
    font-size: 18px;
    clear: left;
    float: left;
    margin: 0;
    padding: 10px;
    max-width: 60%;
    margin-top: -10px;
}

#poweredby {
    text-align: center;
    clear: both;
}

.poweredby {
    font-size: 10px;
    padding: 20px;
}

#table_number {
    font-weight: 200;
    font-size: 14px;
    padding-left: 10px;
}

.figure_item .fmv_label,
.figure_item .donor_label,
.category_label {
    font-size: 14px;
    padding: 5px;
    padding-top: 0;
    clear: both;
}

.category_label i {
    color: #ccc;
}

.item-content-container {
    height: 200px;
}

#bid_message {
    position: fixed;
    font-weight: 400;
    top: 10px;
    left: 50%;
    width: 90%;
    margin: 0 auto;
    z-index: 999999999999;
    transform: translateX(-50%);
    font-size: 16px;
}

#register_to_bid,
#check_into_auction {
    font-size: 24px;
    margin-top: 25px;
    line-height: 30px;
}

#register_to_bid_instr::before {
    content: "Use this form to create your account.";
}

#guest_update {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#guest_update_instr::before {
    content: "";
}

.guest_update_list {
    padding: 15px;
}

#register_to_bid::before {
    content: "Register Now";
}

#check_into_auction::before {
    content: "Check Into Auction";
}

#user_check_in_header h1,
#user_password_confirm_reset_header h1,
#user_password_reset_header h1,
#cc_details h1 {
    margin-bottom: 5px;
}

#user_check_in {
    font-size: 24px;
    margin-top: 5px;
}

#user_password_confirm_reset {
    font-size: 24px;
    margin-top: 5px;
}

#user_check_in_instr::before {
    content: "Please verify your information and press submit.";
}

#user_password_reset {
    font-size: 24px;
    margin-top: 5px;
}

#user_check_in::before {
    content: "Check-In/Update Info";
}

#user_password_reset::before {
    content: "Reset Password";
}

#user_forgot_password {
    font-size: 24px;
    margin-top: 5px;
}

#user_forgot_password::before {
    content: "Password Request Sent";
}

#user_help {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0;
}

#user_help::before {
    content: "Login Help";
}

.asterisk {
    float: left;
    color: red;
    margin-right: 5px;
}

.title::before {
    font-weight: 700;
}

.headers {
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    text-shadow: none;
    background-color: rgba(0, 0, 0, .8);
}

#leaderboard table {
    width: 100%;
    padding: 20;
    font-size: 18px;

}

.search_type {
    text-align: center;
    font-weight: 200;
    font-size: 18px;
    padding: 10px;
    background: #3abad5;
    color: #fff;
    clear: both;
}

.search_type_header {
    text-align: center;
    font-weight: 200;
    font-size: 18px;
    padding: 10px;
    color: #000;
    background: #fff;
    text-shadow: 1px 1px 1px #fff;
}

#leaderboard {
    width: 90%;
    margin: 0 auto;
}

/*
table {
    font-weight: bold;
}
*/

.fr-view table td, .fr-view table th {
    border: none !important;
}

table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px
}

table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px
}

#auction_preview_container table {
  width:initial;
}

#auction_preview_container table td {
  font-size: initial;
  color: #000;
  text-shadow: none;
  font-weight:initial;
}

#background {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
    margin: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1
}

.activity {
    /* background-color: #fff; */
}

.paid {
    background-color: #287184;
    display: block;
}

.winning {
    background-color: #008000;
    display: block;
}

.losing {
    background-color: #cf4e73;
    display: block;
}

.watching {
    /* background-color: #f6c801; */
}

.main_detail_button{
    color: white;
    padding: 10px;
    text-decoration: none;
    clear: both;
}

.btnAdjust {
    display: inline-block;
    word-wrap: break-word;
    border-radius: 6px;
    margin: 0px 10px 0px 10px;
    padding: 5px 0px 5px 0px;
}

.activity-filter {
    padding: 22px 0 20px 0;
    background-color: #3abad5;
    margin-top: -1px;
}

.history-list,
.history-list-header,
.bid-list,
.bid-list-header {
    background: #287184;
    border-bottom: 1px solid #FFFFFF;
    padding: 5px;
    color: white;
    cursor: pointer;
}

.bid-list {
    font-size: 20px !important;
    padding: 10px;
    text-shadow: -1px -1px 0px #25264D;
}

.history-list-header,
.bid-list-header {
    background: #204166;
    font-weight: 200;
    font-size: 13px;
}

.qty_available {
    /*padding-top:10px;*/
}

.bid-alert {
    display: none;
    color: #222;
    margin: 8px 3px;
    padding: 7px 0px;
    text-shadow: -1px -1px 1px #fff;
    float: left;
}

.separator {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    text-align: center;
}

.browse_center_two {
    margin-left: 18.95%;
}

.browse_center_one {
    margin-left: 2.2%;
}

#browse_button {
    width: 100%;
    background: #204166;
    padding: 12px 0;
    text-align: center;
    color: white;
    margin: 0;
    font-weight: 200;
}

#browse_button::before {
    content: "Click to Filter Categories";
}

.button {
    background: #3abad5;
    height: 35px;
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 15px;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.detail-button {
    background: #287184;

    color: #fff;
    margin: 8px 3px;
    padding: 7px 10px;
    text-align: center;
    border-radius: 2px;
    float: left;
}

.bid-button,
.more_bid {
    background: #951e34;
    color: #fff;
    margin: 20px 3px 8px 3px;
    width: 120px;
    padding: 7px 0px;
    text-align: center;
    border-radius: 2px;
    float: left;
}

.watch-button {
    margin: 3px;
    padding: 7px 10px;
    text-align: center;
    border-radius: 2px;
    float: left;
    background-color: #565656;
    color: transparent;
    text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.watch-button-watching {
    margin: 3px;
    padding: 7px 10px;
    text-align: center;
    border-radius: 2px;
    float: left;
    color: #f4f43f;
    text-shadow: 0px 0px 2px #000;
}

.remove {
    float: right;
    clear: both;
}

.donate_center_one,
.donate_center_two {
    background: #287184;
    color: #fff;
    margin: 2.5%;
    padding: 7px 0px;
    text-align: center;
    float: left;
    font-size: 21px;
    font-weight: 200;
    width: 45%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.dim {
    background: #e1e1e1;
    width: 100%;
    height: 35px;
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 15px;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    font-weight: 200;
}

.donate_submit {
    /* background: #3abad5;
	color: #fff;
    float:right;
    padding: 7px 0px;
    text-align: center;
	box-shadow: 2px 2px 1px #ccc;
	-moz-box-shadow: 2px 2px 1px #ccc;
	-webkit-box-shadow: 2px 2px 1px #ccc;
	text-shadow: 1px 1px 1px #494949;
	font-size:30px;
	font-weight:200px;
    width: 125px;
	height:44px;
	font-weight:200;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	margin-top: 11px;
	margin-right: 18px;
	cursor:pointer;*/
}

.appeal_form .cancel {
    display: none;
}

#update-bidder,
#new-bidder,
#cancel,
#checkin,
#checkout,
#btSubmit input[type="submit"],
#card_submit,
#stripe_submit,
#stripe-submit,
#allSubmit .submit {
    background: #3abad5;
    color: #fff;
    margin: 8px auto;
    padding: 7px 0;
    text-align: center;
    /* box-shadow: 2px 2px 1px #ccc;
	-moz-box-shadow: 2px 2px 1px #ccc;
	-webkit-box-shadow: 2px 2px 1px #ccc;
	text-shadow: 1px 1px 1px #494949; */
    font-size: 20px;
    font-weight: 400;
    width: 100px;
    /* height:30px; */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

#checkout,
#stripe_submit,
#stripe-submit {
    width: 150px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 16px 0 !important;
}

.hide_message {
    font-size: 16px;
    padding-top: 5px;
}

.btSubmitBtn {
    height: 43px !important;
}

#processing {
    background: #3abad5;
    color: #fff;
    margin: 8px auto;
    padding: 7px 0px;
    text-align: center;
    /* box-shadow: 2px 2px 1px #ccc;
	-moz-box-shadow: 2px 2px 1px #ccc;
	-webkit-box-shadow: 2px 2px 1px #ccc;
	text-shadow: 1px 1px 1px #494949; */
    font-size: 20px;
    font-weight: 200px;
    width: 120px;
    height: 30px;
    font-weight: 200;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin-left: 10px;
}

#title {
    height: 25px;
    font-weight: 400;
    font-size: 30px;
    margin: 4px;
    padding: 4px 0px 18px 0px;
}

#reveal_cc,
#hide_cc,
#reveal_address,
#hide_address {
    background: #3abad5;
    color: #fff;
    padding: 4px 0px;
    text-align: center;
    /* box-shadow: 2px 2px 1px #ccc;
	-moz-box-shadow: 2px 2px 1px #ccc;
	-webkit-box-shadow: 2px 2px 1px #ccc;
	text-shadow: 1px 1px 1px #494949; */
    font-size: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 300px;
    margin: auto;
    height: 30px;
    font-weight: 200;
    cursor: pointer;
}

#cancel {
    background: #e2e2e2;
}

.item-view-buy-now {}

#confirmButtons {
    padding: 15px 0 25px;
    text-align: center;
    width: 80%;
    margin: auto;
}

#confirmBox .button {
    background: #287184;
    border-radius: 7px;
    color: white;
    display: block;
    text-shadow: 1px 1px 1px #000 !important;
    font: 17px/33px;
    height: 24px;
    font-weight: bold;
    margin: 5px auto;
    padding: 10px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

#no_results {
    text-align: center;
    font-weight: 200;
    font-style: italic;
    padding: 10px;
    font-size: 14px;
}

#confirmBox .cancel {
    background: #ccc;
}

.appeal_form {
    margin: 0 auto;
    clear: both;
}

.bid_center_two {
    margin-left: 18.95%;
}

.bid_center_one {
    margin-left: 2.2%;
}

.sm-text {
    font-size: 14px;
    font-weight: 700;
}

.donate_other {
    float: left;
    font-weight: 200;
    text-align: center;
    font-size: 22px;
    padding: 7px;
}

#other {
    width: 134px;
}

.buttons {
    clear: left;
}

#user-data,.bidder_address_block,.contact_block {
    width: 60%;
    margin:0 auto;
}

.help {
    padding: 10px;
}

.showRequire {
    background-color: yellow;
}

.status_message {
    color: #fff;
    padding: 3px;
    float: left;
    width: 72%;
}

.fast-bid {
    width: 49.5%;
    width: calc(50% - 2px);
    float: left;
}

.item-view-history {
    width: 50%;
    float: right;
}

.item-view-search-right {
    width: 50%;
    float: right;
}

.item-view-purchase {
    width: 100%;
    float: left;
}

.item-view-details {
    width: 49.5%;
    width: calc(50% - 2px);
    float: left;
}

.item-view-search {
    width: 49.5%;
    width: calc(50% - 2px);
    float: left;
}

.item-view-bid-button {
    width: 50%;
    float: right;
}

.item-view-watch {
    width: 50%;
    float: right;
}

.dollarAmount {
    font-weight: 700;
    text-align: right;
    padding-right: 20px;
}

.closing {
    text-align: center;
    width: 100%;
    font-weight: 200;
    font-size: 18px;
    border-top: 1px solid #287184;
    clear: both;
}

#search {
    display: none;
}

#browse {
    clear: both;
}

#menu {
    display: none;
}

#menu_ellipsis {
    float: right;
}

#expanding_menu {
    display: none;
}

#browse_moniker {
    background: #214467;
    padding: 10px 0 10px 5px;
    color: white;
    font-weight: 200;
    margin: 0;
    font-size: 18px;
    border-top: 1px solid #fff;
    text-transform: uppercase;
}

#bids {
    display: none;
}

#giver {
    display: none;
}

#photo {
    display: none;
}

#details {
    display: none;
    padding: 10px;
    width: 97%;
    clear: both;
    text-shadow: 1px 1px 1px #fff;
    line-height: 24px;
    font-size: 14px;
}

.checkout-results {
    padding: 5px;
    font-size: 20px;
    font-weight: 200;
}

#details img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 40%;
}

#history {
    display: none;
}

#dontmatch {
    display: none;
}

#hide {
    display: none;
}

#outbid_detail {
    font-size: 15px;
    clear: both;
    color: white !important;
}

form .visible {
    display: block !important;
}

#confirmOverlay {
    background: linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x scroll 0 0 rgba(11, 11, 11, 0.2);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000000;
}

#confirmBox {
    background: #FFF;
    border: 1px solid rgba(33, 33, 33, 0.6);
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 392px;
    margin-left: -200px;
    margin-top: -100px;
    border-radius: 10px;
    overflow: hidden;
    border: 4px solid white;
}

#confirmBox h1,
#confirmBox p {
    color: #fff;
    text-align: center;
    padding: 8px 5px;
    margin-top: 0;
}

#confirmBox h1 {
    color: #fff;
    background: #287184;
    font-size: 20px !important;
    font-weight: 200;
    letter-spacing: 0.3px;
    text-shadow: -1px -1px 1px #111;
}

#confirmBox p {
    font-size: 13px;
    line-height: 21px;
    background: none !important;
    padding: 5px 15px 0 15px;
    /* font-weight: bold; */
    color: #2f2f2f;
    margin-bottom: 0;
}

#confirmBox .button:last-child {
    margin-right: 0;
    cursor: pointer;
}

#confirmBox .button span {
    background: url("buttons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 33px;
    position: absolute;
    right: -5px;
    top: 0;
    width: 5px;
    cursor: pointer;
}

#confirmBox .blue {
    background-position: left top;
}

#confirmBox .blue span {
    background-position: -195px 0;
}

#confirmBox .gray {
    background-position: -200px top;
}

#confirmBox .gray span {
    background-position: -395px 0;
}

.place_bid_body {
    width: 100%;
}

#bid_red {
    padding: 10px;
    font-size: 20px;
    font-weight: 400;
    background: #FF0004;
    color: white;
    clear: both;
    border-radius: 3px;
}

#bid_green {
    padding: 10px;
    font-size: 20px;
    font-weight: 400;
    background: #20A700;
    color: white;
    clear: both;
    border-radius: 3px;

}

#bid_yellow {
    padding: 10px;
    font-size: 20px;
    font-weight: 400;
    background: #B8B700;
    color: white;
    clear: both;
    border-radius: 3px;
}

#bid_green button,
#bid_yellow button,
#bid_red button {
    clear: both;
    float: right;
    margin-top: 10px;
    border-radius: 5px;
    background: #fff;
    border: none;
    padding: 6px;
    margin-bottom: 10px;
    font-size: 20px;
}

#bid_yellow div {
    color: #B8B700;
}

#bid_green div {
    color: #20A700;
}

#bid_red div {
    color: #FF0004;
}

#bid_yellow a,
#bid_green a,
#bid_red a {
    color: white;
    text-decoration: underline;
}

.security_message {
    padding: 20px;
    font-weight: 200;
    font-size: 20px;
    line-height: 32px;
}

.security_message p {
    margin: 0;
    padding: 0;
}

#auction_preview {
    background: #F4F4F4;
    font-weight: 400;
    font-size: 18px;
    color: #575757;
    text-shadow: 1px 1px 0 #fff;
    text-align: center;
    border-top: 1px solid #fff;
    margin-top: 0px;
    padding: 10px 0;
}

#auction_preview::before {
    content: "Auction Preview";
}

#activity .bid-button {
    float: left;
    /* margin-top: -30px; */
    margin-right: 13px;
}

#activity .detail-button {
    /* display:none;*/
}

#activity .donate-button {
    float: left;
    /* margin-top: -30px; */
    margin-right: 13px;
}

#activity .high,
#activity .fmv {
    min-width: 25%;
    max-width: 60%;
    clear: left;
}

#activity .fmv {
    /* display:none;*/
}

.preview-description {
    display:none;
    padding: 12px;
    line-height: 23px;
    font-size: 12pt;
    z-index: 999999;
    background: #fff;
    box-shadow: 0px 0px 40px #888;
    max-width: 500px;
    position: fixed;
    top: calc(30vh);
    border: 1px solid #ccc;
    max-height: calc(50vh);
    overflow-y: scroll;
    overflow-x: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#mobile-checkout {
    width: 99%;
    padding: 5px;
    padding-left: 0;
}

#activity_item_name,
#activity_high_amount,
#activity_high_bidder {
    font-weight: 600;
    font-size: 16px;
    float:left;
    width:25%;
}
#activity_item_name {
    width:45%;
}
.activity_row_headers {
    width:60% !important;
}
#activity_item_name_row,
#activity_high_amount_row,
#activity_high_bidder_row {
    font-weight: 300;
    font-size: 14px;
    float:left;
    width:25%;
    float:left;
}
#activity_item_name_row {
    width:45%;
}

#activity-row-checkout {
    padding-bottom: 7px;
    border-bottom: 1px solid #000;
    width: 100%;
    margin: 0px auto;
}

#total_line,
#cc_cards,
#activity-row {
    width: 100%;
    margin: 7px auto;
}

#activity-row {
    border-bottom: 1px solid #000;
    padding: 10px 0;
}

#obd {
    background: #f1f1f1;
    padding: 10px;
    color: #000;
    border-radius: 4px;
    border: none;
    text-shadow: none;
    height: auto;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
}

#text-org {
    padding: 15px 0 0 10px;
}

.login_wide_button_container {
    clear: both;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

.register_today_copy {
    /* text-align: center; */
    font-weight: 200;
    font-size: 14px;
    padding: 10px 20px;
    background: #287184;
    color: #fff;
    margin-top: 10px;
}

.register_today_copy a {
    color: white;
}

.item_number_display {
    font-weight: 700;
    font-size: 65px;
    float: left;
    line-height: 61px;
    margin-top: 10px;
    color: #287184;
    text-shadow: 1px 1px 5px #ccc;
}

.item_name_display {
    font-size: 30px;
    float: left;
    clear: left;
}

#row_message {
    clear: both;
}

.sy-slides-wrap {
    position: relative;
    /* height: 30%;
    width: 30% !important; */
    max-height: 250px;
    float: right;
    border: 1px solid #ccc;
}

.carousel {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    background: white;
}

.carousel-cell {
    max-height: 250px;
    max-width: 100%;
    margin: 0 auto;
}

/* big buttons, no circle */

.sold_out {
    padding: 5px;
    font-weight: bold;
    line-height: 40px;
    color: #951e34;
}

#browse-container-header {
    background: #287184;
    color: #e7e7e7;
    text-shadow: 0px 0px 10px #555;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #FFFFFF;
    text-transform: uppercase;
    font-size: 13px;
}

.more_bid_box {
    display: none;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-top: 3px solid #fff;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 0px 2px #000, 2px 2px 10px #aaaaaa;
    clear: left;
    margin-right: 2px;
    background: white;
    z-index: 9999991;
    width: 98%;
}

.sharethis-inline-share-buttons {
    text-align: center !important;
    margin-top: 30px;
}

#multi_media {
    margin: 30px 0 0 0;
    text-align: center;
    color: #ccc;
    clear:both;
}

#multi_media a {
    color: #ccc;
    padding: 10px;
}

.close_more_bid_container {
    width: 100%;
}

.close_more_bid {
    text-align: right;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 4px;
    cursor: pointer;
    width: 50px;
    float: right;
}


#hosted_details .form-row {
}

#hosted_details label {
    font-weight:200;
}

#sb-site {
    background: white;
}

.guest_update_instructions {
    font-size: 14px;
}

.item_details_block {
    background: white;
    padding: 10px 5px;
    clear: both;
    line-height: 27px;
    font-size: 12pt;
}

.history-list-header div {
    width: 33%;
    float: left;
}

.history-list div {
    width: 33%;
    float: left;
    font-size: 15px;
}

.button_down {
    background: #8fc64b !important;
}
.jsplus_map div {
    margin:0 auto;
}
#closing_desc {
    float: right;
    margin-right: 10px;
}

.message_results {
    position: absolute;
    width: 90%;
    margin: 0 auto;
}

.message_results button {
    clear: both !important;
    float: right !important;
    font-size: small !important;
    margin-top: 30px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.hide_status_message {
    text-align: right;
    float: right;
    background: white;
    padding: 4px 8px;
    border-radius: 20px;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: pointer;
}

#back-to-top {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 9999;
    width: 60px;
    height: 45px;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    background: #f5f5f5;
    color: #287184;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background: #e9ebec;
}

#back-to-top.show {
    opacity: 1;
}

.preview-description-close {
    float: right;
    cursor:pointer;
}

@-webkit-keyframes fadeIt {
    0% {
        background-color: #FFFFFF;
    }
    20% {
        background-color: #fffce0;
    }
    100% {
        background-color: #FFFFFF;
    }
}

@-moz-keyframes fadeIt {
    0% {
        background-color: #FFFFFF;
    }
    20% {
        background-color: #fffce0;
    }
    100% {
        background-color: #FFFFFF;
    }
}

@-o-keyframes fadeIt {
    0% {
        background-color: #FFFFFF;
    }
    20% {
        background-color: #fffce0;
    }
    100% {
        background-color: #FFFFFF;
    }
}

@keyframes fadeIt {
    0% {
        background-color: #FFFFFF;
    }
    20% {
        background-color: #fffce0;
    }
    100% {
        background-color: #FFFFFF;
    }
}

.backgroundAnimated {
    background-image: none !important;
    -webkit-animation: fadeIt 3s ease-in-out;
    -moz-animation: fadeIt 3s ease-in-out;
    -o-animation: fadeIt 3s ease-in-out;
    animation: fadeIt 3s ease-in-out;
}


@keyframes yellowfade {
    from {
        background: #fffce0;
    }
    to {
        background: linear-gradient(to bottom, #ededed 0%, #fff 80%);
    }
}

.outbid_yellow_fade {
    animation-name: yellowfade;
    animation-duration: 1.5s;
}

@media screen and (max-width:900px) {
    .figure_item {
        text-align: left;
        overflow: hidden;
        width: 33.3333%;
    }
}

@media screen and (max-width: 800px) {
    #terms {
        padding: 15px;
    }
    .img-gallery-img {
        max-width: 100% !important;
        width: initial !important;
        max-height: 100%;
    }
    #btSubmit {
        width: 90%;
        text-align: center;
        margin:auto;
    }
    #cc_details {
        width: 91%;
        margin: 0 auto;
    }
    #reveal_cc, #hide_cc, #reveal_address, #hide_address {
        width: initial;
    }
    .activity_row_headers {
        width: 90% !important;
    }
    #activity-row-checkout {
        width: 90%;
    }
    #total_line, #cc_cards, #activity-row {
        width: 90%;
        margin: 7px auto;
    }
    #user-data,.bidder_address_block,.contact_block,.password_block  {
        width: 100%;
    }

    .block_inner,
    .footer {
        max-width: 1012px;
        margin: 0 auto;
        padding: 10px 20px;
    }

    #sb-site {
        margin: 0px auto;
    }

    .figure_item {
        text-align: left;
        overflow: hidden;
        width: 33.3333%;
    }

    .preview-description {
        max-width:80%;
        left: 0;
        right: 0;
    }

    .close_more_bid {}

    .item {
        padding: 0;
        width: 50%;
        margin: 0px;
    }

    #sb-site {
        border: none;
    }
    /* #menu is the original menu */
    #top-menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    #closing_desc {}
    .more_bid_box {
        display: none;
        border-left: 4px solid #fff;
        border-right: 4px solid #fff;
        border-bottom: 4px solid #fff;
        border-top: 3px solid #fff;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 2px 2px 5px #ccc;
        clear: both;
        margin-bottom: 20px;
        background: white;
    }
    .donate_center_one,
    .donate_center_two {
        margin: 3px 3px;
        padding: 7px 0px 3px 0;
        font-size: 20px;
        font-weight: 200;
        width: 31%;
        height: 30px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .donate_other input {
        font-size: 20px;
    }
    .donate_submit {
        padding: 7px 0px;
        font-size: 20px;
        height: 28px;
        font-weight: 200;
        width: 100px;
        margin: 10px 7px;
    }
    .sy-box {
        width: 100%;
        margin: 0 auto;
    }
    .item_details_block {}
    #footer-links {
        font-size: 13px;
    }
    .history-list,
    .history-list-header,
    .bid-list,
    .bid-list-header {
        font-size: 13px;
    }
    #main_menu button.donate {
        clear: both;
        margin-top: 23px;
    }

    #browse_button::before {
        content: "Tap to Filter Categories";
    }

    #search-sub-form {
        width: 90%;
        margin: 0 auto;
        padding-top: 10px;
    }
    .block_inner img {
        /* stop mobile images from getting off screen */
        max-width: 80%;
    }

    #blockA,
    #blockB,
    #blockC,
    #blockD {
        background-attachment: initial !important;
    }
    .header {
        /* height: calc(65vh);
        min-height:inherit; */
        background-attachment: initial !important;
        min-height:40%;
    }
    .header img {
        max-width: 110px;
        max-height: calc(30vh);
    }
    #logo-image-banner {
        max-width: initial;
        max-height: initial;
    }
    h2 {
        font-size: 20px;
    }
    #show_photo {
        border-top: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }
    .sy-slides-wrap {
        position: relative;
        height: 100%;
        width: 100% !important;
        float: left;
        max-height: calc(100vw - 50px);
        overflow: hidden;
        margin: 0 auto;
        margin: 10px auto;
        border: 1px solid #ccc;
    }

    .item_number_display {
        font-weight: 700;
        font-size: 30px;
        float: left;
        margin-top: 0;
        color: #287184;
        text-shadow: 1px 1px 5px #ccc;
        line-height: inherit;
        margin-right: 10px;
    }

    .item_name_display {
        font-size: 30px;
        float: left;
        margin-top: 0;
        clear: none;
    }

    #org_name {
        padding: 0;
        width: 100%;
        color: #2f2f2f;
    }
    #cookies-warning {
        padding: 10px;
    }

    #cookies-warning a {
        text-decoration: underline;
    }

    #cookies-warning-big {
        display: none;
    }
    .title {
        font-size: 22px;
        font-weight: 200;
        padding: 10px 5px;
        clear: both;
    }

    .register-today-btn {
        padding-bottom: 20px;
    }
    .footer {
        background-color: #fff;
        padding: 5px;
        overflow: hidden;
        max-width: 95%;
    }
    #container,
    .container {
        background-color: #fff;
        width: 100%;
        overflow: hidden;
    }
    .menu_list {
        font-size: 12px !important;
    }
    #wide-menu .menu_list,
    .menu_list a {
        font-size: 16px !important;
    }
}

@media (max-width: 500px) {
    .header-h1 {
        font-size: 24pt;
        line-height: 27pt;
    }

    .header-h2 {
        font-size: 12pt;
        line-height: 14pt;
    }
    body {
        background-color: #FFF !important;
    }
    #right-header-image {
        /* display: none; */
        float: right;
        max-width: 100px;
        max-height: 100px;
    }
}

@media (max-width: 375px) {
    body {
        background-color: #FFF !important;
    }

    #cc_details {
        width: 86%;
        margin: 0 auto;
    }

    #sponsor-image {
        /* width: 100%; */
        float: right;
    }
    #org_name {
        padding: 5px;
    }
    #cc_banner {
        font-size: 13px
    }
}

@media (max-width: 320px) {
    body {
        background-color: #FFF !important;
    }
    #show_photo {
        width: 40% !important;
    }
    .title {
    }
    .status_message_full {
        color: #fff;
        padding: 3px 0;
        /* float: left;
        width: 100%;
        clear:both; */
    }
    #cc_banner {
        font-size: 10px
    }
    html {
        /*background:#575757;
		min-height:100%; */
    }
    body {
        /*width:80% !important;
		max-width:1000px;
		min-height:100%;*/
        margin: 0 auto !important;
        border-top: none;
        border-right: none;
        border-bottom: none;
        background-color: #FFF !important;
        background-image: none !important;
    }
    .bidapp-container {
        border: none;
    }
    #left_column_login p {
        text-align: center;
    }
    #third_party,
    #cc_title,
    #cc {
        width: 70%;
        margin: 0 auto;
    }
    .edit-user-field {
        width: 90%;
    }
    .footer {
        background: #fff;
    }
    .register_today_copy {
        padding: 10px 50px;
    }
    #auction_preview {
        font-size: 18px;
    }
    .login_hr {
        opacity: 0;
        margin: 14px 50px 4px 50px;
    }
    .title {
        font-size: 25px;
        font-weight: 200;
        padding: 10px 5px 0px 0;
        float: left;
    }
    #wide-menu {
        display: block;
        float: left;
        width: 25%;
        margin: 0 auto;
        top: 0;
        left: 0;
    }
    #wide-menu .menu_list,
    .menu_list .info-text {
        list-style: none;
        color: #4D4D4D;
        text-shadow: 2px 2px 1px #fff;
        text-decoration: none;
        font-size: 17px;
        margin: 0;
        padding: 15px;
        font-weight: 200;
    }
    #wide-menu .menu_list,
    .menu_list a {
        list-style: none;
        color: #4D4D4D;
        text-shadow: 2px 2px 1px #fff;
        text-decoration: none;
        font-size: 14px;
        margin: 0;
        padding: 0;
        font-weight: 200;
        margin-right: 5px;
    }
    #wide-menu .menu_list li.first {
        background: #287184;
        font-weight: 200;
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        text-shadow: none;
    }
    #wide-menu .menu_list li.first::before {
        content: "Main Menu";
    }
    #wide-menu .menu_list li.first_welcome {
        background: #287184;
        font-weight: 200;
        font-size: 20px;
        text-transform: uppercase;
        color: #fff;
        text-shadow: none;
    }
    #wide-menu .menu_list li.first_welcome::before {
        content: "Welcome";
    }
    #wide-menu .menu_list li.last {
        background: #f1f1f1;
        height: 60px;

        display: none;
    }
    #wide-menu .menu_list li {
        background: #f1f1f1;
        border-bottom: 1px solid #fff;
    }
    .register-today-btn .igreen {
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        border-radius: 3px;
    }
    #container,
    .container {
        float: initial;
        margin: 0 auto;
        margin: 0px;
        padding: 0;
        background: #fff;
        overflow: hidden;
    }
    .non_index_spacer {
        display: none;
    }
    #home_menu_right .fa-home,
    .fa-bars,
    .sb-toggle-right {
        display: none;
    }
    .detail {
        /* width: 97%; */
    }
    .bidder-login {
        padding: 10px 0 0 0;
        text-align: center;
    }
    .browse_btn_sm {
        width: 50%;
        float: left;
    }
    #greeting,
    #greeting-name,
    #greeting-confirm-title {}
    #greeting-button-yes,
    #terms {}
    #confirmBox {
        left: 50%;
        margin: -130px 0 0 -150px;
        position: fixed;
        top: 50%;
        width: 292px;
        border-radius: 10px;
        overflow: hidden;
        border: 4px solid white;
    }
    #sb_site,
    .sb-slidebar {
        margin: 0 auto !important;
        width: 100%;
    }
    .header {
        background-color: #FFF;
    }
    .bidapp_container {
        border: none;
    }
    #right-header-image {
        float: right;
        max-width: 200px;
        max-height: 175px;
    }
    .bidapp_header .header-h2 {
        font-size: 20px;
    }
    #organization_logo img,
    #organization_name,
    #bidder_login_form {
        display: none;
    }
    #organization_logo h4 {
        font-size: 30px;
        display: block;
        color: #777;
        padding-left: 6px;
        font-weight: 200;
        margin-top: -2px;
    }
    .header h4 {
        color: #FFF;
    }
    #sponsor_logo {
        background-color: #fff;
    }
    #sponsor_logo img {
        max-width: 90%;
        float: right;
        padding: 5px;
    }
    .item-has-img {
        max-width: 100%;
        clear: both;
    }
    .menu_list li a i {
        color: #4D4D4D;
        background: none;
        border-radius: 30px;
        padding: 9px;
        text-shadow: 2px 2px 1px #fff;
    }
    #bidder_number {
    }
}

@media screen and (max-width: 750px) {
    .img-gallery-noimage {
        display: none;
    }
    #columns {
        column-gap: 0px;
        column-count: 1;
    }
    #columns figure {
        width: 100%;
    }

    .item {
        padding: 0;
        width: 50%;
        margin: 0px;
    }
}

@media (max-width: 500px) {
    .appeal_landing_page,.leaderboard_landing_page {
        width: calc(100vw) !important;
        height: 100%;
        margin-left: -20px;
        border: none !important;
        border-radius: 0 !important;
    }
    .title {
        font-size:18px !important;
    }
    .preview_title {
        height: initial !important;
        padding-bottom: 15px !important;
    }
    .header {
        background-size: initial;
    }
    .guest-name {
        width: initial;
    }
    .guest-info {
        width: 90%;
        text-align: left;
        margin: 0 auto;
    }
    .figure_item {
        margin: 5px;
        border: 1px solid #e7e7e7;
        padding: 10px;
        box-shadow: 3px 3px 2px #f7f7f7;
        text-align: left;
        overflow: initial;
        width: 50%;
    }

    .preview-description {
        max-width: 100%;
        top: 30px;
        width:90%;
        left:-1px;
    }

    .preview-description {
        max-height: initial;
        height: calc(80vh);
    }

    .img-gallery-noimage {
        display: none;
    }
    .item-content-container {
        height: inherit;
    }
    .item {
        padding: 0;
        width: calc(100vw);
        margin: 0px;
    }
    .starburst,
    .starburst-losing {
        top: -1em;
    }
    .cant_remember {
        font-size: 14px;
    }
    .edit-user-field input {
        /* width: 92%; */
        margin-bottom: 20px;
    }
    body {
        background-color: #FFF !important;
        background-image: none !important;
    }

    .add_card_btn {
        text-decoration: none;
        margin-right: 0px;
        padding: 3px 6px;
        color: #fcf8e3 !important;
        border-radius: 5px;
        background: #8a6d3b;
        margin-top: -4px;
        font-size: 13px;
        float: right;
    }

    #servertime {
        /* display:none; */
    }
    #browse_button::before {
        content: "Tap to Filter Items";
    }

    .bidapp-container {
        border: none;
    }
    #cc_banner {
        font-size: 11px;
        padding: 10px 0px 10px 10px;
        color: #8a6d3b;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcf8e3+0,ffffff+67 */
        background: #fcf8e3;
        /* Old browsers */
        background: -moz-linear-gradient(left, #fcf8e3 0%, #ffffff 67%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #fcf8e3 0%, #ffffff 67%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #fcf8e3 0%, #ffffff 67%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf8e3', endColorstr='#ffffff', GradientType=1);
        /* IE6-9 */
        margin-right: 0px;
        height: auto;
    }
    #add_cc_button {
        float: left;
        clear: left;
        padding-top: 10px;
    }
    #right-header-image {
        /* display: none; */
        float: right;
        max-width: 100px;
        max-height: 100px;
        padding-right: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .bidapp-header .header-h2 {
        font-size: 20px;
    }
    #bidder_name {
        font-weight: 300;
        font-size: 14px;
        padding-bottom: 10px;
    }
}

@media (max-width: 375px) {
    .title {
        font-size:18pt !important;
    }
    .preview_title {
        height: initial !important;
        padding-bottom: 15px !important;
    }
    .tm {
        font-size: 13px !important;
    }
    .img-gallery-noimage {
        display: none;
    }
    .item-content-container {
        height: inherit;
    }
    .item {
        padding: 0;
        width: calc(100vw);
        margin: 0px;
    }
    .starburst,
    .starburst-losing {
        top: -1em;
    }
    body {
        background-color: #FFF !important;
    }

    #browse_button::before {
        content: "Tap to Filter Items";
    }

    #sponsor-image {
        /* width: 100%; */
        float: right;
    }
    #org_name {
        padding: 0px;
    }
}

@media (max-width: 320px) {
    .img-gallery-noimage {
        display: none;
    }
    .item-content-container {
        height: inherit;
    }
    .item {
        padding: 0;
        width: calc(100vw);
        margin: 0px;
    }
    .starburst,
    .starburst-losing {
        top: -1em;
    }
    body {
        background-color: #FFF !important;
    }
    #browse_button::before {
        content: "Tap to Filter Items";
    }

    #show_photo {
        width: 40% !important;
    }
    .title {
        font-size: 18pt !important;
    }
    .status_message_full {
        color: #fff;
    }
    #cc_banner {
        font-size: 10px
    }
}
