.pixNav {
	display: -webkit-box; -ms-flex: 1; display: -ms-flexbox; display: flexbox; display: box; display: -ms-flex; display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
/*-------------------------------*/
		/*cards*/
/*-------------------------------*/

.pixNav.cards .item {
	display: inline-block;
	vertical-align: top;
	transition: 0.2s;
	width: 32%;
	margin-bottom: 2%;
	position: relative;
	opacity: .9;
	transition: all 200ms ease-in-out;
}
.pixNav.cards .item:hover {opacity: 1;}
.pixNav.cards .item img,
.pixNav.cards .item a,
.pixNav.cards .item .text { width: 100%; }
@media all and (max-width: 800px) { .pixNav.cards .item { width: 47%; margin-bottom: 8%;} }
@media all and (max-width: 500px) { .pixNav.cards .item { width: 100%; } }

.pixNav.cards .text {
	text-align: left;
	padding: 10px 0;
	transition: all 600ms;
	background: rgba(255, 255, 255, 0.8);
}
.pixNav.cards .item .text h1 {
	margin: 0 0 0 100px;
	text-transform: none;
	font-size: 120%;
	color: #505996;
}
.pixNav.cards .item:hover .text h1 {
	color: #63be96;
}
.pixNav .item .link {
	border-radius: 0 40px 0 40px;
	overflow: hidden;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}

.pixNav.cards .icon {
	content: '';
	display: block;
	position: absolute;
	border-radius: 50%;
	width: 74px;
	height: 74px;
	top: -21px;
	border: 5px solid #fff;
	left: 11px;
	background-color: #fff;
	transition: all 200ms ease-in-out;
	overflow: hidden;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5) inset;
}
.pixNav.cards .icon img {
	width: 64px;
	position: absolute;
	top: 5px;
	left: 5px;
	height: 64px;
	border-radius: 50%;
	transition: all 200ms ease-in-out;
}

.pixNav.cards .item:hover .icon img {
	-ms-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.pixNav.cards .item:hover .icon {
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6) inset;
}

/*-------------------------------*/
						/*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;
}