/* Last Update : 2017-10-13 */
/* DO NOT EDIT THIS */




.example_c {
color: #3d3d3d !important;
text-transform: uppercase;
text-decoration: none;
background: none;
padding: 10px 20px;
border: 4px solid #ED1C24 !important;
display: inline-block;
transition: all 0.4s ease 0s;
}


.example_c:hover {
color: #ffffff !important;
background: #3D3D3D;
border-color: #ED1C24 !important;
transition: all 0.4s ease 0s;
}



.banner-item .banner-caption{
	position: absolute;	
}

/* all banner caption */
.banner-item .banner-caption{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-family: 'Roboto';
}

/* banner number start from 0 */
/* banner caption no 1 */
.banner-item .banner-caption.id-0{
}

/* banner caption no 2 */
.banner-item .banner-caption.id-1{
}

@media screen and (max-width: 480px) {
	/* ONLY EDIT IF DIFFERENT WITH DESKTOP */
	/* all banner caption */
	.banner-item .banner-caption{
	}

	/* banner number start from 0 */
	/* banner caption no 1 */
	.banner-item .banner-caption.id-0{
	}

	/* banner caption no 2 */
	.banner-item .banner-caption.id-1{
	}
}