* { 
  	/* So 100% means 100% */
  	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-font-smoothing: antialiased;
	outline: none !important; 
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { 
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body {  line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  }

ol, ul {  list-style: none; }

.content-sub ol, .content-sub ul { list-style: disc; margin-left: 15px; }

.help-block ul { list-style-type: none; }

blockquote, q {  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {  content: ''; content: none; }

table {  border-collapse: collapse; border-spacing: 0; }


/* GENERAL */
html, body {  height: 100%; }

body { font-size:1em; line-height:1.5em; color:#333; background-size: auto 100%; background-repeat: repeat-x !important; }

#container {  border: 0; background:none; text-align: left; word-wrap: break-word; overflow: hidden; position: relative; }

.clear {  clear: both; }
.f-left {  float: left; }
.f-right {  float: right; }
.hide {  display: none; }

h1, h2, h3, h4, h5, h6 {  font-weight: bold; }
h1 { font-size:2.0em; line-height:1.2em; }
h2 { font-size:1.75em; line-height:1.1em; }
h3 { font-size:1.5em; line-height:1.5em; }
h4 { font-size:1em; line-height:1.5em; }
h5 { font-size:0.75em; line-height:2em; }
h6 { font-size:0.70em; line-height:2em; }

a { text-decoration: none; color:#f26535; -webkit-transition: 0.25s; transition: 0.25s; }
a:hover, a:focus { text-decoration: none; color: #6e7172; }

strong { font-weight: bold; }
small { font-size:0.75em; }
big { font-size: 1.5em; }
pre { margin: 5px 0; border: 1px solid #ccc; background: #fff; padding:10px; word-wrap: break-word; }
code, cite, em, abbr, acronym, q { font-style:italic; }
blockquote, address { padding:5px; font-size:1.2em; font-style:italic; }
p { margin:0 0 20px; }

table { margin:10px; border-collapse:collapse; }
table, th, td { border: 1px solid #ccc; padding:10px; }

/*ul { list-style: square; margin: 2px 0 2px 15px; }
li { margin: 0 0 0 10px; }*/
ol { list-style: decimal; margin: 2px 0 2px 15px; }
dl { margin: 10px; }
dt { margin: 0; font-size:1.2em; font-weight:bold; }
dd { margin: 0 0 0 10px; }

input, select, textarea { border:1px solid #ccc; padding: 2px; background:#fff; font-size:1em; }
input[type="submit"]{ cursor:pointer; border:0; -webkit-appearance:none; padding:2px 10px; background: #fff; color:#000; }
input[type="submit"]:hover { background: #333; }
select { max-width:100%; }