/*==========================================================
                        NORMALIZE
==========================================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
img,
small,
strike,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
.menu ul,
.menu 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,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}
article,
aside,
details,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*==========================================================
                        GRID SYSTEM
==========================================================*/
.container {
  margin-right: auto;
  margin-left: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1200px;
}
.container:before,
.row:before,
.container:after,
.row:after {
  content: " ";
  display: table;
}
.container:after,
.row:after {
  clear: both;
}