@charset "UTF-8";
html.editmode, html.public {
    height: 100%
}

body {
    -webkit-transition: right .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
    right: 0;
    margin: 0;
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
    will-change: right;
    position: relative;
}

.editmode body, .public body {
    height: 100%
}

.editmode body {
    margin-bottom: 40px
}

a {
    text-decoration: none
}

.settings-title {
    margin-top: .5em;
    margin-bottom: .5em
}

.settings-note {
    margin-bottom: 20px
}

.settings-list {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    list-style-type: none
}

.settings-item {
    display: inline-block
}

.settings-link {
    position: fixed;
    left: 10px;
    bottom: 75px;
    z-index: 2;
    padding: 6px 11px;
    font-size: 16px !important
}

#ecwid_loading_indicator, .ecwid-ServiceMessage-container, .ecwid-loadingIndicator-cursor, .ecwid-popup, .public #my-store-171073, html#ecwid_html body#ecwid_body div.ecwid-minicart {
    display: none !important
}

.feature-support-error {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 1.3em;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.feature-support-error .inner {
    display: table-cell;
    vertical-align: middle;
    padding: 20px
}

.ie-support-error {
    display: none
}

.javascript-support-error {
    display: table
}

.pac-container {
    width: 270px !important
}

.wrap {
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto
}

.narrow-content {
    max-width: 969px
}

.blog-news-article .narrow-content, .common-page .narrow-content {
    max-width: 700px
}

.cart .narrow-content {
    max-width: 929px
}

.normal-content {
    max-width: 900px
}

.site-container {
    min-height: 100%
}

.stores-listing .page-content {
    max-width: 969px
}

.content-page .page-content {
    margin-right: 20px;
    margin-left: 20px
}

.page-content .content-header {
    padding-top: 30px;
    padding-bottom: 25px;
    text-align: center
}

.site-button {
    border-radius: 20px;
    cursor: pointer
}

/* Eelmised värvid */
/*.site-button.button-style-1 {
color: #fff;
background-color: #ff2ca4;
border-style: none
}

.site-button.button-style-1:hover {
background-color: #de00ff
}*/

/* 25.02.2025 muudatus */

.site-button.button-style-1 {
color: #fff;
background-color: #8c13c4;
border-style: none
}

.site-button.button-style-1:hover {
background-color: #AC27CD;
}

.site-button.button-style-2 {
    color: rgba(0, 0, 0, .7);
    background-color: #fff;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .1)
}

.text-button {
    display: inline;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: #8a44e8;
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #8a44e8;
    border-radius: 1px;
    cursor: pointer
}

.loader {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-animation: rotation .7s infinite linear;
    -moz-animation: rotation .7s infinite linear;
    -o-animation: rotation .7s infinite linear;
    animation: rotation .7s infinite linear;
    border: 1px solid transparent;
    border-radius: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 20px;
    margin-left: calc((20px / 2) * -1);
    margin-top: calc((20px / 2) * -1);
    z-index: 999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.loader:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    height: 100%;
    width: 100%;
    border-top: 1px solid #000;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.product-details .loader, .products-listing .loader {
    position: absolute
}

.cart .loader {
    -webkit-transition: opacity 0;
    -moz-transition: opacity 0;
    -o-transition: opacity 0;
    transition: opacity 0
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0)
    }
    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0)
    }
    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotation {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}

.order-form-button-wrap, .select-wrap {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 100% 8px
}

.no-svg .order-form-button-wrap, .no-svg .select-wrap {
    background-image: url(..images/ico-arrov.png)
}

.svg .order-form-button-wrap, .svg .select-wrap {
    background-image: url(../assets/ico-arrow.svg)
}

.order-form-button-wrap select, .select-wrap select {
    height: 20px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: inherit;
    font-size: 16px;
    background-color: transparent;
    border-style: none
}

.order-form-button-wrap select:hover, .select-wrap select:hover {
    cursor: pointer
}

.order-form-button-wrap select:focus, .select-wrap select:focus {
    outline: 0
}

.order-form-button-wrap select::-ms-expand, .select-wrap select::-ms-expand {
    display: none
}

.align-center {
    text-align: center
}

.input-delivery-date-settings {
    width: 100% !important;
    box-sizing: border-box
}

.input-delivery-date-settings .form-input {
    border-right: none !important
}

.content-area::after, .product-details .product-pagination .wrap::after {
    display: table;
    clear: both;
    content: ''
}

.cart .payment-bar .payment-logo::before, .cart .payment-bar .payment-text::before, .site-header .header-content .background-color, .site-header .header-content .background-color::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.is-visible {
    display: block
}

.payment-bar .inner-right {
    display: inline-block
}

.is-hidden, .site-topbar .cart-item-count:empty {
    display: none
}

.payment-bar .inner-right {
    vertical-align: middle
}

a img {
    border-style: none
}

.cart .payment-bar .payment-logo::before, .cart .payment-bar .payment-text::before {
    display: block;
    content: ''
}

.content-area, .menu {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.content-area code, .content-area form, .content-area iframe, .content-area pre, .content-area table {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

.cart-table .form-input, .order-form .input-field-small .form-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

.cart-table .form-input, .payment-bar .payment-logo, .payment-bar .payment-text, .site-button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.cart-table .item-thumb, .product .product-image {
    position: relative;
    background-position: center;
    background-size: cover
}

.blog-news-article .articles-button, .cart-table .field-item-info .item-remove, .order-form .order-form-button, .order-form .order-form-close-button, .payment-bar .payment-logo, .payment-bar .payment-text, .site-button, .text-button {
    margin: 0;
    line-height: 1em
}

.blog-news-article .articles-button:focus, .cart-table .field-item-info .item-remove:focus, .order-form .order-form-button:focus, .order-form .order-form-close-button:focus, .payment-bar .payment-logo:focus, .payment-bar .payment-text:focus, .site-button:focus, .text-button:focus {
    outline: 0
}

.blog-news-article .articles-button::-moz-focus-inner, .cart-table .field-item-info .item-remove::-moz-focus-inner, .order-form .order-form-button::-moz-focus-inner, .order-form .order-form-close-button::-moz-focus-inner, .payment-bar .payment-logo::-moz-focus-inner, .payment-bar .payment-text::-moz-focus-inner, .site-button::-moz-focus-inner, .text-button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

.not-visible {
    visibility: hidden
}

.is-untranslated {
    opacity: .2
}

.is-untranslated:hover {
    opacity: .4
}

.is-disabled {
    color: rgba(0, 0, 0, .33)
}

.with-error {
    color: #c00
}

.with-error:before {
    width: 100px;
    height: 100px;
    content: "";
    display: block
}

.with-error::-webkit-input-placeholder {
    color: #c00
}

.with-error:-moz-placeholder {
    color: #c00
}

.with-error::-moz-placeholder {
    color: #c00
}

.with-error:-ms-input-placeholder {
    color: #c00
}

.scheme-light .edy-empty-bordered {
    color: rgba(255, 255, 255, .33);
    border-color: rgba(255, 255, 255, .33)
}

.scheme-light .placeholder {
    color: #fff
}

.scheme-light .edy-content-element-hover {
    border-color: rgba(255, 255, 255, .1)
}

.scheme-light .edy-texteditor-active {
    outline-color: rgba(255, 255, 255, .2)
}

.scheme-light .edy-texteditor-active, .scheme-light .edy-texteditor-active:hover {
    outline-color: rgba(255, 255, 255, .63)
}

.products-listing .page-content > .wrap {
    position: relative;
    padding-right: 6px;
    padding-left: 6px;
    text-align: center;
    font-size: 0
}

.products-listing .page-content .content-header {
    padding-bottom: 0
}

.product-details .page-content .wrap {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 1080px;
    font-size: 0
}

.product-details .order-form {
    position: relative
}

.product-details .product-pagination {
    padding-top: 30px;
    padding-bottom: 30px
}

.product-details .product-pagination .wrap {
    max-width: 1080px
}

.product-details .pagination-link {
    display: inline-block;
    vertical-align: middle;
    color: rgba(0, 0, 0, .42);
    font-size: 26px
}

@media screen and (max-width: 420px) {
    .product-details .pagination-link {
        position: relative;
        visibility: hidden
    }
}

.product-details .pagination-link::after, .product-details .pagination-link::before {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    line-height: 1em
}

@media screen and (max-width: 420px) {
    .product-details .pagination-link::after, .product-details .pagination-link::before {
        visibility: visible
    }
}

.product-details .pagination-link:hover {
    opacity: .8
}

.product-details .pagination-link.not-visible {
    visibility: hidden
}

.product-details .pagination-prev {
    float: left
}

.product-details .pagination-prev::before {
    margin-right: 10px;
    content: '<'
}

@media screen and (max-width: 420px) {
    .product-details .pagination-prev::before {
        position: absolute;
        left: -20px
    }
}

.product-details .pagination-next {
    float: right
}

.product-details .pagination-next::after {
    margin-left: 10px;
    content: '>'
}

@media screen and (max-width: 420px) {
    .product-details .pagination-next::after {
        position: absolute;
        right: -20px
    }
}

.cart {
    background-color: rgba(0, 0, 0, .03)
}

.cart .submit-overlay {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: block;
    height: 0;
    background-color: rgba(0, 0, 0, .2);
    opacity: 0;
    height: 0
}

.cart .submit-overlay.is-visible {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    opacity: 1;
    height: 100%
}

.cart .shopping-cart-loader {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 0
}

.cart .shopping-cart-loader.is-visible {
    opacity: 1;
    height: 20px
}

.cart .content-body {
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fff
}

.cart .order-confirmation-body {
    margin: 55px auto 50px;
    text-align: center
}

.cart .save-pdf-button {
    padding: 13px 20px 9px;
    font-size: 24px;
    font-weight: 500
}

.store-listing .page-content .wrap {
    text-align: justify
}

.store-listing .store-items-wrap {
    padding-top: 7px
}

.store-listing .store-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 310px;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 60px;
    margin-left: 5px;
    text-align: left
}

.store-listing .store-header .inner {
    margin-top: 23px
}

.store-listing .store-image {
    width: 100%;
    height: 130px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.store-listing .store-title {
    display: inline
}

.store-listing .store-link {
    font-size: 24px;
    font-weight: 600;
    color: #000
}

.store-listing .store-link:hover {
    opacity: .8
}

.store-listing .store-city {
    font-size: 24px;
    color: rgba(0, 0, 0, .39)
}

.store-listing .store-info {
    line-height: 1.6em
}

.store-listing .store-body {
    margin-top: 13px
}

.store-listing .store-body a {
    color: #8a44e8
}

.store-listing .store-body .inner {
    margin-top: 15px;
    font-size: 0
}

.store-listing .store-body .inner a:hover {
    opacity: .8
}

.store-listing .store-body .inner-left, .store-listing .store-body .inner-right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 14px;
    line-height: 1.4em
}

.store-listing .store-location {
    font-size: 14px
}

.store-listing .store-location .inner {
    margin-top: 0;
    font-size: 14px
}

.store-listing .store-location:hover .inner {
    opacity: .8
}

.store-listing .store-location .ico-location {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 2px;
    line-height: 1em;
    fill: rgba(0, 0, 0, .3)
}

.store-listing .store-location .inner {
    display: inline-block;
    vertical-align: middle
}

.store-listing .store-email, .store-listing .store-web {
    display: block
}

.common-page .page-content .wrap {
    margin-bottom: 55px
}

.common-page .content-body {
    line-height: 1.3em
}

.blog-news-article .page-content .wrap {
    padding-bottom: 55px
}

.blog-news-article .content-area {
    line-height: 1.3em
}

.blog-news-article .blog-articles {
    padding-top: 5px
}

.blog-news-article .blog-article {
    margin-top: 45px
}

.blog-news-article .blog-article:first-child {
    margin-top: 0
}

.blog-news-article .blog-article .content-header h1 {
    margin-bottom: 10px
}

.blog-news-article .article-body {
    margin-top: 20px
}

.blog-news-article .article-title {
    display: inline;
    font-size: 24px;
    font-weight: 600
}

.blog-news-article .article-link {
    color: #000
}

.blog-news-article .article-link:hover {
    opacity: .8
}

.blog-news-article .article-date {
    font-size: 24px;
    color: rgba(0, 0, 0, .39)
}

.blog-news-article .article-content {
    margin-top: 15px
}

.blog-news-article .articles-older .blog-article {
    margin-top: 10px
}

.blog-news-article .articles-older .ico-link {
    display: inline-block;
    font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
    font-size: 24px;
    color: rgba(0, 0, 0, .39)
}

.blog-news-article .articles-older .ico-link:hover {
    opacity: .8
}

.blog-news-article .articles-button {
    margin-top: 25px;
    padding: 0;
    font-family: inherit;
    font-size: 24px;
    color: rgba(0, 0, 0, .39);
    line-height: inherit;
    background-color: transparent;
    border-style: none
}

.delivery-times-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse
}

.delivery-times-table .setting-row:last-child .setting-field {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.delivery-times-table .setting-field {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.delivery-times-table .item-remove {
    position: relative;
    top: 4px;
    cursor: pointer;
    background-color: transparent;
    border-style: none;
    opacity: .5;
    fill: transparent
}

.delivery-times-table .item-remove:hover {
    opacity: 1
}

.delivery-times-table .item-remove:focus {
    outline: 0
}

.delivery-times-table .setting-field input {
    cursor: pointer
}

.visibility-hidden {
    position: absolute;
    top: -999px
}

.add-delivery-time-setting {
    cursor: pointer
}

.add-delivery-time-setting:focus {
    outline: 0
}

.banners-table {
    border-collapse: collapse
}

.banners-table .setting-row:last-child .setting-field {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.banners-table .setting-field {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.banners-table .item-remove {
    position: relative;
    top: 4px;
    cursor: pointer;
    background-color: transparent;
    border-style: none;
    opacity: .5;
    fill: transparent
}

.banners-table .item-remove:hover {
    opacity: 1
}

.banners-table .item-remove:focus {
    outline: 0
}

.banners-table .setting-field input {
    cursor: pointer
}

.banners-table .setting-field .edy-element-thumb-catcher {
    min-height: 50px !important
}

.add-banner-setting {
    cursor: pointer
}

.add-banner-setting:focus {
    outline: 0
}

.site-header {
    padding-top: 60px
}

.site-header .site-topbar {
    -webkit-transition: top .2s ease-in-out, right .2s ease-in-out;
    -moz-transition: top .2s ease-in-out, right .2s ease-in-out;
    transition: top .2s ease-in-out, right .2s ease-in-out
}

.cart .site-header {
    background-color: #fff
}

.site-header .header-content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1441px
}

.site-header .header-content .cursor-pointer {
    cursor: pointer !important
}

.site-header .header-content .click-trough {
    pointer-events: none
}

@media screen and (max-width: 801px) {
    .site-header .header-content__desktop {
        display: none
    }

    .site-header .header-content__mobile {
        width: 100%
    }
}

@media screen and (min-width: 802px) {
    .site-header .header-content__mobile {
        display: none
    }

    .site-header .header-content__desktop {
        padding: 6px;
        width: 100%;
        display: flex
    }

    .site-header .header-content__desktop--full-width {
        padding: 0
    }

    .site-header .header-content__desktop__left {
        flex: 0 0 70%
    }

    .site-header .header-content__desktop__left--full-width {
        flex: 0 0 100%
    }

    .site-header .header-content__desktop__right {
        flex: 0 0 30%
    }

    .site-header .header-content__desktop__right__top {
        padding-left: 6px
    }

    .site-header .header-content__desktop__right__bottom {
        padding-left: 6px
    }

    .site-header .header-content__desktop__right--hidden {
        display: none;
        flex: 0 0 0%
    }
}

.site-header .header-content.scheme-light {
    color: #fff
}

.flexbox .site-header .header-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

.flexbox .site-header .header-content.is-hidden {
    display: none
}

.no-flexbox .site-header .header-content {
    display: table;
    width: 100%;
    box-sizing: border-box
}

.site-header .header-content .background-color {
    background-color: rgba(0, 0, 0, .3)
}

.site-header .header-content .background-color::before {
    display: block;
    content: '';
    background-color: rgba(222, 0, 255, .2)
}

.site-header .header-content .wrap {
    position: absolute;
    width: 95%;
    max-width: 95%;
    padding: 20px
}

@media screen and (max-width: 801px) {
    .site-header .header-content .wrap {
        width: 87%;
        max-width: 87%
    }
}

.no-flexbox .site-header .header-content .wrap {
    display: table-cell;
    vertical-align: middle
}

.site-header .content-area {
    text-align: center;
    font-size: 26px;
    line-height: 1.5em
}

@media screen and (min-width: 802px) {
    .site-header .content-area--mobile {
        display: none
    }
}

@media screen and (max-width: 801px) {
    .site-header .content-area--desktop {
        display: none
    }
}

.site-header .content-area h1 {
    margin-bottom: 0;
    text-align: center;
    font-size: 36px
}

.site-header .content-area p {
    margin-top: 0;
    line-height: 1.1em
}

.site-header .content-area a {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    color: #ffa800;
    background-color: rgba(222, 0, 255, .5);
    border-radius: 5px
}

.site-topbar {
    background-color: #fff;
    position: fixed;
    top: -60px;
    width: 100%;
    transition: top .2s linear !important;
    height: 60px;
    z-index: 9999;
    padding-top: 60px
}

@media screen and (max-width: 999px) {
    .site-topbar {
        top: 0;
        padding-top: 0
    }
}

.site-topbar .top-menu {
    z-index: 99999;
    width: 100%;
    background-color: #ededed;
    transition: top .2s linear !important;
    top: -60px;
    display: block;
    position: fixed;
    height: 60px;
    font-family: Lato, sans-serif;
    font-size: 14px;
    text-transform: uppercase
}

@media screen and (max-width: 999px) {
    .site-topbar .top-menu {
        display: none
    }
}

.site-topbar .top-menu .close-topmenu-button {
    position: relative;
    display: inline-block;
    top: 4px;
    margin-left: 25px;
    height: 18px;
    width: 18px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/close-icon.png);
    background-size: contain
}

.site-topbar .top-menu .top-menu-link.is-active, .site-topbar .top-menu .top-menu-link:hover {
    color: #8744e2
}

.site-topbar .top-menu .top-menu-link {
    margin-right: 17px
}

@media screen and (min-width: 1000px) {
    .site-topbar .top-menu.is-visible {
        top: 0 !important
    }
}

.site-topbar .wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 1441px
}

.flexbox .site-topbar .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

.no-flexbox .site-topbar .wrap {
    display: table;
    width: 100%;
    box-sizing: border-box
}

.content-page .site-topbar .wrap {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, .1)
}

.content-page.cart .site-topbar .wrap {
    border-bottom-style: none
}

.site-topbar .wrap .inner-left {
    margin-top: 4.5px;
    margin-bottom: 4px;
    text-align: left
}

.no-flexbox .site-topbar .wrap .inner-left {
    display: table-cell
}

@media screen and (max-width: 1481px) {
    .site-topbar .wrap .inner-left {
        margin-left: 20px
    }
}

@media screen and (max-width: 1132px) {
    .site-topbar .wrap .inner-left {
        margin-left: 10px
    }

    .main-menu.wrap .inner-left {
        margin-left: 20px
    }

    .site-topbar .top-menu {
        font-size: 13px
    }
}

@media screen and (max-width: 1080px) {
    .site-topbar .top-menu {
        font-size: 12px
    }
}

.site-topbar .wrap .inner-right {
    top: 3px;
    font-size: 0
}

.no-flexbox .site-topbar .wrap .inner-right {
    display: table-cell
}

@media screen and (min-width: 769px) {
    .site-topbar .wrap .inner-right {
        text-align: right
    }
}

.no-flexbox .site-topbar .wrap .inner-right {
    text-align: right
}

@media screen and (max-width: 1481px) {
    .site-topbar .wrap .inner-right {
        margin-right: 20px
    }
}

.site-topbar .wrap .top-menu-inner-right {
    position: relative;
    top: 3px
}

.no-flexbox .site-topbar .wrap .top-menu-inner-right {
    display: table-cell
}

@media screen and (min-width: 769px) {
    .site-topbar .wrap .top-menu-inner-right {
        text-align: right
    }
}

.no-flexbox .site-topbar .wrap .top-menu-inner-right {
    text-align: right
}

@media screen and (max-width: 1481px) {
    .site-topbar .wrap .top-menu-inner-right {
        margin-right: 20px
    }
}

.site-topbar .site-title {
    font-size: 30px;
    font-weight: 700
}

.site-topbar .site-title a {
    color: #000
}

.site-topbar .site-title a:hover {
    opacity: .69
}

.site-topbar .site-logo {
    display: block;
    font-size: 0;
    height: auto;
    width: 140px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../assets/mileedi_logo_uus.svg)
}

.site-topbar .site-slogan {
    font-size: 16px;
    line-height: 1.1em;
    color: rgba(0, 0, 0, .8)
}

.site-topbar .cart-button {
    position: relative;
    display: inline-block;
    top: 2px;
    margin-left: 25px;
    margin-right: 25px;
    height: 16px;
    width: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/ico-cart.png);
    background-size: contain
}

.site-topbar .cart-button.is-hidden {
    display: none
}

.site-topbar .cart-button.filled {
    background-image: url(../images/ico-cart-filled.png)
}

.site-topbar .cart-item-count {
    position: absolute;
    top: -2px;
    right: -8px;
    height: 15px;
    width: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 1.3em;
    color: #fff;
    background-color: #de00ff;
    border-radius: 100%
}

.site-topbar .content-sidebar {
    padding-top: 15px;
    font-size: 14px;
    color: rgba(0, 0, 0, .39)
}

@media screen and (min-width: 769px) {
    .site-topbar .content-sidebar {
        display: none
    }
}

.menu-button {
    padding: 0;
    background-color: transparent;
    border-style: none;
    border-radius: 0
}

@media screen and (min-width: 1000px) {
    .menu-button:not(.desktop) {
        display: none
    }
}

@media screen and (max-width: 999px) {
    .menu-button:not(.mobile) {
        display: none
    }
}

.menu-button:hover {
    opacity: .8
}

.menu-button.burger-button {
    top: 1px
}

.menu-button .menu-stripe {
    display: block;
    height: 1px;
    width: 20px;
    margin-top: 3px;
    background-color: rgba(0, 0, 0, .58)
}

.menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none
}

@media screen and (max-width: 999px) {
    .menu .menu-item {
        margin-right: -20px;
        margin-left: -20px
    }
}

.menu .menu-item:hover .menu-link {
    color: rgba(0, 0, 0, .69)
}

.menu .menu-item.is-active .menu-link {
    color: #000
}

@media screen and (max-width: 999px) {
    .menu .menu-item.is-active .menu-link {
        font-weight: 600
    }
}

@media screen and (min-width: 1000px) {
    .menu .menu-item.mobile-only-item {
        display: none
    }
}

@media screen and (max-width: 999px) {
    .menu .menu-link {
        display: block;
        padding-top: 3px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media screen and (max-width: 999px) {
    .menu-main {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #dcdcdc
    }
}

@media screen and (max-width: 999px) {
    .site-footer .menu-main {
        display: none
    }
}

@media screen and (min-width: 1000px) {
    .menu-main .menu-item {
        display: inline-block;
        margin-right: 6px;
        margin-left: 6px
    }
}

@media screen and (max-width: 999px) {
    .menu-main .menu-item:last-child {
        display: none
    }
}

.menu-main .menu-item.is-hidden {
    display: none
}

@media screen and (max-width: 999px) {
    .menu-main .menu-item.edy-menu-item {
        margin-right: 0;
        margin-left: 0
    }
}

.menu-main .menu-item .menu-link {
    font-size: 14px;
    color: #000
}

.close-sidemenu-button {
    position: absolute;
    top: 19px;
    right: 12px;
    height: 25px;
    width: 25px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/close-icon.png);
    background-size: auto
}

@media screen and (min-width: 1000px) {
    .close-sidemenu-button {
        display: none
    }
}

.menu-categories-wrap {
    -webkit-transform: translateZ(0);
    -webkit-transition: right .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out
}

@media screen and (max-width: 999px) {
    .menu-categories-wrap {
        position: fixed;
        top: 0;
        right: -191px;
        bottom: 0;
        z-index: 1;
        width: 152px;
        padding: 45px 20px 20px 20px;
        background-color: #ededed;
        will-change: right;
        overflow-y: scroll
    }
}

@media screen and (min-width: 1000px) {
    .menu-categories-wrap {
        display: inline-block
    }
}

@media screen and (max-width: 999px) {
    .mobile-menu-open .menu-categories-wrap {
        right: 0
    }
}

@media screen and (min-width: 1000px) {
    .menu-categories-wrap .menu-main {
        display: none
    }
}

@media screen and (max-width: 999px) {
    .menu-categories {
        padding-bottom: 15px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #dcdcdc
    }
}

@media screen and (min-width: 1000px) {
    .menu-categories .menu {
        display: inline-block
    }
}

@media screen and (min-width: 1000px) {
    .menu-categories .menu-item {
        display: inline-block;
        margin-right: 17px;
        line-height: 1;
        font-family: Lato, sans-serif
    }
}

.menu-categories .menu-item:last-child {
    margin-right: 0
}

.menu-categories .menu-item:hover .menu-link {
    color: #8744e2
}

.menu-categories .menu-item.is-hidden {
    display: none
}

.menu-categories .menu-item.is-active .menu-link {
    color: #8744e2
}

.menu-categories .menu-item .menu-link {
    font-size: 14px;
    color: #000;
    text-transform: uppercase !important
}

.menu-popover-toggle {
    position: relative;
    display: inline-block;
    margin-right: 17px;
    font-size: 16px;
    color: #000
}

@media screen and (max-width: 999px) {
    .menu-popover-toggle {
        display: none
    }
}

.menu-popover-toggle:hover .menu-popover {
    display: block
}

.menu-popover-toggle .menu-item {
    display: block;
    margin-right: 0
}

.menu-popover {
    display: none;
    position: absolute;
    top: 0;
    left: -13px;
    z-index: 1;
    min-width: 157px;
    text-align: left
}

.menu-popover .menu {
    margin-top: 34px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    line-height: 1.3em;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .3)
}

.menu-popover .menu-item .menu-link {
    display: block;
    z-index: 1;
    padding: 5px 12px
}

.menu-pagination {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
    font-size: 26px
}

.menu-pagination li:hover a {
    color: rgba(0, 0, 0, .69)
}

.menu-pagination li.is-active a {
    font-weight: 700;
    color: #000
}

.menu-pagination li a {
    padding-right: 6px;
    padding-left: 6px;
    color: rgba(0, 0, 0, .39)
}

.product .product-image {
    max-width: 100%;
    height: auto
}

.product .product-title {
    font-weight: 500
}

.product .product-price {
    color: #8a44e8
}

.product .product-thumb {
    position: relative
}

.product .product-thumb.is-loaded .loader {
    display: none
}

.products-listing .product {
    display: block;
    margin: 30px 15px;
    text-align: left;
    font-size: 16px;
    line-height: 1.5em;
    will-change: opacity
}

@media screen and (min-width: 260px) {
    .products-listing .product {
        display: inline-block;
        vertical-align: top;
        width: 215px
    }
}

@media screen and (max-width: 501px) {
    .products-listing .product {
        width: calc(50% - 30px)
    }
}

@media screen and (max-width: 366px) {
    .products-listing .product {
        display: block;
        width: auto
    }
}

.products-listing .product .product-title {
    font-size: 16px;
    color: #000
}

.products-listing .product .product-thumb.is-loaded .product-background-image {
    opacity: 1
}

@media screen and (min-width: 260px) {
    .products-listing .product .product-thumb {
        height: 215px;
        width: 215px
    }
}

@media screen and (max-width: 501px) {
    .products-listing .product .product-thumb {
        position: relative;
        width: 100%;
        height: auto
    }

    .products-listing .product .product-thumb::after {
        display: block;
        padding-top: 100%;
        content: ''
    }
}

.products-listing .product .product-image {
    opacity: .97;
    background-color: #fff
}

.products-listing .product .product-image, .products-listing .product .product-image .product-background-color, .products-listing .product .product-image .product-background-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.products-listing .product .product-image .product-background-image {
    -webkit-transition: opacity .1s ease-in;
    -moz-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
    opacity: 0;
    will-change: opacity;
    background-size: cover
}

.products-listing .product .product-image .product-background-color {
    background-color: rgba(0, 0, 0, .03)
}

.products-listing .product .product-title {
    margin-top: 8px;
    margin-bottom: 5px
}

.products-listing .product .product-price {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    font-size: 24px;
    font-weight: 700
}

.products-listing .product .product-button {
    padding: 6px 11px
}

@media screen and (min-width: 540px) {
    .flexbox .product-details .product {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    .flexbox .product-details .product.is-hidden {
        display: none
    }

    .no-flexbox .product-details .product {
        display: table;
        box-sizing: border-box
    }

    .no-flexbox .product-details .product.is-hidden {
        display: none
    }
}

@media screen and (min-width: 815px) {
    .product-details .product .inner {
        margin-right: 30px;
        margin-left: 30px
    }
}

@media screen and (min-width: 540px) {
    .product-details .product .product-thumb {
        max-height: 350px;
        max-width: 350px
    }

    .flexbox .product-details .product .product-thumb {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .no-flexbox .product-details .product .product-thumb {
        display: table-cell;
        vertical-align: top;
        min-width: 300px
    }
}

@media screen and (min-width: 540px) {
    .flexbox .product-details .product .product-info {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 450px
    }

    .no-flexbox .product-details .product .product-info {
        display: table-cell;
        vertical-align: top
    }
}

.product-details .product .product-title {
    margin-bottom: 18px;
    font-size: 36px;
    line-height: 1em
}

.product-details .product .product-price-wrap {
    margin-bottom: 6px;
    font-size: 36px;
    font-weight: 700
}

.product-details .product .product-description {
    font-size: 16px;
    line-height: 1.5em
}

.order-form.with-error-border {
    outline-style: solid;
    outline-width: 1px;
    outline-color: #c00
}

.product-details .order-form {
    min-height: 100px
}

.product-details .order-form.is-hidden {
    display: block
}

.order-form .order-form-close-button {
    position: absolute;
    top: 18px;
    right: 0;
    background-color: transparent;
    border-style: none
}

@media screen and (min-width: 480px) {
    .order-form .order-form-close-button {
        display: none
    }
}

.order-form .order-form-button-wrap {
    position: absolute;
    margin-top: 7px;
    margin-right: 10px;
    right: 0;
    background-position: 94% 9px;
    background-image: none;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .1);
    border-radius: 191px;
    background-size: 14%
}

.order-form .order-form-button-wrap .order-form-button {
    right: 0;
    height: 19px;
    padding: 0 5px
}

.order-form .order-form-button {
    position: relative;
    right: -10px;
    vertical-align: middle;
    padding: 5px 7px;
    background-color: transparent;
    border-style: none
}

.order-form .order-form-button:hover {
    opacity: .8;
    cursor: pointer
}

.order-form .order-form-charcount {
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 10px
}

.order-form .order-form-select-wrap {
    position: relative;
    top: 3px;
    right: -13px;
    width: 72px !important;
    background-position: 94% 9px;
    background-size: 10%
}

.order-form .order-form-select-wrap select {
    height: 19px;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .1);
    border-radius: 191px
}

.order-form .order-form-select-wrap select:focus {
    outline: 0
}

.order-form .order-form-select-wrap select::-ms-expand {
    display: none
}

.order-form .form-input-wrap-is-relative {
    position: relative
}

.order-form .form-input-wrap {
    font-size: 0;
    line-height: 1em
}

.order-form .form-input-wrap.with-error-border {
    position: relative
}

.order-form .form-input-wrap.with-error-border:before {
    position: absolute;
    top: -2px;
    bottom: -1px;
    display: block;
    content: "";
    border: 2px solid #c00;
    z-index: -1
}

.order-form .input-field-small {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 0
}

.order-form .input-field-small:nth-child(odd) {
    width: calc(50% + 3px)
}

.order-form .input-field-small:nth-child(odd).with-error-border:before {
    left: -10px;
    right: -1px
}

.order-form .input-field-small:nth-child(odd) .form-input {
    width: calc(100% - 36px);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(0, 0, 0, .1)
}

.order-form .input-field-small:nth-child(even) {
    width: calc(50% - 3px)
}

.order-form .input-field-small:nth-child(even).with-error-border:before {
    left: -1px;
    right: -10px
}

.order-form .input-field-small .form-input {
    width: 89px;
    width: calc(100% - 37px)
}

.order-form .input-field-small .select-wrap {
    width: 87px;
    width: calc(100% - 35px)
}

.order-form .with-border {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, .1)
}

.order-form .input-field-large {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, .1)
}

.order-form .input-field-large.with-error-border:before {
    left: -10px;
    right: -10px
}

.order-form .input-field-large.no-border {
    border-top-style: none
}

.order-form .input-field-large.delivery-locality-wrap {
    width: 100%;
    max-width: calc(100% - 36px);
    margin-right: 0;
    margin-left: 36px;
    padding-top: 6px;
    padding-bottom: 6px
}

.order-form .input-field-large.delivery-locality-wrap.with-error-border:before {
    left: -46px
}

.order-form .input-field-large .form-input, .order-form .input-field-large .select-wrap {
    width: 215px;
    width: calc(100% - 35px)
}

.product-details .order-form .input-field-large .select-wrap {
    width: calc(100% - 35px)
}

.order-form .input-field-large .delivery-address-input {
    width: 144px;
    width: calc(100% - 100px);
    margin-right: 10px
}

.order-form .form-input, .order-form .form-textarea {
    max-width: 100%;
    padding: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: inherit;
    line-height: initial;
    background-color: transparent;
    border-style: none
}

.order-form .form-input:focus, .order-form .form-textarea:focus {
    outline-style: none
}

.order-form .form-label {
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.order-form .label-address {
    padding-bottom: 6px
}

.order-form .form-input {
    position: relative;
    top: 1px;
    vertical-align: middle
}

.order-form .form-textarea {
    width: 100%;
    min-height: 50px;
    vertical-align: top;
    margin-right: 10px;
    margin-left: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    resize: none
}

.order-form .form-textarea.not-empty {
    width: calc(100% - 44px)
}

.order-form .form-textarea.show-options {
    width: calc(100% - 102px)
}

.order-form .ico {
    width: 21px;
    height: 21px;
    padding: 7px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.order-form .ico:hover {
    cursor: pointer
}

.order-form .ico svg {
    fill: rgba(0, 0, 0, .3)
}

.order-form-popup .order-form {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .3);
    z-index: 1
}

@media screen and (max-width: 480px) {
    .order-form-popup .order-form {
        position: fixed;
        top: 0 !important;
        right: 0;
        bottom: 0;
        left: 0 !important;
        background-color: rgba(255, 255, 255, .95)
    }
}

@media screen and (min-width: 480px) {
    .order-form-popup .order-form {
        position: absolute;
        width: 315px;
        background-color: #fff
    }
}

@media screen and (min-width: 480px) {
    .order-form-popup .order-form::before {
        position: absolute;
        display: block;
        content: '';
        box-shadow: 0 0 25px -10px rgba(0, 0, 0, .3)
    }
}

@media screen and (min-width: 480px) {
    .order-form-popup .order-form.position-left:before, .order-form-popup .order-form.position-right:before {
        top: 50%;
        margin-top: -18px;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent
    }
}

@media screen and (min-width: 480px) {
    .order-form-popup .order-form.position-left::before {
        left: -18px;
        border-right: 18px solid #fff
    }
}

@media screen and (min-width: 480px) {
    .order-form-popup .order-form.position-left.with-error-border::before {
        border-right: 18px solid #c00
    }
}

@media screen and (min-width: 480px) {
    .order-form-popup .order-form.position-right::before {
        right: -18px;
        border-left: 18px solid #fff
    }
}

@media screen and (min-width: 480px) {
    .order-form-popup .order-form.position-right.with-error-border::before {
        border-left: 18px solid #c00
    }
}

@media screen and (min-width: 480px) {
    .order-form-popup .order-form.position-top::before {
        top: -18px;
        left: 50%;
        margin-left: -18px;
        border-right: 18px solid transparent;
        border-left: 18px solid transparent;
        border-bottom: 18px solid #fff
    }
}

@media screen and (min-width: 480px) {
    .order-form-popup .order-form.position-top.with-error-border::before {
        border-bottom: 18px solid #c00
    }
}

.order-form-popup .order-form .form-title {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 18px;
    padding-bottom: 17px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    background-color: rgba(0, 0, 0, .03)
}

.order-form-popup .order-form .form-body {
    padding-right: 10px;
    padding-left: 10px
}

.order-form-popup .order-form .form-footer {
    padding: 10px;
    background-color: rgba(0, 0, 0, .03)
}

.order-form-popup .order-form .form-footer .product-button {
    display: inline-block;
    padding: 9px 10px 8px
}

@media screen and (max-width: 480px) {
    .cart .order-form .form-footer, .products-listing .order-form .form-footer {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.products-listing .order-form .form-footer {
    text-align: center;
    font-size: 16px
}

.products-listing .order-form .product-button {
    padding: 3px 11px
}

.product-details .order-form .form-body {
    margin-bottom: 25px;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .1);
    border-bottom-style: solid
}

.product-details .order-form .form-body .product-options {
    border-width: 1px;
    border-color: rgba(0, 0, 0, .1);
    border-top-style: solid
}

.product-details .order-form .form-body .product-options:empty {
    display: none
}

.product-details .order-form .form-body .product-options .form-input-wrap:first-child {
    border-top-style: none
}

.product-details .order-form .form-footer {
    font-size: 24px
}

.product-details .order-form .product-button {
    padding: 3px 13px
}

.order-form .social-buttons-container {
    font-size: 20px;
    margin-top: 30px
}

.cart-table {
    width: 100%;
    font-size: 16px;
    border-collapse: collapse
}

@media screen and (min-width: 786px) {
    .cart-table tbody tr:first-child td {
        border: none
    }
}

.cart-table tbody tr:first-child .field-item-info {
    border: none
}

.cart-table .order-item {
    min-height: 130px
}

@media screen and (max-width: 785px) {
    .cart-table .order-item {
        display: block
    }
}

.cart-table .field-item-image {
    min-width: 125px;
    width: 125px
}

@media screen and (max-width: 785px) {
    .cart-table .field-item-image.field-item {
        position: absolute;
        border: none
    }
}

.cart-table .field-item-info .item-info-wrap {
    display: inline-block
}

@media screen and (max-width: 785px) {
    .cart-table .field-item-info .item-info-wrap {
        position: relative;
        display: block
    }
}

.cart-table .field-item-info .item-info-wrap:hover {
    cursor: pointer
}

.cart-table .field-item-info .item-info-wrap:hover .item-title {
    color: #8a44e8
}

.cart-table .field-item-info .item-title {
    position: relative;
    top: 6px;
    display: inline-block
}

@media screen and (max-width: 640px) {
    .cart-table .field-item-info .item-title {
        margin-right: 25px
    }
}

.cart-table .field-item-info .item-remove {
    position: relative;
    top: 7px;
    fill: transparent;
    border-style: none;
    background-color: transparent;
    cursor: pointer;
    opacity: .5
}

.cart-table .field-item-info .item-remove:hover {
    opacity: 1
}

@media screen and (max-width: 640px) {
    .cart-table .field-item-info .item-remove {
        position: absolute;
        right: 0
    }
}

.cart-table .field-item-price {
    text-align: right;
    padding-right: 15px
}

@media screen and (min-width: 786px) {
    .cart-table .field-item-price {
        width: 170px
    }
}

.cart-table .field-item-options {
    width: 80px;
    text-align: right
}

.cart-table .field-item-total {
    position: relative;
    top: 3px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: right
}

.cart-table .field-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(0, 0, 0, .1)
}

@media screen and (max-width: 785px) {
    .cart-table .field-item.field-desktop {
        display: none
    }
}

@media screen and (min-width: 786px) {
    .cart-table .field-item.field-mobile {
        display: none
    }
}

@media screen and (max-width: 785px) {
    .cart-table .field-item {
        display: block;
        text-align: left
    }
}

.cart-table .item-thumb {
    background-color: #000
}

@media screen and (min-width: 480px) {
    .cart-table .item-thumb {
        height: 100px;
        width: 100px
    }
}

@media screen and (max-width: 479px) {
    .cart-table .item-thumb {
        display: none
    }
}

.cart-table .item-image {
    display: block;
    max-width: 100%;
    height: auto;
    opacity: .97
}

.cart-table .item-image.is-hidden {
    display: none
}

.cart-table .item-title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 500
}

.cart-table .item-details {
    display: block;
    line-height: 1.1em
}

.cart-table .option-title {
    font-weight: 500
}

.cart-table .item-select {
    width: 55px
}

.cart-table .item-quantity, .cart-table .item-single-price {
    position: relative;
    top: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

.cart-table .item-quantity.is-hidden, .cart-table .item-single-price.is-hidden {
    display: none
}

.cart-table .item-separator {
    position: relative;
    top: 1px;
    margin-right: 12px;
    margin-left: 3px
}

.cart-table .select-product-quantity-wrap {
    background-position: 92% 12px
}

.cart-table .select-product-quantity-wrap select {
    height: 26px;
    padding-right: 5px;
    padding-left: 6px;
    font-size: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .1);
    border-radius: 0
}

.cart-table .select-product-quantity-wrap select:focus {
    outline: 0
}

.cart-table .select-product-quantity-wrap select::-ms-expand {
    display: none
}

.cart-table .item-total {
    font-size: 24px
}

.cart-table .item-notification {
    font-size: 12px;
    line-height: 1em
}

.cart-table .cart-total-label {
    text-align: right
}

@media screen and (max-width: 785px) {
    .cart-table .cart-total-label {
        text-align: left
    }
}

.cart-table .cart-total {
    font-weight: 600
}

.cart-table .form-input {
    vertical-align: middle;
    padding: 3px 6px 1px;
    width: 41px;
    text-align: right;
    font-size: 14px;
    line-height: 1em;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .1)
}

@media screen and (max-width: 785px) {
    .cart-table .cart-body .field-item-info .item-info-wrap {
        position: relative;
        margin-left: 127px
    }
}

@media screen and (max-width: 479px) {
    .cart-table .cart-body .field-item-info .item-info-wrap {
        margin-left: 0
    }
}

@media screen and (max-width: 785px) {
    .cart-table .cart-body .field-item-price.field-item {
        display: inline-block;
        margin-left: 127px;
        padding-top: 0;
        border: none
    }
}

@media screen and (max-width: 785px) and (max-width: 479px) {
    .cart-table .cart-body .field-item-price.field-item {
        margin-left: 0
    }
}

@media screen and (max-width: 785px) {
    .cart-table .cart-body .field-item-total.field-item {
        display: block;
        padding-top: 0;
        margin-left: 127px;
        border: none
    }
}

@media screen and (max-width: 479px) {
    .cart-table .cart-body .field-item-total.field-item {
        margin-left: 0
    }
}

@media screen and (max-width: 785px) {
    .cart-table .cart-footer {
        display: block
    }
}

.cart-table .cart-footer .order-item .field-item-total {
    position: relative;
    top: -7px
}

@media screen and (max-width: 785px) {
    .cart-table .cart-footer .order-item .field-item-total {
        top: 0;
        padding-top: 0;
        border: none
    }
}

@media screen and (max-width: 785px) {
    .cart-table .cart-footer .field-item-image {
        display: none
    }
}

@media screen and (min-width: 480px) and (max-width: 785px) {
    .cart-table .cart-footer .field-item-info {
        padding-left: 127px
    }
}

@media screen and (min-width: 480px) and (max-width: 785px) {
    .cart-table .cart-footer .field-item-total {
        padding-left: 127px
    }
}

.order-item .cart-table .cart-footer .field-item-total {
    position: relative;
    top: -6px
}

@media screen and (min-width: 876px) {
    .cart-table .cart-footer .field-item-total .item-notification {
        position: absolute;
        right: 0;
        width: 210px
    }
}

.cart-table .cart-footer .item-delivery-time {
    display: inline-block
}

.cart-table .cart-footer .order-summary {
    vertical-align: baseline
}

@media screen and (max-width: 785px) {
    .cart-table .cart-footer .order-summary {
        padding-top: 0;
        padding-bottom: 0;
        border: none
    }
}

@media screen and (max-width: 785px) {
    .cart-table .cart-footer .order-summary .field-summary-info {
        padding-top: 0;
        border: none;
        margin-left: 127px
    }
}

@media screen and (max-width: 480px) {
    .cart-table .cart-footer .order-summary .field-summary-info {
        margin-left: 0;
        text-align: left
    }
}

.payment-bar {
    text-align: center;
    font-size: 0
}

.site-footer .payment-bar .wrap {
    max-width: 1400px
}

@media screen and (min-width: 646px) {
    .site-footer .payment-bar .wrap {
        padding: 24px 20px 22px
    }
}

.product-details .site-footer .payment-bar .wrap, .products-listing .site-footer .payment-bar .wrap {
    background-color: rgba(0, 0, 0, .06)
}

.cart .site-footer .payment-bar .wrap {
    padding-top: 4px
}

.payment-bar .inner-left {
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px;
    margin-left: 22px;
    font-size: 16px
}

.editmode .payment-bar .inner-left {
    min-width: 137px
}

@media screen and (max-width: 989px) {
    .payment-bar .inner-left {
        margin-bottom: 3px
    }
}

.payment-bar .inner-left:empty {
    display: none
}

.payment-bar .inner-right.with-error {
    outline-style: solid;
    outline-width: 1px;
    outline-color: #c00
}

@media screen and (min-width: 650px) {
    .payment-bar .payment-button-block {
        display: inline-block
    }
}

.payment-bar .payment-logo, .payment-bar .payment-text {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    margin: 3px;
    border-style: none
}

.cart .payment-bar .payment-logo, .cart .payment-bar .payment-text {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    position: relative
}

.cart .payment-bar .payment-logo::before, .cart .payment-bar .payment-text::before {
    background-color: rgba(255, 255, 255, .5)
}

.cart .payment-bar .payment-logo:hover, .cart .payment-bar .payment-text:hover {
    opacity: .8;
    cursor: pointer
}

.cart .payment-bar .is-active.payment-logo, .cart .payment-bar .is-active.payment-text {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.cart .payment-bar .is-active.payment-logo::before, .cart .payment-bar .is-active.payment-text::before {
    display: none
}

.payment-bar .payment-logo {
    height: 21px;
    width: 34px;
    padding: 0;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain
}

@media screen and (min-width: 650px) {
    .payment-bar .payment-logo {
        height: 32px;
        width: 51px
    }
}

.payment-bar .logo-visa {
    background-image: url(/images/logo-visa.png)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .payment-bar .logo-visa {
        background-image: url(/images/logo-visa@2x.png)
    }
}

.payment-bar .logo-mastercard {
    background-image: url(/images/logo-mastercard.png)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .payment-bar .logo-mastercard {
        background-image: url(/images/logo-mastercard@2x.png)
    }
}

.payment-bar .logo-american-express {
    background-image: url(/images/logo-american-express.png)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .payment-bar .logo-american-express {
        background-image: url(/images/logo-american-express@2x.png)
    }
}

.payment-bar .logo-paypal {
    background-image: url(/images/logo-paypal.png);
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .payment-bar .logo-paypal {
        background-image: url(/images/logo-paypal@2x.png)
    }
}

.payment-bar .logo-paypal:hover {
    opacity: 1 !important
}

.payment-bar .logo-swedbank {
    background-image: url(/images/logo-swedbank.png)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .payment-bar .logo-swedbank {
        background-image: url(/images/logo-swedbank@2x.png)
    }
}

.payment-bar .logo-seb {
    background-image: url(/images/logo-seb.png)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .payment-bar .logo-seb {
        background-image: url(/images/logo-seb@2x.png)
    }
}

.payment-bar .logo-lhv {
    background-image: url(/images/logo-lhv.png)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .payment-bar .logo-lhv {
        background-image: url(/images/logo-lhv@2x.png)
    }
}

.payment-bar .logo-danske-bank {
    background-image: url(/images/logo-danske-bank.png);
    border-radius: 4px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .payment-bar .logo-danske-bank {
        background-image: url(/images/logo-danske-bank@2x.png)
    }
}

.payment-bar .logo-cooppank {
    background-image: url(/images/logo-cooppank.png)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .payment-bar .logo-cooppank {
        background-image: url(/images/logo-cooppank@2x.png)
    }
}

.payment-bar .logo-nordea {
    background-image: url(/images/logo-luminor.png)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .payment-bar .logo-nordea {
        background-image: url(/images/logo-luminor@2x.png)
    }
}

.payment-bar .payment-text {
    width: 52px;
    padding: 5px;
    font-size: 12px;
    line-height: .9;
    color: rgba(0, 0, 0, .5);
    background-color: rgba(0, 0, 0, .1);
    border-radius: 5px
}

@media screen and (max-width: 649px) {
    .payment-bar .payment-text {
        width: 34px;
        height: 23px;
        padding: 2px;
        font-size: 8px;
        border-radius: 3px
    }
}

.payment-bar .payment-text.is-active {
    background-color: #fff
}

.payment-bar .payment-info {
    margin-top: 13px;
    margin-bottom: 10px;
    font-size: 16px
}

.order-options {
    text-align: center
}

.order-options .wrap {
    padding-bottom: 20px
}

@media screen and (min-width: 650px) {
    .order-options .wrap {
        padding: 20px
    }
}

.order-options .options-discount {
    position: relative;
    text-align: right;
    font-size: 14px;
    color: rgba(0, 0, 0, .67)
}

.order-options .options-discount .form-input {
    width: 100%;
    padding-right: 73px;
    box-sizing: border-box
}

.order-options .options-title {
    margin-top: 30px;
    text-align: center;
    font-size: 14px
}

.order-options .options-title h2 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3em
}

@media screen and (min-width: 650px) {
    .order-options .options-title h2 {
        font-size: 36px
    }
}

.order-options .discount-button {
    font-size: 14px
}

.order-options .discount-popover {
    position: absolute;
    top: 50px;
    right: 0;
    padding: 4px 7px;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .3)
}

.order-options .discount-popover::before {
    position: absolute;
    display: block;
    content: '';
    box-shadow: 0 0 25px -10px rgba(0, 0, 0, .3);
    top: -18px;
    right: 30px;
    margin-left: -18px;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-bottom: 18px solid #fff
}

.order-options .discount-popover-button {
    position: absolute;
    top: 7px;
    right: 5px;
    padding: 7px 10px 5px
}

.order-options .form-input-wrap {
    position: relative;
    padding-right: 5px;
    font-size: 0;
    line-height: 0;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .1);
    background-color: #fff
}

@media screen and (max-width: 650px) {
    .order-options .form-input-wrap {
        margin-bottom: 10px;
        max-width: 250px;
        margin-right: auto;
        margin-left: auto;
        text-align: left
    }
}

@media screen and (min-width: 650px) {
    .order-options .form-input-wrap {
        display: inline-block;
        vertical-align: middle;
        width: 227px
    }
}

@media screen and (min-width: 650px) {
    .order-options .form-input-wrap:first-child {
        margin-right: 5px
    }
}

.order-options .form-label {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
    line-height: 0
}

.order-options .form-label .ico-person {
    top: 2px
}

.order-options .form-input {
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 3px;
    font-family: inherit;
    font-size: 16px;
    font-weight: inherit;
    line-height: initial;
    background-color: transparent;
    border-style: none
}

.order-options .form-input:focus {
    outline-style: none
}

.order-options .ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.order-options .ico:hover {
    cursor: pointer
}

.order-options .ico svg {
    fill: rgba(0, 0, 0, .3)
}

.order-options .options-submit-wrap {
    text-align: center;
    font-size: 24px
}

.order-options .options-submit-wrap .options-notification {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px
}

.order-options .options-submit-wrap .options-error {
    color: #c00
}

.order-options .options-submit-wrap .options-submit {
    padding: 10px 20px 8px
}

.order-options .options-submit-wrap .options-submit.is-disabled {
    cursor: default
}

.order-options .options-submit-wrap .options-submit.is-disabled, .order-options .options-submit-wrap .options-submit.is-disabled:hover {
    background-color: rgba(0, 0, 0, .2)
}

.order-options .options-sender .form-input {
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box
}

.order-options .options-sender-company-placeholder {
    width: 100%;
    height: 60px
}

.site-footer {
    position: relative;
    text-align: center;
    color: rgba(0, 0, 0, .42);
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px
}

@media screen and (max-width: 649px) {
    .site-footer {
        line-height: 1.2em
    }
}

.site-footer .wrap {
    padding: 12px 20px
}

.site-footer .footer-body {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .05);
    border-bottom-style: solid
}

.content-page .site-footer .footer-body {
    border-top-style: solid
}

.site-footer .content-area {
    font-size: 14px
}

.site-footer .content-area a {
    color: rgba(0, 0, 0, .42)
}

.site-footer .content-area a:hover {
    color: #000
}

.site-footer .voog-reference {
    text-align: center
}

.site-footer .voog-reference a {
    display: inline-block;
    opacity: .5;
    line-height: 1em
}

.svg .site-footer .voog-reference a {
    padding: 5px;
    font-size: 0
}

.no-svg .site-footer .voog-reference a {
    height: 8px;
    width: 35px;
    background-image: url(../images/ico-voog-black.png)
}

.site-footer .voog-reference a:hover {
    opacity: 1
}

.content-area .edy-positionable-container-center-block:first-child, .content-area .edy-positionable-container-left-block:first-child, .content-area .edy-positionable-container-right-block:first-child, .content-area code:first-child, .content-area h1:first-child, .content-area h2:first-child, .content-area h3:first-child, .content-area h4:first-child, .content-area h5:first-child, .content-area h6:first-child, .content-area ol:first-child, .content-area p:first-child, .content-area pre:first-child, .content-area ul:first-child {
    margin-top: 0
}

.content-area .edy-positionable-container-center-block:last-child, .content-area .edy-positionable-container-left-block:last-child, .content-area .edy-positionable-container-right-block:last-child, .content-area code:last-child, .content-area h1:last-child, .content-area h2:last-child, .content-area h3:last-child, .content-area h4:last-child, .content-area h5:last-child, .content-area h6:last-child, .content-area ol:last-child, .content-area p:last-child, .content-area pre:last-child, .content-area ul:last-child {
    margin-bottom: 0
}

.content-area h1, .content-area h2, .content-area h3, .content-area h4, .content-area h5, .content-area h6 {
    line-height: 1.5em
}

.content-area h1 {
    font-size: 30px;
    font-weight: 400
}

@media screen and (min-width: 330px) {
    .content-area h1 {
        font-size: 36px
    }
}

.content-area h2 {
    font-weight: 600;
    font-size: 24px
}

.content-area p {
    margin-top: 1.4em;
    margin-bottom: 1.4em
}

.content-area a {
    color: #8a44e8
}

.content-area a:hover {
    opacity: .8
}

.content-area code, .content-area pre {
    padding: 10px;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 400;
    background-color: rgba(0, 0, 0, .02)
}

.content-area pre {
    overflow: auto
}

.content-area pre code {
    display: inline;
    padding: 0;
    white-space: pre;
    line-height: inherit;
    background-color: transparent
}

.content-area code {
    display: inline-block;
    vertical-align: middle;
    overflow: auto;
    box-sizing: border-box;
    max-width: 100%
}

.content-area iframe {
    max-width: 100%
}

.content-area .edy-positionable-container-left {
    margin-right: 10px
}

.content-area .edy-positionable-container-right {
    margin-left: 10px
}

.content-area .edy-image-container-with-title::after {
    display: block;
    padding: 2px;
    font-size: 12px;
    line-height: 1.3em;
    content: attr(data-title)
}

.content-area .form_field .form_field_label, .content-area .form_field label {
    display: block
}

.content-area .form_field_required .form_field_label::after {
    content: '* \a'
}

.content-area .form_field_select, .content-area .form_field_textarea, .content-area .form_field_textfield {
    max-width: 100%;
    box-sizing: border-box
}

.content-area .form_error, .content-area .form_field_error {
    color: #c00
}

.content-area .form_notice {
    color: #60a740
}

.picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.picker__input {
    cursor: default
}

.picker__input.picker__input--active {
    border-color: #0089ec
}

.picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
.picker {
    width: 100%
}

.picker__holder {
    position: absolute;
    background: #fff;
    border: 1px solid #aaa;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    min-width: 176px;
    max-width: 466px;
    max-height: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transition: -webkit-transform .15s ease-out, opacity .15s ease-out, max-height 0s .15s, border-width 0s .15s;
    transition: transform .15s ease-out, opacity .15s ease-out, max-height 0s .15s, border-width 0s .15s
}

.picker__frame {
    padding: 1px
}

.picker__wrap {
    margin: -1px
}

.picker--opened .picker__holder {
    max-height: 25em;
    -moz-opacity: 1;
    opacity: 1;
    border-top-width: 1px;
    border-bottom-width: 1px;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    transition: -webkit-transform .15s ease-out, opacity .15s ease-out, max-height 0s, border-width 0s;
    transition: transform .15s ease-out, opacity .15s ease-out, max-height 0s, border-width 0s;
    box-shadow: 0 6px 18px 1px rgba(0, 0, 0, .12)
}

.picker__box {
    padding: 0 1em
}

.picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em
}

.picker__month, .picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em
}

.picker__year {
    color: #999;
    font-size: .8em;
    font-style: italic
}

.picker__select--month, .picker__select--year {
    border: 1px solid #b7b7b7;
    height: 2em;
    padding: .5em;
    margin-left: .25em;
    margin-right: .25em
}

@media (min-width: 24.5em) {
    .picker__select--month, .picker__select--year {
        margin-top: -.5em
    }
}

.picker__select--month {
    width: 35%
}

.picker__select--year {
    width: 22.5%
}

.picker__select--month:focus, .picker__select--year:focus {
    border-color: #8a44e8
}

.picker__nav--next, .picker__nav--prev {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    top: -.25em
}

@media (min-width: 24.5em) {
    .picker__nav--next, .picker__nav--prev {
        top: -.33em
    }
}

.picker__nav--prev {
    left: -1em;
    padding-right: 1.25em
}

@media (min-width: 24.5em) {
    .picker__nav--prev {
        padding-right: 1.5em
    }
}

.picker__nav--next {
    right: -1em;
    padding-left: 1.25em
}

@media (min-width: 24.5em) {
    .picker__nav--next {
        padding-left: 1.5em
    }
}

.picker__nav--next:before, .picker__nav--prev:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: .75em solid #000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto
}

.picker__nav--next:before {
    border-right: 0;
    border-left: .75em solid #000
}

.picker__nav--next:hover, .picker__nav--prev:hover {
    cursor: pointer;
    color: #000;
    background: rgba(138, 68, 232, .8)
}

.picker__nav--disabled, .picker__nav--disabled:before, .picker__nav--disabled:before:hover, .picker__nav--disabled:hover {
    cursor: default;
    background: 0 0;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5
}

.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em
}

@media (min-height: 33.875em) {
    .picker__table {
        margin-bottom: .75em
    }
}

.picker__table td {
    margin: 0;
    padding: 0
}

.picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999;
    font-weight: 500
}

@media (min-height: 33.875em) {
    .picker__weekday {
        padding-bottom: .5em
    }
}

.picker__day {
    padding: .3125em 0;
    font-weight: 200;
    border: 1px solid transparent
}

.picker__day--today {
    position: relative
}

.picker__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: .5em solid #8a44e8;
    border-left: .5em solid transparent
}

.picker__day--disabled:before {
    border-top-color: #aaa
}

.picker__day--outfocus {
    color: #ddd
}

.picker__day--infocus:hover, .picker__day--outfocus:hover {
    cursor: pointer;
    color: #000;
    background: rgba(138, 68, 232, .8)
}

.picker__day--highlighted {
    border-color: #8a44e8
}

.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover {
    cursor: pointer;
    color: #000;
    background: rgba(138, 68, 232, .8)
}

.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
    background: #8a44e8;
    color: #fff
}

.picker--focused .picker__day--disabled, .picker__day--disabled, .picker__day--disabled:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default
}

.picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover {
    background: #bbb
}

.picker__footer {
    text-align: center
}

.picker__button--clear, .picker__button--close, .picker__button--today {
    border: 1px solid #fff;
    background: #fff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: 700;
    width: 33%;
    display: inline-block;
    vertical-align: bottom
}

.picker__button--clear:hover, .picker__button--close:hover, .picker__button--today:hover {
    cursor: pointer;
    color: #000;
    background: rgba(138, 68, 232, .8);
    border-bottom-color: rgba(138, 68, 232, .8)
}

.picker__button--clear:focus, .picker__button--close:focus, .picker__button--today:focus {
    background: rgba(138, 68, 232, .8);
    border-color: #8a44e8;
    outline: 0
}

.picker__button--clear:before, .picker__button--close:before, .picker__button--today:before {
    position: relative;
    display: inline-block;
    height: 0
}

.picker__button--clear:before, .picker__button--today:before {
    content: " ";
    margin-right: .45em
}

.picker__button--today:before {
    top: -.05em;
    width: 0;
    border-top: .66em solid #8a44e8;
    border-left: .66em solid transparent
}

.picker__button--clear:before {
    top: -.25em;
    width: .66em;
    border-top: 3px solid #e20
}

.picker__button--close:before {
    content: "\D7";
    top: -.1em;
    vertical-align: top;
    font-size: 1.1em;
    margin-right: .35em;
    color: #777
}

.picker__button--today[disabled], .picker__button--today[disabled]:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default
}

.picker__button--today[disabled]:before {
    border-top-color: #aaa
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

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

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes bounceInDown {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInUp {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

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

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

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

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

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

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

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

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

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

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

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

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

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

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

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

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

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

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

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

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

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

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

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

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

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

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
    z-index: 9999
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a, .ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background, .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_555555_256x240.png)
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

.picker__button--clear {
    display: none
}
.form_field_textfield, .form_field_textarea {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 5px 0;
    font-size: 16px;
}

.form_field_textfield {
    width: 100%;
}

.form_field_textarea {
    width: 100%;
}

.form_field_textfield:focus, .form_field_textarea:focus {
    border: 1px solid #8c13c4;
    outline: none;
}

.form_field label {
    margin-top: 10px;
    margin-bottom: 5px;
}

.form_field_error {
    color: #8c13c4;
}

.form_submit input[type="submit"] {
    background-color: #FF2c78;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 10px;
}

.form_submit input[type="submit"]:hover {
    background-color: #8c13c4;
}
/*
.product-title {
  height: 4em;
  line-height: 1em;
}
.product-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-image {
      position: relative;
      overflow: hidden;
}
*/
.product-background-image {
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease-in-out;
}

.product-image:hover .product-background-image {
  transform: scale(1.1);
}

.ecwid-overlay {
    display: none !important;
}

.cookie-banner {
            position: fixed;
            bottom: 20px; /* Adjust the distance from the bottom as needed */
            left: 20px; /* Adjust the distance from the left as needed */
            background-color: #8C13C4; /* Purple background color */
            color: #fff; /* Text color */
            padding: 15px; /* Add padding to create round corners */
            border-radius: 20px; /* Make the banner round */
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Add a shadow for depth */
            z-index: 9999;
            max-width: 540px; /* Set a maximum width to control banner size */
            font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

        /* Cookie consent banner content */
        .cookie-consent-banner {
            max-width: 800px;
            margin: 0 auto;
            padding: 10px;
            font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

        /* Header styles */
        .cookie-consent-banner h3 {
            font-size: 1.7rem;
            margin: 0;
            font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;

        }

        /* Paragraph styles */
        .cookie-consent-banner p {
            font-size: 0.9rem;
            margin: 10px 0;
            font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

        .cookie-consent-button {
            width: 30%;
            padding: 10px 17px;
            margin: 5px;
            border: none;
            cursor: pointer;
            font-size: 1rem;
            border-radius: 50px; /* Make the buttons round */
            transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
            font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
            background-color: #590889; /* Purple background color */
            color: #fff; /* Text color */
        }

        /* Hover styles for buttons */
        .cookie-consent-button:hover {
            background-color: #6e07ab; /* Darker purple on hover */
            transform: scale(1.05); /* Slight scale-up on hover */
        }

        /* Options container */
        .cookie-consent-options {
            margin-top: 10px;
        }

        /* Checkbox styles */
        .cookie-consent-options input[type="checkbox"] {
            margin-right: 5px;
        }

        /* Disabled checkbox label */
        .cookie-consent-options input[type="checkbox"][disabled] + label {
            color: #6C757D; /* Gray color for disabled options */
        }

        /* Customize the appearance of the checked checkbox (e.g., color or background) as desired */

        /* Example for checked checkbox color */
        .cookie-consent-options input[type="checkbox"]:checked + label {
            color: #28A745; /* Green color for checked options */
        }
        
        @media only screen and (max-width: 600px){
        .cookie-consent-banner {
            max-width: 600px;
            margin: 0 auto;
            padding: 10px;
        }
        .cookie-banner {
            max-width: 85%; /* Set a maximum width to control banner size */
        }
        
        .cookie-consent-banner p {
            font-size: 1rem;
        }
        .cookie-consent-options input[type="checkbox"] {
            margin-right: 7px;
            margin-left: 7px;
        }
        
        .cookie-consent-button {
            padding: 6px 4px;
            margin: 3px;
            font-size: 0.7rem;
            border-radius: 50px; /* Make the buttons round */
        }
        
        .cookie-consent-options {
            margin-top: 10px;
            font-size: 0.71rem;
        }
        }



