﻿/* LOADING */

#pageComplete {
    width: 100%;
    display:block;
    opacity:1;
    /*transition: margin-left 0.5s; */
}
#headMan {
    display: block;
    visibility: visible;
    opacity:1;
    /*
    animation-name:cometolife;
    animation-duration:.2s;
    animation-play-state: paused;
    */
}
#mainContent {

    display: block;
    visibility:visible;
    opacity:1;
    /*
    animation-name: cometolife;
    animation-duration:.4s;
    animation-play-state: paused;
    */
}
#foot
{
    display: block;
    visibility: visible;
    opacity: 1;
    /*
    animation-name: cometolife;
    animation-duration: .2s;
    animation-play-state: paused;
    */
}

@keyframes cometolife
{
    from
    {
        opacity: 0;
    }

    to
    {
        opacity: 1;
    }
}


.show-page-loading
{
    position: fixed;
    z-index: 100;
}

#pageIsLoading
{
    display: block;
    position: fixed;
    top:50%;
    left:50%;
    width: 20%;
    z-index: 50;
    transform: translate(-50%,-50%);
}

.pg-load-img
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.spinner
{
    margin: 20px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div
    {
        background-color: #333;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2
    {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3
    {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4
    {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5
    {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay
{
    0%, 40%, 100%
    {
        -webkit-transform: scaleY(0.4)
    }

    20%
    {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay
{
    0%, 40%, 100%
    {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20%
    {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
.first-load
{
    width: 100%;
    height:auto;
    margin-top:50px;
}

.logo
{
    width: 80%;
    max-width: 225px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}

#ourLogo
{
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.tag-line
{
    width: 65%;
    max-width: 175px;
    margin-left: auto;
    margin-right: auto;
}

#tagLineGraphic
{
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*#region From Here Down Is CSS For Custom CMS Pages */
/*#region Return Policy */

.cms-ital-title {
    font-style: italic;
}


/*#endregion */



/*#endregion */