
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

ul li, ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: 'robotoregular'
}

img {
    border: none;
    outline: none;
    -moz-user-select: none;
    user-select: none;
    max-width: 100%;
    display: block
}

a {
    text-decoration: none;
    outline: none;
    background: transparent;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

    a:hover {
        text-decoration: none
    }

    a:focus {
        outline: thin dotted
    }

button,
input, select, textarea {
    font-size: 16px
}

    button, html input[type="button"], input[type="reset"], input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer
    }

    input[type="text"] {
        width: 100%;
        box-sizing: border-box;
        letter-spacing: 1px
    }

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none
        }

    input[type='number'] {
        -moz-appearance: textfield
    }

    input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
        -webkit-appearance: none
    }

.inptxt::-webkit-input-placeholder {
    color: #999;
    font-family: 'robotoregular'
}

.inptxt::-moz-placeholder {
    color: #999;
    font-family: 'robotoregular'
}

.inptxt:-ms-input-placeholder {
    color: #999;
    font-family: 'robotoregular'
}

.inptxt:-moz-placeholder {
    color: #999;
    font-family: 'robotoregular'
}

::-webkit-input-placeholder {
    color: #999;
    font-family: 'robotoregular'
}

::-moz-placeholder {
    color: #999;
    font-family: 'robotoregular'
}

:-moz-placeholder {
    color: #999;
    font-family: 'robotoregular'
}

:-ms-input-placeholder {
    color: #999;
    font-family: 'robotoregular'
}

input:-moz-placeholder {
    box-shadow: none
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: normal;
    position: relative
}

main, section, header, nav, footer, aside, figure, figcaption, article, hgroup {
    display: block
}

audio:not([controls]) {
    display: none;
    height: 0
}

textarea {
    resize: none;
    outline: none
}

select {
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

    table, table tr td, table tr th {
        border: none
    }

.clear {
    clear: both
}

p:empty {
    display: none
}

input:-webkit-autofill {
    background: rgba(255,255,255,0.8) !important;
    color: #010101
}

a:focus {
    outline: none
}

.clearBoth {
    clear: both
}

label {
    font-weight: 400;
    font-size: 14px
}

button:focus {
    outline: 0;
    border: 0
}

@font-face {
    font-family: 'robotobold';
    src: url(../fonts/roboto-bold-webfont.woff2) format("woff2"),url(../fonts/roboto-bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'robotomedium';
    src: url(../fonts/roboto-medium-webfont.woff2) format("woff2"),url(../fonts/roboto-medium-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'robotoregular';
    src: url(../fonts/roboto-regular-webfont.woff2) format("woff2"),url(../fonts/roboto-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

input:focus {
    outline: 0;
}
