/*
 _____   _           _         _                        _
|_   _| | |         | |       | |                      | |
  | |   | |__   __ _| |_ ___  | |_ ___  _ __ ___   __ _| |_ ___   ___  ___
  | |   | '_ \ / _` | __/ _ \ | __/ _ \| '_ ` _ \ / _` | __/ _ \ / _ \/ __|
 _| |_  | | | | (_| | ||  __/ | || (_) | | | | | | (_| | || (_) |  __/\__ \
 \___/  |_| |_|\__,_|\__\___|  \__\___/|_| |_| |_|\__,_|\__\___/ \___||___/

Oh nice, welcome to the stylesheet of dreams.
It has it all. Classes, ID's, comments...the whole lot:)
Enjoy responsibly!
@ihatetomatoes

*/

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

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


#loader-wrapper {
  /*  position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: fixed;
    left: 50%;
    top: 40%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px 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: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px 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: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px 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 */
    }


    .loadertest {
        display: block;
        position: fixed;
        left: 50%;
        top: 40%;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
      z-index: 1001;
    }

        .loadertest:before {
            content: "";
            position: absolute;
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px;

        }

        .loadertest:after {
            content: "";
            position: absolute;
            top: 15px;
            left: 15px;
            right: 15px;
            bottom: 15px;

        }

    @-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: 100%;
        height: 100%;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003b77+0,009de3+100 */
        background: #003b77; /* Old browsers */
        background: -moz-linear-gradient(top, #003b77 0%, #009de3 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #003b77 0%,#009de3 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #003b77 0%,#009de3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b77', endColorstr='#009de3',GradientType=0 ); /* IE6-9 */

        z-index: 1000;
        -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 {
        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.6s ease-out;
                transition: all 0.6s ease-out;
    }

    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }

    #content {

    }


    /* Loaded */
    .loaded #loader-wrapper .loader-section.load-fade {
      -webkit-animation-name: fadeOut;
      animation-name: fadeOut;
      animation: fadeOut 2.5s ease-in-out;
    }

.load-fade {

}



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

/*
	Ok so you have made it this far, that means you are very keen to on my code.
	Anyway I don't really mind it. This is a great way to learn so you actually doing the right thing:)
	Follow me @ihatetomatoes
*/

.animation-holder {
    top:30vh;
width:100%;

z-index: 10002;
position: fixed;

}

.logoup {

  margin-left: auto;
  margin-right: auto;
width:100%;
height: 50vh;
z-index: 10002;
position: relative;

}


.logoname {

  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;

  width:100%;
  height: 40vh;
z-index: 10002;
position: absolute;

}



.treeload {
  width:160px;
  height: 150px;
    z-index: 10002;
position: absolute;
margin-left: 20px;
margin-top: 10px;
}




    .loadertest {
        display: block;
        position: fixed;
        left: 50%;
        top: 40%;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
      z-index: 1001;
    }

        .loadertest:before {
            content: "";
            position: absolute;
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px;

        }

        .loadertest:after {
            content: "";
            position: absolute;
            top: 15px;
            left: 15px;
            right: 15px;
            bottom: 15px;

        }








.lineload {

}

.lineload:before {
  content: '';
  position: fixed;
  top:0
  left:0;
  right: 0;
  bottom: 0;
  /* background:#222; */

}

.lineload:after {
  content: '';
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top:35px;

  left:auto;
  right: auto;
  width:200px;
  height: 1px;
  background: #fff;
  z-index: 10002;
  transform-origin: left;
  transform: scaleX(0);
  animation: animate 6s ease-in-out;
}

@keyframes animate {

0%
{
  transform: translateX(0) scaleX(0);
  transform-origin: left;
  left: 40%;
  right:auto;
}

45%
{
  transform: translateX(0) scaleX(1);
  transform-origin: left;
  left: 40%;
  right:auto;
}

75%
{

  transform: translateX(0) scaleX(1);
  transform-origin: left;
  left: 40%;
  right:auto;
}

100%
{
  transform: translateX(0) scaleX(1);
  transform-origin: right;
  left: auto;
  right:40%;
  opacity: 0;
}


/*
100%
{
  transform: translateX(0) scaleX(0);
  transform-origin: right;
  left: auto;
  right:40%;
}*/

}



@keyframes tree {

0%
{
  transform: translateX(0) scaleX(0);
  transform-origin: left;
  left: 40%;
  right:auto;
    opacity: 1;
}

45%
{
  transform: translateX(0) scaleX(1);
  transform-origin: left;
  left: 40%;
  right:auto;
    opacity: 1;
}

75%
{

  transform: translateX(0) scaleX(1);
  transform-origin: left;
  left: 40%;
  right:auto;
  opacity: 1;
}

100%
{
  transform: translateX(0) scaleX(1);
  transform-origin: right;
  left: auto;
  right:40%;
  opacity: 0;
}

}






.fadeIn2 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation: fadeIn2 6.5s ease-in-out;
}



@keyframes fadeIn2 {

0%
{
    opacity: 0;
  }

50% {
    opacity: 1;
  }

  80%  {
      opacity: 1;
    }

100% {
      opacity: 0;
    }
}




@-webkit-keyframes fadeIn3 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn3 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn3 {
  -webkit-animation-name: fadeIn2;
  animation-name: fadeIn2;
  animation: ease-in-out;
}


.animated3 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

}






@keyframes flickerAnimation {
  0%   { opacity:0; }
  40%  { opacity:1; }
  65%  { opacity:1; }
  90% { opacity:0; }
  100% { opacity:0; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:0; }
  40%  { opacity:1; }
  65%  { opacity:1; }
  90% { opacity:0; }
  100% { opacity:0; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:0; }
  40%  { opacity:1; }
  65%  { opacity:1; }
  90% { opacity:0; }
  100% { opacity:0; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:0; }
  40%  { opacity:1; }
  65%  { opacity:1; }
  90% { opacity:0; }
  100% { opacity:0; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 2s ease-in;
   -moz-animation: flickerAnimation 2s ease-in;
   -o-animation: flickerAnimation 2s ease-in;
    animation: flickerAnimation 2s ease-in;
    opacity: 0;
}


.animate-flicker:after {
opacity:0;
}



.delay-half{

animation-delay:0.5s;

}

.delay1{

animation-delay:1s;

}

.delay2{

animation-delay:2s;

}

.delay2-half{

animation-delay:2.5s;

}


.delay3{

animation-delay:3s;

}

.delay4{

animation-delay:4s;

}

.delay5{

animation-delay:5s;

}

.delay6{

animation-delay:6s;

}

.delay7{

animation-delay:7s;

}


.loadertest img{
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation: fadeOut 4.5s ease-in-out;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadIn;
  animation-name: fadeIn;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}





@keyframes fadeInUp2 {
  from {
opacity: 0;
width:80%;
margin-left: 10%;
margin-right: 10%;
    -webkit-transform: translate3d(0, 32%, 0);
    transform: translate3d(0, 32%, 0);
  }

  to {
opacity: 1;
width:100%;
margin-left: 0%;
margin-right: 0%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}






@-webkit-keyframes fadeInUp3 {
  from {
opacity: 1;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp3 {
  -webkit-animation-name: fadeInUp3;
  animation-name: fadeInUp3;
}



@keyframes fadeInUp4 {
  from {
opacity: 1;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp4 {
  -webkit-animation-name: fadeInUp4;
  animation-name: fadeInUp4;

}
