*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body, div, span, applet, object, embed, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, xmp, 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, input, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
font: inherit;
padding: 0;
border: 0;
margin: 0;
outline: 0;
background: transparent;
vertical-align: baseline;
font-size: 100%;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-rendering: auto;
}
/* HTML5
============================================================*/
article, aside, details, figcaption, figure, footer, header, menu, main, nav, section, summary {
display: block;
}
/* PRESENTATION
============================================================*/
::selection {
text-shadow: none;
background-color: #E0006C;
color: #fff;
font-weight: normal;
}

::-webkit-selection {
 text-shadow: none;
 background-color: #E0006C;
 color: #fff;
 font-weight: normal;
}

::-moz-selection {
 text-shadow: none;
 background-color: #E0006C;
 color: #fff;
 font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
a {
text-decoration: none;
}
b, strong {
font-weight: bold;
}
dfn, em {
font-style: italic;
}
ol, ul {
list-style-type: none;
}
img {
display: block;
max-width: 100%;
width: 100%;
height: auto;
border: 0;
}
body {
font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
font-size: 14px;
line-height: 24px;
}
.wrapper {
width: 100%;
clear: both;
margin: 0 auto;
position: relative;
max-width: 960px;
}
/* MENU STYLES 
============================================================*/
.re-order {
cursor: pointer;
position: fixed;
z-index: 2;
background-color: #fff;
top: 12px;
right: 12px;
width: 50px;
height: auto;
}
@media (min-width: 960px) {
.re-order {
display: none;
}
}
nav {
padding: 12px;
}
nav a {
display: block;
padding: 12px;
color: #fff;
text-shadow: 0 0 3px #a3d5f1;
font-weight: 600;
text-transform: uppercase;
background-color: #8dc9ee;
-webkit-transition-property: background-color;
-moz-transition-property: background-color;
-o-transition-property: background-color;
transition-property: background-color;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
}
nav a:hover {
background: #aad7f2;
text-shadow: 3px 1px 0px #8dc9ee;
}
nav ul {
display: none;
text-align: center;
}
nav ul.open {
display: block;
}
@media (min-width: 960px) {
nav ul {
display: block;
}
nav ul li {
display: inline-block;
position: relative;
margin-right: -2px;
margin-left: -2px;
}
nav ul li li {
display: block;
}
nav ul li.parent ul {
display: none;
}
nav ul ul {
display: none;
position: absolute;
top: 100%;
left: 0;
width: 200%;
text-align: left;
}
nav ul ul ul {
left: 100%;
top: 0;
}
}
