@CHARSET "UTF-8";
html {
  background: #fff;
}
  footer {
	padding: 15px 0 0 0;
 background: none;
 background-color: #26388e;
}
footer ul {
  margin: 10px 5;

}
footer p {
  font-size: 13px;
	color: #ccc;
}
/*div.bottom-footer {
 position: absolute;
 bottom: 0;
 width: 100%;
 height: auto;
}*/

*>/**/.Grid {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	width: 100%;
	height: 100%;
}
.Grid>.Row, .Grid>.Column, .Grid>.Row>.Column {
	height: 0.1%;
	position: relative;
}
.Grid>/**/.Row {
	display: table-row;
	height: 1px;
}
.Grid>/**/.Row.Expand {
	height: auto;
}
.Grid>/**/.Column, .Grid>/**/.Row>.Column {
	display: table-cell;
	height: auto;
	width: 1px;
}
.Grid>/**/.Column.Expand, .Grid>/**/.Row>.Column.Expand {
	width: auto;
}


span.sortorder:after {
  content: '\25b2';   // BLACK UP-POINTING TRIANGLE
}
span.sortorder.reverse:after {
  content: '\25bc';   // BLACK DOWN-POINTING TRIANGLE
}
span.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}