.pixNav {
	display: -webkit-box; 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-justify-content: space-between;
	justify-content: space-between;
}
/*-------------------------------*/
						/*cards*/
/*-------------------------------*/


.pixNav.cards .item {
	display: inline-block;
	transition: 0.2s;
	width: 23.5%;
	margin-bottom: 3em;
	position: relative;
	overflow: hidden;
}
.pixNav.cards .item * { width: 100%; }

@media all and (max-width: 600px) { .pixNav.cards .item { width: 47%; } }
@media all and (max-width: 300px) { .pixNav.cards .item { width: 100%; } }

.pixNav.cards .text {
	width: 100%;
	padding: 10px 10px;
	background: #f2f2f2;
}
.pixNav.cards .text p {
	color: #f47920;
	margin: 0;
}
.pixNav.cards .text p:hover {
	text-decoration: underline;
}
.pixNav.cards .text p:before {
	content: '► ';
	color: #f47920;
	display: inline-block;
	white-space: pre-wrap;
}

.pixNav.cards .icon {
	content: '';
	display: block;
	position: absolute;
	width: 74px;
	height: 74px;
	border-radius: 37px;
	top: -21px;
	left: 11px;
	background-color: #fff;
	transition: all 50ms;
}
.pixNav.cards .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.cards .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.cards .item:hover .icon {
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5) inset;
}

/*-------------------------------*/
						/*logos*/
/*-------------------------------*/

.pixNav.logos {
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.pixNav.logos .item {
	display: inline-block;
	vertical-align: baseline;
	position: relative;
}
.pixNav.logos .item img {
	max-width: 100%;
}


@media all and (max-width: 600px) { .pixNav.logos .item { width: 47%; } }
@media all and (max-width: 300px) { .pixNav.logos .item { width: 100%; } }

/*-------------------------------*/
						/*BigCards*/
/*-------------------------------*/

.pixNav.BigCards {
	margin-bottom: 2em;
}
.pixNav.BigCards .item {
	display: inline-block;
	vertical-align: top;
	transition: 0.2s;
	width: 31.5%;
	margin-bottom: 2%;
	position: relative;
	overflow: hidden;
}
.pixNav.BigCards .item a.link {
	background: #fff;
}
.pixNav.BigCards .item img {
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.pixNav.BigCards .item img:hover {
	transform: scale3d(1.1, 1.1, 1);
}
.pixNav.BigCards .link{
	position: relative;
	overflow: hidden;
}
.pixNav.BigCards .item * { width: 100%; }

@media all and (max-width: 850px) { .pixNav.BigCards .item { width: 47%; } }
@media all and (max-width: 450px) { .pixNav.BigCards .item { width: 100%; } }

.pixNav.BigCards .text {
	width: 100%;
	padding: 10px 10px;
	background: #f2f2f2;
}
.pixNav.BigCards .text p {
	color: #f47920;
	margin: 0;
}
.pixNav.BigCards .text p:hover {
	text-decoration: underline;
}
.pixNav.BigCards .text p:before {
	content: '► ';
	color: #f47920;
	display: inline-block;
	white-space: pre-wrap;
}

.pixNav.BigCards .icon {
	content: '';
	display: block;
	position: absolute;
	width: 74px;
	height: 74px;
	border-radius: 37px;
	top: -21px;
	left: 11px;
	background-color: #fff;
	transition: all 50ms;
}
.pixNav.BigCards .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.BigCards .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.BigCards .item:hover .icon {
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5) 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;
}
