/* wool settings */
.table-wool {
	font-size:11px;	
}

.table-wool > thead > tr > th,
.table-wool > tbody > tr > th,
.table-wool > tfoot > tr > th,
.table-wool > thead > tr > td,
.table-wool > tbody > tr > td,
.table-wool > tfoot > tr > td {
  padding: 4px;
}

.table-head-wool {
	color:#fff;
	background-color:#597371;
	font-size:11px;
	font-weight:500;
}

.table-wool-bid {
	font-size:12px;	
}

.sticky-header {
   background: #ececec;
   position: fixed;
   width: 100%;
   text-align: center;
   color: #000;
   border: 1px;
   z-index:1;
}

.small-white {
	font-size: 1px;
	color:White; 
}

.title{
	font-size:30px;
}

.title-red
{
	color:#d8222a;
	font-size:40px;
	line-height:50px;
	font-weight:600;
}

.cattitle-green {
	color:#0f867b;
	font-size:24px;
	line-height:28px;
	font-weight:600;
}

.chtype-red {
	color:#ea2129;
	font-size:16px;
	line-height:18px;
	font-weight:600;
}

.chtype-green {
	color:#0f867b;
	font-size:16px;
	line-height:18px;
	font-weight:600;
}

.title-sm {
	font-size:20px;
	padding-top:5px;
	font-weight:500;
}

.lot-title 
{
	color:#000;
	background-color:#ececec;
	padding:6px; 
	margin-bottom:8px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.bordered-box {
	border:solid 1px; 
	border-color:#d5d5d5;
	background-color:#f2f2f2;
	padding:2px; 
	margin-bottom:8px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px	
}

/*
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
*/

.last-bid {
	/*color:#ff2222;*/
	color:#1e90ff;
	background-color:#e3e3e3; 
	font-size:24px;
	font-weight:800;  
	line-height:28px;
	padding:5px;
	text-align:center; 
	display:center;
	margin-bottom:8px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px	
}


.group-lot {
	border:solid 2px; 
	border-color:#d5d5d5; 
	padding:6px; 
	text-align:center; 
	display:center;
	position:relative; 
	min-height:280px; 
	margin-bottom:8px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px	
}

.scrolling-wrapper 
{
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;		
	/*-webkit-scrollbar: none;	*/
	padding: 0 30px;
}

.card {
	display: inline-block;
	max-width:290px;
	min-width:290px;
	padding-right:10px;
}

.group-lot-stock 
{	
	border:solid 2px; 
	border-color:#d5d5d5;
	background-color:#f3f9ff;
	/*background-color:#fff;*/
	padding:6px; 
	text-align:center; 
	display:center;
	position:relative; 
	min-height:280px; 
	margin-bottom:8px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px	
}

/*
.row group-lot-stock :nth-child(odd) {
	background-color:#f3f9ff;
}

.row group-lot-stock :nth-child(even) {
	background-color:#fff;
}
*/

.image-container {
	position:relative; 
	width:100%; 
	max-width:260px;
}

.onthemarket {
	position:absolute; 
	bottom:0px; 
	right:0px;
	width:270px; 
	z-index:50;
}

.winning {
	color: #5cb85c;
	position:absolute;
	/*top:190px; */
	top:6px;
	/*left:7px;*/
	left:130px;
	z-index:1;
}

.winning-icon {
	/*color: #5cb85c;*/
}

.watchlist {
	color: #f7d809;
	/*position:absolute; */
	/*top:172px;*/
	/*top:-34px;
	left:130px;*/
	z-index:101;
}

.watchlist-icon {
	/*color: #f7d809;*/
}

.item-price {
	position:relative;
	/*color:#fff;
	background-color:#5cb85c;*/
	font-size:16px;
	font-weight:700;	
	padding:5px;
	margin-bottom:5px;
	z-index:1;   
}

.prodtitle {
	text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 4.5em;
    min-height: 4.5em;
    line-height: 1.5em;
}

.prodtitle-stock {
	text-overflow: ellipsis;
    word-wrap: break-word;
    white-space:nowrap;
    overflow: hidden;
    max-height: 4em;
    min-height: 4em;
    line-height: 2em;
}

.catdesc {
	font-weight:700;
	text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 4.5em;
    min-height: 4.5em;
    line-height: 1.5em;	
}

.btn-info {
    color: #fff;
    background-color: #1e90ff;
    border-color: #46b8da;
}

.Countdown {
	color:#0f867b;
	font-size:16px;
	font-weight:700;
}

.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}

.link {
	color:#0f867b;
	font-weight:700;
	text-decoration:underline;
}

.link:hover {
	opacity:.8;
}

.link-stock {
	color:#fff;
	text-decoration:underline; 
}

.link-stock:hover 
{
	color:#fff;
	opacity:.8;
}

.table-head {
	color:#fff;
	background-color:#597371;
	font-size:16px;
	font-weight:500;
}

.mypanel-heading {
	color:#fff; 
	background-color:#597371;
	font-size:18px; 
	font-weight:500;
	padding:10px;
}

.currentbid {
	color:#0f867b;
	font-size:16px; 
	font-weight:600;
}

.radio-custom {
	font-weight:600;
}

.timelabel {
	color:#0f867b;
	font-weight:600;
}

.chevron-right:after {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-left: 5px;
}

/* Auction Listing
   *********************/
.auction-list {
	background: #ececec;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    border-radius:10px;	
}

.auction-list p {
    margin:0px;	
}

/* Cat Images */
.catalogue-img {
	min-height:100px;
	max-height:200px;
}

.imggroup {
  float: right;
  /*position: absolute;*/
  /*right: 10px;
  top: 50px;
  width: 33%;*/
}

.imggroup ul.catimage {
  list-style-type : none;
  overflow: hidden;
  white-space: nowrap;
  margin:5px 0 5px 10px;
}
.imggroup ul.catimage.group li {
  float: none;
}
.catimage ul {
  margin:5px 0 5px 10px;
}
.catimage > li {
  display: inline-block;
    margin: 2px;
}

/* Custom Flexslider arrows 
 ***************************/
.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    text-align: center;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 18px;
    display: inline-block;
    content: '\f001';
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    line-height: 26px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
	.car-image{
		display:none;
	}	
	
	.my-tender{
		min-width:100px;
	}
	
}


/* Flexslider Test */

.home-slider-thumbs ul li a img {
	opacity: 0.65;
}

.home-slider-thumbs ul li a:hover img, .home-slider-thumbs ul li.flex-active-slide a img {
	opacity: 1;
}

.slider .flexslider, .home-slider-thumbs .flexslider {
	border: none;
}

.slider .flexslider {
	margin: 0 0 4px;
}