article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display:block
}
audio, canvas, video {
	display:inline-block
}
[hidden], audio:not([controls]) {
    display:none
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  font-size:100%;
  margin: 0;
  padding: 0;
}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{
	margin:0;padding:0;
}
a{
	color:#666; 
	text-decoration:none;
}
a:hover, a:visited {
	color:#999
}
a:active, a:focus, a:hover {
	outline:0
}
li{
	list-style:none
}
img{
	border:0;vertical-align:middle
}
table{
	border-collapse:collapse;border-spacing:0
}
p{
	word-wrap:break-word
}
abbr[title] {
	border-bottom:1px dotted
}
b, strong {
	font-weight:700
}
blockquote {
	margin:1em 40px
}
dfn {
	font-style:italic
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0
}
ins {
	background:#ff9;
	color:#000;
	text-decoration:none
}
mark {
	background:#ff0;
	color:#000;
	font-style:italic;
	font-weight:700
}
code, kbd, pre, samp {
	font-family:monospace, monospace;
	font-size:1em
}
pre {
	white-space:pre;
	white-space:pre-wrap;
	word-wrap:break-word
}
q {
	quotes:none
}
q:after, q:before {
	content:"";
	content:none
}
small {
	font-size:85%
}
sub, sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sup {
	top:-.5em
}
sub {
	bottom:-.25em
}
label {
	cursor:pointer
}
legend {
	border:0;
	padding:0
}
button, input, select, textarea {
	font-size:100%;
	margin:0;
	vertical-align:baseline
}
button, input {
	line-height:normal; outline:medium;
}
button, input[type=button], input[type=reset], input[type=submit] {
	cursor:pointer;
	-webkit-appearance:button;outline:medium;
}
input[type=checkbox], input[type=radio] {
	box-sizing:border-box;outline:medium;
}
input[type=search] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;outline:medium;
}
input[type=search]::-webkit-search-decoration {
    -webkit-appearance:none;
	outline:medium;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border:0;
	padding:0
}
textarea {
	overflow:auto;
	vertical-align:top;
	resize:vertical;outline:medium;
}
input:invalid, textarea:invalid {
	background-color:#eee
}
table {
	border-collapse:collapse;
	border-spacing:0
}
td {
	vertical-align:top
}
.ir {
	display:block;
	border:0;
	text-indent:-999em;
	overflow:hidden;
	background-color:transparent;
	background-repeat:no-repeat;
	text-align:left;
	direction:ltr
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
.ir br {
	display:none
}
.visuallyhidden {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto
}
.invisible {
	visibility:hidden
}
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; 
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}
.show {
	opacity: 1;
}
.hide {
	opacity: 0;
}
section {
  position: relative;
  width:100%;
  top: 0;
}
.sectiontop{
	padding-top:100px;
}
.sectionbottom{
	padding-bottom:100px;
}