/* ----------------------------------------------------------------
			[ All Css Plugins & Helper Classes File ]
-----------------------------------------------------------------*/

/* == bootstrap == */
@import url("plugins/bootstrap.min.css");

/* == owl.carousel == */
@import url("plugins/owl.carousel.min.css");
@import url("plugins/owl.theme.default.min.css");

/* == animate css == */
@import url("plugins/animate.min.css");

/* == themify & flaticon icons ==*/
@import url("plugins/themify-icons.css");
@import url("plugins/flaticon.css");

/* == magnific-popup gallery  == */
@import url("plugins/magnific-popup.css");

/* ----------------------------------------------------------------
   RECOVERY NOTE — the three imports below have been commented out.

   plugins/YouTubePopUp.css, plugins/select2.css and plugins/datepicker.css
   were all being requested here and all three answered 404, on this export
   and on the live server alike. Nothing on the site needs them:

     YouTubePopUp  the promo video is a Google Drive file, not a YouTube
                   one, so it is opened with magnific-popup instead
     select2 /     both belong to the booking form, which is commented
     datepicker    out of the markup

   js/select2.js, js/datepicker.js and js/YouTubePopUp.js are left on disk
   untouched, so restoring any of these is a matter of putting the stylesheet
   back and uncommenting one line.

@import url("plugins/YouTubePopUp.css");
@import url("plugins/select2.css");
@import url("plugins/datepicker.css");
   ---------------------------------------------------------------- */
