/****************************************************************************
 ***    Jan Weber Web Developer -  (www.janweber.cz, info@janweber.cz)    ***
 ****************************************************************************/

/*** RESET STYLES ***/
address, applet, blockquote, body, button, caption, cite, code, dd, dfn, div, dl, dt, fieldset, form,
h1, h2, h3, h4, h5, h6, html, iframe, img, label, legend, li, object, ol, p, pre, span, table, td, th, ul
{
    margin:0; padding:0; border:0; background:transparent; outline:0; font-size:100%; font-style:normal; font-weight:normal; vertical-align:baseline;
}
button, input, optgroup, option, select, textarea {font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit;}
table {border-collapse:collapse; border-spacing:0;}
caption, th {text-align:left;}
q:before,q:after {content:'';}
fieldset, img {border:0;}
ol, ul {list-style:none;}
.fix {float:none; clear:both; width:0; height:0; margin:0; padding:0; border:0; font-size:0; line-height:0;}
.f-left {float:left !important;}
.f-right {float:right !important;}
.t-left {text-align:left !important;}
.t-center {text-align:center !important;}
.t-right {text-align:right !important;}
.t-justify {text-align:justify !important;}
.va-top {vertical-align:top !important;}
.va-middle {vertical-align:middle !important;}
.va-bottom {vertical-align:bottom !important;}
.nom {margin:0 !important;}
.nomt {margin-top:0 !important;}
.nomb {margin-bottom:0 !important;}
.nowrap {white-space:nowrap;}
.block {display:block;}
.inline {display:inline;}
.inline-block {display:inline-block;}
.relative {position:relative;}
.hidden {position:absolute; left:-1000em; top:auto; width:1px; height:1px; overflow:hidden;}
.noscreen {display:none;}
.cleaner { height:1px; clear:both; visibility:hidden; }
.nobg { background: none !important; }
.last-item { margin-right: 0 !important; }