/*------------------------------------*\
    HELPER
\*------------------------------------*/
#debug-device {
	padding: 6px 0;
	text-align: center;
	background: #464646;
	color: #fff;
	position: fixed;
	right: 0;
	bottom: 0;
	height: 24px;
	padding: 0 10px;
	z-index: 999;
	line-height: 24px;
	display: block;
	font-size: 12px;
}

.nowrap {
	white-space: nowrap;
}

html.js .js-hide {
	display: none;
}

.ir {  /* Kellum Method */
  display: block !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

.element-hidden {
	display: none;
}

.element-invisible,
.no-title .widget-title {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	/* IE6, IE7 */
  	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
	clip: auto;
	height: auto;
	overflow: visible;
	position: static !important;
	width: auto;
}

.offscreen {
  position: absolute;
  top: -99999em;
  width: 1px;
  height: 1px;
  overflow: hidden;
  outline: 0;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

:first-child + html .clearfix {
	min-height: 1%;
}

.clear:before,
.clear:after {
  content:' ';
  display:table;
}

.clear:after {
  clear:both;
}

.clear {
  *zoom:1;
}

.clearer {
	clear: both;
	display: block;
}

.d-block,
.display-b,
.display-block,
.d-b {
	display: block;
}

.d-inline,
.display-i,
.display-inline,
.d-i {
	display: inline;
}

.d-inline-block,
.display-ib,
.display-inline-block,
.d-ib {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.no-margin {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.text-overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
