/* Anthony Masure 2016 — www.anthonymasure.com */

/* Reset browsers default styles */
@import url("reset.css");

/* ----------------------------------------------------------------------------------------------------------------- */

/* Default styles for jQuery UI */
@import url("jquery-ui-1.9.2.css"); 

/* ----------------------------------------------------------------------------------------------------------------- */

/* Date slider for search results */
/* Source : http://simeydotme.github.io/jQuery-ui-Slider-Pips */
@import url("jquery-ui-slider-pips.css"); 

/* ----------------------------------------------------------------------------------------------------------------- */

/* Custom jQuery scrollbar for images zoom */
/* Source : https://github.com/yairEO/fakescroll */
/* @import url("jquery-fake-scroll.css");  */

/* ----------------------------------------------------------------------------------------------------------------- */

/* Lightbox for images zoom */
/* Source : http://www.jacklmoore.com/colorbox */
@import url("jquery-colorbox.css"); 

/* ----------------------------------------------------------------------------------------------------------------- */

/* Plyr Video Player */
/* https://plyr.io */
@import url("plyr-video-player.css"); 

/* ----------------------------------------------------------------------------------------------------------------- */

/* Webfonts */
/* Input Sans Narrow fonts by Font Bureau & David Jonathan Ross */
/* http://www.webtype.com/font/input-sans-narrow-family */
/* Webtype.com perpetual font streaming licence – buyed by Anthony Masure, 26/02/2016 */
/*@import url("//cloud.webtype.com/b4ffb314-816d-4092-9a6f-d528f21d8d01.css");*/

/* ----------------------------------------------------------------------------------------------------------------- */

/* Webfonts Backup */
/* If the Webtype Cloud doesn't work, let's go for self hosted backup fonts */
@import url("InputSansNarrow.css");
@import url("font-face.css");

/* ----------------------------------------------------------------------------------------------------------------- */

/* Generic styles & desktops styles */
/* Large screen + All screens */
@import url("styles.css"); 

/* ----------------------------------------------------------------------------------------------------------------- */

/* Responsive max-width:1210px : Notebooks, Tablets, Videprojectors */
@import url("responsive-notebook.css"); 

/* ----------------------------------------------------------------------------------------------------------------- */

/* Responsive max-width:980px : Small tablets, large phones */
@import url("responsive-large-phones.css"); 

/* ----------------------------------------------------------------------------------------------------------------- */

/* Standard videoprojector */
/*@import url("responsive-1024.css");*/ 
@import url("extra_mlx.css"); /* Large screen + All screens */