/*==========================================================
                        NORMALIZE
==========================================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
a,
code,
em,
img,
small,
strong,
sub,
sup,
.nav ul,
.nav li,
fieldset,
form,
label,
legend,
table,
tbody,
thead,
tr,
th,
td,
article,
aside,
embed,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
footer,
header,
main,
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;
}
