html, body {
    /*margin: 0;
    padding: 0;*/
    border: 0;
}

/*body {
    background-color: #fff8e1;
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
}*/

a {
    text-decoration: none;
}

    a img {
        border: 0;
    }

aside,
button,
div,
form,
header,
input,
nav,
ul,
section,
select,
span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button {
    background-image: none;
    border: 0;
    padding: 0;
}

    button:focus,
    input:focus,
    select:focus {
        outline: 0;
    }

    button::-moz-focus-inner {
        padding: 0;
        border: 0
    }

form input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type="text"] {
    -webkit-appearance: none;
}

input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input::-webkit-input-placeholder {
    color: #595959;
}

input::-moz-placeholder {
    color: #595959;
}

input:-ms-input-placeholder {
    color: #595959;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

    select:-moz-focusring {
        color: transparent !important;
        text-shadow: 0 0 0 #000 !important;
    }

    select::-ms-expand {
        display: none;
    }

ul {
    list-style: none;
}

.slick-dots {
    bottom: 0px !important;
}
