@charset "utf-8";
/* CSS Document */

/*
* DEFAULT
******************************************************/
html {
  margin: 0;
}
body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}
h1 , h2 , h3 , h4 , h5 , h6 , p , table , pre, time {
  margin: 0;
  padding: 0;
}


/*
* HTML5 DEFINITIONS
******************************************************/
header , hgroup , main , nav , section , summary ,
article , aside , details , figcaption , figure , footer {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
audio , canvas , progress , video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}


/*
* LIST STYLE
******************************************************/
 ul, ol, dl {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
 }
 li {
 	list-style: none;
 	margin: 0;
 	padding: 0;
 }

 /*
* TABLES
******************************************************/
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
td , th {
  padding: 0;
}

/*
* LINK
******************************************************/
a {
  background: transparent;
}
a:active , a:hover , a:focus {
  outline: none;
}

/*
* TEXT STYLE
******************************************************/
p , li , dt , dd , th , td , pre{
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-all;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b , strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
sub , sup {
  vertical-align: baseline;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
* IMAGE
******************************************************/
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
  padding: 0;
}

/*
* FORM PARTS
******************************************************/
button , input , optgroup , select , textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  font-size: 100%;
  border: none;
  outline: none;
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
    display: none;
}
button,
select {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  outline: 0;
  background-color: transparent;
}

button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
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;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
optgroup {
  font-weight: bold;
}


