.footer-info .clear-row:hover  p  , .footer-info .clear-row:focus  p
{
	color: white;
	-webkit-transition: -webkit- 0.9s;
	transition: 0.9s;
	text-decoration:none;
	opacity: 1;
}
.footer-info .clear-row:hover i
{
	display: block;
}
.footer-info .clear-row:hover  img  ,.footer-info .clear-row:focus  img 
{
	opacity: 1;
}
.clear-row:hover 
{
	text-decoration:none;
}
.clear-row-2:hover 
{
	text-decoration:none;
}

.footer-info .clear-row:focus  i
{
	display: none;
}
.footer-info .clear-row .clear-row-2 i  {
	opacity: 0;
	margin-top: 5%;
}
.footer-info .clear-row .clear-row-2 p{
	margin-top: -1%;
	 -webkit-user-select: none;
	 -khtml-user-select: none;
	 -moz-user-select: none;
	 -o-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
	 opacity: .7;
	 -webkit-transition: -webkit-transform 0.35s;
	 transition: 0.35s;

}
.clear-row
{
	padding-top: 3%;
	cursor: pointer;
	width: 16%;
	color:#fff;
	text-decoration: none;
}
.clear-row-2
{
	padding-top: 3%;
	cursor: pointer;
	width: 16%;
	color:#fff;
	text-decoration: none;
}
.text-hidden
{
	display: table;
	width: 100%;
	height: 250px;
	background: #00A1AF;
	color: white;
	display: none;
	/*padding: 10% 10%;*/
	background-color: rgba(255,255,255,.4);

}
.text-hidden p
{
	display: table-cell;
	vertical-align: middle;
}
.clear-row object
{

}
.clear-row img
{
	max-width: 80px;
	-webkit-filter: opacity(100%); 
	filter: opacity(100%);
}
.clear-row-2 img
{
	max-width: 80px;
	-webkit-filter: opacity(100%); 
	filter: opacity(100%);
}
.triangle{
	margin-left: 38%;
	display: none;
	text-align: center;
	border-color:  transparent  transparent  rgba(255,255,255,.4) transparent;
	border-style: solid;
	border-width: 25px;
	height:0;
	width:0;
	top: 50px;
	z-index:1;
}
@media screen and (min-width: 767px) {
	.footer-info .clear-row:hover  i  , .footer-info .clear-row:focus  i
	{
		text-decoration:none;
		opacity: 1;
		/*margin-top: -4%;*/
		-webkit-transition: -webkit- 0.35s;
		transition: 0.35s;
		transition: opacity .1s;
		-webkit-transition: opacity .1s;
	}
	.footer-info .clear-row:hover  p  , .footer-info .clear-row:focus  p
	{
		/*margin-top: -5%;*/
		-webkit-transition: -webkit- 0.9s;
		transition: 0.9s;
	}
}