/******************************************************
*                                                     *
*   Async Google Maps - jQuery Plugin                 *
*                                                     *
*   Purpose: This project contains a simple and       *
*            full configurable jQuery plugin which    *
*            asynchronously loads one or multiple     *
*            Google Maps instances located on a       *
*            page. The load is triggered when the     *
*            map is scrolled into viewport.           *
*                                                     *
*   Author: Andreas Kar (thex) <andreas.kar@gmx.at>   *
*   Repository: https://git.io/JvD8G                  *
*                                                     *
******************************************************/

.async-gmaps-spinner{position:absolute!important;margin:auto!important;top:0;bottom:0;left:0;right:0;z-index:1}.async-gmaps-spinner.simple-spinner{border:.25em solid #f3f3f3;border-radius:50%;border-top:.25em solid #000;width:2rem;height:2rem;-webkit-animation:simple-spin 0.75s linear infinite;animation:simple-spin 0.75s linear infinite}@-webkit-keyframes simple-spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes simple-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}