@font-face {
  font-family: 'fontello';
  src: url('../fonts/icons/fontello.eot?48698215');
  src: url('../fonts/icons/fontello.eot?48698215#iefix') format('embedded-opentype'),
       url('../fonts/icons/fontello.woff?48698215') format('woff'),
       url('../fonts/icons/fontello.ttf?48698215') format('truetype'),
       url('../fonts/icons/fontello.svg?48698215#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?48698215#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-date-night:before { content: '\e800'; } /* '' */
.icon-twitter:before { content: '\e801'; } /* '' */
.icon-search:before { content: '\e802'; } /* '' */
.icon-cancel:before { content: '\e803'; } /* '' */
.icon-facebook:before { content: '\e804'; } /* '' */
.icon-pinterest:before { content: '\e805'; } /* '' */
.icon-gplus:before { content: '\e806'; } /* '' */
.icon-roll-play:before { content: '\e807'; } /* '' */
.icon-instagram:before { content: '\e808'; } /* '' */
.icon-top-fives:before { content: '\e809'; } /* '' */
.icon-photos:before, .icon-car-photos:before { content: '\e80a'; } /* '' */
.icon-nik-knocks:before { content: '\e80b'; } /* '' */
.icon-news:before { content: '\e80c'; } /* '' */
.icon-ramblings:before { content: '\e80d'; } /* '' */
.icon-garage:before { content: '\e80e'; } /* '' */
.icon-guess-who:before { content: '\e80f'; } /* '' */
.icon-eye:before { content: '\e810'; } /* '' */
.icon-comment:before { content: '\e811'; } /* '' */
.icon-burbcloud:before { content: '\e812'; } /* '' */
.icon-burbcloud-notail:before { content: '\e813'; } /* '' */
.icon-burbcar:before { content: '\e814'; } /* '' */

ias-spinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  z-index: 1200;
  text-align: center;
}
.ias-spinner img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ias-spinner .burbbble-exhaust {
  position: absolute;
  top: 45%;
  z-index: 500;
  left: 50%;
  font-size: 28px;
  color: #1d262b;
}
.ias-spinner .burbbble-exhaust .icon-burbcar {
  font-size: 64px;
  float: right;
  position: relative;
}
.ias-spinner .burbbble-exhaust .icon-burbcloud {
  position: absolute;
  right: 40px;
  animation: firstexhaustmove 400ms infinite ease;
}
.ias-spinner .burbbble-exhaust .icon-burbcloud-notail {
  position: absolute;
}
.ias-spinner .burbbble-exhaust .icon-burbcloud-notail.first {
  right: 68px;
  animation: secondexhaustmove 400ms infinite ease;
  animation-delay: 0.15s;
}
.ias-spinner .burbbble-exhaust .icon-burbcloud-notail.last {
  right: 93px;
  animation: thirdexhaustmove 400ms infinite ease;
  animation-delay: 0.25s;
}
.ias-spinner .burbbble-exhaust i:not(.icon-burbcar) {
  top: 38px;
  color: #c1c5c8;
}
@keyframes firstexhaustmove {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1) translate3d(-20px, 0, 0);
  }
  75% {
    opacity: 0;
    transform: scale(1) translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(1) translate3d(-20px, 0, 0);
  }
}
@keyframes secondexhaustmove {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1.25) translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(1.5) translate3d(-30px, 0, 0);
  }
}
@keyframes thirdexhaustmove {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.75) translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(1.8) translate3d(-30px, 0, 0);
  }
}
.ias-trigger-prev {
  background-color: #1d262b;
  padding: 15px;
}
.ias-trigger-prev a {
  display: inline-block;
  padding: 4px 30px;
  background-color: #3c4b54;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 1px;
  color: #ffffff;
}