@charset "utf-8";
/* CSS Document */



.container-chevron {
	position: relative;
	padding:0;
	margin-bottom: -8px!important;
	max-width: 270px;
}

.container-chevron-inner-title {
	top: 0;
	position:absolute; 
	height: 100%;
	display: table; 
	width: 100%;
}

.container-chevron-inner-text {
	top: 0;
	position:absolute; 
	height: 100%;
	display: table; 
	width: 100%;
	padding: 0 20px;
}

.container-chevron-inner-icon {
	top: 0;
	position:absolute; 
	height: 100%;
	display: table; 
	width: 100%;
}

.chevron-title {
	top: 25px;
	position: absolute;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	padding: 0 20px;
	color: #fff;
}



.chevron-text {
	display: table-cell; 
	opacity:0;
	vertical-align: middle; 
	text-align: center;
	transition:.5s;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	padding-top: 45px;
}

.chevron-icon {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
	opacity:1;
	transition:.5s;
	color: #fff;
	padding-top: 30px;
}

.chevron-icon img svg path {
	color: #fff;
	fill: #fff!important;
}

.chevron-icon img{
	max-width: 80px;
}

.chevron-link:hover .chevron-text {
	opacity:1;
}

.chevron-link:hover .chevron-icon {
	opacity:0;
	
}