/*
 * reset
 */

*{ 	padding: 0;
	margin: 0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img {
	border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:none;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

a img {
	border:0;
    text-decoration: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    background: #FFF;
}

div.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.eu-banner.row {
	padding-top: 10px;
}

.fa-brands {
	font-size: 25px;
	color: #7f7c7c;
  }
/*
 * /reset
 */
