@charset "UTF-8";

/* HIDDEN E MAIL FIELD
 * to prevent spam
 **********************************************/

.RTZABKGUAGH
{
  display : none !important;
}

/** DEFAULT PAGE SETTINGS
/***********************************************/

html
{
  color       : #000000;
  font-size   : 10px;
  font-style  : normal;
  font-weight : normal;
  font-family : arial, "dejavu sans", "liberation sans", freesans, sans-serif;

  width       : 100%;

  display     : block;

  background  : transparent repeat-x center top;
  line-height : 1.5;
}

body
{
  font-size  : 1em;
  height     : auto;
  width      : 100%;
  overflow-y : scroll;
  overflow-x : hidden;

  position   : relative;
  display    : block;

  margin     : 0;
  padding    : 0;
}

body[data-boxsizing="border_box"] *,
body[data-boxsizing="border_box"] *:after,
body[data-boxsizing="border_box"] *:before
{
  box-sizing : border-box;
}

/** HEADERS
/***********************************************/
h1, h2, h3, h4, h5, h6
{
  display     : block;
  font-weight : bold;
}

h1
{
  font-size : 1.75em;
  margin    : 1em 0 0.25em;
}

h2
{
  font-size : 1.60em;
  margin    : 1em 0 0.25em;
}

h3
{
  font-size : 1.45em;
  margin    : 1em 0 0.25em;
}

h4
{
  font-size : 1.30em;
  margin    : 1em 0 0;
}

h5
{
  font-size : 1.15em;
  margin    : 1em 0 0;
}

h6
{
  font-size : 1.00em;
  margin    : 1em 0 0;
}

/** TEXT
/***********************************************/
p
{
  margin  : 1em 0;
  padding : 0;
}

div
{
  display : block;
  margin  : 0;
  padding : 0;
}

a
{
  border          : 0;
  border-collapse : separate;
  text-decoration : none;
}

canvas
{
  user-select : none;
  margin      : 0;
  padding     : 0;
}

blockquote
{
  display : block;
  margin  : 1em 0;
  border  : thin blue;
  padding : 0;
}

pre
{
  display     : block;
  white-space : pre;
  margin      : 1em 0;
  padding     : 0;
}

q:before
{
  content : open-quote;
}

q:after
{
  content : close-quote;
}

b, strong
{
  font-weight : bold;
}

i
{
  font-style : normal;
}

cite, em, var, dfn
{
  font-style : italic;
}

u, ins
{
  text-decoration : underline;
}

s, strike, del
{
  text-decoration : line-through;
}

big
{
  font-size : 1.2em;
}

small, sub, sup
{
  font-size : 0.8em;
}

sub
{
  vertical-align : sub;
}

sup
{
  vertical-align : super;
}

abbr
{
  font-variant : normal;
}

abbr[title]
{
  border-bottom : dotted 0.1rem;
}

/** IFRAME|IMG|HR
/***********************************************/
iframe
{
  border : none;
}

img
{
  border  : 0;
  width   : auto;
  height  : auto;
  display : inline-block;
}

figure
{
  margin : 0;
}

hr
{
  display    : block;
  height     : 0;
  border     : none;
  border-top : 1px solid;
  margin     : 0.5em auto 0.5em auto;
  color      : gray;
}

/** TABLE
/***********************************************/
table
{
  width           : 100%;
  display         : table;

  text-indent     : 0;

  border-spacing  : 0;
  border-collapse : collapse;

  margin          : 0;
  padding         : 0;

  text-align      : left;
}

caption
{
  display    : table-caption;
  text-align : inherit;
}

tr
{
  display : table-row;
  width   : inherit;
}

col
{
  display : table-column;
}

colgroup
{
  display : table-column-group;
}

tbody
{
  display : table-row-group;
}

thead
{
  display        : table-header-group;
  vertical-align : middle;
}

tfoot
{
  display        : table-footer-group;
  vertical-align : middle;
}

td
{
  vertical-align : top;
  display        : table-cell;
  margin         : 0;
  padding        : 0;
}

th
{
  display        : table-cell;
  vertical-align : inherit;
  text-align     : inherit;
  font-weight    : bold;
  margin         : 0;
  padding        : 0;
}

/** LIST
/***********************************************/
ul
{
  list-style-type : disc;
}

ol
{
  list-style-type : decimal;
}

ul, ol
{
  margin  : 1em 0;
  padding : 0 1em;
  display : block;
}

ul ul, ol ul
{
  list-style-type : square;
}

li
{
  display : list-item;
  margin  : 0;
  padding : 0;
}

/** MENU
/***********************************************/
html body nav ul,
html body nav li
{
  position   : relative;
  list-style : none;

  width      : 100%;
  margin     : 0;
  padding    : 0;
  display    : block;

  cursor     : pointer;
  z-index    : 1;
}

/** HIDDEN ELEMENTS
/***********************************************/
area, base, basefont, head, meta, script, style, title, param, noframes
{
  display : none;
}

/**		FIXES
/***********************************************/

/**		google chrome calendar
/***********************************************/
input::-webkit-calendar-picker-indicator
{
  display : none;
}

input::-webkit-inner-spin-button
{
  -webkit-appearance : none;
}

input::-webkit-outer-spin-button
{
  -webkit-appearance : none;
  margin             : 0;
}

:focus
{
  outline : none;
}
