section.section-main{
	background-color: #00bed2 !important;
border-color: #00bed2 !important;
}

.thumb-info .thumb-info-title2 {
	transition: all 0.3s;
	
	color: #000;
	font-weight: 600;
	left: 0;
	letter-spacing: -.05em;
	position: absolute;
	z-index: 1;
	max-width: 90%;
	font-size: 12px;
	padding: 13px 21px 2px;
	bottom: 5%;
}


.thumb-info .thumb-info-type2 {
	background-color: #F8972C;
	border-radius: 2px;
	display: inline-block;
	float: right;
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: 0;
	margin: 8px -2px -15px 0px;
	padding: 2px 12px;
	text-transform: uppercase;
	z-index: 2;
	line-height: 2.3;
}



.base-dark{
	
	background-color: rgba(0, 0, 0, 0.3);
	padding:20px;
}

.base-light{
	
	background-color: rgba(255, 255, 255, 0.5);
	padding:20px;
}





