* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}

body {
	font: 400 0.875em 'Open Sans', Arial, sans-serif;
	color: #222;
}

button {
	outline: none;
	text-decoration: none;
	color: #203C72;
	
	-moz-transition: background-color .3s, color .3s;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

/* Make selects behave nicely when settings dimensions */
select {
	-moz-box-sizing: content-box;/* Firefox is the only one that hasn't adopted the standard property */
	box-sizing: content-box;
}

#empty_content {
	margin: 3em 0 0 3em;
	font-family: Arial;
}
em {
	color: #666;	
}
#message {
	position: fixed;
	top: -5px;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	max-height: 300px;
	z-index: 9999;
	display: none;
	overflow: hidden;
	background: #F7933A;
    border-top: 5px solid #203C72;
}
	#message .msg {
		padding: 5px;
		border: 5px solid #203C72;
		border-top: none;
		color: #203C72;
		font-size: 1.5em;
		text-align: center;
	}
.hidden-xs{display:block;}
.album_thumb{
	display: inline-block;
	margin: 0 10px 10px 0;
}

.album_thumb a {
    display: flex;
    justify-content: center;
    align-items: center;
        margin: 5px 4px;
}
.album_thumb a img {
    object-fit: contain;
    width: 100%;
}

.form > div {
	margin: 10px 0;
}

.form > div > label {
	display: inline-block;
	min-width: 100px;
}
	.form label.error {
		min-width: 0;
		margin-left: 3px;
		color: #C00;
	}
.form textarea {
	display: inline-block;
	vertical-align: middle;
}

.form .input_column {
	width: 268px;
	text-align: right;
	display: inline-block;
}

.form input[type=text],
.form input[type=password],
.form input[type=tel],
.form input[type=search],
.form input[type=email],
.form textarea,
.form select {
    border-radius: 8px;
	border: 1px solid #CCC;
    padding: 8px;
    width: 250px;
}
	.form input[size],
	.form input[maxlength] {
		width: auto;
	}

.form input[type=submit],
.form input[type=image],
.form input[type=reset],
.form input[type=button],
.form button,
.submit_button{
	font-family: 'Open Sans';
    border-radius: 8px;
	border: 1px solid #CCC;
    padding: 8px;
	cursor: pointer;
	background-color: #900;
	color: white;
	display: inline-block;
}



.data {
	width: 100%;
}
table.data th {
	text-align: left;
}
table.data td, table.data th {
	padding: 10px 3px;
}
table.data tr:nth-child(even) > td {
	background-color: #DDD;
}
table.data tr:nth-child(odd) > td {
	background-color: #EEE;
}
#od2{
    display: none;
}
.loader {
	background: url(../images/loader.gif) no-repeat center center;
	display: inline-block;
	min-width: 16px;
	min-height: 16px;
}
/* Standard Column Styles Start */
#columns_div .columns_2, #columns_div .columns_3, #columns_div .columns_4, #columns_div .columns_5 {position: relative;display: inline-block;vertical-align: top;}
@media (min-width: 451px) {#columns_div .columns_2 {width: 49%;margin-right: 2%;}}
@media (max-width: 450px) {#columns_div .columns_2, #columns_div .columns_4 {	width: 100%;}}
@media (min-width: 551px) {#columns_div .columns_3 {width: 30.4%;margin-right: 3%;}}
@media (max-width: 550px) {#columns_div .columns_3 {width: 100%;}}
@media (min-width: 651px) {#columns_div .columns_4 {width: 23.5%;margin-right: 2%;}#columns_div .columns_4:nth-child(4n) {margin-right: 0;}}
@media (max-width: 650px) and (min-width: 451px) {#columns_div .columns_4 {width: 48.3%;margin-right: 2%;}#columns_div .columns_4:nth-child(2n) {	margin-right: 0;}}
@media (min-width: 751px) {#columns_div .columns_5 {width: 18.4%;margin-right: 2%;}}
@media (max-width: 750px) {#columns_div .columns_5 {width: 100%;}}
#columns_div .columns_2:nth-child(2n), #columns_div .columns_3:nth-child(3n), #columns_div .columns_5:nth-child(5n) {margin-right: 0;}
/* Standar Column Styles End */
/* Loading Container Start */
#loading_container {position: fixed;top: 0;bottom: 0;left: 0;right: 0;background: #000;z-index: 2;opacity: 0.5;}
#loading_container img {height: 20px;position: absolute;top: 40%;left: 50%;}
/* Loading Container End */
/* Cart Message Start */
#cart_message {
	position: fixed;
	padding: 2%;
	border: 2px solid #FFF;
	color: #FFF;
	background-color: #000;
	border-radius: 8px;
	top: 25vh;
	right: 10%;
	left: 10%;
	max-width: 290px;
	font-weight: bold;
	text-align: center;
	z-index: 300;
	margin: 0 auto;
}
#cart_message p, #cart_message li {
	color: #FFF;
	margin: 0;
	vertical-align: middle;
}
/* Cart Message End */
.button {
	border-radius: 6px;
	border: 1px solid #b4d62d;
	padding: 8px 8px 11px;
	font: normal 12px 'ProximaNovaS-Bold', 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #111;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
	position: relative;

	background: #a8c82b; /* Old browsers */
	background: -moz-linear-gradient(top, #a8c82b 50%, #90ae1a 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#a8c82b), color-stop(50%,#90ae1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a8c82b 50%,#90ae1a 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a8c82b 50%,#90ae1a 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a8c82b 50%,#90ae1a 50%); /* IE10+ */
	background: linear-gradient(to bottom, #a8c82b 50%,#90ae1a 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8c82b', endColorstr='#90ae1a',GradientType=0 ); /* IE6-9 */
}

.button:before, .button:after {
    content: attr(title);
    color: rgba(255,255,255,.1);
	padding: 8px 8px 11px;
    position: absolute;
}

.button:before { top: 1px; left: 0px }
.button:after  { top: 2px; left: 0px }

.button:active {
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3) inset;
}

#header_wrapper {
	width: 100%;
	height: 68px;
	background: url(../images/header_wrapper_bg.gif) repeat-x;
}

#header_container {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

	#header_container select {
		padding: 3px;
		    width: 200px;
	}

	#header_container h3 {
		display: inline-block;
	}

#header_menu {
	position: absolute;
	top: 5px;
	right: 0;
	color: #fff;
}

	#header_menu h3 {
		border-left: 1px dotted #fff;
		padding: 0 10px;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 1em;
		color: #fff;
	}
	#header_menu h3.sales{
		display: none;
	}
	#header_menu h3:first-child {
		border-left: none;
		padding: 0 10px 0 0;
	}
	#header_menu h3 a {
		color: white;
	}

.mobile {
	display: none;
}

#logo {
	width: 337px;
	height: 89px;
	display: block;
	background: url(../images/logov2.png) no-repeat center center;
	padding: 22px 0 0;
	position: relative;
	z-index: 2;
}

#menu {
	display: inline-block;
}

#nav_wrapper {
	width: 100%;
	height: 50px;
	background: url(../images/nav_shadow.png) repeat-x center bottom #203c72;
}

#nav_container {
	width: 940px;
	height: inherit;
	margin: 0 auto;
	border-left: 1px solid rgba(0, 0, 0, 0.8);
}

	#nav_container li a {
		font: 700 1em 'Open Sans', Arial, sans-serif;
		text-transform: uppercase;
		color: #fff;
		height: inherit;
		position: relative;
	}
	
	#nav_container .menu > li {
		border-left: 1px solid rgba(255, 255, 255, 0.25);
		border-right: 1px solid #000;
		margin-left: -3px;
	}
	
	#nav_container .menu > li > a {
		display: inline-block;
		line-height: 50px;
		padding: 0 15px;

	}
	
	#nav_container .menu > li > a:hover {
		background: #F7933A;
		background: url(../images/nav_shadow.png) repeat-x center bottom #F7933A;
	}
	
h1.CompleteAssetHeading {
    display: none;
}
/*-------Mobile_Menu_Start------*/
.mob_header .menu ul {
  margin: 0;
  padding: 0;
}
.mob_header .menu ul li {
  display: inline-block;
  list-style: none;
}
.mob_header .menu ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 20px 20px;
  font-size: 16px;
}
.mob_header .menu ul li ul.submenu {
  background-color: #65c2ed;
  display: none;
  position: absolute;
  width: 150px;
  -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05);
}
.mob_header .menu ul li ul.submenu li {
  display: block;
  width: 100%;
}
.mob_header .menu ul li ul.submenu li a {
  color: #fff;
  line-height: 25px;
  padding: 10px 27px;
}
.mob_header .menu ul li ul.submenu li a:hover {
  color: #fff;
  background-color: #000;
}
.mob_header .menu ul li:hover {
  color: #fff;
}
.mob_header .menu ul li:hover ul.submenu {
  display: block;
}
.mob_header .menu ul li i.icon-arrow {
  display: none;
}
@media screen and (max-width: 767px) {
   .hidden-xs{display:none !important;}
  .mob_header nav.menu ul {
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    margin-left: -1000px;
    z-index: 1;
    background-color: #203c72;
    -moz-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-transition: margin-left 0.25s;
    -o-transition: margin-left 0.25s;
    -webkit-transition: margin-left 0.25s;
    transition: margin-left 0.25s;
  }
  .mob_header nav.menu.active {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
  .mob_header nav.menu.active ul {
    margin-left: 0;
    -moz-transition: margin-left 0.25s;
    -o-transition: margin-left 0.25s;
    -webkit-transition: margin-left 0.25s;
    transition: margin-left 0.25s;
    width: 75vw;
    overflow-y: scroll;
  }
  .mob_header nav.menu.active ul li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .mob_header nav.menu.active ul li:hover .submenu {
    display: none;
  }
  .mob_header nav.menu.active ul li a {
    width: 100%;
  }
  .mob_header nav.menu.active ul li a:hover {
    background: #162f5f;
  }
  .mob_header nav.menu.active ul li .flexbox-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .mob_header nav.menu.active ul li .flexbox-container a {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
.mob_header nav.menu.active ul li .flexbox-container i.icon-arrow {
    display: inline-block;
    height: 15px;
    width: 15px;
    padding: 25px;
    text-align: center;
    cursor: pointer;
        background: none;
}
  .mob_header nav.menu.active ul li .flexbox-container i.icon-arrow:hover {
    background: #162f5f;
  }
  .mob_header nav.menu.active ul li .flexbox-container i.icon-arrow svg {
    height: 18px;
    width: 15px;
  }
  .mob_header nav.menu.active ul li .submenu {
    max-height: 0;
    overflow: hidden;
    box-shadow: none;
  }
  .mob_header nav.menu.active ul li.showSubmenu .submenu {
    max-height: 1000px;
    width: 100%;
    position: relative;
    display: block;
    overflow: inherit;
    background-color: #162f5f;
  }
  .mob_header nav.menu.active ul li.showSubmenu .submenu .subOption {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: none;
  }
  .mob_header nav.menu.active ul li.showSubmenu .submenu .subOption a {
    padding: 15px 30px;
  }
  .mob_header nav.menu.active ul li.showSubmenu .submenu .subOption a:hover {
    background: #65c2ed;
  }
.mob_header nav.menu.active ul li.showSubmenu i.icon-arrow {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
    .mob_header nav.menu .hamburger span {
    top: 20px;
    right: 10px;
}
.mob_header nav.menu .hamburger {
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 0px;
    padding: 13px 20px;
    color: #000;
    cursor: pointer;
    z-index: 2;
    background: #fff;
    width: 10px;
    height: 19px;
}
.mob_header nav.menu .hamburger span, 
.mob_header nav.menu .hamburger span:before, 
.mob_header nav.menu .hamburger span:after {
    right: 10px;
    height: 5px;
    width: 30px;
    background: #003876;
    position: absolute;
    display: block;
    content: "";
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}
.mob_header nav.menu .hamburger span:before {
    top: -10px;
    right: 0px;

}
.mob_header nav.menu .hamburger span:after {
    bottom: -10px;
    right: 0px;
}
  .mob_header nav.menu .hamburger.active span {
    background-color: transparent;
  }
  .mob_header nav.menu .hamburger.active span:before, .mob_header nav.menu .hamburger.active.active span:after {
    top: 0;
  }
  .mob_header nav.menu .hamburger.active span:before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mob_header nav.menu .hamburger.active span:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.dimmer {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.dimmer.active {
  display: block;
}

.no-scrolling {
  overflow: hidden;
  position: fixed;
}

/*-------Mobile_Menu_End------*/


#search_container {
	display: inline-block;
	border-left: 1px solid rgba(255, 255, 255, 0.25);
	height: inherit;
	line-height: 50px;
	margin-left: -3px;
	display: none;
}

#search_container [placeholder] {
	color :#586d95;
}

	#search_container [placeholder]:focus {
		color: #fff;
	}

#search_nav {
	border: none;
	margin: 0 0 0 20px;
	padding: 8px 10px;
	width: 285px;
	background: url(../images/search_bg.png) no-repeat left center;
}

#content_container {
	width: 940px;
	margin: 10px auto;
}
	#content_container ol {
		margin-left:25px;	
	}
	#content_container ol li {
		padding:5px 0 5px 0;	
	}
	

	#content_container h1 {
		font-size: 1.5em;
		font-weight: 700;
		letter-spacing: -0.02em;
		text-transform: uppercase;
		border-bottom: 1px dotted #777;
		margin: 0 0 25px;
		padding: 0 0 5px;
	}
	
	#content_container p {
        padding: 5px 0 5px 0;
        word-break: break-word;
    }
	
	#content_container ul {
		margin-left:25px;	
	}
	
	#content_container ul li {
		padding:5px 0 5px 0;
	}
	
.covid ul, .covid ul li {list-style:circle !important;}	
	
	#content_container h2 {
		color:#203C72;
		padding:20px 0 3px 0;	
		border-bottom:1px dotted #777777;
		margin-bottom:10px;
		height: 35px;
	}
	
	#content_container h3{
		color:#203C72;
		font-size: 1.25em;	
		padding:10px 0 3px 0;
	}

#tabs ul {
	margin: 0;
	   
}

#tabs ul li {
	padding: -1px 0;	
}

.columns div:nth-child(5n) {
	margin-right: 0px;
}
		
.column {
	width: 21.5%;
	margin: 0 4% 3% 0;
	display: inline-block;
	vertical-align: top;
	color: #203c72;
}

	.column h2 {
		text-transform: uppercase;
		background: 10px 15px #203c72;
		color: #fff !important;
		margin: 0 0 0px !important;
		padding: 10px 5px !important;
		font-weight: 700;
		font-size: 1.09em;
		letter-spacing: -0.01em;
		text-align: center;
	}

	.column img {
		width: 100%;
	}

.column_content {
	padding: 10px 10px 35px;
	/*text-align: justify;*/
	position: relative;
	margin-bottom: 10px;
	
	background: #c4cdde; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 3%, #c4cdde 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#ffffff), color-stop(100%,#c4cdde)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 3%,#c4cdde 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 3%,#c4cdde 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 3%,#c4cdde 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 3%,#c4cdde 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4cdde',GradientType=0 ); /* IE6-9 */
}

	.column_content p {
		margin: 0 0 15px;
	}

.read_more {
	background: url(../images/read_more_icon.gif) no-repeat left center;
	font-weight: 700;
	padding: 0 0 0 15px;
	color: #203c72;
	text-transform: uppercase;
	position: absolute;
	bottom: 15px;
}

	.read_more:hover {
		color: #f7933a;
	}

#auction_form label{
	display: inline-block;
	width: 100px;
}
	#auction_form div > div > div {
		margin-bottom: 10px;
	}
	
.lot {
	margin-bottom: 15px;	
}
	
.paginator_list > ul {
	list-style: none;
	text-align: center;
}

.paginator_list > ul > li{
	display: inline;
	margin-right: 5px;
}

.paginator_list > ul > li.prev{
	float: left;
}

.paginator_list > ul > li.next{
	float: right;
}

.paginator_list > ul > li.current > a {
	font-weight: bold;
	cursor: default;
}



#sign_up_wrapper {
	width: 100%;
	text-align: center;
	background: #eee;
}

	#sign_up_wrapper input[type=email] {
		width: 250px;
		margin: 0 5px 0 0;
		padding: 8px;
		background: #AEAEAE;
		border: none;
		border-radius: 8px;
		box-shadow: 0px 1px #fff;
		color: #fff;
	}
	
	#sign_up_wrapper input[type=submit], #sign_up_wrapper a {
		border: 1px solid #ffe488;
		border-radius: 8px;
		padding: 7px 10px;
		text-transform: uppercase;
		font: bold 0.9em 'Open Sans', Arial, sans-serif;
		color: #333;
		text-shadow: 0px 1px #ffe488;
		opacity: 0.7;
		-moz-transition: opacity .5s;
		cursor: pointer;
		
		background: #f4b37a; /* Old browsers */
		background: -moz-linear-gradient(top, #f4b37a 0%, #f7933a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4b37a), color-stop(100%,#f7933a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f4b37a 0%,#f7933a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f4b37a 0%,#f7933a 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f4b37a 0%,#f7933a 100%); /* IE10+ */
		background: linear-gradient(to bottom, #f4b37a 0%,#f7933a 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4b37a', endColorstr='#f7933a',GradientType=0 ); /* IE6-9 */
	}

		#sign_up_wrapper input[type=submit]:hover, #sign_up_wrapper a:hover {
			opacity: 1;
		}

#newsletter, #workshop {
	width: 430px;
	padding: 20px;
	display: inline-block;
	text-align: left;
}

	#newsletter h3, #workshop h3 {
		text-transform: uppercase;
		color: #203C72;
		font-weight: bold;
		font-size: 1.25em;
		letter-spacing: -0.01em;
		margin: 3px 0 8px;
	}

#newsletter {
	background: #ccc;
}

#workshop {
	background: #ddd;
}
	
#social_media_wrapper {
	width: 100%;
	background: #f7933a;
}

#social_media_container {
	width: 940px;
	height: inherit;
	margin: 0 auto;
	position: relative;
}

#twitter_logo {
	display: inline-block;
	margin: 0 20px 0 0;
	position: relative;
	top: 50px;
	vertical-align: top;
}

#twitter_content {
	display: inline-block;
	width: 80%;
	height: 300px;
	border-radius: 10px;
	margin: 12px 0;
	padding: 8px 15px;
	background: #fff;
	position: relative;
	top:0;
	box-sizing:border-box;
	-webkit-overflow-scrolling:touch;
}
#twitter_content iframe {
	max-height: 300px !important;
	width: 100% !important;
	height: 100% !important;
}
	#twitter-widget-0 {
		width: 100%;
	}
	#chat_bubble {
		width: 14px;
		height: 12px;
		position: absolute;
		top: 17px;
		left: -14px;
		background: url(../images/chat_bubble.png) no-repeat 0 0;
	}
	
#youtube {
	width: 60px;
	height: 60px;
	background: url(../images/youtube.png) no-repeat center top;
	display: block;
	position: absolute;
	top: 77px;
    right: 0;
}
#youtube:hover {background: url(../images/youtube.png) no-repeat center bottom;}
	
#linkedin {
	width: 60px;
	height: 60px;
	background: url(../images/linkedin.png) no-repeat center top;
	display: block;
	position: absolute;
	bottom: 77px;
    right: 0;
}
	
	#linkedin:hover {
		background: url(../images/linkedin.png) no-repeat center bottom;
	}	
#footer_wrapper {
	width: 100%;
	background: #001b35;
	color: #fff;
	border-top: 3px solid #fff;
}

#footer_container {
	width: 940px;
	margin: 0 auto;
	padding: 0 0 20px;
	text-transform: uppercase;
}

	.header, a.header, #footer_nav a.header {
		border-top: 3px solid #f7993a;
		color: #f7993a;
		font-size: 1em;
		font-weight: bold;
		display: block;
		padding: 4px 0 6px;
	}

	#footer_container a {
		color: #fff;
		display: block;
		font-size: 0.88em;
	}
	
	#footer_container a:hover {
		color: #f7993a;
	}

#footer_nav {
	margin: 0 0 0 -30px;
}
	#footer_nav div {
		width: 210px;
		display: inline-block;
		vertical-align: top;
		margin: 20px 0 0 28px;
	}

#member_logos {
	width: 455px !important;
	height: 60px;
	background: #fff;
	margin-top: 20px !important;
	text-align: center;
}

	#member_logos img {
		padding: 6px;	
	}

#copyright_wrapper {
	background: #899cbe;
	color: #fff;
}

	#copyright_wrapper a {
		color: #001B35;
		margin: 0 15px 0 0;
	}
	
	#copyright_wrapper a:hover {
		color: #fff;
	}

#copyright_container {
	width: 940px;
	margin: 0 auto;
	padding: 10px 0;
}
	#copyright_container h5 {
		float: right;
		margin: 0px;
	}

#login label, #login input {
	display: inline-block;
}

#login div {
	margin: 0 0 7px 0;
}

#login label {
	width: 80px;
}

#login input[type=text], #login input[type=password] {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 7px 8px;
	width: 200px;
	
	-moz-transition: border .4s;
}

	#login input[type=text]:hover, #login input[type=password]:hover {
		border: 1px solid #777;
	}

#login input[type=submit] {
	padding: 5px 10px;
	border: none;
	outline: none;
	border-radius: 8px;
	margin: 15px 0 0 80px;
	color: #fff;
	font: bold 1.1em 'Open Sans', Arial, sans-serif;
	cursor: pointer;
	
	background: #203c72; /* Old browsers */
	background: -moz-linear-gradient(top, #203c72 49%, #162a50 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#203c72), color-stop(50%,#162a50)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #203c72 49%,#162a50 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #203c72 49%,#162a50 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #203c72 49%,#162a50 50%); /* IE10+ */
	background: linear-gradient(to bottom, #203c72 49%,#162a50 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#203c72', endColorstr='#162a50',GradientType=0 ); /* IE6-9 */
}

	#login input[type=submit]:hover {
		background: #f7933a; /* Old browsers */
		background: -moz-linear-gradient(top, #f7933a 49%, #ac6729 50%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#f7933a), color-stop(50%,#ac6729)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f7933a 49%,#ac6729 50%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f7933a 49%,#ac6729 50%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f7933a 49%,#ac6729 50%); /* IE10+ */
		background: linear-gradient(to bottom, #f7933a 49%,#ac6729 50%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7933a', endColorstr='#ac6729',GradientType=0 ); /* IE6-9 */
	}
	
.category_container a {
	background: #fff;
	border-top: 1px solid #ddd;
	display: block;
	padding: 8px 0 8px 12px;
	-moz-transition: background .2s;
}
	.category_container a:hover {
		background: #eee;
	}
	
.back {
	float: right;
}

#user_links {
	margin-bottom:10px;	
}
	#user_links div{
		display:inline-block;
		padding-right:10px;
	}

#client_list img {
	display:inline-block;
	padding-left:15px;	
	padding-bottom:15px;
	
}
	#client-List img {
		padding-left:0px;	
	}
		
#contact_addresses p{
		display:inline-block;
		vertical-align:top;
		width:300px;
		padding-left:30px;
}
	#contact_addresses p:first-child {
		padding-left:0px;	
	}

#search_form {
	display:block;
	float:right;	
}

ul.tweet_list {
	list-style: none;
}

#overlay {
	display: none;
}

#mobile_nav {
	display: none;
}

.auction_type {
	margin-bottom:30px;	
}
#search_wrapper {
	width: 940px;
	float:right;
	/*height: inherit;
	margin: 0 auto;
	margin-left:50%;*/
	display:block;
	margin-bottom: 10px;
}

#nav_container {
	width: 99%;
    height: inherit;
    margin: 0 auto;
    /*border-left: 1px solid rgba(0, 0, 0, 0.8);*/
    text-align: center;
}

#category_thumbs div{
	width:150px;
	display:inline-block;
	margin-left:44px;
	margin-bottom:20px;
	font-size:14px;
	text-align:center;
	vertical-align:top;
}
	#category_thumbs div img {
		clear:right;
		display:block;
		width:150px;	
		padding-bottom:10px;
	}
	#category_thumbs div:first-child, #category_thumbs div:nth-child(6n) {
		margin-left:0px;	
	}
	#category_thumbs div a:hover {
		color:#f7933a;	
	}
	
	#selected_categories span {
		display: inline-block;
		margin: 0 0 0 146px;
	}
	
	#selected_categories span a {
		background: url(../images/x_cancle.jpg) no-repeat center center;
		width: 13px;
		height: 14px;
		display: inline-block;
		vertical-align: middle;
		margin: -3px 0 0 5px;
	}
	
img.right {
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}

img.left {
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}
.auction_info, .lot_infos {
	max-width: 32%; 
	display: inline-block;
}
#auction {
	margin-right:15px;
	width: 23%;
}
	#lot_info {
		width: 100%;
	}
#lot_info ul li{
    display:list-item;
    list-style: disc;
}	
#info {
    width: 83%;
    float: left;
    border-right: 2px dotted #ccc;
}


#description {
    width: 13%;
    padding-left: 10px;
        margin-top: 4% !important;
    float: left;
}
.import_csv_form{
	border: 1px solid #767676;
    padding: 10px;
    margin: 10px 0px;
}
#import_csv table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    overflow: scroll;
}

#import_csv td, th {
    border: 1px solid #767676;
    text-align: left;
    padding: 8px;
}

#import_csv tr:nth-child(even) {
    background-color: #dddddd;
}
#import_csv .tables{
	overflow-x: scroll;
}
.import_csv_form_button{
    margin: 10px 0px;
    width: 100px;
    float: 
}
#lots_image_upload .image_upload_div{
	margin-top: 20px;
}
div#imageGallery{
	    margin-top: 15px;
	    position: relative;
}
.gallery_block {
    display: inline-block;
    position: relative;
}
.gallery_block img{
	width: 185px;
	position: relative;
}
.gallery_block .fancybox-close:after {
    content: 'X';
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 8040;
    color: #fff;
    left: auto;
    font-weight: bold;
}
/*start gallery*/
#lots_image_upload .container{
	margin-top:25px;
	/*padding: 10px;*/
}
#lots_image_upload ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
	    display: inline-block;
}
#lots_image_upload .reorder_link {
	color: #3675B4;
	border: solid 2px #3675B4;
	border-radius: 3px;
	text-transform: uppercase;
	background: #fff;
	font-size: 18px;
	padding: 10px 20px;
	margin: 15px 15px 15px 0px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	white-space: nowrap;
}
#lots_image_upload .reorder_link:hover {
	color: #fff;
	border: solid 2px #3675B4;
	background: #3675B4;
	box-shadow: none;
}
#lots_image_upload #reorder-helper{
	margin: 18px 10px;
	padding: 10px;
}
#lots_image_upload .light_box {
	background: #efefef;
	padding: 20px;
	margin: 15px 0;
	text-align: center;
	font-size: 1.2em;
}

/* image gallery */
#lots_image_upload .gallery{ /*width:100%; float:left;*/ margin-top:30px;}
#lots_image_upload .gallery ul{ margin:0; padding:0; list-style-type:none;}
#lots_image_upload .gallery ul li{ padding:7px; border:2px solid #ccc; float:left; margin:10px 7px; background:none; width:auto; height:auto;position: relative;}
#lots_image_upload .gallery img{ width:203px;height: 150px;}

/* notice box */
#lots_image_upload .notice, .notice a{ color: #fff !important; }
#lots_image_upload .notice { z-index: 8888;padding: 10px;margin-top: 20px; }
#lots_image_upload .notice a { font-weight: bold; }
#lots_image_upload .notice_error { background: #E46360; }
#lots_image_upload .notice_success { background: #657E3F; }
.gallery a.fancybox-close:after {    content: 'X';
    background: #211a1a;
    position: absolute;
    border: 2px solid;
    text-align: center;
    top: -3px;
    right: -3px;
    font-size: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 8040;
    color: #fff;
    left: auto;
    font-weight: bold;
    border-radius: 24%;
    line-height: 20px;
}
.gallery a.fancybox-rotate:after {    
	content: url(../images/rotate-icon.png);
	background: #211a1a;
    position: absolute;
    border: 2px solid;
    text-align: center;
    top: -3px;
    right: 20px;
    font-size: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 8040;
    color: #fff;
    left: auto;
    font-weight: bold;
    border-radius: 24%;
    line-height: 20px;
}

/*end gallery*/
/*start bulk image upload*/
.disable{
	    pointer-events: none;
    opacity: 0.5;
    background: #CCC;
}
.import_csv_note{
	border: 1px solid #767676;
    padding: 10px;
    margin: 10px 0px;
    color: #99261c;
}
/*end bulk image upload*/
/*start auction add url */
#url_container .url_box{
width: 93%;
    border: 1px solid #A9A8A9;
    padding: 10px;
        cursor: pointer;
}

#url_container li{
	width: 98%;
}
/*end auction add url */

/*start auction add url */
#documents_container .document_box{
width: 93%;
    border: 1px solid #A9A8A9;
    padding: 10px;
        cursor: pointer;
}
#documents_container li{
	width: 98%;
}
/*end auction add url */
/*start lots list*/
#lots{
	min-height: 100px;
}
#lots .toolsNav{
	width:100%;
}#lots .filterOption{
	float: left;width:70%;
}
#lots .toolsNav button#search_button {
    margin-left: 5px;
}
#lots .addLotsOption{
	float: right;width:30%;text-align: right;
}
#lots .addLotsOption a{
	color: #fff;
}
#lots .lots_list{
	column-count: 4;
    border: 1px solid #aaa;
    padding: 10px;
}
.lot_detail_hide{
	display: none;
}
#locations iframe{
	width:100%;
	    height: 195px;
}
.pagination_container .fullDiv{
	width: 100%;
	    clear: both;
}
.pagination_container .fullDiv .firstBox{
	    width: 46%;
    float: left;
}
.pagination_container .fullDiv .secondBox{
	    float: left;
    width: 50%;
}
/*end lots list*/
/*start for lot*/
#auction_form div.selected_users {
		margin-left: 100px;
	}
	#auction_form div#private_users a {
		margin-left: 5px;
		color: #F00;
	}
	#auction_form div#private_users a:hover {
		color: #000;
	}
	#lot {
		border: 1px solid #aaaaaa; color: #222222;
	}
	#lot div {
		margin: 6px;
	}
	
	#images {
		margin-left:10px;
		margin-top:10px;
		margin-bottom:10px;
	}
	#images_container div{
		margin-bottom:10px;
	}
	#images_container div:first-child{
		margin-top:10px;
	}
	#documents {
		margin-left:10px;
		margin-top:10px;
		margin-bottom:10px;
	}
	#documents_container div{
		margin-bottom:10px;
	}
	#documents_container div:first-child{
		margin-top:10px;
	}
	#urls {
		margin-left:10px;
		margin-top:10px;
		margin-bottom:10px;
	}
	#url_container div{
		margin-bottom:10px;
	}
	#url_container div:first-child{
		margin-top:10px;
	}
	#url_container label{
		min-width: 60px;
		display: inline-block;
	}
	#cboxClose {
		margin-right:15px;
	}
	.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
		font-family: ;
		font-size: ;
	}
tbody {
    vertical-align: top;
}
.layout-section {
    width: 100%;
}
.layout-section-left {
    width: 50%;
    display: inline-block;
    float: left;
}
.layout-section-right {
    width: 49%;
    display: inline-block;
    /* clear: both; */
    /* float: left; */
}
.teamConatctButton{
    float: right;
    background: #950600;
    color: #fff;
    padding: 3px 10px;
    font-size: 17px;
    border-radius: 8px;
    position: relative;
    top: -26px;
}






#Home_banner {
    display: none;
}
#button {
    display: inline-block;
    background-color: #162a4f;
    max-width: 50px;
    max-height: 50px;
    text-align: center;
    line-height: 16px;
    padding: 12px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button:hover {
  cursor: pointer;
  background-color: #f79439;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/*.page_view_auction #auction_contact{
	    box-sizing: border-box;
    vertical-align: top;
    border: 1px rgba(0, 0, 0, 0.13) solid;
    border-radius: 5px;
    padding-left: 5px;
    min-height: 159px;
    line-height: 2em;
}

.page_view_auction #auction_contact div{
	    margin-left: -5px;
    padding: 5px 5px 5px 5px;
    background-color: rgba(0, 0, 0, 0.13);

}*/

/*
.page_view_auction #auction_contact p {
	display: inline-block;
}


*/






/*--------------------------------------menu---------------------------*/
.mobile-menu .topnav {
  overflow: hidden;
  background: none;
}

.mobile-menu{
	display: none;
}
.mob_menu{
	display: none;
}

.mobile-menu .topnav a {
  float: left;
  display: none;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.mobile-menu .active {
  background-color: #f79239;
  color: white;
}

.mobile-menu  .icon {
  display: none;
}

.mobile-menu .dropdown {
  float: left;
  overflow: hidden;
}

.mobile-menu .dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding:0;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  position: relative;
}
.mobile-menu .dropdown .dropbtn .caret{
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    position: absolute;
    top: 50%;
    right: 10px;
}

.mobile-menu .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.mobile-menu .dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.mobile-menu .topnav a:hover, .mobile-menu .dropdown:hover .dropbtn {
    background-color: #f79239;
  color: #fff;
}

.mobile-menu .dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}
.mobile-menu  ul{
    background: #003876;
} 
.mobile-menu ul  li {
    display: block;
}
.mobile-menu ul li a{
	color: #ddd;
}

.mobile-menu .dropdown:hover .dropdown-content {
  display: block;
}
@media screen and (max-width: 991px) {
#lot_info #lot{
	display: flex;
}
#lot_info #description  div {
 margin: 0;
}
#lot_info #description{
padding: 0;
}
#nav_container .menu > li > a{
	font-size: 12px;
}
#auction_contact{
	width: 100% !important;
	margin: 0 10px 10px 0;
}
.auction_info{
	max-width: 100%;
}
.page_view_auction #admin_button{
	float: right;
}
#lot_info{
	margin: 0 10px 0 0;
	display: block;
}
.page_view_lot .lot_infos{
	display: block;
}




}




@media screen and (max-width: 767px) {
#auction_contact {
    position: relative;
}
#auction_contact div{
	position: relative;
	margin-bottom: 30px;
}
#auction_contact div:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #333;
    bottom: 0px;
    display: block;
}
.page_view_lot{
	display: block !important;
}
.page_view_lot  h1 a, .page_view_lot  h1 {
font-size: 14px;
}
#gallery .mCustomScrollbar{
	    margin-left: 0;
}
.page_view_auction #admin_button {
    float: none;
}

#Home_banner {
    display: block;
    margin: 0 0 30px;
}
.social_icon {
    height: 60px;
}
.page_view_auction #auction_contact{
	text-align: center;
}
#Home_banner img {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
    object-position: right;
}
#lot_info #lot {
    display: inline-block;
}
.pagination_container {
    margin: 10px 0 30px !important;
}
.pagination_container .LotDisplayed {
    height: 40px;
}



/*div#content_container .pagination_container + h1{
	display: none;
}*/

#lot_info #lot div  {
width: 100% !important;
    text-align: center;
    margin: 0;
    padding: 5px 0;
    float: none;
    border:none;
}

.column.mob_column{
    width: 49%;
    margin: 0 0 20px;
    display: inline-block;
}
.column.mob_column img {
    display: block;
}
.column.mob_column h2 {
    font-size: 14px;
    min-height: 40px;
}
div#header_wrapper {
    border-top: 10px solid #f7933b;
}
div#content_container h1 {
    font-size: 18px;
    text-align: left;
}
div#content_container h1 a {
    color: #f7933b;
}
div#content_container {
    display: grid;
}

.page_view_auction{
	display: block !important;
}

.order1{
    order: 1;
}
.order2{
    order: 2;
}
.order3{
    order: 3;
}
.order4{
    order: 4;
}
.order5{
    order: 5;
}
.order6{
    order: 6;
}
.order7{
    order: 7;
}
.order8{
    order: 8;
}
#admin_button {
    text-align: center;
}
#admin_button .lot_button {
    float: none !important;
    padding: 12px 15px !important;
    display: inline-block;
}
.auction_info {
    width: 100%;
    text-align: center;
}
/*div#content_container h1 {
    font-size: 16px !important;
    text-align: left !important;
}*/
h2.order2 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    padding: 0 0 30px !important;
    height: auto !important;
}
#lot_info p {
    padding: 5px 5px 5px 0;
    font-size: 16px;
}
#lot_info {
    margin-right: 0 !important;
    border: none !important;
    padding-left: 0 !important;
}
div#lot_info, #additional_auction_info {
    width: 100%;
}
#content_container #search_wrapper {
    width: auto;
}
/*#banner_wrapper{
	display: block !important;
}
#banner span, #banner{
	height: 250px !important;
}
#banner .banner_content {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
}
#banner .banner_content .banner_text {
	    position: relative;
	    text-align: center;
}*/

#sub_banner_wrapper{
	display: block !important;
}
#header_container {
    border-bottom: 5px solid #172852;
}

#header_wrapper #logo{
 	margin: 0;
 }

div#content_container h1 {
	font-size: 30px;
    text-transform: uppercase;
    color: #003876;
    position: relative;
    border-bottom: none;
    text-align: center;
}
div#content_container h1:after{
    position: relative;
    content: "";
    height: 5px;
    width: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #003876;
    top: 20px;
    display: block;
}

div#content_container .submit_button{
	text-align: center;
    width: 220px;
    margin: 0 auto;
    display: block;
}
div#content_container #description .submit_button {
	display: inline-block;
}

#sign_up_wrapper {
	padding: 20px 0 !important;
}
#current_auctions .view-auction-button, #past_auctions .view-auction-button  {
	    background: #f7923a;
    color: #000 !important;
    display:block;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    text-align: center;
    margin: 30px auto 10px;
    width: 160px;
    float: none;
    text-decoration: none;
    font-weight: bold;
}
#newsletter, #workshop {
	background: #eee;
    width: 100%;
    text-align: center;
    padding: 4px 0px !important;
    height: auto;
    display: block;
    margin: 0 auto;
}
#newsletter h3 a, #workshop h3 a{
	width: 80%;
    opacity: 1;
    font-size: 15px;
    border-radius: 10px;
    border: 1px solid #000;
    margin-top: 0;
}

#sign_up_wrapper input[type=submit], #sign_up_wrapper a{
	background: #f7923a;
    color: #000 !important;
    display:block;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    text-align: center;
    margin: 30px auto 10px;
    text-decoration: none;
    font-weight: bold;
}

.ui-widget-content, .ui-widget-header {
	border:none !important; 
	border-radius: 0 !important;
}
#content_container #tabs {
    margin-top: 40px !important;
}
#tabs .ui-tabs-nav li a {
    font-size: 20px;
    line-height: 20px;
}
#tabs ul li{
	border-radius: 0;
	height: 40px !important;
}
#tabs .ui-tabs-panel #auction_info > div{
    width: 100%;
    margin: 0 0 30px;
    border: none;
    min-height: auto !important;
}
#tabs .ui-tabs-panel #auction_logo {
 	height: auto;
 }
#tabs .ui-tabs-panel #auction_logo h2 {
 	padding: 0;
 }

div#header_menu {
    display: block;
}
#header_menu h3 {
	font-size: 20px;
	font-weight: bold;
	color: #162951 !important;
	text-transform: uppercase;
}
#header_menu h3 a{
	color: #162951 !important;
}
/*@supports (-webkit-touch-callout: none) {
#header_menu h3 {
	font-size: 20px;
	font-weight: bold;
	color: #162951;
	text-transform: uppercase;
}
}*/

#header_menu h3:last-child {
	display: none !important;
}
#header_container select{
	display: none;
}

 .mobile-menu{
 	display: block;
 } 
.mob_menu{
 	display: block;
 }
.mobile-menu .dropdown .dropbtn {
    display: none;
  }
  .mobile-menu  a.icon {
    float: right;
    display: block;
    background: #162a4f;
    color: #fff;
    padding: 6px;
    font-size: 29px !important;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;

  }
  .mobile-menu .topnav.responsive {position: relative;}
  .mobile-menu .icon {
    position: absolute;
    right: 10px;
    top: 50px;
        text-decoration: none;
  }
 .mobile-menu .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .mobile-menu .topnav.responsive .dropdown {float: none;}
  .mobile-menu .topnav.responsive .dropdown-content {position: relative;}
  .mobile-menu .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  #admin_button .lot_button{
  	max-width: 100%;
  }
  #auction_contact{
  	border:none !important;
  	text-align: center;
  	font-weight: 600;
  }
  #auction_contact div{
  	background: none !important;
  	font-size: 20px;

  }
  #lot_info div{
  	background: none !important;
    font-size: 20px;
  }
h1.order1:after {
    display: none  !important;
}
h2.order2:after {
    position: relative;
    content: "";
    height: 5px;
    width: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #003876;
    top: 20px;
    display: block;
}
#auction_logo {
    width: 100%  !important;
    display: inline-block  !important;
    margin: 30px 0  !important;
    text-align: center;
}
.page_view_auction .lot_info, .page_view_auction .additional_auction_info{
	width: 100%;
	margin: 30px 0;
}
.auction_info {
    width: 100% !important;
    margin: 0 0 30px !important;
}
#additional_auction_info {
    width: 100% !important;
}
#sub_banner_wrapper {
    height: auto;
}
#sub_banner_wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center top;
}
#lot_info h2 {
    height: auto !important;
}
.auction_contact_info {
    display: none;
}
#newsletter, #workshop {
    padding: 10px 0px 0!important;
}
#lot_info p a {
    color: #f7933b;
}
#auction_contact {
    text-align: left;
}
#auction_contact div strong {
    text-transform: uppercase;
    text-align: center;
    display: block;
}
#content_container h1.viewAuctionsPageHeading {
    font-size: 22px !important;
    text-align: center !important;
}
#od1{
    display: none;
}
#od2{
    display: inline-block;
}
div#content_container h1.CompleteAssetHeading {
    text-align: center !important;
    font-size: 30px !important;
    margin: 0 0 40px !important;
    display: block;
}
.album_thumb{
	display: inline-block;
	margin: 0 0;
    width:100%;
}

.album_thumb a {
    display: flex;
    justify-content: center;
    align-items: center;
        margin: 5px 4px;
}
.album_thumb a img {
    object-fit: contain;
    width: 100%;
}



.page_view_lot .lot-content{
  display: flex !important;
          flex-direction: column;
}
.page_view_lot .lot-content .order-1{
	order: 1;
	margin: 0 !important;
}
.page_view_lot .lot-content .order-2{
	order: 2;
}
.page_view_lot .lot-content #order-3{
	order: 3;
}
.page_view_lot .lot_infos .auction_contact{
 	min-height: auto;
 }





}


@media screen and (max-width: 600px) { 
#header_wrapper #logo{
	background-size: 120px;
    padding: 0;
    background-position: 10% 40%;
}
.mobile-menu .icon{
	top: 50px;
}
#content_container{
	width: 100%;
	max-width: 100% !important;
	padding: 0 10px;
}
#tabs ul{
	text-align: center;
}
#tabs ul li{
	float: none;
}
#current_auctions #auction_info #auction{
    max-width: 350px;
    width: 100%;
    margin: 0 auto 30px;
    float: none;
    display: block;	
    border: 1px solid #ddd;
    padding: 20px;
}
#current_auctions #auction_info #auction #auction_logo{
	margin: 0 !important; 
}
#current_auctions #auction_info #auction:last-child{
	margin: 0 0 0;
}
#current_auctions #auction_logo  img{
	width: 200px;
}
#content_container h2{
	height: auto;
}

#sub_banner_wrapper  img{
	width: 100%;
	height: 150px;
    object-fit: cover;
    object-position: center;
}
#tabs ul li {
    display: inline-block;
}
#tabs .ui-tabs-nav li a {
    font-size: 15px;
}
div#content_container h1.lots-breadcrumbs{
	font-size: 14px !important;
}

.pagination_container .paginator_list a{
	padding: 8px 8px;
	font-size: 10px;
}
.pagination_container {
    font-size: 13px;
}




}
@media screen and (max-width: 500px) { 
.mob_header nav.menu.active ul {
    width: 85vw;
}
.mob_header nav.menu .hamburger.active {
    right: 0;
}
.mob_header .menu ul li a {
    padding: 20px 10px;
    font-size: 14px;
}
.mob_header nav.menu.active ul li.showSubmenu .submenu .subOption a {
    padding: 15px 10px;
}
#Home_banner img {
    min-height: 150px;
}
.column.mob_column h2 {
    font-size: 13px;
    min-height: 55px;
}
#current_auctions #auction_logo img {
    width: 160px;
}
#current_auctions #auction_info #auction{
	max-width: 100%;
}
.ui-tabs .ui-tabs-panel{
	padding: 1em 0em;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    font-size: 15px !important;
}
div#content_container h1 {
    font-size: 25px !important;
    text-align: center !important;
}
div#content_container.page_view_auction h1 {
	    font-size: 19px !important;
}

#admin_button .lot_button {
    font-size: 13px !important;
}
div#content_container h1.CompleteAssetHeading {
    text-align: center !important;
    font-size: 30px !important;
    margin: 0 0 40px !important;
    display: block;
}
}

.auction_contact_info a {
    color: #f7923a;
}
.page_covid-19 ul li{
	list-style: disc;
    display: list-item;
}
.page_corporate_donations ul li{
	list-style: disc;
    display: list-item;
}
.view-auction-button{
	display: none;
}

.team_bio  {clear:both; padding: 10px 0;}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed !important;
    z-index: 99999 !important;
    width: 100%;
    top: 0;
}
.twitter-timeline{
    width: 100% !important;
    height:100% !important;
}
}