html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* =HTML5 display definitions
*******************************************************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) { display: none; }
[hidden] { display: none; }
/* HTML5 display definitions */

/* Tags reset
*******************************************************************************/

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
ins     { background-color: #ff9; color: #000; text-decoration: none; }
del     { text-decoration: line-through; }
table   { border-collapse: collapse; border-spacing: 0; }
hr      { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin:1em 0; padding:0; }
ul, ol  { list-style: none;}
a       { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none;}
a:hover, a:active, input, input:active, textarea, textarea:active, label:focus, label:active { outline: none; }

img     { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root)  { overflow: hidden; }
a:link          { -webkit-tap-highlight-color: #478FB2; }
::-moz-selection{ background: #478FB2; color:#fff; text-shadow: none; }
::selection     { background:#478FB2; color:#fff; text-shadow: none; }

/* Normalizing form elements
*******************************************************************************/

textarea, button, input, select { font-size: 100%; padding: 0; margin: 0; vertical-align: baseline; *vertical-align: middle; }
textarea { overflow: auto; min-height: 20px; max-height: 300px; max-width: 1200px; min-width: 150px; }

input[type="radio"], input[type="checkbox"] { vertical-align: middle; }
input[type="button"], input[type="submit"], button { cursor: pointer; -webkit-appearance: button; }

button {  width: auto; overflow: visible; }

.ie7 input[type="checkbox"] { vertical-align: baseline; }

/* Normalizing Tags
*******************************************************************************/
small       { font-size: 85%; }
strong, th  { font-weight: bold; }
td, td img  { vertical-align: top; }
sub, sup    { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup         { top: -0.5em; }
sub         { bottom: -0.25em; }
pre         { padding: 15px; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

/* Special Classes
*******************************************************************************/

.clearfix:before, .clearfix:after,
.f-row:before, .f-row:after { content: ""; display: table; }
.clearfix:after, .f-row:after { clear: both; }
.clearfix, .f-row { zoom: 1; }

.none_submit {
    background: transparent;
    border: 0;
    width: 0;
    height: 0;
    position: absolute;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}