/*********************************************************
 * modw3b - powerful and flexible CSS/JS framework
 *********************************************************
 * Copyright 2016 - Paweł Kołodziejczak
 *
 * If you found a bug, please contact me via email <bug@modwebpro.pl>
 * Licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International 4.0 license
 *
 * @license: http://creativecommons.org/licenses/by-nc-nd/4.0/
 * @additional license terms: http://www.modwebpro.pl/licencja.php
 * @author: Paweł Kołodziejczak
 * @version: 2.1
 * @website: http://www.modwebpro.pl;
 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

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, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    text-decoration: none;
    quotes: none;
    font: inherit;
    vertical-align: baseline
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

pre {
    white-space: pre-wrap
}

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

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

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

[hidden] {
    display: none
}

body {
    line-height: 1
}

.no-user-select, img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: not-allowed
}

ol, ul {
    list-style: none
}

blockquote:after, blockquote:before, q:before {
    content: '\201E'
}

q:after {
    content: '\201D'
}

:focus::-webkit-input-placeholder {
    opacity: 0
}

:focus::-moz-placeholder {
    opacity: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a, li, li a {
    color: inherit;
    line-height: inherit
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover, input:focus, select:focus, textarea:focus {
    outline: 0
}

option {
    padding: inherit
}

a:focus {
    outline: thin dotted
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

img {
    border: 0
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.2em
}

sup {
    top: -.4em
}

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

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    border: 0;
    -webkit-transition: .3s;
    transition: .3s
}

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: .7
}

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