/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
	display: block;
}
body{
	line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #5b5b5b;
}
ol, ul{
	list-style: none;
}
ul, li{
  display: block;
}
blockquote, q{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content: '';
	content: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
div, p, form, input, a, span, button{
  box-sizing: border-box;
}
a, a:hover, a:active{
  text-decoration: none;
  font-weight: 900;
  color: #5b5b5b;
}
input, input:hover, input:active, input:focus,
button, button:hover, button:focus, button:active{
	outline: none;
}
.container{
  width: 1140px;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Roboto', sans-serif;;
  font-weight: normal;
  margin: 0 auto;
}
h1 {
  font-family: 'MicraDi';
  font-size: 44px;
  line-height: 1.3em;
  margin: 81px 0 0 -10px;
}
h1 span{
  text-transform: uppercase;
}
h2{
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  margin: 150px 0 25px;
  text-align: center;
}
h3{
  font-size: 30px;
  margin-bottom: 35px;
}
h4{
  text-transform: uppercase;
}