.pixNav {
	position: relative;
	overflow: hidden;
}
/*-------------------------------*/
						/*cards*/
/*-------------------------------*/
.pixNav.cards .item {
	display: inline-block;
	vertical-align: top;
	transition: 0.2s;
	width: 33.333%;
	position: relative;
}
.pixNav.cards .item .text,
.pixNav.cards .item img {width: 100%}
.pixNav.cards .item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.50) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(0,0,0,0.50) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: all 300ms;
	opacity: 1;
}
.pixNav.cards .item:hover:before {
	opacity: 0;
}

@media all and (max-width: 900px) { .pixNav.cards .item { width: 50%; } }
@media all and (max-width: 600px) { .pixNav.cards .item { width: 100%; } }
.pixNav.cards .heading {
	z-index: 30;
	position: relative;
	text-align: center;
}

.pixNav.cards .text {
	position: absolute;
	bottom: 0%;
	left: 0px;
	text-align: center;
	padding: 10px 30px;
	box-sizing: border-box;
	transition: all 600ms;
	z-index: 20;
}
.pixNav.cards .link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 30;
}
.pixNav.cards .item:hover .text {
}
.pixNav.cards .text h3 {
	color: #fff;
	text-shadow: 2px 2px #000;
}

.pixNav.cards .text p {
	color: #fff;
	text-shadow: 2px 2px #000;
	font-weight: bold;
	font-size: 20px;
}

/*-------------------------------*/
						/*free*/
/*-------------------------------*/

.pixNav.free { text-align: center; }
.pixNav.free .header { background-color: #f1dbba; }
.pixNav.free .header h1 { text-align: left; }

.pixNav.free .item {
	display: inline-block;
	vertical-align: middle;
	transition: 0.2s;
	width: 15%;
	margin-right: 2%;
}
.pixNav.free .item:last-of-type { margin-right: 0; }
.pixNav.free .item:hover {
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.pixNav.free .item a,
.pixNav.free .item img {
	max-width: 100%;
}

.pixNav.free .text { display: none; text-align: left; }
.pixNav.free .text h1 {
	text-transform: none;
	font-size: 100%;
	font-weight: normal;
}


.pixNav.free .icon {
	content: '';
	display: block;
	position: absolute;
	width: 74px;
	height: 74px;
	border-radius: 37px;
	top: -21px;
	left: 11px;
	background-color: #fff;
	transition: all 50ms;
}
.pixNav.free .icon img {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 64px;
	height: 64px;
	border-radius: 32px;
	background-color: #fff;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5) inset;
	transition: all 250ms;
}

.pixNav.free .item:hover .icon img {
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.25) inset;
	/*-ms-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);*/
}

.pixNav.free .item:hover .icon {
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5) inset;
}

/*logos*/

.pixNav.logos {
	justify-content: flex-end;
}
.pixNav.logos .h1s {
	font-size: 14px;
	color: #3b3b3b;
}
.pixNav.logos .header {
	width: 25%;
}
.pixNav.logos .items {
	width: 75%;
	text-align: right;
}