html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    border: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

table {
    width: 100%;
    border-collapse: collapse
}

body     {
    overflow-x: hidden;
    vertical-align: text-top;
    line-height: initial;
    margin: 0;
    padding: 0
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input {
    margin: 0;
    padding: 0
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}
a:focus, button:focus, div:focus {
    outline: none;
    border:0
}
a {
    cursor: pointer;
    display: block;
    text-decoration: none;
   
}



img {
    max-width: 100%;
    width: 100%;
    display: block
}

button {
    border: 0;
    background: none;
    outline: none
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    display: block;
    cursor: pointer;
    text-decoration: none
}

input:focus,
button,
img,
a {
    outline: none;
    border:0
}

input,
textArea,
select,
input[type="text"],
input[type="submit"],
input[type="button"]
/*input[type="radio"],
input[type="checkbox"],*/

{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 10px;
    /*border: 1px solid #dddddd;*/
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    border:0
}