@charset "UTF-8";


@font-face{ /* for IE */
	font-family: "vwmobile";
	src:url('../font/vwmobile.eot');
}
@font-face { /* for non-IE */
	font-family: 'vwmobile';
	src:url(http://:/) format("No-IE-404"), url('../font/vwmobile.woff') format('woff'), url('../font/vwmobile.ttf') format('truetype'), url('../font/vwmobile.svg#vwmobile') format('svg');
}

[data-icon]:before {
  font-family: "vwmobile" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="vwicon-"]:before,
[class*=" vwicon-"]:before {
  font-family: "vwmobile" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vwicon-mail:before {
  content: "\e000";
}
.vwicon-volante:before {
  content: "\e001";
}
.vwicon-tools:before {
  content: "\e002";
}
.vwicon-phone:before {
  content: "\e003";
}
.vwicon-macintosh:before {
  content: "\e004";
}
.vwicon-facebook:before {
  content: "\e005";
}
.vwicon-twitter-alt:before {
  content: "\e006";
}
.vwicon-app-store:before {
  content: "\e007";
}
.vwicon-home:before {
  content: "\e008";
}
.vwicon-marker:before {
  content: "\e009";
}
.vwicon-users:before {
  content: "\e00a";
}
.vwicon-tablet:before {
  content: "\e00b";
}
.vwicon-right-open:before {
  content: "\e00c";
}
.vwicon-chevron-right:before {
  content: "\e00d";
}
.vwicon-youtube:before {
  content: "\e00e";
}
.vwicon-pinterest:before {
  content: "\e00f";
}
.vwicon-gplus:before {
  content: "\e010";
}
.vwicon-fontawesome-webfont:before {
  content: "\e011";
}
.vwicon-cog:before {
  content: "\e012";
}
.vwicon-cog-phone:before {
  content: "\e013";
}

