/* Global reset
*******************************************************************************/
*, html, body, object, iframe, blockquote, pre, img, dl, dt, dd, ul, li, ol, fieldset, form, legend { margin: 0; padding: 0; outline: 0; }

/* =HTML5 display definitions
*******************************************************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
figure { margin: 0; }
address { font-style: normal; }

/* 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; }
a { text-decoration: 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; }
a:hover, a:active, label:focus, label:active,
input[type="submit"], input[type="submit"]:active, textarea, textarea:active { outline: none; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
p { margin: 0; }
ul, li { list-style: none; }

/* Normalizing form elements
*******************************************************************************/
fieldset { border: none; }
textarea, button, input, select { font-size: 100%; padding: 0; margin: 0; vertical-align: baseline; }
textarea { overflow: auto; resize: none;}
input[type="checkbox"],
input[type="radio"] { box-sizing: border-box; padding: 0; vertical-align: middle; }
input[type="button"],
input[type="submit"],
button { cursor: pointer; -webkit-appearance: button; }
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[disabled], input[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="phone"]:focus, input[type="url"]:focus, input[type="search"]:focus {
 outline-color: transparent;
 outline-style: none;
}

/* ie7 fixes
*******************************************************************************/
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie7 textarea, .ie7 button, .ie7 input, .ie7 select { vertical-align: middle; }
.ie7 input[type="button"], .ie7 input[type="submit"], .ie7 button {overflow: visible; }
.ie7 input[type="radio"],
.ie7 input[type="checkbox"]{ width: 13px; height: 13px;}
.ie7 audio, .ie7 canvas, .ie7 video { display: inline; zoom: 1;}

/* 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; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 0; }

/* 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; }

/* My classes
******************************************************************************/
.f-fix, .overflow { overflow:hidden; }
.clear { clear: both; }
.bold { font-weight: bold; }
.fl, .l_float { float: left; }
.fr, .r_float { float: right; }
.a-center { text-align:center !important; }