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,
input,
textarea,
label,
button,
select,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0 auto;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table {
    width: 100%;
    display: table;
}
/* Clearfix */

.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.ie7 .cf {
    zoom: 1;
}
/* Hide */

.hide {
    position: absolute;
    left: -9999em;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
/* Forms */

input:-moz-placeholder {
    opacity: 1;
}
input::-moz-placeholder {
    opacity: 1;
}
select:-moz-placeholder {
    opacity: 1;
}
select::-moz-placeholder {
    opacity: 1;
}
textarea:-moz-placeholder {
    opacity: 1;
}
textarea::-moz-placeholder {
    opacity: 1;
}
input,
select {
    vertical-align: middle;
}
input[type=checkbox],
input[type=radio] {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
input[type=checkbox] {
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
}
input[type=radio] {
    -moz-appearance: radio;
    -webkit-appearance: radio;
}
input[type=button] {
    float: none !important;
}
@media only screen and (min-width: 740px) {
    .table {
        display: table;
        width: 100%;
    }
}
.position { 
	position: relative;
}

/*--- Tables --- */

table {
    width: 100%;
    margin-bottom: 1em;
}
th {
    font-weight: bold;
}
th,
td {
    padding: .5em 1em;
}
td {
    vertical-align: top;
}
/* -------- Transition Delays -------- */

.delay1 {
    -webkit-transition-delay: .2s !important;
    transition-delay: .2s !important;
}
.delay2 {
    -webkit-transition-delay: .4s !important;
    transition-delay: .4s !important;
}
.delay3 {
    -webkit-transition-delay: .6s !important;
    transition-delay: .6s !important;
}
.delay4 {
    -webkit-transition-delay: .8s !important;
    transition-delay: .8s !important;
}
.delay5 {
    -webkit-transition-delay: 1s !important;
    transition-delay: 1s !important;
}
.delay6 {
    -webkit-transition-delay: 1.2s !important;
    transition-delay: 1.2s !important;
}
.delay7 {
    -webkit-transition-delay: 1.4s !important;
    transition-delay: 1.4s !important;
}
.delay8 {
    -webkit-transition-delay: 1.6s !important;
    transition-delay: 1.6s !important;
}
.delay9 {
    -webkit-transition-delay: 1.8 !important;
    transition-delay: 1.8 !important;
}
.delay10 {
    -webkit-transition-delay: 2s !important;
    transition-delay: 2s !important;
}