
.empty-img-container{
	background-color: #fff;
	position: relative;
	.empty-text{
		font-size: 14px;
		display: inline-block;
		margin: 0 auto;
	}
	.empty-con{
		position: absolute;
		min-width: 162px;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		transform:translate(-50%,-50%);
		text-align: center;
		&.empty_img1_lg .empty-bgimage{
			background-image: url(images/empty_img1_lg.svg);
			width: 210px;
			height: 182px;
			margin: 0 auto;
		}
		&.empty_img1_lg .empty-text{
			margin-top: 20px;
			color : #91c9f3;
		}
		&.empty_img1_md .empty-bgimage{
			background-image: url(images/empty_img1_md.svg);
			width: 150px;
			height: 136px;
			margin: 0 auto;
		}
		&.empty_img1_md .empty-text{
			margin-top: 20px;
			color : #91c9f3;
		}
		&.empty_img1_sm .empty-bgimage{
			background-image: url(images/empty_img1_sm.svg);
			width: 80px;
			height: 72px;
			margin: 0 auto;
		}
		&.empty_img1_sm .empty-text{
			margin-top: 20px;
			color : #91c9f3;
		}
		&.empty_img1_xs .empty-bgimage{
			background-image: url(images/empty_img1_xs.svg);
			width: 52px;
			height: 44px;
			float: left;
		}
		&.empty_img1_xs .empty-text{
			color : #91c9f3;
			margin-top: 12.5px;
			
		}
		&.empty_img2_lg .empty-bgimage{
			background-image: url(images/empty_img2_lg.svg);
			width: 210px;
			height: 182px;
			margin: 0 auto;		
		}
		&.empty_img2_lg .empty-text{
			margin-top: 20px;
			color : #91c9f3;
		}
		&.empty_img2_md .empty-bgimage{
			background-image: url(images/empty_img2_md.svg);
			width: 150px;
			height: 136px;
			margin: 0 auto;
		}
		&.empty_img2_md .empty-text{
			margin-top: 20px;
			color : #91c9f3;
		}
		&.empty_img2_sm .empty-bgimage{
			background-image: url(images/empty_img2_sm.svg);
			width: 80px;
			height: 72px;
			margin: 0 auto;
		}
		&.empty_img2_sm .empty-text{
			margin-top: 20px;
			color : #91c9f3;
		}
		&.empty_img2_xs .empty-bgimage{
			background-image: url(images/empty_img2_xs.svg);
			width: 52px;
			height: 44px;
			float: left;
		}
		&.empty_img2_xs .empty-text{
			color : #88dfcd;
			margin-top: 12.5px;
			
		}
		&.empty_img3_lg .empty-bgimage{
			background-image: url(images/empty_img3_lg.svg);
			width: 210px;
			height: 182px;
			margin: 0 auto;		
		}
		&.empty_img3_lg .empty-text{
			margin-top: 20px;
			color : #91c9f3;
		}
		&.empty_img3_md .empty-bgimage{
			background-image: url(images/empty_img3_md.svg);
			width: 150px;
			height: 136px;
			margin: 0 auto;
		}
		&.empty_img3_md .empty-text{
			margin-top: 20px;
			color : #91c9f3;
		}
		&.empty_img3_sm .empty-bgimage{
			background-image: url(images/empty_img3_sm.svg);
			width: 80px;
			height: 72px;
			margin: 0 auto;
		}
		&.empty_img3_sm .empty-text{
			margin-top: 20px;
			color : #91c9f3;
		}
		&.empty_img3_xs .empty-bgimage{
			background-image: url(images/empty_img3_xs.svg);
			width: 52px;
			height: 44px;
			float: left;
		}
		&.empty_img3_xs .empty-text{
			color : #bbbfef;
			margin-top: 12.5px;
			
		}
		&.empty_img4_lg .empty-bgimage{
			background-image: url(images/empty_img4_lg.svg);
			width: 210px;
			height: 182px;
			margin: 0 auto;		
		}
		&.empty_img4_lg .empty-text{
			margin-top: 20px;
			color : #91c9f3;
		}
		&.empty_img4_md .empty-bgimage{
			background-image: url(images/empty_img4_md.svg);
			width: 150px;
			height: 136px;
			margin: 0 auto;
		}
		&.empty_img4_md .empty-text{
			margin-top: 20px;
			color : #91c9f3;
		}
		&.empty_img4_sm .empty-bgimage{
			background-image: url(images/empty_img4_sm.svg);
			width: 80px;
			height: 72px;
			margin: 0 auto;
		}
		&.empty_img4_sm .empty-text{
			margin-top: 20px;
			color : #91c9f3;
		}
		&.empty_img4_xs .empty-bgimage{
			background-image: url(images/empty_img4_xs.svg);
			width: 52px;
			height: 44px;
			float: left;
		}
		&.empty_img4_xs .empty-text{
			color : #8bd4f7;
			margin-top: 12.5px;
		}
	}
	
	
}

