                    /* 
 _____   _           _         _                        _                  
|_   _| | |         | |       | |                      | |                 
  | |   | |__   __ _| |_ ___  | |_ ___  _ __ ___   __ _| |_ ___   ___  ___ 
  | |   | '_ \ / _` | __/ _ \ | __/ _ \| '_ ` _ \ / _` | __/ _ \ / _ \/ __|
 _| |_  | | | | (_| | ||  __/ | || (_) | | | | | | (_| | || (_) |  __/\__ \
 \___/  |_| |_|\__,_|\__\___|  \__\___/|_| |_| |_|\__,_|\__\___/ \___||___/

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
   ========================================================================== */
                    
                    p {
                        line-height: 1.33em;
                        color: #7E7E7E;
                    }
                    
                    h1 {
                        color: #EEEEEE;
                    }
                    
                    #loader-wrapper {
                        position: fixed;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        z-index: 1000;
                    }
                    
                    #loader {
                        display: block;
                        position: relative;
                        left: 50%;
                        top: 50%;
                        width: 270px;
                        height: 114px;
                        margin: -50px 0 0 -145px;
                        /* border-radius: 50%; */
                        border: 3px solid transparent;
                        /*border-top-color: #3498db;*/
                        background-image: url("../images/mm.png");
                        /*-webkit-animation: spin 2s linear infinite;*/
                        /* Chrome, Opera 15+, Safari 5+ */
                        /*animation: spin 2s linear infinite;*/
                        /* Chrome, Firefox 16+, IE 10+, Opera */
                        animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
                        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 */*/
                    }
                    
                    @-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: #222222;
                        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-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;
                    }
                    /* JavaScript Turned Off */
                    
                    .no-js #loader-wrapper {
                        display: none;
                    }
                    
                    .no-js h1 {
                        color: #222222;
                    }
                    /* #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;
                        }
                    }
                    /* 
	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
*/

th.fitwidth {
    width: 1px;
    white-space: nowrap;
  }

  .btn-input-left {
    background: rgba(0, 0, 0, .04);
    width: 30px;
    border: none;
    cursor: pointer;
    margin: 0;
    float: left;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    height: 30px;
    border-radius: 0;
    padding: 0;
    color: #43ab4a;
    font-weight: 700;
  }

  .btn-input-right {
    background: rgba(0, 0, 0, .04);
    width: 30px;
    border: none;
    cursor: pointer;
    margin: 0;
    float: right;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    height: 30px;
    border-radius: 0;
    padding: 0;
    color: #43ab4a;
    font-weight: 700;
  }

  .group-input-items {
    width: 97px;
    float: left;
    border: 1px solid #43ab4a;
    border-radius: 8px;

  }

  .group-input-price {
    width: 112px;
    float: left;
    border: 1px solid #43ab4a;
    border-radius: 8px;

  }

  .input-price {
    width: 50px;
    text-align: center;
    border: none;
    border-left: 1px solid #43ab4a;
    border-right: 1px solid #43ab4a;
    border-radius: 0;
    margin: 0;
    float: left;
    color: #000;
    padding: 0;
    font-weight: 700;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }

  .input-items {
    width: 35px;
    text-align: center;
    border: none;
    border-left: 1px solid #43ab4a;
    border-right: 1px solid #43ab4a;
    border-radius: 0;
    margin: 0;
    float: left;
    color: #000;
    padding: 0;
    font-weight: 700;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }

  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }

  @media screen and (max-width: 576px) { 
    .flex-column {
        -ms-flex-direction: row!important;
        flex-direction: row!important;
    }
   }

   /* All 12 Loading.io (plus small version for each) pure CSS loaders in one file, combined with #000 using e.g. template primary-color */
/* You can change the spinner with the classes load1 - load8 and load1-small - load8-small */
/* credits @ https://loading.io and https://github.com/loadingio/css-spinner/ */
/* circle */
 .lds-circle, .lds-circle-small {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    background: #000;
    animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
/* circle-small */
.lds-circle-small {
    width: 48px;
    height: 48px;
}
/* default */
.lds-default, .lds-default-small {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-default div, .lds-default-small div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1), .lds-default-small div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}
.lds-default div:nth-child(2), .lds-default-small div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}
.lds-default div:nth-child(3), .lds-default-small div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}
.lds-default div:nth-child(4), .lds-default-small div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}
.lds-default div:nth-child(5), .lds-default-small div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}
.lds-default div:nth-child(6), .lds-default-small div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}
.lds-default div:nth-child(7), .lds-default-small div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}
.lds-default div:nth-child(8), .lds-default-small div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}
.lds-default div:nth-child(9), .lds-default-small div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}
.lds-default div:nth-child(10), .lds-default-small div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}
.lds-default div:nth-child(11), .lds-default-small div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}
.lds-default div:nth-child(12), .lds-default-small div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}
/* default-small */
.lds-default-small {
    transform: scale(0.75);
}
/* dual-ring */
.lds-dual-ring, .lds-dual-ring-small {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after, .lds-dual-ring-small:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #000;
    border-color: #000 transparent #000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
/* dual-ring-small */
.lds-dual-ring-small {
    transform: scale(0.75);
}
/* ellipsis */
.lds-ellipsis, .lds-ellipsis-small {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div, .lds-ellipsis-small div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #000;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1), .lds-ellipsis-small div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2), .lds-ellipsis-small div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3), .lds-ellipsis-small div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4), .lds-ellipsis-small div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
/* ellipsis */
.lds-ellipsis-small {
    transform: scale(0.75);
}
/* facebook */
.lds-facebook, .lds-facebook-small {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-facebook div, .lds-facebook-small div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #000;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1), .lds-facebook-small div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2), .lds-facebook-small div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3), .lds-facebook-small div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}
/* facebook-small */
.lds-facebook-small {
    transform: scale(0.75);
}
/* grid */
.lds-grid, .lds-grid-small {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-grid div, .lds-grid-small div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #000;
    animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1), .lds-grid-small div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
}
.lds-grid div:nth-child(2), .lds-grid-small div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
}
.lds-grid div:nth-child(3), .lds-grid-small div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
}
.lds-grid div:nth-child(4), .lds-grid-small div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
}
.lds-grid div:nth-child(5), .lds-grid-small div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
}
.lds-grid div:nth-child(6), .lds-grid-small div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
}
.lds-grid div:nth-child(7), .lds-grid-small div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
}
.lds-grid div:nth-child(8), .lds-grid-small div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
}
.lds-grid div:nth-child(9), .lds-grid-small div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
}
/* grid-small */
.lds-grid-small {
    transform: scale(0.75);
}
/* heart */
.lds-heart, .lds-heart-small {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    transform: rotate(45deg);
    transform-origin: 40px 40px;
}
.lds-heart div, .lds-heart-small div {
    top: 32px;
    left: 32px;
    position: absolute;
    width: 32px;
    height: 32px;
    background: #000;
    animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div:after, .lds-heart-small div:after, .lds-heart div:before, .lds-heart-small div:before {
    content: " ";
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    background: #000;
}
.lds-heart div:before, .lds-heart-small div:before {
    left: -24px;
    border-radius: 50% 0 0 50%;
}
.lds-heart div:after, .lds-heart-small div:after {
    top: -24px;
    border-radius: 50% 50% 0 0;
}
/* heart-small */
.lds-heart-small {
    transform: rotate(45deg) scale(0.75);
}
/* ring */
.lds-ring, .lds-ring-small {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div, .lds-ring-small div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #000;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #000 transparent transparent transparent;
}
.lds-ring div:nth-child(1), .lds-ring-small div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2), .lds-ring-small div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3), .lds-ring-small div:nth-child(3) {
    animation-delay: -0.15s;
}
/* ring-small */
.lds-ring-small {
    transform: scale(0.75);
}
/* hourglass */
.lds-hourglass, .lds-hourglass-small {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-hourglass:after, .lds-hourglass-small:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid #000;
    border-color: #000 transparent #000 transparent;
    animation: lds-hourglass 1.2s infinite;
}
/* hourglass-small */
.lds-hourglass-small {
    transform: scale(0.75);
}
/* ripple */
.lds-ripple, .lds-ripple-small {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ripple div, .lds-ripple-small div {
    position: absolute;
    border: 4px solid #000;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2), .lds-ripple-small div:nth-child(2) {
    animation-delay: -0.5s;
}
/* ripple-small */
.lds-ripple-small {
    transform: scale(0.75);
}
/* roller */
.lds-roller, .lds-roller-small {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div, .lds-roller-small div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after, .lds-roller-small div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1), .lds-roller-small div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after, .lds-roller-small div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2), .lds-roller-small div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after, .lds-roller-small div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3), .lds-roller-small div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after, .lds-roller-small div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4), .lds-roller-small div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after, .lds-roller-small div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5), .lds-roller-small div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after, .lds-roller-small div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6), .lds-roller-small div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after, .lds-roller-small div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7), .lds-roller-small div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after, .lds-roller-small div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8), .lds-roller-small div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after, .lds-roller-small div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
/* roller-small */
.lds-roller-small {
    transform: scale(0.75);
}
/* spinner */
.lds-spinner, .lds-spinner-small {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-spinner div, .lds-spinner-small div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after, .lds-spinner-small div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #000;
}
.lds-spinner div:nth-child(1), .lds-spinner-small div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2), .lds-spinner-small div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3), .lds-spinner-small div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4), .lds-spinner-small div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5), .lds-spinner-small div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6), .lds-spinner-small div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7), .lds-spinner-small div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8), .lds-spinner-small div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9), .lds-spinner-small div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10), .lds-spinner-small div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11), .lds-spinner-small div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12), .lds-spinner-small div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
/* spinner-small */
.lds-spinner-small {
    transform: scale(0.75);
}
/* circle */
@keyframes lds-circle {
    0%, 100% {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
   }
    0% {
        transform: rotateY(0deg);
   }
    50% {
        transform: rotateY(1800deg);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
   }
    100% {
        transform: rotateY(3600deg);
   }
}
/* default */
@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
   }
    50% {
        transform: scale(1.5);
   }
}
/* dual ring */
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
   }
    100% {
        transform: rotate(360deg);
   }
}
/* ellipsis */
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
   }
    100% {
        transform: scale(1);
   }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
   }
    100% {
        transform: scale(0);
   }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
   }
    100% {
        transform: translate(24px, 0);
   }
}
/* facebook */
@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
   }
    50%, 100% {
        top: 24px;
        height: 32px;
   }
}
/* grid */
@keyframes lds-grid {
    0%, 100% {
        opacity: 1;
   }
    50% {
        opacity: 0.5;
   }
}
/* heart */
@keyframes lds-heart {
    0% {
        transform: scale(0.95);
   }
    5% {
        transform: scale(1.1);
   }
    39% {
        transform: scale(0.85);
   }
    45% {
        transform: scale(1);
   }
    60% {
        transform: scale(0.95);
   }
    100% {
        transform: scale(0.9);
   }
}
/* hourglass */
@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
   }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
   }
    100% {
        transform: rotate(1800deg);
   }
}
/* ring */
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
   }
    100% {
        transform: rotate(360deg);
   }
}
/* ripple */
@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
   }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
   }
}
/* roller */
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
   }
    100% {
        transform: rotate(360deg);
   }
}
/* spinner */
@keyframes lds-spinner {
    0% {
        opacity: 1;
   }
    100% {
        opacity: 0;
   }
}
