/*

Reset
Theme: VGA

*/

* {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;

    margin: 0;
    padding: 0;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

}

article,  aside,  details, figcaption, figure, footer,
header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

canvas {
    height: 100%;
    width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0000;
    color: #000;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html, body {
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: auto;
    max-width: 100%;
}

figure img {
    height: auto;
}

a {
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    outline: none;
    color: inherit;
    cursor: pointer;
}

b, strong {
    font-weight: bold;
}

/* Typography */

xmp,
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: inherit;
}

xmp,
code {
    background: #f0f0f0;
    padding: 0 5px;
}

pre {
    background: #f0f0f0;
    padding: 15px;
    display: inline-block;
    margin-bottom: 15px;
    max-width: 100%;
    overflow-x: scroll;

}

var {
    color: #aaa;
    font-weight: 400;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

acronym {
    font-weight: 400;
    text-transform: uppercase;
}

q,
blockquote {
    margin-bottom: 30px;
    position: relative;
	display: inline-block;
}

q,
blockquote,
blockquote p,
blockquote div {
    line-height: 80px;
    font-size: 66px;
}

p q {
	padding: 30px 30px 30px 30px;
	margin-right: 30px;
}

cite {
    display: block;
    font-weight: 600;
    font-size: 12px;
    color: #222;
}

hr {
    box-sizing: content-box;
    overflow: visible;
    border: 0;
    background: #f0f0f0;
    height: 1px;
}

ul, ol {
    list-style-type: none;
}

/* spacers */

.spacer10 {
    padding-top: 10px !important;
}
.spacer15 {
    padding-top: 15px !important;
}
.spacer20 {
    padding-top: 20px !important;
}
.spacer30 {
    padding-top: 30px !important;
}
.spacer40 {
    padding-top: 40px !important;
}
.spacer50 {
    padding-top: 50px !important;
}
.spacer60 {
    padding-top: 60px !important;
}
.spacer70 {
    padding-top: 70px !important;
}
.spacer80 {
    padding-top: 80px !important;
}
.spacer90 {
    padding-top: 90px !important;
}
.spacer110 {
    padding-top: 110px !important;
}
.mbottom5 {
    margin-bottom:5px !important;
}
.mbottom10 {
    margin-bottom:10px !important;
}
.mbottom20 {
    margin-bottom:20px !important;
}
.mbottom30 {
    margin-bottom:30px !important;
}
.mbottom40 {
    margin-bottom:40px !important;
}
.mbottom50 {
    margin-bottom:50px !important;
}
.mbottom60 {
    margin-bottom:60px !important;
}
.mbottom70 {
    margin-bottom:70px !important;
}
.mbottom80 {
    margin-bottom:80px !important;
}
.mbottom90 {
    margin-bottom:90px !important;
}
.mbottom100 {
    margin-bottom:100px !important;
}


/* Tables */

table {
    width: 100%;
    margin-bottom: 30px;
}

thead th {
    border-bottom: 1px solid #f0f0f0;
}

th,
td {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
    height: 45px;
    line-height: 45px;
}

tr:nth-child(even) {}

caption {
    text-transform: uppercase;
    font-weight: bold;
}

video,
audio,
embed,
iframe {
    max-width: 100%;
}

/* Definition List */

dl {
    margin-bottom: 30px;
    display: table
}

dl dt {
    font-weight: bold;
}

address {
    margin-bottom: 15px;
}

/* Input */

form {
    margin-bottom: 0;
}

label {
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
}

input, textarea {
    outline: none;
}

input {
    line-height: normal;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

textarea {
    overflow: auto;
}

input,
button,
select {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    letter-spacing: 5px;
    color: #000;
    text-transform: uppercase;
}

select {
    position: relative;
    color: #000;
    cursor: pointer;
}

input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0 15px;
    border-radius: 0 !important;
}

textarea {
    font-family: 'Roboto', sans-serif;
    max-height: 100px;
    max-width: 100%;
    height: 100px;
    width: 100%;
    padding: 15px;
    line-height: 20px;
}

optgroup {
    font-weight: bold;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: 'Roboto', sans-serif;
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border: 0;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="url"],
select {
    height: 45px;
    line-height: 45px;
    width: 100%;
    padding: 0 15px;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    width: auto;
    height: auto;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: black;
}
::-moz-placeholder { /* Firefox 19+ */
    color: black;
}
:-ms-input-placeholder { /* IE 10+ */
    color: black;
}
:-moz-placeholder { /* Firefox 18- */
    color: black;
}
