@charset "UTF-8";
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/


.icon {
  background-image: url(../img/spritesheet.png);
}

.icon.white {
  background-image: url(../img/wspritesheet.png);
}

.adwords_marketingroup {

  background-position: -54px 0px;
  width: 34px;
  height: 34px; }

.analityka_marketingroup {

  background-position: 0px -216px;
  width: 34px;
  height: 34px; }

.analiza_trendow_konkurencji {

  background-position: 0px -54px;
  width: 34px;
  height: 34px; }

.aplikacje_iOS_android_windows {

  background-position: -54px -54px;
  width: 34px;
  height: 34px; }

.aplikacje_webowe {

  background-position: -108px 0px;
  width: 34px;
  height: 34px; }

.audyt_kanalow {

  background-position: -108px -54px;
  width: 34px;
  height: 34px; }

.audyt_widocznosci {

  background-position: 0px -108px;
  width: 34px;
  height: 34px; }

.audyty_stron_marketing_group {

  background-position: -54px -108px;
  width: 34px;
  height: 34px; }

.budowa_portali_serwisow {

  background-position: -108px -108px;
  width: 34px;
  height: 34px; }

.budowa_strategii {

  background-position: -162px 0px;
  width: 34px;
  height: 34px; }

.content_marketing_marketingroup {

  background-position: -162px -54px;
  width: 34px;
  height: 34px; }

.dedykowane_systemy_obslugi {

  background-position: -162px -108px;
  width: 34px;
  height: 34px; }

.dni_otwarte_eventy {

  background-position: 0px -162px;
  width: 34px;
  height: 34px; }

.druk_dtp_materialy_reklamowe {

  background-position: -54px -162px;
  width: 34px;
  height: 34px; }

.druk_dtp_materiały_reklamowe {

  background-position: -108px -162px;
  width: 34px;
  height: 34px; }

.e-commerce {

  background-position: -162px -162px;
  width: 34px;
  height: 34px; }

.gry_internetowe {

  background-position: -216px 0px;
  width: 34px;
  height: 34px; }

.integracje_systemow_ {

  background-position: -216px -54px;
  width: 34px;
  height: 34px; }

.kampanie_billboardowe {

  background-position: -216px -108px;
  width: 34px;
  height: 34px; }

.kampanie_kolportazowe {

  background-position: -216px -162px;
  width: 34px;
  height: 34px; }

.kampanie_radiowe {

  background-position: 0px 0px;
  width: 34px;
  height: 34px; }

.kampanie_socialmedia {

  background-position: -54px -216px;
  width: 34px;
  height: 34px; }

.kompleksowa_budowa_stron_www {

  background-position: -108px -216px;
  width: 34px;
  height: 34px; }

.landing_page {

  background-position: -162px -216px;
  width: 34px;
  height: 34px; }

.marketing_zintegrowany2 {

  background-position: -216px -216px;
  width: 34px;
  height: 34px; }

.optymalizacja_marketing_group {

  background-position: -270px 0px;
  width: 34px;
  height: 34px; }

.optymalizacja_stron {

  background-position: -270px -54px;
  width: 34px;
  height: 34px; }

.planowanie_mediow {

  background-position: -270px -108px;
  width: 34px;
  height: 34px; }

.portale_informacyjne {

  background-position: -270px -162px;
  width: 34px;
  height: 34px; }

.pozycjonowanie2_marketingroup {

  background-position: -270px -216px;
  width: 34px;
  height: 34px; }

.pozycjonowanie_marketingroup {

  background-position: 0px -270px;
  width: 34px;
  height: 34px; }

.pr {

  background-position: -54px -270px;
  width: 34px;
  height: 34px; }

.projektowanie_graficzne_outdoor {

  background-position: -108px -270px;
  width: 34px;
  height: 34px; }

.projektowanie_layout {

  background-position: -162px -270px;
  width: 34px;
  height: 34px; }

.r_swietlna {

  background-position: -216px -270px;
  width: 34px;
  height: 34px; }

.socialmedia_marketingroup {

  background-position: -270px -270px;
  width: 34px;
  height: 34px; }

.systemy_CMS {

  background-position: -324px 0px;
  width: 34px;
  height: 34px; }

.systemy_crm {

  background-position: -324px -54px;
  width: 34px;
  height: 34px; }

.tablice_reklamowe {

  background-position: -324px -108px;
  width: 34px;
  height: 34px; }

.womm {

  background-position: -324px -162px;
  width: 34px;
  height: 34px; }

.youtube_kampanie_marketingroup {

  background-position: -324px -216px;
  width: 34px;
  height: 34px; }
