.auct-sect {
    /* background-color: black !important; */
}

#easyPaginate {
    width: inherit;
}

.list-contain {
    display: flex !important;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eeeeee;
    min-height: 160px;
}

.image-link {
    text-align: center;
    width: 375px;
    height: auto;
}

.image-link img {
    max-height: 280px !important;
    object-fit: contain;
}

.text-contain {
    margin-left: 20px;
}

.text-contain h3 {
    margin: 0px;
}

.date-r {
    font-size: 13px;
    font-style: italic;
}

.auct-detail {
    color: black;
}

.entry .entry-content a {
    text-decoration: none !important;
}

.page.current {
    text-decoration: underline;
}

.abt-sec {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.abt-sec h1 {
    font-size: 30px;
    color: #333;
    font-family: 'robotobold';
    line-height: 30px;
    margin-bottom: 20px;
    position: relative;
}

.abt-sec p {
    color: #333;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.abt-lft {
    float: left;
    width: 48%;
}

.abt-lft img {
    width: 100%;
}

.abt-lft.abt-rht {
    float: right;
}

.btm-div {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.abt-sec ul {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.abt-sec ul li {
	list-style:none;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.abt-sec ul li .lft-cont {
    float: left;
    width: 55%;
    margin-right: 5%;
}

.abt-sec ul li .rgt-img {
    float: left;
    width: 40%;
}

.abt-sec ul li .rgt-img img {
    float: left;
    width: 100%;
}

.abt-sec ul li .rgt-img.lft-img {
    float: left;
    margin-right: 5%;
}

.abt-sec ul li .lft-cont.rgt-cont {
    float: right;
    width: 55%;
    margin-right: 0px;
}

.abt-sec ul li .lft-cont a.read-btn {
    float: left;
}

.abt-sec.auctions.auc-grid ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.abt-sec.auctions.auc-grid ul li {
    /*width: 23.5%;*/
	padding: 0;
	width: 48%;
    margin-right: 2%;
    border-bottom: 3px solid #ccc;
    float: left;
    margin-bottom: 30px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    border-radius: 0 0 5px 5px;
    list-style: none;
}

.abt-sec.auctions.auc-grid ul li .auc-l {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.abt-sec.auctions.auc-grid ul li .auc-l img {
    width: 100% !important;
    transition: all 0.4s ease;
    float: left;
    backface-visibility: hidden;
	object-fit: contain;
}

.abt-sec.auctions.auc-grid .auc-l img {
    padding: 0;
    box-shadow: none;
}

.abt-sec.auctions.auc-grid .auc-r {
   /* width: 100%; */
    padding: 18px;
    position: relative;
    min-height: inherit;
    text-align: center;
}

.abt-sec.auctions.auc-grid ul li .auc-r a {
    transition: all 0.3s ease;
    color: #000;
    font-size: 18px;
    font-family: 'robotobold';
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
	height: 64px;
}

.abt-sec.auctions.auc-grid ul li .auc-r p {
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.abt-sec.auctions.auc-grid ul li .auc-r p a {
    font-family: 'robotoregular';
    font-size: 15px;
}

.abt-sec.auctions.auc-grid ul li:nth-child(4n) {
    margin-right: 0%;
}

.abt-sec.auctions.auc-grid ul li .auc-r a.date {
    float: left;
    width: 90%;
    text-align: left;
    color: #333;
    font-family: 'robotoregular';
    font-size: 15px;
    background: url(../img/date-ico-g.png) no-repeat left;
    padding-left: 24px;
    /*position: absolute; bottom: 10px; left:20px; */
    cursor: inherit;
}

.abt-sec.auctions.auc-grid ul li:hover .auc-l img {
    transform: scale(1.08);
}

.abt-sec.auctions.auc-grid ul li:hover .auc-r a.date {
    color: #333;
}

.abt-sec.auctions.auc-grid ul li:hover {
    border-bottom: 3px solid #3A77A4;
}

.abt-sec.auctions.auc-grid ul li:hover .auc-r a {
    color: #3A77A4;
}

.abt-sec.auctions.auc-grid ul li .auc-r a.read-btn {
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    display: inline-block;
}

.pagination {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 50px 0
}

.pagination ul li {
    float: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 5px 0 0;
    padding: 0;
    background: #eee;
    line-height: 40px;
    cursor: pointer;
    color: #333;
}

.pagination ul li:hover {
    background: #71b00c;
    color: #fff;
}


/* .abt-sec.auctions.auc-grid.auc-grid-sample { text-align: center; } */

.abt-sec.auctions.auc-grid.auc-grid-sample ul li {
    border: none;
}

.abt-sec.auctions.auc-grid.auc-grid-sample ul li .auc-l {
    border-bottom: 3px solid #1c63b8;
}

.abt-sec.auctions.auc-grid.auc-grid-sample ul li .auc-l a.date {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background: #1c63b8;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px 0 0 0;
}

.abt-sec.auctions.auc-grid.auc-grid-sample ul li .auc-r {
    min-height: 195px;
    padding-top: 30px;
}

.abt-sec.auctions.auc-grid.auc-grid-sample ul li .auc-r a {
    color: #333;
    position: relative;
    padding-bottom: 15px;
}

.abt-sec.auctions.auc-grid.auc-grid-sample ul li .auc-r a::after {
    height: 3px;
    width: 40px;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    border-bottom: 3px dotted #1c63b8;
}

.abt-sec.auctions.auc-grid.auc-grid-sample ul li .auc-r a:hover {
    color: #1c63b8;
}

.abt-sec.auctions.auc-grid.auc-grid-sample ul li .auc-l a.date:hover {
    background: #3279ce;
}

.abt-sec.auctions.auc-grid.auc-grid-sample ul li .auc-r p {
    color: #5A5A5A;
}

.abt-sec.auctions.auc-grid.auc-grid-sample ul li .auc-r a.date {
    position: absolute;
    top: -20px;
    color: #fff;
    background: #1c63b8;
    padding: 5px 10px;
    font-size: 14px;
    bottom: auto;
    width: 140px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
}

.abt-sec.auctions.auc-grid.auc-grid-sample ul li .auc-r a.date::after {
    display: none;
}

@media screen and (max-width: 600px) {
    .abt-sec.auctions.auc-grid ul li {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .image-link img {
        max-width: 100px !important;
    }
    .text-contain h3 {
        font-size: 15px;
    }
    .date-r {
        font-size: 12px;
    }
    .auct-detail {
        display: none;
    }
    .list-contain {
        min-height: 100px;
    }
}


#easyPaginate1, 
#easyPaginate {
	/*width: auto !important;*/
	margin: 0px 20px;
	margin-bottom: 20px;
}
.easyPaginateNav {
margin: 20px;
}
.easyPaginateNav a {
    padding: 10px;
    border-radius: 3px;
    margin: 5px;
    color: black;
    border: 1px solid #ded;
}

.easyPaginateNav a.page.current {
    background-color: dodgerblue;
  color: white;
}

.link-view {
  
}

.link-view .details {
    float: left;
    padding: 5px 10px;
    margin: 5px;
    background: #3A77A4;
    color: #fff !important;  
    border: 2px soild #3A77A4;
    font-size: 14px;
     border: 1px soild;
        border-radius: 50px;
    border-color: #3A77A4;
	    text-decoration: none;
}

.link-view .view {
    float: right;
    padding: 5px 10px;
    margin: 5px;
    background: #3A77A4;
    color: #fff !important;
    font-size: 14px;
    border: 1px soild;
       border-radius: 50px;
    border-color: #3A77A4;
	    text-decoration: none;
}

.details1 {
    padding: 5px 10px;
    margin: 5px;
    background: #3A77A4;
    color: #fff;  
    border-radius: 50px;
    font-size: 14px;
     border: 1px soild;
    border-color: #3A77A4;
	    text-decoration: none;
}

.view1 {
    padding: 5px 10px;
    margin: 5px;
    background: #3A77A4;
    color: #fff;  
}

.list-img {
    height: 200px !important;
    /*width: 350px;*/
    max-width: 350px !important;
    max-height: 200px;
}

.view1::hover, .details1.view1::hover {
	    background: #fff !important;
    color: #3A77A4;  
}

.link-view .view:hover,
.link-view .details:hover{
    background: #fff;
    color: #3A77A4;  
}