/*PLUSO*/

.pluso-wrap > div {
	line-height: inherit;
}

.pluso-more {
	display: none !important;
}

.pluso-wrap {
	padding: 0 !important;
	
	width: 100% !important;
	display: block;
}

.pluso {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	margin-top: 20px !important;
}

.pluso-wrap > div {
	width: -webkit-calc(100% / 3);
	width: -moz-calc(100% / 3);
	width: calc(100% / 3);
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	margin: 0 !important;
	border: 5px solid #fff;
}
.pluso-wrap > div:first-of-type {
	/*border-left: none;*/
}
.pluso-wrap > div:last-of-type {
	/*border-right: none;*/
}

@media screen and (min-width: 768px) {

	.pluso-wrap > div {
		width: -webkit-calc(100% / 4);
		width: -moz-calc(100% / 4);
		width: calc(100% / 4);
	}

}

@media screen and (min-width: 1024px) {

	.pluso-wrap > div {
		width: -webkit-calc(100% / 6);
		width: -moz-calc(100% / 6);
		width: calc(100% / 6);
	}

}