html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,hr,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin: 0;padding: 0;border: 0;outline: none;}
*, *:after, *:before{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out; transition:all .2s ease-in-out;}

.no-animation{-webkit-transition-property:none; -moz-transition-property: none; -o-transition-property: none; transition-property:none;}
.left{float: left;}
.right{float: right;}

/*HTML5 elements*/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
audio:not([controls]) { display: none;}

html{-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-overflow-scrolling: touch;}
html, body{ width: 100%; height: 100%; }
body{position: relative;}

pre, code, kbd, samp { font-family: monospace, sans-serif;}

figure {position: relative;}
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
a img {border: 0;}
figure img, object, embed, video{max-width: 100%;}

a{text-decoration: none; color:inherit;}
a:hover, a:active, a:focus { outline: none; }
::-moz-focus-inner{border: 0}

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

/*Forms*/
select, input, textarea, button { font:99% sans-serif;}
input, select { vertical-align:middle; }

::-webkit-input-placeholder {color: #aaa; font-size: 11px;}
::-moz-placeholder {color: #aaa; font-size: 11px;}

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Align checkboxes, radios, text inputs with their label*/
input[type=radio] { vertical-align: text-bottom; }
input[type=checkbox] { vertical-align: bottom; }

/* Hand cursor on clickable input elements */
label { cursor: pointer; }
button, input[type=button], input[type=reset], input[type=submit] { cursor: pointer; -webkit-appearance: button;}
/* Re-set default cursor for disabled elements */
button[disabled], input[disabled] { cursor: default; }

input[type=checkbox], input[type=radio] { padding: 0; *width: 13px; *height: 13px; }
input[type=search] { -webkit-appearance: textfield; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

button, input { line-height: normal; }
legend { white-space: normal; }

/* Typography */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, serif; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height*/
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/*Tables*/
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }

/*Selection*/
::selection  {text-shadow: none;} /*change colors*/
::-moz-selection {text-shadow: none;} /*change colors*/
img::selection {background: transparent;}
img::-moz-selection	{background: transparent;}

/* Clearfix */
.group:before, .group:after {content:""; display:table;}
.group:after {clear:both;}
.group {zoom:1;}