@font-face {
    font-family: 'icons';
    src: url('../fonts/icons/icons-webfont.eot');
    src: url('../fonts/icons/icons-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/icons/icons-webfont.woff') format('woff'),
		 url('../fonts/icons/icons-webfont.svg') format('svg'),         
         url('../fonts/icons/icons-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.ico {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';  
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  text-transform: initial;
}
a.ico {
	cursor:hand;
	cursor:pointer;
}
a.ico:hover {
	text-decoration:none;
}
/* makes the font 33% larger relative to the icon container */
.ico-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.ico-2x {
  font-size: 2em;
}
.ico-3x {
  font-size: 3em;
}
.ico-4x {
  font-size: 4em;
}
.ico-5x {
  font-size: 5em;
}
.ico-6x {
  font-size: 6em;
}
.ico-10x {
  font-size: 10em;
}
.ico-fw {
  width: 1.28571429em;
  text-align: center;
}
.ico-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.ico-ul > li {
  position: relative;
}
.ico-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.ico-li.ico-lg {
  left: -1.85714286em;
}
.ico-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.ico-pull-left {
  float: left;
}
.ico-pull-right {
  float: right;
}
.ico.ico-pull-left {
  padding-right: .3em;
}
.ico.ico-pull-right {
  padding-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.ico.pull-left {
  margin-right: .3em;
}
.ico.pull-right {
  margin-left: .3em;
}
.ico-spin {
  -webkit-animation: ico-spin 2s infinite linear;
  animation: ico-spin 2s infinite linear;
}
.ico-pulse {
  -webkit-animation: ico-spin 1s infinite steps(8);
  animation: ico-spin 1s infinite steps(8);
}
@-webkit-keyframes ico-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ico-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ico-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ico-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ico-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.ico-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.ico-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .ico-rotate-90,
:root .ico-rotate-180,
:root .ico-rotate-270,
:root .ico-flip-horizontal,
:root .ico-flip-vertical {
  filter: none;
}
.ico-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.ico-stack-1x,
.ico-stack-2x,
.ico-stack-6x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.ico-stack-1x {
  line-height: inherit;
}
.ico-stack-2x {
  font-size: 2em;
}
.ico-stack-5x {
  font-size: 5em;
}
.ico-stack-6x {
  font-size: 6em;
}
.ico-inverse {
  color: #ffffff;
}
.ico-arrow-up {
	transform: rotate(90deg);
}
.ico-arrow-down {
	transform: rotate(90deg);
}
/*========*/
.ico-share:before {
	content:"^";
}
.ico-search:before {
	content:"8";
}
.ico-arrow-up:before {
	content:"<";	
}
.ico-arrow-down:before {
	content:">";	
}
.ico-arrow-left:before {
	content:"<";	
}
.ico-arrow-right:before {
	content:">";	
}
.ico-load:before {
	content:"@";
}
.ico-vk:before {
	content:"A";
}
.ico-fb:before {
	content:"B";
}
.ico-tw:before {
	content:"C";
}
.ico-inst:before {
	content:"H";
}
.ico-odn:before {
	content:"D";
}
.ico-mail:before {
	content:"E";
}
.ico-google:before {
	content:"G";
}
.ico-tube:before {
	content:"I";
}
.ico-apple:before {
	content:"L";
}
.ico-android:before {
	content:"K";
}
/*========*/
.racoon:before {
	content:"`";
}
.circlet:before {
	content:"@";
}
.photo:before {
	content:"K";
}
.adm:before {
    content:"w";
}

.militarum:before {    
	content:"k";
}

.cullexus:before {
    content:"m";
}

.vendicare:before {
    content:"m";
}

.mecha:before {
    content:"l";
}

.navis:before {
    content:"j";
}

.rogue:before {
    content:"i";
}

.astartes:before {
    content:"h";
}

.tau:before {
    content:"n";
}

.medicae:before {
    content:"g";
}

.navy:before {
    content:"f";
}

.inq:before {
    content:"e";
}

.arbitres:before {
    content:"d";
}

.astronomica:before {
    content:"c";
}

.telepathica:before {
    content:"b";
}

.ministorum:before {
    content:"a";
}

.khorne:before {
    content:"o";
}

.tzeench:before {
    content:"p";
}

.slaanesh:before {
    content:"q";
}

.nurgle:before {
    content:"r";
}

.chaos:before {
    content:"s";
}

.orks:before {
    content:"t";
}

.corsairs:before {
    content:"u";
}

.darkeldar:before {
    content:"v";
}

.necron:before {
    content:"x";
}

.rebel:before {
    content:"y";
}

.severan:before {
    content:"z";
}

.logic:before {
    content:"'";
}

.krell:before {
    content:",";
}

.tyranid:before {
    content:".";
}

.speed:before {
	content:"Z";
}

.moverange:before {
	content:"Y";
}

.ws:before {
	content:"W";
}

.bs:before {
	content:"V";
}

.armor:before {
	content:"X";
}

.videos:before {
	content:"L";
}

.wounds:before {
	content:"P";
}

.will:before {
	content:"O";
}

.units:before {
	content:"Q";
}

.order:before {
	content:"S";
}

.clock:before {
	content:"T";
}

.provision:before {
	content:"M";
}

.industry:before {
	content:"N";	
}

.blast:before {
	content:"U";	
}

.scroll:before {
	content:"%";
}

/*========*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}