.fca_slots_grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: distribute;
	justify-content: space-between;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	
	margin-bottom: 25px;
	color: #3d3d3d;
	position: relative;
	transition: all 0.5s ease;
	/*padding: 17px 15px;*/
	background: #fff;
	
}

.fca_slots_section {
	width: 33%;
	background: #ededed;
	margin-bottom: 5px;
}

.fca_slots_section_title {
	color: #333333;
	border-bottom: 2px solid #d2d1d1;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 12px;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}

.fca_slots_section_title::after {
	background: #f96d02;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 45px;
	z-index: 48;
	-webkit-transition: width 0.5s ease;
	transition: width 0.5s ease;
}

.fca_slots_section:hover .fca_slots_section_title:after {
	width: 100%;
}

.fca_slots_section_content {
	
}

.fca_slots_slot {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.fca_slots_slot_image {
	width: 25%;
	float: left;
}

.fca_slots_slot_data {
	width: 70%;
	float: right;
}

.fca_slots_slot_data_title {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 3px 0;
	padding: 0;
}

.fca_slots_slot_data_nickname {
	font-size: 12px;
	line-height: 16px;
}

.fca_slots_slot_data .abc-progress-bar{
	width: 95%;
}

.fca_slots_slot_data .abc-progress-bar-text{
	margin: 0 0 5px 0;
}

.fca_slots_slot_data .abc-progress-bar-text a{
	background: #0c9ba4;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
	border-radius: 4px;
}

/*---------------responsive------------------*/

@media screen and (max-width: 1080px) {

}

@media screen and (max-width: 1025px) {

}

@media screen and (max-width: 950px) {
	.fca_slots_section { width: 49%; }
}

@media screen and (max-width: 700px) {
	.fca_slots_section { width: 100%; }
}

@media screen and (max-width: 350px) {
	.fca_slots_section { width: 100%; }
}