
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start: Reset CSS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

html, body, div, span, applet, object, iframe, h1, h3, h4, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, hr, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 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; vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

*{ margin:0; padding:0;}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
/:focus {outline: 0;}/

strong { font-weight: 700; }
em { font-style: italic; }
a { text-decoration:none;}
a:hover, a:active, a:focus {
  outline:none;
}

html { height: 100%; overflow-x:hidden; /cursor:none/}
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
.clear { clear:both; font-size:1%; height:0; line-height:0; display:block; width:0; }
html[xmlns] .clearfix { display: block; }
img {max-width:100%;}

body{font-family: "Conv_GothaBookStd"; font-size:62.5%; color:#333; font-weight:normal; -webkit-font-smoothing: antialiased;}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> END: Reset CSS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */