@charset "UTF-8";

@font-face {
	font-family: 'Minion Pro';
	src: url('../fonts/MinionPro-It.eot');
	src: url('../fonts/MinionPro-It.eot?#iefix') format('embedded-opentype'),
url('../fonts/MinionPro-It.woff') format('woff'),
url('../fonts/MinionPro-It.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Minion Pro';
	src: url('../fonts/MinionPro-Regular.eot');
	src: url('../fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/MinionPro-Regular.woff') format('woff'),
url('../fonts/MinionPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Minion Pro';
	src: url('../fonts/MinionPro-Semibold.eot');
	src: url('../fonts/MinionPro-Semibold.eot?#iefix') format('embedded-opentype'),
url('../fonts/MinionPro-Semibold.woff') format('woff'),
url('../fonts/MinionPro-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Minion Pro';
	src: url('../fonts/MinionPro-Medium.eot');
	src: url('../fonts/MinionPro-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/MinionPro-Medium.woff') format('woff'),
url('../fonts/MinionPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
  font-family: "canada";
  src:url("../fonts/canada.eot");
  src:url("../fonts/canada.eot?#iefix") format("embedded-opentype"),
url("../fonts/canada.woff") format("woff"),
url("../fonts/canada.ttf") format("truetype"),
url("../fonts/canada.svg#canada") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "canada" !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^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "canada" !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;
}

.icon-twitter:before {
  content: "\61";
}
.icon-facebook:before {
  content: "\62";
}
.icon-play:before {
  content: "\63";
}

