
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}




/*==== loader, :before, :after,  @keyframes spin are for a colored group of spinning borders on WEBSITES ===*/	
#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 */
    z-index: 10;
}

@media screen and (max-width:1030px) {
	.loadingAnimation{
		left:35%; top: 38%;}
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%; 
	border: 5px solid transparent; 
	border-top-color: #F7C53A; 
	-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: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%; 
	border: 5px solid transparent; 
	border-top-color: #1BCB21; 

	-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-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #E5FDFD;  
	z-index: 9;
	-webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(0);  /* IE 9 */
	transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
	left: 0;

}

#loader-wrapper .loader-section.section-right {
	right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(-100%);  /* IE 9 */
	transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(100%);  /* IE 9 */
	transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;  
	transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;

	-webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateY(-100%);  /* IE 9 */
	transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

	-webkit-transition: all 0.3s 1s ease-out;  
	transition: all 0.3s 1s ease-out;
}


@media screen and (max-width: 800px) {#loader-wrapper {display:none;}}	
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }


    #content {
        margin: 0 auto;
        padding-bottom: 50px;
        width: 80%;
        max-width: 978px;
    }  

/* ==========================================================================
   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;
    }
}

/* CONCENTRIC CIRCLES/PATTERN CYCLE SCREEN LOADER */
/* Concentric circles screen loader */	
.flower-body {
	margin: 0;
	height: 100vh;
	display: flex;
}
flower {
	margin: auto;
	width: 20vmin;
	height: 50vmin;
	position: relative;
	z-index: 10;
}

butterfly {
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	animation: wheel 4.5s infinite cubic-bezier(.36,-0.38,.38,1.33); /*0.35, 0, 0.6, 1*/
	border: 2px solid white;
}
butterfly:nth-child(1) {
	background: linear-gradient(to top, white 45%, #d96526 65%);
	width: 94.4444444444%;
	height: 94.4444444444%;
	transform: translate(-50%, -50%) rotate(2880deg);
}
butterfly:nth-child(2) {
	background: linear-gradient(to top, white 45%, #d9a426 65%);
	width: 88.8888888889%;
	height: 88.8888888889%;
	transform: translate(-50%, -50%) rotate(2520deg);
}
butterfly:nth-child(3) {
	background: linear-gradient(to top, white 45%, #ced926 65%);
	width: 83.3333333333%;
	height: 83.3333333333%;
	transform: translate(-50%, -50%) rotate(2160deg);
}
butterfly:nth-child(4) {
	background: linear-gradient(to top, white 45%, #8fd926 65%);
	width: 77.7777777778%;
	height: 77.7777777778%;
	transform: translate(-50%, -50%) rotate(1800deg);
}
butterfly:nth-child(5) {
	background: linear-gradient(to top, white 45%, #50d926 65%);
	width: 72.2222222222%;
	height: 72.2222222222%;
	transform: translate(-50%, -50%) rotate(1440deg);
}
butterfly:nth-child(6) {
	background: linear-gradient(to top, white 45%, #26d93b 65%);
	width: 66.6666666667%;
	height: 66.6666666667%;
	transform: translate(-50%, -50%) rotate(1080deg);
}
butterfly:nth-child(7) {
	background: linear-gradient(to top, white 45%, #26d97a 65%);
	width: 61.1111111111%;
	height: 61.1111111111%;
	transform: translate(-50%, -50%) rotate(720deg);
}
butterfly:nth-child(8) {
	background: linear-gradient(to top, white 45%, #26d9b9 65%);
	width: 55.5555555556%;
	height: 55.5555555556%;
	transform: translate(-50%, -50%) rotate(360deg);
}
butterfly:nth-child(9) {
	background: linear-gradient(to top, white 45%, #26b9d9 65%);
	width: 50%;
	height: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
}
butterfly:nth-child(10) {
	background: linear-gradient(to top, white 45%, #267ad9 65%);
	width: 44.4444444444%;
	height: 44.4444444444%;
	transform: translate(-50%, -50%) rotate(-360deg);
}
butterfly:nth-child(11) {
	background: linear-gradient(to top, white 45%, #263bd9 65%);
	width: 38.8888888889%;
	height: 38.8888888889%;
	transform: translate(-50%, -50%) rotate(-720deg);
}
butterfly:nth-child(12) {
	background: linear-gradient(to top, white 45%, #5026d9 65%);
	width: 33.3333333333%;
	height: 33.3333333333%;
	transform: translate(-50%, -50%) rotate(-1080deg);
}
butterfly:nth-child(13) {
	background: linear-gradient(to top, white 45%, #8f26d9 65%);
	width: 27.7777777778%;
	height: 27.7777777778%;
	transform: translate(-50%, -50%) rotate(-1440deg);
}
butterfly:nth-child(14) {
	background: linear-gradient(to top, white 45%, #ce26d9 65%);
	width: 22.2222222222%;
	height: 22.2222222222%;
	transform: translate(-50%, -50%) rotate(-1800deg);
}
butterfly:nth-child(15) {
	background: linear-gradient(to top, white 45%, #d926a4 65%);
	width: 16.6666666667%;
	height: 16.6666666667%;
	transform: translate(-50%, -50%) rotate(-2160deg);
}
butterfly:nth-child(16) {
	background: linear-gradient(to top, white 45%, #d92665 65%);
	width: 11.1111111111%;
	height: 11.1111111111%;
	transform: translate(-50%, -50%) rotate(-2520deg);
}
butterfly:nth-child(17) {
	background: linear-gradient(to top, white 45%, #d92626 65%);
	width: 5.5555555556%;
	height: 5.5555555556%;
	transform: translate(-50%, -50%) rotate(-2880deg);
}

@keyframes wheel {
  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

