body, html {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #343135;
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6, p, span, .h1, .h2, .h3, .h4, .h5, .h6, .p, .span {
	margin: 0;
	padding: 0;
}

a, a:link, a:hover, a:visited, a:active, a:focus, button, button:focus, button:active, button:visited {
	text-decoration: none;
	outline: none;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

::-moz-focus-inner, :active, :focus {
    outline:none;
    border:0;
    -moz-outline-style: none;
}



.web-container {
	max-width: 2000px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}
h2.dwnlTitle{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5rem;
}

