/* CELL */
.cell-list {
	margin: 0 0 10px 0 !important;
}
.timeline {
	position: absolute; left: 50%;
	width: 1px; height: 100%;
	
	background-color: #ccd2dc;
}
.timeline-start {
	position: absolute; top: 0px; left: -2px;
	width: 5px; height: 5px;
	
	background-color: #ccd2dc;
	
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.timeline-end {
	position: absolute; bottom: 0px; left: -2px;
	width: 5px; height: 5px;
	
	background-color: #ccd2dc;
	
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.cell {
	position: relative;
	display: inline-block;
	width: 100%;
	width: 50%;
	margin: 10px 0;
	
	float: left;
	
	vertical-align: top;
/*
	min-width: 560px;
	max-width: 760px;
*/

}
.cell:nth-child(2n) {
	clear: both;
/* 	padding-top: 50px; */
}
.cell:nth-child(2n+1) {
 	margin-top: 50px;
}
.cell-pin {
	position: absolute; top: 40px;
	width: 10px; height: 50px;
	
/* 	background-color: #ccd2dc; */
	background-image: url(../img/cell-pin-right-2.png);
	background-size: contain;
/*
	-webkit-border-radius: 100%;
	border-radius: 100%;
*/
}
.cell:nth-child(2n+1) .cell-pin {
	left: 20px;
	
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
.cell:nth-child(2n) .cell-pin {
	right: 20px;
}
.cell .num {
	width: 100%; height: auto;
	padding: 10px 30px;
	
	font-size: 14px;
	font-family: 'helveticaneuecyrmedium', sans-serif;
	line-height: 20px;
	color: #9da9bc;
	text-align: right;
	vertical-align: top;
	
	box-sizing: border-box;
}
.cell:nth-child(2n+1) .num {
	text-align: left;
}
.auction {
	padding: 0;
	margin: 0 30px;
	
	border: solid 1px #ccd2dc;
	
	background-color: #FFF;
	
	-webkit-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	
	cursor: pointer;
}
.auction:hover {
/* 	color: #000; */
	
/* 	border: solid 1px #748eb4; */
}
.auction-author-image {
	display: inline-block; 
	height: 50px; width: auto;
	min-width: 50px;
	margin: 20px 20px 0 20px;
	float: left;
	
	background-color: #f6f7f9;
/* 	background-image: url(../img/logo-moesk.jpg); */
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	
	overflow: hidden;
}
.auction-author-image img {
	height: 50px; width: auto;
}
.auction-author-name {
	padding-top: 25px;
	margin-left: 20px;
	display: block;
}
.auction.active {
/* 	border: solid 1px #748eb4; */
}
.auction .tag-list {
	padding: 0px 20px;
}
.auction .tag-list .tag {
	color: #555;
	font-size: 12px;
}
.auction .tag.tag-auction {}
.auction .tag.competition {}
.auction .tag.purchase {}
.auction .tag.organizer {}
.auction .tag.favourite {
 color: #748eb4;
 font-size: 18px;
}
.auction .tag.status {}
.auction-gallery {
	padding: 20px;
}
.auction-gallery .img {
	width: 25%;
	height: auto;
	padding: 0 10px;
	
	float: left;
	
	box-sizing: border-box;
}
.auction-gallery .img:nth-child(4n+1) {
	clear: both;
}
.auction .title {
	padding: 20px 20px 0 20px;
	max-width: 80%;
	
	color: #5e7598;
	font-size: 18px;
	font-family: 'helveticaneuecyrmedium', sans-serif;
	line-height: 22px;
	
	clear: both;
}
.auction .status {
	padding: 5px 20px;
	
	color: #555;
	font-size: 14px;
}
.auction .description {
	padding: 20px;
	
	color: #555;
	font-size: 14px;
	line-height: 22px;
}
.auction .details {
	position: relative;
	margin: 0;
	height: 0;

	overflow: hidden;
}
.auction.active .details {
	height: auto;
	
	/* border-top: solid 1px #CCC; */
	
	opacity: 1;
}
.auction-details-timeline {
	position: absolute; left: 40px; top: 22px; bottom: 104px;
	width: 1px;
	
	background-color: #748eb4;
}
.auction-details-timeline-pin {
	position: absolute; top: 20px; left: -12px;
	width: 5px; height: 5px;
	
	background-color: #748eb4;
	
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.details-section.active .auction-details-timeline-pin {
	top: 18px; left: -14px;
	width: 7px; height: 7px;
	
	border: solid 1px #748eb4;
	background-color: #FFF;
	
}
.auction .details .details-section {	
	position: relative;
	margin: 0 20px 0 50px;
	font-size: 14px;
	
/* 	border-top: solid 1px rgba(0, 0, 0, 0.1); */
}
.auction .details .details-section .details-section-header {
	padding: 15px 15px;
	
	color: #5e7598;
	
	-webkit-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.auction .details .details-section .details-section-header:hover {
	color: #102a52;
	
/* 	background-color: #f3f3f3; */
}
.auction .details .details-section.active {

}

.auction .details .details-section .details-section-content {
	height: 0;
	padding: 0;
	
	color: #555;
	
	overflow: hidden;
	
	opacity: 0;
}

.auction .details .details-section.active .details-section-content {
	height: auto;
	padding: 10px;
	margin-left: 30px;
	
	line-height: 22px;
	
	background-color: #f6f7f9;
	
	opacity: 1;
}
.auction .action {
	margin: 20px;
}

/* CELL */


/* 600-1000 */
@media (min-width: 0px) and (max-width: 960px) {
	.timeline {
		left: 5px;
	}
	.cell {
		width: 100%;
	}
	.cell-pin {
		left: 20px;

		-webkit-transform: rotateZ(180deg);
		transform: rotateZ(180deg);
	}
	.cell .num {
		text-align: left;
	}
	.cell:nth-child(2n) .auction {
		margin: 0 0 0  30px;
	}
	.cell:nth-child(2n+1) .auction {
		margin: 0 0 0 30px;
	}
}
/* 0-1280 */
@media (min-width: 960px) and (max-width: 1350px) {
	.cell:nth-child(2n) .auction {
		margin: 0 30px 0 0;
	}
	.cell:nth-child(2n+1) .auction {
		margin: 0 0 0 30px;
	}
}
/* 1280 - max */
@media (min-width: 1350px) and (max-width: 1800px) {
	.cell:nth-child(2n) .auction {
		margin: 0 30px 0 20px;
	}
	.cell:nth-child(2n+1) .auction {
		margin: 0 20px 0 30px;
	}
}
/* 1800 - max */
@media (min-width: 1800px) {
	.cell:nth-child(2n) .auction {
		margin: 0 30px 0 20%;
	}
	.cell:nth-child(2n+1) .auction {
		margin: 0 20% 0 30px;
	}
}
/* 2200 - max */
@media (min-width: 2200px) {
	.cell:nth-child(2n) .auction {
		margin: 0 30px 0 25%;
	}
	.cell:nth-child(2n+1) .auction {
		margin: 0 25% 0 30px;
	}
}