

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
p {
    line-height: 1.33em;
/*     color: #fff; */
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color:rgba(255,255,255,.7);
}
#loader-wrapper-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color:rgba(255,255,255,.7);
}
#loader-wrapper-driveModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color:rgba(255,255,255,.7);
}


/* #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; Chrome, Opera 15+, Safari 5+
    animation: spin 2s linear infinite; Chrome, Firefox 16+, IE 10+, Opera
}

    #loader:before {
        content: "";
        position: absolute;
        top: 6px;
        left: 6px;
        right: 6px;
        bottom: 6px;
        border-radius: 50%;
        border: 5px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; Chrome, Opera 15+, Safari 5+
        animation: spin 3s linear infinite; Chrome, Firefox 16+, IE 10+, Opera
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 17px;
        left: 17px;
        right: 17px;
        bottom: 17px;
        border-radius: 50%;
        border: 5px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; Chrome, Opera 15+, Safari 5+
          animation: spin 1.5s linear infinite; Chrome, Firefox 16+, IE 10+, Opera
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  Chrome, Opera 15+, Safari 3.1+
            -ms-transform: rotate(0deg);  IE 9
            transform: rotate(0deg);  Firefox 16+, IE 10+, Opera
        }
        100% {
            -webkit-transform: rotate(360deg);  Chrome, Opera 15+, Safari 3.1+
            -ms-transform: rotate(360deg);  IE 9
            transform: rotate(360deg);  Firefox 16+, IE 10+, Opera
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  Chrome, Opera 15+, Safari 3.1+
            -ms-transform: rotate(0deg);  IE 9
            transform: rotate(0deg);  Firefox 16+, IE 10+, Opera
        }
        100% {
            -webkit-transform: rotate(360deg);  Chrome, Opera 15+, Safari 3.1+
            -ms-transform: rotate(360deg);  IE 9
            transform: rotate(360deg);  Firefox 16+, IE 10+, Opera
        }
    }



 */
 
 /* Loader 2 egg */
/* #loader {
        transform: rotateZ(45deg);
        perspective: 1000px;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        color: #00df32;
		display: block;
		position: relative;
		left: 50%;
		top: 50%;
      }
        #loader:before,
        #loader:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: inherit;
          height: inherit;
          border-radius: 50%;
          transform: rotateX(70deg);
          animation: 1s spin linear infinite;
        }
        #loader:after {
          color: #cd1c1c;
          transform: rotateY(70deg);
          animation-delay: .5s;
        }

      @keyframes rotate {
        0% {
          transform: translate(-50%, -50%) rotateZ(0deg);
        }
        100% {
          transform: translate(-50%, -50%) rotateZ(360deg);
        }
      }

      @keyframes rotateccw {
        0% {
          transform: translate(-50%, -50%) rotate(0deg);
        }
        100% {
          transform: translate(-50%, -50%) rotate(-360deg);
        }
      }

      @keyframes spin {
        0%,
        100% {
          box-shadow: .2em 0px 0 0px currentcolor;
        }
        12% {
          box-shadow: .2em .2em 0 0 currentcolor;
        }
        25% {
          box-shadow: 0 .2em 0 0px currentcolor;
        }
        37% {
          box-shadow: -.2em .2em 0 0 currentcolor;
        }
        50% {
          box-shadow: -.2em 0 0 0 currentcolor;
        }
        62% {
          box-shadow: -.2em -.2em 0 0 currentcolor;
        }
        75% {
          box-shadow: 0px -.2em 0 0 currentcolor;
        }
        87% {
          box-shadow: .2em -.2em 0 0 currentcolor;
        }
      }
 */


/* Loader 3 */

/* #loader{
    display: block;
    position: relative;
    height: 25px;
    width: 200px;
    background: #fff;
    overflow: hidden;
    position: relative;
    border:1px solid #007236;
	left: 45%;
	top: 50%;
  }
  #loader:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #007236 ;    
    animation: 4s prog ease-in infinite;
  }
  @keyframes prog {
    to  {   width: 100%;}
  } */



/* loader 4 */

 #loader {
    position: relative;
    width: 85px;
    height: 50px;
	left: 45%;
	top: 50%;
    background-repeat: no-repeat;
    background-image: linear-gradient(#007236 50px, transparent 0),
                      linear-gradient(#007236 50px, transparent 0),
                      linear-gradient(#007236 50px, transparent 0),
                      linear-gradient(#007236 50px, transparent 0),
                      linear-gradient(#007236 50px, transparent 0),
                      linear-gradient(#007236 50px, transparent 0);
    background-position: 0px center, 15px center, 30px center, 45px center, 60px center, 75px center, 900px center; 
    animation: rikSpikeRoll 2s linear infinite alternate;
  }
@keyframes rikSpikeRoll {
  0% { background-size: 10px 3px;}
  16% { background-size: 10px 50px, 10px 3px, 10px 3px, 10px 3px, 10px 3px, 10px 3px}
  33% { background-size: 10px 30px, 10px 50px, 10px 3px, 10px 3px, 10px 3px, 10px 3px}
  50% { background-size: 10px 10px, 10px 30px, 10px 50px, 10px 3px, 10px 3px, 10px 3px}
  66% { background-size: 10px 3px, 10px 10px, 10px 30px, 10px 50px, 10px 3px, 10px 3px}
  83% { background-size: 10px 3px, 10px 3px,  10px 10px, 10px 30px, 10px 50px, 10px 3px}
  100% { background-size: 10px 3px, 10px 3px, 10px 3px,  10px 10px, 10px 30px, 10px 50px}
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.loaded #loader-wrapper {
  /*  visibility: hidden;*/
}
.loaded #loader-wrapper-modal {
  /*  visibility: hidden;*/
}
