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 {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;}
audio:not([controls]) { display: none;}

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

body { font:13px/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;}

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 { outline: 0; }
a:focus { outline: none; }
::-moz-focus-inner{border: 0}

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

::-webkit-input-placeholder {color: #222;}
:-moz-placeholder {color: #222;}

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"] { box-sizing: border-box; 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; }
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 	{background: #E095B4; color:#fff; text-shadow: none;} /*change colors*/
::-moz-selection {background: #E095B4; color:#fff; text-shadow: none;} /*change colors*/
img::selection {background: transparent;}
img::-moz-selection	{background: transparent;}

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


@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; }
}
