@charset "UTF-8";

.zp_more:not(.text-link)
{
	text-align: center;	
}

.zp_more:not(.text-link) .more-inner
{
	text-align: left;	
}

.zp_more:not(.text-link) .button
{
	margin-top: 1em;
	margin-bottom: 1em;
	transition: margin 0.2s ease-out;
	-webkit-transition: margin 0.2s ease-out;
	-o-transition: margin 0.2s ease-out;
	-ms-transition: margin 0.2s ease-out;
	-moz-transition: margin 0.2s ease-out;
}

.zp_more.auto:not(.text-link) .button
{
	margin-top: 3em;
	margin-bottom: 3em;
}

.zp_more:not(.text-link) .button .title
{
	pointer-events: none;
	background: #000000;
	position: absolute;
	color: #ffffff;
	padding: 0.5em 1em 0.6em 1em;
	text-transform: uppercase;
	font-family: "";
	font-size: 1em;
	opacity: 0;
	display: inline-block;
	left: 50%;
	top: -63px;
	font-family: "Rockwell", "open_sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space: nowrap;
	transform: translateX(-50%) translateY(-10px);
	-webkit-transform: translateX(-50%) translateY(-10px);
	-o-transform: translateX(-50%) translateY(-10px);
	-ms-transform: translateX(-50%) translateY(-10px);
	-moz-transform: translateX(-50%) translateY(-10px);
	transition: opacity 0.2s ease-out, transform 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out, transform 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out, transform 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out, transform 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.zp_more:not(.text-link) .button:hover .title
{
	opacity: 1;
	transform: translateX(-50%) translateY(0px);
	-webkit-transform: translateX(-50%) translateY(0px);
	-o-transform: translateX(-50%) translateY(0px);
	-ms-transform: translateX(-50%) translateY(0px);
	-moz-transform: translateX(-50%) translateY(0px);
}

.zp_more:not(.text-link) .button .title:after
{
	display: block;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -9px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #000000 transparent transparent transparent;
    overflow: hidden;
}

.zp_more:not(.text-link) .button .icon
{
	display: block;
	margin: auto;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-o-border-radius: 40px;
	-ms-border-radius: 40px;
	border: 1px solid rgba(0,0,0,0);
	transition: border 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out;
	-webkit-transition: border 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out;
	-o-transition: border 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out;
	-ms-transition: border 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out;
	-moz-transition: border 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out;
}

html:not(.zp-touch):not(.text-link) .zp_more .button .icon
{
	opacity: 0;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}

.zp_more:not(.text-link):hover .button .icon,
.zp_more.auto:not(.text-link) .button .icon
{
	opacity: 1 !important;
	transform: translateY(0px) !important;
	-webkit-transform: translateY(0px) !important;
	-o-transform: translateY(0px) !important;
	-ms-transform: translateY(0px) !important;
	-moz-transform: translateY(0px) !important;
}

.zp_more:not(.text-link) .button:hover .icon
{
	border: 1px solid rgba(0,0,0,1);
}

.zp_more:not(.text-link) .button .icon:after
{
	display: block;
    position: absolute;
    color: #000000;
    content: '\f101';
    text-align: center;
    font-family: "Flaticon";
	font-size: 2em;
    line-height: 1em;
	margin-top: -0.5em;
    top: 50%;
    left: 0px;
    right: 0px;  
	transition: transform 0.2s ease-out;
	-webkit-transition: transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
	-ms-transition: transform 0.2s ease-out;
	-moz-transition: transform 0.2s ease-out;
	transform: scale(1) rotate(180deg);
	-webkit-transform: scale(1) rotate(180deg);
	-o-transform: scale(1) rotate(180deg);
	-ms-transform: scale(1) rotate(180deg);
	-moz-transform: scale(1) rotate(180deg);
}

.zp_more:not(.text-link) .button:hover .icon:after
{
	transform: scale(0.8) rotate(180deg);
	-webkit-transform: scale(0.8) rotate(180deg);
	-o-transform: scale(0.8) rotate(180deg);
	-ms-transform: scale(0.8) rotate(180deg);
	-moz-transform: scale(0.8) rotate(180deg);
}

.zp_more.auto:not(.text-link) .button .icon
{
	border: 1px solid rgba(0,0,0,1);
}

.zp_more.auto:not(.text-link) .button .icon:after
{
	content: '\f10a';
	transform: scale(0.6) rotate(180deg);
	-webkit-transform: scale(0.6) rotate(180deg);
	-o-transform: scale(0.6) rotate(180deg);
	-ms-transform: scale(0.6) rotate(180deg);
	-moz-transform: scale(0.6) rotate(180deg);
}

.zp_more.text-link > .button {
	display: block;
	text-align: left;
}

.zp_more.text-link .title {
	font-weight: bold;
}