/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

 @import 'https://fonts.googleapis.com/css?family=Open+Sans';
 
 @font-face {
  font-family: 'Neris-Black';
  src: url('/assetsfonts/Neris-Black.eot');
  src: local('☺'), url('/assetsfonts/Neris-Black.woff') format('woff'), url('/assetsfonts/Neris-Black.ttf') format('truetype'), url('/assetsfonts/Neris-Black.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Neris-Light';
  src: url('/assetsfonts/Neris-Light.eot');
  src: local('☺'), url('/assetsfonts/Neris-Light.woff') format('woff'), url('/assetsfonts/Neris-Light.ttf') format('truetype'), url('/assetsfonts/Neris-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Neris-SemiBold';
  src: url('/assetsfonts/Neris-SemiBold.eot');
  src: local('☺'), url('/assetsfonts/Neris-SemiBold.woff') format('woff'), url('/assetsfonts/Neris-SemiBold.ttf') format('truetype'), url('/assetsfonts/Neris-SemiBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rhetoric-BoldItalic';
  src: url('/assetsfonts/Rhetoric-BoldItalic.eot');
  src: local('☺'), url('/assetsfonts/Rhetoric-BoldItalic.woff') format('woff'), url('/assetsfonts/Rhetoric-BoldItalic.ttf') format('truetype'), url('/assetsfonts/Rhetoric-BoldItalic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}



 .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}