/* ==========================================================================
HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
========================================================================== */

html,
button,
body,
input,
select,
textarea {
	color: #333;font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}

::-moz-selection {
	background: #0dbbee;
	text-shadow: none;
	color: white;
}

::selection {
	background: #0dbbee;
	text-shadow: none;
	color: white;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

img {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
	resize: vertical;
	overflow: auto;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block
}
audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:baseline;
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden] {
	display: none
}
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
input{
	line-height: normal;
}
input[type="text"],input[type="email"],input[type="password"],,input[type="tel"]{	
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,input[type="tel"]:focus{
	-moz-box-shadow: 0 0 8px -2px #0db2db;
	-webkit-box-shadow: 0 0 8px -2px #0db2db;
	box-shadow: 0 0 8px -2px #0db2db;
	border: 1px solid #88ccee;
}
body {
	margin: 0
}
a{
	color:#0d99aa;
	background: transparent;
}
a:active{
	color:#088ba0;
}
a:focus,a:active,a:hover {
	outline: 0
}
h1 {
	font-weight: 100;
	font-size: 2.3em;
 	margin: 0.67em 0;
}
h2 {
	font-weight: normal;
	font-size:2em;
	margin: 1.3em auto 1em;
}
h3 {
	font-size: 1.17em;
	margin: 0
}
h4 {
	font-size: 1em;
	margin: 0
}
h5 {
	font-size: .83em;
	margin: 1.67em 0
}
h6 {
	font-size: .67em;
	margin: 2.33em 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b,strong {
	font-weight: bold
}
blockquote {
	margin: 1em 40px
}
dfn {
	font-style: italic
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
mark {
	background: #ff0;
	color: #000
}
p,pre {
	margin: 1em 0
}
code,kbd,pre,samp {
	font-family: monospace,serif;
	_font-family: 'courier new',monospace;
	font-size: 1em
}
pre {
	overflow: auto;
}
q {
	quotes: none
}
q:before,q:after {
	content: '';
	content: none
}
small {
	font-size: 80%
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
dl,menu,ol,ul {
	margin: 0
}
dd {
	margin: 0 0 0 40px
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
menu,ol,ul {
	padding: 0
}
nav ul,nav ol,li,ul,ol {
	list-style: none;
	list-style-image: none
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic
}
svg:not(:root) {
	overflow: hidden
}
figure {
	 margin: 1em 40px;
}
form {
	margin: 0
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px
}
button,input,select,textarea,optgroup {
	font-size: 100%;
	margin: 0;
	color: inherit;
	vertical-align: baseline;
	*vertical-align: middle
}
optgroup {
  font-weight: bold;
}
button,input {
	line-height: normal
}	
button,select {
	text-transform: none}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible
}
button[disabled],html input[disabled] {
	cursor: default
}
input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px
}
input[type="search"] {
	-webkit-appearance: textfield;
}
* {
	text-decoration: none;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
ol {
	margin-left: 1.6em;
}
ol li {
	list-style:  decimal;
}
td,
th {
  /* padding: 0; */
}


