/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 26, 2017, 12:08:49 AM
    Author     : Aimen
*/

.sp {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.sp-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.sp-x {
  font-size: 1.5em;
}
.sp-2x {
  font-size: 2em;
}
.sp-3x {
  font-size: 3em;
}
.sp-4x {
  font-size: 4em;
}
.sp-5x {
  font-size: 5em;
}
.sp-fw {
  width: 1.28571429em;
  text-align: center;
}
.sp-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.sp-ul > li {
  position: relative;
}
.sp-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.sp-li.sp-lg {
  left: -1.85714286em;
}
.sp-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.sp-pull-left {
  float: left;
}
.sp-pull-right {
  float: right;
}
.sp.sp-pull-left {
  margin-right: .3em;
}
.sp.sp-pull-right {
  margin-left: .3em;
}