/* ==========================================================================
 Reset
========================================================================== */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th,mark {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
		font-style: normal;
		font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

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

/* caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
} */

q, blockquote {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
:focus {
    outline: 0 none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
picture {
  line-height: 1;
}
img {
  border: none;
}

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

h1,h2,h3,h4,h5,h6,p,div{
	/* word-break: break-all; */
	word-wrap: break-word;
}

button,input,textarea,select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	background-color: transparent;
	display: block;
}
::-moz-focus-inner{
    border :0px;
}
select::-ms-expand {
	display: none;
}