/***************************************************
			      Reset
***************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}


a img {border:none}
a:link, a:visited{color:#e94e1b ;text-decoration:none;border: 0;}
a:hover {color:#fff; text-decoration:none;}

aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}


/***************************************************
			      Global styles
***************************************************/

@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal; }
	
body {
	background-color: #666666;
	color: #FFF;
	font-family: BebasNeue, Arial, sans-serif;
	text-align: center;
	font-size: 40px;
}

#wrapper {
	width: 85%;
	margin: 100px auto;
}

h1 {
	font-family: BebasNeue, Helvetica Neue, Arial, sans-serif;
	font-size: 100px;
	color: #0282D7;
}
h2  { 
	font-size: 80px;
}
h3  { 
	font-size: 60px;
}
p {
	margin-top: 30px;
	line-height: 0.9em;
}

img {	
	margin-right: 10px;
	max-width: 100%;
	width: 100%;
	height: auto;
}

.img-wrap {
	width: 400px;
	margin: 0 auto 40px auto;
}

.eta-wrap {
	width: 150px;
	margin: 20px auto 20px auto;
}

.social-wrap {
	margin: 40px auto 40px auto;
}

.country-flags {
	display: inline-block;
	width: 30px;
	height: 30px;
}

.social-flags img {
	margin: 0 !important;
}

.social-icons {
	display: inline-block;
	width: 55px;
	height: 55px;
	margin: 0;
}

.social-icons img {
	margin: 0 !important;
}

@media (max-width: 500px) {
	h2 {
	
	font-size: 40px;
	}
	
	body {
	font-size: 20px;
}
	
	.img-wrap {
	width: 100px;
}
	}

















