@charset "UTF-8";

.zp_text
{
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.9em;
	z-index: 0;
	font-family: "open_sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.zp_text.headline .text {
	position: relative;
	text-transform: uppercase;
	font-family: "Rockwell", "open_sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.zp_text.headline.thin  .text {
	font-weight: normal;
}

.zp_text.headline.greatest  .text
{
	font-size: 5em;
    line-height: 0.9em;
}

.zp_text.headline.greater  .text
{
	font-size: 3em;
    line-height: 0.9em;
}

.zp_text.headline.great  .text
{
	font-size: 2.5em;
    line-height: 0.9em;
}

.zp_text.headline.normal  .text
{
	font-size: 1.4em;
    line-height: 1em;
}

.zp_text.headline.small  .text
{
	font-size: 1em;
    line-height: 1em;
}


.zp_text:not(.nolink) a
{
	text-decoration: none;
	color: inherit;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-color: currentColor;
	
}

.zp_text a:hover
{
	border-bottom-style: solid;
}

.zp_text.nolink a
{
	color: inherit;
	text-decoration: none;
}

.zp_text.nolink a:hover
{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-color: currentColor;
}


/** LIST **/

.zp_text strong {
	font-weight: bold;
}

.zp_text ul
{
    padding: 0px;
    margin: 0px;
    display: block;
    float: none;	
}

.zp_text ul li
{
	margin: 0px;
    display: block;
    padding: 0px 0px 0px 1em;
    list-style: none;
    float: none;
    transition: transform 0.1s ease-out;
	-webkit-transition: transform 0.1s ease-out;
	-o-transition: transform 0.1s ease-out;
	-ms-transition: transform 0.1s ease-out;
	-moz-transition: transform 0.1s ease-out;
}

.zp_text ul li:before
{
	display: block;
    position: absolute;
    left: 0px;
    font-size: 0.7em;
    font-family: "Flaticon";
    content: '\f106';
    color: currentColor;
}

.zp_text ul li a {
	border: none !important;
}

.zp_text ul li:hover
{
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-o-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-moz-transform: translateX(5px);
}


.zp_text hr
{
	border-top: 1px solid currentColor;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	height: 0px;
	backgriund: none;
	margin-top: 1em;
	margin-bottom: 1em;
}


/** FONT SIZES **/

.zp_text.zp-text-size-small  .text
{
	font-size: 13px !important;
}

.zp-text.zp-text-size-normal  .text
{
	font-size: 15px !important;
}

.zp-text.zp-text-size-great  .text
{
	font-size: 20px !important;
}

.zp-text.zp-text-size-greater  .text
{
	font-size: 28px !important;
}

.zp-text.zp-text-size-huge  .text
{
	font-size: 36px !important;
}

.zp-text.zp-text-size-greatest  .text
{
	font-size: 40px !important;
}


/** LINEHEIGHTS **/

.zp-text.zp-text-lineheight-small  .text
{
	line-height: 18px !important;
}

.zp-text.zp-text-lineheight-normal  .text
{
	line-height: 22px !important;
}

.zp-text.zp-text-lineheight-great  .text
{
	line-height: 24px !important;
}

.zp-text.zp-text-lineheight-greater  .text
{
	line-height: 32px !important;
}

.zp-text.zp-text-lineheight-huge  .text
{
	line-height: 40px !important;
}

.zp-text.zp-text-lineheight-greatest  .text
{
	line-height: 44px !important;
}


/** COLOR **/
/**
.zp-text.zp-text-color-black
{
	color: #000000 !important;
}

.zp-text.zp-text-color-green
{
	color: #007f2d !important;
}

.zp-text.zp-text-color-white
{
	color: #ffffff !important;
}

.zp-text.zp-text-color-lightyellow
{
	color: #fceb9d !important;
}
**/

.zp-text.zp-text-color-yellow  .text
{
	color: #fecc00 !important;
}

.zp_text.italic  .text
{
	font-style: italic;
}

.zp_text.bold  .text
{
	font-weight: bold;
}

.zp_text.textalign-center  .text
{
	text-align: center;	
}

.zp_text.textalign-left  .text
{
	text-align: left;	
}

.zp_text.textalign-right  .text
{
	text-align: right;	
}

.zp_text.uppercase  .text
{
	text-transform: uppercase !important;
}

.zp_text.condensed  .text
{
	font-family: "open_sans_condensed", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 1100px)
{
	.zp_text  .text {
		font-size: 0.8em;
	}
	
	.zp_text.headline.greatest  .text
	{
		font-size: 3.5em;
	}
	
	.zp_text.headline.normal  .text
	{
		font-size: 1.2em;
	}
}

@media screen and (max-width: 950px)
{
	.zp_text.headline.greatest  .text
	{
		font-size: 3em;
	}
}

@media screen and (max-width: 600px)
{
	.zp_text.headline.greatest  .text
	{
		font-size: 2em;
	}
	 
	.zp_text.headline.greater  .text
	{
		font-size: 2em;
	}
	
	.zp_text.headline.great  .text
	{
		font-size: 1.7em;
	}
	
	.zp_text.headline.normal  .text
	{
		font-size: 1.2em;
	}
	
	.zp_text  .text {
		font-size: 0.8em;
		line-height: 1.5em;
	}
}

@media screen and (max-width: 380px)
{
	
}



