@charset "UTF-8";

html, body
{
	font-family: "open_sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 100%;
	color: #000000;
}

*
{
	position: relative;
	box-sizing: border-box;
	-mox-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

*:focus
{
	outline: none !important;	
}

::-moz-selection 
{	 
    color: #ffffff;
    background: #333333;
}

::selection 
{
    color: #ffffff;
    background: #333333;
}

.ie10 a img,
.ie11 a img {
	outline: 0 !important;
	border: none !important;
}

p
{
	padding: 0px;
	margin: 0px;
}

strong
{
	font-weight: normal;
}

em
{
	font-style: inherit;
}

b
{
	font-weight: bold;
}

i
{
	font-style: italic;
}

h1, h2, h3, h4, h5
{
	padding: 0px;
	margin: 0px;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

input 
{
	appearance: none;
    -webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
}

.zp_element 
{
	margin-top: 15px;
	margin-bottom: 15px;
}

