/*---------- Start resset style. ----------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
xmp {
  margin: 0;
  padding: 0;
  text-align: left;
  text-indent: inherit;
  float: none;
  white-space: normal;
  font-style: italic;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {display: block;}
body {
/*  font-family: 'ProximaNovaRegular';*/
/*  line-height: 1;*/
/*  color: #282f48;*/
/*  background: #e7eaec;*/
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:focus,
input:focus,
button:focus {
    outline: none;
}

a {
  color: #453f3b;
  text-decoration: none;
  -webkit-transition: 400ms ease all;
  -moz-transition: 400ms ease all;
  -o-transition: 400ms ease all;
  transition: 400ms ease all;
}
a:hover {
  color: #8c8c8c;
  text-decoration: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
a, button, input, textarea, div, span {
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}
/*
::-webkit-scrollbar-button {width:8px;height:6px;}  
::-webkit-scrollbar-track {background:#fff;}  
::-webkit-scrollbar-thumb {-webkit-border-radius:4px;border-radius:4px;background:#f86d4d;}  
::-webkit-scrollbar-thumb:hover {background:#ff8265;}  
::-webkit-resizer {width:10px;height:6px;}  
::-webkit-scrollbar {width:10px;}
*/
/*---------- Stop resset style ----------*/
