@charset "UTF-8";

.zpmg-category
{
	position: relative;
	font-family: "orator", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #ffffff;
	background: #000000;
	/**border: 1px solid #000000;**/
	margin-right: 3px;
	text-decoration: underline;
	background: #000000;
	display: inline-block;
	padding: 4px 7px 7px 7px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	white-space: nowrap;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	margin-bottom: 1px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.zpmg-category:first-child
{
	/**border-left: 1px solid #000000 inset;**/
}

.zpmg-category:hover
{
	background: #cccccc;
	color: #000000;
	/**border-left: 1px solid #000000;**/
}

.zpmg-category:hover + .zpmg-category
{
	/**border-left: 1px solid #000000;**/
}

.zpmg-categories
{
	margin-bottom: 4px;
}
