html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, figure, figcaption, hgroup, footer, header, nav, section, input, textarea {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 linear; -moz-transition:all .2s linear; -o-transition:all .2s linear; transition:all .2s linear;}

/*HTML5 elements*/
article, aside, figure, figure img, figcaption, hgroup,
footer, header, nav, section {display: block;}

html{-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}

body { font:81.25%/1.618 sans-serif; color: #444;
}

ul { list-style:none;}
ol { list-style-type: decimal;}
/* Remove margins for navigation lists */
nav ul, nav li { margin: 0;} 

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

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

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

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

/*Forms*/
select, input, textarea, button { font:11px 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: none; }

/* 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; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; 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; }

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

/*Selection*/
::selection 	{background: #81e0fc; color:#000; text-shadow: none;} /*change colors*/
::-moz-selection {background: #81e0fc; color:#000; 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;}
/* For IE 6/7 (trigger hasLayout) */
.group {zoom:1;}


@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

