/*	=FONT VARIABLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*	=GLOBAL VARIABLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/* media query breakpoints */
/*	=REDESIGN GLOBAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*
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);
*/
/**
 * mixin respond-to for media querries
 * 
 * usage example:
 * to add different color per media-query add inside selector:
 * @include respond-to(cellphones) { color: green; }
 * @include respond-to(tablets) { color: blue; }
 * @include respond-to(laptops) { color: orange; }
 * @include respond-to(widescreens) { color: yellow; }
 */
/**
 * default variables can be ovverride
 */
/*	=FONT FACE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
@font-face {
  font-family: "ClanNarrow-Bold";
  src: url("../../fonts/bold/bold.eot");
  src: url("../../fonts/bold/bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/bold/bold.svg#ClanNarrow-Bold") format("svg"), url("../../fonts/bold/bold.woff") format("woff"), url("../../fonts/bold/bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

@media screen and (min-width: 1025px) and (max-width: 1399px) {
  .inspirationGallery .filterMenu.second {
    clear: both;
    margin-left: 134px; } }

/*# sourceMappingURL=../maps/lang/main_en-EN.css.map */
