/* @font-face kit by chahida (http://www.chahida.com) */
@font-face {
  font-family: "SolaimanLipi-Bold";
  src: url("../fonts/SolaimanLipi.eot?") format("eot"),url("../fonts/SolaimanLipi.woff") format("woff"),url("../fonts/SolaimanLipi.ttf") format("truetype"),url("../fonts/SolaimanLipi.svg#SolaimanLipi-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
 }

/* FONT AWESOME */

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),
       url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),
       url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),
       url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.st {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.st-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.st-2x {
  font-size: 2em;
}
.st-3x {
  font-size: 3em;
}
.st-4x {
  font-size: 4em;
}
.st-5x {
  font-size: 5em;
}
.st-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.st-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.st-ul > li {
  position: relative;
}
.st-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.st-li.st-lg {
  left: -1.8571428571428572em;
}
.st-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.st.pull-left {
  margin-right: .3em;
}
.st.pull-right {
  margin-left: .3em;
}
.st-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}          

.st-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.st-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.st-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.st-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.st-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.st-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.st-stack-1x,
.st-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.st-stack-1x {
  line-height: inherit;
}
.st-stack-2x {
  font-size: 2em;
}
.st-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.st-glass:before {
  content: "\f000";
}
.st-music:before {
  content: "\f001";
}
.st-search:before {
  content: "\f002";
}
.st-envelope-o:before {
  content: "\f003";
}
.st-heart:before {
  content: "\f004";
}
.st-star:before {
  content: "\f005";
}
.st-star-o:before {
  content: "\f006";
}
.st-user:before {
  content: "\f007";
}
.st-film:before {
  content: "\f008";
}
.st-th-large:before {
  content: "\f009";
}
.st-th:before {
  content: "\f00a";
}
.st-th-list:before {
  content: "\f00b";
}
.st-check:before {
  content: "\f00c";
}
.st-times:before {
  content: "\f00d";
}
.st-search-plus:before {
  content: "\f00e";
}
.st-search-minus:before {
  content: "\f010";
}
.st-power-off:before {
  content: "\f011";
}
.st-signal:before {
  content: "\f012";
}
.st-gear:before,
.st-cog:before {
  content: "\f013";
}
.st-trash-o:before {
  content: "\f014";
}
.st-home:before {
  content: "\f015";
}
.st-file-o:before {
  content: "\f016";
}
.st-clock-o:before {
  content: "\f017";
}
.st-road:before {
  content: "\f018";
}
.st-download:before {
  content: "\f019";
}
.st-arrow-circle-o-down:before {
  content: "\f01a";
}
.st-arrow-circle-o-up:before {
  content: "\f01b";
}
.st-inbox:before {
  content: "\f01c";
}
.st-play-circle-o:before {
  content: "\f01d";
}
.st-rotate-right:before,
.st-repeat:before {
  content: "\f01e";
}
.st-refresh:before {
  content: "\f021";
}
.st-list-alt:before {
  content: "\f022";
}
.st-lock:before {
  content: "\f023";
}
.st-flag:before {
  content: "\f024";
}
.st-headphones:before {
  content: "\f025";
}
.st-volume-off:before {
  content: "\f026";
}
.st-volume-down:before {
  content: "\f027";
}
.st-volume-up:before {
  content: "\f028";
}
.st-qrcode:before {
  content: "\f029";
}
.st-barcode:before {
  content: "\f02a";
}
.st-tag:before {
  content: "\f02b";
}
.st-tags:before {
  content: "\f02c";
}
.st-book:before {
  content: "\f02d";
}
.st-bookmark:before {
  content: "\f02e";
}
.st-print:before {
  content: "\f02f";
}
.st-camera:before {
  content: "\f030";
}
.st-font:before {
  content: "\f031";
}
.st-bold:before {
  content: "\f032";
}
.st-italic:before {
  content: "\f033";
}
.st-text-height:before {
  content: "\f034";
}
.st-text-width:before {
  content: "\f035";
}
.st-align-left:before {
  content: "\f036";
}
.st-align-center:before {
  content: "\f037";
}
.st-align-right:before {
  content: "\f038";
}
.st-align-justify:before {
  content: "\f039";
}
.st-list:before {
  content: "\f03a";
}
.st-dedent:before,
.st-outdent:before {
  content: "\f03b";
}
.st-indent:before {
  content: "\f03c";
}
.st-video-camera:before {
  content: "\f03d";
}
.st-picture-o:before {
  content: "\f03e";
}
.st-pencil:before {
  content: "\f040";
}
.st-map-marker:before {
  content: "\f041";
}
.st-adjust:before {
  content: "\f042";
}
.st-tint:before {
  content: "\f043";
}
.st-edit:before,
.st-pencil-square-o:before {
  content: "\f044";
}
.st-share-square-o:before {
  content: "\f045";
}
.st-check-square-o:before {
  content: "\f046";
}
.st-arrows:before {
  content: "\f047";
}
.st-step-backward:before {
  content: "\f048";
}
.st-fast-backward:before {
  content: "\f049";
}
.st-backward:before {
  content: "\f04a";
}
.st-play:before {
  content: "\f04b";
}
.st-pause:before {
  content: "\f04c";
}
.st-stop:before {
  content: "\f04d";
}
.st-forward:before {
  content: "\f04e";
}
.st-fast-forward:before {
  content: "\f050";
}
.st-step-forward:before {
  content: "\f051";
}
.st-eject:before {
  content: "\f052";
}
.st-chevron-left:before {
  content: "\f053";
}
.st-chevron-right:before {
  content: "\f054";
}
.st-plus-circle:before {
  content: "\f055";
}
.st-minus-circle:before {
  content: "\f056";
}
.st-times-circle:before {
  content: "\f057";
}
.st-check-circle:before {
  content: "\f058";
}
.st-question-circle:before {
  content: "\f059";
}
.st-info-circle:before {
  content: "\f05a";
}
.st-crosshairs:before {
  content: "\f05b";
}
.st-times-circle-o:before {
  content: "\f05c";
}
.st-check-circle-o:before {
  content: "\f05d";
}
.st-ban:before {
  content: "\f05e";
}
.st-arrow-left:before {
  content: "\f060";
}
.st-arrow-right:before {
  content: "\f061";
}
.st-arrow-up:before {
  content: "\f062";
}
.st-arrow-down:before {
  content: "\f063";
}
.st-mail-forward:before,
.st-share:before {
  content: "\f064";
}
.st-expand:before {
  content: "\f065";
}
.st-compress:before {
  content: "\f066";
}
.st-plus:before {
  content: "\f067";
}
.st-minus:before {
  content: "\f068";
}
.st-asterisk:before {
  content: "\f069";
}
.st-exclamation-circle:before {
  content: "\f06a";
}
.st-gift:before {
  content: "\f06b";
}
.st-leaf:before {
  content: "\f06c";
}
.st-fire:before {
  content: "\f06d";
}
.st-eye:before {
  content: "\f06e";
}
.st-eye-slash:before {
  content: "\f070";
}
.st-warning:before,
.st-exclamation-triangle:before {
  content: "\f071";
}
.st-plane:before {
  content: "\f072";
}
.st-calendar:before {
  content: "\f073";
}
.st-random:before {
  content: "\f074";
}
.st-comment:before {
  content: "\f075";
}
.st-magnet:before {
  content: "\f076";
}
.st-chevron-up:before {
  content: "\f077";
}
.st-chevron-down:before {
  content: "\f078";
}
.st-retweet:before {
  content: "\f079";
}
.st-shopping-cart:before {
  content: "\f07a";
}
.st-folder:before {
  content: "\f07b";
}
.st-folder-open:before {
  content: "\f07c";
}
.st-arrows-v:before {
  content: "\f07d";
}
.st-arrows-h:before {
  content: "\f07e";
}
.st-bar-chart-o:before {
  content: "\f080";
}
.st-twitter-square:before {
  content: "\f081";
}
.st-facebook-square:before {
  content: "\f082";
}
.st-camera-retro:before {
  content: "\f083";
}
.st-key:before {
  content: "\f084";
}
.st-gears:before,
.st-cogs:before {
  content: "\f085";
}
.st-comments:before {
  content: "\f086";
}
.st-thumbs-o-up:before {
  content: "\f087";
}
.st-thumbs-o-down:before {
  content: "\f088";
}
.st-star-half:before {
  content: "\f089";
}
.st-heart-o:before {
  content: "\f08a";
}
.st-sign-out:before {
  content: "\f08b";
}
.st-linkedin-square:before {
  content: "\f08c";
}
.st-thumb-tack:before {
  content: "\f08d";
}
.st-external-link:before {
  content: "\f08e";
}
.st-sign-in:before {
  content: "\f090";
}
.st-trophy:before {
  content: "\f091";
}
.st-github-square:before {
  content: "\f092";
}
.st-upload:before {
  content: "\f093";
}
.st-lemon-o:before {
  content: "\f094";
}
.st-phone:before {
  content: "\f095";
}
.st-square-o:before {
  content: "\f096";
}
.st-bookmark-o:before {
  content: "\f097";
}
.st-phone-square:before {
  content: "\f098";
}
.st-twitter:before {
  content: "\f099";
}
.st-facebook:before {
  content: "\f09a";
}
.st-github:before {
  content: "\f09b";
}
.st-unlock:before {
  content: "\f09c";
}
.st-credit-card:before {
  content: "\f09d";
}
.st-rss:before {
  content: "\f09e";
}
.st-hdd-o:before {
  content: "\f0a0";
}
.st-bullhorn:before {
  content: "\f0a1";
}
.st-bell:before {
  content: "\f0f3";
}
.st-certificate:before {
  content: "\f0a3";
}
.st-hand-o-right:before {
  content: "\f0a4";
}
.st-hand-o-left:before {
  content: "\f0a5";
}
.st-hand-o-up:before {
  content: "\f0a6";
}
.st-hand-o-down:before {
  content: "\f0a7";
}
.st-arrow-circle-left:before {
  content: "\f0a8";
}
.st-arrow-circle-right:before {
  content: "\f0a9";
}
.st-arrow-circle-up:before {
  content: "\f0aa";
}
.st-arrow-circle-down:before {
  content: "\f0ab";
}
.st-globe:before {
  content: "\f0ac";
}
.st-wrench:before {
  content: "\f0ad";
}
.st-tasks:before {
  content: "\f0ae";
}
.st-filter:before {
  content: "\f0b0";
}
.st-briefcase:before {
  content: "\f0b1";
}
.st-arrows-alt:before {
  content: "\f0b2";
}
.st-group:before,
.st-users:before {
  content: "\f0c0";
}
.st-chain:before,
.st-link:before {
  content: "\f0c1";
}
.st-cloud:before {
  content: "\f0c2";
}
.st-flask:before {
  content: "\f0c3";
}
.st-cut:before,
.st-scissors:before {
  content: "\f0c4";
}
.st-copy:before,
.st-files-o:before {
  content: "\f0c5";
}
.st-paperclip:before {
  content: "\f0c6";
}
.st-save:before,
.st-floppy-o:before {
  content: "\f0c7";
}
.st-square:before {
  content: "\f0c8";
}
.st-bars:before {
  content: "\f0c9";
}
.st-list-ul:before {
  content: "\f0ca";
}
.st-list-ol:before {
  content: "\f0cb";
}
.st-strikethrough:before {
  content: "\f0cc";
}
.st-underline:before {
  content: "\f0cd";
}      
.st-table:before {
  content: "\f0ce";
}
.st-magic:before {
  content: "\f0d0";
}
.st-truck:before {
  content: "\f0d1";
}
.st-pinterest:before {
  content: "\f0d2";
}
.st-pinterest-square:before {
  content: "\f0d3";
}
.st-google-plus-square:before {
  content: "\f0d4";
}
.st-google-plus:before {
  content: "\f0d5";
}
.st-money:before {
  content: "\f0d6";
}
.st-caret-down:before {
  content: "\f0d7";
}
.st-caret-up:before {
  content: "\f0d8";
}
.st-caret-left:before {
  content: "\f0d9";
}
.st-caret-right:before {
  content: "\f0da";
}
.st-columns:before {
  content: "\f0db";
}
.st-unsorted:before,
.st-sort:before {
  content: "\f0dc";
}
.st-sort-down:before,
.st-sort-asc:before {
  content: "\f0dd";
}
.st-sort-up:before,
.st-sort-desc:before {
  content: "\f0de";
}
.st-envelope:before {
  content: "\f0e0";
}
.st-linkedin:before {
  content: "\f0e1";
}
.st-rotate-left:before,
.st-undo:before {
  content: "\f0e2";
}
.st-legal:before,
.st-gavel:before {
  content: "\f0e3";
}
.st-dashboard:before,
.st-tachometer:before {
  content: "\f0e4";
}
.st-comment-o:before {
  content: "\f0e5";
}
.st-comments-o:before {
  content: "\f0e6";
}
.st-flash:before,
.st-bolt:before {
  content: "\f0e7";
}
.st-sitemap:before {
  content: "\f0e8";
}
.st-umbrella:before {
  content: "\f0e9";
}
.st-paste:before,
.st-clipboard:before {
  content: "\f0ea";
}              
.st-lightbulb-o:before {
  content: "\f0eb";
}
.st-exchange:before {
  content: "\f0ec";
}
.st-cloud-download:before {
  content: "\f0ed";
}
.st-cloud-upload:before {
  content: "\f0ee";
}
.st-user-md:before {
  content: "\f0f0";
}
.st-stethoscope:before {
  content: "\f0f1";
}
.st-suitcase:before {
  content: "\f0f2";
}
.st-bell-o:before {
  content: "\f0a2";
}
.st-coffee:before {
  content: "\f0f4";
}
.st-cutlery:before {
  content: "\f0f5";
}
.st-file-text-o:before {
  content: "\f0f6";
}
.st-building-o:before {
  content: "\f0f7";
}
.st-hospital-o:before {
  content: "\f0f8";
}
.st-ambulance:before {
  content: "\f0f9";
}
.st-medkit:before {
  content: "\f0fa";
}
.st-fighter-jet:before {
  content: "\f0fb";
}
.st-beer:before {
  content: "\f0fc";
}
.st-h-square:before {
  content: "\f0fd";
}
.st-plus-square:before {
  content: "\f0fe";
}
.st-angle-double-left:before {
  content: "\f100";
}
.st-angle-double-right:before {
  content: "\f101";
}
.st-angle-double-up:before {
  content: "\f102";
}
.st-angle-double-down:before {
  content: "\f103";
}
.st-angle-left:before {
  content: "\f104";
}
.st-angle-right:before {
  content: "\f105";
}
.st-angle-up:before {
  content: "\f106";
}
.st-angle-down:before {
  content: "\f107";
}
.st-desktop:before {
  content: "\f108";
}
.st-laptop:before {
  content: "\f109";
}
.st-tablet:before {
  content: "\f10a";
}
.st-mobile-phone:before,
.st-mobile:before {
  content: "\f10b";
}
.st-circle-o:before {
  content: "\f10c";
}
.st-quote-left:before {
  content: "\f10d";
}
.st-quote-right:before {
  content: "\f10e";
}
.st-spinner:before {
  content: "\f110";
}
.st-circle:before {
  content: "\f111";
}
.st-mail-reply:before,
.st-reply:before {
  content: "\f112";
}
.st-github-alt:before {
  content: "\f113";
}
.st-folder-o:before {
  content: "\f114";
}
.st-folder-open-o:before {
  content: "\f115";
}
.st-smile-o:before {
  content: "\f118";
}
.st-frown-o:before {
  content: "\f119";
}
.st-meh-o:before {
  content: "\f11a";
}
.st-gamepad:before {
  content: "\f11b";
}
.st-keyboard-o:before {
  content: "\f11c";
}
.st-flag-o:before {
  content: "\f11d";
}
.st-flag-checkered:before {
  content: "\f11e";
}
.st-terminal:before {
  content: "\f120";
}
.st-code:before {
  content: "\f121";
}
.st-reply-all:before {
  content: "\f122";
}
.st-mail-reply-all:before {
  content: "\f122";
}
.st-star-half-empty:before,
.st-star-half-full:before,
.st-star-half-o:before {
  content: "\f123";
}
.st-location-arrow:before {
  content: "\f124";
}
.st-crop:before {
  content: "\f125";
}
.st-code-fork:before {
  content: "\f126";
}
.st-unlink:before,
.st-chain-broken:before {
  content: "\f127";
}
.st-question:before {
  content: "\f128";
}
.st-info:before {
  content: "\f129";
}
.st-exclamation:before {
  content: "\f12a";
}
.st-superscript:before {
  content: "\f12b";
}
.st-subscript:before {
  content: "\f12c";
}
.st-eraser:before {
  content: "\f12d";
}
.st-puzzle-piece:before {
  content: "\f12e";
}
.st-microphone:before {
  content: "\f130";
}
.st-microphone-slash:before {
  content: "\f131";
}
.st-shield:before {
  content: "\f132";
}
.st-calendar-o:before {
  content: "\f133";
}
.st-fire-extinguisher:before {
  content: "\f134";
}
.st-rocket:before {
  content: "\f135";
}
.st-maxcdn:before {
  content: "\f136";
}
.st-chevron-circle-left:before {
  content: "\f137";
}
.st-chevron-circle-right:before {
  content: "\f138";
}
.st-chevron-circle-up:before {
  content: "\f139";
}
.st-chevron-circle-down:before {
  content: "\f13a";
}
.st-html5:before {
  content: "\f13b";
}
.st-css3:before {
  content: "\f13c";
}
.st-anchor:before {
  content: "\f13d";
}
.st-unlock-alt:before {
  content: "\f13e";
}
.st-bullseye:before {
  content: "\f140";
}
.st-ellipsis-h:before {
  content: "\f141";
}
.st-ellipsis-v:before {
  content: "\f142";
}
.st-rss-square:before {
  content: "\f143";
}
.st-play-circle:before {
  content: "\f144";
}
.st-ticket:before {
  content: "\f145";
}
.st-minus-square:before {
  content: "\f146";
}
.st-minus-square-o:before {
  content: "\f147";
}
.st-level-up:before {
  content: "\f148";
}
.st-level-down:before {
  content: "\f149";
}
.st-check-square:before {
  content: "\f14a";
}
.st-pencil-square:before {
  content: "\f14b";
}
.st-external-link-square:before {
  content: "\f14c";
}
.st-share-square:before {
  content: "\f14d";
}
.st-compass:before {
  content: "\f14e";
}
.st-toggle-down:before,
.st-caret-square-o-down:before {
  content: "\f150";
}
.st-toggle-up:before,
.st-caret-square-o-up:before {
  content: "\f151";
}
.st-toggle-right:before,
.st-caret-square-o-right:before {
  content: "\f152";
}
.st-euro:before,
.st-eur:before {
  content: "\f153";
}
.st-gbp:before {
  content: "\f154";
}
.st-dollar:before,
.st-usd:before {
  content: "\f155";
}
.st-rupee:before,
.st-inr:before {
  content: "\f156";
}
.st-cny:before,
.st-rmb:before,
.st-yen:before,
.st-jpy:before {
  content: "\f157";
}
.st-ruble:before,
.st-rouble:before,
.st-rub:before {
  content: "\f158";
}
.st-won:before,
.st-krw:before {
  content: "\f159";
}
.st-bitcoin:before,
.st-btc:before {
  content: "\f15a";
}
.st-file:before {
  content: "\f15b";
}
.st-file-text:before {
  content: "\f15c";
}
.st-sort-alpha-asc:before {
  content: "\f15d";
}
.st-sort-alpha-desc:before {
  content: "\f15e";
}
.st-sort-amount-asc:before {
  content: "\f160";
}
.st-sort-amount-desc:before {
  content: "\f161";
}
.st-sort-numeric-asc:before {
  content: "\f162";
}
.st-sort-numeric-desc:before {
  content: "\f163";
}
.st-thumbs-up:before {
  content: "\f164";
}
.st-thumbs-down:before {
  content: "\f165";
}
.st-youtube-square:before {
  content: "\f166";
}
.st-youtube:before {
  content: "\f167";
}
.st-xing:before {
  content: "\f168";
}
.st-xing-square:before {
  content: "\f169";
}
.st-youtube-play:before {
  content: "\f16a";
}
.st-dropbox:before {
  content: "\f16b";
}
.st-stack-overflow:before {
  content: "\f16c";
}
.st-instagram:before {
  content: "\f16d";
}
.st-flickr:before {
  content: "\f16e";
}
.st-adn:before {
  content: "\f170";
}
.st-bitbucket:before {
  content: "\f171";
}
.st-bitbucket-square:before {
  content: "\f172";
}
.st-tumblr:before {
  content: "\f173";
}
.st-tumblr-square:before {
  content: "\f174";
}
.st-long-arrow-down:before {
  content: "\f175";
}
.st-long-arrow-up:before {
  content: "\f176";
}
.st-long-arrow-left:before {
  content: "\f177";
}
.st-long-arrow-right:before {
  content: "\f178";
}
.st-apple:before {
  content: "\f179";
}
.st-windows:before {
  content: "\f17a";
}
.st-android:before {
  content: "\f17b";
}
.st-linux:before {
  content: "\f17c";
}
.st-dribbble:before {
  content: "\f17d";
}                 
.st-skype:before {
  content: "\f17e";
}
.st-foursquare:before {
  content: "\f180";
}
.st-trello:before {
  content: "\f181";
}
.st-female:before {
  content: "\f182";
}
.st-male:before {
  content: "\f183";
}
.st-gittip:before {
  content: "\f184";
}
.st-sun-o:before {
  content: "\f185";
}
.st-moon-o:before {
  content: "\f186";
}
.st-archive:before {
  content: "\f187";
}
.st-bug:before {
  content: "\f188";
}
.st-vk:before {
  content: "\f189";
}
.st-weibo:before {
  content: "\f18a";
}
.st-renren:before {
  content: "\f18b";
}
.st-pagelines:before {
  content: "\f18c";
}
.st-stack-exchange:before {
  content: "\f18d";
}
.st-arrow-circle-o-right:before {
  content: "\f18e";
}
.st-arrow-circle-o-left:before {
  content: "\f190";
}
/* .st-toggle-left:before,
.st-caret-square-o-left:before {
  content: "\f191";
} */
.st-dot-circle-o:before {
  content: "\f192";
}
.st-wheelchair:before {
  content: "\f193";
}
.st-vimeo-square:before {
  content: "\f194";
}
.st-turkish-lira:before,
.st-try:before {
  content: "\f195";
}
.st-plus-square-o:before {
  content: "\f196";
}