/*!
 * Font Awesome 4.4.0 subset — custom for ogenceramica.co.il
 * Only contains icons actively used in the public site + admin panel.
 * Source: https://fontawesome.com (Dave Gandy 2015, SIL OFL 1.1)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('/layout/fonts/fa/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),
       url('/layout/fonts/fa/fontawesome-webfont.woff?v=4.4.0') format('woff'),
       url('/layout/fonts/fa/fontawesome-webfont.ttf?v=4.4.0') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Base */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Sizing utilities */
.fa-lg { font-size: 1.3333333333em; line-height: 0.75em; vertical-align: -15%; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }
.fa-fw { width: 1.2857142857em; text-align: center; }

/* Animations */
.fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; }
.fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}
@keyframes fa-spin {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}

/* Icons — set via ::before so existing markup (<i class="fa fa-bars">) works unchanged */
.fa-angle-double-left:before     { content: "\f100"; }
.fa-angle-double-right:before    { content: "\f101"; }
.fa-arrows-alt:before            { content: "\f0b2"; }
.fa-bars:before                  { content: "\f0c9"; }
.fa-caret-down:before            { content: "\f0d7"; }
.fa-caret-left:before            { content: "\f0d9"; }
.fa-caret-right:before           { content: "\f0da"; }
.fa-caret-up:before              { content: "\f0d8"; }
.fa-check:before                 { content: "\f00c"; }
.fa-chevron-down:before          { content: "\f078"; }
.fa-chevron-left:before          { content: "\f053"; }
.fa-chevron-right:before         { content: "\f054"; }
.fa-chevron-up:before            { content: "\f077"; }
.fa-clock-o:before               { content: "\f017"; }
.fa-cogs:before                  { content: "\f085"; }
.fa-edit:before,
.fa-pencil-square-o:before       { content: "\f044"; }
.fa-envelope:before              { content: "\f0e0"; }
.fa-exclamation-triangle:before  { content: "\f071"; }
.fa-expand:before                { content: "\f065"; }
.fa-facebook:before,
.fa-facebook-f:before            { content: "\f09a"; }
.fa-file:before                  { content: "\f15b"; }
.fa-list:before                  { content: "\f03a"; }
.fa-pencil:before                { content: "\f040"; }
.fa-phone:before                 { content: "\f095"; }
.fa-pinterest:before             { content: "\f0d2"; }
.fa-plus:before                  { content: "\f067"; }
.fa-refresh:before               { content: "\f021"; }
.fa-spinner:before               { content: "\f110"; }
.fa-tags:before                  { content: "\f02c"; }
.fa-times:before                 { content: "\f00d"; }
.fa-trash-o:before               { content: "\f014"; }
.fa-twitter:before               { content: "\f099"; }
.fa-user:before                  { content: "\f007"; }
.fa-whatsapp:before              { content: "\f232"; }
