.secK::selection,
::selection {
    background: #0178C0
}

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

::selection {
    color: #fff;
}

::-moz-selection {
    color: #fff;
    background: #B10243
}

.secK::-moz-selection {
    background: #B10243
}

.secS::selection {
    background: #fdb813
}

.secS::-moz-selection {
    background: #fdb813
}

.secY::selection {
    background: #659B5E
}

.secY::-moz-selection {
    background: #659B5E
}

.secM::selection {
    background: #3590F3
}

.secM::-moz-selection {
    background: #3590F3
}

* {
    outline: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
div,
input,
li {
/*
    -webkit-transition: background .3s ease-out 0s, color 50ms ease-out 0s;
    -moz-transition: background .3s ease-out 0s, color 50ms ease-out 0s;
    -o-transition: background .3s ease-out 0s, color 50ms ease-out 0s;
    -ms-transition: background .3s ease-out 0s, color 50ms ease-out 0s;
    transition: background .3s ease-out 0s, color 50ms ease-out 0s;
*/

    color: #6a676f;
}

fieldset,
form,
img,
button,
input,
textarea{
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    color: #6a676f
}

a,
div,
li,
p,
span {
    line-height: 21px
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    letter-spacing: 1px
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

html, body {
/*    height: 100%;
    width: 100%;
    overflow:hidden;*/
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

/*pre {
    line-height: 22px;
    font-family: monospace;
    white-space: pre
}*/