@charset "UTF-8";

.zp_button.simple {
	text-align: center;
	line-height: 0px;
}

.zp_button.simple .link {
	display: inline-block;
	padding: 0.9em 1.5em 1em 1.5em;
	text-decoration: none;
	color: #000000;
	font-size: 1.3em;
	line-height: 1em;
	font-family: "Rockwell", "open_sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	border: 1px solid #000000;
	font-weight: bold;
}

.zp_button.simple .link:after {
	display: block;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-left: #000000 inset 0px;
	border-top: #000000 inset 0px;
	border-right: #000000 inset 0px;
	border-bottom: #000000 inset 0px;
	transition: border 0.2s ease-out;
	-webkit-transition: border 0.2s ease-out;
	-o-transition: border 0.2s ease-out;
	-ms-transition: border 0.2s ease-out;
	-moz-transition: border 0.2s ease-out;
	-webkit-appearance: none;
}

.zp_button.simple .link:hover:after {
	border-left: 5px inset #000000;
	border-top:  5px inset #000000;
	border-right:  5px inset #000000;
	border-bottom:  5px inset #000000;
}

.zp_button.simple.arrow {
	overflow: hidden;
}

.zp_button.simple.arrow .link:after {
	border: none !important;
	background: #000000;
	transform: translateX(-102%);
	-webkit-transform: translateX(-102%);
	-o-transform: translateX(-102%);
	-ms-transform: translateX(-102%);
	-moz-transform: translateX(-102%);
	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;
}

.zp_button.simple.arrow .link:hover:after {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-o-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-moz-transform: translateX(0%);
}

.zp_button.simple.arrow .link .icon:before {
	display: block;
	position: absolute;
	right: 40px;
	width: 40px;
	top: 50%;
	text-align: center;
	font-family: "flaticon";
	content: '\f103';
	color: #000000;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	opacity: 0;
	transition: opacity 0.2s ease-out, right 0.2s ease-out, color 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out, right 0.2s ease-out, color 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out, right 0.2s ease-out, color 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out, right 0.2s ease-out, color 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out, right 0.2s ease-out, color 0.2s ease-out;
	z-index: 1;
	line-height: 1em;
}

.zp_button.simple.arrow .link:hover .icon:before {
	opacity: 1;
	color: #ffffff;
	right: 10px;
}

.zp_button.simple.arrow .link .title {
	z-index: 1;
	transition: color 0.2s ease-out;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	-ms-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
}

.zp_button.simple.arrow .link {
	overflow: hidden;
	transition: padding 0.2s ease-out;
	-webkit-transition: padding 0.2s ease-out;
	-o-transition: padding 0.2s ease-out;
	-ms-transition: padding 0.2s ease-out;
	-moz-transition: padding 0.2s ease-out;
}

.zp_button.simple.arrow .link:hover {
	color: #ffffff;
	padding-right: 4em;
}

.zp_button.simple.arrow .link .icon {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 20px;
}

.zp_button.simple.arrow .link .icon {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 20px;
}


.zp_button.simple.arrow.big .link {
	padding-top: 4em;
	padding-bottom: 4em;
	border-left: none;
	border-right: none;
	font-size: 3em;
	width: 100%;
}

.zp_button.simple.arrow.big .link:hover {
	padding-right: 1.5em !important;
}

.zp_button.simple.arrow.big .link:after {
	transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	-ms-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
}

.zp_button.simple.arrow.big .link .title {
	display: block;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.zp_button.simple.arrow.big.right .link .title {
	padding-right: 80px;
}

.zp_button.simple.arrow.big.left .link .title {
	text-align: right;
	padding-left: 80px;
}

.zp_button.simple.arrow.big.left .link:after {
	transform: translateX(102%);
	-webkit-transform: translateX(102%);
	-o-transform: translateX(102%);
	-ms-transform: translateX(102%);
	-moz-transform: translateX(102%);
}

.zp_button.simple.arrow.big.left .link:hover:after {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-o-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-moz-transform: translateX(0%);
}

.zp_button.simple.arrow.big .link .icon:before {
	right: 110%;
	font-size: 2em;
	color: #ffffff !important;
	transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	-ms-transition: 0.5s ease-out;
	width: 100px;
}

.zp_button.simple.arrow.big .link:hover .icon:before {
	right: 20px;
	text-align: left;
}


.zp_button.simple.arrow.big.left .link .icon:before {
	right: auto;
	content: "\f102";
	left: 102%;
	text-align: right;
}

.zp_button.simple.arrow.big.left .link:hover .icon:before {
	left: 20px;
}


.zp_button.totop 
{
	text-align: center;
}

.zp_button.totop .link 
{
	position: relative;
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-o-border-radius: 60px;
	-ms-border-radius: 60px;
	-mpz-border-radius: 60px;
	margin: auto;
	text-decoration: none;
	transition: background 0.2s ease-out;
	-webkit-transition: background 0.2s ease-out;
	-o-transition: background 0.2s ease-out;
	-ms-transition: background 0.2s ease-out;
	-moz-transition: background 0.2s ease-out;
}

.zp_button.totop.dark .link
{
	border: 1px solid #000000;
	color: #000000;
} 

.zp_button.totop.light .link
{
	border: 1px solid #ffffff;
	color: #ffffff;
} 

.zp_button.totop .title
{
	display: none;
	font-family: "Rockwell", "open_sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.zp_button.totop .icon
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	font-size: 2em;
}

.zp_button.totop .icon:after,
.zp_button.totop .icon:before
{
	display: block;
	position: absolute;
	right: 0px;
	left: 0px;
	top: 50%;
	font-family: "Flaticon";
	content: '\f101';
	margin-right:-1px;
	text-align: center;
	transition: transform 0.2s ease-out, color 0.2s ease-out;
	-webkit-transition: transform 0.2s ease-out, color 0.2s ease-out;
	-o-transition: transform 0.2s ease-out, color 0.2s ease-out;
	-ms-transition: transform 0.2s ease-out, color 0.2s ease-out;
	-moz-transition: transform 0.2s ease-out, color 0.2s ease-out;
}

.zp_button.totop .icon:after
{
	transform: translateY(300%);
	-webkit-transform: translateY(300%);
	-o-transform: translateY(300%);
	-ms-transform: translateY(300%);
	-moz-transform: translateY(300%);
}

.zp_button.totop .icon:before
{
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.zp_button.totop .link:hover .icon:after
{
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.zp_button.totop .link:hover .icon:before
{
	transform: translateY(-400%);
	-webkit-transform: translateY(-400%);
	-o-transform: translateY(-400%);
	-ms-transform: translateY(-400%);
	-moz-transform: translateY(-400%);
}

.zp_button.totop.dark .link:hover
{
	background: #000000;
	color: #ffffff;
}

.zp_button.totop.light .link:hover
{
	background: #ffffff;
	color: #000000;
}

.zp_button.totop .link .title
{
	position: absolute;
	white-space: nowrap;
	display: block;
	top: 0px;
	left: 50%;
	transform: translateX(-50%) translateY(-70px);
	-webkit-transform: translateX(-50%) translateY(-70px);
	-moz-transform: translateX(-50%) translateY(-70px);
	-o-transform: translateX(-50%) translateY(-70px);
	-ms-transform: translateX(-50%) translateY(-70px);
	
	padding: 0.5em 1em 0.6em 1em;
	
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s ease-out, transform 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out, transform 0.2s ease-out;
		-moz-transition: opacity 0.2s ease-out, transform 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out,  transform 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out, transform 0.2s ease-out;

	
	text-transform: uppercase;
	
}

.zp_button.totop.dark .link .title
{
	background: #000000;
	color: #ffffff;
}

.zp_button.totop.light .link .title
{
	background: #ffffff;
	color: #000000;
}

.zp_button.totop .link .title:after
{
	display: block;
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
}

.zp_button.totop.dark .link .title:after
{
	border-color: #000000 transparent transparent transparent
}

.zp_button.totop.light .link .title:after
{
	border-color: #ffffff transparent transparent transparent
}

.zp_button.totop .link:hover .title
{
	opacity: 1;
	transform: translateX(-50%) translateY(-60px);
	-webkit-transform: translateX(-50%) translateY(-60px);
	-o-transform: translateX(-50%) translateY(-60px);
	-ms-transform: translateX(-50%) translateY(-60px);
	-moz-transform: translateX(-50%) translateY(-60px);
}


@media screen and (max-width: 1100px) {
	
	.zp_button.simple.arrow.big .link {
		padding-top: 3.5em;
		padding-bottom: 3.5em;
		font-size: 2.5em;
	}
}

@media screen and (max-width: 900px) {
	
	.zp_button.simple.arrow.big .link {
		padding-top: 3em;
		padding-bottom: 3em;
		font-size: 2em;
	}
	
	.zp_button.simple.arrow.big .link .title {
		text-align: center !important;
		padding-right: 0em !important;
		padding-left: 0em !important;
	}
	
	.zp_button.simple.arrow.big.right .link {
		text-align: center;
		padding-right: 1.5em !important;
		padding-left: 1.5em !important;
	}
	
	.zp_button.simple.arrow.big .link:before {
		display: none !important;
	}
}


