/* Webfont: Lato-Regular */
@font-face {
     font-family: 'lato';
     src: url('../fonts/LatoLatin-Regular.eot');
     src: url('../fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'),
          url('../fonts/LatoLatin-Regular.woff2') format('woff2'),
          url('../fonts/LatoLatin-Regular.woff') format('woff'),
          url('../fonts/LatoLatin-Regular.ttf') format('truetype'),
          url('../fonts/LatoLatin-Regular.svg#latoregular') format('svg');
     font-style: normal;
     font-weight: normal;
     text-rendering: optimizeLegibility;
 }
 
 @font-face {
     font-family: 'lato';
     src: url('../fonts/LatoLatin-Italic.eot');
     src: url('../fonts/LatoLatin-Italic?#iefix') format('embedded-opentype'),
          url('../fonts/LatoLatin-Italic.woff2') format('woff2'),
          url('../fonts/LatoLatin-Italic.woff') format('woff'),
          url('../fonts/LatoLatin-Italic.ttf') format('truetype'),
          url('../fonts/LatoLatin-Italic.svg#latoregular') format('svg');
     font-style: italic;
     font-weight: normal;
     text-rendering: optimizeLegibility;
 }
 
 @font-face {
     font-family: 'lato';
     src: url('../fonts/LatoLatin-Black.eot');
     src: url('../fonts/LatoLatin-Black.eot?#iefix') format('embedded-opentype'),
          url('../fonts/LatoLatin-Black.woff2') format('woff2'),
          url('../fonts/LatoLatin-Black.woff') format('woff'),
          url('../fonts/LatoLatin-Black.ttf') format('truetype'),
          url('../fonts/LatoLatin-Black.svg#latoregular') format('svg');
     font-style: normal;
     font-weight: bold;
     text-rendering: optimizeLegibility;
 }
 
 @font-face {
     font-family: 'lato';
     src: url('../fonts/LatoLatin-BlackItalic.eot');
     src: url('../fonts/LatoLatin-BlackItalic?#iefix') format('embedded-opentype'),
          url('../fonts/LatoLatin-BlackItalic.woff2') format('woff2'),
          url('../fonts/LatoLatin-BlackItalic.woff') format('woff'),
          url('../fonts/LatoLatin-BlackItalic.ttf') format('truetype'),
          url('../fonts/LatoLatin-BlackItalic.svg#latoregular') format('svg');
     font-style: italic;
     font-weight: bold;
     text-rendering: optimizeLegibility;
 }
 
 /* Webfont: Lato-Light */
 @font-face {
     font-family: 'lato-light';
     src: url('../fonts/LatoLatin-Light.eot');
     src: url('../fonts/LatoLatin-Light.eot?#iefix') format('embedded-opentype'),
          url('../fonts/LatoLatin-Light.woff2') format('woff2'),
          url('../fonts/LatoLatin-Light.woff') format('woff'),
          url('../fonts/LatoLatin-Light.ttf') format('truetype'),
          url('../fonts/LatoLatin-Light.svg#latoregular') format('svg');
     font-style: normal;
     font-weight: normal;
     text-rendering: optimizeLegibility;
 }
 
 @font-face {
     font-family: 'lato-light';
     src: url('../fonts/LatoLatin-LightItalic.eot');
     src: url('../fonts/LatoLatin-LightItalic?#iefix') format('embedded-opentype'),
          url('../fonts/LatoLatin-LightItalic.woff2') format('woff2'),
          url('../fonts/LatoLatin-LightItalic.woff') format('woff'),
          url('../fonts/LatoLatin-LightItalic.ttf') format('truetype'),
          url('../fonts/LatoLatin-LightItalic.svg#latoregular') format('svg');
     font-style: italic;
     font-weight: normal;
     text-rendering: optimizeLegibility;
 }
 
 @font-face {
     font-family: 'lato-light';
     src: url('../fonts/LatoLatin-Semibold.eot');
     src: url('../fonts/LatoLatin-Semibold.eot?#iefix') format('embedded-opentype'),
          url('../fonts/LatoLatin-Semibold.woff2') format('woff2'),
          url('../fonts/LatoLatin-Semibold.woff') format('woff'),
          url('../fonts/LatoLatin-Semibold.ttf') format('truetype'),
          url('../fonts/LatoLatin-Semibold.svg#latoregular') format('svg');
     font-style: normal;
     font-weight: bold;
     text-rendering: optimizeLegibility;
 }
 
 @font-face {
     font-family: 'lato-light';
     src: url('../fonts/LatoLatin-SemiboldItalic.eot');
     src: url('../fonts/LatoLatin-SemiboldItalic?#iefix') format('embedded-opentype'),
          url('../fonts/LatoLatin-SemiboldItalic.woff2') format('woff2'),
          url('../fonts/LatoLatin-SemiboldItalic.woff') format('woff'),
          url('../fonts/LatoLatin-SemiboldItalic.ttf') format('truetype'),
          url('../fonts/LatoLatin-SemiboldItalic.svg#latoregular') format('svg');
     font-style: italic;
     font-weight: bold;
     text-rendering: optimizeLegibility;
 } 
 
 @font-face {
   font-family: 'exo-icons';
   src: url('../fonts/exo-icons.eot');
   src: url('../fonts/exo-icons.eot#iefix') format('embedded-opentype'),
        url('../fonts/exo-icons.woff2') format('woff2'),
        url('../fonts/exo-icons.woff') format('woff'),
        url('../fonts/exo-icons.ttf') format('truetype'),
        url('../fonts/exo-icons.svg#exo-icons') 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: 'exo-icons';
     src: url('../font/exo-icons.svg?42034129#exo-icons') format('svg');
   }
 }
 */
  
  [class^="icon-"]:before, [class*=" icon-"]:before {
   font-family: "exo-icons";
   font-style: normal;
   font-weight: normal;
   speak: none;
  
   display: inline-block;
   text-decoration: inherit;
   width: auto;
   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-menu:before { content: '\e800'; } /* 'î €' */
 .icon-check:before { content: '\e801'; } /* 'î ' */
 .icon-cancel:before { content: '\e802'; } /* 'î ‚' */
 .icon-star:before { content: '\e803'; } /* 'î ƒ' */
 .icon-search:before { content: '\e804'; } /* 'î „' */
 .icon-down-open:before { content: '\e805'; } /* 'î …' */
 .icon-left-open:before { content: '\e806'; } /* 'î †' */
 .icon-right-open:before { content: '\e807'; } /* 'î ‡' */
 .icon-up-open:before { content: '\e808'; } /* 'î ˆ' */
 .icon-down-open-mini:before { content: '\e809'; } /* 'î ‰' */
 .icon-left-open-mini:before { content: '\e80a'; } /* 'î Š' */
 .icon-right-open-mini:before { content: '\e80b'; } /* 'î ‹' */
 .icon-up-open-mini:before { content: '\e80c'; } /* 'î Œ' */
 .icon-twitter:before { content: '\e80d'; } /* 'î ' */
 .icon-facebook:before { content: '\e80e'; } /* 'î Ž' */
 .icon-gplus:before { content: '\e80f'; } /* 'î ' */
 .icon-linkedin:before { content: '\e810'; } /* 'î ' */
 .icon-flight:before { content: '\e811'; } /* 'î ‘' */
 .icon-thumbs-up:before { content: '\e812'; } /* 'î ’' */
 .icon-vcard:before { content: '\e813'; } /* 'î “' */
 .icon-map:before { content: '\e814'; } /* 'î ”' */
 .icon-home:before { content: '\e815'; } /* 'î •' */
 .icon-info-circled:before { content: '\e816'; } /* 'î –' */
 .icon-download:before { content: '\e817'; } /* 'î —' */
 .icon-picture:before { content: '\e818'; } /* 'î ˜' */
 .icon-video:before { content: '\e819'; } /* 'î ™' */
 .icon-camera:before { content: '\e81a'; } /* 'î š' */
 .icon-cog:before { content: '\e81b'; } /* 'î ›' */
 .icon-logout:before { content: '\e81c'; } /* 'î œ' */
 .icon-clock:before { content: '\e81d'; } /* 'î ' */
 .icon-suitcase:before { content: '\e81e'; } /* 'î ž' */
 .icon-globe:before { content: '\e81f'; } /* 'î Ÿ' */
 .icon-book-open:before { content: '\e820'; } /* 'î  ' */
 .icon-export:before { content: '\e821'; } /* 'î ¡' */
 .icon-back-in-time:before { content: '\e822'; } /* 'î ¢' */
 .icon-hourglass:before { content: '\e823'; } /* 'î £' */
 .icon-zoom-in:before { content: '\e824'; } /* 'î ¤' */
 .icon-zoom-out:before { content: '\e825'; } /* 'î ¥' */
 .icon-anchor:before { content: '\e826'; } /* 'î ¦' */
 .icon-eye:before { content: '\e827'; } /* 'î §' */
 .icon-pencil:before { content: '\e828'; } /* 'î ¨' */
 .icon-heart:before { content: '\e829'; } /* 'î ©' */
 .icon-calendar:before { content: '\e82a'; } /* 'î ª' */
 .icon-file-pdf:before { content: '\e82b'; } /* 'î «' */
 .icon-baggage-airport:before { content: '\e82c'; } /* 'î ¬' */
 .icon-down-open-big:before { content: '\e82d'; } /* 'î ­' */
 .icon-left-open-big:before { content: '\e82e'; } /* 'î ®' */
 .icon-right-open-big:before { content: '\e82f'; } /* 'î ¯' */
 .icon-up-open-big:before { content: '\e830'; } /* 'î °' */
 .icon-down-circled:before { content: '\e831'; } /* 'î ±' */
 .icon-off:before { content: '\e832'; } /* 'î ²' */
 .icon-anniversaire:before { content: '\e833'; } /* 'î ³' */
 .icon-paperclip:before { content: '\e834'; } /* 'î ´' */
 .icon-left-circled:before { content: '\e835'; } /* 'î µ' */
 .icon-right-circled:before { content: '\e836'; } /* 'î ¶' */
 .icon-calendar-flights:before { content: '\e837'; } /* 'î ·' */
 .icon-plus:before { content: '\e838'; } /* 'î ¸' */
 .icon-minus:before { content: '\e839'; } /* 'î ¹' */
 .icon-user:before { content: '\e83a'; } /* 'î º' */
 .icon-users:before { content: '\e83b'; } /* 'î »' */
 .icon-user-add:before { content: '\e83c'; } /* 'î ¼' */
 .icon-exotismes:before { content: '\e83d'; } /* 'î ½' */
 .icon-palmier:before { content: '\e83e'; } /* 'î ¾' */
 .icon-anniversaire-1:before { content: '\e83f'; } /* 'î ¿' */
 .icon-filter:before { content: '\e840'; } /* 'î¡€' */
 .icon-plane:before { content: '\e842'; } /* 'î¡‚' */
 .icon-bungalow:before { content: '\e843'; } /* 'î¡ƒ' */
 .icon-thumb-up:before { content: '\e844'; } /* 'î¡„' */
 .icon-van:before { content: '\e845'; } /* 'î¡…' */
 .icon-to-end:before { content: '\f010'; } /* 'ï€' */
 .icon-to-start:before { content: '\f011'; } /* 'ï€‘' */
 .icon-fast-forward:before { content: '\f012'; } /* 'ï€’' */
 .icon-fast-backward:before { content: '\f013'; } /* 'ï€“' */
 .icon-youtube:before { content: '\f167'; } /* 'ï…§' */
 .icon-instagram:before { content: '\f16d'; } /* 'ï…­' */
 .icon-bus:before { content: '\f207'; } /* 'ïˆ‡' */
 .icon-train:before { content: '\f238'; } /* 'ïˆ¸' */