*{
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	box-sizing: border-box;
    /*font-family: "Agenda"; */
}

html,body{
	height: auto;
	
}
body{
	overflow-x: hidden;
	background: #fff;
    line-height: 1;
    font-family: "Open Sans", sans-serif !important;
}
input{
	text-align: unset; 
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}
ol,ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
a{
    text-decoration: none !important;
}
/*@font-face {
    font-family: 'Agenda';
    src: url('../include/fonts/Agenda/agenda-light.woff') format('woff')
}
*/