@charset "UTF-8";

@font-face {
	font-family: 'Gotham';
	src:url('../webfonts/Gotham-Light_Web.woff2') format('woff2'),
		url('../webfonts/Gotham-Light_Web.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src:url('../webfonts/Gotham-LightItalic_Web.woff2') format('woff2'),
		url('../webfonts/Gotham-LightItalic_Web.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham';
	src:url('../webfonts/Gotham-Book_Web.woff2') format('woff2'),
		url('../webfonts/Gotham-Book_Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src:url('../webfonts/Gotham-BookItalic_Web.woff2') format('woff2'),
		url('../webfonts/Gotham-BookItalic_Web.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham';
	src:url('../webfonts/Gotham-Medium_Web.woff2') format('woff2'),
		url('../webfonts/Gotham-Medium_Web.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src:url('../webfonts/Gotham-MediumItalic_Web.woff2') format('woff2'),
		url('../webfonts/Gotham-MediumItalic_Web.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham';
	src:url('../webfonts/Gotham-Bold_Web.woff2') format('woff2'),
		url('../webfonts/Gotham-Bold_Web.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src:url('../webfonts/Gotham-BoldItalic_Web.woff2') format('woff2'),
		url('../webfonts/Gotham-BoldItalic_Web.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}


/* Icons */

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

[data-icon]:before {
    font-family: "Icons" !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: "Icons" !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-arrow-large:before {
    content: "\62";
}
.icon-arrow-small:before {
    content: "\63";
}
.icon-close-large:before {
    content: "\64";
}
.icon-close-small:before {
    content: "\65";
}
.icon-cursor-left:before {
    content: "\66";
}
.icon-cursor-right:before {
    content: "\67";
}
.icon-facebook:before {
    content: "\68";
}
.icon-instagram:before {
    content: "\69";
}
.icon-menu:before {
    content: "\6a";
}
.icon-point:before {
    content: "\6b";
}
