@charset "UTF-8";
/**
 * File Name:      Helper Classes
 * Author:         vektorrausch GmbH (DS)
 * Author URI:     http://vektorrausch.de/
 * Version:        1.0
 */

/*
 * All
 */
#debug-device {
	padding: 6px 0;
	text-align: center;
	background: #464646;
	color: #fff;
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 999;
	display: block;
}
	.admin-bar #debug-device {
		top: 28px;
	}

.nowrap {
	white-space: nowrap;
}

ul.icons {
    list-style-type: none;
    text-indent: -0.75em;
}

ul.icons li [class^="icon-"], ul.icons li [class*=" icon-"] {
    width: 0.75em;
}

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 {
	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%;
}

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

.display-block {
	display: block;
}

.display-inline {
	display: inline;
}

.display-list {
	display: block;
	margin-bottom: 3px;
}

.display-list i {
	color: #bbb;
	margin-right: 6px;
	font-size: 12px;
}

/*
 * Desktop
 */
@media only screen and (min-width:960px) {
	.hide-desktop {
		display: none !important;
	}
}

/*
 * Tablet
 */
@media only screen and (min-width: 520px) and (max-width: 959px) {
	.hide-tablet {
		display: none !important;
	}
}

/*
 * Mobile
 */
@media only screen and (max-width: 519px) {
	.hide-mobile {
		display: none !important;
	}
}