/* --------------------------------------------------------------------------
 * File        : small-icon.css
 * Version     : 1.0
 * Author      : Pixel Buddha
 * Author URI  : http://smallicons.net/
 *
 * Pixel Buddha Copyright 2015 All Rights Reserved.
 * -------------------------------------------------------------------------- */

@charset "IBM437";
/*icon adjusment*/
.icon-wrap {
  width:70px;
  height:70px;
  margin-bottom: 25px;
}

.icon-wrap.small {
  width:40px;
  height:40px;
  margin-bottom: 25px;
}

.icon-wrap.large {
  width:92px;
  height:92px;
  margin-bottom: 25px;
}

.icon-wrap [class^="smico-"] {
  width: 70px;
  height: 70px;
  background-size: 70px 70px !important;
  display: inline-block;  
}

.icon-wrap.small [class^="smico-"] {
  width: 40px;
  height: 40px;
  background-size: 40px 40px !important;  
}

.icon-wrap.large [class^="smico-"] {
  width: 92px;
  height: 92px;
  background-size: 92px 92px !important;  
}

.icon-wrap.center,
.icon-wrap.small.center,
.icon-wrap.large.center {
  width: 100%;
  text-align: center;
  margin: 0 auto 25px auto;
}

.icon-wrap.left,
.icon-wrap.small.left,
.icon-wrap.large.left {
  margin-right: 25px;
  float: left;
}

.icon-wrap.right,
.icon-wrap.small.right,
.icon-wrap.large.right {
  margin-left: 25px;
  float: right;
}

[class*="icon-"] + h1,
[class*="icon-"] + h2,
[class*="icon-"] + h3,
[class*="icon-"] + h4,
[class*="icon-"] + h5,
[class*="icon-"] + h6 {
  margin-top: -5px;
}

[class*="icon-"] + p {
  margin-top: 0px;
}

/*fontawesome icon styling*/
.icon-wrap.small.circle > [class*="uk-icon-"],
.icon-wrap.circle > [class*="uk-icon-"],
.icon-wrap.large.circle > [class*="uk-icon-"] {
  border: 2px solid #777777; 
  border-radius: 50%;
  text-align: center; 
}

.icon-wrap.small.circle > [class*="uk-icon-"] {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;  
}

.icon-wrap.large > [class*="uk-icon-"] {
  width: 92px;
  height: 92px;
  font-size: 84px;
  line-height: 92px;  
}

.icon-wrap.circle > [class*="uk-icon-"] {
  width: 70px;
  height: 70px;
  font-size: 34px;  
  line-height: 70px;
}

.icon-wrap.large.circle > [class*="uk-icon-"] {
  width: 92px;
  height: 92px;
  font-size: 36px;
  line-height: 92px;
}

.icon-wrap.small.square > [class*="uk-icon-"],
.icon-wrap.square > [class*="uk-icon-"],
.icon-wrap.large.square > [class*="uk-icon-"] {
  background: #f3f3f3;
  border: 1px solid #e8e8e8; 
  text-align: center;
}

.icon-wrap.small.square > [class*="uk-icon-"] {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}

.icon-wrap.square > [class*="uk-icon-"] {
  width: 70px;
  height: 70px;
  font-size: 34px;
  line-height: 70px;
}

.icon-wrap.large.square > [class*="uk-icon-"] {
  width: 92px;
  height: 92px;
  font-size: 36px;
  line-height: 92px;
}

.icon-wrap.circle.white > [class*="uk-icon-"] {
    color: #ffffff;
    border-color: #ffffff;
}
.icon-wrap.circle.blue > [class*="uk-icon-"] {
    color: #4994cd;
    border-color: #4994cd;
}
.icon-wrap.circle.red > [class*="uk-icon-"] {
    color: #dc5980;
    border-color: #dc5980;
}
.icon-wrap.circle.orange > [class*="uk-icon-"] {
    color: #f07406;
    border-color: #f07406;
}
.icon-wrap.circle.green > [class*="uk-icon-"] {
    color: #9bc23c;
    border-color: #9bc23c;
}
.icon-wrap.blue > [class*="uk-icon-"] {
    color: #4994cd;
}
.icon-wrap.green > [class*="uk-icon-"] {
    color: #9bc23c;
}
.icon-wrap.red > [class*="uk-icon-"] {
    color: #dc5980;
}
.icon-wrap.orange > [class*="uk-icon-"] {
    color: #f07406;
}
.icon-wrap.square.green > [class*="uk-icon-"] {
    background: #9bc23c;
    color: #ffffff;
}
.icon-wrap.square.red > [class*="uk-icon-"] {
    background: #dc5980;
    color: #ffffff;
}
.icon-wrap.square.orange > [class*="uk-icon-"] {
    background: #f07406;
    color: #ffffff;
}
.icon-wrap.square.blue > [class*="uk-icon-"] {
    background: #4994cd;
    color: #ffffff;
}
.smico-45-left-down {
  background: url("../images/small-icon/control/45-left-down.html") no-repeat;
}

.smico-45-left-top {
  background: url("../images/small-icon/control/45-left-top.html") no-repeat;
}

.smico-45-right-down {
  background: url("../images/small-icon/control/45-right-down.html") no-repeat;
}

.smico-45-right-top {
  background: url("../images/small-icon/control/45-right-top.html") no-repeat;
}

.smico-anchors {
  background: url("../images/small-icon/control/anchors.html") no-repeat;
}

.smico-back {
  background: url("../images/small-icon/control/back.html") no-repeat;
}

.smico-backward {
  background: url("../images/small-icon/control/backward.html") no-repeat;
}

.smico-battery-charging {
  background: url("../images/small-icon/control/battery-charging.html") no-repeat;
}

.smico-battery-full {
  background: url("../images/small-icon/control/battery-full.html") no-repeat;
}

.smico-battery-low {
  background: url("../images/small-icon/control/battery-low.html") no-repeat;
}

.smico-battery-medium {
  background: url("../images/small-icon/control/battery-medium.html") no-repeat;
}

.smico-battery-null {
  background: url("../images/small-icon/control/battery-null.html") no-repeat;
}

.smico-big-grid {
  background: url("../images/small-icon/control/big-grid.html") no-repeat;
}

.smico-bluetoothâ€Ž {
  background: url("../images/small-icon/control/bluetooth%c3%83%c2%a2%c3%a2%c2%82%c2%ac%c3%85%c2%bd.html") no-repeat;
}

.smico-center-text {
  background: url("../images/small-icon/control/center-text.html") no-repeat;
}

.smico-change-position {
  background: url("../images/small-icon/control/change-position.html") no-repeat;
}

.smico-check {
  background: url("../images/small-icon/control/check.html") no-repeat;
}

.smico-close-green {
  background: url("../images/small-icon/control/close-green.html") no-repeat;
}

.smico-close-red {
  background: url("../images/small-icon/control/close-red.html") no-repeat;
}

.smico-cloud-check {
  background: url("../images/small-icon/control/cloud-check.html") no-repeat;
}

.smico-cloud-down {
  background: url("../images/small-icon/control/cloud-down.html") no-repeat;
}

.smico-cloud-error {
  background: url("../images/small-icon/control/cloud-error.html") no-repeat;
}

.smico-cloud-refresh {
  background: url("../images/small-icon/control/cloud-refresh.html") no-repeat;
}

.smico-cloud-up {
  background: url("../images/small-icon/control/cloud-up.html") no-repeat;
}

.smico-collaps {
  background: url("../images/small-icon/control/collaps.html") no-repeat;
}

.smico-div {
  background: url("../images/small-icon/control/div.html") no-repeat;
}

.smico-down {
  background: url("../images/small-icon/control/down.html") no-repeat;
}

.smico-download {
  background: url("../images/small-icon/control/download.html") no-repeat;
}

.smico-download-2 {
  background: url("../images/small-icon/control/download-2.html") no-repeat;
}

.smico-eight {
  background: url("../images/small-icon/control/eight.html") no-repeat;
}

.smico-eject {
  background: url("../images/small-icon/control/eject.html") no-repeat;
}

.smico-equal {
  background: url("../images/small-icon/control/equal.html") no-repeat;
}

.smico-exclamation {
  background: url("../images/small-icon/control/exclamation.html") no-repeat;
}

.smico-expand {
  background: url("../images/small-icon/control/expand.html") no-repeat;
}

.smico-five {
  background: url("../images/small-icon/control/five.html") no-repeat;
}

.smico-forward {
  background: url("../images/small-icon/control/forward.html") no-repeat;
}

.smico-four {
  background: url("../images/small-icon/control/four.html") no-repeat;
}

.smico-fullscreen {
  background: url("../images/small-icon/control/fullscreen.html") no-repeat;
}

.smico-grid {
  background: url("../images/small-icon/control/grid.html") no-repeat;
}

.smico-justify {
  background: url("../images/small-icon/control/justify.html") no-repeat;
}

.smico-left {
  background: url("../images/small-icon/control/left.html") no-repeat;
}

.smico-left-align-text {
  background: url("../images/small-icon/control/left-align-text.html") no-repeat;
}

.smico-list {
  background: url("../images/small-icon/control/list.html") no-repeat;
}

.smico-marquee {
  background: url("../images/small-icon/control/marquee.html") no-repeat;
}

.smico-minus {
  background: url("../images/small-icon/control/minus.html") no-repeat;
}

.smico-narrow {
  background: url("../images/small-icon/control/narrow.html") no-repeat;
}

.smico-network {
  background: url("../images/small-icon/control/network.html") no-repeat;
}

.smico-next {
  background: url("../images/small-icon/control/next.html") no-repeat;
}

.smico-nine {
  background: url("../images/small-icon/control/nine.html") no-repeat;
}

.smico-one {
  background: url("../images/small-icon/control/one.html") no-repeat;
}

.smico-pause {
  background: url("../images/small-icon/control/pause.html") no-repeat;
}

.smico-play {
  background: url("../images/small-icon/control/play.html") no-repeat;
}

.smico-plus {
  background: url("../images/small-icon/control/plus.html") no-repeat;
}

.smico-power {
  background: url("../images/small-icon/control/power.html") no-repeat;
}

.smico-record {
  background: url("../images/small-icon/control/record.html") no-repeat;
}

.smico-refresh {
  background: url("../images/small-icon/control/refresh.html") no-repeat;
}

.smico-refresh-2 {
  background: url("../images/small-icon/control/refresh-2.html") no-repeat;
}

.smico-repeat {
  background: url("../images/small-icon/control/repeat.html") no-repeat;
}

.smico-right {
  background: url("../images/small-icon/control/right.html") no-repeat;
}

.smico-right-align-text {
  background: url("../images/small-icon/control/right-align-text.html") no-repeat;
}

.smico-seven {
  background: url("../images/small-icon/control/seven.html") no-repeat;
}

.smico-shuffle {
  background: url("../images/small-icon/control/shuffle.html") no-repeat;
}

.smico-sitemap {
  background: url("../images/small-icon/control/sitemap.html") no-repeat;
}

.smico-sitemap-2 {
  background: url("../images/small-icon/control/sitemap-2.html") no-repeat;
}

.smico-sitemap-3 {
  background: url("../images/small-icon/control/sitemap-3.html") no-repeat;
}

.smico-six {
  background: url("../images/small-icon/control/six.html") no-repeat;
}

.smico-stop {
  background: url("../images/small-icon/control/stop.html") no-repeat;
}

.smico-strech {
  background: url("../images/small-icon/control/strech.html") no-repeat;
}

.smico-three {
  background: url("../images/small-icon/control/three.html") no-repeat;
}

.smico-two {
  background: url("../images/small-icon/control/two.html") no-repeat;
}

.smico-up {
  background: url("../images/small-icon/control/up.html") no-repeat;
}

.smico-upload {
  background: url("../images/small-icon/control/upload.html") no-repeat;
}

.smico-upload-2 {
  background: url("../images/small-icon/control/upload-2.html") no-repeat;
}

.smico-volume-big {
  background: url("../images/small-icon/control/volume-big.html") no-repeat;
}

.smico-volume-mini {
  background: url("../images/small-icon/control/volume-mini.html") no-repeat;
}

.smico-volume-minus {
  background: url("../images/small-icon/control/volume-minus.html") no-repeat;
}

.smico-volume-mute {
  background: url("../images/small-icon/control/volume-mute.html") no-repeat;
}

.smico-volume-plus {
  background: url("../images/small-icon/control/volume-plus.html") no-repeat;
}

.smico-wi-fi {
  background: url("../images/small-icon/control/wi-fi.html") no-repeat;
}

.smico-zero {
  background: url("../images/small-icon/control/zero.html") no-repeat;
}

.smico-bamboo {
  background: url("../images/small-icon/devices/bamboo.html") no-repeat;
}

.smico-galaxy {
  background: url("../images/small-icon/devices/galaxy.html") no-repeat;
}

.smico-htc-one {
  background: url("../images/small-icon/devices/htc-one.html") no-repeat;
}

.smico-imac {
  background: url("../images/small-icon/devices/imac.html") no-repeat;
}

.smico-ipad {
  background: url("../images/small-icon/devices/ipad.html") no-repeat;
}

.smico-iphone {
  background: url("../images/small-icon/devices/iphone.html") no-repeat;
}

.smico-keyboard {
  background: url("../images/small-icon/devices/keyboard.html") no-repeat;
}

.smico-macbook {
  background: url("../images/small-icon/devices/macbook.html") no-repeat;
}

.smico-mouse {
  background: url("../images/small-icon/devices/mouse.html") no-repeat;
}

.smico-printer {
  background: url("../images/small-icon/devices/printer.html") no-repeat;
}

.smico-ai {
  background: url("../images/small-icon/docs/ai.html") no-repeat;
}

.smico-ai-minus {
  background: url("../images/small-icon/docs/ai-minus.html") no-repeat;
}

.smico-ai-plus {
  background: url("../images/small-icon/docs/ai-plus.html") no-repeat;
}

.smico-ai-2 {
  background: url("../images/small-icon/docs/ai-2.html") no-repeat;
}

.smico-ai-2-minus {
  background: url("../images/small-icon/docs/ai-2-minus.html") no-repeat;
}

.smico-ai-2-plus {
  background: url("../images/small-icon/docs/ai-2-plus.html") no-repeat;
}

.smico-archive {
  background: url("../images/small-icon/docs/archive.html") no-repeat;
}

.smico-archive-download {
  background: url("../images/small-icon/docs/archive-download.html") no-repeat;
}

.smico-archive-upload {
  background: url("../images/small-icon/docs/archive-upload.html") no-repeat;
}

.smico-doc-archive {
  background: url("../images/small-icon/docs/doc-archive.html") no-repeat;
}

.smico-folder {
  background: url("../images/small-icon/docs/folder.html") no-repeat;
}

.smico-folder-minus {
  background: url("../images/small-icon/docs/folder-minus.html") no-repeat;
}

.smico-folder-plus {
  background: url("../images/small-icon/docs/folder-plus.html") no-repeat;
}

.smico-folder-upload {
  background: url("../images/small-icon/docs/folder-upload.html") no-repeat;
}

.smico-letter {
  background: url("../images/small-icon/docs/letter.html") no-repeat;
}

.smico-open-letter {
  background: url("../images/small-icon/docs/open-letter.html") no-repeat;
}

.smico-pdf {
  background: url("../images/small-icon/docs/pdf.html") no-repeat;
}

.smico-pdf-minus {
  background: url("../images/small-icon/docs/pdf-minus.html") no-repeat;
}

.smico-pdf-plus {
  background: url("../images/small-icon/docs/pdf-plus.html") no-repeat;
}

.smico-pdf-2 {
  background: url("../images/small-icon/docs/pdf-2.html") no-repeat;
}

.smico-pdf-2-minus {
  background: url("../images/small-icon/docs/pdf-2-minus.html") no-repeat;
}

.smico-pdf-2-plus {
  background: url("../images/small-icon/docs/pdf-2-plus.html") no-repeat;
}

.smico-psd {
  background: url("../images/small-icon/docs/psd.html") no-repeat;
}

.smico-psd-minus {
  background: url("../images/small-icon/docs/psd-minus.html") no-repeat;
}

.smico-psd-plus {
  background: url("../images/small-icon/docs/psd-plus.html") no-repeat;
}

.smico-psd-2 {
  background: url("../images/small-icon/docs/psd-2.html") no-repeat;
}

.smico-psd-2-minus {
  background: url("../images/small-icon/docs/psd-2-minus.html") no-repeat;
}

.smico-psd-2-plus {
  background: url("../images/small-icon/docs/psd-2-plus.html") no-repeat;
}

.smico-table {
  background: url("../images/small-icon/docs/table.html") no-repeat;
}

.smico-table-minus {
  background: url("../images/small-icon/docs/table-minus.html") no-repeat;
}

.smico-table-plus {
  background: url("../images/small-icon/docs/table-plus.html") no-repeat;
}

.smico-table-2 {
  background: url("../images/small-icon/docs/table-2.html") no-repeat;
}

.smico-table-2-minus {
  background: url("../images/small-icon/docs/table-2-minus.html") no-repeat;
}

.smico-table-2-plus {
  background: url("../images/small-icon/docs/table-2-plus.html") no-repeat;
}

.smico-text {
  background: url("../images/small-icon/docs/text.html") no-repeat;
}

.smico-text-minus {
  background: url("../images/small-icon/docs/text-minus.html") no-repeat;
}

.smico-text-plus {
  background: url("../images/small-icon/docs/text-plus.html") no-repeat;
}

.smico-text-2 {
  background: url("../images/small-icon/docs/text-2.html") no-repeat;
}

.smico-text-2-minus {
  background: url("../images/small-icon/docs/text-2-minus.html") no-repeat;
}

.smico-text-2-plus {
  background: url("../images/small-icon/docs/text-2-plus.html") no-repeat;
}

.smico-amex {
  background: url("../images/small-icon/e-commerce/amex.html") no-repeat;
}

.smico-barcode {
  background: url("../images/small-icon/e-commerce/barcode.html") no-repeat;
}

.smico-basket {
  background: url("../images/small-icon/e-commerce/basket.html") no-repeat;
}

.smico-basket-minus {
  background: url("../images/small-icon/e-commerce/basket-minus.html") no-repeat;
}

.smico-basket-plus {
  background: url("../images/small-icon/e-commerce/basket-plus.html") no-repeat;
}

.smico-bill {
  background: url("../images/small-icon/e-commerce/bill.html") no-repeat;
}

.smico-bitcoin {
  background: url("../images/small-icon/e-commerce/bitcoin.html") no-repeat;
}

.smico-calc {
  background: url("../images/small-icon/e-commerce/calc.html") no-repeat;
}

.smico-card {
  background: url("../images/small-icon/e-commerce/card.html") no-repeat;
}

.smico-cashbox {
  background: url("../images/small-icon/e-commerce/cashbox.html") no-repeat;
}

.smico-coin {
  background: url("../images/small-icon/e-commerce/coin.html") no-repeat;
}

.smico-coins {
  background: url("../images/small-icon/e-commerce/coins.html") no-repeat;
}

.smico-discover {
  background: url("../images/small-icon/e-commerce/discover.html") no-repeat;
}

.smico-dollar {
  background: url("../images/small-icon/e-commerce/dollar.html") no-repeat;
}

.smico-euro {
  background: url("../images/small-icon/e-commerce/euro.html") no-repeat;
}

.smico-google-wallet {
  background: url("../images/small-icon/e-commerce/google-wallet.html") no-repeat;
}

.smico-label {
  background: url("../images/small-icon/e-commerce/label.html") no-repeat;
}

.smico-maestro {
  background: url("../images/small-icon/e-commerce/maestro.html") no-repeat;
}

.smico-mastercard {
  background: url("../images/small-icon/e-commerce/mastercard.html") no-repeat;
}

.smico-money {
  background: url("../images/small-icon/e-commerce/money.html") no-repeat;
}

.smico-money-2 {
  background: url("../images/small-icon/e-commerce/money-2.html") no-repeat;
}

.smico-new {
  background: url("../images/small-icon/e-commerce/new.html") no-repeat;
}

.smico-paypal {
  background: url("../images/small-icon/e-commerce/paypal.html") no-repeat;
}

.smico-percent {
  background: url("../images/small-icon/e-commerce/percent.html") no-repeat;
}

.smico-pound {
  background: url("../images/small-icon/e-commerce/pound.html") no-repeat;
}

.smico-store {
  background: url("../images/small-icon/e-commerce/store.html") no-repeat;
}

.smico-visa {
  background: url("../images/small-icon/e-commerce/visa.html") no-repeat;
}

.smico-visa-2 {
  background: url("../images/small-icon/e-commerce/visa-2.html") no-repeat;
}

.smico-wallet {
  background: url("../images/small-icon/e-commerce/wallet.html") no-repeat;
}

.smico-yena {
  background: url("../images/small-icon/e-commerce/yena.html") no-repeat;
}

.smico-bread {
  background: url("../images/small-icon/food-drinks/bread.html") no-repeat;
}

.smico-cocktail {
  background: url("../images/small-icon/food-drinks/cocktail.html") no-repeat;
}

.smico-coffee {
  background: url("../images/small-icon/food-drinks/coffee.html") no-repeat;
}

.smico-coffee-2 {
  background: url("../images/small-icon/food-drinks/coffee-2.html") no-repeat;
}

.smico-donut {
  background: url("../images/small-icon/food-drinks/donut.html") no-repeat;
}

.smico-egg {
  background: url("../images/small-icon/food-drinks/egg.html") no-repeat;
}

.smico-hamburger {
  background: url("../images/small-icon/food-drinks/hamburger.html") no-repeat;
}

.smico-hotdog {
  background: url("../images/small-icon/food-drinks/hotdog.html") no-repeat;
}

.smico-ice-1 {
  background: url("../images/small-icon/food-drinks/ice-1.html") no-repeat;
}

.smico-ice-2 {
  background: url("../images/small-icon/food-drinks/ice-2.html") no-repeat;
}

.smico-kettle {
  background: url("../images/small-icon/food-drinks/kettle.html") no-repeat;
}

.smico-lemon {
  background: url("../images/small-icon/food-drinks/lemon.html") no-repeat;
}

.smico-milk {
  background: url("../images/small-icon/food-drinks/milk.html") no-repeat;
}

.smico-muffin {
  background: url("../images/small-icon/food-drinks/muffin.html") no-repeat;
}

.smico-pizza {
  background: url("../images/small-icon/food-drinks/pizza.html") no-repeat;
}

.smico-tea {
  background: url("../images/small-icon/food-drinks/tea.html") no-repeat;
}

.smico-toaster {
  background: url("../images/small-icon/food-drinks/toaster.html") no-repeat;
}

.smico-toque {
  background: url("../images/small-icon/food-drinks/toque.html") no-repeat;
}

.smico-tray {
  background: url("../images/small-icon/food-drinks/tray.html") no-repeat;
}

.smico-wine {
  background: url("../images/small-icon/food-drinks/wine.html") no-repeat;
}

.smico-facebook {
  background: url("../images/small-icon/logotypes/facebook.html") no-repeat;
}

.smico-amazon {
  background: url("../images/small-icon/logotypes/amazon.html") no-repeat;
}

.smico-android {
  background: url("../images/small-icon/logotypes/android.html") no-repeat;
}

.smico-apple {
  background: url("../images/small-icon/logotypes/apple.html") no-repeat;
}

.smico-appstore {
  background: url("../images/small-icon/logotypes/appstore.html") no-repeat;
}

.smico-behance {
  background: url("../images/small-icon/logotypes/behance.html") no-repeat;
}

.smico-bloger {
  background: url("../images/small-icon/logotypes/bloger.html") no-repeat;
}

.smico-chrome {
  background: url("../images/small-icon/logotypes/chrome.html") no-repeat;
}

.smico-delicious {
  background: url("../images/small-icon/logotypes/delicious.html") no-repeat;
}

.smico-deviantart {
  background: url("../images/small-icon/logotypes/deviantart.html") no-repeat;
}

.smico-dribbble {
  background: url("../images/small-icon/logotypes/dribbble.html") no-repeat;
}

.smico-dropbox {
  background: url("../images/small-icon/logotypes/dropbox.html") no-repeat;
}

.smico-firefox {
  background: url("../images/small-icon/logotypes/firefox.html") no-repeat;
}

.smico-flickr {
  background: url("../images/small-icon/logotypes/flickr.html") no-repeat;
}

.smico-forrst {
  background: url("../images/small-icon/logotypes/forrst.html") no-repeat;
}

.smico-github {
  background: url("../images/small-icon/logotypes/github.html") no-repeat;
}

.smico-google-plus {
  background: url("../images/small-icon/logotypes/google-plus.html") no-repeat;
}

.smico-google-drive {
  background: url("../images/small-icon/logotypes/google-drive.html") no-repeat;
}

.smico-google-play {
  background: url("../images/small-icon/logotypes/google-play.html") no-repeat;
}

.smico-html5 {
  background: url("../images/small-icon/logotypes/html5.html") no-repeat;
}

.smico-ie {
  background: url("../images/small-icon/logotypes/ie.html") no-repeat;
}

.smico-instagram {
  background: url("../images/small-icon/logotypes/instagram.html") no-repeat;
}

.smico-lastfm {
  background: url("../images/small-icon/logotypes/lastfm.html") no-repeat;
}

.smico-linkedin {
  background: url("../images/small-icon/logotypes/linkedin.html") no-repeat;
}

.smico-microsoft {
  background: url("../images/small-icon/logotypes/microsoft.html") no-repeat;
}

.smico-myspace {
  background: url("../images/small-icon/logotypes/myspace.html") no-repeat;
}

.smico-opera {
  background: url("../images/small-icon/logotypes/opera.html") no-repeat;
}

.smico-path {
  background: url("../images/small-icon/logotypes/path.html") no-repeat;
}

.smico-pinterest {
  background: url("../images/small-icon/logotypes/pinterest.html") no-repeat;
}

.smico-rss {
  background: url("../images/small-icon/logotypes/rss.html") no-repeat;
}

.smico-safari {
  background: url("../images/small-icon/logotypes/safari.html") no-repeat;
}

.smico-skype {
  background: url("../images/small-icon/logotypes/skype.html") no-repeat;
}

.smico-soundcloud {
  background: url("../images/small-icon/logotypes/soundcloud.html") no-repeat;
}

.smico-stumbleupon {
  background: url("../images/small-icon/logotypes/stumbleupon.html") no-repeat;
}

.smico-tumblr {
  background: url("../images/small-icon/logotypes/tumblr.html") no-repeat;
}

.smico-twitter {
  background: url("../images/small-icon/logotypes/twitter.html") no-repeat;
}

.smico-vimeo {
  background: url("../images/small-icon/logotypes/vimeo.html") no-repeat;
}

.smico-wordpress {
  background: url("../images/small-icon/logotypes/wordpress.html") no-repeat;
}

.smico-yahoo {
  background: url("../images/small-icon/logotypes/yahoo.html") no-repeat;
}

.smico-youtube {
  background: url("../images/small-icon/logotypes/youtube.html") no-repeat;
}

.smico-airplane {
  background: url("../images/small-icon/misc/airplane.html") no-repeat;
}

.smico-alarm-clock {
  background: url("../images/small-icon/misc/alarm-clock.html") no-repeat;
}

.smico-attachment {
  background: url("../images/small-icon/misc/attachment.html") no-repeat;
}

.smico-backpack {
  background: url("../images/small-icon/misc/backpack.html") no-repeat;
}

.smico-backpack-2 {
  background: url("../images/small-icon/misc/backpack-2.html") no-repeat;
}

.smico-bell {
  background: url("../images/small-icon/misc/bell.html") no-repeat;
}

.smico-book {
  background: url("../images/small-icon/misc/book.html") no-repeat;
}

.smico-bookmark {
  background: url("../images/small-icon/misc/bookmark.html") no-repeat;
}

.smico-bookmark-2 {
  background: url("../images/small-icon/misc/bookmark-2.html") no-repeat;
}

.smico-bookshelf {
  background: url("../images/small-icon/misc/bookshelf.html") no-repeat;
}

.smico-briefcase {
  background: url("../images/small-icon/misc/briefcase.html") no-repeat;
}

.smico-browser {
  background: url("../images/small-icon/misc/browser.html") no-repeat;
}

.smico-bubbl {
  background: url("../images/small-icon/misc/bubbl.html") no-repeat;
}

.smico-bus {
  background: url("../images/small-icon/misc/bus.html") no-repeat;
}

.smico-calendar {
  background: url("../images/small-icon/misc/calendar.html") no-repeat;
}

.smico-candy {
  background: url("../images/small-icon/misc/candy.html") no-repeat;
}

.smico-car {
  background: url("../images/small-icon/misc/car.html") no-repeat;
}

.smico-case {
  background: url("../images/small-icon/misc/case.html") no-repeat;
}

.smico-chalkboard {
  background: url("../images/small-icon/misc/chalkboard.html") no-repeat;
}

.smico-chart {
  background: url("../images/small-icon/misc/chart.html") no-repeat;
}

.smico-chat {
  background: url("../images/small-icon/misc/chat.html") no-repeat;
}

.smico-chemistry {
  background: url("../images/small-icon/misc/chemistry.svg") no-repeat;
}

.smico-clipboard {
  background: url("../images/small-icon/misc/clipboard.html") no-repeat;
}

.smico-clock {
  background: url("../images/small-icon/misc/clock.html") no-repeat;
}

.smico-death-star {
  background: url("../images/small-icon/misc/death-star.html") no-repeat;
}

.smico-diamond {
  background: url("../images/small-icon/misc/diamond.html") no-repeat;
}

.smico-drop {
  background: url("../images/small-icon/misc/drop.html") no-repeat;
}

.smico-eraser {
  background: url("../images/small-icon/misc/eraser.html") no-repeat;
}

.smico-eye {
  background: url("../images/small-icon/misc/eye.html") no-repeat;
}

.smico-eye-2 {
  background: url("../images/small-icon/misc/eye-2.html") no-repeat;
}

.smico-female {
  background: url("../images/small-icon/misc/female.html") no-repeat;
}

.smico-flag {
  background: url("../images/small-icon/misc/flag.html") no-repeat;
}

.smico-glasses {
  background: url("../images/small-icon/misc/glasses.html") no-repeat;
}

.smico-graph {
  background: url("../images/small-icon/misc/graph.svg") no-repeat;
}

.smico-graph-2 {
  background: url("../images/small-icon/misc/graph-2.html") no-repeat;
}

.smico-hand {
  background: url("../images/small-icon/misc/hand.html") no-repeat;
}

.smico-heart {
  background: url("../images/small-icon/misc/heart.html") no-repeat;
}

.smico-help {
  background: url("../images/small-icon/misc/help.html") no-repeat;
}

.smico-image {
  background: url("../images/small-icon/misc/image.html") no-repeat;
}

.smico-joypad {
  background: url("../images/small-icon/misc/joypad.html") no-repeat;
}

.smico-key {
  background: url("../images/small-icon/misc/key.html") no-repeat;
}

.smico-knife {
  background: url("../images/small-icon/misc/knife.html") no-repeat;
}

.smico-layer-1 {
  background: url("../images/small-icon/misc/layer-1.html") no-repeat;
}

.smico-layers-2 {
  background: url("../images/small-icon/misc/layers-2.html") no-repeat;
}

.smico-lightning {
  background: url("../images/small-icon/misc/lightning.html") no-repeat;
}

.smico-lock {
  background: url("../images/small-icon/misc/lock.html") no-repeat;
}

.smico-male {
  background: url("../images/small-icon/misc/male.html") no-repeat;
}

.smico-map {
  background: url("../images/small-icon/misc/map.html") no-repeat;
}

.smico-map-2 {
  background: url("../images/small-icon/misc/map-2.html") no-repeat;
}

.smico-marker {
  background: url("../images/small-icon/misc/marker.html") no-repeat;
}

.smico-mcfly {
  background: url("../images/small-icon/misc/mcfly.html") no-repeat;
}

.smico-medal {
  background: url("../images/small-icon/misc/medal.html") no-repeat;
}

.smico-medicine {
  background: url("../images/small-icon/misc/medicine.html") no-repeat;
}

.smico-megaphone {
  background: url("../images/small-icon/misc/megaphone.html") no-repeat;
}

.smico-microphone {
  background: url("../images/small-icon/misc/microphone.html") no-repeat;
}

.smico-moon-alt {
  background: url("../images/small-icon/misc/moon-alt.html") no-repeat;
}

.smico-mountain {
  background: url("../images/small-icon/misc/mountain.html") no-repeat;
}

.smico-news {
  background: url("../images/small-icon/misc/news.html") no-repeat;
}

.smico-packman {
  background: url("../images/small-icon/misc/packman.html") no-repeat;
}

.smico-paper-plane {
  background: url("../images/small-icon/misc/paper-plane.html") no-repeat;
}

.smico-patch {
  background: url("../images/small-icon/misc/patch.html") no-repeat;
}

.smico-pencil {
  background: url("../images/small-icon/misc/pencil.html") no-repeat;
}

.smico-photo {
  background: url("../images/small-icon/misc/photo.html") no-repeat;
}

.smico-photo-2 {
  background: url("../images/small-icon/misc/photo-2.html") no-repeat;
}

.smico-piano {
  background: url("../images/small-icon/misc/piano.html") no-repeat;
}

.smico-piggy {
  background: url("../images/small-icon/misc/piggy.html") no-repeat;
}

.smico-pill {
  background: url("../images/small-icon/misc/pill.html") no-repeat;
}

.smico-pin {
  background: url("../images/small-icon/misc/pin.html") no-repeat;
}

.smico-plus {
  background: url("../images/small-icon/misc/plus.html") no-repeat;
}

.smico-present {
  background: url("../images/small-icon/misc/present.html") no-repeat;
}

.smico-profile {
  background: url("../images/small-icon/misc/profile.html") no-repeat;
}

.smico-r2d2 {
  background: url("../images/small-icon/misc/r2d2.html") no-repeat;
}

.smico-rocket {
  background: url("../images/small-icon/misc/rocket.svg") no-repeat;
}

.smico-ruler {
  background: url("../images/small-icon/misc/ruler.html") no-repeat;
}

.smico-save {
  background: url("../images/small-icon/misc/save.html") no-repeat;
}

.smico-scissors {
  background: url("../images/small-icon/misc/scissors.html") no-repeat;
}

.smico-server {
  background: url("../images/small-icon/misc/server.html") no-repeat;
}

.smico-settings {
  background: url("../images/small-icon/misc/settings.html") no-repeat;
}

.smico-settings-2 {
  background: url("../images/small-icon/misc/settings-2.html") no-repeat;
}

.smico-share {
  background: url("../images/small-icon/misc/share.html") no-repeat;
}

.smico-shopping-bag {
  background: url("../images/small-icon/misc/shopping-bag.html") no-repeat;
}

.smico-skull {
  background: url("../images/small-icon/misc/skull.html") no-repeat;
}

.smico-speakers {
  background: url("../images/small-icon/misc/speakers.html") no-repeat;
}

.smico-speed {
  background: url("../images/small-icon/misc/speed.svg") no-repeat;
}

.smico-star {
  background: url("../images/small-icon/misc/star.html") no-repeat;
}

.smico-switcher {
  background: url("../images/small-icon/misc/switcher.html") no-repeat;
}

.smico-tactic {
  background: url("../images/small-icon/misc/tactic.html") no-repeat;
}

.smico-timer {
  background: url("../images/small-icon/misc/timer.html") no-repeat;
}

.smico-train {
  background: url("../images/small-icon/misc/train.html") no-repeat;
}

.smico-trash {
  background: url("../images/small-icon/misc/trash.html") no-repeat;
}

.smico-tune {
  background: url("../images/small-icon/misc/tune.html") no-repeat;
}

.smico-tv {
  background: url("../images/small-icon/misc/tv.html") no-repeat;
}

.smico-ufo {
  background: url("../images/small-icon/misc/ufo.html") no-repeat;
}

.smico-umbrella {
  background: url("../images/small-icon/misc/umbrella.html") no-repeat;
}

.smico-video {
  background: url("../images/small-icon/misc/video.html") no-repeat;
}

.smico-watch {
  background: url("../images/small-icon/misc/watch.html") no-repeat;
}

.smico-www {
  background: url("../images/small-icon/misc/www.html") no-repeat;
}

.smico-zoom-minus {
  background: url("../images/small-icon/misc/zoom-minus.html") no-repeat;
}

.smico-zoom-plus {
  background: url("../images/small-icon/misc/zoom-plus.html") no-repeat;
}

.smico-baseball {
  background: url("../images/small-icon/sport/baseball.html") no-repeat;
}

.smico-basketball {
  background: url("../images/small-icon/sport/basketball.html") no-repeat;
}

.smico-billiards {
  background: url("../images/small-icon/sport/billiards.html") no-repeat;
}

.smico-finish {
  background: url("../images/small-icon/sport/finish.html") no-repeat;
}

.smico-football {
  background: url("../images/small-icon/sport/football.html") no-repeat;
}

.smico-glove {
  background: url("../images/small-icon/sport/glove.html") no-repeat;
}

.smico-medal-gold {
  background: url("../images/small-icon/sport/medal-gold.html") no-repeat;
}

.smico-medal-bronze {
  background: url("../images/small-icon/sport/medal-bronze.html") no-repeat;
}

.smico-medal-silver {
  background: url("../images/small-icon/sport/medal-silver.html") no-repeat;
}

.smico-rugby {
  background: url("../images/small-icon/sport/rugby.html") no-repeat;
}

.smico-cloud {
  background: url("../images/small-icon/weather/cloud.html") no-repeat;
}

.smico-cloud-sun {
  background: url("../images/small-icon/weather/cloud-sun.html") no-repeat;
}

.smico-cloudy-lightning {
  background: url("../images/small-icon/weather/cloudy-lightning.html") no-repeat;
}

.smico-cloudy-night {
  background: url("../images/small-icon/weather/cloudy-night.html") no-repeat;
}

.smico-cloudy-rain {
  background: url("../images/small-icon/weather/cloudy-rain.html") no-repeat;
}

.smico-cloudy-snow {
  background: url("../images/small-icon/weather/cloudy-snow.html") no-repeat;
}

.smico-cloudy-wind {
  background: url("../images/small-icon/weather/cloudy-wind.html") no-repeat;
}

.smico-drop {
  background: url("../images/small-icon/weather/drop.html") no-repeat;
}

.smico-lightning-sun {
  background: url("../images/small-icon/weather/lightning-sun.html") no-repeat;
}

.smico-moon {
  background: url("../images/small-icon/weather/moon.html") no-repeat;
}

.smico-night-lightning {
  background: url("../images/small-icon/weather/night-lightning.html") no-repeat;
}

.smico-night-rain {
  background: url("../images/small-icon/weather/night-rain.html") no-repeat;
}

.smico-night-snow {
  background: url("../images/small-icon/weather/night-snow.html") no-repeat;
}

.smico-night-wind {
  background: url("../images/small-icon/weather/night-wind.html") no-repeat;
}

.smico-rain-sun {
  background: url("../images/small-icon/weather/rain-sun.html") no-repeat;
}

.smico-snow-sun {
  background: url("../images/small-icon/weather/snow-sun.html") no-repeat;
}

.smico-snowflake {
  background: url("../images/small-icon/weather/snowflake.html") no-repeat;
}

.smico-sun {
  background: url("../images/small-icon/weather/sun.html") no-repeat;
}

.smico-thermometer {
  background: url("../images/small-icon/weather/thermometer.html") no-repeat;
}

.smico-wind-sun {
  background: url("../images/small-icon/weather/wind-sun.html") no-repeat;
}

.smico-aquarium {
  background: url("../images/small-icon/update1-1/aquarium.html") no-repeat;
}

.smico-art {
  background: url("../images/small-icon/update1-1/art.html") no-repeat;
}

.smico-bank {
  background: url("../images/small-icon/update1-1/bank.html") no-repeat;
}

.smico-baseball-hat {
  background: url("../images/small-icon/update1-1/baseball-hat.html") no-repeat;
}

.smico-basecamp {
  background: url("../images/small-icon/update1-1/basecamp.html") no-repeat;
}

.smico-blueprints {
  background: url("../images/small-icon/update1-1/blueprints.html") no-repeat;
}

.smico-bowling {
  background: url("../images/small-icon/update1-1/bowling.html") no-repeat;
}

.smico-bowtie {
  background: url("../images/small-icon/update1-1/bowtie.html") no-repeat;
}

.smico-box {
  background: url("../images/small-icon/update1-1/box.html") no-repeat;
}

.smico-cake {
  background: url("../images/small-icon/update1-1/cake.html") no-repeat;
}

.smico-candle {
  background: url("../images/small-icon/update1-1/candle.html") no-repeat;
}

.smico-chair {
  background: url("../images/small-icon/update1-1/chair.html") no-repeat;
}

.smico-cheeze {
  background: url("../images/small-icon/update1-1/cheeze.html") no-repeat;
}

.smico-chicken {
  background: url("../images/small-icon/update1-1/chicken.html") no-repeat;
}

.smico-chips {
  background: url("../images/small-icon/update1-1/chips.html") no-repeat;
}

.smico-christmas {
  background: url("../images/small-icon/update1-1/christmas.html") no-repeat;
}

.smico-digg {
  background: url("../images/small-icon/update1-1/digg.html") no-repeat;
}

.smico-drupal {
  background: url("../images/small-icon/update1-1/drupal.html") no-repeat;
}

.smico-duck {
  background: url("../images/small-icon/update1-1/duck.html") no-repeat;
}

.smico-envato {
  background: url("../images/small-icon/update1-1/envato.html") no-repeat;
}

.smico-evernote {
  background: url("../images/small-icon/update1-1/evernote.html") no-repeat;
}

.smico-fancy {
  background: url("../images/small-icon/update1-1/fancy.html") no-repeat;
}

.smico-foursquare {
  background: url("../images/small-icon/update1-1/foursquare.html") no-repeat;
}

.smico-glove {
  background: url("../images/small-icon/update1-1/glove.html") no-repeat;
}

.smico-golf {
  background: url("../images/small-icon/update1-1/golf.html") no-repeat;
}

.smico-grooveshark {
  background: url("../images/small-icon/update1-1/grooveshark.html") no-repeat;
}

.smico-guitar-sound {
  background: url("../images/small-icon/update1-1/guitar-sound.html") no-repeat;
}

.smico-handbag {
  background: url("../images/small-icon/update1-1/handbag.html") no-repeat;
}

.smico-hat {
  background: url("../images/small-icon/update1-1/hat.html") no-repeat;
}

.smico-headphones {
  background: url("../images/small-icon/update1-1/headphones.html") no-repeat;
}

.smico-house {
  background: url("../images/small-icon/update1-1/house.html") no-repeat;
}

.smico-kickstarter {
  background: url("../images/small-icon/update1-1/kickstarter.html") no-repeat;
}

.smico-lamp {
  background: url("../images/small-icon/update1-1/lamp.html") no-repeat;
}

.smico-lightbulb {
  background: url("../images/small-icon/update1-1/lightbulb.html") no-repeat;
}

.smico-lights {
  background: url("../images/small-icon/update1-1/lights.html") no-repeat;
}

.smico-magic-hat {
  background: url("../images/small-icon/update1-1/magic-hat.html") no-repeat;
}

.smico-mailbox {
  background: url("../images/small-icon/update1-1/mailbox.html") no-repeat;
}

.smico-meat {
  background: url("../images/small-icon/update1-1/meat.html") no-repeat;
}

.smico-microwave {
  background: url("../images/small-icon/update1-1/microwave.html") no-repeat;
}

.smico-notepad {
  background: url("../images/small-icon/update1-1/notepad.html") no-repeat;
}

.smico-pacifier {
  background: url("../images/small-icon/update1-1/pacifier.html") no-repeat;
}

.smico-paint {
  background: url("../images/small-icon/update1-1/paint.html") no-repeat;
}

.smico-paper {
  background: url("../images/small-icon/update1-1/paper.html") no-repeat;
}

.smico-processor {
  background: url("../images/small-icon/update1-1/processor.svg") no-repeat;
}

.smico-ps4 {
  background: url("../images/small-icon/update1-1/ps4.html") no-repeat;
}

.smico-quora {
  background: url("../images/small-icon/update1-1/quora.html") no-repeat;
}

.smico-rdio {
  background: url("../images/small-icon/update1-1/rdio.html") no-repeat;
}

.smico-shield {
  background: url("../images/small-icon/update1-1/shield.svg") no-repeat;
}

.smico-shirt {
  background: url("../images/small-icon/update1-1/shirt.html") no-repeat;
}

.smico-shorts {
  background: url("../images/small-icon/update1-1/shorts.html") no-repeat;
}

.smico-shrub {
  background: url("../images/small-icon/update1-1/shrub.html") no-repeat;
}

.smico-sony-playstation {
  background: url("../images/small-icon/update1-1/sony-playstation.html") no-repeat;
}

.smico-spotify {
  background: url("../images/small-icon/update1-1/spotify.html") no-repeat;
}

.smico-squarespace {
  background: url("../images/small-icon/update1-1/squarespace.html") no-repeat;
}

.smico-svpply {
  background: url("../images/small-icon/update1-1/svpply.html") no-repeat;
}

.smico-sword {
  background: url("../images/small-icon/update1-1/sword.html") no-repeat;
}

.smico-teddy-bear {
  background: url("../images/small-icon/update1-1/teddy-bear.html") no-repeat;
}

.smico-ticket {
  background: url("../images/small-icon/update1-1/ticket.html") no-repeat;
}

.smico-tshirt {
  background: url("../images/small-icon/update1-1/tshirt.html") no-repeat;
}

.smico-vine {
  background: url("../images/small-icon/update1-1/vine.html") no-repeat;
}

.smico-vinyl {
  background: url("../images/small-icon/update1-1/vinyl.html") no-repeat;
}

.smico-wand {
  background: url("../images/small-icon/update1-1/wand.html") no-repeat;
}

.smico-web-camera {
  background: url("../images/small-icon/update1-1/web-camera.html") no-repeat;
}

.smico-weheartit {
  background: url("../images/small-icon/update1-1/weheartit.html") no-repeat;
}

.smico-wikipedia {
  background: url("../images/small-icon/update1-1/wikipedia.html") no-repeat;
}

.smico-x-box {
  background: url("../images/small-icon/update1-1/x-box.html") no-repeat;
}

.smico-x-box-one {
  background: url("../images/small-icon/update1-1/x-box-one.html") no-repeat;
}

.smico-yin-yang {
  background: url("../images/small-icon/update1-1/yin-yang.html") no-repeat;
}

.smico-zerply {
  background: url("../images/small-icon/update1-1/zerply.html") no-repeat;
}

.smico-zippo {
  background: url("../images/small-icon/update1-1/zippo.html") no-repeat;
}
